From: Duncan C. <dun...@us...> - 2005-01-30 19:49:21
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2537 Modified Files: ChangeLog Log Message: First go at generating signals including documentation. Ignore virstual methods as they are internal. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.332 retrieving revision 1.333 diff -u -d -r1.332 -r1.333 --- ChangeLog 28 Jan 2005 00:15:18 -0000 1.332 +++ ChangeLog 30 Jan 2005 19:49:10 -0000 1.333 @@ -1,4 +1,18 @@ -2005-01-26 Duncan Coutts <du...@co...> +2005-01-30 Duncan Coutts <du...@co...> + + * tools/apiGen/ApiGen.hs: first go at generating signals including + documentation. Ignore virstual methods as they are internal. + + * tools/apiGen/format-docs.xsl: extract signal documentation, and + adjust for new formatting of property documentation. + +2005-01-28 Duncan Coutts <du...@co...> + + * tools/apiGen/Makefile: use sed to do the patching rather than an + external patch file (which I'd never added to cvs anyway). This time + it should work for other people "out of the box". + +2005-01-27 Duncan Coutts <du...@co...> * tools/apiGen/gapi2xml.pl, tools/apiGen/gapi_parser.pl, tools/apiGen/gapi_pp.pl: sync up with the latest version of these tools |