X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=6b26f17b02319026506c8f164b7898286d2b73b4;hp=b5deb9f2d31f06c99db7f5f1a85fc2be917dffe4;hb=eb9ffe5f5c902295d74ae6dd40c360b9ae80b0a6;hpb=74cba79bdd9bcf67d21cd433952fcb452c1e82b5 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5deb9f2d..6b26f17b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,113 @@ +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. + + * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval. + (nnimap-insert-partial-structure): Fix boundary detection. + +2010-10-20 Andreas Seltenreich + + * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily + run file-truename on remote files. This can be expensive and even + prevent one from editing drafts if some unrelated buffer has a stale + connection. + +2010-10-20 Katsumi Yamaoka + + * shr.el (shr-find-fill-point): Shorten line if the preceding char is + kinsoku-eol regardless of shr-kinsoku-shorten. + (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine. + (shr-tag-table): Support caption, thead, and tfoot. + +2010-10-19 Lars Magne Ingebrigtsen + + * shr.el (shr-find-fill-point): Don't leave blanks at the start of some + lines. + (shr-save-contents): New command and keystroke. + + * nndoc.el (nndoc-type-alist): Add git support. + (nndoc-git-type-p): New function. + (nndoc-transform-git-article): Ditto. + (nndoc-transform-git-headers): Ditto. + (nndoc-transform-git-headers): Generate Subject headers. + + * shr.el (shr-parse-style): New function. + (shr-tag-span): Ditto. + + * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command + to `G G' to avoid collisions. + +2010-10-19 Katsumi Yamaoka + + * shr.el: Load kinsoku if necessary. + (shr-kinsoku-shorten): New internal variable. + (shr-find-fill-point): Make kinsoku shorten text line if + shr-kinsoku-shorten is bound to non-nil. + (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to + shr-indentation too when testing if table is wider than frame width. + (shr-insert-table): Use `string-width' instead of `length' to measure + text width. + (shr-insert-table-ruler): Make sure indentation is done at bol. + +2010-10-19 Stefan Monnier + + * nnimap.el (nnimap-request-move-article, nnimap-parse-line) + (nnimap-process-expiry-targets): Use unibyte for buffers that hold + undecoded network data. + 2010-10-18 Lars Magne Ingebrigtsen + * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode + name in the mode line spec so that the mode line menu works + (bug #2431). + * message.el (message-get-reply-headers): If we're fed `to-address', then always use that. @@ -16,9 +124,9 @@ 2010-10-18 Andrew Cohen - * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting - according to references/in-reply-to obeys the ignore-groups variable, - while splitting by sender and subject do not. + * gnus-registry.el (gnus-registry-split-fancy-with-parent): + Splitting according to references/in-reply-to obeys the ignore-groups + variable, while splitting by sender and subject do not. 2010-10-18 Lars Magne Ingebrigtsen @@ -44,7 +152,7 @@ 2010-10-15 Andrew Cohen - * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore + * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore duplicates. 2010-10-15 Kan-Ru Chen (tiny change) @@ -62,8 +170,8 @@ 2010-10-15 Julien Danjou - * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a - possibility to disable format=flow encoding when using hard newlines. + * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add + a possibility to disable format=flow encoding when using hard newlines. 2010-10-15 Katsumi Yamaoka