From 969d09e257a499b85dcdabdd884915d365fe42ed Mon Sep 17 00:00:00 2001 Message-Id: <969d09e257a499b85dcdabdd884915d365fe42ed.1714636529.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 28 Oct 2004 09:44:03 +0000 Subject: [PATCH 1/1] Added more entries Organization: Straylight/Edgeware From: espen --- TODO | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- [mdw]