changeset 22335:17b71d845251

NEWS: Update list of functions added in 4.2. * NEWS: Update list of functions added in 4.2.
author Rik <rik@octave.org>
date Wed, 17 Aug 2016 22:13:03 -0700
parents fed9aa2ed01d
children 47629df12b79
files NEWS
diffstat 1 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Aug 17 21:56:55 2016 -0700
+++ b/NEWS	Wed Aug 17 22:13:03 2016 -0700
@@ -1,10 +1,6 @@
 Summary of important user-visible changes for version 4.2:
 ---------------------------------------------------------
 
- ** The value "zero" for the axes properties "xaxislocation" and
-    "yaxislocation" has been deprecated and will be removed from
-    Octave 4.6. Use "origin" instead.
-
  ** The parser has been extended to accept, but ignore, underscore
     characters in numbers.  This facilitates writing more legible code
     by using '_' as a thousands separator or to group nibbles into bytes
@@ -106,13 +102,17 @@
     which controls the default appearance of text created with
     xlabel(), ylabel(), or zlabel().
 
- ** The graphics property 'erasemode' has been hidden, and will
+ ** The graphics property "erasemode" has been hidden, and will
     eventually be removed.  This property has also been removed
     from Matlab, and was never implemented in Octave.
 
- ** The graphics property 'graphicssmothing' for figures now controls whether
+ ** The graphics property "graphicssmothing" for figures now controls whether
     anti-aliasing will be use for lines.  The default is "on".
 
+ ** The value "zero" for the axes properties "xaxislocation" and
+    "yaxislocation" has been deprecated and will be removed from
+    Octave 4.6.  Use "origin" instead.
+
  ** The publish function allows easy publication of Octave script files
     in HTML or other formats, including figures and output created by this
     script.  It comes with its counterpart grabcode, which lets one literally
@@ -122,6 +122,7 @@
 
       audioformats
       camlight
+      condeig
       deg2rad
       dialog
       evalc
@@ -133,10 +134,13 @@
       localfunctions
       material
       normest1
+      ode23
       ode45
       odeget
+      odeplot
       odeset
       padecoef
+      profexport
       psi
       rad2deg
       reducepatch