X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=6b26f17b02319026506c8f164b7898286d2b73b4;hp=22f989efd6e990934a0e9a88e5d04bcc0c5819c0;hb=eb9ffe5f5c902295d74ae6dd40c360b9ae80b0a6;hpb=ea5f95d6f2b7346c13d881794f7e0d0683b43ddb diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22f989efd..6b26f17b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,50 @@ +2010-10-21 Lars Magne Ingebrigtsen + + * gnus.el (gnus-message-archive-group): Quote value. + + * shr.el (shr-add-font): Don't put the font properties on the newline + or the indentation. + + * message.el (message-fix-before-sending): Change options when sending + non-printable characters. + + * gnus.el (gnus-message-archive-method): Change the default to + monthly outgoing groups. + + * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles + that have gotten new numbers. + + * nnimap.el (nnimap-request-replace-article): New function. + +2010-10-21 Katsumi Yamaoka + + * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove. + (nnrss-request-article): Don't use special html washing code. + +2010-10-20 Katsumi Yamaoka + + * shr.el (shr-tag-table): Remove useless nconc. + +2010-10-20 Lars Magne Ingebrigtsen + + * 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-renderer-alist): Add the `shr' and + `gnus-w3m' symbols. + (mm-text-html-washer-alist): Removed. + + * mm-decode.el (mm-inline-text-html-renderer): Removed. + (mm-inline-media-tests): Removed use. + (mm-text-html-renderer): Change default to the `shr' symbol. + + * mm-view.el (mm-inline-text-html): Removed use. + + * gnus-art.el (gnus-blocked-images): New function. Allow the + `gnus-blocked-images' to be a function. + (gnus-article-wash-function): Removed. + 2010-10-20 Julien Danjou * spam.el (spam-list-of-processors): Mark as obsolete.