From: Duncan C. <dun...@us...> - 2005-03-27 12:59:16
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15556 Modified Files: ChangeLog Log Message: Fix ExcludeApi / gtk.ignore bug in ApiGen program and add a bunch of internal functions to ignore when generating binding modules. Add a more detailed summary API coverage report. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.407 retrieving revision 1.408 diff -u -d -r1.407 -r1.408 --- ChangeLog 27 Mar 2005 12:51:37 -0000 1.407 +++ ChangeLog 27 Mar 2005 12:59:05 -0000 1.408 @@ -11,6 +11,15 @@ and code formatting changes. Also added a few extra functions, in particular the ones I needed for my simulation visualiser. + * tools/apiGen/ExcludeApi.hs: fix exclude regex matcher. + + * tools/apiGen/Makefile: add ExcludeApi.hs as a dependency of ApiGen. + + * tools/apiGen/gtk.ignore: add a bunch of internal functions to ignore + when generating binding modules. + + * tools/apicoverage/Makefile: add a more detailed summary report. + 2005-03-26 Duncan Coutts <du...@co...> * mozembed/Graphics/UI/Gtk/MozEmbed.chs: use Int in the signal |