X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/2021d781d7ae592784c9f4102d68d40194f47087..e9177b70fd0fd68d34d16b2c2f0be9110a6051c9:/TODO diff --git a/TODO b/TODO index 247f58e..85515b1 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,19 @@ * 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 - -* Create all foreign function bindings at compile time (necessary for - CLisp port and to improve startup time) +* Use CMUCL's native mechanism for callbacks from C -- done * 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) -* Port to SBCL +* CLisp port