From: Duncan C. <dun...@us...> - 2004-08-03 04:02:00
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4456 Modified Files: ChangeLog Log Message: Add missing functions. Tidy docs up. Fix type mismatch in ImageMenuItem.chs introduced by c2hs seeing new classes. Remove unneeded toolbar function from Structs.hsc Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.204 retrieving revision 1.205 diff -u -d -r1.204 -r1.205 --- ChangeLog 3 Aug 2004 03:51:42 -0000 1.204 +++ ChangeLog 3 Aug 2004 04:01:52 -0000 1.205 @@ -23,6 +23,15 @@ * tools/hierarchyGen/hierarchy.list: new classes for gtk-2.4, a few old ones that were missing and some more Gdk classes. + * gtk/menuComboToolbar/ImageMenuItem.chs: fix type error introduced by + c2hs being able to 'see' new AccelGroup class. Also fiddle with docs. + + * gtk/menuComboToolbar/Toolbar.chs, gtk/menuComboToolbar/MenuItem.chs + gtk/menuComboToolbar/Menu.chs: add missing functions, including + accelerator-related ones. Also tidy up documentation a bit. + + * gtk/general/Structs.hsc: remove unneeded toolbar function. + 2004-08-1 Duncan Coutts <du...@co...> * gtk/entry/SpinButton.chs, gtk/layout/Table.chs, gtk/layout/Layout.chs |