(sieve-manage-default-stream): Make default stream customizable.
[gnus] / lisp / ChangeLog
index 080233c..6d7ba1e 100644 (file)
@@ -1,7 +1,68 @@
+2010-09-27  Florian Ragwitz  <rafl@debian.org>
+
+       * sieve-manage.el (sieve-manage-default-stream): Make default stream
+       customizable.
+
+2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (utf7): Required.
+
+       * message.el (message-cite-prefix-regexp): Remove "}" from citation
+       prefix.
+
+2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
+
+2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-request-accept-article): Message the error on
+       error.
+
+2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
+
+2010-09-26  Florian Ragwitz  <rafl@debian.org>
+
+       * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
+       handing broken links to browse-url.
+
+2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nndoc.el (nndoc-request-list): Return success always.
+
+       * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
+       `fetch-old' -- we only want to fetch the articles we've requested.  The
+       rest are in the agent, probably.
+       (gnus-agent-read-servers-validate): Change the level for the "Ignoring
+       disappeared server" to something low.  It's not important.
+
+       * nnimap.el (nnimap-get-whole-article): Remove the data that may have
+       arrived before the FETCH data.
+
+       * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
+       target here, because we don't know the Gnus name of the group.
+
+       * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
+       for the correct group.
+
+       * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
+
+       * gnus.el (gnus): Give a final warning after startup.
+
+       * gnus-util.el (gnus-action-message-log): New variable.
+       (gnus-message): Use it.
+       (gnus-final-warning): New function.
+
+       * nnimap.el (nnimap-open-connection): Record the greeting.
+       (nnimap): Add greeting.
+
 2010-09-26  Julien Danjou  <julien@danjou.info>
 
        * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
        arguments.
+       (gnus-html-wash-images): Fix spec computing to include start/end.
 
        * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.