From: Duncan C. <dun...@us...> - 2005-04-02 18:55:34
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4568 Modified Files: ChangeLog Log Message: Mostly trivial code changes. For Calendar, add property, export extra function. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.411 retrieving revision 1.412 diff -u -d -r1.411 -r1.412 --- ChangeLog 2 Apr 2005 16:52:48 -0000 1.411 +++ ChangeLog 2 Apr 2005 18:55:21 -0000 1.412 @@ -17,6 +17,17 @@ the generated modules. Code formatting changes. Documentation changes. One or two actual code changes but nothing that affects the API. + * gtk/Graphics/UI/Gtk/Misc/Arrow.chs, + gtk/Graphics/UI/Gtk/Misc/DrawingArea.chs, + gtk/Graphics/UI/Gtk/Misc/EventBox.chs.pp, + gtk/Graphics/UI/Gtk/Misc/HandleBox.chs, + gtk/Graphics/UI/Gtk/Misc/SizeGroup.chs, + gtk/Graphics/UI/Gtk/Misc/Tooltips.chs.pp, + gtk/Graphics/UI/Gtk/Misc/Viewport.chs: mostly trivial code changes. + + * gtk/Graphics/UI/Gtk/Misc/Calendar.chs.pp: add property, export extra + function as well as trivial code changes. + 2005-04-1 Duncan Coutts <du...@co...> * tools/apiGen/ModuleScan.hs, tools/apiGen/ApiGen.hs, |