From: Duncan C. <dun...@us...> - 2005-01-25 18:19:59
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24138 Modified Files: ChangeLog Log Message: Extract properties and events from the xml api file (but don't use them yet). Improve the formatting of definition lists. Escape things inside literals properly. Eliminate an infinite loop bug in the line wrapping algorithm. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.327 retrieving revision 1.328 diff -u -d -r1.327 -r1.328 --- ChangeLog 24 Jan 2005 16:06:17 -0000 1.327 +++ ChangeLog 25 Jan 2005 18:19:35 -0000 1.328 @@ -1,3 +1,13 @@ +2005-01-25 Duncan Coutts <du...@co...> + + * tools/apiGen/format-docs.xsl: deal with another kind of list and + preserve formatting in definition list terms. + + * tools/apiGen/ApiGen.hs: extract properties and events from the xml + api file (but don't use them yet). Improve the formatting of + definition lists. Escape things inside literals properly. Eliminate + an infinite loop bug in the line wrapping algorithm. + 2005-01-24 Duncan Coutts <du...@co...> * INSTALL: update the install instructions |