Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 76650:52354deba43e
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 209-210)
- Merge from emacs--devo--0
- Update from CVS
2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/message.el (message-required-news-headers):
* lisp/gnus/gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-generate-new-buffers): Change the meaning of the
nil value; add `standard' to the choices; treat t as `unique'; improve
doc string.
(gnus-select-frame-set-input-focus): Autoload.
(message-buffer-name): Search for the existing message buffer if
message-generate-new-buffers is nil or `standard'; treat the value t of
message-generate-new-buffers as `unique'.
(message-pop-to-buffer): Raise the frame already displaying the message
buffer; clear the echo area after querying.
(message-setup): Pass the `continue' argument to compose-mail.
(message-mail): Prefer `switch-function' if it is given; search for the
existing message buffer if the `continue' argument is non-nil; pass
continue and switch-function arguments to compose-mail by way of
message-setup.
(message-mail-other-window): Adjust argument of message-setup.
(message-mail-other-frame): Ditto.
2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
* man/message.texi (Message Buffers): Update documentation for
message-generate-new-buffers.
2007-03-15 Daiki Ueno <ueno@unixuser.org>
* man/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-674
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 21 Mar 2007 13:28:53 +0000 |
parents | eece96633375 |
children | 50adcc7d5096 c0409ee15cee |
comparison
equal
deleted
inserted
replaced
76649:6faaecee918b | 76650:52354deba43e |
---|---|
1 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | |
2 | |
3 * message.el (message-required-news-headers): | |
4 * gnus-util.el (gnus-intern-safe): Fix typo in docstring. | |
5 | |
6 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org> | |
7 | |
8 * message.el (message-generate-new-buffers): Change the meaning of the | |
9 nil value; add `standard' to the choices; treat t as `unique'; improve | |
10 doc string. | |
11 (gnus-select-frame-set-input-focus): Autoload. | |
12 (message-buffer-name): Search for the existing message buffer if | |
13 message-generate-new-buffers is nil or `standard'; treat the value t of | |
14 message-generate-new-buffers as `unique'. | |
15 (message-pop-to-buffer): Raise the frame already displaying the message | |
16 buffer; clear the echo area after querying. | |
17 (message-setup): Pass the `continue' argument to compose-mail. | |
18 (message-mail): Prefer `switch-function' if it is given; search for the | |
19 existing message buffer if the `continue' argument is non-nil; pass | |
20 continue and switch-function arguments to compose-mail by way of | |
21 message-setup. | |
22 (message-mail-other-window): Adjust argument of message-setup. | |
23 (message-mail-other-frame): Ditto. | |
24 | |
1 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org> | 25 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 26 |
3 * message.el (message-make-in-reply-to): Quote name containing | 27 * message.el (message-make-in-reply-to): Quote name containing |
4 non-ASCII characters. It will make the RFC2047 encoder cause an error | 28 non-ASCII characters. It will make the RFC2047 encoder cause an error |
5 if there are special characters. Reported by NAKAJI Hiroyuki | 29 if there are special characters. Reported by NAKAJI Hiroyuki |