* wl-vars.el (wl-ldap-objectclass): Abolish.
[elisp/wanderlust.git] / wl / ChangeLog
index 517919d..b4c623d 100644 (file)
@@ -1,5 +1,664 @@
+2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-ldap-objectclass): Abolish.
+
+       * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
+       (wl-ldap-make-filter): Removed condition for objectclass.
+       (wl-ldap-make-matched-value-list): Remove meaningless process.
+       (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
+       (wl-address-ldap-search): Don't add `*' to `pat' string;
+       use ignore-errors; added `email';
+       use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
+       use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
+       use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
+
+
+2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-parent-folder): Write description.
+       * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
+
+2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
+       as "" (zero-length string) if no parent.
+       (wl-draft-hide): Fixed logic for wl-draft-use-frame.
+
+2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-address.el (wl-address-make-completion-list): Skip duplication
+       checking.
+       (wl-address-make-address-list): use `cons' and `nreverse' instead of
+       `append'.
+
+2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
+       instead of `beginning-of-buffer'.
+
+2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
+
+2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
+       Refer wl-message-buffer-name.
+       (wl-message-wheel-down): Ditto.
+
+2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-message-buffer-name): New user option.
+
+       * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
+       directly instead of making alist dinamically.
+
+       * wl-message.el (wl-message-buffer-cache-name): Abolish.
+       (wl-message-buffer-create): Use wl-message-buffer-name instead of
+       wl-message-buffer-cache-name.
+       (wl-message-buffer-cache-clean-up): Ditto.
+
+       * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
+
+       * Version number is increased to 2.9.15.
+
+2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-default-view-alist): New user option.
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Use it.
+
+       * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
+       while deleting address.
+       (wl-draft-delete-myself-from-cc): Ditto.
+
+       * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
+       If optional argument is specified, reverse sort order.
+
+       * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
+
+2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-thread.el (wl-thread-insert-message): Return parent number if
+       exists.
+       (wl-thread-update-indent-string-region): Use
+       wl-thread-update-line-on-buffer-sub instead of
+       wl-thread-update-line-on-buffer.
+
+2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
+       (wl-folder-close-all): Ditto.
+
+2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
+       and mailing-list:.
+       (wl-summary-overview-entity-compare-by-list-info): Treat empty field
+       value.
+       (wl-summary-line-list-info): Print mailing-list name even when 
+       list-number is empty.
+
+2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
+
+       * wl-draft.el (wl-draft-confirm): Abolished since not used.
+       (wl-draft-open-file): Ditto.
+       (wl-draft-random-alphabet): Ditto.
+
+       * wl-summary.el (wl-summary-mode-map): Remove already abolished
+       bindings.
+
+2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-config-exec): Fixed docstring.
+       * wl-vars.el (wl-draft-config-alist): Ditto.
+
+2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.9.14.
+
+       * wl.el (wl): Don't set wl-init as nil when error occured while
+       auto-checking folders.
+
+       * wl-util.el (wl-expand-newtext): Re-define as an alias for
+       `elmo-expand-newtext'.
+
+2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
+       `this-command' so that `wl-folder-goto-folder' contained in
+       `wl-summary-keep-cursor-command' work.
+
+2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-jump-to-parent-message): Keep
+       message buffer displaying state.
+
+2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-default-view): New variable to specify
+       default value for `wl-summary-buffer-view' instead of using
+       set-default.
+       * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
+
+2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
+
+       * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
+
+2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
+
+       * wl-vars.el (wl-forward-subject-prefix): New variable.
+       * wl-draft.el (wl-draft-forward): Use it.
+
+2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-message.el (wl-message-prev-page): When it is called without
+       lines argument, scroll down by wl-message-scroll-amount lines.
+       (wl-message-next-page): Ditto.
+       * wl-vars.el (wl-message-scroll-amount): Change default value
+       to preserve current behavior.
+
+2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-prefetch-msg): Bind
+       `wl-message-entity' to call `wl-summary-from-function'.
+
+2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-message.el (wl-message-buffer-create): Run
+       wl-message-buffer-created-hook.
+
+2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-sort-specs): New variable.
+       (wl-summary-default-sort-spec): Ditto.
+       (wl-summary-sort): Rewrite.
+       (wl-summary-sort-by-list-info): New function.
+
+2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-summary.el (wl-summary-get-list-info): New function.
+       (wl-summary-sort): Rewrite.
+       (wl-summary-line-list-info): Ditto.
+       (wl-summary-line-list-count): Ditto.
+       (wl-summary-refile-region): Fixed docstring.
+
+2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
+       `wl-folder-entity-hashtb' as completion table.
+
+2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
+       only when this command is called interactively; silence the byte-
+       compiler.
+
+2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Keep the region
+       active in XEmacs.
+
+2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
+       plural lines.
+
+2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
+       of current line when the cursor is on the header name.
+       (preserve behavior to move to b.o.h. and b.o.l. mutually)
+
+2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-util.el (wl-read-directory-name): Return displayed directory
+       as the default value also on XEmacs.
+
+2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
+       formatting.
+
+2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
+       argument and when it is non-nil, check face property before
+       highlighting for each line.
+       (wl-highlight-summary-window): Set it.
+
+2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
+       (wl-draft-disable-fcc-for-mime-bcc): Ditto.
+
+       * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
+       mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
+       (wl-draft-get-fcc-list): Likewise.
+
+2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-thread.el (wl-thread-indent-regexp): Abolished.
+       (wl-thread-entity-cur): Ditto.
+       * wl-summary.el (wl-summary-buffer-set-folder): Removed
+       wl-thread-indent-regexp setting.
+       (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
+
+       * wl-summary.el (wl-summary-display-top): Highlight summary window when
+       wl-summary-lazy-highlight.
+       (wl-summary-display-bottom): Ditto.
+
+       * wl-thread.el (wl-thread-open-close): Likewise.
+
+       * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
+       from and subject;
+       Bind wl-draft-use-frame;
+       Enclose with save-window-excursion;
+       Use wl-draft-create-buffer instead of with-temp-buffer;
+       Use wl-draft-prepare-edit;
+       Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
+       Use wl-draft-send instead of wl-draft-raw-send.
+
+2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
+       of using wl-from.
+
+2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
+       insert-buffer instead of clone-buffer.
+       (wl-draft-doing-mime-bcc): New variable.
+       (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
+       infinite loop.
+       (wl-draft-do-mime-bcc): Use wl-from for From field value.
+
+       * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
+       (wl-draft-mime-bcc-body): Ditto.
+
+       * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
+       (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
+       (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
+       wl-draft-do-mime-bcc.
+       (wl-draft-mime-bcc-field): New function.
+       (wl-draft-do-mime-bcc): Ditto.
+
+       * wl-address.el (wl-address-complete-header-list): New variable.
+       (wl-address-complete-header-regexp): Changed default value.
+
+       * Version number is increased to 2.9.13.
+
+2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
+       it is differed.
+
+2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-line-list-info): Rewrite.
+       (wl-summary-line-list-count): Ditto.
+
+2002-05-18  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-vars.el (wl-nntp-posting-config-alist): New variable.
+       (wl-nntp-posting-function): New variable.
+       * wl-draft.el (wl-draft-elmo-nntp-send): Change for
+       `wl-nntp-posting-config-alist'.
+
+2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
+       FLIM.
+
+2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
+
+       * wl-summary.el (wl-summary-target-mark-refile-sub):
+       Remove a nuisance funcall.
+
+2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
+       as t for `try-completion'.
+
+2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-default-from): Use
+       wl-address-header-extract-address instead of
+       std11-extract-address-components.
+       (wl-summary-simple-from): Ditto.
+       (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
+       (wl-summary-insert-headers): Show message.
+       (wl-summary-create-line): Set 4th argument of wl-set-string-width
+       for whole line.
+       (wl-summary-default-from): Revert last change.
+       (wl-summary-simple-from): Ditto.
+       (wl-summary-mark-as-read): Argument rearrangement and re-written.
+       (wl-summary-mark-as-read-region): Follow the change above.
+       (wl-summary-sync-marks): Ditto.
+       (wl-summary-target-mark-mark-as-read): Ditto.
+       (wl-summary-redisplay-internal): Ditto.
+       (wl-summary-redisplay-no-mime-internal): Ditto.
+       (wl-summary-redisplay-all-header): Ditto.
+       (wl-summary-mark-as-read): Removed argument `cached';
+       Use current cache status to set cache mark.
+       (wl-summary-redisplay-internal): Follow the change above.
+       (wl-summary-redisplay-no-mime-internal): Ditto.
+       (wl-summary-redisplay-all-header): Ditto.
+
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
+
+       * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
+       Don't call itself recursively (Adviced by Yamaoka-san).
+
+2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
+       bind wl-summary-highlight as nil to avoid error caused by missing
+       local variables.
+
+2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-invalid-character-message): New user option.
+
+       * wl-util.el (wl-set-string-width): If truncated string-width is
+       larger than specified width, use `wl-invalid-character-message'.
+
+2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-summary.el (wl-summary-prefetch-msg): 
+       If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
+
+2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-check-line-format): New user option.
+       (wl-summary-line-format-file): Ditto.
+
+       * wl-summary.el (wl-summary-buffer-line-format): New buffer local
+       variable.
+       (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
+       (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
+       and `wl-summary-view-old-p' to check whether do a rescan or not.
+       (wl-summary-view-old-p): New function.
+       (wl-summary-line-format-changed-p): Ditto.
+       (wl-summary-line-format-save): Ditto.
+       (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
+
+       * wl-util.el (wl-set-string-width): Avoid using negative number
+       for make-string.
+
+2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-line-list-info): Revised format of the
+       return value.
+
+       * wl-util.el (wl-set-string-width): Added optional argument
+       `padding' (All other related portions are changed).
+       (wl-line-parse-format): If the first letter of column number is
+       `0', zero-padding the result (ex: "%05l").
+
+       * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
+
+2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
+       sequential summary view.
+
+2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
+       if it doesn't have a -unix version.
+
+2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-jump-to-msg): Fix.
+
+2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
+       content.
+       (wl-draft): Follow the change above.
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
+
+       * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
+       and wl-folder-summary-line-format-alist contain %T and %P.
+
+       * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
+       (wl-summary-mode-line-format): New user option.
+       (wl-summary-line-format-spec-alist): Added l, T, P, n.
+       (wl-summary-line-format): Changed default value.
+       (wl-summary-lazy-highlight): Changed default value.
+
+       * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
+       change in wl-summary-create-line.
+       (wl-thread-insert-entity-sub): Ditto.
+
+       * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
+       (wl-summary-buffer-unread-status): Ditto.
+       (wl-summary-buffer-temp-mark-column): New buffer-local variable.
+       (wl-summary-buffer-persistent-mark-column): Ditto.
+       (wl-summary-buffer-mode-line-formatter): Ditto.
+       (wl-summary-buffer-mode-line): Ditto.
+       (wl-summary-message-regexp): Abolished.
+       (All other related portions are changed.)
+       (wl-summary-detect-mark-position): New function.
+       (wl-summary-buffer-set-folder): Setup
+       wl-summary-buffer-mode-line-formatter.
+       (wl-summary-mode): Setup selective-display;
+       Setup pre-idle-hook when xemacs.
+       (wl-summary-update-modeline): Rewrite.
+       (wl-summary-jump-to-msg): Define as function;
+       Changed regexp for searching messages.
+       (wl-summary-message-number): Rewrite.
+       (wl-summary-goto-folder-subr): Decode with `unix' EOL;
+       Do rescan when old type summary cache.
+       (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
+       (wl-summary-remove-destination): Use '\r' to detect EOL.
+       (wl-summary-print-destination): Ditto.
+       (wl-summary-temp-mark): New inline function.
+       (wl-summary-persistent-mark): Ditto.
+       (wl-summary-line-number): New function.
+       (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
+       (wl-summary-line-list-count): New function.
+       (wl-summary-create-line): Added argument persistent-mark.
+       (All other related portions are changed)
+       (wl-summary-create-line): Insert '\r'.
+       (wl-summary-save-view-cache): Encode whth `unix' EOL.
+       (wl-summary-cursor-move-surface): New inline function.
+       (wl-summary-prev): Use it.
+       (wl-summary-next): Ditto.
+
+       * wl-highlight.el (wl-highlight-summary-current-line): Don't use
+       wl-summary-message-regexp.
+       (wl-highlight-summary): Delete progress message.
+       (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
+
+       * Version number is increased to 2.9.12.
+
+2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-subject-minimum-length): New
+       variable (nil: no minimum).
+       (wl-summary-line-subject): Add some spaces after subject by
+       wl-summary-line-subject-minimum-length.
+
+2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
+       and removed `F'.
+       (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
+       change above).
+
+2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-list-count): Reverted.
+       (example setting in samples/*/dot.wl is also updated)
+
+2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
+
+       * wl-util.el (wl-line-parse-format): Set up wl-line-string.
+
+       * wl-vars.el (wl-summary-line-format): Addes some description to the
+       docstring.
+
+       * wl-summary.el (wl-summary-line-open-bracket): Abolished.
+       (wl-summary-line-close-bracket): Ditto.
+       (wl-summary-line-children-number): Ditto.
+       (wl-summary-line-thread-indent): Ditto.
+       (wl-summary-line-children-and-from): Ditto.
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
+       't', 'c', 'F' and added 'C'.
+
+       * wl-util.el (wl-set-string-width): Accept negative value.
+       (wl-line-parse-format): Added "%number(" and "%)".
+
+2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-list-count): Change format of the
+       return value.
+
+2002-05-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * wl-draft.el (wl-draft-beginning-of-line): New command imported
+       from the recent message.el.
+       (wl-draft-point-in-header-p): Ditto.
+       * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
+       wl-draft-beginning-of-line.
+       * wl-e21.el (wl-draft-mode-map): Ditto.
+       * wl-xmas.el (wl-draft-mode-map): Ditto.
+
+       * wl-folder.el: Sort macrodefs by dependencies.
+
+2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
+
+       * wl-summary.el (wl-summary-prev): Fixed regexp.
+       (wl-summary-next): Ditto.
+
+2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
+
+2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
+
+       * wl-summary.el (wl-summary-create-line): Bind variable `entity'
+       for backward compatibility.
+
+2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-list-count): New function, merged
+       from my-wl-summary-subject-func-ml in samples/*/dot.wl.
+       * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
+       list counts.
+
+2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-create-line): Ignore errors while
+       timezone-fix-time.
+
+       * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
+
+       * wl-summary.el (wl-summary-sync-update): Ditto.
+       (wl-summary-default-from): Use wl-message-entity
+       instead of entity.
+
+       * wl-summary.el (wl-summary-create-line): Fix.
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
+       (wl-summary-line-format): New user option.
+       (wl-folder-summary-line-format-alist): Ditto.
+       (wl-summary-from-width): Abolished.
+
+       * wl-util.el (toplevel): Require 'bytecomp.
+       (wl-line-parse-format): New function.
+       (wl-line-formatter-setup): New macro.
+
+       * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
+       (wl-summary-buffer-line-formatter): New buffer local variable.
+       (wl-summary-switch-to-clone-buffer): Follow the change above.
+       (wl-summary-message-regexp): Fix.
+       (wl-summary-from-func-internal): Abolished.
+       (wl-summary-subject-func-internal): Ditto.
+       (wl-summary-subject-filter-func-internal): Ditto.
+       (All other related portions are changed.)
+       (wl-summary-buffer-set-folder):
+       Set up wl-summary-buffer-number-column and 
+       wl-summary-buffer-line-formatter
+       (All other related portions are changed.)
+       (wl-summary-buffer-number-column-detect): Abolished.
+       (All other related portions are changed.)
+       (wl-summary-delete-all-status-marks-on-buffer): Removed.
+       (wl-summary-delete-all-temp-marks-on-buffer): Use
+       wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
+       (wl-summary-target-mark-delete): Ditto.
+       (wl-summary-target-mark-refile-subr): Ditto.
+       (wl-summary-target-mark-mark-as-read): Ditto.
+       (wl-summary-target-mark-mark-as-unread): Ditto.
+       (wl-summary-target-mark-mark-as-important): Ditto.
+       (wl-summary-target-mark-save): Ditto.
+       (wl-summary-replace-status-marks): Renamed from
+       wl-summary-set-status-marks-on-buffer;
+       Use wl-summary-message-regexp instead of
+       wl-summary-buffer-number-regexp.
+       (wl-summary-sync-update): Follow the change above.
+       (wl-summary-goto-previous-message-beginning): New function.
+       (wl-summary-mark-as-unread): Use it.
+       (wl-summary-mark-as-important): Ditto.
+       (wl-summary-line-formatter): New variable.
+       (wl-summary-line-year): New function.
+       (wl-summary-line-day): Ditto.
+       (wl-summary-line-day-of-week): Ditto.
+       (wl-summary-line-hour): Ditto.
+       (wl-summary-line-minute): Ditto.
+       (wl-summary-line-open-bracket): Ditto.
+       (wl-summary-line-close-bracket): Ditto.
+       (wl-summary-line-children-number): Ditto.
+       (wl-summary-line-thread-indent): Ditto.
+       (wl-summary-line-size): Ditto.
+       (wl-summary-line-subject): Ditto.
+       (wl-summary-line-from): Ditto.
+       (wl-summary-line-children-and-from): Ditto.
+       (wl-summary-create-line): Rewritten.
+       (wl-summary-format-date): Abolished.
+
+       * wl-highlight.el (wl-highlight-summary-current-line): Use
+       wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
+       Use thread structure to detect thread top message.
+
+       * wl-draft.el (wl-default-draft-cite): Don't use
+       wl-summary-from-func-internal.
+
+       * wl-refile.el (wl-refile-subject-learn): Don't use
+       wl-summary-subject-filter-func-internal.
+       (wl-refile-guess-by-subject): Ditto.
+
+       * wl-e21.el (wl-e21-toolbar-configurations): Changed default
+       parameters.
+
+       * wl-thread.el (wl-thread-update-indent-string-region):
+       Use wl-thread-update-line-on-buffer instead of
+       wl-thread-update-indent-string.
+       (wl-thread-update-children-number): Redefine using
+       wl-thread-update-line-on-buffer.
+       (wl-thread-update-indent-string): Abolished.
+
+        * Version number is increased to 2.9.11.
+
 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
+       property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
+       wl-modeline-plug-state-on and wl-modeline-plug-state-off.
+
+       * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
+       as nil.
+
        * wl-thread.el (wl-thread-open-all-unread): Use 
        elmo-folder-list-messages-mark-match.
        (wl-thread-insert-message): Removed argument `mark-alist'.
        (wl-summary-target-mark-mark-as-read): Ditto.
        (wl-summary-target-mark-mark-as-unread): Ditto.
        (wl-summary-target-mark-mark-as-important): Ditto.
-
        (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
        (wl-summary-update-thread): Removed argument `mark-alist'.
-
        (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
-
        (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
        (wl-summary-resume-cache-status): Likewise.
-
        (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
        elmo-msgdb-set-mark.
        (wl-summary-mark-as-read-all): Likewise.
        (wl-summary-no-auto-refile-message-p): Ditto.
        (wl-summary-mark-as-read): Ditto.
        (wl-summary-mark-as-important): Ditto.
-
        (wl-summary-auto-refile): Follow the change above.
-
        (wl-summary-delete-all-marks): Removed.
        (wl-summary-resume-marks-and-highlight): Ditto.
        (wl-summary-resume-marks): Ditto.
        (wl-summary-delete-important-msgs-from-list): Ditto.
        (wl-summary-delete-canceled-msgs-from-list): Ditto.
 
-
-       
-
        * wl-folder.el (wl-folder-check-one-entity): Removed argument for
        wl-summary-count-unread.
 
-       * wl-score.el   (wl-summary-score-update-all-lines): Ditto.
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
        (wl-summary-score-update-all-lines): Use
        elmo-msgdb-set-mark.
 
        * wl-thread.el (wl-thread-insert-message): Ditto.
 
        * Version number is increased to 2.9.10.
-       
+
        * wl-message.el (wl-message-redisplay): Ignore errors while
        wl-message-redisplay-hook.
 
        * wl-summary.el (wl-summary-next-page): Force display message if
        message is not displayed yet.
        (wl-summary-prev-page): Ditto.
-       
+
 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
 
        * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.