From: Duncan C. <dun...@us...> - 2004-08-01 16:16:59
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19692 Modified Files: ChangeLog Log Message: Updated api ignore stuff. Some added, some moved elsewhere. New apicvocerage Makefile target 'summary' to list the number of unbound gtk functions, grouped by namespace prefix. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- ChangeLog 1 Aug 2004 16:08:12 -0000 1.199 +++ ChangeLog 1 Aug 2004 16:16:50 -0000 1.200 @@ -11,6 +11,12 @@ gtk/windows/api.ignore, gtk/abstract/api.ignore: updated with more deprecated functions to ignore. + * tools/apicoverage/gtk.ignore: updated api ignore stuff. Some added, + some moved elsewhere. + + * tools/apicoverage/Makefile: new target 'summary' to list the number + of unbound gtk functions, grouped by namespace prefix. + 2004-07-30 Duncan Coutts <du...@co...> * gtk/entry/Editable.chs, gtk/entry/Entry.chs: split off editable |