X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=137f625d15459f7fb651fad7c8a217113f0fcdd3;hp=8dbcb597862988c215a286c04d711d8a057b1bbc;hb=94f288135f95ca48fb50f5aa43bc09f9669c5c23;hpb=56e9a957bb3eba24fb6311f88d90583de4511102 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8dbcb5978..137f625d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,108 @@ -2015-10-12 Nicolas Petton +2015-11-25 Katsumi Yamaoka - * auth-source.el (auth-source-do-debug, auth-source-do-trivia) + * nnml.el (nnml-retrieve-groups): Remove. See: + and + + +2015-11-11 Eli Zaretskii + + * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil. + (Bug#21881) + +2015-11-08 Michael Sperber + + * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to + `gnus-summary-delete-article` in a way that also works on XEmacs. + +2015-11-01 Thomas Fitzsimmons + + * ntlm.el: Change version to 2.0.0. + +2015-10-30 Stefan Monnier + + Silence lexical-binding warnings + + * auth-source.el (auth-source-netrc-use-gpg-tokens): + Simplify (symbol-value 'VAR) to just VAR. + (auth-source-backend-parse): Use make-instance. + (auth-source-search): Remove unused key args. + Remove unused vars `accessor-key' and `backend'. Avoid `eval'. + (auth-source-search-backends): Use slot names rather than their initarg. + (auth-source-netrc-create): + (auth-source-delete): + (auth-source-secrets-create, auth-source-plstore-search) + (auth-source-macos-keychain-create, auth-source-macos-keychain-search) + (auth-source-plstore-create, auth-source-netrc-search) + (auth-source-netrc-parse): Remove unused key args. + (auth-source-forget+): Simplify the arglist. + (auth-source-macos-keychain-search-items) + (auth-source-token-passphrase-callback-function): Mark unused args. + (auth-source-epa-extract-gpg-token): Remove unused var `plain'. + (pp-escape-newlines): Declare. + (auto-source--symbol-keyword): New function. + (auth-source-plstore-create, auth-source-netrc-create) + (auth-source-netrc-normalize): Use it. + (auth-source-netrc-search): Don't pass :delete to + auth-source-netrc-parse since it doesn't use it. + (auth-source-plstore-create, auth-source-netrc-create): Use plist-get + symbol-value to index in keyword args. + (auth-source-macos-keychain-result-append): Avoid setq. + (auth-source-netrc-create): Remove unused vars `file' and `add'. + (auth-source-user-or-password): Remove unused var `cname'. + +2015-10-28 Stefan Monnier + + * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'. + (gnus-topic-remove-topic): Mark unused arg `hide'. + (gnus-tmp-header): Declare. + (gnus-topic-goto-missing-group): Remove unused var `entry'. + (gnus-topic-unmark-topic): Mark unused arg `dummy'. + (gnus-topic-copy-matching): Mark unused arg `copyp'. + Move initialization of `topic' into its declaration. + +2015-10-23 Katsumi Yamaoka + + * auth-source.el: Revert. + + * auth-source.el: Add eval-and-compile to autoloads for + epg-context-set-passphrase-callback, epg-decrypt-string, + epg-encrypt-string, and epg-context-set-armor. + +2015-10-22 Katsumi Yamaoka + + * mailcap.el (mailcap-mime-data): Remove fboundp checks. + (mailcap-viewer-passes-test): Do it instead. Thanks to Stefan Monnier. + +2015-10-21 Katsumi Yamaoka + + * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix. + +2015-10-20 Michael Sperber + + * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which + does not exist on XEmacs. + +2015-10-18 Michael Sperber + + * nnml.el (nnml-retrieve-groups, nnml-request-scan): + * nnmail.el (nnmail-get-new-mail-per-group): + (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'. + +2015-10-18 Michael Sperber + + * message.el (message-get-reply-headers): In addition to + `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is + used in XEmacs. + +2015-10-14 Katsumi Yamaoka + + * auth-source.el (auth-source-epa-make-gpg-token): Revert. + +2015-10-11 Nicolas Petton + + * auth-source.el (auth-source-epa-make-gpg-token): + Replace an usage of `epg-context-set-armor' with `setf'. + (auth-source-do-debug, auth-source-do-trivia) (auth-source-read-char-choice, auth-source-search) (auth-source-pick-first-password, auth-source-netrc-parse) (auth-source-netrc-search, auth-source-secrets-search)