changeset 25979:69a160d7ab68

NEWS: Add new functions to list. Wrap lines to 72 characters. * NEWS: Add new functions to list. Wrap lines to 72 characters.
author Rik <rik@octave.org>
date Mon, 29 Oct 2018 21:56:08 -0700
parents be759ed27041
children 221c039aa415
files NEWS
diffstat 1 files changed, 17 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Oct 29 21:50:29 2018 -0700
+++ b/NEWS	Mon Oct 29 21:56:08 2018 -0700
@@ -3,9 +3,10 @@
 
  ** The determination of an object's dimensions, size, and shape by the
     functions ndims, rows, columns, isscalar, isvector, isrow, iscolumn,
-    ismatrix, and issquare now fully depends on the function size.  Thus
-    any user-defined object can ensure correct treatment by the aforementioned
-    functions by properly overloading the "size" function.
+    ismatrix, and issquare now fully depends on the function size.
+    Thus, any user-defined object can ensure correct treatment by the
+    aforementioned functions by properly overloading the "size"
+    function.
 
  ** The functions issymmetric and ishermitian accept an option "nonskew"
     or "skew" to calculate the symmetric or skew-symmetric property
@@ -57,32 +58,35 @@
     However, if the property "IntegerHandle" has been set to "off" then
     the property will return an empty matrix ([]).
 
- ** Patch and surface graphic objects now use the "FaceNormals" property for
-    flat lighting.
+ ** Patch and surface graphic objects now use the "FaceNormals" property
+    for flat lighting.
 
- ** "FaceNormals" and "EdgeNormals" for patch and surface graphic objects are
-    now calculated automatically if necessary.
+ ** "FaceNormals" and "EdgeNormals" for patch and surface graphic
+    objects are now calculated automatically if necessary.
 
  ** Printing using the -dtiff output device will now create compressed
     images using lzw compression.  This change was made for Matlab
     compatibility.  To produce uncompressed images use the -dtiffn
     device.
 
- ** The FFTW library is now required to perform FFT calculations.  The
-    FFTPACK sources have been removed from Octave.
+ ** The FFTW library is now required to perform FFT calculations.
+    The FFTPACK sources have been removed from Octave.
 
  ** The OSMesa library is no longer used.  To print invisible figures
     when using OpenGL graphics, the Qt QOFFSCREENSURFACE feature must be
     available and you must use the qt graphics toolkit.
 
- ** It is now possible to use files and folders containing Unicode characters
-    in Windows.
+ ** It is now possible to use files and folders containing Unicode
+    characters in Windows.
 
  ** New functions added in 5.0:
 
       isfile
       isfolder
+      movegui
+      openfig
       ordeig
+      savefig
 
  ** Legacy functions.
 
@@ -131,8 +135,8 @@
  ** Deprecated graphics properties.
 
     The following properties or allowed corresponding values have been
-    deprecated in Octave 5.0 and will be removed from Octave 7 (or whatever
-    version is the second major release after 5.0):
+    deprecated in Octave 5.0 and will be removed from Octave 7 (or
+    whatever version is the second major release after 5.0):
 
       Object               | Property                | Value
       ---------------------|-------------------------|-------------------