comparison lisp/gnus/ChangeLog @ 90286:5b7d410e31f9

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 4-14) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (base, patch 1-7) - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187 - Update from CVS - Merge from emacs--devo--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 187) - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 25 Jan 2006 07:10:04 +0000
parents d88caeac70d7 e1843613ecb8
children 7432ca837c8d
comparison
equal deleted inserted replaced
90285:5251b70632c4 90286:5b7d410e31f9
1 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4 is dissected into a single part of which the type is the same as
5 the given one.
6
7 2006-01-21 Kevin Ryde <user42@zip.com.au>
8
9 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10 into alists as symbol not string, since that's what
11 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12 look for.
13
14 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15
16 * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of
17 recursive calls.
18
19 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20
21 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
22 (mm-w3m-standalone-supports-m17n-p): New function.
23 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
24 w3m usage.
25
26 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
27 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
28
29 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
30
31 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
32 encoding.
33
34 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
35
36 * mml.el (mml-attach-file): Describe `description' in doc string.
37 (mml-menu): Add Emacs MIME manual and PGG manual.
38
39 2006-01-19 Reiner Steib <Reiner.Steib@gmx.de>
40
41 * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
42 (spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
43 Revert 2006-01-08 change because the functions will be used in No
44 Gnus.
45
46 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
47
48 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
49
50 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
51
52 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * mm-decode.el (mm-inlined-types): Add application/pgp.
55 (mm-automatic-display): Ditto.
56
57 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
58 part as text.
59
1 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org> 60 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2 61
3 * nnrss.el: Update copyright. 62 * nnrss.el: Update copyright.
4 (nnrss-opml-import): Query whether to subscribe to each entry. 63 (nnrss-opml-import): Query whether to subscribe to each entry.
5 64