Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 76267:96573486524e
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 203-205)
- Merge from emacs--devo--0
- Update from CVS
2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-make-in-reply-to): Quote name containing
non-ASCII characters. It will make the RFC2047 encoder cause an error
if there are special characters. Reported by NAKAJI Hiroyuki
<nakaji@kankyo-u.ac.jp>.
2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nntp.el (nntp-never-echoes-commands)
(nntp-open-connection-functions-never-echo-commands): New variables.
(nntp-send-command): Use them.
2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (NNTP): Mention nntp-never-echoes-commands and
nntp-open-connection-functions-never-echo-commands.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-658
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 01 Mar 2007 23:41:53 +0000 |
parents | 73e575b86f8a |
children | eece96633375 ec58e5c426ef |
comparison
equal
deleted
inserted
replaced
76266:ae4e22c0380f | 76267:96573486524e |
---|---|
1 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * message.el (message-make-in-reply-to): Quote name containing | |
4 non-ASCII characters. It will make the RFC2047 encoder cause an error | |
5 if there are special characters. Reported by NAKAJI Hiroyuki | |
6 <nakaji@kankyo-u.ac.jp>. | |
7 | |
8 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org> | |
9 | |
10 * nntp.el (nntp-never-echoes-commands) | |
11 (nntp-open-connection-functions-never-echo-commands): New variables. | |
12 (nntp-send-command): Use them. | |
13 | |
1 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | 14 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> |
2 | 15 |
3 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on | 16 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on |
4 articles posted in the last 24 hours. | 17 articles posted in the last 24 hours. |
5 | 18 |