Fixed last change.
[elisp/wanderlust.git] / elmo / ChangeLog
index 6e329de..aaaea80 100644 (file)
@@ -1,5 +1,89 @@
+2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
+       (elmo-archive-folder-path): Define.
+       (elmo-folder-initialize): Setup `dir-name' slot.
+       (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
+       Use `dir-name' as prefix of each subfolders.
+       (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
+
+2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
+       (elmo-pipe-folder-list-target-messages): New internal function.
+       (elmo-pipe-drain): Use new argument `ignore-list' instead of
+       `killed-list'.
+       (elmo-pipe-folder-copied-list-load): New function.
+       (elmo-pipe-folder-copied-list-save): Ditto.
+       (elmo-folder-open-internal): Follow the change above.
+       (elmo-folder-status): Fixed for copy.
+
+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).