X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=4afca3bee804b52b90cf918249fb9bfa519fbb72;hb=7f48b955f3b8da23ddcf1e76c38790867ce8b635;hp=83d9829b92295762fc1c868aa8a57f6821f5edcd;hpb=b77d1531e59f9f2a5eee6f3db38198ce6d1a7617;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 83d9829..4afca3b 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,295 @@ +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. + (acap-close): Set it. + (acap-wait-for-response): If acap-logging-out is non-nil, don't cause + an error. + +2001-11-28 Yuuichi Teranishi + + * acap.el (acap-response-bye-p): New function. + (acap-response-bye-message): Ditto. + (acap-wait-for-response): If bye response is received, cause an error. + (acap-parse-response): Make bye response when 'Bye' is received. + +2001-11-23 Kenichi OKADA + + * elmo-pipe.el (elmo-pipe-drain): Load killed-list. + +2001-11-21 Hiroya Murata + + * elmo-util.el (elmo-copy-file): Added argument + `ok-if-already-exists'. + (elmo-copy-file): Fixed typo. + +2001-11-21 Kenichi OKADA + + * elmo-pipe.el (elmo-pipe-drain): Load killed-list. + +2001-11-21 Kenichi OKADA + + * elmo-pipe.el (elmo-pipe-drain): Save killed-list. + +2001-11-20 Kenichi OKADA + + * elmo-pipe.el (elmo-pipe-drain): Append copied messages + to killed-list. + +2001-11-19 Kenichi OKADA + + * elmo-pipe.el (elmo-pipe-folder): Add `copy'. + (elmo-folder-initialize): Fix for `copy'. + (elmo-pipe-drain): Ditto. + (elmo-folder-open-internal): Ditto. + (elmo-folder-newsgroups): Fix. + +2001-11-19 Yuuichi Teranishi + + * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename + for each message. + + * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when + recent value is returned from imap folder. + + * elmo.el (elmo-folder-newsgroups): New generic function. + + * elmo-localnews.el (elmo-localnews-folder): Added `group' slot. + (elmo-folder-initialize): Set it. + (elmo-folder-expand-msgdb-path): Use it. + (elmo-folder-newsgroups): Define. + + * elmo-filter.el (elmo-folder-newsgroups): Define. + + * elmo-pipe.el (elmo-folder-newsgroups): Ditto. + + * elmo-nntp.el (elmo-folder-newsgroups): Ditto. + + * elmo-multi.el (elmo-folder-newsgroups): Ditto. + +2001-11-10 Hiroya Murata + + * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New + user option. + (elmo-shimbun-header-extra-field): New inline function. + (elmo-shimbun-header-set-extra-field): Ditto. + (elmo-shimbun-folder-header-hash-setup): Ditto. + (elmo-shimbun-update-overview): Ditto. + (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'. + (elmo-shimbun-folder-setup): Use + `elmo-shimbun-folder-header-hash-setup' to be setup hash table. + (elmo-shimbun-get-headers): Ditto. + (elmo-map-message-fetch): Call `elmo-shimbun-update-overview'; + Insert `X-Shimbun-Id:' header if extra field is set. + (elmo-map-folder-list-message-locations): Return `x-shimbun-id' + field's value instead of `shimbun-header-id'. + + * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New + inline function. + (elmo-msgdb-overview-entity-set-date): Ditto. + (elmo-msgdb-overview-entity-set-extra-field): Ditto. + +2001-11-09 Yuuichi Teranishi + + * mmimap.el (mmimap-entity-section): Changed body node number from + "0" to "1". + +2001-11-08 Hiroya Murata + + * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from + `elmo-folder-delete-messages'. + + * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option. + (elmo-folder-initialize): Changed to expand alias into index path. + + * elmo-mime.el (elmo-mime-insert-sorted-header): Call + `elmo-mime-insert-header-from-buffer' with 6th arg + `sorted-fields'. + +2001-11-08 Yuuichi Teranishi + + * mmimap.el (mmimap-entity-section): If node-id is nil, return "0". + + * elmo.el (elmo-diff-new): New inline function. + (elmo-diff-unread): Ditto. + (elmo-diff-all): Ditto. + + * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent + value from responseb. + (elmo-imap4-folder-diff-plugged): Ditto. + (elmo-imap4-server-diff-async): Added recent argument. + (elmo-server-diff-async): Ditto. + (elmo-imap4-folder-diff-plugged): Ditto. + + * elmo-version.el (elmo-version): Up to 2.7.6. + +2001-11-05 Hiroya Murata + + * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair + in quoted-stirng. + +2001-11-05 Yuuichi Teranishi + + * elmo-pop3.el (elmo-folder-initialize): Rewrite. + + * elmo-imap4.el (elmo-folder-initialize): Ditto. + + * elmo-nntp.el (elmo-folder-initialize): Ditto. + + * elmo-multi.el (elmo-folder-initialize): Ditto. + + * elmo-util.el (elmo-parse-token): New function. + (elmo-parse-prefixed-element): Ditto. + +2001-11-01 Yuuichi Teranishi + + * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected, + delete process. + (elmo-imap4-accept-ok): Ditto. + +2001-10-25 Hiroya Murata + + * mmimap.el (mime-imap-entity-header-string): Don't check first + element of node-id is `0' (Follow last change). + 2001-10-24 Hiroya Murata * mmimap.el (mmimap-make-mime-entity): Fixed problem to be