X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=b63c1f74117f58fe30eed732e41228fe71275644;hb=10518221da70c6e7ffc66352ee6a3e1036bd5133;hp=5111bdd642e2355b6d9d598baaeb74a278b8e67f;hpb=a7e016ea31e2cf25f2f41edaafbdd822865776dd;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 5111bdd..b63c1f7 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,46 @@ +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.