* wl.el (wl): Call `elmo-init' and `wl-folder-init' unless wl-init is non-nil.
[elisp/wanderlust.git] / wl / ChangeLog
index bf35862..228273c 100644 (file)
@@ -1,3 +1,221 @@
+2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
+       wl-init is non-nil.
+
+       * wl-draft.el (wl-draft): Ditto.
+
+       * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
+
+       * wl-acap.el (toplevel): Require 'wl.
+       (wl-acap-store): Call `elmo-init'.
+
+       * wl.el (wl): Changed position of `wl-check-environment'.
+       (toplevel): Added autoload setting for wl-acap.
+
+       * wl-vars.el (wl-setting): New custom group.
+       (wl-from): Added wl-setting group.
+       (wl-user-mail-address-list): Ditto.
+       (wl-organization): Ditto.
+       (wl-subscribed-mailing-list): Ditto.
+       (wl-envelope-from): Ditto.
+       (wl-smtp-posting-user): Ditto.
+       (wl-smtp-posting-server): Ditto.
+       (wl-smtp-posting-port): Ditto.
+       (wl-smtp-authenticate-type): Ditto.
+       (wl-pop-before-smtp-user): Ditto.
+       (wl-pop-before-smtp-server): Ditto.
+       (wl-pop-before-smtp-port): Ditto.
+       (wl-pop-before-smtp-authenticate-type): Ditto.
+       (wl-nntp-posting-server): Ditto.
+       (wl-nntp-posting-user): Ditto.
+       (wl-nntp-posting-port): Ditto.
+       (wl-fetch-confirm-threshold): Ditto.
+       (wl-prefetch-threshold): Ditto.
+       (wl-thread-insert-opened): Ditto.
+       (wl-ldap-server): Ditto.
+       (wl-ldap-port): Ditto.
+       (wl-ldap-base): Ditto.
+       (wl-ldap-objectclass): Ditto.
+       (wl-use-ldap): Ditto.
+       (wl-draft-config-alist): Ditto.
+       (wl-draft-config-matchone): Ditto.
+       (wl-template-alist): Ditto.
+       (wl-message-sort-field-list): Ditto.
+       (wl-message-ignored-field-list): Ditto.
+       (wl-message-visible-field-list): Ditto.
+       (wl-interactive-send): Ditto.
+       (wl-summary-move-order): Ditto.
+       (wl-auto-select-first): Ditto.
+       (wl-auto-select-next): Ditto.
+       (wl-interactive-save-folders): Ditto.
+
+       * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
+       Initialization codes are moved from wl-local-folder-init.
+       (wl-local-folder-init): Follow the change above.
+       (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
+
+       * wl-acap.el: New file.
+
+       * Version number is increased to 2.7.3.
+
+2001-08-21  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
+
+2001-08-21  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
+       (wl-addrmgr-address-entry-list): Ditto.
+
+2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-e21.el (wl-draft-mode-map): Removed binding for
+       `wl-draft-insert-x-face-field'.
+
+       * wl-mule.el (wl-draft-mode-map): Ditto.
+
+       * wl-xmas.el (wl-draft-mode-map): Ditto.
+
+       * wl-vars.el (wl-cs-noconv): Ignore nemacs.
+       (wl-cs-autoconv): Ditto.
+       (wl-cs-local): Ditto.
+       (wl-use-scoring): Ditto.
+       (wl-mime-charset): Ditto.
+       (wl-folder-check-async): Ditto.
+
+       * wl.el (toplevel): Ignore nemacs and tm.
+       (wl-exit): Ditto.
+
+       * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
+       (wl-summary-mode-map): Added binding for `wl-addrmgr'.
+       (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
+       instead of wl-address-petname-add-or-change.
+       (wl-summary-edit-addresses-subr): Use wl-address-delete
+       instead of wl-address-petname-delete.
+
+       * wl-util.el (wl-as-coding-system): Ignore nemacs.
+
+       * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
+       if error occured.
+
+       * wl-message.el (require): Remove tm support.
+
+       * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
+
+       * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
+       (wl-folder-jump-to-current-entity): Ditto.
+       (wl-folder-mode-map): Added binding for `wl-addrmgr'.
+
+       * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
+       `wl-draft-insert-x-face-field' to `wl-addrmgr'.
+       Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
+
+       * wl-mule.el (wl-draft-key-setup): Ditto.
+
+       * wl-xmas.el (wl-draft-key-setup): Ditto.
+
+       * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
+       (wl-draft-std11-parse-addresses): New function.
+       (wl-draft-parse-mailbox-list): Use it.
+       (wl-draft): Ignore nemacs.
+       (wl-draft-reedit): Ditto.
+
+       * wl-addrmgr.el: New file.
+       (Original is wl-rcpt.el written by
+       "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
+       Thanks Kitamoto-san.)
+
+       * wl-address.el (wl-address-make-address-list): Modified parsing
+       process.
+       (wl-address-delete): Renamed from `wl-address-petname-delete';
+       Modify wl-address-list too.
+       (wl-address-add-or-change): Renamed from
+       `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
+
+2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
+
+       * wl-highlight.el (wl-highlight-summary-current-line):
+         Work with transient-mark-mode
+
+2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.7.2.
+
+       * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
+       instead of elmo-dop-queue-method.
+
+2001-08-06  SAITO Atsunori <sai@yedo.com>
+
+       * wl-vars.el (wl-ldap-objectclass): New user option.
+
+       * wl-address.el (wl-ldap-make-filter): Use it.
+
+2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
+
+2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder): redisplay after folder insertion.
+
+       * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
+
+       * wl-summary.el (wl-summary-sync-update):
+       Change status mark only when new-msgdb exists.
+       (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
+
+2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-open-folder): New function.
+       (wl-summary-goto-folder-subr): Use it.
+       (wl-summary-mark-as-important): Fix;
+       Encache only when no cache exists.
+
+2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
+       Use with-current-buffer.
+
+2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
+       before call `get-buffer'. Fixed parenthesis.
+       (wl-score-get-header-entry): Clear message and help window when
+       keyboard quit.
+       (wl-score-edit-insert-header): Ditto. 
+
+2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-message-mail-p): Test resent-to: field.
+       (Fix by Peter Møller Neergaard <turtle@bu.edu>)
+       (wl-default-draft-cite): Fix.
+
+       * wl-score.el (wl-score-insert-help): Fixed parenthesis.
+       (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
+
+2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-message.el (wl-message-prev-page): Do same bahavior
+       as summary when it is called in the message buffer.
+       (wl-message-next-page): Ditto.
+
+2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-forward): Use cache if it is not
+       section cache.
+
+2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el: Changed file coding system to ISO-2022-JP.
+       Removed redundant require of elmo-vars.
+       (wl-biff-state-indicator-on): Changed default value for
+       xemacs with non-mule environment.
+
+       * wl-summary.el (wl-summary-exec-subr): Fixed problem when
+       wl-message-buffer is nil;
+       Hide progress bar after moving messages.
+
 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when