Update of /project/cells-gtk/cvsroot/root/cells-gtk In directory common-lisp.net:/tmp/cvs-serv29184/root/cells-gtk
Modified Files: cells-gtk.asd Log Message: Don't load drawing.lisp, it is not ready. Date: Tue Jan 3 19:55:17 2006 Author: pdenno
Index: root/cells-gtk/cells-gtk.asd diff -u root/cells-gtk/cells-gtk.asd:1.5 root/cells-gtk/cells-gtk.asd:1.6 --- root/cells-gtk/cells-gtk.asd:1.5 Sat Oct 8 16:29:28 2005 +++ root/cells-gtk/cells-gtk.asd Tue Jan 3 19:55:16 2006 @@ -11,7 +11,7 @@ (:file "widgets" :depends-on ("conditions")) (:file "layout" :depends-on ("widgets")) (:file "display" :depends-on ("widgets")) - (:file "drawing" :depends-on ("widgets")) +#+notyet(:file "drawing" :depends-on ("widgets")) ; not ready yet. (:file "buttons" :depends-on ("widgets")) (:file "entry" :depends-on ("widgets")) (:file "tree-view" :depends-on ("widgets"))