From: Duncan C. <dun...@us...> - 2005-03-06 17:50:57
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31503 Modified Files: ChangeLog Log Message: Prefix property names with their object. Make sure all properties are in the export list. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.378 retrieving revision 1.379 diff -u -d -r1.378 -r1.379 --- ChangeLog 4 Mar 2005 22:21:35 -0000 1.378 +++ ChangeLog 6 Mar 2005 17:50:45 -0000 1.379 @@ -1,3 +1,8 @@ +2005-03-06 Duncan Coutts <du...@co...> + + * tools/apiGen/CodeGen.hs: Prefix property names with their object. + Make sure all properties are in the export list. + 2005-03-04 Duncan Coutts <du...@co...> * Makefile.am: Fix one of the GHC 6.4 build failures by changing the |