From: Duncan C. <dun...@us...> - 2004-08-06 01:48:11
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv696 Modified Files: ChangeLog Log Message: Compatability fixes for gtk-2.2 & 2.0 and for ghc-5.04.x. Also fix a typo in TreeModel.chs which caused a linker error in apps. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.215 retrieving revision 1.216 diff -u -d -r1.215 -r1.216 --- ChangeLog 6 Aug 2004 01:31:41 -0000 1.215 +++ ChangeLog 6 Aug 2004 01:48:02 -0000 1.216 @@ -7,6 +7,19 @@ * gtk/menuComboToolbar/Menu.chs, gtk/layout/Fixed.chs, gtk/display/Label.chs: haddock markup fixes. + * gtk/glib/GError.chs, gtk/multiline/TextTagTable.chs: ghc 5.04.x + compatability fixes. + + * gtk/treeList/TreeModel.chs: ghc 5.04.x compatability and C symbol name + typo fix. + + * tools/hierarchyGen/hierarchy.list: gtk_clipboard_get_type() was + missing from gtk-2.0, it apeared in gtk-2.2 so we can only bind + GtkClipboard from gtk-2.2 onwards. + + * gtk/abstract/ButtonBox.chs, gtk/entry/Entry.chs: make them build with + gtk-2.0 & 2.2. + 2004-08-5 Duncan Coutts <du...@co...> * gtk/treeList/TreeView.chs, gtk/multiline/TextTag.chs, |