(article-transform-date): Fix infinite recursion.
[gnus] / lisp / ChangeLog
index aea00e8..0afb500 100644 (file)
@@ -1,5 +1,12 @@
 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-art.el (article-transform-date): Rewrite to still work when
+       there are several rfc2822 parts.
+       (article-transform-date): Fix infinite recursion.
+
+       * nnimap.el (nnimap-wait-for-response): Wait for results in a more
+       secure manner.
+
        * gnus-art.el (article-update-date-lapsed): Try to avoid having point
        move around by not using save-window-excursion.  It seems to work...