diff NEWS @ 2977:d6ba658ac4ae

[project @ 1997-05-15 20:46:34 by jwe]
author jwe
date Thu, 15 May 1997 20:46:34 +0000
parents da62d3b91fa3
children 145d5acfc68b
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 Summary of changes since version 2.0.5:
 --------------------------------------
 
+  * Octave's expression parser is more general and consistent.  It is
+    now possible to access structure elements and index arbitrary
+    values.  For example, expressions like
+
+      my_home_dir = getpwuid (getuid ()) . dir;
+
+    and
+
+      svd (x) (1:5)
+
+    now work.
+
   * New built-in variable `print_rhs_assign_val' controls what is
     printed when an assignment expression is evaluated.  If it is
     zero, the value of the variable on the left hand side (after the