From: Duncan C. <dun...@us...> - 2004-12-08 14:51:32
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv949 Modified Files: ChangeLog TODO Log Message: record a couple issues with the build so we don't forget Index: TODO =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- TODO 24 Oct 2004 17:19:18 -0000 1.6 +++ TODO 8 Dec 2004 14:51:20 -0000 1.7 @@ -1,8 +1,42 @@ TODO for gtk2hs + +8/12/2004 Duncan Coutts <du...@co...> + + * automake issues, building targets that are pulled in by the + -include *.deps .depend lines somtimes seem to happen with the + wrong $(NAME), so the CFLAGS or other $(NAME)-dependant variables + come from the wrong package. To reproduce this problem set + libmogul_a_CPPFLAGS = #nothing + + * there sould be a rule to rebuild .chi files even if the corresponding + .hs file still exists. Otherwise the build can stick and you have to + delete the .hs file to unstick it. Each .chs file should depend on the + .hs file and (or perhaps instead of) the .chi file. + 24/10/2004 Axel Simon <A....@ke...> * Hierarchy.chs: c2hs 0.13.1 produces a with<Object> functions for every newtype definition. Import withForeignPtr for this. +28/07/2004 Duncan Coutts <du...@co...> + + * new gtk 2.2 & 2.4 APIs that need to be bound: + action based manu API + GtkUIManager + GtkActionGroup + GtkAction + GtkToggleAction + GtkRadioAction + GtkToolItem + GtkToolButton + GtkSeparatorToolItem + GtkToggleToolButton + GtkRadioToolButton + file selector stuff + GtkFileFilter + GtkPlug new stuff in gtk 2.2 + gtk_plug_construct_for_display (maybe) + gtk_plug_new_for_display + 21/01/2003 Axel Simon <A....@uk...> * treeList/TreeStore.chs and treeList/ListStore.chs now use the preprocessor. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.244 retrieving revision 1.245 diff -u -d -r1.244 -r1.245 --- ChangeLog 8 Dec 2004 13:01:10 -0000 1.244 +++ ChangeLog 8 Dec 2004 14:51:20 -0000 1.245 @@ -9,6 +9,8 @@ * mogul/mogul.pkg, glade/glade.pkg, gconf/gconf.pkg, sourceview/sourceview.pkg: add new pkg files + * TODO: record a couple issues with the build + 2004-12-7 Duncan Coutts <du...@co...> * mk/common.mk: tiny tidyup |