Update.
[elisp/wanderlust.git] / elmo / ChangeLog
index 30ec1cc..ad26b11 100644 (file)
@@ -1,3 +1,84 @@
+2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
+       of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
+
+2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
+       `no-error'.
+       Added docstring.
+       Return non-nil if selecting folder succeeded.
+       (elmo-imap4-folder-exists-p): Call with argument 'no-error.
+
+2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
+       `file-name-completion' returns t.
+       (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
+       (elmo-maildir-set-mark): Put `info' part to the files in the cur
+       directory if it does not exist.
+       (elmo-maildir-update-current): Use `while' instead of `mapcar'
+       for iteration.
+
+2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
+       enclosure (It's harmful in unplugged status).
+
+       * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
+
+       * mmelmo-1.el: Removed.
+
+       * mmelmo-2.el: Ditto.
+
+       * mmelmo-imap4-1.el: Ditto.
+
+       * mmelmo-imap4-2.el: Ditto.
+
+       * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
+
+       * mmelmo.el: Merged mmelmo-2.el.
+
+       * elmo-version.el (elmo-version): Up to 2.3.92.
+
+2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
+       elmo-update-number): Remove last period in "...done." message.
+       * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
+       Ditto.
+       * elmo-cache.el (elmo-cache-expire-by-size,
+       elmo-cache-get-sorted-cache-file-list,
+       elmo-cache-msgdb-create-as-numlist): Ditto.
+       * elmo-dop.el (elmo-dop-save-pending-messages,
+       (elmo-dop-flush-pending-append-operations): Ditto.
+       * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
+       * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
+       * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
+       (elmo-localdir-pack-number): Ditto.
+       * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
+       * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
+       * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
+       mime-write-entity-content): Ditto.
+       * pldap.el (ldap-search-basic): Ditto.
+
+2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.3.91.
+
+       * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
+       Only when filter is 'last'.
+
+       * elmo-util.el (elmo-condition-atom-regexp): New constant.
+       (elmo-condition-parse-search-value): Use it.
+       (elmo-read-search-condition-internal): Quote value only when
+       it is not an atom.
+
+2000-10-18  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo2.el (elmo-generic-folder-diff): Fix.
+
 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
 
        * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.