mml-sec.el (mml-secure-bcc-is-safe): Keep old Emacsen compatibility
[gnus] / lisp / ChangeLog
index ae14c6b..dcbb755 100644 (file)
@@ -1,5 +1,125 @@
+2015-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml-sec.el (mml-secure-bcc-is-safe):
+       Don't use split-string with 4th arg for old Emacsen compatibility.
+
+2015-12-27  Jens Lechtenboerger  <jens.lechtenboerger@fsfe.org>
+
+       * gnus-util.el (gnus-subsetp): New function.
+
+       * mml-sec.el: Fix warnings by adding autoloads (bug#18718).
+       (mml-secure-safe-bcc-list): New variable.
+       (mml-secure-is-encrypted-p, mml-secure-bcc-is-safe): New functions.
+
+2015-12-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       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  <eliz@gnu.org>
+
+       * auth-source.el (auth-source-ensure-strings):
+       Don't make a list out of 't'.  (Bug#22188)
+
+2015-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
+       for (function nconc) as well as (quote nconc).
+
+2015-12-04  Daiki Ueno  <ueno@gnu.org>
+
+       * 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  <bruce.connor.am@gmail.com>
+
+       * sasl-scram-rfc.el: Add a "Package:" header.
+
+2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnml.el (nnml-retrieve-groups): Remove.  See:
+       <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
+       <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
+
+2015-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <eliz@gnu.org>
+
+       * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
+       (Bug#21881)
+
+2015-11-08  Michael Sperber  <mike@xemacs.org>
+
+       * 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  <fitzsim@fitzsim.org>
+
+       * ntlm.el: Change version to 2.0.0.
+
+2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       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  <monnier@iro.umontreal.ca>
+
+       * 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  <yamaoka@jpl.org>
 
+       * 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.