* wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
[elisp/wanderlust.git] / elmo / ChangeLog
index 1cf7587..e745911 100644 (file)
@@ -1,3 +1,474 @@
+2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
+       return normal pop3 session or pop3 biff session.
+
+2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-maildir-update-current): Don't append
+       info part to the cur files when the new files already have it.
+       (Adviced by Jared Rhine <jared@wordzoo.com>)
+
+2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-split.el (elmo-split-default-action): New variable.
+       (elmo-split-subr): Use it if all other conditions are passed.
+       Extend `fname' and rename it as `action'. (implemented
+       Teranishi-san's idea in [wl:10800])
+
+2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
+       * elmo-util.el: Ditto.
+
+2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.11.0.
+
+2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
+
+2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
+       set spool-length to 0.
+
+2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
+       (elmo-dop-queue-flush): Fixed last change.
+
+2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el: Add autoload setting for elmo-nntp-post, fix against
+       the problem reported by Sean Rima [wl-en:180].
+
+2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
+       status number.
+
+2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
+       Remove redundunt connectivity check.
+
+2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
+       as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
+
+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.
+       (elmo-msgdb-set-mark): Ditto.
+
+       * elmo-version.el (elmo-version): Up to 2.9.11.
+
+2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-delete-match-files): New function.
+
+       * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
+       instead of elmo-delete-directory.
+
+       * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
+       elmo-hash-minimun-size as 63.
+
+       * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
+       elmo-diff-unread is nil.
+
+       * elmo-imap4.el (elmo-folder-open): Fix.
+
+       * elmo.el (elmo-message-mark): Rewrite.
+       (elmo-message-field): Ditto.
+       (elmo-message-set-mark): Ditto.
+       (elmo-folder-replace-marks): New function.
+       (elmo-generic-folder-append-msgdb): Removed third argument for
+       elmo-msgdb-append.
+       (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
+       (elmo-msgdb-load): New implementation.
+
+       * elmo-vars.el (elmo-use-overview-hashtb): Removed.
+
+       * elmo-util.el (elmo-list-insert): New implementation.
+
+       * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
+       argument for elmo-msgdb-append.
+       
+
+       * elmo-msgdb.el (elmo-load-msgdb): New function.
+       (elmo-make-msgdb): Ditto.
+       (elmo-msgdb-get-index): New inline function.
+       (elmo-msgdb-set-index): Ditto.
+       (elmo-msgdb-get-entity-hashtb): Ditto.
+       (elmo-msgdb-get-mark-hashtb): Ditto.
+       (elmo-msgdb-get-mark): Ditto.
+       (elmo-msgdb-set-mark): Ditto.
+       (elmo-msgdb-count-marks): Ditto.
+       (elmo-msgdb-get-number): Ditto.
+       (elmo-msgdb-get-field): Ditto.
+       (elmo-msgdb-seen-list): Ditto.
+       (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
+       (elmo-msgdb-delete-msgs): Follow the changes above.
+       (elmo-msgdb-overview-get-entity): Ditto.
+       (elmo-msgdb-add-msgs-to-seen-list): Ditto.
+       (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
+       and rewritten.
+       (elmo-msgdb-make-index): Likewise.
+       (elmo-msgdb-append): Removed third argument.
+       (elmo-msgdb-clear): Clear index as nil.
+       (elmo-folder-set-info-hashtb): Removed.
+       (elmo-folder-set-info-max-by-numdb): Ditto.
+       (elmo-folder-info-make-hashtb): Ditto.
+
+       * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
+
+       * elmo-map.el (elmo-folder-pack-number): Ditto.
+
+2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.9.10.
+
+       * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
+
+       * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
+
+2002-04-26  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-utils.el (elmo-make-directory): Add option.
+       Default file mode is 700.
+
+2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-shimbun.el (elmo-folder-local-p): Defined.
+
+2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
+       mime-charset.
+
+       * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
+       and "smaller".
+
+2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
+       (elmo-shimbun-folder-entity-hash): New function.
+       (elmo-shimbun-folder-shimbun-header): Ditto.
+       (elmo-shimbun-entity-to-header): Ditto.
+       (elmo-shimbun-msgdb-to-headers): Removed.
+       (elmo-shimbun-folder-setup): Ditto.
+       (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
+       for hash key.
+       (elmo-shimbun-get-headers): Set new headers only to slot. Don't
+       call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
+       Removed useless local bind.
+       (elmo-folder-open-internal): Don't call
+       `elmo-shimbun-folder-setup'.
+       (elmo-folder-close-internal): Clear entity-hash slot.
+       (elmo-folder-clear): Ditto.
+       (elmo-shimbun-msgdb-create-entity): Use
+       `elmo-shimbun-folder-shimbun-header'.
+       (elmo-map-message-fetch): Ditto.
+       (elmo-shimbun-update-overview): Use overview entity instead of
+       shimbun header to lookup id by references.
+       (elmo-map-folder-list-message-locations): Use not only headers but
+       also overviews to list locations.
+
+2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
+       msgdb path.
+
+       * elmo-pop3.el (elmo-folder-exists-p): Ditto.
+
+2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-util.el (elmo-read-search-condition-internal): Give default
+       value for date.
+
+2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
+
+       * elmo-util.el (elmo-condition-parse-search-value): Accept
+       YYYY-MM-DD format to search.
+       * elmo-date.el (elmo-date-get-datevec): Likewise.
+
+2002-04-04  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
+       debugging code.
+
+2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-folder-creatable-p): Changed default value to nil
+       from t.
+
+       * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
+
+       * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
+       case from `elmo-folder-exists-p'.
+       (elmo-folder-exists-p): Removed.
+       (elmo-folder-creatable-p) Ditto.
+
+       * elmo-net.el (elmo-folder-create): Defined.
+       (elmo-folder-create-unplugged): New function.
+       (elmo-folder-exists-p): Changed default value to nil from t.
+
+       * elmo-imap4.el (elmo-folder-creatable-p): Defined.
+       (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
+
+       * elmo-dop.el (elmo-folder-create-dop): Renamed from
+       `elmo-create-folder-dop' and append queue
+       'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
+       (elmo-folder-create-dop-delayed): New function.
+
+       * elmo-cache.el (elmo-folder-creatable-p): Ditto.
+
+       * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
+
+       * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
+       (elmo-folder-writable-p) : Ditto.
+
+       * elmo-version.el (elmo-version): Up to 2.9.9.
+
+2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
+       `elmo-message-use-cache-p' returns nil.
+       * elmo-mime.el (elmo-mime-display-as-is): Ditto.
+       (ignore cache file and refer the substance in local folders)
+
+2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.9.8.
+
+2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.9.7.
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
+
+2002-02-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
+
+2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
+       from --early.
+       (elmo-map-folder-list-message-locations): Reverse location list.
+
+2002-02-01  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
+
+2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
+       as a key.
+       (elmo-nntp-folder-list-subfolders): Follow the change above.
+
+2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
+       name if authentication type is specified.
+
+2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
+       variable.
+       (elmo-default-nntp-stream-type): Ditto.
+       (elmo-default-pop3-stream-type): Ditto.
+
+2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
+
+2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-localnews.el (elmo-localnews-folder-path): Moved from
+       elmo-vars.el.
+       * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
+
+       * elmo-vars.el (elmo-localnews-folder-path): Removed.
+       (elmo-maildir-folder-path): Ditto.
+       (elmo-maildir-list): Ditto (abolished).
+
+2002-01-23  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-version.el (elmo-version): Up to 2.9.6.
+
+2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
+       (elmo-maildir-folder-path): Ditto.
+       (elmo-msgdb-directory): Ditto.
+       (elmo-passwd-life-time): Ditto.
+       (elmo-msgdb-extra-fields): Ditto.
+       (elmo-enable-disconnected-operation): Ditto.
+
+2002-01-22  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
+       other choices.
+       (elmo-pop3-default-authenticate-type): Ditto.
+
+2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
+       choices for custom.
+       (elmo-pop3-default-authenticate-type): Ditto.
+
+2002-01-22  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-imap4.el (elmo-folder-rename-internal): Change current
+       mailbox to new-folder.
+
+2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
+       less than new, set new as unread.
+
+       * elmo-util.el (elmo-string): Don't put text-property if nil.
+
+2002-01-21  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
+       * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
+
 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
 
        * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH