From: Duncan C. <dun...@us...> - 2005-02-05 02:57:51
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31423 Modified Files: ChangeLog Log Message: Split ApiGen.hs into several modules to make it easier to manage and understand. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.338 retrieving revision 1.339 diff -u -d -r1.338 -r1.339 --- ChangeLog 5 Feb 2005 01:21:46 -0000 1.338 +++ ChangeLog 5 Feb 2005 02:57:39 -0000 1.339 @@ -1,11 +1,18 @@ 2005-02-05 Duncan Coutts <du...@co...> - * tools/apiGen/ApiGen.hs: addsupport for interfaces, deal with + * tools/apiGen/ApiGen.hs: add support for interfaces, deal with examples in a more general way and improve the generation of properties. * tools/apiGen/format-docs.xsl: deal with another kind of table. + * tools/apiGen/ApiGen.hs, tools/apiGen/Api.hs, tools/apiGen/Docs.hs, + tools/apiGen/FormatDocs.hs, tools/apiGen/Marshal.hs, + tools/apiGen/CodeGen.hs, tools/apiGen/StringUtils.hs: split ApiGen.hs + into several modules to make it easier to manage and understand. + + * tools/apiGen/Makefile: update the Makefile accordingly + 2005-02-04 Axel Simon <A....@ke...> * gtk/Graphics/UI/Gtk/Display/Image.chs: Added imageSetFromPixbuf. |