elisp/wanderlust.git
19 years ago* wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
teranisi [Wed, 1 Sep 2004 15:26:36 +0000 (15:26 +0000)]
* wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
(wl-summary-digit-jump): New function.
(Adviced by John Owens and Hiroya Murata)

* wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
(Adviced by John Owens)

* wl-xmas.el (wl-message-define-keymap): Ditto.

* wl-mule.el (wl-message-define-keymap): Ditto.

19 years ago* wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
hmurata [Tue, 31 Aug 2004 17:37:53 +0000 (17:37 +0000)]
* wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
change of return value of elmo-folder-count-flags.

* wl-summary.el (wl-summary-prefetch-msg): Ditto.
(wl-summary-mark-as-read-internal): Ditto.
(wl-summary-set-persistent-mark-internal): Ditto.
(wl-summary-folder-info-update): Ditto.
(wl-summary-sync-update): Fixed the last change.

* wl-score.el (wl-summary-score-update-all-lines): Ditto.

19 years ago* wl-vars.el (wl-draft-kill-pre-hook): New hook.
teranisi [Tue, 31 Aug 2004 15:35:17 +0000 (15:35 +0000)]
* wl-vars.el (wl-draft-kill-pre-hook): New hook.
(wl-draft-kill-flags): Fixed docstring.

* wl-draft.el (wl-draft-kill-flags): New function.
(wl-draft-kill): Run `wl-draft-kill-pre-hook'.

19 years ago* elmo-multi.el (elmo-folder-count-flags): Changed return value
hmurata [Tue, 31 Aug 2004 14:01:25 +0000 (14:01 +0000)]
* elmo-multi.el (elmo-folder-count-flags): Changed return value
(follow the API change).

* elmo-filter.el (elmo-folder-count-flags): Ditto.

19 years ago* wl-vars.el (wl-reply-hook): Abolish.
teranisi [Tue, 31 Aug 2004 13:23:46 +0000 (13:23 +0000)]
* wl-vars.el (wl-reply-hook): Abolish.
(wl-draft-reply-hook): New hook.
(wl-summary-reply-hook): Ditto.
(wl-draft-forward-hook): Ditto.
(wl-summary-forward-hook): Ditto.
(wl-draft-kill-flags): New variable.

* wl-summary.el (wl-summary-mark-as-answered-region): Use
wl-summary-set-persistent-mark-internal.
(wl-summary-sync-marks): Use elmo-preserved-flags.
(wl-summary-update-persistent-mark): Make it interactive.
(wl-summary-set-persistent-mark-internal): New inline function.
(wl-summary-mark-as-answered): Use it.
(wl-summary-mark-as-unanswered): Ditto.
(wl-summary-unset-persistent-mark): New function.
(wl-summary-set-persistent-mark): Ditto.
(wl-summary-reply): Don't set answered flag;
Run wl-summary-reply-hook instead.
(wl-summary-forward): Call wl-draft-forward with number.
Run wl-summary-forward-hook.

* wl-highlight.el (wl-summary-persistent-mark-face): New face.
(wl-highlight-summary-line-face-spec): Use it as a default
persistent mark face.

* wl-draft.el (wl-draft-forward): Added optional argument number;
Set wl-draft-parent-number; Run wl-draft-forward-hook.
(wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
(wl-draft-kill): Use wl-draft-kill-flags.

19 years ago* modb-standard.el (modb-standard-digest-flags): Abolish.
teranisi [Tue, 31 Aug 2004 13:22:26 +0000 (13:22 +0000)]
* modb-standard.el (modb-standard-digest-flags): Abolish.
(elmo-msgdb-list-flagged): Use elmo-digest-flags instead.

* elmo-vars.el (elmo-digest-flags): New variable.
(elmo-preserved-flags): Moved from elmo-flag.el.

* elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
(elmo-imap4-flag-to-imap-criteria): Ditto.
(elmo-imap4-folder-list-flagged): Use it.

* elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.

19 years ago* wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
teranisi [Tue, 31 Aug 2004 09:05:31 +0000 (09:05 +0000)]
* wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.

* wl-folder.el (wl-folder-check-one-entity): Follow the change
of return value of elmo-folder-count-flags.

* wl-score.el (wl-summary-score-update-all-lines): Ditto.

* wl-summary.el (wl-summary-count-unread): Ditto.
(wl-summary-sync-update): Follow the change above.
(wl-summary-force-prefetch): New function.

19 years ago* elmo.el (elmo-folder-count-flags): Changed return value.
teranisi [Tue, 31 Aug 2004 09:04:57 +0000 (09:04 +0000)]
* elmo.el (elmo-folder-count-flags): Changed return value.

* elmo-flag.el (elmo-preserved-flags): New variable.
(elmo-get-global-flags): Use it.

19 years ago* modb-standard.el (modb-standard-digest-flags): New variable.
teranisi [Tue, 31 Aug 2004 07:51:54 +0000 (07:51 +0000)]
* modb-standard.el (modb-standard-digest-flags): New variable.
(elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
Changed behavior of `any'.

* elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
which are defined the Internet draft
(draft-melnikov-imap-keywords-03.txt).
(elmo-imap4-flags-to-imap): New function.
(elmo-folder-append-buffer): Use it.

* modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
in the docstring.

19 years ago(utf7-fragment-encode): Don't use narrow-to-region to
teranisi [Tue, 31 Aug 2004 05:52:04 +0000 (05:52 +0000)]
(utf7-fragment-encode): Don't use narrow-to-region to
avoid the bug of Emacs 21.3.

19 years ago* utf7.el (utf7-utf-16-coding-system): Avoid error when the
yoichi [Mon, 30 Aug 2004 15:55:25 +0000 (15:55 +0000)]
* utf7.el (utf7-utf-16-coding-system): Avoid error when the
function find-coding-system does not exist.

19 years agoUpdate.
okazaki [Tue, 24 Aug 2004 18:25:19 +0000 (18:25 +0000)]
Update.

19 years ago(wl-folder-set-folder-updated): Initialize the local variable `buf' with `let'
okazaki [Tue, 24 Aug 2004 18:24:42 +0000 (18:24 +0000)]
(wl-folder-set-folder-updated): Initialize the local variable `buf' with `let'
 instead of `setq'.

19 years ago* wl-mime.el (wl-message-delete-current-part): If filename exists,
yoichi [Sat, 21 Aug 2004 05:45:52 +0000 (05:45 +0000)]
* wl-mime.el (wl-message-delete-current-part): If filename exists,
add Content-Disposition heaeder on the deleted part.

19 years ago* WL-MK (install-wl-icons): Use install-files to set file mode.
yoichi [Sat, 21 Aug 2004 04:07:42 +0000 (04:07 +0000)]
* WL-MK (install-wl-icons): Use install-files to set file mode.

19 years agoFixed comment of search-key.
hmurata [Wed, 18 Aug 2004 15:04:50 +0000 (15:04 +0000)]
Fixed comment of search-key.

19 years ago(elmo-condition-parse-search-value): Fixed atom
hmurata [Wed, 18 Aug 2004 14:45:01 +0000 (14:45 +0000)]
(elmo-condition-parse-search-value): Fixed atom
parsing.

19 years agoUpdated.
teranisi [Mon, 9 Aug 2004 15:14:31 +0000 (15:14 +0000)]
Updated.

19 years agoUpdated recommended version of APEL, FLIM and SEMI.
teranisi [Mon, 9 Aug 2004 14:13:32 +0000 (14:13 +0000)]
Updated recommended version of APEL, FLIM and SEMI.

19 years ago(elmo-pop3-read-response): Refined the regexp for response codes.
teranisi [Mon, 9 Aug 2004 14:04:17 +0000 (14:04 +0000)]
(elmo-pop3-read-response): Refined the regexp for response codes.

19 years agoAdded descriptions about POP3 response codes.
teranisi [Mon, 9 Aug 2004 13:54:45 +0000 (13:54 +0000)]
Added descriptions about POP3 response codes.

19 years ago(elmo-pop3-read-response): Treat return code.
teranisi [Sun, 8 Aug 2004 15:14:53 +0000 (15:14 +0000)]
(elmo-pop3-read-response): Treat return code.
(elmo-network-close-session): Follow the changes in
`elmo-pop3-read-response'.
(elmo-pop3-auth-user): Ditto.
(elmo-pop3-auth-apop): Ditto.
(elmo-network-initialize-session): Ditto.
(elmo-network-authenticate-session): Ditto.
(elmo-network-setup-session): Ditto.
(elmo-folder-status): Ditto.
(elmo-message-fetch-plugged): Ditto.
(elmo-pop3-delete-msg): Ditto.

