comparison lisp/gnus/ChangeLog @ 68720:d9dde5b81e71

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-57 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Wed, 08 Feb 2006 04:35:58 +0000
parents 1077b8039c32
children 970bf6e6463b c5406394f567
comparison
equal deleted inserted replaced
68719:2de3fcf69715 68720:d9dde5b81e71
1 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-art.el (article-decode-charset): Don't use ignore-errors
4 when calling mail-header-parse-content-type.
5 (article-de-quoted-unreadable): Ditto.
6 (article-de-base64-unreadable): Ditto.
7 (article-wash-html): Ditto.
8
9 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10 calling mail-header-parse-content-type and
11 mail-header-parse-content-disposition.
12 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13 mail-header-parse-content-type.
14
15 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16 insert charset and format parameters; encode description after
17 inserting it to buffer.
18 (mml-insert-parameter): Fold lines properly even if a parameter is
19 segmented into two or more lines; change the max column to 76.
20
21 * rfc1843.el (rfc1843-decode-article-body): Don't use
22 ignore-errors when calling mail-header-parse-content-type.
23
24 * rfc2231.el (rfc2231-parse-string): Return at least type if
25 possible; don't cause an error even if it fails in parsing of
26 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
27 (rfc2231-encode-string): Don't break lines at the beginning, leave
28 it to mml-insert-parameter.
29
30 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
31 calling mail-header-parse-content-type.
32
33 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
34
35 * spam-report.el (spam-report-gmane-use-article-number): Improve
36 doc string.
37 (spam-report-gmane-internal): Check if a suitable header was found
38 in the article.
39
40 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
41
42 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
43 (rfc2231-encode-string): Make param*=value always begin with LWSP.
44
1 2006-02-05 Romain Francoise <romain@orebokech.com> 45 2006-02-05 Romain Francoise <romain@orebokech.com>
2 46
3 Update copyright notices of all files in the gnus directory. 47 Update copyright notices of all files in the gnus directory.
4 48
5 2006-02-03 Reiner Steib <Reiner.Steib@gmx.de> 49 2006-02-03 Reiner Steib <Reiner.Steib@gmx.de>