X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=ac74ed75df9d24ed1a87b6278f7d4ce1b9c0e28b;hb=d702b4b970138b3b2ba6269407c7f6f53aaed6f1;hp=3fbc8dac036c12e7a029f30a89d286af28ccfed3;hpb=bfd5b5420e07cdd7309c451f640aeba6d1c4494f;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 3fbc8da..ac74ed7 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,150 @@ +2002-11-21 Yuuichi Teranishi + + * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change. + + * elmo-multi.el (elmo-folder-search): Ignore errors while search. + + * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro. + (elmo-imap4-read-response): Take care of garbage response. + +2002-11-20 Yoichi NAKAYAMA + + * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change, + just return nil instead of error. + +2002-11-19 Yoichi NAKAYAMA + + * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the + search-key is "body". + +2002-11-19 Yuuichi Teranishi + + * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value + of elmo-string-matched-assoc to use match-data. + (Thanks to Mito ) + +2002-11-17 Yoichi NAKAYAMA + + * elmo-split.el (elmo-split->): New function. + (elmo-split-<): Ditto. + +2002-11-14 Yuuichi Teranishi + + * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added + workaround for invalid message-id. + +2002-11-13 Yuuichi Teranishi + + * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists, + return normal pop3 session or pop3 biff session. + +2002-11-08 Yuuichi Teranishi + + * elmo-maildir.el (elmo-maildir-update-current): Don't append + info part to the cur files when the new files already have it. + (Adviced by Jared Rhine ) + +2002-11-06 Yoichi NAKAYAMA + + * elmo-split.el (elmo-split-default-action): New variable. + (elmo-split-subr): Use it if all other conditions are passed. + Extend `fname' and rename it as `action'. (implemented + Teranishi-san's idea in [wl:10800]) + +2002-10-29 Yoichi NAKAYAMA + + * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'. + * elmo-util.el: Ditto. + +2002-10-26 Yuuichi Teranishi + + * elmo-version.el (elmo-version): Up to 2.11.0. + +2002-10-22 Yuuichi Teranishi + + * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning. + +2002-10-12 Yoichi NAKAYAMA + + * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent, + set spool-length to 0. + +2002-10-06 Hiroya Murata + + * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first. + (elmo-dop-queue-flush): Fixed last change. + +2002-09-24 Yoichi NAKAYAMA + + * elmo.el: Add autoload setting for elmo-nntp-post, fix against + the problem reported by Sean Rima [wl-en:180]. + +2002-09-18 Yuuichi Teranishi + + * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after + status number. + +2002-09-12 Yoichi NAKAYAMA + + * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument. + Remove redundunt connectivity check. + +2002-09-08 Yoichi NAKAYAMA + + * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so + as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493]) + +2002-09-03 Yuuichi Teranishi + + * pldap.el (ldap-decode-string): Return string as-is if + `ldap-coding-system' is nil. + (ldap-encode-string): Ditto. + (ldap-search-entries): Encode filter string with `ldap-encode-string'. + (ldap-default-host): Fixed docstring. + +2002-08-21 Yuuichi Teranishi + + * elmo-util.el (elmo-warning): Define as a macro which uses + `display-warning' if it is defined as a function. + + * elmo-split.el (elmo-split-fetch-decoded-field): New function. + (elmo-split-equal): Use it. + (elmo-split-match): Ditto. + (elmo-split-message-entity): New buffer-local variable. + (elmo-split-subr): Set it. + + * elmo-version.el (elmo-version): Up to 2.9.15. + +2002-08-18 Kenichi OKADA + + * elmo-imap4.el (elmo-network-initialize-session): + Check capability after starttls. + +2002-08-06 Yuuichi Teranishi + + * elmo-util.el (elmo-list-delete): Added optional argument + DELETE-FUNCTION. + + * elmo-vars.el (elmo-imap4-default-mailbox): Abolished. + + * elmo-util.el (elmo-warning): Ignore errors while recenter. + + * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro. + + * elmo-imap4.el (elmo-folder-initialize): Don't use + elmo-imap4-default-mailbox. + +2002-07-24 TAKAHASHI Kaoru + + * elmo-split.el (toplevel): Use `product-provide'. + (elmo-split): Checkdoc. + +2002-07-21 Tetsurou Okazaki + + * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1): + Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and + the function `elmo-imap4-debug-1'. + 2002-07-14 Hiroya Murata * elmo-split.el (elmo-split): Moved to run hooks and to show