chiark / gitweb /
Added more entries
[clg] / TODO
diff --git a/TODO b/TODO
index d22607636d2a338d132ebd387c202b03f272b8b0..90abb1704db10517a68b506d39ee8d6cff368f74 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,16 @@
-* Use .defs files to generate class definitions and function
-  bindings (to enable building without initialization of gtk)
+* Enable building without opening display
+
+* Complete bindings of all widgets
+
+* Clean up code in glib module
+
+* Use CMUCL's native mechanism for callbacks from C
 
 * Create all foreign function bindings at compile time (necessary for
   CLisp port and to improve startup time)
 
 * Add documentation and examples
 
 
 * Create all foreign function bindings at compile time (necessary for
   CLisp port and to improve startup time)
 
 * Add documentation and examples
 
-* Make subclassing of gobjects possible
+* Make sub classing of gobjects possible
+
+* Port to SBCL