From: Duncan C. <dun...@us...> - 2005-04-07 00:14:11
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2146 Modified Files: ChangeLog Log Message: Add bindings for a bunch of extra methods and properties. Also, various doc changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.434 retrieving revision 1.435 diff -u -d -r1.434 -r1.435 --- ChangeLog 6 Apr 2005 22:20:01 -0000 1.434 +++ ChangeLog 7 Apr 2005 00:13:58 -0000 1.435 @@ -1,3 +1,25 @@ +2005-04-7 Duncan Coutts <du...@co...> + + * gtk/Graphics/UI/Gtk/Abstract/Paned.chs.pp: add several new signals + + * gtk/Graphics/UI/Gtk/Abstract/Range.chs: tidy up header and export + list. Unfortunately, we cannot export onValueChanged at the moment + since it clashes with the same signals from another module. + + * gtk/Graphics/UI/Gtk/Abstract/Scrollbar.hs: add extra module level + documentation. + + * gtk/Graphics/UI/Gtk/Abstract/Widget.chs.pp: bind 26 extra functions. + Update TODO list and other minor changes. + + * gtk/Graphics/UI/Gtk/Buttons/Button.chs.pp: bind two new functions. + + * gtk/Graphics/UI/Gtk/Display/Image.chs.pp: bind a few more functions + and a property. + + * gtk/Graphics/UI/Gtk/Display/Label.chs.pp: bind 10 more methods and a + few properties. Update docs to refer to PangoLayout rather than Layout. + 2005-04-6 Duncan Coutts <du...@co...> * tools/callbackGen/gtkmarshal.list: tidy up slightly, and add |