diff PROJECTS @ 2862:95e85daad148

[project @ 1997-04-15 22:00:57 by jwe]
author jwe
date Tue, 15 Apr 1997 22:05:13 +0000
parents 170b53ff36ac
children 9fd1df4b464a
line wrap: on
line diff
--- a/PROJECTS
+++ b/PROJECTS
@@ -440,7 +440,7 @@
   * Eliminate force_numeric and make_numeric functions.
 
   * Is Matrix::fortran_vec() really necessary?
-b
+
   * print_usage() should set error_state in most cases?
 
   * Make statements like this
@@ -476,6 +476,8 @@
   * On systems that support matherr(), make it possible for users to
     enable the printing of warning messages.
 
+  * Make it possible to mark variables and functions as read-only.
+
 -------
 History:
 -------
@@ -483,6 +485,11 @@
   * Add an option to allow saving input from script files in the
     history list.
 
+  * Add an option to include information about the Octave session in
+    the history list.  Possibly a time/date stamp and the current
+    Octave line number, appended as a comment (users should probably
+    be able to control the format).
+
   * Fix history problems -- core dump if multiple processes are
     writing to the same history file?