(message-cite-prefix-regexp): Revert my last edit.
[gnus] / lisp / ChangeLog
index 28ac850..aa3faf1 100644 (file)
@@ -1,9 +1,32 @@
 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-cite-prefix-regexp): Revert my last edit.
+
+       * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
+       variable instead of the Gnus variable.
+
+       * nnimap.el (nnimap-find-wanted-parts-1): Use it.
+
+       * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
+       again.
+
+       * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
+       since some servers don't like it.
+       (nnimap-open-connection): Forget credentials if the server says the
+       password was wrong.
+       (nnimap-parse-line): Protect against invalid data.
+
+       * gnus-sum.el (gnus-summary-move-article): Add comment.
+       (gnus-summary-insert-new-articles): Copy the old-high watermark so that
+       nothing alters it while scanning for new messages.
+
        * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
        which may or may not help.
+       (nnimap-open-connection): If we're doing a stream connection, and then
+       discover we're on a STARTTLS-capable server, then open a STARTTLS
+       connection instead.
 
-2010-09-27  Florian Ragwitz  <rafl@debian.org>
+2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
 
        * sieve-manage.el (sieve-manage-default-stream): Make default stream
        customizable.
@@ -28,7 +51,7 @@
 
        * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
 
-2010-09-26  Florian Ragwitz  <rafl@debian.org>
+2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
 
        * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
        handing broken links to browse-url.