diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 57 |
1 files changed, 44 insertions, 13 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 83b5e3820e6..e210b4def7c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,10 +1,42 @@ | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-sieve.el (gnus-sieve-article-add-rule): | ||
| 4 | * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): | ||
| 5 | * spam-stat.el (spam-stat-buffer-change-to-spam) | ||
| 6 | (spam-stat-buffer-change-to-non-spam): Follow error conventions. | ||
| 7 | |||
| 8 | * message.el (message-is-yours-p): | ||
| 9 | * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring. | ||
| 10 | |||
| 11 | 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 12 | |||
| 13 | * mm-view.el (mm-inline-text): Withdraw the last change. | ||
| 14 | |||
| 15 | 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 16 | |||
| 17 | * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while | ||
| 18 | executing enriched-decode. | ||
| 19 | |||
| 20 | 2005-06-04 Luc Teirlinck <teirllm@auburn.edu> | ||
| 21 | |||
| 22 | * gnus-art.el (article-update-date-lapsed): Use `save-match-data'. | ||
| 23 | |||
| 24 | 2005-06-04 Lute Kamstra <lute@gnu.org> | ||
| 25 | |||
| 26 | * nnfolder.el (nnfolder-read-folder): Make sure that undo | ||
| 27 | information is never recorded. | ||
| 28 | |||
| 29 | 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 30 | |||
| 31 | * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy. | ||
| 32 | |||
| 1 | 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org> | 33 | 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 34 | ||
| 3 | * pop3.el (pop3-md5): Run md5 in the binary mode. | 35 | * pop3.el (pop3-md5): Run md5 in the binary mode. |
| 4 | (pop3-md5-program-args): New variable. | 36 | (pop3-md5-program-args): New variable. |
| 5 | 37 | ||
| 6 | * starttls.el (starttls-set-process-query-on-exit-flag): Use | 38 | * starttls.el (starttls-set-process-query-on-exit-flag): |
| 7 | eval-and-compile. | 39 | Use eval-and-compile. |
| 8 | 40 | ||
| 9 | 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org> | 41 | 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org> |
| 10 | 42 | ||
| @@ -29,8 +61,8 @@ | |||
| 29 | 61 | ||
| 30 | * mml2015.el: Bind pgg-default-user-id when compiling. | 62 | * mml2015.el: Bind pgg-default-user-id when compiling. |
| 31 | 63 | ||
| 32 | * nndraft.el (nndraft-request-associate-buffer): Use | 64 | * nndraft.el (nndraft-request-associate-buffer): |
| 33 | write-contents-functions instead of write-contents-hooks if it is | 65 | Use write-contents-functions instead of write-contents-hooks if it is |
| 34 | available. | 66 | available. |
| 35 | 67 | ||
| 36 | * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook | 68 | * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook |
| @@ -58,7 +90,7 @@ | |||
| 58 | 90 | ||
| 59 | 2005-05-31 Kevin Greiner <kgreiner@xpediantsolutions.com> | 91 | 2005-05-31 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 60 | 92 | ||
| 61 | * gnus-group.el (): Require gnus-sum and autoload functions to | 93 | * gnus-group.el: Require gnus-sum and autoload functions to |
| 62 | resolve warnings when gnus-group.el compiled alone. | 94 | resolve warnings when gnus-group.el compiled alone. |
| 63 | 95 | ||
| 64 | 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de> | 96 | 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de> |
| @@ -195,7 +227,7 @@ | |||
| 195 | (gnus-summary-high-unread-face): Ditto. | 227 | (gnus-summary-high-unread-face): Ditto. |
| 196 | (gnus-summary-low-unread-face): Ditto. | 228 | (gnus-summary-low-unread-face): Ditto. |
| 197 | (gnus-summary-normal-unread-face): Ditto. | 229 | (gnus-summary-normal-unread-face): Ditto. |
| 198 | (gnus-summary-high-read-face, gnus-summary-low-read-face): Diito | 230 | (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto. |
| 199 | (gnus-summary-normal-read-face, gnus-splash-face): Ditto. | 231 | (gnus-summary-normal-read-face, gnus-splash-face): Ditto. |
| 200 | 232 | ||
| 201 | * message.el (message-minibuffer-local-map): Add :group. | 233 | * message.el (message-minibuffer-local-map): Add :group. |
| @@ -205,7 +237,7 @@ | |||
| 205 | (sieve-manage-server-eol, sieve-manage-client-eol): Ditto. | 237 | (sieve-manage-server-eol, sieve-manage-client-eol): Ditto. |
| 206 | (sieve-manage-streams, sieve-manage-stream-alist): Ditto. | 238 | (sieve-manage-streams, sieve-manage-stream-alist): Ditto. |
| 207 | (sieve-manage-authenticators): Ditto. | 239 | (sieve-manage-authenticators): Ditto. |
| 208 | (sieve-manage-authenticator-alist): Ditto | 240 | (sieve-manage-authenticator-alist): Ditto. |
| 209 | (sieve-manage-default-port): Ditto. | 241 | (sieve-manage-default-port): Ditto. |
| 210 | 242 | ||
| 211 | * sieve-mode.el (sieve-control-commands-face): Add :group. | 243 | * sieve-mode.el (sieve-control-commands-face): Add :group. |
| @@ -438,11 +470,11 @@ | |||
| 438 | 470 | ||
| 439 | * nnimap.el (nnimap-date-days-ago): Ditto. | 471 | * nnimap.el (nnimap-date-days-ago): Ditto. |
| 440 | 472 | ||
| 441 | * gnus-demon.el (parse-time-string): Added autoload. | 473 | * gnus-demon.el (parse-time-string): Add autoload. |
| 442 | 474 | ||
| 443 | * gnus-delay.el (parse-time-string): Added autoload. | 475 | * gnus-delay.el (parse-time-string): Add autoload. |
| 444 | 476 | ||
| 445 | * gnus-art.el (parse-time-string): Added autoload. | 477 | * gnus-art.el (parse-time-string): Add autoload. |
| 446 | 478 | ||
| 447 | * nnultimate.el (parse-time): Require for `parse-time-string'. | 479 | * nnultimate.el (parse-time): Require for `parse-time-string'. |
| 448 | 480 | ||
| @@ -496,14 +528,13 @@ | |||
| 496 | (rfc2047-encoded-word-regexp): Don't use shy group. | 528 | (rfc2047-encoded-word-regexp): Don't use shy group. |
| 497 | (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change. | 529 | (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change. |
| 498 | (rfc2047-parse-and-decode): Ditto. | 530 | (rfc2047-parse-and-decode): Ditto. |
| 499 | (rfc2047-decode): Treat the ascii coding-system as raw-text by | 531 | (rfc2047-decode): Treat the ascii coding-system as raw-text by default. |
| 500 | default. | ||
| 501 | 532 | ||
| 502 | 2005-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 533 | 2005-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 503 | 534 | ||
| 504 | * rfc2047.el (rfc2047-encode-encoded-words): New variable. | 535 | * rfc2047.el (rfc2047-encode-encoded-words): New variable. |
| 505 | (rfc2047-field-value): Strip props. | 536 | (rfc2047-field-value): Strip props. |
| 506 | (rfc2047-encode-message-header): Disabled header folding -- not | 537 | (rfc2047-encode-message-header): Disable header folding -- not |
| 507 | all headers can be folded, and this should be done by the message | 538 | all headers can be folded, and this should be done by the message |
| 508 | composition mode. Probably. I think. | 539 | composition mode. Probably. I think. |
| 509 | (rfc2047-encodable-p): Say that =? needs encoding. | 540 | (rfc2047-encodable-p): Say that =? needs encoding. |