diff options
| author | Miles Bader | 2008-09-30 00:48:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-09-30 00:48:01 +0000 |
| commit | 4520e527831ff37e96fede77461df4b7d181ec18 (patch) | |
| tree | edaad62384b4aa5d4fe77d6333e5e20e23f7e0a5 | |
| parent | 26e06f4464c58704889bdc536edc25b73e8c0179 (diff) | |
| download | emacs-4520e527831ff37e96fede77461df4b7d181ec18.tar.gz emacs-4520e527831ff37e96fede77461df4b7d181ec18.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1436
| -rw-r--r-- | lisp/gnus/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 1 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 5 |
3 files changed, 21 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 266fab4adb4..0464d903c50 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-article-read-summary-keys): Check if summary window | ||
| 4 | exists. | ||
| 5 | |||
| 1 | 2008-09-27 Glenn Morris <rgm@gnu.org> | 6 | 2008-09-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * gnus-util.el (mail-header-remove-comments): Autoload it. | 8 | * gnus-util.el (mail-header-remove-comments): Autoload it. |
| @@ -7,12 +12,23 @@ | |||
| 7 | * gnus-util.el (gnus-split-references): Strip comments. | 12 | * gnus-util.el (gnus-split-references): Strip comments. |
| 8 | (gnus-parent-id): Likewise. | 13 | (gnus-parent-id): Likewise. |
| 9 | 14 | ||
| 15 | 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 16 | |||
| 17 | * message.el (message-confirm-send): Fix version. | ||
| 18 | |||
| 19 | 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 20 | |||
| 21 | * message.el (message-idna-to-ascii-rhs-1): Use | ||
| 22 | mail-extract-address-components rather than mail-header-parse-addresses | ||
| 23 | that is an alias by default to ietf-drums-parse-addresses that does not | ||
| 24 | support non-ASCII names in headers' contents. | ||
| 25 | |||
| 10 | 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com> | 26 | 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com> |
| 11 | 27 | ||
| 12 | * message.el (message-confirm-send): Fixed variable documentation to | 28 | * message.el (message-confirm-send): Fixed variable documentation to |
| 13 | avoid the "y/n" wording. | 29 | avoid the "y/n" wording. |
| 14 | 30 | ||
| 15 | 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change) | 31 | 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change) |
| 16 | 32 | ||
| 17 | * message.el (message-set-auto-save-file-name): Save to a different | 33 | * message.el (message-set-auto-save-file-name): Save to a different |
| 18 | filename so multiple messages (especially drafts) can be recovered. | 34 | filename so multiple messages (especially drafts) can be recovered. |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 476f2945157..025d5b5e0d8 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -6378,6 +6378,7 @@ not have a face in `gnus-article-boring-faces'." | |||
| 6378 | (point)))) | 6378 | (point)))) |
| 6379 | (when (and (not not-restore-window) | 6379 | (when (and (not not-restore-window) |
| 6380 | new-sum-point | 6380 | new-sum-point |
| 6381 | (window-live-p win) | ||
| 6381 | (with-current-buffer (window-buffer win) | 6382 | (with-current-buffer (window-buffer win) |
| 6382 | (eq major-mode 'gnus-summary-mode))) | 6383 | (eq major-mode 'gnus-summary-mode))) |
| 6383 | (set-window-point win new-sum-point) | 6384 | (set-window-point win new-sum-point) |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index ad91868fa7a..403cc549578 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -445,7 +445,7 @@ nil means let mailer mail back a message to report errors." | |||
| 445 | "When non-nil, ask for confirmation when sending a message." | 445 | "When non-nil, ask for confirmation when sending a message." |
| 446 | :group 'message-sending | 446 | :group 'message-sending |
| 447 | :group 'message-mail | 447 | :group 'message-mail |
| 448 | :version "22.3" ;; No Gnus | 448 | :version "23.1" ;; No Gnus |
| 449 | :link '(custom-manual "(message)Sending Variables") | 449 | :link '(custom-manual "(message)Sending Variables") |
| 450 | :type 'boolean) | 450 | :type 'boolean) |
| 451 | 451 | ||
| @@ -5633,7 +5633,8 @@ subscribed address (and not the additional To and Cc header contents)." | |||
| 5633 | (mapcar (lambda (rhs) (or (cadr (split-string rhs "@")) "")) | 5633 | (mapcar (lambda (rhs) (or (cadr (split-string rhs "@")) "")) |
| 5634 | (mapcar 'downcase | 5634 | (mapcar 'downcase |
| 5635 | (mapcar | 5635 | (mapcar |
| 5636 | 'car (mail-header-parse-addresses field)))))) | 5636 | 'cadr |
| 5637 | (mail-extract-address-components field t)))))) | ||
| 5637 | (setq ace (if (string-match "\\`[[:ascii:]]+\\'" rhs) | 5638 | (setq ace (if (string-match "\\`[[:ascii:]]+\\'" rhs) |
| 5638 | rhs | 5639 | rhs |
| 5639 | (downcase (idna-to-ascii rhs)))) | 5640 | (downcase (idna-to-ascii rhs)))) |