From: Duncan C. <dun...@us...> - 2005-04-08 13:40:20
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15809 Modified Files: ChangeLog Log Message: Add readGList function needed for some new modules. Remove unused ptrToInt function. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.448 retrieving revision 1.449 diff -u -d -r1.448 -r1.449 --- ChangeLog 8 Apr 2005 12:10:30 -0000 1.448 +++ ChangeLog 8 Apr 2005 13:40:09 -0000 1.449 @@ -5,6 +5,9 @@ committed the .chs file rather than the .chs.pp file and was using that in Makefile.am as well. So fix all that. + * glib/System/Glib/GList.chs: add readGList function needed for some + new modules. Remove unused ptrToInt function. + 2005-04-08 Axel Simon <A....@ke...> * gtk/Graphics/UI/Gtk/Buttons/Button.chs.pp, |