changeset 14654:389f49a88656

NEWS: Re-order list of changes for 3.8.0 to place deprecated functions last. * NEWS: Re-order list of changes for 3.8.0 to place deprecated functions last.
author Rik <octave@nomad.inbox5.com>
date Fri, 18 May 2012 13:16:04 -0700
parents af953acc055d
children 43db83eff9db
files NEWS
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri May 18 13:09:07 2012 -0700
+++ b/NEWS	Fri May 18 13:16:04 2012 -0700
@@ -59,6 +59,12 @@
     Octave:array-as-scalar => Octave:array-to-scalar
     Octave:array-as-vector => Octave:array-to-vector
 
+ ** The colormap function now provides new options--"list", "register",
+    and "unregister"--to list all available colormap functions, and to
+    add or remove a function name from the list of known colormap
+    functions.  Packages that implement extra colormaps should use these
+    commands with PKG_ADD and PKG_DEL statements.
+
  ** Other new functions added in 3.8.0:
 
       colorcube   splinefit
@@ -89,12 +95,6 @@
 
       static
 
- ** The colormap function now provides new options "list", "register",
-    and "unregister" to list all available colormap functions, and to
-    add or remove a function name from teh list of known colormap
-    functions.  Packages that implement extra colormaps should use these
-    commands with PKG_ADD and PKG_DEL statements.
-
 Summary of important user-visible changes for version 3.6:
 ---------------------------------------------------------