* wl-e21.el (wl-e21-display-image-p): Don't call
[elisp/wanderlust.git] / wl / ChangeLog
index 2870e2d..ba53821 100644 (file)
@@ -1,3 +1,118 @@
+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.