From: Duncan C. <dun...@us...> - 2004-07-30 16:47:34
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12487 Modified Files: ChangeLog Log Message: new files to mark unbound functions, for use with the api coverage tool. Also, change makefile to filter gtk.coverage so we get less noise in the diff. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.197 retrieving revision 1.198 diff -u -d -r1.197 -r1.198 --- ChangeLog 30 Jul 2004 16:38:51 -0000 1.197 +++ ChangeLog 30 Jul 2004 16:46:54 -0000 1.198 @@ -17,6 +17,14 @@ * gtk/general/Structs.hsc: remove unneeded CheckMenuItem function. + * tk/misc/api.ignore, gtk/treeList/api.ignore, gtk/entry/api.ignore + gtk/abstract/api.ignore, gtk/general/api.ignore, gtk/windows/api.ignore + gtk/menuComboToolbar/api.ignore, gtk/layout/api.ignore: new files to + mark unbound functions, for use with the api coverage tool. + + * tools/apicoverage/Makefile: filter gtk.coverage too to reduce noise. + This ignores where we are currently implementing deprecated functions. + 2004-07-29 Duncan Coutts <du...@co...> * gtk/general/General.chs: don't use depreciated gtk main loop |