X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=2274b752ea039a1c1ca6a5c9fd807b78f23d840e;hb=94b4983f6dce7b194a131f0af4f72c5761ccfb71;hp=50461b3c0f69644714793cea6a92c880e09af39c;hpb=b5edc99b23521b790554f61def0aa0354745db06;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 50461b3..2274b75 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,6 +1,26 @@ +2004-02-20 Yuuichi Teranishi + + * elmo.el (elmo-message-match-condition): Use elmo-message-fetch + instead of insert-file-contents-as-binary. + (elmo-message-set-field): New generic function. + + * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the + behavior change on `split-string'. + + * elmo-file.el (elmo-file-find): New function. + (elmo-file-command): New user option. + (elmo-file-command-argument): Ditto. + (elmo-file-fetch-max-size): Ditto. + (elmo-file-detect-format): New function. + (elmo-map-message-fetch): Use elmo-file-fetch-max-size; + Use elmo-file-detect-format. + (elmo-map-folder-list-message-locations): Don't treat directories. + 2004-02-19 TAKAHASHI Kaoru * elmo-util.el (elmo-string-partial-p): Removed unused function. + (elmo-passwd-alist-clear): Shred password before clear. + (elmo-remove-passwd): Remove all mached pair. 2004-02-18 Yoichi NAKAYAMA