X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=17235099a3a887a3ec0508ccc11341bae26286da;hb=f3d636b9bda4acf5131c21741cc0d6940f591d7f;hp=16cf2803ae652523e1f91a4e0f761f20c7414480;hpb=f803441ec57dd78353765ed76a126af9bbb4a92f;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 16cf280..1723509 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,53 @@ +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