Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29817
Modified Files:
ChangeLog TODO
Log Message:
Update the TODO list, add a note to rename some modules after the 0.9.7.1
release and remove some old items that are no longer relevant.
Index: TODO
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/TODO,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- TODO 8 Dec 2004 14:51:20 -0000 1.7
+++ TODO 11 Feb 2005 18:29:50 -0000 1.8
@@ -1,5 +1,13 @@
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
@@ -44,21 +52,3 @@
specify it in a pragma. An external c2hs would need to get preprocessed
input. This has to be done in mk/library.mk .
-older entries:
-
-* Compilation falls over on FreeBSD when c2hs reads the type modifier
- __signed. I don't know if this is supposed to be replaced by cpp, for
- the time being I've just added -D__signed=signed.. There probably should
- be a autoconf test for this (and understanding of what's going on).
-
-* Check all the files for additional functionality since 1.3.3.
-
-* Add documentation support.
-
-* Create automatic support for recursive make as it is done with applications
- and libraries. The Makefiles should be able to only specify three variables:
- TOOLMAKEDIRS (applications that are needed to build the libraries but which
- are not installed), LIBMAKEDIRS (the libraries that should be done next)
- and APPMAKEDIRS (which are applications which depend on the libraries). We
- need these three variables to get the sequence of inplace/noinplace right.
- Question: How do we reverse a list of words with make?
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- ChangeLog 11 Feb 2005 18:26:25 -0000 1.347
+++ ChangeLog 11 Feb 2005 18:29:48 -0000 1.348
@@ -27,6 +27,10 @@
* gtk/Graphics/UI/Gtk/General/General.chs: add the pragma
{-# NOINLINE initGUI #-} and an explanaition of why this is necessary.
+ * TODO: update the TODO list, add a note to rename some modules after
+ the 0.9.7.1 release and remove some old items that are no longer
+ relevant.
+
2005-02-10 Duncan Coutts <du...@co...>
* tools/apiGen/CodeGen.hs: make use of the information from scanning
|