X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=ccb46b490fa937c17851a4a0bfadb41451e72feb;hp=8d8d545710704f1bdabe2759a14307c561b6bb0c;hb=874f8dc6f6be8456b54c00db731265338c10bf76;hpb=23d41b7075b8f21f4d03df819ab9ca3dcf21f0a0 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d8d54571..ccb46b490 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2012-02-08 Lars Ingebrigtsen + + * gnus-compat.el: Add a compat for the old `url-retrieve'. + +2012-02-07 Lars Ingebrigtsen + + * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs + 23.1. + +2012-02-07 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-show-thread): Revert last two changes. + 2012-02-07 Lars Ingebrigtsen * message.el (smtpmail-smtp-user): Silence compiler warning. @@ -13,6 +26,32 @@ next-single-char-property-change may return nil in XEmacs. (gnus-summary-article-map): Fix typo. +2012-02-09 Lars Ingebrigtsen + + * gnus.el (gnus-server-extend-method): Don't add an -address component + if the method already has one (bug#9676). + +2012-02-08 Lars Ingebrigtsen + + * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead + of an initial-input for consistency (bug#10757). + + * dgnushack.el: Fix XEmacs compilation warning. + + * shr.el: Inhibit getting and sending cookies when fetching pictures. + + * gnus-html.el (gnus-html-schedule-image-fetching): Ditto. + +2012-02-07 Lars Ingebrigtsen + + * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from + lines that are narrower than the window width. Otherwise background + "blocks" will look less readable. + +2012-02-07 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-show-thread): Revert last two changes. + 2012-02-07 Lars Ingebrigtsen * nnimap.el (nnimap-transform-headers): Remove unused variable.