X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=8e7434da924840d827cc1294805e69339bcf0ff8;hb=8b23f9bc0e0441913b8847900a73bd7a51833d30;hp=42c2923a8592760baae3aaef58d8741b7e0f0f46;hpb=ead2813df5935b15f77b2d2830646bc704373fc4;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 42c2923..8e7434d 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,195 @@ +2004-09-09 Yuuichi Teranishi + + * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use + unibyte string of the current buffer for the argument of `md5' + (Reported by Yoichi NAKAYAMA ). + +2004-09-05 Hiroya Murata + + * modb-legacy.el (modb-legacy-flag-list): New constant. + (modb-legacy-suppoted-flag-p): New internal function. + (elmo-msgdb-set-flag): Cause error when `flag' is not supported. + (elmo-msgdb-unset-flag): Ditto. + +2004-09-05 Yuuichi Teranishi + + * elmo.el (elmo-make-folder): Remove text properties for prefix. + + * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names + from msgdb. + +2004-08-31 Hiroya Murata + + * elmo-multi.el (elmo-folder-count-flags): Changed return value + (follow the API change). + + * elmo-filter.el (elmo-folder-count-flags): Ditto. + +2004-08-31 Yuuichi Teranishi + + * modb-standard.el (modb-standard-digest-flags): Abolish. + (elmo-msgdb-list-flagged): Use elmo-digest-flags instead. + + * elmo-vars.el (elmo-digest-flags): New variable. + (elmo-preserved-flags): Moved from elmo-flag.el. + + * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function. + (elmo-imap4-flag-to-imap-criteria): Ditto. + (elmo-imap4-folder-list-flagged): Use it. + + * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el. + + * elmo.el (elmo-folder-count-flags): Changed return value. + + * elmo-flag.el (elmo-preserved-flags): New variable. + (elmo-get-global-flags): Use it. + + * modb-standard.el (modb-standard-digest-flags): New variable. + (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached'; + Changed behavior of `any'. + + * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags + which are defined the Internet draft + (draft-melnikov-imap-keywords-03.txt). + (elmo-imap4-flags-to-imap): New function. + (elmo-folder-append-buffer): Use it. + + * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo + in the docstring. + + * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to + avoid the bug of Emacs 21.3. + +2004-08-31 Yoichi NAKAYAMA + + * utf7.el (utf7-utf-16-coding-system): Avoid error when the + function find-coding-system does not exist. + +2004-08-18 Hiroya Murata + + * elmo-util.el (elmo-condition-parse-search-value): Fixed atom + parsing. + +2004-08-09 Yuuichi Teranishi + + * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for + response codes. + +2004-08-09 Yuuichi Teranishi + + * elmo-pop3.el (elmo-pop3-read-response): Treat response codes. + (elmo-network-close-session): Follow the changes in + `elmo-pop3-read-response'. + (elmo-pop3-auth-user): Ditto. + (elmo-pop3-auth-apop): Ditto. + (elmo-network-initialize-session): Ditto. + (elmo-network-authenticate-session): Ditto. + (elmo-network-setup-session): Ditto. + (elmo-folder-status): Ditto. + (elmo-message-fetch-plugged): Ditto. + (elmo-pop3-delete-msg): Ditto. + +2004-07-15 Yoichi NAKAYAMA + + * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil + on failure. + +2004-07-15 Hiroya Murata + + * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent + style. + (elmo-bind-directory): Ditto. + +2004-07-12 Yoichi NAKAYAMA + + * elmo.el (elmo-folder-append-messages): Note on return value. + * elmo-archive.el (elmo-folder-append-messages): Don't return + message numbers which could not be appended. + +2004-07-11 Yoichi NAKAYAMA + + * elmo.el (elmo-message-fetch-threshold): Add nil to its range. + +2004-06-18 Yoichi NAKAYAMA + + * elmo-version.el (elmo-version): Up to 2.11.30. + +2004-06-13 Hiroya Murata + + * elmo.el (elmo-folder-synchronize): Add 5th optional argument + `mask'. + + * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne. + + * elmo-multi.el (elmo-folder-synchronize): Likewise. + (elmo-multi-split-numbers): Add elmo-folder object into each + element of return value at first. + (elmo-folder-delete-messages): Follow the above change. + (elmo-folder-detach-messages): Ditto. + + * elmo-filter.el (elmo-folder-synchronize): Minimize message + number which is synchronized in target folder. + +2004-05-25 Hiroya Murata + + * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): + Change default value to symbol `all'. + (elmo-map-message-fetch): Change condition to update overview + follow the above. + +2004-05-25 Yoichi NAKAYAMA + + * elmo-shimbun.el (elmo-map-message-fetch): Change default + behavior to update overview. + (elmo-shimbun-update-overview-folder-list): Note it. + +2004-05-24 Hiroya Murata + + * modb-standard.el (modb-standard-message-entity): Avoid infinite + recursive call. + +2004-05-23 Hiroya Murata + + * elmo-spam.el (elmo-spam-register-good-messages): Don't call + buffer-disable-undo, it is unnecessary. + (elmo-spam-register-good-messages): Ditto. + + * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): + Ditto. + + * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto. + 2004-05-22 Hiroya Murata + * elmo-util.el (elmo-set-buffer-multibyte): Abolish. + (elmo-set-work-buf): Use set-buffer-multibyte instead of + elmo-set-buffer-multibyte. + (elmo-object-load): Ditto. + (elmo-save-buffer): Ditto. + (elmo-delete-char): Ditto. + (elmo-file-field-primitive-condition-match): Ditto. + (elmo-mime-string): Ditto. + + * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto. + (elmo-archive-field-condition-match): Ditto. + + * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto. + + * elmo-net.el (elmo-network-initialize-session-buffer): Ditto. + + * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto. + (elmo-nntp-msgdb-create-message): Ditto. + + * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto. + + * elmo.el (elmo-message-match-condition): Ditto. + (elmo-message-match-condition): Ditto. + + * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer): + Ditto. + + * elmo-version.el (elmo-version): Up to 2.11.29. + * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate. (elsp-header): New backend.