Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 66299:01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 142-146)
- Update from CVS
2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
* lisp/gnus/mail-source.el (mail-source-fetch-pop): Require pop3.
(mail-source-check-pop): Ditto.
2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
errors.
2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-art.el (gnus-treat-strip-trailing-blank-lines)
(gnus-treat-strip-leading-blank-lines): Improve doc string.
* lisp/gnus/message.el (message-tool-bar-local-item-from-menu): Fix comment.
2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
(rfc2047-charset-to-coding-system): New function.
(rfc2047-decode-encoded-words): New function.
(rfc2047-decode-region): Use them.
(rfc2047-decode-cte): Remove.
(rfc2047-parse-and-decode): Remove.
(rfc2047-decode): Remove.
2005-10-15 Kenichi Handa <handa@m17n.org>
* lisp/gnus/rfc2047.el (rfc2047-decode-cte): New function.
(rfc2047-decode-region): Change the way to decode successive
encoded-words: decode B- or Q-encoding in each encoded-word,
concatenate them, and decode it as charset.
2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Document Groups): Remove duplicate item.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 22 Oct 2005 09:02:46 +0000 |
parents | b393a1601bc1 |
children | eaa19e98cd04 0ca0d9181b5e |
comparison
equal
deleted
inserted
replaced
66298:f8a064f9444b | 66299:01b85ec4a61d |
---|---|
1 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change) | |
2 | |
3 * mail-source.el (mail-source-fetch-pop): Require pop3. | |
4 (mail-source-check-pop): Ditto. | |
5 | |
6 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org> | |
7 | |
8 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of | |
9 errors. | |
10 | |
11 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de> | |
12 | |
13 * gnus-art.el (gnus-treat-strip-trailing-blank-lines) | |
14 (gnus-treat-strip-leading-blank-lines): Improve doc string. | |
15 | |
16 * message.el (message-tool-bar-local-item-from-menu): Fix comment. | |
17 | |
18 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org> | |
19 | |
20 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable. | |
21 (rfc2047-charset-to-coding-system): New function. | |
22 (rfc2047-decode-encoded-words): New function. | |
23 (rfc2047-decode-region): Use them. | |
24 (rfc2047-decode-cte): Remove. | |
25 (rfc2047-parse-and-decode): Remove. | |
26 (rfc2047-decode): Remove. | |
27 | |
28 2005-10-15 Kenichi Handa <handa@m17n.org> | |
29 | |
30 * rfc2047.el (rfc2047-decode-cte): New function. | |
31 (rfc2047-decode-region): Change the way to decode successive | |
32 encoded-words: decode B- or Q-encoding in each encoded-word, | |
33 concatenate them, and decode it as charset. | |
34 | |
1 2005-10-17 Chong Yidong <cyd@stupidchicken.com> | 35 2005-10-17 Chong Yidong <cyd@stupidchicken.com> |
2 | 36 |
3 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to | 37 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to |
4 widget-move-and-invoke. | 38 widget-move-and-invoke. |
5 (gnus-custom-mode): Use gnus-custom-map. | 39 (gnus-custom-mode): Use gnus-custom-map. |