From: Duncan C. <dun...@us...> - 2004-05-05 17:12:06
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv598 Modified Files: ChangeLog Log Message: remove class methods from GObjectClass. Use unsafeCoerce instead. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- ChangeLog 5 May 2004 16:16:19 -0000 1.145 +++ ChangeLog 5 May 2004 17:11:56 -0000 1.146 @@ -3,6 +3,9 @@ * configure.in, Makefile, mk/config.mk.in: allow libglade to be built without the gnome modules. + * tools/hierarchyGen/TypeGen.hs: remove class methods from + GObjectClass. Use unsafeCoerce instead. + 2004-05-2 Duncan Coutts <du...@co...> * gtk/treeList/TreeStore.chs: added method treeStoreClear |