aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-06-08 20:04:17 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-06-08 20:04:17 +0000
commit3e4ae335e087a85ebb7ee3f1e1d3ec9b5e85e62f (patch)
tree62304eee36371682f9f8f076578777c473735ac6 /TODO
parentMoved to Gentoo infrastructure and renamed project to 'eselect'. (diff)
downloadeselect-3e4ae335e087a85ebb7ee3f1e1d3ec9b5e85e62f.tar.gz
eselect-3e4ae335e087a85ebb7ee3f1e1d3ec9b5e85e62f.tar.bz2
eselect-3e4ae335e087a85ebb7ee3f1e1d3ec9b5e85e62f.zip
2005-06-08 Danny van Dyk <kugelfang@gentoo.org>
* bin/eselect.in: Added handling of global options in main code. * libs/core.bash.in: Removed COLOUR_* vars. * libs/output.bash.in: Added function colours() which replaces all ${COLOURS_*} uses and respects the --no-colour option. * docs/{developer,user}-guide.txt: Added reference to global options and --no-colour. diffstat: bin/eselect.in | 20 ++++++++++++--- doc/developer-guide.txt | 6 ++-- doc/user-guide.txt | 11 ++++++-- libs/core.bash.in | 9 ------ libs/output.bash.in | 64 ++++++++++++++++++++++++++++++++++-------------- 5 files changed, 73 insertions(+), 37 deletions(-) svn path=/trunk/; revision=118
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index a7103c2..bc140c2 100644
--- a/TODO
+++ b/TODO
@@ -8,6 +8,7 @@ Targets For 0.9.4
* add in 'no colour' mode. We probably want some standard recognised options
that get automatically stripped before passing control to the main app. Is
--nocolo(u)r the only one? (ciaranm)
+ Done as of revision 118. (kugelfang)
* make the Makefile install symlinks for various tools