chiark / gitweb /
Fix compilation for Gtk with the new, stricter inheritance
[clg] / TODO
diff --git a/TODO b/TODO
index 870b38e28cbce55f0ac793deb489dc56f57d2d60..f98ddfa84ed64240d0a6792d121d7c7e6852726b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,13 +6,14 @@
 
 * Use CMUCL's native mechanism for callbacks from C -- done
 
-* Create all foreign function bindings at compile time (necessary for
-  CLisp port)
-
 * Add documentation and more examples
 
-* Make sub classing of gobjects possible
+* 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