From: Duncan C. <dun...@us...> - 2005-01-16 14:16:16
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14288 Modified Files: ChangeLog Log Message: Update all the demos to use the new module names and write new makefiles. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.295 retrieving revision 1.296 diff -u -d -r1.295 -r1.296 --- ChangeLog 15 Jan 2005 13:14:40 -0000 1.295 +++ ChangeLog 16 Jan 2005 14:15:30 -0000 1.296 @@ -1,3 +1,19 @@ +2005-01-16 Duncan Coutts <du...@co...> + + * demo/buttonbox/ButtonBox.hs demo/buttonbox/Makefile + demo/concurrent/Progress.hs demo/concurrent/Makefile + demo/filechooser/FileChooserDemo.hs demo/filechooser/Makefile + demo/gconf/GConfDemo.hs demo/gconf/Makefile + demo/glade/GladeTest.hs demo/glade/Makefile + demo/graphic/Drawing.hs demo/graphic/Makefile + demo/hello/Makefile + demo/mozembed/TestEmbedMoz.hs demo/mozembed/Makefile + demo/profileviewer/ProfileViewer.hs demo/profileviewer/Makefile + demo/sourceview/SourceViewTest.hs demo/sourceview/Makefile + demo/treeList/ListTest.hs demo/treeList/Makefile + demo/unicode/Arabic.hs demo/unicode/Makefile: update all the demos to + use the new module names and write new simple makefiles. + 2005-01-15 Duncan Coutts <du...@co...> * mk/common.mk: change the way we find pacakge variables for files |