chiark / gitweb /
Marked "subclassing" as done. Added "porting to amd64"
[clg] / TODO
diff --git a/TODO b/TODO
index 247f58e43576dd9881f4a7e99b0a7e20ea510d97..fcec8b5e15de0025539c517c6f75b2548c4e7816 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,20 @@
 * Enable building without opening display -- done
 
-* Complete bindings of all widgets
+* Complete bindings of all widgets -- mostly done
 
-* Clean up code in glib module
+* Clean up code in glib module -- done
 
-* Use CMUCL's native mechanism for callbacks from C
+* 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 sub classing of gobjects possible
+* Make subclassing of gobjects possible -- done
 
-* Port to SBCL
+* Port to SBCL -- done
+
+* Improve load time
+
+* Porting to amd64