chiark / gitweb /
Bug fix
[clg] / TODO
diff --git a/TODO b/TODO
index 90abb1704db10517a68b506d39ee8d6cff368f74..f98ddfa84ed64240d0a6792d121d7c7e6852726b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,19 @@
-* Enable building without opening display
+* 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)
+* Add documentation and more examples
 
-* Add documentation and examples
+* Make subclassing of gobjects possible -- done
 
-* Make sub classing of gobjects possible
+* Port to SBCL -- done
 
-* Port to SBCL
+* Improve load time
+
+* Porting to amd64 -- done (patch supplied by Gabriel Ebner)
+
+* CLisp port -- done