(auth-source-netrc-parse): Accept a number as the port spec, too.
[gnus] / lisp / ChangeLog
index 015a159..ef81f60 100644 (file)
@@ -1,3 +1,21 @@
+2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * auth-source.el (auth-source-netrc-parse): Accept a number as the port
+       spec, too.
+       (auth-source-ensure-strings): New function.
+
+       * gnus-art.el (gnus-article-update-date-headers): Doc fix.
+       (gnus-article-setup-buffer): Always restart the date timer so that user
+       changes to the frequency is respected.
+
+       * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
+       port numbers, so make sure it gets that if nnimap-server-port is
+       explicit.
+
+2011-02-21  Simon Josefsson  <simon@josefsson.org>
+
+       * nnimap.el (nnimap-inbox): Doc fix.
+
 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * color.el (color-name-to-rgb): Rename from color-rgb->normalize.