Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2888
Modified Files:
ChangeLog
Log Message:
Remove GConfSchema type. It was never bound properly.
This also fixes compatability with ghc 6.0 and ghc 5.04.x.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- ChangeLog 6 Aug 2004 01:48:02 -0000 1.216
+++ ChangeLog 6 Aug 2004 02:03:45 -0000 1.217
@@ -20,6 +20,11 @@
* gtk/abstract/ButtonBox.chs, gtk/entry/Entry.chs: make them build with
gtk-2.0 & 2.2.
+ * gconf/System/Gnome/GConf/GConfValue.chs,
+ gconf/System/Gnome/GConf/GConfClient.chs: remove GConfSchema type. It
+ was never bound properly. This also fixes compatability with ghc 6.0
+ and ghc 5.04.x.
+
2004-08-5 Duncan Coutts <du...@co...>
* gtk/treeList/TreeView.chs, gtk/multiline/TextTag.chs,
|