summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2014-02-25 07:58:02 +0100
committerSven Eden <yamakuzure@gmx.net>2014-02-25 07:58:02 +0100
commit1d8145a8c1936ee46ea14caeba47e93f2db4c474 (patch)
tree7afc30632a3bd6977b6f7cc0aa0bd13f46ddb076
parentAdded test files and folders to .gitgnore (diff)
downloadufed-1d8145a8c1936ee46ea14caeba47e93f2db4c474.tar.gz
ufed-1d8145a8c1936ee46ea14caeba47e93f2db4c474.tar.bz2
ufed-1d8145a8c1936ee46ea14caeba47e93f2db4c474.zip
File TODO: Some cleanup and recent additions.
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index 321ec59..f1d5283 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,6 @@ When a feature is officially released (no rc-ebuild!), it is removed.
--- TODO ---
------------
These are mandatory for the next release cycle:
-- ufed must not error out when USE in make.conf is exceptionally large.
These are planned:
- Add package filter per command line argument
@@ -24,7 +23,8 @@ These ideas for the (far far away) future
------------
--- DONE ---
------------
-These have been finished
+These have been finished :
+
- (0.90) Add Filter local/global.
- (0.90) Add Filter installed/all.
- (0.90) Add parsing of /etc/make.profile/package.use for command line
@@ -51,6 +51,11 @@ These have been finished
- (0.90) Handle setups where /etc/portage/make.conf is a directory.
- (0.90) Read PORTDIR and PORTDIR_OVERLAY from portageq, too.
- (0.90) Make searching and cursor placement reliable.
+
- (0.91) Add line wrapping.
- (0.91) Make key help buttons dynamic (text, placement and width).
- (0.91) Replace status indicator with dynamic status line.
+- (0.91) ufed does not error out when USE in make.conf is exceptionally large.
+- (0.91) The deprecated 'portageq envvar' is no longer used for to determine
+ PORTDIR and PORTDIR_OVERLAY, eix is used if available and portageq
+ with the get_repo(s|_path) command as a fallback.