gnus-registry.el: Correct function argument order.
[gnus] / lisp / ChangeLog
index fcb041e..5cf9919 100644 (file)
@@ -1,3 +1,56 @@
+2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
+       of function arguments.
+
+2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
+
+       * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
+       before RFC822.SIZE.
+
+2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
+
+       * nnimap.el (nnimap-open-connection-1): Always query capabilities,
+       so that a 'plain value for the `nnimap-stream' server variable is
+       handled correctly.
+
+2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       Remove unused let variables
+       * nnimap.el (nnimap-request-group): Variables are not used.
+
+       Check if group names are already strings
+       * gnus-group.el (gnus-group-group-name):
+       The group name may already be a string.
+       Specifically, in the group list reached from the *Server* buffer,
+       the 'gnus-group text property returns a string.  Everywhere else
+       it returns a symbol.
+
+2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
+       (nnmaildir--update-nov): Remove unused var `numdir'.
+       (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
+       (nnmaildir-request-group, nnmaildir-request-create-group)
+       (nnmaildir-request-post, nnmaildir-request-move-article)
+       (nnmaildir-request-accept-article, nnmaildir-active-number):
+       Mark unused args.
+       (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
+       Declare.
+       (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
+       (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
+       `mark', `end', `new-mark', and `mark-sym'.
+       (nnmaildir-retrieve-headers):
+       Remove unused args `srv-dir', `dir', `nlist2'.
+       (nnmaildir-request-expire-articles):
+       Remove unused vars `article', `stop' and `nlist2'.
+       (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
+       `end'.  Use nnmaildir--article when dyn-binding is needed.
+       Give the value directly in the `let' for `del-mark', `del-action',
+       `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
+       (nnmaildir-close-server):
+       Declare those local vars that need to be dyn-bound.
+
 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.