diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-06-02 02:03:03 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-06-02 02:03:03 +0000 |
commit | 2fa0edc14d0a0d65096b929e1dd5230f22b75c74 (patch) | |
tree | b115f1bb62ab224510fd7f50814e4ea670a6ed92 | |
parent | 17efccce0ea04d7f28d1ff9d7f9baea837b215b6 (diff) | |
download | gnunet-gtk-2fa0edc14d0a0d65096b929e1dd5230f22b75c74.tar.gz gnunet-gtk-2fa0edc14d0a0d65096b929e1dd5230f22b75c74.zip |
done
-rw-r--r-- | TODO | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -4,9 +4,6 @@ Annotations: | |||
4 | RC == Release Critical | 4 | RC == Release Critical |
5 | 5 | ||
6 | 0.8.0pre1 (new core features): | 6 | 0.8.0pre1 (new core features): |
7 | - adapt to new chat API | ||
8 | + show chatroom members | ||
9 | + clean up ../fs/meta.* includes | ||
10 | - test new pseudonym/namespace APIs | 7 | - test new pseudonym/namespace APIs |
11 | - test recursive downloads (fix mmap error for dirs!) | 8 | - test recursive downloads (fix mmap error for dirs!) |
12 | - test uploads | 9 | - test uploads |
@@ -17,11 +14,12 @@ Annotations: | |||
17 | - much more testing!!! | 14 | - much more testing!!! |
18 | + find & fix GTK assertion errors | 15 | + find & fix GTK assertion errors |
19 | - chat improvements: | 16 | - chat improvements: |
17 | * allow leaving of chat rooms | ||
18 | * allow sending / joining by pressing ENTER | ||
19 | * indicate who we are in the member list | ||
20 | * add various options for sending messages | 20 | * add various options for sending messages |
21 | * show chatroom member metadata (right-click pop-up) | ||
22 | * indicate how a message was received (private, signed, etc.) | 21 | * indicate how a message was received (private, signed, etc.) |
23 | 22 | ||
24 | |||
25 | 0.8.1 (expand basics): | 23 | 0.8.1 (expand basics): |
26 | - improved search: | 24 | - improved search: |
27 | * implement search bookmarking (e.g. user could add/edit/delete | 25 | * implement search bookmarking (e.g. user could add/edit/delete |
@@ -30,6 +28,9 @@ Annotations: | |||
30 | * for potentially long clists, add option to specify a string | 28 | * for potentially long clists, add option to specify a string |
31 | pattern that must be matched for the lines to be displayed | 29 | pattern that must be matched for the lines to be displayed |
32 | (to further prune search results, for example) | 30 | (to further prune search results, for example) |
31 | - improved chat: | ||
32 | * allow specifying metadata with nickname | ||
33 | * show chatroom member metadata (right-click pop-up) | ||
33 | - unindexing: | 34 | - unindexing: |
34 | * add option to list all indexed files and delete from them | 35 | * add option to list all indexed files and delete from them |
35 | (ECRS now supports listing of indexed files! | 36 | (ECRS now supports listing of indexed files! |