Don't bug out when updating multiple headers.
[gnus] / lisp / ChangeLog
index 68a3140..0bfa2b0 100644 (file)
@@ -1,5 +1,24 @@
+2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
+       `plist-get' to accept non-list parameters (XEmacs issue).  Fix
+       docstring.
+       (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
+       `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
+       (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
+       Login collection is "Login" and not "login".
+
 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
+       multiple headers.
+
+       * nnimap.el (nnimap-inhibit-logging): New variable.
+       (nnimap-log-command): Don't log login commands.
+
+       * auth-source.el (auth-source-netrc-search): The asserts seem to want
+       to have more parameters.
+
        * nnimap.el (nnimap-send-command): Mark the command time for each
        command, so that we don't get NOOPs stepping on our toes.