From: Duncan C. <dun...@us...> - 2005-02-25 01:32:34
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31080 Modified Files: ChangeLog Log Message: Move TODO messages before Haddock markup section. Move name fixup information to the MarshalFixup module. Use the short {# call foo_bar #} form rather than the full {# call gtk_foo_bar #} when the original module uses this form. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.367 retrieving revision 1.368 diff -u -d -r1.367 -r1.368 --- ChangeLog 25 Feb 2005 01:20:16 -0000 1.367 +++ ChangeLog 25 Feb 2005 01:32:10 -0000 1.368 @@ -130,6 +130,21 @@ docs generated for them we need to exclude the hidden modules from the html_DATA variable. + * tools/apiGen/CodeGen.hs: tweak generation of TODO doc messages. Use + the short {# call foo_bar #} form rather than the full + {# call gtk_foo_bar #} when the original module uses this form. + + * tools/apiGen/ModuleScan.hs: preserve short form of {# call #} from + scanned modules. + + * tools/apiGen/Template.chs: put TODO messages before Haddock markup + section. + + * tools/apiGen/FormatDocs.hs, tools/apiGen/MarshalFixup.hs: move name + fixup information to the MarshalFixup module. + + * tools/apiGen/Makefile: add MarshalFixup.hs dep. + 2005-02-24 Duncan Coutts <du...@co...> * configure.ac: Bump version to 0.9.7.1 |