X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=4afca3bee804b52b90cf918249fb9bfa519fbb72;hb=7f48b955f3b8da23ddcf1e76c38790867ce8b635;hp=ff16909b86a526181af97efd7dfc0c08bbcd1e98;hpb=b87b2bfe54c973d961a150edc46157ca115cf764;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index ff16909..4afca3b 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,142 @@ +2001-12-13 Yuuichi Teranishi + + * elmo-shimbun.el (elmo-folder-creatable-p): Define. + +2001-12-12 Yuuichi Teranishi + + * elmo-localdir.el (elmo-folder-message-make-temp-files): Use + elmo-copy-file instead of elmo-add-name-to-file. + + * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto. + + * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow + "file://..." index. + + * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument + of accept-process-output as 1. + (elmo-pop3-read-contents): Ditto. + (elmo-pop3-read-body): Ditto. + +2001-12-12 TAKAHASHI Kaoru + + * elmo-version.el (product-version-as-string): Remove define. + +2001-12-11 Yuuichi Teranishi + + * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable. + (elmo-imap4-copy-messages): Chop number set using + `elmo-imap4-number-set-chop-length'. + (elmo-imap4-set-flag): Ditto. + (elmo-imap4-search-internal-primitive): Ditto. + +2001-12-11 TAKAHASHI Kaoru + + * elmo.el (elmo-folder-make-temporary-directory): Renamed from + `elmo-folder-make-temp-dir' + + * elmo-vars.el (elmo-cache-directory): New variable. + (elmo-cache-dir): Abolished. + (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'. + + * elmo-version.el (elmo-version): Up to 2.7.7. + +2001-12-11 Yuuichi Teranishi + + * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with + defcustom; Set default value as t. + +2001-12-10 Yuuichi Teranishi + + * pldap.el (ldap-ldif-field-name-regexp): Changed regexp. + (ldap-search-program-arguments): Changed default value. + (ldap-search-basic): Accept exit status 4. + (ldap/field-body): Parse options. + (ldap/collect-field): Ditto. + (According to the advise from Mito ) + + * elmo-imap4.el (elmo-imap4-process-bye): New function. + (elmo-imap4-send-command): Call elmo-imap4-process-bye. + (elmo-imap4-accept-ok): Ditto. + (elmo-imap4-session-select-mailbox): If argument `no-error' equals to + 'notify-bye, only BYE error is reported. + (elmo-folder-exists-p-plugged): Set no-error argument of + `elmo-imap4-session-select-mailbox' as 'notify-bye. + + * elmo.el (elmo-imap4-bye-error): Changed message. + + * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message. + (elmo-dop-queue-flush): Don't append to the dop-queue while flushing + queues (It causes infinite loop). + +2001-12-10 TAKAHASHI Kaoru + + * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4 + (RECENT UNSEEN MESSAGES) extension. + +2001-12-07 Mito + + * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): + Check number of overview fields. + +2001-12-08 Yuuichi Teranishi + + * elmo.el (elmo-folder-confirm-appends): Changed message. + (elmo-folder-confirm-appends): Ditto. + + * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use + `with-temp-buffer'. + (According to the advise from Nishimoto Masaki ) + +2001-12-06 Hiroshi Tsutsui + + * elmo.el (elmo-folder-confirm-appends): Check whether the value + of elmo-folder-update-threshold is nil, which can be set by + wl-summary-update-confirm-threshold. + +2001-12-05 Yuuichi Teranishi + + * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list. + (elmo-nmz-index-alias-alist): Ditto. + (elmo-map-folder-list-message-locations): Follow the change above. + +2001-12-02 Hiroya Murata + + * elmo-filter.el (elmo-folder-list-subfolders): Defined. + + * elmo-archive.el (elmo-archive-call-process): Ignore nemacs. + + * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto. + + * elmo-util.el (elmo-read): Ditto. + (elmo-display-error): Ditto. + + * elmo-vars.el (elmo-date-match): Ditto. + + * pldap.el (ldap-coding-system): Ditto. + + * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind + `elmo-inhibit-number-mapping' as nil. + +2001-11-30 Tatsuya Kinoshita + + * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple + space delimiter for list response. + +2001-12-02 Kenichi OKADA + + * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted. + +2001-12-02 Kenichi OKADA + + * elmo-sendlog.el (elmo-folder-delete-messages): Added. + (elmo-map-message-fetch): Fix. + * elmo-map.el (elmo-folder-status): Fix for killed. + +2001-12-02 Kenichi OKADA + + * elmo-sendlog.el: New file. + * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog. + 2001-11-30 Yuuichi Teranishi * acap.el (acap-logging-out): New buffer local variable.