]> code.delx.au - gnu-emacs/commit
Merge changes made in Gnus trunk.
authorGnus developers <ding@gnus.org>
Wed, 20 Oct 2010 22:29:38 +0000 (22:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 20 Oct 2010 22:29:38 +0000 (22:29 +0000)
commit2526f423795632d123f3cd99e9aa45065b41745b
tree8796b5340305c0fbba5ab323cedb6ee4e369af2c
parent4bfb8dec36751543c5ba254d8a69685d39295615
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.
12 files changed:
doc/misc/ChangeLog
doc/misc/gnus-news.texi
doc/misc/gnus.texi
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-html.el
lisp/gnus/mm-decode.el
lisp/gnus/mm-view.el
lisp/gnus/nnimap.el
lisp/gnus/nnrss.el
lisp/gnus/shr.el
lisp/gnus/spam.el