From: Duncan C. <dun...@us...> - 2004-08-03 03:51:50
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3552 Modified Files: ChangeLog Log Message: Updated the marshal list with the one from gtk-2.4. Updated hierarchy.list with new classes for gtk-2.4, a few old ones that were missing and some more Gdk classes. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.203 retrieving revision 1.204 diff -u -d -r1.203 -r1.204 --- ChangeLog 3 Aug 2004 02:58:25 -0000 1.203 +++ ChangeLog 3 Aug 2004 03:51:42 -0000 1.204 @@ -16,6 +16,13 @@ * gtk/menuComboToolbar/api.ignore: exclude deprecated and internal radio_menu_item and toolbar functions. + * tools/callbackGen/gtkmarshal.list: updated marshal list from gtk-2.4. + It adds several new ones and removes a few which we don't seem to use. + Required for a signal in the Toolbar module. + + * tools/hierarchyGen/hierarchy.list: new classes for gtk-2.4, a few old + ones that were missing and some more Gdk classes. + 2004-08-1 Duncan Coutts <du...@co...> * gtk/entry/SpinButton.chs, gtk/layout/Table.chs, gtk/layout/Layout.chs |