X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=todo;h=5fa540a2aaadd752a8649a7b93f6921cbbdfbc62;hb=3738187cad20787b5b99c4061256e30e19ee721a;hp=e7ccdb96d0dbf0e34da3a7546aa52828a97e50ed;hpb=12880262125c73b531b08cd9005fbaf49c2c3395;p=elisp%2Fgnus.git- diff --git a/todo b/todo index e7ccdb9..5fa540a 100644 --- a/todo +++ b/todo @@ -1,6 +1,42 @@ ;; Also know as the "wish list". Some are done. For the others, no ;; promise when to be implemented. +* Speed up sorting in summary buffer if there is a limit. + + Suggested by Daniel Ortmann . + +* Investigate the memory usage of Gnus. + + But it does seem strange that Gnus would use some 15meg for this. I + think that is worth investigating. I suspect that bugs or bad + design are causing waste; they could be in Gnus, or in Emacs. -- RMS + +* Google group digest + + The result of Google group search return a thread. Is it a digest + format? + +* NOV caching. + + Implement NOV caching with Gnus Agent. + +* Multiple charsets for topic names. + + [Done] + +* Allow specification of server in Newsgroups header + + [Kai wrote] + + WIBNI I could put `Newsgroups: nntp+quimby:bla' into a message and + Gnus would know to post this message on my server `nntp:quimby' into + the group bla? I think this would be way cool. + + But Gnus would have to rewrite the Newsgroups header before actually + sending the posting. + + Thanks for Micha Wiedenmann for this suggestion. + * Understand mail-user-agent. Maybe gnus-mail-user-agent. [Done] @@ -1461,6 +1497,8 @@ exceeding lisp nesting on huge groups. * Be able to run `J u' from summary buffers. + [Done] + * Solve the halting problem.