diff NEWS @ 17516:21656a949661

Add hook function to handle missing Octave components * __gripe_missing_component__.m: New internal function to handle errors due to missing Octave components. * scripts/help/module.mk (help_FCN_FILES): Add __gripe_missing_component__.m. * variables.cc (Vmissing_component_hook): New internal variable. * doc.m, mkoctfile.m, configure_make.m: Call __gripe_missing_component__ if required files are not found. * NEWS: Mention missing_component_hook.
author Mike Miller <mtmiller@ieee.org>
date Sun, 29 Sep 2013 16:06:41 -0400
parents 3dcd7fb9945d
children 6e4ea5c8a4bb
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -287,9 +287,9 @@
 
  ** Other new functions added in 3.8.0:
 
-      atan2d                     erfi             jit_startcnt
-      base64_decode              expint           lines
-      base64_encode              findfigs         linsolve
+      atan2d                     erfi             lines
+      base64_decode              expint           linsolve
+      base64_encode              findfigs         missing_component_hook
       betaincinv                 flintmax         polyeig
       built_in_docstrings_file   fminsearch       prefdir
       cmpermute                  gallery          preferences
@@ -303,7 +303,7 @@
       doc_cache_create           isequaln         strjoin
       ellipj                     jit_debug        struct2hdl
       ellipke                    jit_enable       tetramesh
-      erfcinv                                     waterfall
+      erfcinv                    jit_startcnt     waterfall
 
  ** Deprecated functions.