* wl-draft.el (wl-draft-edit-string): Fetch From: field value and
[elisp/wanderlust.git] / wl / ChangeLog
index 36ef745..cabd3ee 100644 (file)
@@ -1,3 +1,841 @@
+2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
+       Call wl-draft with `from' argument if its address is included in
+       `wl-user-mail-address-list'.
+       (wl-draft): Added `from' argument.
+
+       * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
+       non-nil.
+
+       * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
+       wl-summary-use-frame.
+
+       * wl-vars.el (wl-summary-use-frame): New user option.
+       (wl-folder-use-frame): Changed docstring.
+
+       * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
+       non-nil.
+       (wl-folder-select-buffer): Renamed wl-folder-use-frame to
+       wl-summary-use-frame.
+
+       * wl-vars.el (wl-folder-use-frame): New user option.
+
+       * wl-summary.el (wl-summary-exit): Back to folder frame if
+       wl-folder-use-frame is non-nil.
+       (wl-summary-redisplay-internal): Ignore cache
+       if current folder is draft folder.
+       (wl-summary-redisplay-no-mime): Ditto.
+       (wl-summary-redisplay-all-header): Ditto.
+
+       * wl-folder.el (wl-folder-select-buffer): Switch to other frame
+       if wl-folder-use-frame is non-nil.
+
+2001-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
+       Fixed probrem when hostname/port/auth included folder name makes
+       misguess.
+
+2001-05-23  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
+       instead of `wl-summary-write-current-newsgroup'.
+
+2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
+
+       * wl-summary.el (wl-summary-auto-select-msg-p): New function.
+       (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
+       non-nil and selected message is important, do not display.
+
+2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-summary.el (wl-summary-write-current-folder): Set cursor
+       position on Subject: field.
+       (Advised by Mito <mit@nines.nec.co.jp>)
+
+2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
+       call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
+
+2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-biff-unnotify-hook): New variable.
+
+       * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
+       biff notification is removed.
+
+2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-write-current-folder): Support petname.
+
+2001-03-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-message.el (wl-normal-message-redisplay):
+       Set `wl-message-cache-used'.
+
+2001-03-13  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-mode): Use `make-local-hook' instead
+       of `make-local-variable' for setting up `window-scroll-functions'.
+
+2001-03-12  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-highlight.el (wl-highlight-summary): Use `save-match-data'.
+
+2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-move-spec-plugged-alist,
+       wl-summary-move-spec-unplugged-alist): Define without backquote.
+
+2000-03-11  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
+
+2001-03-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
+       score file.  Use `target' instead.
+
+2001-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
+       Fixed probrem guess by top level folder.
+
+       * wl-draft.el (wl-draft-random-alphabet): Removed.
+       (wl-draft-confirm): Don't use conditonal statement
+       in `format' argument; Use gettext style.
+       (wl-draft-insert-x-face-field): Refactoring; Use guard statement
+       for error case.
+
+2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
+       the default value.
+
+2001-03-03  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that
+       last unread message is skipped.
+
+2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-next-message):
+       Return next message number when wl-summary-move-order is nil.
+
+2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
+
+       * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
+       `wl-summary-move-spec-alist'.
+       (wl-summary-move-spec-unplugged-alist): New variable
+       (Move spec for unplugged status).
+       (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
+       if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
+
+2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
+       * wl-mule.el (wl-draft-overload-menubar): Ditto.
+
+2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-mime.el (wl-draft-preview-message): Use `function' instead of
+       simple quotation to quote the anonymous function.
+       * tm-wl.el (wl-draft-preview-message): Ditto.
+
+2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
+
+       * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
+       the number of mails in the folder buffer is not updated by wl-biff.
+
+2000-02-26  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
+       * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
+
+2001-02-25  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
+
+       * wl-folder.el (wl-folder-sync-entity): Fixed change value of
+       `wl-message-buf-name' and `wl-summary-buffer-name'.
+       (wl-folder-mark-as-read-all-entity) : Ditto.
+       (wl-folder-prefetch-entity): Ditto.
+       (wl-folder-drop-unsync-entity): Ditto.
+
+2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
+       Eliminate redundant `save-excursion'.
+       (wl-highlight-summary-current-line): Ditto.
+
+       * wl-highlight.el (wl-highlight-summary-current-line): Avoid
+       accessing match data when `looking-at' failed.
+
+       * wl-draft.el (wl-draft-delete): Use `match-string' instead of
+       `elmo-match-string' where users don't care about the speed.
+       (wl-draft-save): Ditto.
+
+2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-regexp-opt): New function.
+
+       * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
+       number from `wl-summary-buffer-number-list'.
+       (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
+       Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
+       (wl-summary-move-spec-alist): Changed default setting.
+
+2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-biff-notify-hook): New hook.
+       * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
+       the arrival of new mail.
+       (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
+       and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
+
+2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
+
+2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-default-get-next-msg): Fix.
+
+       * Version number is increased to 2.5.8.
+
+       * wl-thread.el (toplevel): require 'cl.
+       (wl-thread-resume-entity): Call wl-thread-make-number-list.
+       (wl-thread-make-number-list): New function.
+       (wl-thread-entity-make-number-list-from-children): Ditt.
+       (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
+       (wl-thread-entity-insert-as-children): Likewise.
+       (wl-thread-delete-message): Likewise.
+       (wl-meaning-of-mark): Eliminated.
+       (wl-thread-next-failure-mark-p): Ditto.
+       (wl-thread-entity-get-mark): Ditto.
+       (wl-thread-meaning-alist-get-result): Ditto.
+       (wl-thread-entity-check-prev-mark): Ditto.
+       (wl-thread-entity-check-next-mark): Ditto.
+       (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
+       (wl-thread-entity-get-prev-marked-entity): Ditto.
+       (wl-thread-get-prev-unread): Ditto.
+       (wl-thread-jump-to-prev-unread): Ditto.
+       (wl-thread-get-next-unread): Ditto.
+       (wl-thread-jump-to-next-unread): Ditto.
+       (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
+       (wl-thread-entity-get-next-marked-entity): Ditto.
+
+       * wl-summary.el (wl-summary-buffer-number-list):
+       New bufer-local variable.
+       (wl-summary-switch-to-clone-buffer): Clone
+       `wl-summary-buffer-number-list'.
+       (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
+       (wl-summary-cursor-move-regex): Eliminated.
+       (wl-summary-cursor-up): Rewrite.
+       (wl-summary-cursor-down): Ditto.
+       (wl-summary-mode-spec-alist): New variable.
+       (wl-summary-next-message): New inline function.
+       (wl-summary-cursor-move): New function.
+       (wl-summary-default-get-next-msg): Rewrite.
+       (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
+       (wl-summary-rescan): Ditto.
+       (wl-summary-sync-all-init): Ditto.
+       (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
+       summary is not thread view.
+       (wl-summary-sync-update3): Ditto.
+       (wl-summary-rescan): Ditto.
+       (wl-summary-make-number-list): New function.
+
+       * wl-draft.el: "FCC" -> "Fcc".
+
+2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-summary-window):
+       Call `set-buffer-modified-p'.
+
+       * wl-vars.el (wl-summary-lazy-highlight): New variable.
+
+       * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
+       when `wl-summary-lazy-highlight' is non-nil.
+       (wl-summary-goto-folder-subr): Highlight only when
+       `wl-summary-lazy-highlight' is non-nil.
+
+       * wl-highlight.el (wl-highlight-summary): Fixed docstring;
+       Don't display progress and highlight temp-mark when
+       `wl-summary-lazy-highlight' is non-nil.
+       (wl-highlight-summary-window): New function.
+       (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
+
+2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
+
+2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
+       `wl-use-toolbar' nor `display-graphic-p'.
+       (wl-e21-setup-message-toolbar): Ditto.
+       (wl-e21-setup-summary-toolbar): Ditto.
+       (wl-e21-setup-folder-toolbar): Ditto.
+
+       (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
+       (wl-plugged-init-icons): Ditto.
+
+       (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
+       `display-graphic-p'.
+       (wl-plugged-set-folder-icon): Ditto.
+       (wl-highlight-plugged-current-line): Ditto.
+       (wl-highlight-folder-current-line): Ditto.
+       (wl-e21-highlight-folder-group-line): Ditto.
+       (wl-e21-setup-toolbar): Ditto.
+       (wl-e21-display-image-p): New macro.
+
+       * wl-demo.el (wl-demo): Simplified.
+       (wl-demo-image-type-alist): Use `image-type-available-p' for
+       checking whether the image type `xbm' is available.
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync): Change `all-visible'
+       from `all-shown'
+       (wl-summary-input-range): Ditto.
+
+2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-highlight-folder-current-line): Call
+       `wl-folder-init-icons' when folder icons have not been initialized.
+
+       * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
+
+       * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
+       (wl-demo-image-type-alist): New macro.
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync): Added `all-shown'
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-input-range): Added `all-shown'
+
+2000-02-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
+
+2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
+       display does not support graphics.
+       (wl-plugged-init-icons): Ditto.
+       (wl-folder-init-icons): Ditto.
+
+       * wl-demo.el (wl-demo): Chech closely whether the display
+       supports graphics.
+
+2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-highlight.el (wl-highlight-summary-line-string): Use
+       `zerop' instead of `= 0'.
+       (wl-highlight-summary): Use `zerop' instead of `eq 0'.
+
+       * wl-template.el (wl-template-next): Use `=' instead of `eq'
+       for comparing numbers.
+       (wl-template-prev): Use `zerop' instead of `eq 0'.
+
+       * wl-draft.el (wl-draft-insert-current-message): Use
+       `with-current-buffer' instead of `save-excursion'.
+       Use `zerop' instead of `eq 0'.
+
+2001-02-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-draft-insert-ccs): New function.
+       (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
+       * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
+
+2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
+
+2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-cache-prefetch-message):
+       Call `elmo-buffer-cache-message' with `unread' argument.
+
+2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
+
+2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-draft-preview-message):
+       Run `wl-draft-send-hook' before collecting recipients information;
+       Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
+
+       * tm-wl.el (wl-draft-preview-message): Ditto.
+
+2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-draft-preview-message): Fixed problem that
+       wrong receipients are displayed when forwarded message.
+
+2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.7.
+
+2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-message.el (wl-message-next-page): Bind
+       `window-pixel-scroll-increment' to nil while scrolling up.
+
+2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-vars.el (wl-save-hook): New hook.
+       * wl.el (wl-save): Call `wl-save-hook'.
+
+2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
+       Argument WITH-ARG instead of NO-ARG (negative mean).
+       (wl-draft-reply): WITH-ARG instead of NO-ARG.
+       * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
+       * wl-message.el (wl-message-follow-current-entity): Likewise.
+
+2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
+       FROM was optional argument.
+       (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
+
+2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.5.6.
+
+2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-version-show): Removed.
+       (wl-version): Add `interactive'.
+
+2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
+
+       * wl-summary.el (wl-summary-get-petname-func): New variable.
+       (wl-summary-default-from): funcall `wl-summary-get-petname-func'
+       instead of `wl-address-get-petname-1'.
+       (wl-summary-simple-from): Ditto.
+
+       * wl-address.el (wl-address-get-petname-1): Define as function.
+
+2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
+       field in the original message.
+       (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
+
+2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
+
+       * wl-expire.el (wl-expire-hide):
+       Call `wl-expire-delete-reserve-marked-msgs-from-list'.
+
+2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
+       find decoder for To, Cc, and Subject.
+
+2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-cache-prefetch-next): Revert the logic
+       for checking `elmo-use-buffer-cache'.
+       (wl-summary-mark-as-important): Fixed typo in comment.
+
+2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
+       field in the original message.
+       (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
+
+2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
+
+       * wl-expire.el (wl-expire-hide):
+       Call `wl-expire-delete-reserve-marked-msgs-from-list'.
+
+2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
+       find decoder for To, Cc, and Subject.
+
+2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.5.
+
+       * wl-address.el (wl-address-specials-regexp): New constant.
+       (wl-address-quote-specials): Use it.
+
+2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-rescan):
+       Call `wl-summary-buffer-number-column-detect'.
+       (Advised by Akihiro MOTOKI <mokkun@iname.com>)
+
+       * wl-message.el (wl-message-mode-map): Define.
+       (wl-message-decode): Use it as local-map.
+
+2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-score.el (wl-score-guess-like-gnus): Abolished.
+       (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
+
+2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
+
+       * wl-mule.el (wl-read-event-char): Ditto.
+
+       * wl-e21.el (wl-read-event-char): Ditto.
+
+       * wl-nemacs.el (wl-read-event-char): Ditto.
+       (read-event): Removed.
+
+       * wl-util.el (toplevel): Removed dummy definition of
+       `read-event'.
+       (wl-read-event-char, wl-xmas-read-event-char): Removed.
+
+2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-nemacs.el (elmo-archive-call-process): Moved to
+       elmo-archive.el.
+
+2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-reply-list-symbol): New function.
+       (wl-draft-reply): Use it.  Fixed "No match field" error message.
+
+       * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
+       instead of magic-number 6.  Use `not' instead of `null' for symbol
+       `nil' check (not empty list).
+       (wl-draft-insert-x-face-field): Fixed paren style.
+
+       * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
+       one-branch conditional statement, instead of `and' and `if'.
+       (wl-draft-forward): Likewise.
+       (wl-draft-add-references): Likewise.
+       (wl-draft-yank-from-mail-reply-buffer): Likewise.
+
+       * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
+       conditional steatment.  Use `cond' instead of `if'.
+       (wl-draft-confirm): Likewise.
+
+2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-version-show): Use `product-string-1'
+       instead of `wl-version'.
+       * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2001.
+
+2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-highlight.el (wl-highlight-headers): Revert
+       `wl-highlight-x-face-func' argument (`beg' and `end').
+
+2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl.el (toplevel): Move `product-provide' declare.
+       * wl-demo.el (toplevel): Ditto.
+       * wl-dnd.el (toplevel): Ditto.
+       * wl-highlight.el (toplevel): Ditto.
+       * wl-message.el (toplevel): Ditto.
+       * wl-refile.el (toplevel): Ditto.
+       * wl-util.el (toplevel): Ditto.
+
+2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
+       keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
+       (wl-thread-close-all): keep cursor position.
+
+2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-version-status-alist): Use `zerop' instead of
+       (eq x 0).
+       (wl-generate-user-agent-string-1): Fix conditional statement.
+
+2000-11-27  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl.el (wl-check-environment): Additional check for
+       'wl-local-domain' and `wl-message-id-domain'.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (toplevel): Delete defvar for sasl-*.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
+       instead of `smtp-sasl-user-realm'.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
+
+2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
+       to the default value as well as `eword-lexical-analyzer'.
+
+2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-extended-emacs-version,
+       wl-extended-emacs-version2, wl-extended-emacs-version3): Use
+       `elmo-match-string' instead of `wl-match-string'.
+
+2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
+       docstring.
+
+2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
+
+       * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
+
+2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-highlight.el (wl-highlight-headers): Remove
+       `wl-highlight-x-face-func' argument (`beg' and `end').
+
+2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-mark-as-important):
+       Remove cache if folder is local.
+
+2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
+
+       * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
+       to get existing e-mail address string.
+
+2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-generate-user-agent-string): Commentary.
+       (wl-generate-user-agent-string-1): Use `when' for
+       one-branch conditional statement, instead of `and' and `if'.
+       (wl-extended-emacs-version, wl-extended-emacs-version2,
+       wl-extended-emacs-version3): Ditto.
+
+2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-sync-all-init): New inline function.
+       (wl-summary-sync): Enclose `wl-summary-sync-update3' with
+       condition-case; Remove initialization.
+       (wl-summary-confirm-appends): Don't enclose with `condition-case'.
+       (wl-summary-sync-update3): Added argument `sync-all';
+       Eliminated local variable `msgdb';
+       Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
+       Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
+       (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
+
+2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
+
+       * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
+       connection before call `wl-draft-send-mail-with-smtp'.
+
+2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.4.
+
+2000-11-27  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl.el (wl-check-environment): Additional check for
+       'wl-local-domain' and `wl-message-id-domain'.
+
+2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
+       buffer as command specific.
+       (wl-folder-mark-as-read-all-entity): Ditto.
+       (wl-folder-prefetch-entity): Ditto.
+       (wl-folder-drop-unsync-entity): Ditto.
+
+       * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
+       (wl-prog-uudecode-no-stdout-option): Changed default to t.
+       (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
+
+       * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
+       save-excursion.
+
+2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.3.
+
+       * wl-summary.el (wl-summary-save-view-cache):
+       Delete duplicated `write-region';
+       Use `write-region-as-binary' instead of `as-binary-output-file' and
+       `write-region'.
+
+2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
+
+2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
+       instead of `smtp-via-smtp'.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (toplevel): Delete defvar for sasl-*.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
+       instead of `smtp-sasl-user-realm'.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
+
+2000-11-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * Version number is increased to 2.5.2.
+
+2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
+       does not exist.
+       (wl-biff-stop): Call `cancel-timer' if timer already exists.
+       (wl-biff-start): Call `timer-activate' if timer already exists.
+
+       * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
+       only when it is bound as function.
+
+2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.1.
+
+2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-thread.el (wl-thread-update-line-on-buffer-sub):
+       Print refile/copy destination.
+
+2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
+       queue-flush-only is non-nil.
+
+       * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
+
+       * wl-summary.el (wl-summary-refile-subr): Use folder realname while
+       checking cache folder.
+
+2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
+       `regexp-quote'.
+
+2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
+       function.
+       * wl-summary.el (wl-summary-write-current-folder-functions):
+       Change default value.  Use it.
+
+2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.0.
+
+       * wl-version.el (wl-version): Changed codename.
+
+2000-11-06  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
+       (wl-summary-supersedes-message): Ditto.
+
+2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-refile.el (wl-refile-guess-functions): Renamed from
+       `wl-refile-guess-func-list'.
+
+2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
+       Fixed problem when no rule was matched.
+
+2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
+
+       * wl-summary.el (wl-summary-get-mark): Fixed
+       `wl-summary-buffer-target-mark' check logic.
+
+2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-write-current-folder): Added group
+       folder check.
+
+       * wl-summary.el (wl-summary-write-current-folder): Renamed from
+       `wl-summary-write-current-newsgroup'.
+       (wl-summary-write-current-folder-functions): New variable.
+       * wl-folder.el (wl-folder-get-newsgroups): New function.
+       (wl-folder-guess-mailing-list-by-refile-rule): New function.
+       (wl-folder-write-current-folder): Renamed from
+       `wl-folder-write-current-newsgroup'.
+
+2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.3.93.
+
+2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
+       (wl-ldap-make-matched-value-list): Ditto.
+       (wl-ldap-alias-safe-string): Split e-mail address.
+
+       * wl-summary.el (wl-summary-read-folder): Fixed problem when
+       petname folder default was selected.
+       (Fix by HIROSE Yuuji <yuuji@gentei.org>)
+       (wl-summary-auto-refile): Use `wl-folder-get-realname'.
+
+2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
+       to `wl-draft-config-exec'.
+
+       * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
+       instead of calling `wl-draft-config-exec';
+       Process group-list and show recipients in minibuffer.
+
+       * tm-wl.el (wl-draft-preview-message): Ditto.
+
+2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl.el (toplevel): Added (C) to copyright notice, and
+       sync Author header.
+       * tm-wl.el (toplevel): Ditto.
+       * wl-address.el (toplevel): Ditto.
+       * wl-demo.el (toplevel): Ditto.
+       * wl-dnd.el (toplevel): Ditto.
+       * wl-draft.el (toplevel): Ditto.
+       * wl-e21.el (toplevel): Ditto.
+       * wl-expire.el (toplevel): Ditto.
+       * wl-folder.el (toplevel): Ditto.
+       * wl-highlight.el (toplevel): Ditto.
+       * wl-message.el (toplevel): Ditto.
+       * wl-mime.el (toplevel): Ditto.
+       * wl-mule.el (toplevel): Ditto.
+       * wl-nemacs.el (toplevel): Ditto.
+       * wl-refile.el (toplevel): Ditto.
+       * wl-score.el (toplevel): Ditto.
+       * wl-summary.el (toplevel): Ditto.
+       * wl-template.el (toplevel): Ditto.
+       * wl-thread.el (toplevel): Ditto.
+       * wl-util.el (toplevel): Ditto.
+       * wl-vars.el (toplevel): Ditto.
+       * wl-xmas.el (toplevel): Ditto.
+
+2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl.el (wl-init): Added comment about `wl-init-hook'.
+       * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
+       * wl-vars.el (wl-init-hook): Added docs.
+       (wl-make-plugged-hook): Removed useless docs.
+       * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
+       * wl-xmas.el (toplevel): Ditto.
+
 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * wl-address.el (toplevel): Fixed multiple Author header format.