19 years agoFix the last change:
yoichi [Wed, 4 Aug 2004 17:00:56 +0000 (17:00 +0000)]
Fix the last change:
* wl-draft.el (wl-draft-save): Encode address list under edit by
`eword-encode-unstructured-field-body'.

19 years ago* wl-draft.el (wl-draft-save): Disable only
yoichi [Wed, 4 Aug 2004 16:40:19 +0000 (16:40 +0000)]
* wl-draft.el (wl-draft-save): Disable only
`eword-encode-address-list' in `mime-header-encode-method-alist'.
* wl-draft.el (toplevel): Require cl (at compile).

19 years ago* wl-draft.el (toplevel): Require eword-encode.
yoichi [Wed, 4 Aug 2004 16:17:29 +0000 (16:17 +0000)]
* wl-draft.el (toplevel): Require eword-encode.

19 years agoFix @xref and @@ escape.
kaoru [Tue, 3 Aug 2004 11:11:15 +0000 (11:11 +0000)]
Fix @xref and @@ escape.

19 years ago* ptexinfmt.el (slanted): Rename @s to @slanted.
kaoru [Mon, 2 Aug 2004 18:30:11 +0000 (18:30 +0000)]
* ptexinfmt.el (slanted): Rename @s to @slanted.

19 years ago* wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
yoichi [Sat, 31 Jul 2004 17:35:44 +0000 (17:35 +0000)]
* wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
wl-current-summary-buffer.

19 years agoenclose group by example (apply patch from Kitamoto Tsuyoshi)
yoichi [Sat, 31 Jul 2004 17:14:13 +0000 (17:14 +0000)]
enclose group by example (apply patch from Kitamoto Tsuyoshi)

19 years agoUpdate.
okazaki [Thu, 29 Jul 2004 08:38:39 +0000 (08:38 +0000)]
Update.

19 years ago(wl-summary-exec): Fix the bug whereby a non null `numbers' is ignored.
okazaki [Thu, 29 Jul 2004 08:38:14 +0000 (08:38 +0000)]
(wl-summary-exec): Fix the bug whereby a non null `numbers' is ignored.

19 years agoadd description for wl-execute-temp-marks
yoichi [Mon, 26 Jul 2004 13:34:22 +0000 (13:34 +0000)]
add description for wl-execute-temp-marks

19 years ago* wl-folder.el (wl-folder-open-folder): Avoid error.
yoichi [Sat, 24 Jul 2004 20:40:08 +0000 (20:40 +0000)]
* wl-folder.el (wl-folder-open-folder): Avoid error.
Reported by John Owens, [wl-en:815]

19 years ago* wl.el (wl): Set timer for biff process even if prefix argument
yoichi [Sat, 24 Jul 2004 20:19:08 +0000 (20:19 +0000)]
* wl.el (wl): Set timer for biff process even if prefix argument
is given or auto-checking is quitted.

19 years ago* wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
yoichi [Sat, 24 Jul 2004 20:07:05 +0000 (20:07 +0000)]
* wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
immediately.
* wl.el (wl): Call `wl-biff-check-folders' explicitly.
(wl-toggle-plugged): Ditto.

* wl-vars.el (wl-biff-use-idle-timer): New variable.
* wl-util.el (wl-biff-start): Use idle timer if
`wl-biff-use-idle-timer' is non-nil.

19 years agonote on user defined flags
yoichi [Sat, 24 Jul 2004 05:36:45 +0000 (05:36 +0000)]
note on user defined flags

19 years ago* wl-highlight.el (wl-highlight-message): Fix description.
yoichi [Wed, 21 Jul 2004 14:31:00 +0000 (14:31 +0000)]
* wl-highlight.el (wl-highlight-message): Fix description.

19 years ago* ptexinfmt.el: Support @s.
kaoru [Tue, 20 Jul 2004 09:44:31 +0000 (09:44 +0000)]
* ptexinfmt.el: Support @s.

19 years ago* wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on tty
yoichi [Thu, 15 Jul 2004 16:02:14 +0000 (16:02 +0000)]
* wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on tty

