wl-e21.el (wl-e21-make-toolbar-buttons): Work around the Emacs 24 error:
[elisp/wanderlust.git] / wl / ChangeLog
index 4b4f590..a91307d 100644 (file)
@@ -1,5 +1,299 @@
+2011-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-e21-make-toolbar-buttons): Work around the Emacs
+       24 error: "`keymap' is reserved for embedded parent maps"
+
+2011-07-15  Herbert J. Skuhra  <hskuhra@fastmail.fm>
+
+       * wl-folder.el (wl-folder-open-unread-folder): Fix typo in
+       message.
+
+2011-07-10  David Maus  <dmaus@ictsoc.de>
+
+       * wl-draft.el (wl-draft-send-mail-with-sendmail): New
+       function. Send mail with sendmail package.
+       * wl-vars.el (wl-draft-send-mail-function): Add function to list
+       of prepared send mail functions.
+
+2011-06-03  Erik Hetzner  <egh@e6h.org>
+
+       * wl-vars.el (wl-summary-line-format): Document missing control
+       strings.
+
+2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2011.
+
+2011-01-29  David Maus  <dmaus@ictsoc.de>
+
+       * wl-draft.el (wl-user-agent-compose): Add optional argument
+       RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
+
+2011-01-09  David Maus  <dmaus@ictsoc.de>
+
+       * wl-template.el (wl-template-select): Reset draft config exec
+       flag when selecting template.
+
+2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
+       * wl-mime.el (wl-draft-preview-message): Ditto.
+
+2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-demo.el: Prune functions provided temporarily to avoid
+       compile warnings in the end.
+
+2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
+       the registered messages unless specified folder is a spam folder.
+       Add docstring.
+       (wl-spam-register-good-messages): Remove spam mark from
+       the registered messages.  Add docstring.
+       (wl-summary-register-as-spam)
+       (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
+       (wl-summary-register-as-spam-all)
+       (wl-summary-target-mark-register-as-spam)
+       (wl-summary-register-as-good)
+       (wl-summary-register-as-good-region, wl-thread-register-as-good)
+       (wl-summary-register-as-good-all)
+       (wl-summary-target-mark-register-as-good): Add docstring.
+
+2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-summary.el: Delete trailing whitespace.
+
+2010-08-27  Kenichi Okada  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
+       message human-readable.
+
+2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-e21.el (wl-draft-insert-signature): Fix comment style.
+       (wl-highlight-folder-current-line): Ditto.
+       * wl-xmas.el (wl-draft-insert-signature): Ditto.
+       (wl-highlight-folder-current-line): Ditto.
+
+2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-address.el (wl-address-make-alist-from-alias-file): Use
+       `(delete-char -1)' instead of `(delete-backward-char 1)' that
+       deletes region in Emacs 24.
+       See delete-active-region described in NEWS.
+       * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
+       * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
+
+2010-08-14  David Maus  <dmaus@ictsoc.de>
+
+       * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
+       edit draft message when in draft folder.
+
+2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
+       instead of (delete-backward-char 1) that deletes region in Emacs 24.
+       See delete-active-region described in NEWS.
+
+2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-spam.el (wl-summary-register-as-spam-region)
+       (wl-thread-register-as-spam, wl-summary-register-as-good-region)
+       (wl-thread-register-as-good): New functions.
+       (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
+
+2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+       * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
+       images for the icon if there is only one image.
+
+2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
+       newline.
+       (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
+       so as to match header tokens strictly.
+
+2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
+       for the message not classified as spam.
+       (wl-summary-test-spam-messages): New function.
+       (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
+       instead of `wl-spam-map-spam-messages'.
+
+2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
+       (wl-summary-define-mark-action): Define unmark functions.
+       (wl-summary-unmark): Add the second argument `mark'.
+       (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
+
+2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+
+       * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
+       autodecryption for draft preview.
+
+2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+       * wl-summary.el (toplevel): New function
+       `wl-summary-toggle-mime-buttons' and keybinding to toggle
+       visibility of MIME buttons in message view mode.
+
+2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+
+       * Version number is increased to 2.15.9.
+
+2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-score.el (wl-score-followup): Remove verbose comment (same as
+       docstring).
+
+       * wl-summary.el (wl-summary-update-persistent-mark-on-event):
+       Revert `save-excursion' for `wl-summary-jump-to-msg'.
+
+2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
+       (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
+       semicolons, that should start at the left margin.
+       See. also (Info-goto-node "(elisp)Comment Tips").
+       * wl-acap.el (wl-acap-store): Ditto.
+       * wl-action.el (wl-summary-unset-mark): Ditto.
+       * wl-address.el (wl-address-ldap-search): Ditto.
+       * wl-demo.el (wl-demo-insert-image): Ditto.
+       * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
+       * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
+       (wl-draft-previous-history-element): Ditto.
+       * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
+       * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
+       (wl-folder-mode-map, wl-folder-get-prev-folder)
+       (wl-folder-jump-to-current-entity, wl-folder-check-entity)
+       (wl-folder-check-entity-async)
+       (wl-create-folder-entity-from-buffer): Ditto.
+       * wl-fldmgr.el (toplevel): Ditto.
+       * wl-message.el (wl-message-buffer-cache-sort)
+       (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
+       Ditto.
+       * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
+       Ditto.
+       * wl-summary.el (toplevel, wl-summary-mode)
+       (wl-summary-edit-addresses, wl-summary-sync-update)
+       (wl-summary-stick): Ditto.
+       * wl-thread.el (toplevel, wl-thread-insert-message)
+       (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
+       * wl-util.el (toplevel): Ditto.
+       * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
+       Ditto.
+
+2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.15.8.
+
+       * wl-message.el (wl-message-uu-substring): Suppress compile
+       warnings; Use `with-current-buffer' instead of `save-excursion' &
+       `set-buffer'.
+       * wl-mime.el (wl-draft-yank-current-message-entity)
+       (wl-mime-preview-follow-no-mime)
+       (wl-mime-preview-follow-current-region): Ditto.
+       * wl-summary.el (wl-summary-update-persistent-mark-on-event)
+       (wl-summary-switch-to-clone-buffer)
+       (wl-summary-target-mark-forward)
+       (wl-summary-target-mark-reply-with-citation)
+       (wl-summary-target-mark-uudecode): Ditto.
+
+       * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
+       * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
+       * wl-summary.el (wl-summary-narrow-to-region)
+       (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
+
+       * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
+       instead of `int-to-string'.
+       * wl-dnd.el (wl-dnd-start-drag): Ditto.
+       * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
+       * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
+       * wl-util.el (wl-url-nntp): Ditto.
+
+       * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
+       (wl-plugged-dop-queue-status): Don't quote `lambda'.
+       * wl-thread.el (wl-thread-delete-message): Ditto
+       * wl-summary.el (wl-summary-edit-addresses)
+       (wl-summary-edit-addresses-collect-candidate-fields)
+       (wl-summary-search-by-subject): Ditto.
+       * wl-mime.el (wl-mime-node-id-to-string): Ditto.
+       * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
+       (wl-fldmgr-add-completion-subr): Ditto.
+       * wl-draft.el (wl-smtp-extension-bind)
+       (wl-draft-insert-get-message, wl-draft-default-headers)
+       (wl-jump-to-draft-buffer): Ditto.
+       * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
+       (wl-summary-down): Ditto.
+       * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
+       * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
+       * wl-folder.el (wl-folder-make-save-access-list)
+       (wl-folder-update-access-group, wl-folder-pick): Ditto.
+
+2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-default-headers): Suppress warning
+       "defsubst `wl-draft-default-headers' was used before it was
+       defined"; Use `defun' instead of `defsubst'.
+
+       * wl-address.el (wl-address-header-extract-address)
+       (wl-address-header-extract-realname): Fix mail-address in
+       docstring.
+
+       * wl-expire.el (wl-expire-make-sortable-date): Macro to
+       inline-function.
+       * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
+       Macro to function.
+       (wl-folder-get-entity-from-buffer): Macro to function.
+       * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
+       * wl-summary.el (wl-summary-message-status): Macro to inline-function.
+       * wl.el (wl-plugged-string): Macro to function.
+
+       * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
+       * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
+       (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
+       Macro to function.
+
+       * wl-thread.el (wl-thread-open, wl-thread-close): Use
+       `point-at-bol', `point-at-eol'.
+
+       * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
+       (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
+       `(string-to-char " ")' instead of `? ', `?\ '.
+       * wl-action.el (wl-summary-print-argument): Ditto.
+       * wl-address.el (wl-complete-field-body): Ditto.
+       * wl-demo.el (wl-demo-insert-image): Ditto.
+       * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
+       * wl-util.el (wl-ask-folder, wl-set-string-width)
+       (wl-y-or-n-p-with-scroll): Ditto.
+
+       * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
+       instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
+       verbose point move.
+
+       * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
+       and `point-at-eol'.
+       * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
+       Ditto.
+
 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
+       * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
+       `(beginning-of-line) (point)'.
+
+       * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
+       (wl-fldmgr-delete-line): Change from macro to function. Use
+       `point-at-bol' and `point-at-eol'.
+
+       * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
+       `function' for lambda.
+
+       * wl.el (wl-plugged-server-indent): Change from macro to function.
+
+       * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
+
        * wl-draft.el (wl-draft-config-body-goto-header)
        (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
        macro to function.
 
 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * wl-mime.el (wl-draft-yank-current-message-entity): 
+       * wl-mime.el (wl-draft-yank-current-message-entity):
        Switch to no-mime following method according to wl-message-display-type
        property.
        (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
 
-       * wl-message.el (wl-message-display-internal): 
+       * wl-message.el (wl-message-display-internal):
        Put wl-message-display-type property on message buffer.
 
        * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
 
 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
+       * wl-summary.el (wl-summary-overview-entity-compare-by-from):
        Don't extract mail address.
        (wl-summary-mark-as-read-all): Dont' treat `read' flag.
 
        Add an argument `reverse'.  All callers are updated.
        (wl-summary-sort): Add a prefix argument `reverse' to specify
        reverse sorting.
-       (wl-summary-sort-by-date, wl-summary-sort-by-number) 
-       (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
+       (wl-summary-sort-by-date, wl-summary-sort-by-number)
+       (wl-summary-sort-by-subject, wl-summary-sort-by-from)
        (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
 
 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
        * wl-summary.el (wl-summary-decide-flag): Use
        wl-completing-read-multiple instead of completing-read-multiple.
 
-       * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
+       * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
        New alias.
 
        * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
 
        * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
        warning.
-       (wl-summary-mode-menu-spec): Follow the change of 
+       (wl-summary-mode-menu-spec): Follow the change of
        `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
        (wl-summary-mode-map): Follow the change of
        `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
        instead of elmo-message-flagged-p.
        (wl-summary-persistent-mark-string): Follow the variable name change;
        Put wl-summary-flag-mark if the message has global-flag.
-       (wl-summary-target-mark-set-flags): Renamed from 
+       (wl-summary-target-mark-set-flags): Renamed from
        wl-summary-target-mark-mark-as-important.
        (wl-summary-decide-flag): New function.
        (wl-summary-set-flags-internal): Renamed from
        (wl-summary-next-message): List flagged messages in the msgdb.
 
        * wl-score.el (wl-summary-score-update-all-lines): Use
-       wl-summary-add-flags-internal instead of 
+       wl-summary-add-flags-internal instead of
 
        * wl-mime.el (wl-mime-display-header): Follow the variable name change.
 
        (wl-demo-setup-properties): Renamed from
        `wl-demo-set-background-color'.
        (wl-demo): Follow the change above.
-       
+
        * Version number is increased to 2.11.24.
 
 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
        (wl-draft-reedit): Rewrite.
 
        * Version number is increased to 2.11.19.
-       
+
 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
 
        * wl-summary.el (wl-summary-search-by-subject): Remove unused local
        * wl-highlight.el (wl-highlight-summary-current-line): Added optional
        argument number and flag.
 
-       * wl-action.el (wl-summary-registered-temp-mark): 
+       * wl-action.el (wl-summary-registered-temp-mark):
        Do nothing when wl-summary-buffer-temp-mark-list is nil.
 
 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
        (wl-message-header-narrowing-widen-at-mouse): Ditto.
        (wl-message-header-narrowing-setup): Ditto.
        (wl-message-header-narrowing-toggle): Ditto.
-       
+
        * wl-highlight.el (wl-message-header-narrowing-face): New face.
 
        * wl-vars.el (wl-folder-sync-range-alist): Set default range for
        'flag as all.
        (wl-use-flag-folder-help-echo): New user option.
 
-       * wl-summary.el (wl-summary-detect-mark-position): Bind 
+       * wl-summary.el (wl-summary-detect-mark-position): Bind
        wl-summary-highlight as nil.
        (wl-summary-set-mark-modified): Follow the API change.
        (wl-summary-mark-modified-p): Ditto.
        * wl-draft.el (wl-draft-kill): Follow the API change.
 
        * Version number is increased to 2.11.14.
-       
+
 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-draft.el (wl-draft-do-fcc): Follow the API change.
 
        * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
        mark to flags.
-       (wl-highlight-summary-current-line): Decide the face not by the 
+       (wl-highlight-summary-current-line): Decide the face not by the
        persistent mark but flags.
 
 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
        `wl-summary-message-visible-p' to check visibility of the message
        and jump to message only when the message line is visible and have
        different number; Call wl-summary-unset-mark with number argument.
-       (wl-summary-unset-mark): 
+       (wl-summary-unset-mark):
        Use `wl-summary-message-visible-p'
        to check visibility of the message and jump to message only when
        the message line is visible and have different number;
        order of the arguments for `wl-expire-message-p'.
        (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
 
-       * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
+       * wl-summary.el (wl-summary-target-mark-reply-with-citation):
        Check return value of wl-summary-reply.
        (wl-summary-reply): Recover window configuration when an error occured.
 
        * wl-thread.el (wl-thread-delete-message): Always update
        wl-summary-buffer-number-list.
 
-       * wl-action.el (wl-summary-print-destination): 
+       * wl-action.el (wl-summary-print-destination):
        Do nothing when folder is nil.
 
 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-action.el (wl-summary-define-mark-action): Fixed region function.
 
-       * wl-summary.el (wl-summary-set-message-modified): 
+       * wl-summary.el (wl-summary-set-message-modified):
        Call wl-summary-set-mark-modified.
        (wl-summary-delete-messages-on-buffer): Call
        wl-folder-set-folder-updated instead of wl-folder-update-unread.
        (wl-summary-exec): Ditto.
 
 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
-       
+
        * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
        '%%'.
 
        * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
        empty lines.
 
-       * wl-action.el: New file. 
+       * wl-action.el: New file.
 
 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
        and define using defcustom;
        Define 4th element as a face.
-       
-       * wl-summary.el (wl-summary-incorporate): Use 
+
+       * wl-summary.el (wl-summary-incorporate): Use
        `wl-summary-prefetch-region-no-mark' instead of
        `wl-summary-prefetch-region'.
        (wl-summary-prefetch-region-no-mark): Revival of old
        (wl-summary-insert-sequential): Changed argument msgdb to folder.
        (wl-summary-insert-headers): Changed argument overview to folder.
        (wl-summary-search-by-subject): Likewise.
-       (wl-summary-insert-thread): Renamed from 
+       (wl-summary-insert-thread): Renamed from
        wl-summary-insert-thread-entity and changed argument msgdb to folder.
 
        * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
        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 
+       (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>
 
 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
+       * 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>
 
 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
 
-       * wl-summary.el (wl-summary-prefetch-msg): 
+       * 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-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 
+       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.
        * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
        as nil.
 
-       * wl-thread.el (wl-thread-open-all-unread): Use 
+       * wl-thread.el (wl-thread-open-all-unread): Use
        elmo-folder-list-messages-mark-match.
        (wl-thread-insert-message): Removed argument `mark-alist'.
        (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and