Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16252
Modified Files:
ChangeLog
Log Message:
Apply a couple of patches that we had in our old c2hs tree to our new one.
This makes c2hs understand hierarchical module names and fixes the handling of
typedef'ed C types.
Also make GConfValue.chs & GConfClient.chs work with our new c2hs. It's not
entirely obvious to me if this is an improvement in c2hs or a regression.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- ChangeLog 1 Dec 2004 16:20:33 -0000 1.242
+++ ChangeLog 8 Dec 2004 00:08:12 -0000 1.243
@@ -1,3 +1,18 @@
+2004-12-7 Duncan Coutts <du...@co...>
+
+ * mk/common.mk: tiny tidyup
+
+ * tools/c2hs/chs/CHS.hs: apply old patch to our new c2hs, makes c2hs
+ deal with hierarchical module names.
+
+ * tools/c2hs/gen/GenBind.hs: apply old patch to our new c2hs, fix
+ handling of typedef'ed C types. Needed for SourceMarker.chs.
+
+ * gconf/System/Gnome/GConf/GConfClient.chs,
+ gconf/System/Gnome/GConf/GConfValue.chs: make these work with our
+ current version of c2hs. It's not entirely obvious to me if this is
+ an improvement in c2hs or a regression. Could do with investigating.
+
2004-12-02 Jens Petersen <pet...@ha...>
* configure.ac: Use modern invocation of AC_INIT with name and
|