* elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
[elisp/wanderlust.git] / elmo / ChangeLog
index 8ada519..e4a5692 100644 (file)
@@ -1,3 +1,54 @@
+2000-02-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
+
+2001-02-13  OKAZAKI Tetsurou  <refactor@acidrain.localnet>
+
+       * elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb'
+       argument of `elmo-imap4-read-msg' as nil.
+
+2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo2.el (elmo-prefetch-msg): Set `unread' argument of
+       `elmo-read-msg' as 'unread.
+       (elmo-read-msg-with-cache): Set `msgdb' argument as nil.
+
+       * elmo-archive.el (elmo-archive-read-msg): Fixed arguments.
+       * elmo-cache.el (elmo-cache-read-msg): Ditto.
+       * elmo-filter.el (elmo-filter-read-msg): Ditto.
+       * elmo-imap4.el (elmo-imap4-read-msg): Ditto.
+       * elmo-internal.el (elmo-internal-read-msg): Ditto.
+       * elmo-localdir.el (elmo-localdir-read-msg): Ditto.
+       * elmo-localnews.el (elmo-localnews-read-msg): Ditto.
+       * elmo-maildir.el (elmo-maildir-read-msg): Ditto.
+       * elmo-multi.el (elmo-multi-read-msg): Ditto.
+       * elmo-nntp.el (elmo-nntp-read-msg): Ditto.
+       * elmo-pipe.el (elmo-pipe-read-msg): Ditto.
+       * elmo-pop3.el (elmo-pop3-read-msg): Ditto.
+
+2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo2.el (elmo-buffer-cache-message): Call `elmo-read-msg' with
+       argument `unread' as non-nil.
+       (elmo-read-msg-with-cache): Added argument `unread'.
+       (elmo-read-msg-no-cache): Ditto.
+       (elmo-read-msg): Ditto.
+
+2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pipe.el (elmo-pipe-drain): Bind `elmo-inhibit-read-cache' as t
+       while moving messages.
+
+       * elmo2.el (elmo-read-msg): Don't use cache if
+       `elmo-inhibit-read-cache' is non-nil.
+
+       * elmo-vars.el (elmo-inhibit-read-cache): New global switch.
+
+\f
+2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
+
 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):