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