From: <as...@us...> - 2003-10-21 22:53:45
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv28798 Modified Files: ChangeLog Log Message: Fix warning about deprecated FFI construct for GHC 6.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- ChangeLog 9 Aug 2003 04:47:11 -0000 1.88 +++ ChangeLog 21 Oct 2003 21:28:53 -0000 1.89 @@ -1,3 +1,8 @@ +2003-10-21 Axel Simon <A....@ke...> + + * gtk/abstract/Container.chs gtk/multiline/TextIter.chs: Fix + warning about deprecated FFI construct for GHC 6.0. + 2003-08-09 Jens Petersen <pet...@ha...> * gtk/multiline/TextView.chs (textViewGetVisibleRect): Fix docu typo. |