From: Duncan C. <dun...@us...> - 2004-07-30 16:32:09
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9661 Modified Files: ChangeLog Log Message: Split Editable interface out of Entry.chs and into a new module. Also added some missing functions to Entry.chs & Editable.chs. Added interface to hierarchy.list. Make SpinButton implement this interface. Export new module from gtk/Gtk.hs. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.195 retrieving revision 1.196 diff -u -d -r1.195 -r1.196 --- ChangeLog 29 Jul 2004 14:33:18 -0000 1.195 +++ ChangeLog 30 Jul 2004 16:32:00 -0000 1.196 @@ -1,3 +1,15 @@ +2004-07-30 Duncan Coutts <du...@co...> + + * gtk/entry/Editable.chs, gtk/entry/Entry.chs: split off editable + functions into separate module and make Entry an instance of the + EditableClass. Also add missing functions. + + * gtk/entry/SpinButton.chs: make SpinButton an EditableClass instance. + + * tools/hierarchyGen/hierarchy.list: add GtkEditable as an interface. + + * gtk/general/Gtk.hs: export new Editable module. + 2004-07-29 Duncan Coutts <du...@co...> * gtk/general/General.chs: don't use depreciated gtk main loop |