From: Duncan C. <dun...@us...> - 2005-04-08 14:42:30
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17325 Modified Files: ChangeLog Log Message: Fix compilation with DISABLE_DEPRECATED. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.452 retrieving revision 1.453 diff -u -d -r1.452 -r1.453 --- ChangeLog 8 Apr 2005 14:21:52 -0000 1.452 +++ ChangeLog 8 Apr 2005 14:42:20 -0000 1.453 @@ -28,6 +28,10 @@ trivial change so that these modules are exactly the same as those produced by the code generator! + * gtk/Graphics/UI/Gtk/Misc/Calendar.chs.pp, + gtk/Graphics/UI/Gtk/MenuComboToolbar/Combo.chs.pp: fix compilation + with DISABLE_DEPRECATED. + 2005-04-08 Axel Simon <A....@ke...> * gtk/Graphics/UI/Gtk/Buttons/Button.chs.pp, |