Mercurial > emacs
comparison doc/misc/ChangeLog @ 111067:e36c65ac23bf
Merge changes made in Gnus trunk.
nnimap.el (nnimap-insert-partial-structure): Fix boundary detection.
spam.el (spam-list-of-processors): Mark as obsolete.
gnus-art.el (gnus-blocked-images): New function. Allow the `gnus-blocked-images' to be a function.
gnus-art.el (gnus-article-wash-function): Remove it, and use `mm-text-html-renderer' instead.
mm-decode.el (mm-inline-text-html-renderer): Removed.
mm-decode.el (mm-inline-media-tests): Removed use.
mm-view.el (mm-inline-text-html): Removed use.
mm-view.el (mm-text-html-renderer-alist): Add the `shr' and `gnus-w3m' symbols.
gnus.texi (Article Washing): shr and gnus-w3m, not the direct function names.
gnus-art.el (article-wash-html): Simplify and remove the charset stuff. Use the normal html rendering code instead of the special html washing code.
mm-view.el (mm-text-html-washer-alist): Removed.
gnus-news.texi: Mention that mm-text-html-renderer is the only HTML variable now.
shr.el (shr-tag-table): Remove useless nconc.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 20 Oct 2010 22:29:38 +0000 |
parents | c9f6036480c9 |
children | a08c05a1c2cf |
comparison
equal
deleted
inserted
replaced
111066:ea124ffc596b | 111067:e36c65ac23bf |
---|---|
1 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2 | |
3 * gnus.texi (HTML): Document the function value of | |
4 gnus-blocked-images. | |
5 (Article Washing): shr and gnus-w3m, not the direct function names. | |
6 | |
1 2010-10-20 Julien Danjou <julien@danjou.info> | 7 2010-10-20 Julien Danjou <julien@danjou.info> |
2 | 8 |
3 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed | 9 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed |
4 variable. | 10 variable. |
5 | 11 |