* wl-summary.el (wl-summary-save-view): Removed unused argument.
[elisp/wanderlust.git] / elmo / ChangeLog
index 4f14f74..4afca3b 100644 (file)
@@ -1,3 +1,179 @@
+2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-shimbun.el (elmo-folder-creatable-p): Define.
+
+2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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  <kaoru@kaisei.org>
+
+       * elmo-version.el (product-version-as-string): Remove define.
+
+2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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  <kaoru@kaisei.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
+       defcustom; Set default value as t.
+
+2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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 <mito@mxa.nes.nec.co.jp>)
+
+       * 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  <kaoru@kaisei.org>
+
+       * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
+       (RECENT UNSEEN MESSAGES) extension.
+
+2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
+
+       * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
+       Check number of overview fields.
+
+2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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 <nishimoto@gaju.org>)
+
+2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <tats@iris.ne.jp>
+
+       * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
+       space delimiter for list response.
+
+2001-12-02  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
+
+2001-12-02  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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  <okada@opaopa.org>
+
+       * elmo-sendlog.el: New file.
+       * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
+
+2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <okada@opaopa.org>
+
+       * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
+
+2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-copy-file): Added argument
+       `ok-if-already-exists'.
+       (elmo-copy-file): Fixed typo.
+
+2001-11-21  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
+
+2001-11-21  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
+
+2001-11-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-pipe.el (elmo-pipe-drain): Append copied messages
+       to killed-list.
+
 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
 
        * elmo-pipe.el (elmo-pipe-folder): Add `copy'.