From: espen Date: Thu, 28 Oct 2004 09:44:03 +0000 (+0000) Subject: Added more entries X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/969d09e257a499b85dcdabdd884915d365fe42ed?ds=sidebyside Added more entries --- diff --git a/TODO b/TODO index d226076..90abb17 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,16 @@ -* Use .defs files to generate class definitions and function - bindings (to enable building without initialization of gtk) +* Enable building without opening display + +* Complete bindings of all widgets + +* Clean up code in glib module + +* 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) * Add documentation and examples -* Make subclassing of gobjects possible +* Make sub classing of gobjects possible + +* Port to SBCL