* Version number is increased to 2.15.3.
[elisp/wanderlust.git] / elmo / ChangeLog
index 881296e..fa4e5c5 100644 (file)
@@ -1,6 +1,674 @@
+2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.15.3.
+
+2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-signal.el (elmo-signal-bindings): Use cons to append
+       element into list.
+       (elmo-define-signal-handler): Add docstring.
+       (elmo-define-signal-filter): Ditto.
+
+       * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
+
+2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-flatten): Don't use recursive call.
+
+       * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
+       assignment.
+       (elmo-folder-message-make-temp-files): Use `number-to-string'
+       instead of `int-to-string'.
+
+2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-search.el (elmo-folder-delete-messages): Define.
+
+2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
+       customization type.
+       (elmo-mailing-list-count-spec-list): Ditto.
+
+       * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
+       for `list-id'.
+
+2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
+       handling.
+
+2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
+       (elmo-mailing-list-count-spec-list): Ditto.
+
+       * elmo-util.el (elmo-map-until-success): New function.
+       (elmo-string-match-substring): Ditto.
+       (elmo-find-list-match-value): Ditto.
+
+       * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
+       Removed.
+       (modb-entity-extract-ml-info-from-subject): Ditto.
+       (modb-entity-extract-ml-info-from-return-path): Ditto.
+       (modb-entity-extract-ml-info-from-delivered-to): Ditto.
+       (modb-entity-extract-ml-info-from-mailing-list): Ditto.
+       (modb-entity-extract-ml-info-from-mailman): Ditto.
+       (modb-entity-extract-mailing-list-info-functions): Ditto.
+       (modb-entity-extract-mailing-list-info): Rewrite with
+       `elmo-find-list-match-value'.
+
+2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-net.el (elmo-network-session-retry-count): New user option.
+       (elmo-network-session-buffer-name): New internal function.
+       (elmo-network-session-buffer-create): Ditto.
+       (elmo-network-open-session): Retry open network session
+       `elmo-network-session-retry-count' times.
+
+2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
+
+       * elmo-util.el (elmo-list-filter): Rewritten.
+
+2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-string-member): Allow symbol element in list.
+
+2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-search.el (elmo-make-search-engine): Use prefix
+       `elmo-search-' for require symbol instead of `else-'.
+       (elmo-search-engine-extprog): New class.
+       (elmo-search-engine-do-search): Remove nil from argument
+       list. Added argument pattern to evaluate element as function.
+       (elmo-search-engine-local-file): Derived from
+       `elmo-search-engine-extprog'.
+       (elmo-search-engine-create-message-entity): Check existance of file.
+       (elmo-search-engine-fetch-message): Ditto.
+       (elmo-search-namazu-index): Follow the API change.
+       (elmo-search-grep-target): Ditto.
+
+2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
+       characters of working buffer.
+
+       * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
+       Does not bind `default-mime-charset'.
+       (elmo-msgdb-create-message-entity-from-buffer): Removed
+       unnecessary local bind.
+
+       * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
+       function.
+       (modb-entity-extract-mailing-list-info-functions): Added it.
+
+2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
+       when number and message-id are non-nil.
+
+       * modb-standard.el (elmo-msgdb-append-entity): Ditto.
+
+       * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
+       conditional steatment.
+       (elmo-pop3-auth-apop): Likewise.
+       (elmo-network-authenticate-session): Likewise.
+
+2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-mime.el (elmo-mime-header-max-column): Set default value as
+       symbol `fill-column'.
+       (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
+       decode field value.
+
+       * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
+       (elmo-decoded-field-body): Ditto.
+
+2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
+       `tokens' to `params'.
+
+2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-split.el (elmo-split-subr): Disable multibyte characters of
+       working buffer.
+
+2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-search.el (elmo-search-namazu-index): Fixed the order to
+       decide index.
+
+2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-search.el (elmo-search-engine-alist): Define with defvar;
+       Set default value as nil.
+       (toplevel): Register search engines by
+       `elmo-search-register-engine' if there are not defined.
+
+       * elmo.el (autoload): Added autoload setting for
+       `elmo-search-register-engine'.
+
+2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (toplevel): `[' is redefined as the prefix of the search
+       folder instead of nmz folder.
+       (elmo-nmz-default-index-path): Added obsolete variable setting.
+       (elmo-nmz-index-alias-alist): Ditto.
+       (elmo-nmz-use-drive-letter): Ditto.
+
+       * elmo-search.el (elmo-search-register-engine): New function.
+
+       * elmo-nmz.el: Removed.
+
+       * elmo-version.el (elmo-version): Up to 2.15.2.
+
+2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-search.el: New file.
+
+2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * modb-entity.el (elmo-msgdb-message-match-condition): Add new
+       condition `larger' and `smaller'.
+
+2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-safe-filename): Rewrite to replace
+       `"' (double quote) into "_Q_".
+
+2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-net.el (elmo-net-quote-chars): Abolish.
+       (elmo-net-format-quoted): Ditto.
+
+2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-get-folder-function): New variable.
+       (elmo-get-folder): New function.
+       (elmo-folder-rename): Call `elmo-make-folder' with specified
+       mime-charset.
+
+       * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
+       `elmo-make-folder'.
+       (elmo-split-subr): Ditto.
+
+       * elmo-multi.el (elmo-folder-initialize): Ditto.
+
+       * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
+
+       * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
+       (elmo-flag-get-folder): Ditto.
+
+       * elmo-filter.el (elmo-folder-initialize): Ditto.
+
+       * elmo-access.el (elmo-folder-initialize): Ditto.
+       (elmo-access-folder-update-children): Ditto.
+
+       * elmo-dop.el (elmo-dop-queue-flush): Ditto.
+       (elmo-dop-queue-flush): Ditto.
+       (elmo-folder-append-buffer-dop-delayed): Ditto.
+       (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
+       mime-charset.
+
+       * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
+       instead of `elmo-make-folder'.
+       (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
+       destination folder instead of send `elmo-folder-rename-internal'.
+
+       * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
+       slot of subfolder instead of create it.
+
+2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-collect-separators): New function.
+       (elmo-collect-separators-internal): Ditto.
+       (elmo-collect-trail-separators): Ditto.
+       (elmo-parse-separated-tokens): Ditto.
+       (elmo-parse-separated-tokens-internal): Ditto.
+       (elmo-quote-syntactical-element): Ditto.
+
+       * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
+       (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
+
+       * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
+       (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
+       (elmo-nntp-folder-list-subfolders): Quote a user name.
+
+       * elmo-net.el (elmo-net-folder-name-syntax): New constant.
+       (elmo-net-parse-network): Abolish.
+       (elmo-net-folder-set-parameters): New function.
+       (elmo-folder-initialize): Follow the above change.
+
+       * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
+       (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
+       (elmo-folder-list-subfolders): Use
+       `elmo-quote-syntactical-element' instead of
+       `elmo-net-format-quoted' to quote mailbox and user name.
+
+2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-token-valid-p): New function.
+       (elmo-parse-token): Add optional argument `requirement'.
+       (elmo-parse-prefixed-element): Likewise.
+
+       * elmo-net.el (elmo-net-quote-chars): Renamed from
+       `elmo-net-quote-chars-regexp'.
+       (elmo-net-format-quoted): Add optional argument `extra-chars'.
+
+       * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
+       by info document. Check token `uidl' is started an alphabet.
+
+       * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
+       by info document. Check token `user' is started an alphabet.
+
+       * elmo-imap4.el (elmo-folder-initialize): Ditto.
+       (elmo-folder-list-subfolders): Quote user.
+
+2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-quoted-specials-list): New constant.
+       (elmo-quoted-token): New function.
+
+       * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
+       (elmo-net-format-quoted): New function.
+       (elmo-net-parse-network): Ditto.
+       (elmo-folder-initialize): Use it.
+
+       * elmo-nntp.el (elmo-folder-initialize): Use
+       `elmo-net-parse-network' to parse network specification instead of
+       `elmo-folder-initialize#elmo-net'.
+
+       * elmo-pop3.el (elmo-folder-initialize): Ditto.
+
+       * elmo-imap4.el (elmo-folder-initialize): Ditto.
+       (elmo-folder-list-subfolders): Quote folder name by
+       `elmo-net-format-quoted'.
+
+2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
+       (elmo-folder-search): Use it.
+
+2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb-standard.el (modb-standard-loaded-message-id): Use
+       `elmo-msgdb-message-entity-field'.
+
+2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
+       without filename.
+
+2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * elmo-util.el (elmo-set-auto-coding): New function.
+       (elmo-object-load): Use it.
+
+2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
+       (elmo-time<): Define as alias of `elmo-time-less-p'.
+       (elmo-time-to-datevec): New function.
+
+       * elmo-date.el (elmo-time-to-days): New function.
+
+2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-map-recursive): Call `function' if `object'
+       is not cons cell.
+
+2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb-entity.el (modb-entity-encode-string-recursive): Fixed
+       parenthesis.
+
+       * elmo-util.el (elmo-map-recursive): New function.
+
+       * modb-entity.el (modb-entity-decode-string-recursive): Use it.
+       (modb-entity-encode-string-recursive): Ditto.
+
+2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-maildir-sequence-number): New function.
+       (elmo-maildir-make-unique-string): Throw Emacs 18 away.
+       (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
+       compare sequence number when last modified time is nil.
+
+2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
+
+       * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
+
+2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-maildir-list-location): Sort by last
+       modification time of the file.
+
+2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-condition-optimize): Discriminated against
+       preserved fields, extra fields and the other weight.
+
+2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb-entity.el (initialize-instance): Define.
+       (modb-entity-handler-mime-charset): New internal function.
+       (modb-standard-entity-set-field): Use it.
+       (elmo-msgdb-message-entity-field): Ditto.
+       (elmo-msgdb-message-entity-field): Ditto.
+
+       * modb.el (elmo-msgdb-match-condition): Rewrite with
+       `elmo-condition-match'.
+       (elmo-msgdb-match-condition-primitive): New function.
+
+       * modb-entity.el (elmo-msgdb-message-match-condition): Removed
+       arguments `flags' and `numbers'.
+       (elmo-msgdb-match-condition-primitive): Abolished (merged to
+       `elmo-msgdb-message-match-condition').
+       (modb-buffer-entity-handler): New class.
+
+       * elmo.el (elmo-folder-search): Optimize condition to use
+       `elmo-condition-optimize'.
+       (elmo-message-buffer-match-condition): New function.
+       (elmo-message-match-condition): Use
+       `elmo-message-buffer-match-condition' instead of
+       `elmo-buffer-field-condition-match'.
+
+       * elmo-util.el (elmo-condition-match): New function.
+       (elmo-condition-optimize): Ditto.
+       (elmo-buffer-field-primitive-condition-match): Abolish.
+       (elmo-buffer-field-condition-match): Ditto.
+
+       * elmo-archive.el (elmo-archive-field-condition-match): Use
+       `elmo-message-buffer-match-condition' instead of
+       `elmo-buffer-field-condition-match'.
+
+2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-flag.el (elmo-global-flags-initialize): Check the
+       existence of the flag directory.
+
+2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-access.el (elmo-folder-initialize): Call
+       `elmo-multi-connect-signals'.
+
+       * elmo-pipe.el (elmo-folder-close): Define.
+
+       * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
+       children folders.
+
+       * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
+       with target folder.
+
+       * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
+       `number'.
+
+       * elmo-multi.el (elmo-message-entity): Don't use return value of
+       `elmo-message-entity-set-number'.
+
+2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb.el (modb-generic): Added slot `mime-charset'.
+
+       * modb-standard.el (modb-standard): Added slot `overview-handler'.
+       (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
+       and `modb-entity-handler-dump-parameters'.
+       (modb-standard-default-entity-handler): Abolish.
+       (elmo-msgdb-message-entity-handler): Save created handler by
+       instance slot.
+
+       * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
+       (modb-entity-handler-list-parameters): New method.
+       (modb-entity-handler-equal-p): New function.
+       (modb-entity-handler-dump-parameters): Ditto.
+       (modb-entity-parse-address-string): Encode return value.
+       (modb-entity-make-address-string): Decode argument value.
+       (modb-entity-decode-string-recursive): New function.
+       (modb-entity-encode-string-recursive): Ditto.
+       (modb-standard-entity-normalizer): Set to encode field value.
+       (modb-standard-entity-specializer): Follow the above change.
+       (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
+       mime-charset of handler.
+       (elmo-msgdb-message-entity-field): Ditto.
+       (elmo-msgdb-copy-message-entity): Fixed reference to internal
+       structure.
+       (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
+
+       * elmo.el (elmo-folder): Added slot `mime-charset'.
+       (elmo-make-folder): Added argument `mime-charset'.
+       (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
+       `mime-charest'.
+
+       * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
+       (elmo-make-msgdb): Likewise.
+
+       * elmo-internal.el (elmo-internal-folder-initialize): Call
+       `luna-make-entity' with :mime-charset parameter.
+
+2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
+       encoded words in `from' and `subject' field.
+
+2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb.el (elmo-msgdb-message-field): Add argument `type'.
+       (elmo-msgdb-match-condition): Get handler from entity instead of
+       msgdb.
+
+       * modb-standard.el (modb-standard-economize-entity-size): Abolish.
+       (modb-standard-load-entity): Treat new file format.
+       (modb-standard-save-entity-1): Save as new file format.
+       (modb-standard-save-entity): Split messages into section here.
+       (elmo-msgdb-message-field): Follow the API change.
+       (modb-standard-default-entity-handler): New internal variable.
+       (elmo-msgdb-message-entity-handler): Define.
+
+       * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
+       to `elmo-vars.el'.
+       (modb-entity-field-extractor-alist): New user option.
+       (elmo-msgdb-message-entity-field): Removed argument `decode' and
+       added argument `type'.
+       (elmo-msgdb-copy-message-entity): Add optional argument
+       `make-handler'.
+       (modb-set-field-converter): New function.
+       (modb-convert-field-value): Ditto.
+       (modb-entity-string-decoder): Ditto.
+       (modb-entity-string-encoder): Ditto.
+       (modb-entity-parse-date-string): Ditto.
+       (modb-entity-make-date-string): Ditto.
+       (modb-entity-mime-decoder): Ditto.
+       (modb-entity-mime-encoder): Ditto.
+       (modb-entity-address-list-decoder): Ditto.
+       (modb-entity-address-list-encoder): Ditto.
+       (modb-entity-parse-address-string): Ditto.
+       (modb-entity-make-address-string): Ditto.
+       (modb-entity-create-field-indices): Ditto.
+       (modb-legacy-entity-field-slots): New constant.
+       (modb-legacy-entity-field-indices): Ditto.
+       (modb-legacy-entity-normalizer): New variable.
+       (modb-legacy-entity-specializer): Ditto.
+       (modb-legacy-entity-field-index): New macro.
+       (modb-legacy-entity-set-field): New function.
+       (modb-legacy-make-message-entity): Rewrite.
+       (elmo-msgdb-create-message-entity-from-buffer): Use
+       `elmo-msgdb-get-references-from-buffer'. Use
+       `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
+       Use `modb-legacy-entity-set-field' instead of
+       `elmo-msgdb-message-entity-set-field'.
+       (elmo-msgdb-message-entity-field): Rewrite.
+       (elmo-msgdb-message-entity-set-field): Ditto.
+       (elmo-msgdb-copy-message-entity): Make new entity by
+       `make-handler' if it specified.
+       (elmo-msgdb-message-match-condition): Define a method of
+       `modb-entity-handler' and follow the API change.
+       (modb-standard-entity-handler): New class.
+       (modb-entity-extract-ml-info-from-x-sequence): New function.
+       (modb-entity-extract-ml-info-from-subject): Ditto.
+       (modb-entity-extract-ml-info-from-return-path): Ditto.
+       (modb-entity-extract-ml-info-from-delivered-to): Ditto.
+       (modb-entity-extract-ml-info-from-mailing-list): Ditto.
+       (modb-entity-extract-mailing-list-info): Ditto.
+       (modb-entity-extract-mailing-list-info-functions): New variable.
+
+       * elmo.el (elmo-message-field): Add optional argument `type'.
+
+       * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
+       from `modb-entity.el'.
+
+       * elmo-util.el (elmo-object-load): Decode by coding-system from
+       `set-auto-coding-function'.
+       (elmo-object-save): Use `detect-mime-charset-region' and add
+       coding cookie if encode.
+       (elmo-msgdb-get-references-from-buffer): New function.
+       (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
+
+       * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
+
+       * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
+       (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
+       instead of `shimbun-make-header' and follow the API change.
+       (elmo-shimbun-update-overview): Follow the API change.
+       (elmo-map-folder-list-message-locations): Ditto.
+
+       * elmo-pipe.el (elmo-message-field): Ditto.
+
+       * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
+       Ditto.
+
+       * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
+
+       * elmo-multi.el (elmo-message-field): Ditto.
+
+       * elmo-msgdb.el (elmo-message-entity-field): Ditto.
+       (elmo-msgdb-sort-by-date): Ditto.
+       (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
+       `elmo-message-entity-field'.
+       (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
+       change.
+       (elmo-msgdb-overview-entity-get-from): Ditto.
+       (elmo-msgdb-overview-entity-get-subject): Ditto.
+       (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
+       (elmo-msgdb-overview-entity-get-date): Ditto.
+       (elmo-msgdb-overview-entity-get-to): Ditto.
+       (elmo-msgdb-overview-entity-get-cc): Ditto.
+
+       * elmo-mime.el (elmo-message-mime-entity): Ditto.
+       (elmo-mime-collect-message/partial-pieces): Ditto.
+
+       * elmo-filter.el (elmo-message-field): Ditto.
+
+       * elmo-date.el (elmo-datevec-to-time): New function.
+       (elmo-time-parse-date-string): Ditto.
+       (elmo-time-make-date-string): Ditto.
+       (elmo-time<): Ditto.
+
+       * elmo-version.el (elmo-version): Up to 2.15.1.
+
+2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-flag.el (elmo-global-flags-initialize): Don't include
+       member of elmo-local-flags.
+
+2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.15.0.
+
+2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-folder-synchronize): Ignore `mask' when
+       `ignore-msgdb' is non-nil.
+
+2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
+       (elmo-condition-in-msgdb-p): Ditto.
+       (elmo-file-field-primitive-condition-match): Ditto.
+       (elmo-file-field-condition-match): Ditto.
+
+       * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
+
+2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
+       subdirectories here.
+       (elmo-global-flags-initialize): New function.
+
+       * elmo.el (toplevel): Added autoload setting for
+       `elmo-global-flags-initialize'.
+
+2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo.el (message-number-changed): Define new signal.
+       * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
+       message-number-changed signal.
+       * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
+       * elmo-map.el (elmo-folder-pack-numbers): Ditto.
+       Respect `elmo-pack-number-check-strict'.
+
+2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-signal.el (elmo-connect-signal): Document.
+       (elmo-emit-signal): Ditto.
+       (elmo-emit-signal): It should pass source argument to filter and
+       handler, not slot-source.
+
+2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb.el (elmo-msgdb-update-entity): New API and define generic
+       implement.
+
+       * modb-standard.el (elmo-msgdb-update-entity): Define.
+
+       * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
+       API and define generic implement.
+
+       * elmo.el (update-overview): New singnal.
+
+       * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
+       `elmo-msgdb-update-entity' and emit signal `update-overview'.
+       (elmo-message-entity-parent): Define.
+
+       * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
+       `update-overview'.
+
+       * elmo-multi.el (elmo-multi-connect-signals): Ditto.
+
+       * elmo-filter.el (elmo-filter-connect-signals): Ditto.
+
+2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-synchronize): Sort the return value of
+       `elmo-list-diff'.
+
+       * elmo-util.el (elmo-list-diff): Don't care the order of the returned
+       list.
+
+2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-with-enable-multibyte): Don't bind
+       `default-enable-multibyte-characters'.
+       (elmo-object-load): Use `with-temp-buffer' instead of
+       `elmo-set-work-buf'.
+       (elmo-object-save): Ditto.
+       (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
+       `elmo-set-work-buf'.
+       (elmo-decoded-field-body): Ditto.
+
+       * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
+
+       * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
+       Use `with-temp-buffer' instead of `elmo-set-work-buf'.
+
+       * elmo-version.el (elmo-version): Up to 2.13.3.
+
 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
 
        * elmo-util.el (elmo-list-diff): Fix the last change.
+       Reverse order of result lists.
 
 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>