diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 119 |
1 files changed, 104 insertions, 15 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 728ea9a424a..f3b41740f3e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,107 @@ | |||
| 1 | 2008-01-24 Michael Sperber <sperber@deinprogramm.de> | ||
| 2 | |||
| 3 | * mail-source.el (mail-sources): Add `group' choice. | ||
| 4 | |||
| 5 | * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another | ||
| 6 | parameter `in-group' to control into which group the articles go. | ||
| 7 | Add treatment of `group' mail-source. | ||
| 8 | |||
| 9 | 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 10 | |||
| 11 | * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at): | ||
| 12 | * message.el (message-beginning-of-line): Use featurep instead of bound | ||
| 13 | tests in order to resolve conditionals at compile time. | ||
| 14 | |||
| 15 | 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 16 | |||
| 17 | * gnus-art.el (gnus-insert-mime-button): Don't decode description. | ||
| 18 | |||
| 19 | * mm-decode.el (mm-dissect-buffer): Decode description. | ||
| 20 | |||
| 21 | * mml.el (mml-to-mime): Encode message header first. | ||
| 22 | |||
| 23 | 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 24 | |||
| 25 | * gnus-art.el (gnus-article-describe-bindings): Make it possible to use | ||
| 26 | xrefs, i.e. [back] and [forward] buttons, in *Help* buffer. | ||
| 27 | |||
| 28 | 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 29 | |||
| 30 | * gnus-registry.el (gnus-registry-trim): Use append, not concat. | ||
| 31 | |||
| 32 | 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 33 | |||
| 34 | * gnus-art.el (gnus-article-read-summary-keys): Work for some `A' | ||
| 35 | prefix keys. | ||
| 36 | (gnus-article-read-summary-send-keys): Use gnus-character-to-event. | ||
| 37 | (gnus-article-describe-bindings): Simplify; move XEmacs stuff to | ||
| 38 | gnus-xmas.el. | ||
| 39 | |||
| 40 | 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 41 | |||
| 42 | * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark): | ||
| 43 | Add new variables for article mark management. | ||
| 44 | (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a | ||
| 45 | list of extra data entries which, when present, will indicate that the | ||
| 46 | article ID should not be trimmed from the registry. | ||
| 47 | (gnus-registry-mark-article, gnus-registry-article-marks): Remove these | ||
| 48 | functions. | ||
| 49 | (gnus-registry-read-mark): New function to read a mark name from the | ||
| 50 | user. | ||
| 51 | (gnus-registry-set-article-mark, gnus-registry-remove-article-mark) | ||
| 52 | (gnus-registry-set-article-mark-internal): New functions to add and | ||
| 53 | remove marks. | ||
| 54 | (gnus-registry-get-article-marks): New function to show the marks for | ||
| 55 | an article, or retrieve them for further use. | ||
| 56 | |||
| 57 | 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 58 | |||
| 59 | * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix | ||
| 60 | keys when no argument is given. | ||
| 61 | |||
| 62 | 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 63 | |||
| 64 | * gnus-sum.el (gnus-article-sort-by-random) | ||
| 65 | (gnus-thread-sort-by-random): Fix doc strings. Reported by | ||
| 66 | jidanni@jidanni.org. | ||
| 67 | |||
| 68 | 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 69 | |||
| 70 | * gnus-art.el (gnus-article-describe-bindings): New function. | ||
| 71 | (gnus-article-read-summary-keys): Use it. | ||
| 72 | (gnus-article-mode-map): Bind `C-h b' to it. | ||
| 73 | |||
| 74 | 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 75 | |||
| 76 | * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on | ||
| 77 | XEmacs. | ||
| 78 | (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect | ||
| 79 | against non-character events. | ||
| 80 | |||
| 81 | 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 82 | |||
| 83 | * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New | ||
| 84 | command. | ||
| 85 | (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE | ||
| 86 | instead of END. Change name of the temp file. | ||
| 87 | (gnus-group-gmane-group-download-format): Add doc string. Make it | ||
| 88 | customizable. | ||
| 89 | |||
| 90 | 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 91 | |||
| 92 | * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys; | ||
| 93 | bind `S W' to gnus-article-wide-reply-with-original; set default | ||
| 94 | binding to gnus-article-read-summary-send-keys. | ||
| 95 | (gnus-article-read-summary-keys): Fix the order of keys; display | ||
| 96 | continuation keys correctly in the echo area; describe bindings | ||
| 97 | correctly when keys end with `C-h'. | ||
| 98 | (gnus-article-read-summary-send-keys): New function. | ||
| 99 | (gnus-article-describe-key, gnus-article-describe-key-briefly): Work | ||
| 100 | for gnus-article-read-summary-send-keys; display continuation keys | ||
| 101 | correctly in the echo area. | ||
| 102 | (gnus-article-reply-with-original): Ignore prefix argument. | ||
| 103 | (gnus-article-wide-reply-with-original): New function. | ||
| 104 | |||
| 1 | 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org> | 105 | 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 106 | ||
| 3 | * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for | 107 | * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for |
| @@ -19,12 +123,6 @@ | |||
| 19 | * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of | 123 | * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of |
| 20 | password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>. | 124 | password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>. |
| 21 | 125 | ||
| 22 | 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 23 | |||
| 24 | * imap.el (imap-authenticate): Use current-buffer instead of buffer, | ||
| 25 | for the cases where imap-authenticate is called with a nil buffer | ||
| 26 | parameter. | ||
| 27 | |||
| 28 | 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org> | 126 | 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org> |
| 29 | 127 | ||
| 30 | * gnus-art.el (gnus-article-browse-html-parts): Work for two or more | 128 | * gnus-art.el (gnus-article-browse-html-parts): Work for two or more |
| @@ -328,12 +426,6 @@ | |||
| 328 | 426 | ||
| 329 | * message.el (message-ignored-supersedes-headers): Add "X-ID". | 427 | * message.el (message-ignored-supersedes-headers): Add "X-ID". |
| 330 | 428 | ||
| 331 | 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change) | ||
| 332 | |||
| 333 | * imap.el (imap-mailbox-status-asynch): Upcase STATUS items. | ||
| 334 | (imap-parse-status): Upcase status-att for servers that sends them | ||
| 335 | lower-case (e.g., MS Exchange 2007). | ||
| 336 | |||
| 337 | 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | 429 | 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 338 | 430 | ||
| 339 | * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc | 431 | * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc |
| @@ -801,9 +893,6 @@ | |||
| 801 | * webmail.el (webmail-debug): Replace mapcar called for effect with | 893 | * webmail.el (webmail-debug): Replace mapcar called for effect with |
| 802 | dolist. | 894 | dolist. |
| 803 | 895 | ||
| 804 | * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect | ||
| 805 | with mapc. | ||
| 806 | |||
| 807 | 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org> | 896 | 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org> |
| 808 | 897 | ||
| 809 | * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist) | 898 | * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist) |