Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18039
Modified Files:
ChangeLog
Log Message:
Add missing functions. Update api.ignore files with more deprecated functions.
Also fix a couple typo bugs and tidy up some documentation.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- ChangeLog 30 Jul 2004 16:46:54 -0000 1.198
+++ ChangeLog 1 Aug 2004 16:08:12 -0000 1.199
@@ -1,3 +1,16 @@
+2004-08-1 Duncan Coutts <du...@co...>
+
+ * gtk/entry/SpinButton.chs, gtk/layout/Table.chs, gtk/layout/Layout.chs
+ gtk/misc/Viewport.chs, gtk/misc/Tooltips.chs,
+ gtk/scrolling/ScrolledWindow.chs, gtk/treeList/ListStore.chs,
+ gtk/display/Label.chs, gtk/abstract/Misc.chs, gtk/abstract/Paned.chs,
+ gtk/abstract/Range.chs, gtk/abstract/Scale.chs: add missing functions.
+ Also fix a couple typo bugs and tidy up some documentation.
+
+ * gtk/layout/api.ignore, gtk/misc/api.ignore, gtk/treeList/api.ignore
+ gtk/windows/api.ignore, gtk/abstract/api.ignore: updated with more
+ deprecated functions to ignore.
+
2004-07-30 Duncan Coutts <du...@co...>
* gtk/entry/Editable.chs, gtk/entry/Entry.chs: split off editable
@@ -17,7 +30,7 @@
* gtk/general/Structs.hsc: remove unneeded CheckMenuItem function.
- * tk/misc/api.ignore, gtk/treeList/api.ignore, gtk/entry/api.ignore
+ * gtk/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.
|