diff PROJECTS @ 2787:650ab15f8954

[project @ 1997-03-03 21:42:25 by jwe]
author jwe
date Mon, 03 Mar 1997 21:46:11 +0000
parents d741b18efb63
children e68dcf8ffd33
line wrap: on
line diff
--- a/PROJECTS	Mon Mar 03 21:37:39 1997 +0000
+++ b/PROJECTS	Mon Mar 03 21:46:11 1997 +0000
@@ -97,6 +97,8 @@
     columns as M, then either w .* M or M .* w scales the columns of
     M.
 
+  * Add support for +=, -=, etc.
+
   * Given two vectors x and y of length m and n, implement a function
     outer (x, y, f) that returns an m-by-n matrix with entries
     f (x(i), y(j)).  If f is omitted, multiplication is the default.
@@ -516,6 +518,12 @@
     names of all the directories in the LOADPATH, and the names of all
     the M-files in a given directory if that is needed.
 
+    Also make it possible to recursively search for Contents files:
+
+      help dir        -- Contents from dir
+      help dir//      -- Contents from dir and all its subdirectories
+      help dir1/dir2  -- Contents from dir2 which is under dir1
+
   * Some sort of blurb (2-3 pages) describing Octave in a reasonably
     coherent way, where to get it etc., perhaps formatted pretty,
     i.e. not just text.  Maybe start with the latest Announce file.