X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/831668e8973e33765fb0e99671fadeeb39c20716..ba7432c94e648fbc6203b02152c462c13c83824b:/TODO diff --git a/TODO b/TODO index 2204dab..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 -- done -* Create all foreign function bindings at compile time (necessary for - CLisp port and to improve startup time) - * 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