From: Duncan C. <dun...@us...> - 2005-01-24 01:39:37
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12983 Modified Files: ChangeLog Log Message: Update the code generation tool. Change the style from single module per file to having every module in a single file since this is the way the gapi tool works. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- ChangeLog 24 Jan 2005 01:35:07 -0000 1.321 +++ ChangeLog 24 Jan 2005 01:39:28 -0000 1.322 @@ -8,6 +8,11 @@ * tools/apiGen/gen-all.sh: retire previous automation script + * tools/apiGen/Template.chs, tools/apiGen/format-docs.xsl, + tools/apiGen/ApiGen.hs: updates to the code generation tool. Change + the style from single module per file to having every module in a + single file since this is the way the gapi tools work. + 2005-01-23 Axel Simon <A....@ke...> * Makefile.am, mk/common.mk: Resurrect dependency generation under |