* wl-vars.el (wl-reply-subject-prefix): The value can be function.
[elisp/wanderlust.git] / wl / ChangeLog
index d391256..f0820dc 100644 (file)
@@ -1,3 +1,214 @@
+2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-reply-subject-prefix): The value can be function.
+       (wl-forward-subject-prefix): Ditto.
+       * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
+       (wl-draft-reply-make-subject): Ditto.
+
+       * wl-draft.el (wl-draft-forward-make-subject): Extracted from
+       `wl-draft-forward'.
+       (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
+
+2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-action.el (wl-summary-target-mark-set-action): Stop if
+       target message does not exist.
+
+2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
+
+       * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
+       `wl-subject-prefix-regexp'.
+       (wl-subject-forward-prefix-regexp): New variable.
+       * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
+       `wl-draft-strip-subject-re' and take regexp as argument.
+       (wl-draft-forward): Use it.
+       (wl-draft-reply): Ditto.
+
+2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * wl-e21.el (wl-highlight-plugged-current-line): Change for
+       emacs multi-tty support.
+
+2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * wl-e21.el (wl-e21-display-image-p): Don't call
+       `display-images-p'.
+       (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
+       support.
+       (wl-highlight-folder-current-line): Ditto.
+       (wl-folder-init-icons): Ditto.
+
+2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
+       the last line of summary in unplugged mode.
+
+2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-vars.el (wl-refile-rule-alist): Doc fix.
+
+2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-user-mail-address-regexp): New variable.
+       * wl-address.el (wl-address-user-mail-address-p): Use it.
+       (wl-address-delete-user-mail-addresses): Ditto.
+       Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
+
+       * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
+       (wl-address-delete-user-mail-addresses): Ditto.
+
+       * wl-address.el (wl-address-delete-user-mail-addresses): New
+       function.
+       * wl-refile.el (wl-refile-guess-by-history): Use it.
+       * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
+       (wl-draft-make-mail-followup-to): Ditto and fix logic.
+
+       * wl-draft.el (wl-draft-edit-string): To judge sender address,
+       use wl-address-user-mail-address-p.
+
+2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-folder.el (wl-folder-open-close): Keep cursor on the line
+       after opening group.
+
+2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
+       of elmo-set-buffer-multibyte.
+
+       * wl-message.el (wl-original-message-mode): Ditto.
+
+       * wl-score.el (wl-score-insert-header): Ditto.
+
+       * wl-summary.el
+       (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
+       (wl-summary-goto-folder-subr): Ditto.
+       (wl-summary-insert-headers): Ditto.
+
+       * wl-util.el (wl-set-string-width): Ditto.
+
+       * Version number is increased to 2.11.29.
+
+2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
+       (wl-highlight-summary-line-help-echo-alist): New variable.
+       * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
+       into `wl-highlight-summary-line-help-echo' and
+       `wl-highlight-flag-folder-help-echo'.
+       (wl-highlight-summary-line-string): Change accordingly.
+       (wl-highlight-summary-current-line): Ditto.
+
+2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-highlight.el (wl-highlight-message): Ignore white spaces
+       at the beginning of field body (Thanks to Markus Knittig).
+
+       * wl-draft.el (wl-draft-insert-current-message): Also check
+       summary buffer, remove unnecessary tag.
+
+2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-insert-current-message): Cause error also
+       when wl-message-buffer is nil.
+
+       * wl-folder.el (wl-folder): Abolish unused argument.
+       Call wl-folder-init when wl-folder-entity is nil.
+       * wl.el (wl): Change accordingly.
+
+2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
+       multibyte string before insert into draft buffer.
+       (wl-draft-create-buffer): Always enable multibyte characters for
+       draft buffer.
+
+       * Version number is increased to 2.11.28.
+
+2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-folder.el (wl-folder-open-close): Handle blank line.
+       (wl-folder-jump-to-current-entity): Ditto.
+
+2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.11.27.
+
+2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-thread.el (wl-thread-insert-message): When the thread is
+       devided by wl-summary-max-thread-depth, insert line at the end of
+       buffer.
+
+2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.11.26.
+
+2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
+
+2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
+       value of stream-type and session.
+
+2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.11.25.
+
+2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-sync-update): Remove duplicated period
+       in a quit message.
+
+2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
+       (wl-summary-redisplay-no-mime-internal): Ditto.
+
+2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
+       * wl-vars.el (wl-smtp-connection-type): Ditto.
+
+2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
+
+       * wl-highlight.el (wl-highlight-message): Change to strict regexp
+       for the separator line and quote mail-header-separator.
+
+2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-spam.el (wl-message-check-spam): Fixed problem no display
+       result message.
+
+       * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
+       `elmo-multiple-fields-body-list' with boundary as
+       mail-header-separator.
+
+2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
+
+2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-list-diff): Remove unused function.
+
+       * wl-draft.el (wl-draft-send-confirm): Discard input before
+       confirmation.
+
+2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
+       order of flag and new.
+
+2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-refile-policy-alist): Abolished.
+
+       * wl-action.el (wl-summary-set-action-refile): Follow the change
+       above.
+
 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * wl-highlight.el (wl-highlight-signature-search): Don't use