aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-08-18 06:45:46 +0000
committerChristian Grothoff <christian@grothoff.org>2005-08-18 06:45:46 +0000
commitbb46fdfdbcb8f4e48d611590098a585695f7f3d3 (patch)
tree453bbc829e8e73de5564063ce511606b4317b86a
parent1f7214809fcbe6d1098aa4e251de233190645357 (diff)
downloadgnunet-gtk-bb46fdfdbcb8f4e48d611590098a585695f7f3d3.tar.gz
gnunet-gtk-bb46fdfdbcb8f4e48d611590098a585695f7f3d3.zip
log
-rw-r--r--ChangeLog4
-rw-r--r--TODO22
2 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ff16fdd..2d3d498c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Wed Aug 17 23:51:13 PDT 2005
2 Fixed various minor bugs, including memory leaks.
3 Implemented auto-renaming.
4
1Mon Jul 18 01:30:09 CEST 2005 5Mon Jul 18 01:30:09 CEST 2005
2 Releasing 0.7.0pre5. 6 Releasing 0.7.0pre5.
3 7
diff --git a/TODO b/TODO
index a9f5cb3b..51274cdc 100644
--- a/TODO
+++ b/TODO
@@ -1,23 +1,19 @@
10.7.0 (all of these can go under "known limitations", that 10.7.0 (all of these can go under "known limitations", that
2 is, they are not release-critical IMO): 2 is, they are not release-critical IMO):
31) update namespace content (not implemented) 31) update namespace content (not implemented)
42) various minor memory leaks in models (esp. on shutdown) 42) various minor memory leaks (see FIXME in search.c)
53) figure out where seemingly spurious "pending" downloads
6 come from (still there?)
7 5
8Later (0.7.1+): 6Later (0.7.1+):
91) auto-rename downloaded files 71) create directory from known file IDs [ medium ]
10 to better names (user feedback!?) [ medium ] 82) disable inactive buttons (if no search/download
112) create directory from known file IDs [ medium ]
123) disable inactive buttons (if no search/download
13 is selected to operate on) [ medium ] 9 is selected to operate on) [ medium ]
144) more help-texts (glade) [ easy ] 103) more help-texts (glade) [ easy ]
155) highlight completed downloads [ easy ] 114) highlight completed downloads [ easy ]
166) highlight active downloads in search list [ easy ] 125) highlight active downloads in search list [ easy ]
177) pop-up dialogs / context menus (show extra information, 136) pop-up dialogs / context menus (show extra information,
18 in particular full metadata) [ medium ] 14 in particular full metadata) [ medium ]
198) chat [ difficult ] 157) chat [ difficult ]
209) show content of current collection 168) show content of current collection
21 17
22 18
23gnunet-gtk wishlist (from pre-0.7.0 days): 19gnunet-gtk wishlist (from pre-0.7.0 days):