From: <as...@us...> - 2003-10-26 22:31:28
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv21701 Modified Files: ChangeLog Log Message: Add new files and patches from Duncan. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- ChangeLog 26 Oct 2003 22:11:41 -0000 1.93 +++ ChangeLog 26 Oct 2003 22:29:51 -0000 1.94 @@ -6,6 +6,16 @@ which are built first and never installed, libraries which are built after the tools installed and registered with ghc and applications which are built last and installed. + + * demo/sourceview/Makefile, demo/sourceview/SourceViewTest.hs, + demo/sourceview/haskell.lang: Added the example for the SourceView + binding. + + * sourceview/Makefile, sourceview/SourceBuffer.chs, + SourceLanguagesManager.chs, sourceview/SourceView.chs, + sourceview/SourceStyleScheme.chs, sourceview/SourceTag.chs, + sourceview/SourceTagStyle.hsc, sourceview/SourceTagTable.chs: New + files and patches from Duncan. 2003-10-21 Axel Simon <A....@ke...> |