19 years ago* elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
yoichi [Thu, 15 Jul 2004 13:50:35 +0000 (13:50 +0000)]
* elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
on failure.

19 years ago* elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
hmurata [Thu, 15 Jul 2004 11:39:10 +0000 (11:39 +0000)]
* elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
style.
(elmo-bind-directory): Ditto.

19 years agonote on creating new folder
yoichi [Tue, 13 Jul 2004 15:21:08 +0000 (15:21 +0000)]
note on creating new folder

19 years ago* wl-action.el (wl-summary-exec): Print failure count.
yoichi [Mon, 12 Jul 2004 14:40:51 +0000 (14:40 +0000)]
* wl-action.el (wl-summary-exec): Print failure count.
* elmo.el (elmo-folder-append-messages): Note on return value.
* elmo-archive.el (elmo-folder-append-messages): Don't return
message numbers which could not be appended.

19 years ago* wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
yoichi [Sun, 11 Jul 2004 05:58:44 +0000 (05:58 +0000)]
* wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
to `defun', remove interactive form.
Set elmo-message-fetch-confirm when force-reload is non-nil.

19 years ago* elmo.el (elmo-message-fetch-threshold): Add nil to its range.
yoichi [Sat, 10 Jul 2004 16:38:35 +0000 (16:38 +0000)]
* elmo.el (elmo-message-fetch-threshold): Add nil to its range.

19 years ago(toplevel): Removed unnecessary autoload.
hmurata [Sat, 10 Jul 2004 16:13:32 +0000 (16:13 +0000)]
(toplevel): Removed unnecessary autoload.

19 years ago* wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
yoichi [Sat, 10 Jul 2004 16:04:47 +0000 (16:04 +0000)]
* wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
the buffer is generated from another message buffer.

19 years ago* wl-fldmgr.el (wl-fldmgr-save-access-list): New function
yoichi [Tue, 6 Jul 2004 14:06:01 +0000 (14:06 +0000)]
* wl-fldmgr.el (wl-fldmgr-save-access-list): New function
extracted from `wl-fldmgr-save-folders'.
(wl-fldmgr-delete): Call it after deletion.

19 years agoFix typo (from Arisawa-san)
yoichi [Tue, 6 Jul 2004 12:58:02 +0000 (12:58 +0000)]
Fix typo (from Arisawa-san)

19 years ago* doc/wl-ja.text: Add reference to mailing list archive.
hmurata [Sun, 4 Jul 2004 05:07:06 +0000 (05:07 +0000)]
* doc/wl-ja.text: Add reference to mailing list archive.

* doc/wl.text: Ditto.

19 years ago(wl-plugged-set-folder-icon): Follow the change for
hmurata [Sat, 3 Jul 2004 08:26:39 +0000 (08:26 +0000)]
(wl-plugged-set-folder-icon): Follow the change for
multi-tty support.

19 years agoUpdate.
okazaki [Wed, 30 Jun 2004 23:39:26 +0000 (23:39 +0000)]
Update.

19 years ago(wl-folder-update-group): Change `defsubst' to `defun'.
okazaki [Wed, 30 Jun 2004 23:39:09 +0000 (23:39 +0000)]
(wl-folder-update-group): Change `defsubst' to `defun'.

19 years agoFixed typo (reported by Kitamoto <fmv5200na8x@yahoo.co.jp>).
hmurata [Wed, 30 Jun 2004 12:15:17 +0000 (12:15 +0000)]
Fixed typo (reported by Kitamoto <fmv5200na8x@yahoo.co.jp>).

19 years agoDocument summary sort specs `size' and `list-info'.
okazaki [Mon, 28 Jun 2004 18:37:52 +0000 (18:37 +0000)]
Document summary sort specs `size' and `list-info'.
Typo fix.

19 years agoUpdate.
okazaki [Sun, 27 Jun 2004 06:03:37 +0000 (06:03 +0000)]
Update.

19 years ago(wl-summary-rescan): Remove unused variables.
okazaki [Sun, 27 Jun 2004 06:02:25 +0000 (06:02 +0000)]
(wl-summary-rescan): Remove unused variables.
(wl-summary-sync-update): Ditto.  Narrow the scope of local variables.

