changeset 13919:8cb79741769d

doc: Update NEWS file with more 3.6.0 features * NEWS: Update file with more 3.6.0 features
author Rik <octave@nomad.inbox5.com>
date Tue, 22 Nov 2011 20:10:22 -0800
parents 043aead8ed89
children 9cf8bd0e13d2
files NEWS
diffstat 1 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Nov 22 19:50:06 2011 -0800
+++ b/NEWS	Tue Nov 22 20:10:22 2011 -0800
@@ -72,21 +72,27 @@
               Now accepts cellstr inputs.
 
  ** Octave warning IDs updated
+    "associativity-change": removed
+    "complex-cmp-ops"     : removed
     "empty-list-elements" : removed
     "fortran-indexing"    : removed
-    "complex-cmp-ops"     : removed
+    "precedence-change"   : removed
     "string-concat"       : renamed to "mixed-string-concat"
 
  ** Matlab-compatible preference functions added:
 
     addpref  getpref  ispref  rmpref  setpref
 
+ ** New keyword parfor
+    parfor (parallel for loop) is now recognized as a valid keyword.
+    Implementation, however, is still mapped to an ordinary for loop.
+
  ** Other new functions added in 3.6.0:
 
-    is_dq_string      python      zscore
-    is_sq_string      usejava 
-    nthargout         waitbar
-                      
+    is_dq_string    nthargout    usejava     
+    is_sq_string    python       waitbar
+    narginchk       recycle      zscore            
+    
  ** Deprecated functions.
 
     The following functions were deprecated in Octave 3.2 and have been