diff NEWS @ 2930:1b219fa3c56a

[project @ 1997-05-05 05:57:02 by jwe]
author jwe
date Mon, 05 May 1997 06:00:57 +0000
parents 5d78f1ba95a8
children 2e1757f57ce6
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 Summary of changes since version 2.0.5:
 --------------------------------------
 
+  * The built-in variable PWD has been removed.  If you need to get
+    the value of the current working directory, use the pwd() function
+    instead.
+
   * New operators.  Octave's parser now recognizes the following
     operators:  << >> += -= *= /= .+= .-= .*= ./= &= |= <<= >>=.  So
     far, there are only a few operations defined that actually use
@@ -99,6 +103,11 @@
     right-hand-side functions that define the set of differential
     equations with respect to the state vector X.
 
+  * Structure elements completion on the command line actually works
+    now.
+
+  * New configure option, --enable-readline.
+
 Summary of changes for version 2.0.5:
 ------------------------------------