From: Duncan C. <dun...@us...> - 2005-02-26 02:17:36
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5954 Modified Files: TODO ChangeLog Log Message: Rename the GArrow module to Arrow. Rename the Windows.FileSel module to Selectors.FileSelection Various documentation and formattign changes to both modules too. Update Makefile.am accordingly and remove the TODO item. Index: TODO =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/TODO,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- TODO 11 Feb 2005 18:29:50 -0000 1.8 +++ TODO 26 Feb 2005 02:17:26 -0000 1.9 @@ -1,20 +1,6 @@ TODO for gtk2hs -11/2/2005 Duncan Coutts <du...@co...> - - * rename these modules: - Graphics/UI/Gtk/Misc/GArrow.chs - to Graphics/UI/Gtk/Misc/Arrow.chs - Graphics/UI/Gtk/Windows/FileSel.chs - to Graphics/UI/Gtk/Selectors/FileSelection.chs - 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 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.370 retrieving revision 1.371 diff -u -d -r1.370 -r1.371 --- ChangeLog 26 Feb 2005 02:02:54 -0000 1.370 +++ ChangeLog 26 Feb 2005 02:17:26 -0000 1.371 @@ -21,6 +21,17 @@ .chs.pp files as well as .chs file when calculating the deps. This is possibly a bit of a hack. + * gtk/Graphics/UI/Gtk/Misc/GArrow.chs, + gtk/Graphics/UI/Gtk/Misc/Arrow.chs: rename module from GArrow.chs + and also make various documentation and formatting changes. + + * gtk/Graphics/UI/Gtk/Windows/FileSel.chs.pp, + gtk/Graphics/UI/Gtk/Selectors/FileSelection.chs.pp: rename module + and move it to a more appropriate category. Also make various + documentation and formatting changes. + + * Makefile.am: change names of the two modules, GArrow and FileSel. + 2005-02-25 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Abstract/Bin.chs, |