* pldap.el (ldap-default-host): Fixed docstring.
[elisp/wanderlust.git] / elmo / ChangeLog
index c97ba6c..8ec9d55 100644 (file)
@@ -1,3 +1,134 @@
+2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * pldap.el (ldap-decode-string): Return string as-is if
+       `ldap-coding-system' is nil.
+       (ldap-encode-string): Ditto.
+       (ldap-search-entries): Encode filter string with `ldap-encode-string'.
+       (ldap-default-host): Fixed docstring.
+
+2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-warning): Define as a macro which uses
+       `display-warning' if it is defined as a function.
+
+       * elmo-split.el (elmo-split-fetch-decoded-field): New function.
+       (elmo-split-equal): Use it.
+       (elmo-split-match): Ditto.
+       (elmo-split-message-entity): New buffer-local variable.
+       (elmo-split-subr): Set it.
+
+       * elmo-version.el (elmo-version): Up to 2.9.15.
+
+2002-08-18  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-imap4.el (elmo-network-initialize-session):
+       Check capability after starttls.
+
+2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-list-delete): Added optional argument
+       DELETE-FUNCTION.
+
+       * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
+
+       * elmo-util.el (elmo-warning): Ignore errors while recenter.
+
+       * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
+
+       * elmo-imap4.el (elmo-folder-initialize): Don't use
+       elmo-imap4-default-mailbox.
+
+2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-split.el (toplevel): Use `product-provide'.
+       (elmo-split): Checkdoc.
+
+2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
+
+       * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
+       Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
+       the function `elmo-imap4-debug-1'.
+
+2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-split.el (elmo-split): Moved to run hooks and to show
+       message from elmo-split-subr.
+       (elmo-split-subr): Follow the change above.
+
+       * elmo-split.el (elmo-split-subr): New function (renamed from
+       elmo-split-subr).
+       (elmo-split): Changed to call elmo-split-subr by element of
+       elmo-split-folder.
+       (elmo-split-folder): Changed customization type to choice.
+
+2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-split.el (elmo-split-and): Fixed condition.
+
+2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-split.el: New file.
+       (elmo-split): Fixed logic.
+       Display "Test:" instead of "Folder:" when reharsal.
+
+       * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
+       explicitly.
+
+       * elmo-version.el (elmo-version): Up to 2.9.14.
+
+       * elmo-util.el (elmo-expand-newtext): New function (renamed from
+       wl-expand-newtext).
+
+2002-06-10  Kenichi Sato <ksato@sonycom.com>
+
+       * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
+       message with no message-id field.
+
+2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.9.13.
+
+       * elmo-dop.el (elmo-folder-status-dop): Fix.
+
+2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
+
+       * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
+       changing default value of default-mime-charset.
+       (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
+
+       * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
+
+       * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
+       (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
+       instead of elmo-dop-queue-method-name-alist to check merging queue.
+       (elmo-folder-delete-messages-dop): Delete from queue if negative
+       message number.
+       (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
+       file is already removed.
+
+2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * elmo-vars.el: Bind colon keywords for old Emacsen.
+
+2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
+       against non-exsisting charset.
+
+2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-mime-string): Eliminate needless binding;
+       Use eword-decode-and-unfold-unstructured-field-body.
+
+       * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
+       (elmo-msgdb-create-overview-from-buffer): Use document charset if
+       exists to decode raw subject string.
+       (toplevel): Require 'mime.
+
+       * elmo-version.el (elmo-version): Up to 2.9.12.
+
 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.