X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=058e47a2328404b33c7c0c40a42256e852267e45;hp=40c16da1e2e198fa6ee6fb04779da7af544b9fad;hb=ac9f01c45db8c08ffa835bbcdc2662ed14f40a73;hpb=8373f981040121c64b886cd90e62dfa939fe37db diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40c16da1e..058e47a23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,121 @@ +2015-12-23 Katsumi Yamaoka + + Fix `gnus-union' so as to behave like `cl-union'. + + * gnus-group.el (gnus-group-prepare-flat): + Make gnus-union use `equal' to compare items in lists. + + * gnus-util.el (gnus-union): Make it behave like cl-union partially. + +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.