Mercurial > emacs
comparison lisp/gnus/spam.el @ 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 | 236342431786 |
children | 1156a55fd2a9 |
comparison
equal
deleted
inserted
replaced
111066:ea124ffc596b | 111067:e36c65ac23bf |
---|---|
1285 processor variables with a classification and a spam-use-* | 1285 processor variables with a classification and a spam-use-* |
1286 variable. When the processor variable is nil, just the | 1286 variable. When the processor variable is nil, just the |
1287 classification and spam-use-* check variable are used. This is | 1287 classification and spam-use-* check variable are used. This is |
1288 superseded by the new spam backend code, so it's only consulted | 1288 superseded by the new spam backend code, so it's only consulted |
1289 for backwards compatibility.") | 1289 for backwards compatibility.") |
1290 (make-obsolete-variable 'spam-list-of-processors nil "22.1") | |
1290 | 1291 |
1291 (defun spam-group-processor-p (group backend &optional classification) | 1292 (defun spam-group-processor-p (group backend &optional classification) |
1292 "Checks if GROUP has a BACKEND with CLASSIFICATION registered. | 1293 "Checks if GROUP has a BACKEND with CLASSIFICATION registered. |
1293 Also accepts the obsolete processors, which can be found in | 1294 Also accepts the obsolete processors, which can be found in |
1294 gnus.el and in spam-list-of-processors. In the case of mover | 1295 gnus.el and in spam-list-of-processors. In the case of mover |