comparison lisp/gnus/ChangeLog @ 90789:c0409ee15cee

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 670-674) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
author Miles Bader <miles@gnu.org>
date Wed, 21 Mar 2007 13:33:07 +0000
parents 91bf6e05918b 52354deba43e
children 4ef881a120fe
comparison
equal deleted inserted replaced
90788:a12805fdabe8 90789:c0409ee15cee
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