Fix typo.
[elisp/wanderlust.git] / elmo / ChangeLog
index b63c1f7..d337b73 100644 (file)
@@ -1,3 +1,249 @@
+2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
+       delete process.
+       (elmo-imap4-accept-ok): Ditto.
+
+2001-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-maildir.el (elmo-maildir-max-of-folder): Call
+       elmo-maildir-update-current (In order to create qinfo-MSG
+       in queue folder correctly).
+
+2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-dop.el (elmo-dop-flush-pending-append-operations): Check
+       return value of elmo-append-msg.
+
+2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-address-quote-specials): New function;
+       Renamed from `wl-address-quote-specials'.
+
+2001-09-13  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-default-nntp-stream-type'.
+
+2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
+
+       * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
+       space delimiter for uidl response.
+
+2001-07-28  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-nntp.el (elmo-network-initialize-session): Call
+       `elmo-nntp-send-mode-reader'.
+       (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
+
+2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
+       unknown archive type is specified.
+
+2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (toplevel): Require 'mcharset and 'pces.
+       (Pointed out by Makoto Fujiwara <makoto@ki.nu>)
+
+2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo2.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
+       of elmo-condition-find-key.
+
+       * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
+       (elmo-condition-in-msgdb-p): Ditto.
+       (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
+       argument.
+
+2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
+       label for elmo-display-progress.
+
+2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.6.0 is released.
+
+2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
+       (elmo-network-setup-session): Ditto.
+       (elmo-message-fetch-plugged): Ditto.
+       (elmo-pop3-send-command): Don't call elmo-pop3-lock.
+       (elmo-network-initialize-session): Ditto.
+       (elmo-pop3-read-response): Abolish 3rd argument.
+       (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
+       (elmo-pop3-read-contents): Ditto.
+       (elmo-pop3-read-body): Ditto.
+       (elmo-pop3-max-of-folder): Call elmo-pop3-commit.
+       (elmo-pop3-lock): Abolish.
+       (elmo-pop3-unlock): Ditto.
+       (elmo-pop3-locked-p): Ditto.
+       (elmo-folder-check): Don't call elmo-pop3-locked-p.
+
+2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.6.0.
+
+       * elmo-pop3.el (elmo-pop3-debug): New variable.
+       (elmo-pop3-debug-inhibit-logging): Ditto.
+       (elmo-pop3-debug): New function.
+       (elmo-pop3-send-command): Call elmo-pop3-debug.
+       (elmo-pop3-read-response): Added keep-lock optional argument;
+       Don't unlock if keep-lock is non-nil.
+       (elmo-pop3-process-filter): Call elmo-pop3-debug.
+       (elmo-network-authenticate-session): Bind
+       elmo-pop3-debug-inhibit-logging as t.
+       (elmo-network-setup-session): Call elmo-pop3-read-response with
+       keep-lock argument.
+       (elmo-pop3-read-msg): Ditto.
+       (elmo-pop3-locked-p): Call elmo-pop3-debug.
+       (elmo-pop3-read-body): Call elmo-pop3-unlock.
+       (elmo-network-initialize-session): Call elmo-pop3-lock.
+
+2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
+       (elmo-pop3-send-command): Call elmo-pop3-lock.
+       (elmo-pop3-read-response): Call elmo-pop3-unlock.
+       (elmo-pop3-read-contents): Ditto.
+       (elmo-pop3-lock): New function.
+       (elmo-pop3-unlock): Ditto.
+       (elmo-pop3-locked-p): Ditto.
+       (elmo-pop3-commit): Don't delete process if elmo-pop3-locked-p
+       returns t.
+
+2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-file-field-primitive-condition-match):
+       New inline function (Don't fetch file content if "first" or "last").
+       (elmo-file-field-condition-match): Use
+       elmo-file-field-primitive-condition-match.
+
+       * elmo-localdir.el (elmo-localdir-field-primitive-condition-match):
+       New inline function.
+       (elmo-localdir-field-condition-match):
+       Use elmo-localdir-field-primitive-condition-match.
+       (elmo-localdir-search): Speed up simple "last" and "first".
+
+       * elmo2.el (elmo-move-msgs): Bind
+       elmo-inhibit-display-retrieval-progress as t while moving messages.
+
+       * elmo-vars.el (elmo-display-retrieval-progress-threshold):
+       New variable.
+       (elmo-inhibit-display-retrieval-progress): Ditto.
+
+       * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
+       for retrieval progress;
+       Don't display progress when total buffer size is smaller than
+       elmo-display-retrieval-progress-threshold.
+       (elmo-pop3-read-msg): Don't display progress when
+       elmo-inhibit-display-retrieval-progress is non-nil;
+       Remove progress bar after retrieval.
+
+       * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
+       for retrieval progress;
+       Don't display progress when literal size is smaller than
+       elmo-display-retrieval-progress-threshold.
+       (elmo-imap4-read-msg): Don't display progress when
+       elmo-inhibit-display-retrieval-progress is non-nil;
+       Remove progress bar after retrieval.
+       * elmo-imap4.el (elmo-imap4-read-part): Ditto.
+
+2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
+       (elmo-imap4-find-next-line): Display progress while literal fetching.
+       (elmo-imap4-read-msg): Likewise.
+       (elmo-imap4-read-part): Ditto.
+
+2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
+       (elmo-pop3-total-size): New variable.
+       (elmo-pop3-read-msg): Bind elmo-pop3-total-size while fetching.
+
+2001-03-27  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
+       hierarchy is t.
+
+2001-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-version.el (elmo-appname): Fixed typo.
+
+2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
+       elmo-default-imap4-authenticate-type is nil
+       (Reported by Bun Mizuhara <mizuhara@acm.org>).
+
+       * elmo-vars.el (elmo-pop3-use-uidl): Moved from `elmo-pop3.el'.
+       (Adviced by Akihiro MOTOKI <mokkun@iname.com>)
+
+2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.5.8.
+
+       * elmo2.el (elmo-msgdb-list-messages-mark-match): New function.
+
+       * elmo-util.el (elmo-list-insert): New function.
+
+2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * elmo-util.el (elmo-display-progress): Prefer
+       `progress-feedback-with-label' to `lprogress-display'.
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-imap4.el (elmo-network-authenticate-session): Fix.
+       * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
+
+2000-02-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
+       * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
+       * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
+       * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
+       * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
+       * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
+       * elmo-archive.el (elmo-archive-list-folder): Ditto.
+       * elmo-filter.el (elmo-filter-list-folder): Ditto.
+       * elmo-internal.el (elmo-internal-list-folder): Ditto.
+       * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
+       * elmo-multi.el (elmo-multi-list-folder): Ditto.
+       * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
+       * elmo-dop.el (elmo-dop-list-folder): Ditto.
+
+2000-02-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
+       * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
+
+2000-02-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
+
+2001-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-msgdb.el (elmo-msgdb-rename-path): Fix.
+
+       * elmo-imap4.el (elmo-imap4-rename-folder): Send select command
+       before rename command.
+
+2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo2.el (elmo-buffer-cache-message): Added argument `unread'.
+
+2001-02-13  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb'
+       argument of `elmo-imap4-read-msg' as nil.
+
 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo2.el (elmo-prefetch-msg): Set `unread' argument of