*** empty log message ***
[bpt/guile.git] / TODO
diff --git a/TODO b/TODO
index 01fe7bd..63ebfb7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,20 +1,19 @@
-Needed before release
-
 * Add facilities for debugging Scheme programs.
 
-Mikael Djurfeldt <mdj@nada.kth.se> is working on this.
-
-* Modify the gscm functions as planned by Tom Lord.
+The low-level debugging support is done, and we are now working on the
+user interface.
 
-I think Mark Galassi <rosalia@nis.lanl.gov> is working on this.
+* Documentation.
 
-* Merge in the Cygnus threads package.
+We have a new layout for the reference manual which covers the
+C/Scheme interface, as well as the scheme variants.  We also want a
+more thorough tutorial manual, but we haven't sketched that out yet.
 
-Anthony Green <green@cygnus.com> is working on this,
-but he lacks time, so perhaps he could use help.
 
 Desired later on
 
+* Good interface to Tk
+
 * Add a convenient facility for running a pipeline of processes
 with redirections.  Gary Houston <ghouston@actrix.gen.nz>
 is working on this.
@@ -33,3 +32,7 @@ TCL, Emacs Lisp, and Rexx.
 for conditional prototypes, instead of explicit conditionals.
 
 * A package for time conversions and formatting.
+
+* Make GDB work with Guile
+
+This would permit programmable debugging and a nice integrated GUI.