X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=aab4aeccd8884c8b85e2334b03551eb3bc7dc336;hp=9ea368d0c008ed64361d2a01988809cd03f1cee8;hb=386e4d3ea54d4898bd5c7447991a116a1ef2c11f;hpb=3640deb5d616812fe3f601ef0d98ecd91006d0c7 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ea368d0c..aab4aeccd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,133 @@ +2015-12-17 Eli Zaretskii + + * auth-source.el (auth-source-ensure-strings): + Don't make a list out of 't'. (Bug#22188) + +2015-12-16 Katsumi Yamaoka + + * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work + for (function nconc) as well as (quote nconc). + +2015-12-04 Daiki Ueno + + * qp.el (quoted-printable-encode-region): Bind `case-fold-search' to + nil when looking for "^From ". Problem reported by Simon Josefsson. + +2015-12-04 Artur Malabarba + + * sasl-scram-rfc.el: Add a "Package:" header. + +2015-11-25 Katsumi Yamaoka + + * nnml.el (nnml-retrieve-groups): Remove. See: + and + + +2015-11-17 Paul Eggert + + Fix docstring quoting problems with ‘ '’ + + Problem reported by Artur Malabarba in: + http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html + Most of these fixes are to documentation; many involve fixing + longstanding quoting glitches that are independent of the + recent substitute-command-keys changes. The changes to code are: + * gnus-mlspl.el (gnus-group-split-fancy): + * hashcash.el (hashcash-extra-generate-parameters): + * message.el (message-qmail-inject-args, message-cite-reply-position): + * mm-decode.el (mm-inline-large-images): + * mm-util.el (mm-xemacs-find-mime-charset-1): + +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.