X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=45911bdae4eb06c04b26e264922185e7b2f58353;hb=c52fcc4a0c585ea3770843f80579ad5a00dab7e8;hp=f6cf6985bf30e26c80f2209986eda3a08abdfffe;hpb=05905038fb21a389fbdf0841921a22d77d336d93;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6cf6985b..45911bdae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,90 @@ +2011-09-26 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-wait-for-response): Message less (bug#9540). + + * nnheader.el (nnheader-message-maybe): New function. + + * shr.el (shr-tag-table): Render totally broken tables better. + + * mml.el (mml-generate-mime-1): Don't alter the contents if we're + computing the boundary. + +2011-09-26 Lars Magne Ingebrigtsen + + * pop3.el (pop3-number-of-responses): Removed. + (pop3-wait-for-messages): Rewrite to take linear time instead of + exponential time. + +2011-09-24 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to + re-fetch images. + + * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to + re-fetch images when hitting `g' in Gnus. + +2011-09-22 Katsumi Yamaoka + + * mml.el (mml-inhibit-compute-boundary): New internal variable. + (mml-compute-boundary): Don't check collision if it is non-nil. + (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part + before checking collision. + +2011-09-21 Lars Magne Ingebrigtsen + + * message.el (message-indent-citation): Really make sure there's a + newline at the end. + + * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows. + Fix suggested by John Wiegley. + + * pop3.el (pop3-open-server): Fix +OK end-of-command regexp. + + * gnus-art.el (gnus-treat-hide-citation): Add doc. + + * message.el (message-default-send-rename-function): Break out into its + own function. + + * ecomplete.el (ecomplete-display-matches): Revert patch since it + doesn't work under XEmacs. + + * nnimap.el (nnimap-map-port): New function to connect to 993 instead + of "imaps" to word around Windows problems. + (nnimap-open-connection-1): Use it. + + * message.el (message-indent-citation): Revert last change which made + `F' not work. + +2011-09-13 Kan-Ru Chen + + * ecomplete.el (ecomplete-display-matches): Intercept key sequence from + terminal as well. + +2011-09-21 Katsumi Yamaoka + + * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode + because it displays images using overlays that aren't easy to copy to + the article buffer. + +2011-09-20 Łukasz Stelmach (tiny change) + + * message.el (message-indent-citation): Fix empty line removal at the + end of the citation. + 2011-09-20 Julien Danjou + * auth-source.el (auth-source-netrc-create): Use default value for + password if specified. Evaluate default. + (auth-source-plstore-create): Ditto. + (auth-source-plstore-create, auth-source-netrc-create): Fix default + value evaluation. + (auth-source-netrc-create): Typo fix. + (auth-source-plstore-create): Ditto. + + * password-cache.el (password-cache-remove): Remove entries even if the + value is nil, so that password with a nil value (negative caching) is + possible to invalidate. + * auth-source.el (auth-source-format-cache-entry): New function. 2011-09-20 Katsumi Yamaoka