time-date.el (time-to-seconds, time-less-p): Mark unused vars with underscore
[gnus] / lisp / ChangeLog
index 98536b0..41d390b 100644 (file)
@@ -1,3 +1,46 @@
+2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * time-date.el (time-to-seconds, time-less-p):
+       Mark unused vars with underscore.
+
+2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * time-date.el (with-decoded-time-value): Fix debug spec.
+
+2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * nnmairix.el (nnmairix-widget-create-query):
+       * time-date.el (format-seconds): Prefer grave quoting in source-code
+       strings used to generate help and diagnostics.
+
+2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
+
+2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * ntlm.el (ntlm-unibyte-string): New compatibility function.
+
+2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       Add support for NTLMv2 authentication.
+       * ntlm.el (ntlm): New customization group.
+       (ntlm-compatibility-level): New defcustom.
+       (ntlm-compute-timestamp): New function.
+       (ntlm-generate-nonce): Likewise.
+       (ntlm-build-auth-response): Add support for NTLMv2 authentication.
+
+2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
+       isn't always passed in, check it's not nil before making it into a
+       list.  The active arg will also be nil if the group is new, check for
+       that.
+
+2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
+
+       * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
+
 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gmm-utils.el (gmm-image-load-path-for-library):