19 years ago(wl-delete-entity-sub): Add folder name to
hmurata [Sat, 26 Jun 2004 05:37:45 +0000 (05:37 +0000)]
(wl-delete-entity-sub): Add folder name to
unsubscribe list only if argument CLEAR is nil.

19 years ago* Remove outdated description and clarify (Thanks to John Owens)
yoichi [Sat, 26 Jun 2004 04:33:42 +0000 (04:33 +0000)]
* Remove outdated description and clarify (Thanks to John Owens)
* Note on wl-draft-self-reply-p

19 years agorewrite the last change
yoichi [Thu, 24 Jun 2004 16:11:04 +0000 (16:11 +0000)]
rewrite the last change

19 years ago* wl-draft.el (wl-draft-reply): Decode subject before removing
yoichi [Thu, 24 Jun 2004 15:33:16 +0000 (15:33 +0000)]
* wl-draft.el (wl-draft-reply): Decode subject before removing
Re: prefix.

19 years agoUpdate.
okazaki [Wed, 23 Jun 2004 14:01:39 +0000 (14:01 +0000)]
Update.

19 years agoUpdate.
okazaki [Wed, 23 Jun 2004 13:48:11 +0000 (13:48 +0000)]
Update.

19 years ago(wl-summary-sort-by-size): New command.
okazaki [Wed, 23 Jun 2004 13:48:00 +0000 (13:48 +0000)]
(wl-summary-sort-by-size): New command.

19 years agoThis is transient implementation for UI testing.
hmurata [Wed, 23 Jun 2004 10:00:38 +0000 (10:00 +0000)]
This is transient implementation for UI testing.

* wl-summary.el (wl-summary-number-list-from-region): New
function.
(wl-summary-mark-as-read-region): Use it.
(wl-summary-mark-as-unread-region): Ditto.
(wl-summary-set-flags-region): Ditto and add optional argument
remove.
(wl-summary-mark-as-answered-region): Ditto.
(wl-summary-mark-as-important-region): Ditto.
(wl-summary-target-mark-mark-as-important): Added optional
argument remove.
(wl-summary-target-mark-mark-as-answered): Ditto.
(wl-summary-target-mark-set-flags): Ditto.

19 years agoUpdate description of wl-dispose-folder-alist.
hmurata [Tue, 22 Jun 2004 08:30:46 +0000 (08:30 +0000)]
Update description of wl-dispose-folder-alist.

19 years ago* wl-summary.el (wl-summary-set-flags-region): Call
hmurata [Tue, 22 Jun 2004 03:04:52 +0000 (03:04 +0000)]
* wl-summary.el (wl-summary-set-flags-region): Call
`wl-summary-set-flags-internal' with number list instead of call
one by each message.
(wl-summary-target-mark-set-flags): Likewise.

19 years ago(wl-summary-target-mark-operation): Add optional
hmurata [Mon, 21 Jun 2004 23:15:39 +0000 (23:15 +0000)]
(wl-summary-target-mark-operation): Add optional
argument `inverse' and use `wl-summary-delete-all-target-marks'.
(wl-summary-target-mark-mark-as-important): Refine to toggle mark.
(wl-summary-target-mark-mark-as-answered): Likewise.

19 years agoFix the last change, remove duplicate function definition
yoichi [Mon, 21 Jun 2004 15:39:16 +0000 (15:39 +0000)]
Fix the last change, remove duplicate function definition

19 years ago* wl-summary.el (wl-summary-delete-all-target-marks): New function
yoichi [Mon, 21 Jun 2004 15:30:15 +0000 (15:30 +0000)]
* wl-summary.el (wl-summary-delete-all-target-marks): New function
to delete target marks only.
(wl-summary-target-mark-forward): Use it.
(wl-summary-target-mark-reply-with-citation): Ditto.
(wl-summary-target-mark-uudecode): Ditto.
(wl-summary-target-mark-set-flags): Ditto and remove needless
cursor move.

19 years ago* wl-summary.el (wl-summary-target-mark-forward): Protect
yoichi [Mon, 21 Jun 2004 13:46:48 +0000 (13:46 +0000)]
* wl-summary.el (wl-summary-target-mark-forward): Protect
wl-summary-buffer-target-mark-list from nreverse.
(wl-summary-target-mark-reply-with-citation): Ditto.

