Remove webmail.el support, which no longer seems relevant.
[gnus] / lisp / ChangeLog
index 58e17f6..5129e91 100644 (file)
@@ -1,5 +1,39 @@
+2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail-source.el (mail-sources): Removed webmail support.
+       (defvar): Ditto.
+       (mail-source-fetcher-alist): Ditto.
+       (mail-source-fetch-webmail): Removed.
+
+       * webmail.el: Removed -- doesn't seem relevant any more.
+
+       * gnus.el: Fix up make-obsolete-variable declarations throughout.
+
+       * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
+       the \r.
+
+2010-09-30  Julien Danjou  <julien@danjou.info>
+
+       * gnus-agent.el (gnus-agent-add-group): Fix call to
+       gnus-completing-read.
+
 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nndoc.el (nndoc-retrieve-groups): New function.
+
+       * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
+       `default', use nnmail-split-methods.
+       (nnimap-request-article): Downcase the NILs so that they are nil.
+
+       * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
+       symbol.
+
+       * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
+       code, since if the user has requested network, that's what they ought
+       to get.
+       (nnimap-request-set-mark): Erase the buffer before issuing commands.
+       (nnimap-split-rule): Mark as obsolete.
+
        * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
        variable.
 
        (nnimap-request-accept-article): Add \r\n to the lines to make this
        work with Cyrus.
 
-       * nnregistry.el: Added.
-
        * nndraft.el (nndraft-request-expire-articles): Use the group name
        instead if "nndraft".  Fix found by Nils Ackermann.
 
+2010-09-29  Ludovic Courtes  <ludo@gnu.org>
+
+       * nnregistry.el: Added.
+
+2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnmail.el (group, group-art-list, group-art):
+       Remove unneeded directives.
+
 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)