chiark / gitweb /
Build instructions updated
[clg] / TODO
diff --git a/TODO b/TODO
index 29671ecb9961ee503c2a0152d021e43b86def3d2..247f58e43576dd9881f4a7e99b0a7e20ea510d97 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,16 @@
-* Add support for interfaces
+* Enable building without opening display -- done
 
-* Use .defs files to generate class definitions and function
-  bindings (to enable building without initialization of gtk)
+* 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
+* Add documentation and more examples
+
+* Make sub classing of gobjects possible
 
-* Make subclassing of gobjects possible
+* Port to SBCL