From: Duncan C. <dun...@us...> - 2004-08-03 02:40:22
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27069 Modified Files: ChangeLog Log Message: Make the count of unbound gtk functions accurate. Also added a few more APIs to ignore. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -r1.201 -r1.202 --- ChangeLog 3 Aug 2004 02:36:38 -0000 1.201 +++ ChangeLog 3 Aug 2004 02:40:13 -0000 1.202 @@ -3,6 +3,10 @@ * gtk/abstract/FileChooser.chs, gtk/general/FFI.hs: move a couple of string marshaling functions to a common location. + * tools/apicoverage/Makefile: accurate count of unbound gtk functions. + + * tools/apicoverage/gtk.ignore: add a few more APIs to ignore. + 2004-08-1 Duncan Coutts <du...@co...> * gtk/entry/SpinButton.chs, gtk/layout/Table.chs, gtk/layout/Layout.chs |