X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=b63c1f74117f58fe30eed732e41228fe71275644;hb=10518221da70c6e7ffc66352ee6a3e1036bd5133;hp=3ced698cf99be7bc9ae1a3fe0cffda14261af217;hpb=b40eb1b7707631a27e7c4a537b9bd8f1b94baece;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 3ced698..b63c1f7 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,50 @@ +2001-02-13 Yuuichi Teranishi + + * 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 + + * 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 + + * 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. + +2001-02-01 OKAZAKI Tetsurou + + * elmo-cache.el (elmo-cache-expire-by-size): Count + a disk usage for a cache file entry in KB even when + its kind is a directory. + +2001-02-01 Yuuichi Teranishi + + * elmo-version.el (elmo-version): Up to 2.5.7. + 2001-01-23 TAKAHASHI Kaoru * elmo-version.el (elmo-version): Up to 2.5.6. @@ -151,6 +198,16 @@ new SASL API. * elmo-imap4.el (elmo-network-authenticate-session): Ditto. +2001-01-30 Yuuichi Teranishi + + * elmo-util.el (elmo-folder-local-p): Treat pipe and filter. + +2001-01-19 Yuuichi Teranishi + + * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): + Fixed problem when `elmo-pop3-use-uidl' is nil. + (Reported by Takenobu Sugiyama ) + 2000-11-19 Kenichi OKADA * elmo-version.el (elmo-version): Up to 2.5.2.