X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=a125bdfccc800755405e9546eab0f7208178f1b9;hb=8dc6ce814700c41586b8606afbacf6e69ae67070;hp=c257933f9ca6e7e674c61ad62532134a00c11dfe;hpb=6b59a5e8080a9fc614d355fef78d5d4c42b6a95d;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index c257933..a125bdf 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,116 @@ +2008-02-11 TAKAHASHI Kaoru + + * pldap.el (ldap-static-if): New backquote style. + (ldap/ldif-safe-string-p): Ditto. + (ldap/ldif-insert-field): Ditto. + + * elmo-version.el (elmo-version): Up to 2.15.6. + +2008-01-31 Yoichi NAKAYAMA + + * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include + messages with \Deleted flag. + (elmo-folder-delete-messages-plugged): Ask before sending expunge + command if there are messages with \Deleted flag. + +2007-04-24 Yoichi NAKAYAMA + + * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp. + http://seclists.org/bugtraq/2007/Apr/0018.html + (Suggested by Tatsuya Kinoshita) + +2007-04-16 Yoichi NAKAYAMA + + * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox + with \Noselect attribute. + +2007-04-15 Yoichi NAKAYAMA + + * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of + hierarchical folder structure with UW-imapd. + +2007-02-12 Yoichi NAKAYAMA + + * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command + when the LOGINDISABLED capability is advertised. + +2007-01-27 Yoichi NAKAYAMA + + * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive. + +2007-01-23 Hiroya Murata + + * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument + `entity'. + (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only + if the message entity is exists. + +2007-01-16 Hiroya Murata + + * elmo-util.el (elmo-msgdb-insert-file-header): Call + `elmo-delete-cr-buffer'. + + * elmo-localdir.el (elmo-message-fetch-internal): Use + `insert-file-contents-as-raw-text' instead of + `insert-file-contents-as-binary'. + + * elmo-maildir.el (elmo-map-message-fetch): Ditto. + +2006-12-03 Hiroya Murata + + * elmo-imap4.el (elmo-network-initialize-session): Check to + retrieve a whole greeting message. + +2006-11-25 Hiroya Murata + + * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save. + +2006-11-21 Hiroya Murata + + * elmo-util.el (elmo-safe-plist-get): New alias or macro. + (elmo-progress-notify): Use it instead of `plist-get'. + +2006-11-19 Yoichi NAKAYAMA + + * elmo.el (elmo-generic-folder-append-messages): Remove unused + variable `table'. + +2006-11-16 Hiroya Murata + + * elmo-pipe.el (elmo-folder-set-plugged): Define. + +2006-11-15 Hiroya Murata + + * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option. + (elmo-spam-list-spam-messages): Check it option. + +2006-11-08 Tetsurou Okazaki + + * elmo-util.el (elmo-with-progress-display): Return the value + of the last form in `body'. + +2006-11-07 Hiroya Murata + + * elmo-util.el (elmo-progress-start): Accept nil for `total'. Set + `elmo-progress-counter' as t when a query callback returns nil. + (elmo-progress-clear): New function. + (elmo-progress-done): Split into `elmo-progress-clear'. + (elmo-progress-notify): Update a total slot when it is nil. + (elmo-with-progress-display): Call `elmo-progress-clear' in + unwind-protect and move calling `elmo-progress-done' to outside. + + * elmo-imap4.el (elmo-imap4-find-next-line): Call + `elmo-progress-notify' with :total parameter instead of + `elmo-progress-counter-set-total'. + +2006-11-07 Tetsurou Okazaki + + * elmo-util.el (elmo-cache-expire-by-age): Add docstring. + Make it interactive. + (elmo-progress-start): Avoid updating `elmo-progress-counter' + when a query callback returns nil. Return a progress counter + instead of t whenever a start callback was called. + 2006-11-05 Hiroya Murata * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.