19 years ago* wl-thread.el (wl-thread-update-indent-string-thread): Use
yoichi [Sat, 19 Jun 2004 19:57:24 +0000 (19:57 +0000)]
* wl-thread.el (wl-thread-update-indent-string-thread): Use
`elmo-display-progress-threshold'.

19 years agoRemove description of wl-draft-reply-myself-with(out)-argument-list.
yoichi [Sat, 19 Jun 2004 18:37:47 +0000 (18:37 +0000)]
Remove description of wl-draft-reply-myself-with(out)-argument-list.
Add description of stream type identifier "!direct".
Add format of wl-summary-mark-action-list.

19 years ago(wl-summary-update-mark-and-highlight-window): No
hmurata [Sat, 19 Jun 2004 15:49:09 +0000 (15:49 +0000)]
(wl-summary-update-mark-and-highlight-window): No
check `wl-summary-highlight'.
(wl-summary-window-scroll-functions): Respect value of
`wl-summary-highlight'.
(wl-summary-sync-update): Run hooks
`wl-summary-buffer-window-scroll-functions' at any time.

19 years ago* wl-summary.el (wl-summary-exec-with-confirmation): Extracted
yoichi [Sat, 19 Jun 2004 15:23:03 +0000 (15:23 +0000)]
* wl-summary.el (wl-summary-exec-with-confirmation): Extracted
from `wl-summary-cleanup-temp-marks'.
(wl-summary-cleanup-temp-marks): Abolish argument.
* wl.el (wl-save-status): Revert previous change.
(wl-execute-temp-marks): New function, call
`wl-summary-exec-with-confirmation'.
* wl-folder.el (wl-folder-mode-map): Bind "x" to it.
(wl-folder-save-and-exec-marks): Abolished.

19 years agoUpdate description of wl-summary-flag-alist.
hmurata [Sat, 19 Jun 2004 11:38:54 +0000 (11:38 +0000)]
Update description of wl-summary-flag-alist.
Add description of header narrowing.

19 years ago(wl-e21-highlight-folder-group-line): Highlight mouse line
yoichi [Sat, 19 Jun 2004 10:47:16 +0000 (10:47 +0000)]
(wl-e21-highlight-folder-group-line): Highlight mouse line
even if wl-e21-display-image-p is nil.

19 years ago* wl-e21.el (wl-e21-display-image-p): Respect `wl-highlight-folder-with-icon'.
yoichi [Sat, 19 Jun 2004 10:21:58 +0000 (10:21 +0000)]
* wl-e21.el (wl-e21-display-image-p): Respect `wl-highlight-folder-with-icon'.

19 years agoundo the last commit
yoichi [Sat, 19 Jun 2004 09:57:53 +0000 (09:57 +0000)]
undo the last commit

19 years ago* wl-summary.el (wl-summary-update-mark-and-highlight-window):
yoichi [Sat, 19 Jun 2004 09:40:52 +0000 (09:40 +0000)]
* wl-summary.el (wl-summary-update-mark-and-highlight-window):
Respect value of `wl-summary-highlight'.

* wl.el (wl-save-status): Remove unused variable.

* wl-folder.el (wl-folder-save-and-exec-marks): New function.
(wl-folder-mode-map): Bind it to "x".

19 years ago* wl-summary.el (wl-summary-sync-update): Fix the last change
yoichi [Fri, 18 Jun 2004 01:50:09 +0000 (01:50 +0000)]
* wl-summary.el (wl-summary-sync-update): Fix the last change

19 years ago* wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
yoichi [Thu, 17 Jun 2004 17:38:43 +0000 (17:38 +0000)]
* wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.

* wl-thread.el (wl-thread-get-parent-list): Don't check
disconnected ancestors, neglecting needless work in
`wl-thread-update-indent-string-thread'.

* wl.el (wl-save): Take prefix argument to execute remaining marks.
* wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
argument, add argument default-keep to keep marks by default.

19 years agoVersion number is increased to 2.11.30. wl-2_11_30
yoichi [Thu, 17 Jun 2004 17:34:26 +0000 (17:34 +0000)]
Version number is increased to 2.11.30.

19 years ago* wl-vars.el (wl-draft-reply-with-argument-list): Fix
yoichi [Thu, 17 Jun 2004 16:57:12 +0000 (16:57 +0000)]
* wl-vars.el (wl-draft-reply-with-argument-list): Fix
customization type and docstring.
(wl-draft-reply-without-argument-list): Ditto.

