From: Duncan C. <dun...@us...> - 2005-04-01 22:55:52
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20043 Modified Files: ChangeLog Log Message: More ApiGen updates: ModuleScan.hs, ApiGen.hs, Template.chs: do rcs version and timestamps. CodeGen.hs, MarshalFixup.hs: add support for ignoring documentation of selected parameters or return values. Often the docs for these in the original C docs are rather pointless. gapi2xml.pl: minor change from upstream. README: update to reflect recent changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.409 retrieving revision 1.410 diff -u -d -r1.409 -r1.410 --- ChangeLog 31 Mar 2005 16:39:17 -0000 1.409 +++ ChangeLog 1 Apr 2005 22:55:10 -0000 1.410 @@ -1,3 +1,16 @@ +2005-04-1 Duncan Coutts <du...@co...> + + * tools/apiGen/ModuleScan.hs, tools/apiGen/ApiGen.hs, + tools/apiGen/Template.chs: do rcs version and timestamps. + + * tools/apiGen/README: update to reflect recent changes. + + * tools/apiGen/CodeGen.hs, tools/apiGen/MarshalFixup.hs: add support + for ignoring documentation of selected parameters or return values. + Often the docs for these in the original C docs are rather pointless. + + * tools/apiGen/gapi2xml.pl: minor change from upstream. + 2005-03-31 Duncan Coutts <du...@co...> * tools/apiGen/Makefile: update to latest versions of source code for |