X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=9e2d26749ee46a424e0c53a1014ba7222de023f9;hb=64eb91d7fe775e78e0f1e6555b595e40f391260a;hp=5a91f6127b3ca1df70f28b8cdd8758a5d5abdc90;hpb=09146fcf7d94002d926e91180ec8d7df6243215f;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 5a91f61..9e2d267 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,8 +1,103 @@ +2002-11-14 Yuuichi Teranishi + + * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added + workaround for invalid message-id. + +2002-11-13 Yuuichi Teranishi + + * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists, + return normal pop3 session or pop3 biff session. + +2002-11-08 Yuuichi Teranishi + + * elmo-maildir.el (elmo-maildir-update-current): Don't append + info part to the cur files when the new files already have it. + (Adviced by Jared Rhine ) + +2002-11-06 Yoichi NAKAYAMA + + * elmo-split.el (elmo-split-default-action): New variable. + (elmo-split-subr): Use it if all other conditions are passed. + Extend `fname' and rename it as `action'. (implemented + Teranishi-san's idea in [wl:10800]) + +2002-10-29 Yoichi NAKAYAMA + + * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'. + * elmo-util.el: Ditto. + +2002-10-28 Yuuichi Teranishi + + * elmo.el (elmo-message-accessible-p): Renamed from + elmo-message-cached-p and rewritten. + +2002-10-27 Yuuichi Teranishi + + * elmo.el (elmo-folder-list-flagged): New generic function. + (elmo-folder-list-importants): New implementation. + (elmo-folder-list-answereds): Ditto. + (elmo-folder-search-fast): Use 'flag' instead of 'mark'; + Added 'digest'. + (elmo-message-cached-p): New function. + (elmo-message-set-flag): Ditto (no content). + (elmo-message-unset-flag): Ditto. + (elmo-folder-list-messages-mark-match): Abolish. + + * elmo-util.el (elmo-regexp-opt): New function. + + * elmo-msgdb.el (elmo-msgdb-get-cached): New function. + (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark'; + Added 'digest'. + (elmo-msgdb-list-flagged): New function. + + * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function. + (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark'; + Added 'digest'. + + * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'. + +2002-10-26 Yuuichi Teranishi + + * elmo-version.el (elmo-version): Up to 2.11.0. + +2002-10-24 Hiroya Murata + + * elmo-msgdb.el (elmo-msgdb-set-flag): Use + `elmo-file-cache-exists-p'; use proper mark that depends on + `use-cache'. + (elmo-msgdb-unset-flag): Ditto. + (elmo-msgdb-set-cached): Ditto. added argument `use-cache'. + + * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached' + with 4th argument `use-cache'. + +2002-10-18 Yuuichi Teranishi + + * elmo.el (elmo-folder-unmark-important): Follow the changes above. + (elmo-folder-mark-as-important): Ditto. + (elmo-folder-unmark-read): Ditto. + (elmo-folder-mark-as-read): Ditto. + (elmo-folder-unmark-answered): Ditto. + (elmo-folder-mark-as-answered): Ditto. + + * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for + message status. + (elmo-msgdb-mark): Likewise. + (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status. + (elmo-msgdb-unset-flag): Likewise. + + * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning. + 2002-10-15 Hiroya Murata * elmo-filter.el (elmo-folder-diff): Fixed condition checking `last:' filter. +2002-10-12 Yoichi NAKAYAMA + + * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent, + set spool-length to 0. + 2002-10-06 Hiroya Murata * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.