X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=33d0f8d2fcabedf32b9a48124525b74814ceb2d5;hb=bbe68edb313e02acb4557e5cc4ff2f87a41ca66c;hp=ce204f8aada1bac5ee1edc1cdfed0bb1f03b0a54;hpb=ed1e9c6d25f70d4f60d5041f15a687cb48f24c6b;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce204f8aa..33d0f8d2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,91 @@ +2012-02-20 Lars Ingebrigtsen + + * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter. + +2012-02-20 Lars Ingebrigtsen + + * mm-decode.el (mm-shr): Remove "soft hyphens". + + * nnimap.el (nnimap-request-list): Return the group names encoded as + utf8. Otherwise non-European group names don't work. + (nnimap-request-newgroups): Ditto. + + * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for + the default in `read-string' (bug#10757). + + * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on + topics (bug#10843). + + * nnimap.el (nnimap-log-command): Add the IMAP address to the log + buffer. Suggested by Herbert Valerio Riedel. + (nnimap-request-move-article): Delete the message from the correct IMAP + server. + +2012-02-19 Vida Gábor (tiny change) + + * gnus-demon.el (gnus-demon-init): Don't multiply time twice. + Reported by Peter Münster. + +2012-02-18 Lars Ingebrigtsen + + * shr.el (shr-image-fetched): Make sure we really kill the right + buffer. + +2012-02-16 Leo Liu + + * gnus-start.el (gnus-1): Avoid duplicate entries. + +2012-02-16 Lars Ingebrigtsen + + * mm-decode.el (mm-dissect-singlepart): Guess what the type of + application/octet-stream parts really is. + + * gnus-sum.el (gnus-propagate-marks): Remove. + +2012-02-15 Lars Ingebrigtsen + + * imap.el: Remove. + + * nntp.el (nntp-coding-system-for-read): Remove. + (nntp-coding-system-for-write): Ditto. + (nntp-open-connection): Just use `binary' directly. + + * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma + Gnus 0.3. + +2012-02-15 Paul Eggert + + * shr.el (shr-rescale-image): Undo previous change; see + . + +2012-02-15 Lars Magne Ingebrigtsen + + * gnus.el: Ma Gnus v0.3 is released. + +2012-02-15 Lars Ingebrigtsen + + * gnus-sum.el (gnus-summary-local-variables): Make + `gnus-newsgroup-unexist' into a local variable. + +2012-02-14 Teodor Zlatanov + + * registry.el (registry-usage-test, registry-persistence-test): Move to + tests/gnustest-registry.el. + (registry-make-testable-db, registry-match-test) + (registry-instantiation-test): Move to tests/gnustest-registry.el. + + * gnus-registry.el (gnus-registry-misc-test) + (gnus-registry-usage-test): Move to tests/gnustest-registry.el. + + * tests/gnustest-registry.el: New file with the registry and + gnus-registry ERT tests. + +2012-02-13 Katsumi Yamaoka + + * gnus-msg.el (gnus-summary-resend-message): Make + gnus-summary-resend-message-insert-gcc be last item in + message-header-setup-hook. + 2012-02-13 Lars Ingebrigtsen * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil) @@ -23,8 +111,12 @@ (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory) (nntp-server-to-method-cache): Remove. - * shr.el (shr-rescale-image): Allow viewing large images. - (shr-rescale-image): Fix wrong merge. + * shr.el (shr-rescale-image): Fix wrong merge. + +2012-02-15 Lars Ingebrigtsen + + * shr.el (shr-remove-trailing-whitespace): Really delete the padding on + too-wide lines. 2012-02-13 Lars Ingebrigtsen @@ -163,10 +255,6 @@ 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. @@ -188,11 +276,6 @@ * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary buffer if `gnus-kill-summary-on-exit' is nil. -2012-02-06 Katsumi Yamaoka - - * gnus-sum.el (gnus-summary-show-thread): - next-single-char-property-change may return nil in XEmacs. - 2012-02-06 Lars Ingebrigtsen * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus @@ -334,7 +417,7 @@ 2012-01-31 Jim Meyering * gnus-agent.el (gnus-agent-expire-unagentized-dirs): - Correct a comment (insert "not") and hide nominally-doubled "to". + Correct a comment (insert "not") and hide nominally-doubled "to". 2012-01-31 Lars Ingebrigtsen