From: Duncan C. <dun...@us...> - 2005-03-16 01:43:39
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26809 Modified Files: ChangeLog Log Message: Documentation changes and code formatting changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.388 retrieving revision 1.389 diff -u -d -r1.388 -r1.389 --- ChangeLog 15 Mar 2005 20:33:44 -0000 1.388 +++ ChangeLog 16 Mar 2005 01:42:45 -0000 1.389 @@ -1,3 +1,15 @@ +2005-03-16 Duncan Coutts <du...@co...> + + * gtk/Graphics/UI/Gtk/Misc/Adjustment.chs, + gtk/Graphics/UI/Gtk/Misc/Arrow.chs, + gtk/Graphics/UI/Gtk/Misc/Calendar.chs.pp, + 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: documentation changes and code + formatting changes. + 2005-03-15 Duncan Coutts <du...@co...> * glib/System/Glib/FFI.hs: add maybeNull function which is used by |