aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-05-16 20:40:26 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-05-16 20:40:26 +0000
commit21404da1c42a66cb54f0acf25e2feb7f12cfd90e (patch)
tree60d5277457e4e4c545c1678fad592d216bffeb87 /TODO
parentadd NEWS file for 0.9.3 (diff)
downloadeselect-21404da1c42a66cb54f0acf25e2feb7f12cfd90e.tar.gz
eselect-21404da1c42a66cb54f0acf25e2feb7f12cfd90e.tar.bz2
eselect-21404da1c42a66cb54f0acf25e2feb7f12cfd90e.zip
update TODO
svn path=/trunk/; revision=113
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 18 insertions, 6 deletions
diff --git a/TODO b/TODO
index 45e223c..a7103c2 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,21 @@ Possible TODO list. Not complete, just a collection of random thoughts for
things we might otherwise forget. More for core ideas than ideas for new
modules... Don't bother using the ChangeLog for this file.
+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)
+
+* make the Makefile install symlinks for various tools
+
+* list action should highlight currently selected option for all modules. Also
+ check that 'no items' are handled correctly.
+
+Targets for 1.0.0
+=================
+
* inherit / import functionality -- we could use some way of having a set of
common actions for, for example, alternatives-style plugins. Probably just a
wrapper around source and a few variables. Should be dead easy to do once we
@@ -11,16 +26,13 @@ modules... Don't bother using the ChangeLog for this file.
certain designated actions. We'll also need library functions for menus and
so on. See code in config module for a rough demo. (ciaranm)
+Possible Ideas
+==============
+
* test suite (ciaranm)
-* 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)
-
* --interactive/--ask : We could make this a global option and PUBLIC, for th
modules to decide whether an action can be performed. (ciaranm doesn't like
this idea)
-* list action should highlight currently selected option. (ciaranm / ferdy)
-
vim: set tw=78 ft=glep :