chiark / gitweb /
Added convenient type GERROR-SIGNAL which will signal an error automatically when...
[clg] / TODO
diff --git a/TODO b/TODO
index d22607636d2a338d132ebd387c202b03f272b8b0..fcec8b5e15de0025539c517c6f75b2548c4e7816 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,20 @@
-* Use .defs files to generate class definitions and function
-  bindings (to enable building without initialization of gtk)
+* Enable building without opening display -- done
+
+* Complete bindings of all widgets -- mostly done
+
+* Clean up code in glib module -- done
+
+* Use CMUCL's native mechanism for callbacks from C -- done
 
 * Create all foreign function bindings at compile time (necessary for
-  CLisp port and to improve startup time)
+  CLisp port)
+
+* Add documentation and more examples
+
+* Make subclassing of gobjects possible -- done
+
+* Port to SBCL -- done
 
-* Add documentation and examples
+* Improve load time
 
-* Make subclassing of gobjects possible
+* Porting to amd64