Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28810
Modified Files:
ChangeLog
Log Message:
Yet more code generator improvements...
Most important is that it now works with gtk-2.6.1
CodeGen.hs: do deprecated and version ifdefs a bit better especialy if the
whole module is new or deprecated.
Docs.hs: seperate documentation of callbacks from documentation of methods.
Generalise the summary field to be list of paragraphs rather than just
a single paragraph so that we can add things to the summary
documentations like deprecation notices.
FormatDocs.hs: for deprecated modules, instead of anotating every function
with a deprecation warning, just add a note to the module summary.
Also put version notes in the module summary rather than at the end
of the detail section.
gapi2xml.pl, gtk-sources.xml: merge upstream changes to the gapi parser tool
and adjust the sources spec file so that it will now work with
gtk+-2.6.1. (There seems to be an additional problem with 2.6.2 and
2.6.3 in the filechooser modules which I have not yet tracked down)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -d -r1.374 -r1.375
--- ChangeLog 27 Feb 2005 20:02:13 -0000 1.374
+++ ChangeLog 1 Mar 2005 21:20:44 -0000 1.375
@@ -1,3 +1,26 @@
+2005-03-01 Duncan Coutts <du...@co...>
+
+ * tools/apiGen/CodeGen.hs: do deprecated and version ifdefs a bit
+ better especialy if the whole module is new or deprecated.
+
+ * tools/apiGen/Docs.hs: seperate documentation of callbacks from
+ documentation of methods. Generalise the summary field to be list of
+ paragraphs rather than just a single paragraph so that we can add
+ things to the summary documentations like deprecation notices.
+
+ * tools/apiGen/ApiGen.hs: trivial follow on change.
+
+ * tools/apiGen/FormatDocs.hs: for deprecated module, instead of
+ anotating every function with a deprecation warning, just add a note
+ to the module summary. Also put version notes in the module summary
+ rather than at the end of the detail section.
+
+ * tools/apiGen/gapi2xml.pl, tools/apiGen/gtk-sources.xml: merge
+ upstream changes to the gapi parser tool and adjust the sources spec
+ file so that it will now work with gtk+-2.6.1. (There seems to be an
+ additional problem with 2.6.2 and 2.6.3 in the filechooser modules
+ which I have not yet tracked down)
+
2005-02-27 Duncan Coutts <du...@co...>
* glib/System/Glib/GObject.chs.pp: change mkDestructor into
|