From: Duncan C. <dun...@us...> - 2005-02-05 01:21:58
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13323 Modified Files: ChangeLog Log Message: Add support for interfaces. Improve the generation of properties. Deal with examples in a more general way. format-docs.xsl: Deal with another kind of table in the documentation. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.337 retrieving revision 1.338 diff -u -d -r1.337 -r1.338 --- ChangeLog 4 Feb 2005 11:14:57 -0000 1.337 +++ ChangeLog 5 Feb 2005 01:21:46 -0000 1.338 @@ -1,3 +1,11 @@ +2005-02-05 Duncan Coutts <du...@co...> + + * tools/apiGen/ApiGen.hs: addsupport for interfaces, deal with + examples in a more general way and improve the generation of + properties. + + * tools/apiGen/format-docs.xsl: deal with another kind of table. + 2005-02-04 Axel Simon <A....@ke...> * gtk/Graphics/UI/Gtk/Display/Image.chs: Added imageSetFromPixbuf. |