From: Duncan C. <dun...@us...> - 2005-01-09 23:45:22
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15817 Modified Files: ChangeLog Log Message: Fix generation of function version numbers when they have no version given. Fix for when no functions are defined in the documentation file. Also, take the c2hs context prefix and lib values from the api file be default. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.277 retrieving revision 1.278 diff -u -d -r1.277 -r1.278 --- ChangeLog 8 Jan 2005 18:12:48 -0000 1.277 +++ ChangeLog 9 Jan 2005 23:45:11 -0000 1.278 @@ -1,3 +1,12 @@ +2005-01-09 Duncan Coutts <du...@co...> + + * tools/apiGen/format-docs.xsl: fix generation of function version + numbers when they have no version given. + + * tools/apiGen/ApiGen.hs: Fix for when no functions are defined in the + documentation file. Also, take the c2hs context prefix and lib values + from the api file be default. + 2005-01-08 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk.hs: commit the grand hierarchical namespace |