From: Duncan C. <dun...@us...> - 2005-03-04 22:10:55
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv535 Modified Files: ChangeLog Log Message: remove widgetLockAccelerators and widgetUnlockAccelerators as they do not exist in Gtk+ anymore (probably since version 2.0). Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.376 retrieving revision 1.377 diff -u -d -r1.376 -r1.377 --- ChangeLog 4 Mar 2005 22:04:59 -0000 1.376 +++ ChangeLog 4 Mar 2005 22:10:43 -0000 1.377 @@ -11,6 +11,10 @@ the MOSTLYCLEANFILES to reflect the changed location of the .deps files. + * gtk/Graphics/UI/Gtk/Abstract/Widget.chs: remove + widgetLockAccelerators and widgetUnlockAccelerators as they do not + exist in Gtk+ anymore (probably since version 2.0). + 2005-03-01 Duncan Coutts <du...@co...> * tools/apiGen/CodeGen.hs: do deprecated and version ifdefs a bit |