From: Duncan C. <dun...@us...> - 2005-03-27 12:51:51
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12169 Modified Files: ChangeLog Log Message: Documentation changes and code formatting changes. Also added a few extra functions, in particular the ones I needed for my simulation visualiser. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.406 retrieving revision 1.407 diff -u -d -r1.406 -r1.407 --- ChangeLog 27 Mar 2005 11:54:51 -0000 1.406 +++ ChangeLog 27 Mar 2005 12:51:37 -0000 1.407 @@ -1,12 +1,16 @@ 2005-03-27 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Abstract/Container.chs: documentation changes - and code formattign changes. Also added a few extra functions and a + and code formatting changes. Also added a few extra functions and a couple properties. * gtk/Graphics/UI/Gtk/Windows/Window.chs.pp: added bindings for 22 extra functions (most of which are probably useful!). + * gtk/Graphics/UI/Gtk/Abstract/Widget.chs: documentation changes + and code formatting changes. Also added a few extra functions, in + particular the ones I needed for my simulation visualiser. + 2005-03-26 Duncan Coutts <du...@co...> * mozembed/Graphics/UI/Gtk/MozEmbed.chs: use Int in the signal |