X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=bd0b220b7e2a09006c3b537e04673bf3190ff727;hb=4a638d439452c26eebe436a53b8129736e7bde22;hp=0c856e9a3eada400b7f6dd42f2e623fe2ac35c04;hpb=9e72571e781a1c4030be42a8f1acfee8f0313f07;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c856e9a3..bd0b220b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,134 @@ +2011-06-18 Teodor Zlatanov + + * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace + `auth-source-save-secrets' with a more sensitive alist that can be + configured per file. Experimental, so defaults to 'never. + (auth-source-netrc-create): Use it. Still experimental code. + (with-auth-source-epa-overrides): Use `find-file-hooks' if + `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug. + +2011-06-16 Teodor Zlatanov + + * auth-source.el (auth-source-save-secrets): New variable to control if + secret tokens should be saved encrypted. + (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name + to `auth-source-netrc-normalize'. + (with-auth-source-epa-overrides): Add convenience macro. Don't depend + on the EPA variables being defined. + (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token. + (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in + the lexical-let closure. + (auth-source-netrc-create): Create "gpg:" tokens according to + `auth-source-save-secrets'. + +2011-06-10 Katsumi Yamaoka + + * gnus-group.el (gnus-group-update-group): Add new argument + `info-unchanged' that stops updating dribble buffer. + + * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that + deletes lines matching to it in dribble buffer. + + * gnus-agent.el (gnus-agent-fetch-group-1): + * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group): + * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info): + * gnus-start.el (gnus-group-change-level): + * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry. + + * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer + if newsgroup info is not changed. + + * gnus-group.el (gnus-group-get-new-news-this-group): + * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update): + Don't update dribble buffer. + +2011-06-01 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-remove-ignored): New function to + remove entries with groups we ignore. + +2011-05-31 Lars Magne Ingebrigtsen + + * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that + the underline comes at the bottom. + +2011-05-31 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from + `gnus-registry-user-format-function-M' and declare the latter obsolete. + (gnus-registry-article-marks-to-names): Rename from + `gnus-registry-user-format-function-M2'. + +2011-05-31 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in + ephemeral group. + +2011-05-31 Lars Magne Ingebrigtsen + + * shr.el (shr-browse-image): Copy the URL if called interactively. + +2011-05-30 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-mark-article-read): It's possible that we + want to have `gnus-newsgroup-unselected' kept sorted. If this isn't + done, then unselected articles may be marked as read. + + * pop3.el (pop3-open-server): Erase the buffer after the greeting, + since not doing this seems to lead to a race condition in pop3-logon. + + * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method' + so that the call chain it correct when we call "upwards". + + * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense + in read-only groups. + + * gnus-group.el (gnus-group-mark-article-read): Ditto. + + * message.el (message-cite-reply-position): Doc string fix. + + * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully + avoid regexp overflow. + (nnimap-transform-split-mail): Ditto. + + * pop3.el (pop3-retr): Error out if the server closes the connection. + +2011-05-30 Stefan Monnier + + * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed + mm-with-unibyte-current-buffer. The buffer should not contain any + multibyte chars anyway at this stage. + +2011-05-29 Lars Magne Ingebrigtsen + + * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly + at the end of lines. + +2011-05-29 Julien Danjou + + * smiley.el (gnus-smiley-file-types): Add gif as supported file type. + +2011-05-27 Glenn Morris + + * gnus-group.el (gnus-bug-group-download-format-alist): + Use the "maintainer" version of debian reports as well. + +2011-05-26 Glenn Morris + + * gnus-group.el (gnus-bug-group-download-format-alist): + Use the "maintainer" version of debbugs.gnu.org reports. + +2011-05-24 Katsumi Yamaoka + + * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage. + +2011-05-23 Stefan Monnier + + * gnus-cus.el (gnus-agent-customize-category): + * gnus-delay.el (gnus-delay-send-queue): + * gnus.el (gnus-other-frame): + Don't quote lambda expressions with `quote'. + 2011-05-20 Teodor Zlatanov * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide