X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=todo;h=92ff87edb200eba19eae03a55604df8b463c8f4d;hp=36129977d74ebaa4e0cb95bc65901769e438e2c4;hb=fda79fc773c3018266173a6c4ea3776685845c1d;hpb=4413cbfe294b127850a12815d7a3d981e96ae876 diff --git a/todo b/todo index 36129977d..92ff87edb 100644 --- a/todo +++ b/todo @@ -1,7 +1,59 @@ ;; Also know as the "wish list". Some are done. For the others, no ;; promise when to be implemented. +* gnus-topic-kill-region + From Colin Marquardt + + I noticed that when re-arranging topics, C-k yanks a topic just fine + (runs gnus-topic-kill-group). + + However, my habit is to do marking and the yanking the region, so I + would run C-w on the marked topic. But C-w runs + gnus-group-kill-region and doesn't yank the topic (for groups it + works fine). + + So could we have a gnus-topic-kill-region, or a + gnus-group-kill-region which handles topics as well? + +* 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] * Emphasis delimiters show when `W W c'. @@ -90,6 +142,8 @@ unencrypted. Hook into article acquisition the way jka-compr supposedly does, to auto-decrypt every message read. + [See Support for encrypted folders.] + * Baby's First Mail In Gnus. Some set of functions that the new-to-mail-in-Gnus user can invoke which will query the user appropriately for the basic information required to establish mail @@ -1457,6 +1511,8 @@ exceeding lisp nesting on huge groups. * Be able to run `J u' from summary buffers. + [Done] + * Solve the halting problem.