Synch with Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
index 79c9931..55a8ed0 100644 (file)
@@ -1,3 +1,78 @@
+2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-post-method): Use backend name when the
+       address is "".
+
+2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (article-verify-x-pgp-sig): Don't test
+       mm-verify-option.
+       (gnus-treat-x-pgp-sig): Default value.
+       (gnus-ignored-headers): Redundant.
+
+2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-win.el (gnus-configure-frame): Save selected window.
+
+2000-02-15  Andrew Innes  <andrewi@gnu.org>
+
+       * nnmbox.el: Require gnus-range.
+       (nnmbox-group-building-active-articles): New variable.
+       (nnmbox-group-active-articles): New variable; this is a cache of
+       all active articles by group and number.
+       (nnmbox-in-header-p): New function.
+       (nnmbox-find-article): New function.
+       (nnmbox-record-active-article): New function.
+       (nnmbox-record-deleted-article): New function.
+       (nnmbox-is-article-active-p): New function.
+       (nnmbox-retrieve-headers): Use nnmbox-find-article.
+       (nnmbox-request-article): Ditto.  Also supply extra arg to
+       nnmbox-article-group-number.
+       (nnmbox-request-expire-articles): Ditto.
+       (nnmbox-request-move-article): Ditto.
+       (nnmbox-request-replace-article): Ditto.
+       (nnmbox-request-rename-group): Rename group entry in active
+       article cache.
+       (nnmbox-delete-mail): Update active article cache, unless article
+       is being replaced.
+       (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
+       than partially duplicating it.
+       (nnmbox-article-group-number): Add extra `this-line' arg, to
+       handle articles belonging to multiple groups.
+       (nnmbox-save-mail): Update active article cache.
+       (nnmbox-read-mbox): Build active article cache when loading mbox.
+       Also do some repair work, if we find articles that are missing the
+       appropriate X-Gnus-Newsgroup lines in the header.  We can usually
+       reconstruct these from Xref info.
+       
+2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mail-source.el (mail-source-report-new-mail): Use
+       nnheader-run-at-time.
+
+2000-02-15  Andrew Innes  <andrewi@gnu.org>
+
+       * mail-source.el (mail-source-fetch-pop): Clear pop password when
+       an error is thrown, and then rethrow the error.
+       (mail-source-check-pop): Ditto.
+       (mail-source-start-idle-timer): Prevent multiple pop checks
+       running if the check takes a long time.
+       
+2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
+       succeed.
+
+2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-win.el (gnus-configure-windows): Make sure
+       nntp-server-buffer is live.
+       (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
+
+2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
+
 2000-12-04  Andreas Jaeger  <aj@suse.de>
 
        * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.