diff options
| author | Miles Bader | 2008-04-21 07:13:33 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-21 07:13:33 +0000 |
| commit | d55fe5bb3eb98fc19dbab064b5adfbe3a16a6c1b (patch) | |
| tree | 8c0226d557585842b73cbe2d49f3c511dace6576 /lisp/gnus/ChangeLog | |
| parent | d48c50ae86ec3b5bd6d40fbdb1357a56cb347b9a (diff) | |
| download | emacs-d55fe5bb3eb98fc19dbab064b5adfbe3a16a6c1b.tar.gz emacs-d55fe5bb3eb98fc19dbab064b5adfbe3a16a6c1b.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 535271a2556..4b19735f824 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * message.el (message-signature-separator, message-cite-function): | ||
| 4 | Change custom version. | ||
| 5 | |||
| 6 | 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 7 | |||
| 8 | * mm-decode.el (mm-display-external): Make temp file read-only. | ||
| 9 | |||
| 10 | 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 11 | |||
| 12 | * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove | ||
| 13 | binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to | ||
| 14 | `C-c C-f d'. | ||
| 15 | |||
| 16 | 2008-04-12 Adrian Aichner <adrian@xemacs.org> | ||
| 17 | |||
| 18 | * gnus-sum.el (gnus-summary-goto-subject): Typo fix. | ||
| 19 | |||
| 20 | 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 21 | |||
| 22 | * auth-source.el: Added docs. | ||
| 23 | (auth-sources): Modified format to support server. | ||
| 24 | (auth-source-pick, auth-source-user-or-password) | ||
| 25 | (auth-source-user-or-password-imap) | ||
| 26 | (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) | ||
| 27 | (auth-source-user-or-password-sftp) | ||
| 28 | (auth-source-user-or-password-smtp): Add server parameter. | ||
| 29 | |||
| 30 | 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 31 | |||
| 32 | * gnus-registry.el: Initialize the registry when gnus-registry-install | ||
| 33 | is t. | ||
| 34 | |||
| 1 | 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org> | 35 | 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 36 | ||
| 3 | * compface.el (uncompface): Make buffer unibyte. | 37 | * compface.el (uncompface): Make buffer unibyte. |
| @@ -1393,8 +1427,11 @@ | |||
| 1393 | (message-fix-before-sending): Add `bogus-recipient'. | 1427 | (message-fix-before-sending): Add `bogus-recipient'. |
| 1394 | 1428 | ||
| 1395 | * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine". | 1429 | * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine". |
| 1396 | (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test | 1430 | (gnus-treat-body-boundary): Don't test window-system. |
| 1397 | window-system. | 1431 | |
| 1432 | 2007-10-28 Leo <sdl.web@gmail.com> (tiny change) | ||
| 1433 | |||
| 1434 | * gnus-art.el (gnus-treat-emphasize): Don't test window-system. | ||
| 1398 | 1435 | ||
| 1399 | 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de> | 1436 | 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de> |
| 1400 | 1437 | ||