From: Duncan C. <dun...@us...> - 2005-04-02 19:02:30
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8408 Modified Files: ChangeLog Log Message: Minor changes. Mostly generalising the types of attributes. For ButtonBox, rename attribute buttonBoxLayout to buttonBoxLayoutStyle. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.412 retrieving revision 1.413 diff -u -d -r1.412 -r1.413 --- ChangeLog 2 Apr 2005 18:55:21 -0000 1.412 +++ ChangeLog 2 Apr 2005 19:02:21 -0000 1.413 @@ -28,6 +28,16 @@ * gtk/Graphics/UI/Gtk/Misc/Calendar.chs.pp: add property, export extra function as well as trivial code changes. + * gtk/Graphics/UI/Gtk/Abstract/Box.chs, + gtk/Graphics/UI/Gtk/Abstract/Object.chs.pp, + gtk/Graphics/UI/Gtk/Abstract/Paned.chs.pp, + gtk/Graphics/UI/Gtk/Abstract/Range.chs, + gtk/Graphics/UI/Gtk/Abstract/Scale.chs: minor changes. Mostly + generalising the types of attributes. + + * gtk/Graphics/UI/Gtk/Abstract/ButtonBox.chs.pp: rename attribute + buttonBoxLayout to buttonBoxLayoutStyle. + 2005-04-1 Duncan Coutts <du...@co...> * tools/apiGen/ModuleScan.hs, tools/apiGen/ApiGen.hs, |