Mercurial > emacs
diff lisp/gnus/ChangeLog @ 68380:e1843613ecb8
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-14
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 4-7)
- Update from CVS
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 25 Jan 2006 06:47:24 +0000 |
| parents | dbc43cabc13b |
| children | 7e5ddc2f6715 5b7d410e31f9 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed Jan 25 04:11:05 2006 +0000 +++ b/lisp/gnus/ChangeLog Wed Jan 25 06:47:24 2006 +0000 @@ -1,3 +1,41 @@ +2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org> + + * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part + is dissected into a single part of which the type is the same as + the given one. + +2006-01-21 Kevin Ryde <user42@zip.com.au> + + * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go + into alists as symbol not string, since that's what + mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test + look for. + +2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org> + + * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of + recursive calls. + +2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org> + + * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable. + (mm-w3m-standalone-supports-m17n-p): New function. + (mm-inline-text-html-render-with-w3m-standalone): Use it to alter + w3m usage. + + * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use + mm-w3m-standalone-supports-m17n-p to alter w3m usage. + +2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org> + + * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer + encoding. + +2006-01-20 Reiner Steib <Reiner.Steib@gmx.de> + + * mml.el (mml-attach-file): Describe `description' in doc string. + (mml-menu): Add Emacs MIME manual and PGG manual. + 2006-01-19 Reiner Steib <Reiner.Steib@gmx.de> * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
