From: Duncan C. <dun...@us...> - 2005-04-05 18:13:53
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18131 Modified Files: ChangeLog Log Message: Add some extra functions for marshaling lists and arrays of UTF-8 strings. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.420 retrieving revision 1.421 diff -u -d -r1.420 -r1.421 --- ChangeLog 4 Apr 2005 01:24:07 -0000 1.420 +++ ChangeLog 5 Apr 2005 18:13:41 -0000 1.421 @@ -1,3 +1,8 @@ +2005-04-5 Duncan Coutts <du...@co...> + + * glib/System/Glib/UTFString.hs: add some extra functions for + marshaling lists and arrays of UTF-8 strings. + 2005-04-4 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs, |