diff TODO @ 663:7c9463cf15d4 octave-forge

minor updates. Still need to add the entry: rename TODO to IGNORE
author pkienzle
date Wed, 27 Nov 2002 17:12:35 +0000
parents 00b697b511f6
children 672dab6d01b0
line wrap: on
line diff
--- a/TODO	Wed Nov 27 17:08:28 2002 +0000
+++ b/TODO	Wed Nov 27 17:12:35 2002 +0000
@@ -1,10 +1,11 @@
+Bugs
+====
+* ausave -> auload changes the data
+
 Admin
 =====
 
-* Use major.minor version number, and tag source directory with version
-number when building the distribution.
-
-* Include support for test in the makefile.
+* Include support for more tests in the makefile.
 
 * Maintain global TODO document by automatically extracting ## TODO:
 comments from all of the scripts.  Update all functions to include
@@ -56,6 +57,8 @@
 Specific functions
 ==================
 
+* Use newer version of QHull.
+
 * Define idx=lookup(table, y, k) which guarantees that the window of width
 k will lie fully within the table.  Maybe this is equivalent to
 	lookup (table (1+k : length (table)-k), y) + floor(k/2);