From: <as...@us...> - 2003-10-22 00:58:52
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv29165 Modified Files: ChangeLog Log Message: Use TextBufferClass tb => tb instead of TextBuffer as type for the Textbuffer. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -r1.89 -r1.90 --- ChangeLog 21 Oct 2003 21:28:53 -0000 1.89 +++ ChangeLog 21 Oct 2003 21:30:20 -0000 1.90 @@ -1,5 +1,8 @@ 2003-10-21 Axel Simon <A....@ke...> + * gtk/multiline/TextBuffer.chs: Use TextBufferClass tb => tb + instead of TextBuffer as type for the Textbuffer. + * gtk/abstract/Container.chs gtk/multiline/TextIter.chs: Fix warning about deprecated FFI construct for GHC 6.0. |