diff NEWS @ 17123:bcada0a4f8a7

isaxes.m: New function to determine if object is axes handle. * scripts/plot/isaxes.m: New function. * scripts/plot/module.mk: Add function to build system. * NEWS: Announce new function. * doc/interpreter/plot.txi: Add function to manual. * libinterp/corefcn/graphics.cc(Fishandle), scripts/plot/isfigure.m: Update seealso links to mention isaxes.
author Rik <rik@octave.org>
date Wed, 31 Jul 2013 14:18:00 -0700
parents abe91fe896a8
children 54e251e699bb
line wrap: on
line diff
--- a/NEWS	Wed Jul 31 13:53:30 2013 -0700
+++ b/NEWS	Wed Jul 31 14:18:00 2013 -0700
@@ -189,22 +189,22 @@
 
  ** Other new functions added in 3.8.0:
                                                   
-      atan2d                      erfcinv         jit_startcnt
-      base64_decode               erfi            lines                     
-      base64_encode               expint          polyeig                   
-      betaincinv                  findfigs        prefdir                   
-      built_in_docstrings_file    flintmax        preferences               
-      cmpermute                   fminsearch      readline_re_read_init_file
-      cmunique                    gallery         readline_read_init_file   
-      colorcube                   gco             rgbplot                   
-      copyobj                     hdl2struct      save_default_options      
-      dawson                      history_save    shrinkfaces               
-      dblist                      imformats       splinefit                 
-      debug_jit                   importdata      stemleaf                  
-      doc_cache_create            iscolormap      strjoin                   
-      ellipj                      isequaln        struct2hdl                
-      ellipke                     jit_debug       tetramesh
-                                  jit_enable      waterfall                 
+      atan2d                     erfi             jit_startcnt
+      base64_decode              expint           lines                     
+      base64_encode              findfigs         polyeig                   
+      betaincinv                 flintmax         prefdir                   
+      built_in_docstrings_file   fminsearch       preferences               
+      cmpermute                  gallery          readline_re_read_init_file
+      cmunique                   gco              readline_read_init_file   
+      colorcube                  hdl2struct       rgbplot                   
+      copyobj                    history_save     save_default_options      
+      dawson                     imformats        shrinkfaces               
+      dblist                     importdata       splinefit                 
+      debug_jit                  isaxes           stemleaf                  
+      doc_cache_create           iscolormap       strjoin   
+      ellipj                     isequaln         struct2hdl                
+      ellipke                    jit_debug        tetramesh                 
+      erfcinv                    jit_enable       waterfall 
 
  ** Deprecated functions.