* wl.el (wl-check-environment): If `wl-from' is nil, use default value.
[elisp/wanderlust.git] / wl / ChangeLog
index 60c30d0..f9703e2 100644 (file)
@@ -1,3 +1,208 @@
+2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
+
+       * wl-vars.el (wl-from): Set default value as nil.
+       (wl-organization): Sed default value as ORGANIZATION environment
+       variable.
+
+       * wl-draft.el (wl-smtp-extension-bind): Check value of
+       wl-smtp-connection-type.
+
+       * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
+       error.
+
+2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.7.4.
+
+       * wl-highlight.el (wl-highlight-headers): Remove BEG and END
+       arguments from `wl-highlight-x-face-function' caller.
+       Use x-face-1.3.6.12 or later.
+
+2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
+
+       * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
+
+2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-width): Fix type to accept nil.
+       (wl-fcc): Fix to accept function.
+       (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
+
+2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-acap.el (toplevel): Added `product-provide' declare.
+       * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
+
+2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl): Changed order of calling `elmo-init'
+       and `elmo-folder-init'.
+
+2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-summary-burst): Extract message when content-type
+       of root entity is not only `multipart' but also `message/rfc822'.
+       (wl-summary-burst-subr): Ditto.
+
+2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (toplevel): Require 'custom.
+       (wl-trash-folder): Added to `wl-setting' group.
+
+       * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
+       exists.
+       (wl-addrmgr-draw): Insert empty line when no entry exists.
+
+       * wl-mule.el (wl-message-wheel-up): Fixed.
+       (wl-message-wheel-down): Ditto.
+
+2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
+       config is an anonymous lambda expression.
+
+2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
+       when Mule 2 is running.
+
+2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
+
+2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
+       spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
+
+       * wl-address.el (wl-address-specials-regexp): Eliminated.
+       (wl-address-quote-specials): Rewrite.
+
+2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
+       shy-groups for regexp.
+
+       * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
+       character classes and Perl style shy-groups for regexp.
+       (wl-highlight-plugged-current-line): Use Posix style character
+       classes for regexp.
+       (wl-e21-highlight-folder-by-numbers): Ditto.
+       (wl-e21-display-image-p): Use `display-images-p' instead of
+       `display-graphic-p'.
+       (display-images-p): Make an alias to `display-graphic-p' if it is
+       not available.  It is for Emacs version prior to 21.0.105.
+
+       * wl-demo.el (wl-demo): Use `display-images-p' instead of
+       `display-graphic-p'.
+       (wl-demo-image-type-alist): Ditto.
+       (display-images-p): Make an alias to `display-graphic-p' if it is
+       not available.  It is for Emacs version prior to 21.0.105.
+
+2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-generate-user-agent-string-1): Remove tm
+       support.
+       (wl-generate-user-agent-string): Ditto.
+
+       * wl-version.el (wl-version): Update docsting.
+       (wl-version-status): Ditto.
+
+2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
+       21.0.105.  For Emacs 21.0.104 or earlier.
+
+2001-09-03  Takuo KITAME <kitame@northeye.org>
+
+       * wl-e21.el (wl-plugged-init-icons): Use
+       `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
+       (wl-biff-init-icons): Ditto.
+
+2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-summary-current-line):
+       Fixed highlighting refile/copy destination.
+
+       * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
+       (wl-acap-store): Encode string by wl-acap-coding-system.
+
+2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-acap.el (toplevel): Check and require 'un-define before
+       'xemacs-ucs;
+        Added checking for UTF-2000.
+
+2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-acap.el (toplevel): Require 'un-define before 'wl;
+       Don't enclose with `eval-and-compile'.
+
+       * 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.