X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=45911bdae4eb06c04b26e264922185e7b2f58353;hb=c52fcc4a0c585ea3770843f80579ad5a00dab7e8;hp=7328f41e43a3d559964bfd696ec80ccc699bdbcb;hpb=f79d51539a6ce4feb9f7daf080b1cf73a3bfd46b;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7328f41e4..45911bdae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,181 @@ +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 + + * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix. + +2011-09-18 Lars Magne Ingebrigtsen + + * mm-decode.el (mm-inline-media-tests): Fix typo in regexp. + +2011-09-19 Julien Danjou + + * auth-source.el (auth-source-netrc-parse): Use an obfuscation method + which work with things that are not ASCII. + +2011-09-17 Lars Magne Ingebrigtsen + + * mm-decode.el (mm-inline-media-tests): Support imagemagick images. + +2011-09-15 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" + message level. + +2011-09-15 Katsumi Yamaoka + + * message.el (message-read-from-minibuffer): Make abbrev expansion work. + +2011-09-12 Lars Magne Ingebrigtsen + + * gnus.el (gnus-interactive-exit): Update defcustom spec. + +2011-09-12 Stefan Monnier + + * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp. + * gnus-int.el (gnus-nntp-server): Move from gnus.el. + +2011-09-12 Andrew Cohen + + * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map) + (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked + articles. + +2011-09-11 Chong Yidong + + * message.el (message-pop-to-buffer): Default to switch-to-buffer. + (message-mail-other-window, message-mail-other-frame) + (message-news-other-window, message-news-other-frame): + Use switch-to-buffer-other-frame and switch-to-buffer-other-window + instead of setting buffer display varibles. + +2011-09-11 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-list-limit): Explain what the command does. + + * gnus-sum.el (gnus-fetch-headers): Bump message level. + +2011-09-11 Lars Magne Ingebrigtsen + + * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing + duplicates" to a higher level. + + * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the + most egregious messages. + +2011-09-10 Lars Magne Ingebrigtsen + + * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix. + +2011-09-10 Tetsuo Tsukamoto (tiny change) + + * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking + up the file (bug#9351). + +2011-09-10 Lars Magne Ingebrigtsen + + * nnimap.el: Redo the charset handling. Let Gnus encode the names, as + it does with all other backends, but decode the names immediately after + getting them. + + * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when + decoding nnimap groups. + + * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the + newsrc file. It doesn't seem like an important optimisation any more. + +2011-09-10 Dave Abrahams (tiny change) + + * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to + overflows. + 2011-09-10 Lars Magne Ingebrigtsen * gnus.el (gnus-article-mark-lists): Remove `recent'. @@ -11,7 +189,7 @@ * plstore.el (plstore--get-buffer): Silence compiler warnings by renaming function arguments from `this'. - * gnus-sum.el (gnus-newsgroup-recent): Removed. + * gnus-sum.el (gnus-newsgroup-recent): Remove. * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed. @@ -141,8 +319,8 @@ * nnmairix.el (nnmairix-request-set-mark) (nnmairix-goto-original-article): Remove adding of article to registry, since `gnus-registry-add-group' isn't available anymore. - (nnmairix-determine-original-group-from-registry): Use - `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't + (nnmairix-determine-original-group-from-registry): + Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't available anymore. 2011-08-12 Simon Josefsson @@ -253,7 +431,7 @@ 2011-08-02 Lars Magne Ingebrigtsen - * starttls.el (starttls-available-p): Renamed from + * starttls.el (starttls-available-p): Rename from `starttls-any-program-available' and changed return convention. 2011-07-31 Lars Ingebrigtsen @@ -309,8 +487,8 @@ * nnir.el (gnus-group-make-nnir-group): Allow optional search query argument. - (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use - `nnir-address' to handle server info rather than passing an arg. + (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): + Use `nnir-address' to handle server info rather than passing an arg. * nnimap.el (nnimap-make-thread-query): New utility function to format an imap thread search query. @@ -363,7 +541,7 @@ 2011-07-15 Lars Magne Ingebrigtsen - * gnus.el (debbugs-gnu): Renamed from debbugs-emacs. + * gnus.el (debbugs-gnu): Rename from debbugs-emacs. * message.el (message-reply): Work around mysterious bug where `message-mode' seems to overwrite the locally bound `subject' variable. @@ -394,9 +572,9 @@ * gnus-msg.el (gnus-bug): Don't insert user variables. It usually isn't very interesting any more, and it leaks potentially secret data. - (gnus-debug): Removed. + (gnus-debug): Remove. - * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working + * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working use of :custom-show. 2011-07-07 Daiki Ueno @@ -585,8 +763,8 @@ * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional quit window configuration. - * auth-source.el (epg-context-set-passphrase-callback): Remove - duplicate autoload. + * auth-source.el (epg-context-set-passphrase-callback): + Remove duplicate autoload. 2011-06-30 Andrew Cohen @@ -711,7 +889,7 @@ * spam.el (spam-stat): Require in a normal fashion without binding `spam-stat-install-hooks' to avoid compilation warnings. - * spam-stat.el (spam-stat-install-hooks): Removed. + * spam-stat.el (spam-stat-install-hooks): Remove. (spam-stat-install-hooks): Don't run automatically. 2011-06-26 Timo Juhani Lindfors (tiny change)