From: Duncan C. <dun...@us...> - 2004-08-10 14:52:26
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22901 Modified Files: ChangeLog Log Message: Removed support for versions of ghc pre 5.04. ghc 5.04 supports the new FFI syntax so remove old-style "foreign export dynamic" versions. Tested with ghc 5.04 & 5.04.3 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -u -d -r1.221 -r1.222 --- ChangeLog 10 Aug 2004 12:15:41 -0000 1.221 +++ ChangeLog 10 Aug 2004 14:51:45 -0000 1.222 @@ -4,6 +4,17 @@ * gtk/layout/Notebook.chs: fix typos. + * compat/LocalControl.hs, compat/LocalData.hs, gtk/general/FFI.hs: + remove support for versions of ghc pre 5.04. + + * gconf/System/Gnome/GConf/GConfClient.chs, gtk/abstract/Container.chs + gtk/entry/EntryCompletion.chs, gtk/general/General.chs, + gtk/glib/GObject.chs, gtk/multiline/TextIter.chs, + gtk/multiline/TextTagTable.chs, gtk/treeList/TreeModel.chs, + gtk/treeList/TreeSelection.chs, gtk/treeList/TreeView.chs, + tools/callbackGen/Signal.chs-boot2: ghc 5.04 supports the new FFI + syntax so remove old-style "foreign export dynamic" versions. + 2004-08-9 Duncan Coutts <du...@co...> * gtk/layout/Notebook.chs: bind some new functions. Mark deprecated |