mml-sec.el (mml-secure-bcc-is-safe): Keep old Emacsen compatibility
[gnus] / lisp / ChangeLog
index aab4aec..dcbb755 100644 (file)
@@ -1,3 +1,25 @@
+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):