From: <as...@us...> - 2003-11-02 23:58:01
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv30318 Modified Files: ChangeLog Log Message: Make the sourceview modules more complete after GList.chs has been augmented. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- ChangeLog 26 Oct 2003 22:29:51 -0000 1.94 +++ ChangeLog 2 Nov 2003 23:57:58 -0000 1.95 @@ -1,3 +1,16 @@ +2003-10-02 Axel Simon <A....@ke...> + + * mk/common.mk: Change comments for "targets" help output. + + * sourceview/Makefile: Corrected header file declaration (unused + at the moment). + + * gtk/glib/GList.chs: Added methods to marshal from GLists and + GSLists. + + * sourceview/SourceLanguagesManager.chs, sourceview/SourceTag.chs, + sourceview/SourceTagTable.chs: Added + 2003-10-26 Axel Simon <A....@ke...> * Makefile, mk/recurse.mk, mk/common.mk: Turn the top-level |