19 years ago* wl-vars.el (wl-summary-mark-action-list): Fix customization type.
hmurata [Sun, 13 Jun 2004 16:07:15 +0000 (16:07 +0000)]
* wl-vars.el (wl-summary-mark-action-list): Fix customization type.

* wl-spam.el (wl-spam-mark-action-list): Ditto.

19 years ago* wl-vars.el (wl-summary-mark-action-list): Fix customization type.
yoichi [Sun, 13 Jun 2004 15:47:46 +0000 (15:47 +0000)]
* wl-vars.el (wl-summary-mark-action-list): Fix customization type.

19 years agoUpdate `File Folder' section and `Migration' chaptor.
hmurata [Sun, 13 Jun 2004 15:20:44 +0000 (15:20 +0000)]
Update `File Folder' section and `Migration' chaptor.

19 years agoFix the description of wl-summary-flag-alist.
hmurata [Sun, 13 Jun 2004 12:45:43 +0000 (12:45 +0000)]
Fix the description of wl-summary-flag-alist.

19 years ago* elmo.el (elmo-folder-synchronize): Add 5th optional argument
hmurata [Sun, 13 Jun 2004 12:33:45 +0000 (12:33 +0000)]
* elmo.el (elmo-folder-synchronize): Add 5th optional argument
`mask'.

* elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.

* elmo-multi.el (elmo-folder-synchronize): Likewise.
(elmo-multi-split-numbers): Add elmo-folder object into each
element of return value at first.
(elmo-folder-delete-messages): Follow the above change.
(elmo-folder-detach-messages): Ditto.

* elmo-filter.el (elmo-folder-synchronize): Minimize message
number which is synchronized in target folder.

19 years ago* wl-draft.el (wl-draft-config-exec): Narrow the range of
yoichi [Sat, 12 Jun 2004 02:19:07 +0000 (02:19 +0000)]
* wl-draft.el (wl-draft-config-exec): Narrow the range of
save-excursion so as not to include run-hooks.

19 years ago* wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
yoichi [Thu, 10 Jun 2004 15:53:11 +0000 (15:53 +0000)]
* wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
Clarify that marks are going to be cleared.

19 years agowl-{forward,reply}-subject-prefix can be function
yoichi [Wed, 9 Jun 2004 15:12:26 +0000 (15:12 +0000)]
wl-{forward,reply}-subject-prefix can be function
add section "Mark and Action"
add xref on mark operations

19 years ago* wl-summary.el (wl-summary-persistent-mark-string): Decide mark
hmurata [Wed, 9 Jun 2004 05:45:36 +0000 (05:45 +0000)]
* wl-summary.el (wl-summary-persistent-mark-string): Decide mark
according to 3rd element of wl-summary-flag-mark.

* wl-vars.el (wl-summary-flag-alist): Add description for mark.

19 years ago(wl-summary-target-mark-all): Don't set
hmurata [Mon, 7 Jun 2004 18:00:01 +0000 (18:00 +0000)]
(wl-summary-target-mark-all): Don't set
wl-summary-buffer-target-mark-list by elmo-folder-list-messages.

19 years agofix typo
yoichi [Mon, 7 Jun 2004 13:57:40 +0000 (13:57 +0000)]
fix typo

19 years agofinish translation of rev 1.236 of wl-ja.texi
yoichi [Mon, 7 Jun 2004 13:57:25 +0000 (13:57 +0000)]
finish translation of rev 1.236 of wl-ja.texi

19 years agoadd missing description of negation
yoichi [Sun, 6 Jun 2004 16:48:41 +0000 (16:48 +0000)]
add missing description of negation
translate half of changes in rev 1.236 of wl-ja.texi

19 years agofix the order of chapters according to the order of menu items
yoichi [Sun, 6 Jun 2004 16:47:04 +0000 (16:47 +0000)]
fix the order of chapters according to the order of menu items

19 years agowrite on batch processing
yoichi [Sun, 6 Jun 2004 15:47:47 +0000 (15:47 +0000)]
write on batch processing

19 years ago* wl-vars.el (wl-reply-subject-prefix): The value can be function.
yoichi [Sun, 6 Jun 2004 13:00:57 +0000 (13:00 +0000)]
* 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.