X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=17235099a3a887a3ec0508ccc11341bae26286da;hb=f3d636b9bda4acf5131c21741cc0d6940f591d7f;hp=db9d1c10fa8ac29c056904303e43def9604d6987;hpb=ae08f2d01e4dc449cd43143296c3253551aebbb4;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index db9d1c1..1723509 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,236 @@ +2005-02-10 Yuuichi Teranishi + + * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'. + (elmo-imap4-encode-folder-string): Call `utf7-encode'. + + * elmo-maildir.el (elmo-maildir-separator): New user option. + (elmo-maildir-adjust-separator): New macro. + (elmo-maildir-list-location): Use it. + (elmo-maildir-update-current): Ditto. + (elmo-maildir-set-mark): Ditto. + (elmo-maildir-delete-mark): Ditto. + (Above changes are based on Hiroya Murata's patch [wl: 13437]) + +2005-02-06 Hiroya Murata + + * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'. + +2005-02-01 Hiroya Murata + + * elmo-flag.el (elmo-flag-valid-p): Simplify. + (elmo-folder-list-subfolders): Copy `elmo-global-flags'. + (elmo-folder-delete): Update `elmo-global-flag-folder-alist'. + +2005-01-30 TAKAHASHI Kaoru + + * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save): + Use `with-temp-buffer'. + +2005-01-30 Hiroya Murata + + * elmo-flag.el (elmo-folder-initialize): Fixed the last change. + + * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to + `wl-read-search-condition'). + (elmo-read-search-condition-internal): Likewise. + + * elmo-flag.el (elmo-flag-char-regexp): New constant. + (elmo-flag-valid-p): New function. + (elmo-folder-initialize): Check flag name is valid. + +2005-01-26 Yuuichi Teranishi + + * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without + delimiter to obtain root mailbox itself. + +2005-01-25 Tetsurou Okazaki + + * elmo-net.el (elmo-network-session-idle-timeout): Fix customization + type mismatch. + +2005-01-24 Yuuichi Teranishi + + * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying + as t. + +2005-01-23 Hiroya Murata + + * elmo-shimbun.el (toplevel): Require cl at compile. + + * elmo-nntp.el (toplevel): Ditto. + + * elmo-nmz.el (toplevel): Ditto. + + * elmo-multi.el (toplevel): Ditto. + + * elmo-file.el (toplevel): Ditto. + + * elmo-dop.el (toplevel): Ditto. + + * elmo-archive.el (toplevel): Likewise elmo and cl (at compile). + +2005-01-20 Yuuichi Teranishi + + * mmimap.el (mmimap-make-mime-entity): Set children's top node number + as nil. + + * elmo.el (elmo-message-fetch): Return t even when the output buffer + size of elmo-message-fetch-internal is 0 byte. + +2005-01-14 Hiroya Murata + + * elmo-maildir.el (elmo-map-message-fetch): Fixed last change. + +2005-01-13 Yoichi NAKAYAMA + + * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as + always plugged. + +2005-01-13 Hiroya Murata + + * elmo-maildir.el (elmo-map-message-fetch): Call + `elmo-map-folder-set-flag'. + + * elmo.el (elmo-message-fetch-with-cache-process): Abolish. + (elmo-message-fetch): Merge from + `elmo-message-fetch-with-cache-process'. + + * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish. + (elmo-message-fetch): Define. + + * elmo-nntp.el (elmo-message-fetch): Renamed from + `elmo-message-fetch-with-cache-process'. + + * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish. + (elmo-message-fetch): Define. + + * elmo-util.el (elmo-condition-parse-primitive): Downcase + search-key. + + * elmo-shimbun.el (shimbun-mua-search-id): Use + `elmo-message-entity' instead of `elmo-msgdb-message-entity'. + (elmo-shimbun-folder-shimbun-header): Ditto. + (elmo-shimbun-get-headers): Ditto. + (elmo-shimbun-update-overview): Ditto. + + * elmo-pipe.el (elmo-folder-detach-messages): Define. + + * elmo-net.el (elmo-folder-list-messages-unplugged): Use + `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'. + +2005-01-13 Yuuichi Teranishi + + * elmo.el (elmo-message-fetch): Unset unread flag on server when + message is cached. + (elmo-message-fetch-string): Fixed argument. + +2005-01-11 Hiroya Murata + + * elmo.el (elmo-message-fetch): Removed argument `outbuf' and + exchange order of arguments `section' and `unread'. + (elmo-message-encache): Follow the API change. + (elmo-message-match-condition): Ditto. + (elmo-generic-folder-append-messages): Ditto. + (elmo-message-fetch-string): New function. + + * elmo-split.el (elmo-split-subr): Ditto. + + * elmo-spam.el (elmo-spam-message-fetch): Ditto. + + * elmo-pipe.el (elmo-message-fetch): Ditto. + + * elmo-multi.el (elmo-message-fetch): Ditto. + + * elmo-mime.el (elmo-message-mime-entity): Ditto. + + * elmo-flag.el (elmo-global-flag-set-internal): Ditto. + + * elmo-filter.el (elmo-message-fetch): Ditto. + + * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto. + + * elmo-imap4.el (mime-imap-location-section-body): Use + `elmo-message-fetch-string' instead of `elmo-message-fetch' and + follow the API change. + +2005-01-10 Hiroya Murata + + * elmo-access.el: New file. + + * elmo-null.el: Ditto. + + * elmo-internal.el (elmo-internal-folder-list): Added `null'. + +2005-01-08 Yuuichi Teranishi + + * elmo-net.el (elmo-network-session-idle-timeout): New option. + (elmo-network-session): New attribute `last-accessed'. + (elmo-network-get-session): Discard network cache if elapsed time + since last-accessed is larger than elmo-network-session-idle-timeout. + +2005-01-07 Hiroya Murata + + * elmo.el (elmo-find-fetch-strategy): Removed argument `entity' + and added `number', `require-entireness'. + (elmo-find-fetch-strategy): Rewrite. + (elmo-message-fetch): Unset `unread' flag when argument unread is + non-nil. + + * elmo-spam.el (elmo-spam-message-fetch): Follow the API change. + + * elmo-multi.el (elmo-find-fetch-strategy): Ditto. + (elmo-message-fetch): Notify event `flag-changed'. + + * elmo-pipe.el: Likewise. + + * elmo-mime.el (elmo-mime-entity): New class. + (elmo-mime-entity-display-p): New generic function. + (elmo-mime-entity-display): Ditto. + (elmo-mime-entity-display-as-is): Ditto. + (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit + elmo-mime-entity. + (elmo-make-mime-message-location): Removed. + (elmo-mime-message-display): Ditto. + (elmo-mime-display-as-is): Ditto. + (elmo-message-mime-entity): New function. + + * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite. + + * elmo-filter.el (elmo-find-fetch-strategy): Follow the API + change. + (elmo-message-fetch): Re-count flagged message number and notify + event `flag-changed'. + + * elmo-version.el (elmo-version): Up to 2.13.1. + +2005-01-02 Hiroya Murata + + * elmo-filter.el (elmo-message-field): Define. + (elmo-message-set-field): Ditto. + +2004-12-25 Hiroya Murata + + * elmo.el (elmo-message-set-cached): Call + `elmo-folder-notify-event' with cache-changed. + (elmo-event-handler-cache-changed): New generic function. + +2004-12-22 Yuuichi Teranishi + + * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file + instead of elmo-add-name-to-file. + (elmo-folder-append-messages): Ditto. + +2004-12-21 Yoichi NAKAYAMA + + * elmo.el (elmo-folder-update-threshold): Add nil to range. + 2004-12-12 Yuuichi Teranishi + * elmo-version.el (elmo-version): Up to 2.13.0. + + * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to + `auto'. + * modb-standard.el (modb-standard-economize-entity-size): Changed default value to `t'.