elisp/wanderlust.git
22 years ago* wl-draft.el (wl-draft-edit-string): Fetch From: field value and
teranisi [Wed, 13 Jun 2001 08:42:04 +0000 (08:42 +0000)]
* wl-draft.el (wl-draft-edit-string): Fetch From: field value and
Call wl-draft with `from' argument if its address is included in
`wl-user-mail-address-list'.
(wl-draft): Added `from' argument.

22 years ago* wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
teranisi [Wed, 13 Jun 2001 04:17:16 +0000 (04:17 +0000)]
* wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
non-nil.

* wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
wl-summary-use-frame.

* wl-vars.el (wl-summary-use-frame): New user option.
(wl-folder-use-frame): Changed docstring.

* wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
non-nil.
(wl-folder-select-buffer): Renamed wl-folder-use-frame to
wl-summary-use-frame.

22 years ago* wl-vars.el (wl-folder-use-frame): New user option.
teranisi [Wed, 13 Jun 2001 02:13:45 +0000 (02:13 +0000)]
* wl-vars.el (wl-folder-use-frame): New user option.

* wl-summary.el (wl-summary-exit): Back to folder frame if
wl-folder-use-frame is non-nil.
(wl-summary-redisplay-internal): Ignore cache
if current folder is draft folder.
(wl-summary-redisplay-no-mime): Ditto.
(wl-summary-redisplay-all-header): Ditto.

* wl-folder.el (wl-folder-select-buffer): Switch to other frame
if wl-folder-use-frame is non-nil.

22 years ago* elmo-util.el (elmo-file-field-primitive-condition-match):
teranisi [Mon, 11 Jun 2001 02:00:09 +0000 (02:00 +0000)]
* elmo-util.el (elmo-file-field-primitive-condition-match):
New inline function (Don't fetch file content if "first" or "last").
(elmo-file-field-condition-match): Use
elmo-file-field-primitive-condition-match.

* elmo-localdir.el (elmo-localdir-field-primitive-condition-match):
New inline function.
(elmo-localdir-field-condition-match):
Use elmo-localdir-field-primitive-condition-match.
(elmo-localdir-search): Speed up simple "last" and "first".

22 years ago* elmo2.el (elmo-move-msgs): Bind
teranisi [Mon, 11 Jun 2001 01:43:40 +0000 (01:43 +0000)]
* elmo2.el (elmo-move-msgs): Bind
elmo-inhibit-display-retrieval-progress as t while moving messages.

* elmo-vars.el (elmo-display-retrieval-progress-threshold):
New variable.
(elmo-inhibit-display-retrieval-progress): Ditto.

* elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
for retrieval progress;
Don't display progress when total buffer size is smaller than
elmo-display-retrieval-progress-threshold.
(elmo-pop3-read-msg): Don't display progress when
elmo-inhibit-display-retrieval-progress is non-nil;
Remove progress bar after retrieval.

* elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
for retrieval progress;
Don't display progress when literal size is smaller than
elmo-display-retrieval-progress-threshold.
(elmo-imap4-read-msg): Don't display progress when
elmo-inhibit-display-retrieval-progress is non-nil;
Remove progress bar after retrieval.
* elmo-imap4.el (elmo-imap4-read-part): Ditto.

22 years ago* elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
teranisi [Thu, 7 Jun 2001 03:30:18 +0000 (03:30 +0000)]
* elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
(elmo-imap4-find-next-line): Display progress while literal fetching.
(elmo-imap4-read-msg): Likewise.
(elmo-imap4-read-part): Ditto.

22 years agoFixed last change.
teranisi [Wed, 6 Jun 2001 03:16:23 +0000 (03:16 +0000)]
Fixed last change.

22 years ago(elmo-pop3-process-filter): Show retrieve progress (rewrite).
teranisi [Wed, 6 Jun 2001 03:14:28 +0000 (03:14 +0000)]
(elmo-pop3-process-filter): Show retrieve progress (rewrite).
(elmo-pop3-total-size): New variable.
(elmo-pop3-read-msg): Bind elmo-pop3-total-size while fetching.

22 years ago(elmo-pop3-process-filter): Show retrieve progress.
teranisi [Wed, 6 Jun 2001 01:08:42 +0000 (01:08 +0000)]
(elmo-pop3-process-filter): Show retrieve progress.

22 years agoSynch with dot.addresses.
kaoru [Tue, 5 Jun 2001 02:56:50 +0000 (02:56 +0000)]
Synch with dot.addresses.

22 years agoFixed example address (RFC2606).
kaoru [Tue, 5 Jun 2001 02:51:19 +0000 (02:51 +0000)]
Fixed example address (RFC2606).

22 years agoFixed regexp in `my-wl-summary-subject-func-ml'.
kaoru [Tue, 5 Jun 2001 02:42:01 +0000 (02:42 +0000)]
Fixed regexp in `my-wl-summary-subject-func-ml'.
(Thanks to Keiichiro Nagano <knagano@sodan.org>)

22 years agoUpdate confirmed environment. Thanks!
kaoru [Mon, 4 Jun 2001 10:58:36 +0000 (10:58 +0000)]
Update confirmed environment.  Thanks!

22 years agoFixed typo.
kaoru [Mon, 4 Jun 2001 10:57:02 +0000 (10:57 +0000)]
Fixed typo.

22 years ago* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
kaoru [Sun, 3 Jun 2001 18:32:32 +0000 (18:32 +0000)]
* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
Fixed probrem when hostname/port/auth included folder name makes
misguess.

22 years agoUpdate to version 2001-05-24.09.
kaoru [Sun, 3 Jun 2001 10:02:57 +0000 (10:02 +0000)]
Update to version 2001-05-24.09.

22 years agoUpdate confirmed environment. Thanks!
kaoru [Sun, 3 Jun 2001 09:56:42 +0000 (09:56 +0000)]
Update confirmed environment.  Thanks!

22 years agoUpdate.
kaoru [Thu, 24 May 2001 04:19:23 +0000 (04:19 +0000)]
Update.

22 years ago2001-05-24 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
kaoru [Thu, 24 May 2001 04:19:11 +0000 (04:19 +0000)]
2001-05-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>

* WL-MK (wl-detect-info-directory): Call `info-initialize' for
Emacs21.

22 years ago * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
okada [Wed, 23 May 2001 09:36:33 +0000 (09:36 +0000)]
    * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
  instead of `wl-summary-write-current-newsgroup'.

22 years agoUpdate to version 2001-03-28.08.
kaoru [Mon, 21 May 2001 06:18:08 +0000 (06:18 +0000)]
Update to version 2001-03-28.08.

22 years agoAdded version.texi. Use it.
kaoru [Mon, 21 May 2001 06:07:55 +0000 (06:07 +0000)]
Added version.texi.  Use it.

22 years ago* wl-summary.el (wl-summary-auto-select-msg-p): New function.
murata [Sat, 19 May 2001 00:19:35 +0000 (00:19 +0000)]
* wl-summary.el (wl-summary-auto-select-msg-p): New function.
  (wl-summary-goto-folder-subr): If `wl-auto-select-first' is non-nil
  and selected message is important, do not display.

23 years agoAdded authenticate-type & POP-before-SMTP.
kaoru [Mon, 14 May 2001 13:51:46 +0000 (13:51 +0000)]
Added authenticate-type & POP-before-SMTP.

23 years agoFixed description `elmo-default-imap4-stream-type'.
kaoru [Mon, 14 May 2001 06:03:17 +0000 (06:03 +0000)]
Fixed description `elmo-default-imap4-stream-type'.
Add some example for @code{} markuped symbol.

23 years agoFix typo.
kaoru [Sun, 6 May 2001 13:04:28 +0000 (13:04 +0000)]
Fix typo.

23 years agoRefine sample files.
kaoru [Fri, 4 May 2001 18:08:22 +0000 (18:08 +0000)]
Refine sample files.

23 years ago* wl-summary.el (wl-summary-write-current-folder): Set cursor
kaoru [Tue, 1 May 2001 05:46:26 +0000 (05:46 +0000)]
* wl-summary.el (wl-summary-write-current-folder): Set cursor
position on Subject: field.
(Advised by Mito <mit@nines.nec.co.jp>)

23 years agoSynch with `elmo-lunafy'.
yamaoka [Thu, 26 Apr 2001 00:16:56 +0000 (00:16 +0000)]
Synch with `elmo-lunafy'.

23 years agoAdd alpha version logo.
kaoru [Tue, 24 Apr 2001 08:56:31 +0000 (08:56 +0000)]
Add alpha version logo.

23 years agoAdd comment.
kaoru [Sun, 22 Apr 2001 03:02:03 +0000 (03:02 +0000)]
Add comment.

23 years ago* utils/bbdb-wl.el (bbdb-wl-get-update-record): Use `with-current-buffer'.
teranisi [Mon, 16 Apr 2001 02:53:14 +0000 (02:53 +0000)]
* utils/bbdb-wl.el (bbdb-wl-get-update-record): Use `with-current-buffer'.

23 years agoApplied patch from Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
yamaoka [Thu, 12 Apr 2001 13:24:59 +0000 (13:24 +0000)]
Applied patch from Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
* wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to call the
 command `wl-biff-check-folders' in `mode-line-mouse2-map'.

23 years ago* utils/bbdb-wl.el: Applied patch from
teranisi [Mon, 2 Apr 2001 11:13:53 +0000 (11:13 +0000)]
* utils/bbdb-wl.el: Applied patch from
 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> for bbdb 2.33
 (X-Mail-Count: 07190, 07195 in the ML);
 Added workaround for older version of bbdb.

23 years ago* wl-vars.el (wl-biff-unnotify-hook): New variable.
teranisi [Mon, 2 Apr 2001 09:29:23 +0000 (09:29 +0000)]
* wl-vars.el (wl-biff-unnotify-hook): New variable.

* wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
 biff notification is removed.

23 years ago * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
okada [Tue, 27 Mar 2001 05:53:14 +0000 (05:53 +0000)]
* elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
hierarchy is t.

23 years agoFixed IMAP access group.
kaoru [Sun, 25 Mar 2001 09:38:28 +0000 (09:38 +0000)]
Fixed IMAP access group.

23 years agoSimplify.
kaoru [Thu, 22 Mar 2001 03:56:16 +0000 (03:56 +0000)]
Simplify.

23 years ago* wl-folder.el (wl-folder-write-current-folder): Support petname.
kaoru [Tue, 20 Mar 2001 19:37:35 +0000 (19:37 +0000)]
* wl-folder.el (wl-folder-write-current-folder): Support petname.

23 years ago* wl-message.el (wl-normal-message-redisplay): Set `wl-message-cache-used'.
teranisi [Wed, 14 Mar 2001 08:19:00 +0000 (08:19 +0000)]
* wl-message.el (wl-normal-message-redisplay): Set `wl-message-cache-used'.

23 years agoUpdate.
okazaki [Tue, 13 Mar 2001 05:47:32 +0000 (05:47 +0000)]
Update.

23 years ago* wl-summary.el (wl-summary-mode): Use `make-local-hook' instead
okazaki [Tue, 13 Mar 2001 05:47:07 +0000 (05:47 +0000)]
* wl-summary.el (wl-summary-mode): Use `make-local-hook' instead
of `make-local-variable' for setting up `window-scroll-functions'.

23 years agoUpdate.
okazaki [Mon, 12 Mar 2001 11:41:48 +0000 (11:41 +0000)]
Update.

23 years ago* wl-highlight.el (wl-highlight-summary): Use `save-match-data'.
okazaki [Mon, 12 Mar 2001 11:40:41 +0000 (11:40 +0000)]
* wl-highlight.el (wl-highlight-summary): Use `save-match-data'.

23 years ago* wl-summary.el (wl-summary-move-spec-plugged-alist,
teranisi [Mon, 12 Mar 2001 09:48:16 +0000 (09:48 +0000)]
* wl-summary.el (wl-summary-move-spec-plugged-alist,
 wl-summary-move-spec-unplugged-alist): Define without backquote.

23 years ago* wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
okada [Sun, 11 Mar 2001 05:57:23 +0000 (05:57 +0000)]
* wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'

23 years agoFixed the documents for wl-draft-use-cache
okada [Fri, 9 Mar 2001 09:38:24 +0000 (09:38 +0000)]
Fixed the documents for wl-draft-use-cache

23 years ago* wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
kaoru [Thu, 8 Mar 2001 09:01:40 +0000 (09:01 +0000)]
* wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
score file.  Use `target' instead.

23 years agoFixed last change.
kaoru [Thu, 8 Mar 2001 02:05:29 +0000 (02:05 +0000)]
Fixed last change.

23 years ago* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
kaoru [Wed, 7 Mar 2001 14:26:21 +0000 (14:26 +0000)]
* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
Fixed probrem guess by top level folder.

23 years ago* wl-draft.el (wl-draft-random-alphabet): Removed.
kaoru [Wed, 7 Mar 2001 07:06:28 +0000 (07:06 +0000)]
* wl-draft.el (wl-draft-random-alphabet): Removed.
(wl-draft-confirm): Don't use conditonal statement
in `format' argument; Use gettext style.
(wl-draft-insert-x-face-field): Refactoring; Use guard statement
for error case.

23 years ago* elmo-version.el (elmo-appname): Fixed typo.
kaoru [Wed, 7 Mar 2001 07:02:45 +0000 (07:02 +0000)]
* elmo-version.el (elmo-appname): Fixed typo.

23 years ago* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
yamaoka [Mon, 5 Mar 2001 03:17:07 +0000 (03:17 +0000)]
* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
 value.

23 years agowl-summary.el (wl-summary-goto-folder-subr): Fixed problem that last
murata [Sat, 3 Mar 2001 12:48:44 +0000 (12:48 +0000)]
wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that last
unread message is skipped.

23 years agoFixed wl-draft-use-cache description.
kaoru [Fri, 2 Mar 2001 13:35:10 +0000 (13:35 +0000)]
Fixed wl-draft-use-cache description.
(Advised by Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>)

23 years agoFixed document about `wl-summary-down' and `wl-summary-up'.
teranisi [Thu, 1 Mar 2001 01:13:19 +0000 (01:13 +0000)]
Fixed document about `wl-summary-down' and `wl-summary-up'.

23 years ago* wl-summary.el (wl-summary-next-message):
teranisi [Thu, 1 Mar 2001 01:03:11 +0000 (01:03 +0000)]
* wl-summary.el (wl-summary-next-message):
 Return next message number when wl-summary-move-order is nil.

23 years ago2001-02-28 Akihiro MOTOKI <mokkun@iname.com>
teranisi [Thu, 1 Mar 2001 00:53:33 +0000 (00:53 +0000)]
2001-02-28  Akihiro MOTOKI <mokkun@iname.com>

* wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
`wl-summary-move-spec-alist'.
(wl-summary-move-spec-unplugged-alist): New variable
(Move spec for unplugged status).
(wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.

23 years ago"FCC" -> "Fcc".
okazaki [Wed, 28 Feb 2001 22:39:38 +0000 (22:39 +0000)]
"FCC" -> "Fcc".

23 years agoUpdate.
okazaki [Wed, 28 Feb 2001 22:12:25 +0000 (22:12 +0000)]
Update.

23 years ago* wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
okazaki [Wed, 28 Feb 2001 22:10:32 +0000 (22:10 +0000)]
* wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
* wl-mule.el (wl-draft-overload-menubar): Ditto.

23 years agoUpdate.
okazaki [Wed, 28 Feb 2001 04:06:13 +0000 (04:06 +0000)]
Update.

23 years ago* wl-mime.el (wl-draft-preview-message): Use `function' instead of
okazaki [Wed, 28 Feb 2001 04:04:08 +0000 (04:04 +0000)]
* wl-mime.el (wl-draft-preview-message): Use `function' instead of
simple quotation to quote the anonymous function.
* tm-wl.el (wl-draft-preview-message): Ditto.

23 years ago* elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
teranisi [Tue, 27 Feb 2001 10:14:27 +0000 (10:14 +0000)]
* elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
 elmo-default-imap4-authenticate-type is nil
 (Reported by Bun Mizuhara <mizuhara@acm.org>).

23 years ago* elmo-vars.el (elmo-pop3-use-uidl): Moved from `elmo-pop3.el'.
teranisi [Tue, 27 Feb 2001 07:09:33 +0000 (07:09 +0000)]
* elmo-vars.el (elmo-pop3-use-uidl): Moved from `elmo-pop3.el'.
 (Adviced by Akihiro MOTOKI <mokkun@iname.com>)

23 years ago2001-02-26 "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
teranisi [Tue, 27 Feb 2001 07:05:45 +0000 (07:05 +0000)]
2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>

* wl-folder.el (wl-folder-check-one-entity): Fixed problem that
the number of mails in the folder buffer is not updated by wl-biff.

23 years ago* wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
okada [Mon, 26 Feb 2001 01:36:39 +0000 (01:36 +0000)]
* wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.

23 years ago* wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
okada [Mon, 26 Feb 2001 01:25:44 +0000 (01:25 +0000)]
* wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.

23 years agoUpdate.
murata [Sun, 25 Feb 2001 13:04:07 +0000 (13:04 +0000)]
Update.

23 years ago(wl-folder-sync-entity): Fixed change value of `wl-message-buf-name' and
murata [Sun, 25 Feb 2001 13:01:55 +0000 (13:01 +0000)]
(wl-folder-sync-entity): Fixed change value of `wl-message-buf-name' and
`wl-summary-buffer-name'.
(wl-folder-mark-as-read-all-entity) : Ditto.
(wl-folder-prefetch-entity): Ditto.
(wl-folder-drop-unsync-entity): Ditto.

23 years agoFix mail address.
okazaki [Sat, 24 Feb 2001 21:57:34 +0000 (21:57 +0000)]
Fix mail address.

23 years agoUpdate.
okazaki [Sat, 24 Feb 2001 20:10:27 +0000 (20:10 +0000)]
Update.

23 years ago* wl-highlight.el (wl-highlight-summary-displaying): Optimize;
okazaki [Sat, 24 Feb 2001 20:08:46 +0000 (20:08 +0000)]
* wl-highlight.el (wl-highlight-summary-displaying): Optimize;
Eliminate redundant `save-excursion'.
(wl-highlight-summary-current-line): Ditto.

* wl-highlight.el (wl-highlight-summary-current-line):
Avoid accessing match data when `looking-at' failed.

23 years ago* wl-draft.el (wl-draft-delete): Use `match-string' instead of
okazaki [Sat, 24 Feb 2001 20:05:53 +0000 (20:05 +0000)]
* wl-draft.el (wl-draft-delete): Use `match-string' instead of
`elmo-match-string' where users don't care about the speed.
(wl-draft-save): Ditto.

23 years agoFix example hostname. (RFC2606)
kaoru [Sat, 24 Feb 2001 15:43:26 +0000 (15:43 +0000)]
Fix example hostname. (RFC2606)
Reflect Martin's patch. [WL 6924]

23 years ago* wl-util.el (wl-regexp-opt): New function.
teranisi [Fri, 23 Feb 2001 23:09:18 +0000 (23:09 +0000)]
* wl-util.el (wl-regexp-opt): New function.

* wl-summary.el (wl-summary-delete-messages-on-buffer): Delete number from
 `wl-summary-buffer-number-list'.
(wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
 Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
(wl-summary-move-spec-alist): Changed default setting.

23 years agoApply Yoichi NAKAYAMA's patch [WL 6982].
kaoru [Fri, 23 Feb 2001 12:29:11 +0000 (12:29 +0000)]
Apply Yoichi NAKAYAMA's patch [WL 6982].
MHC, wl-biff-notify-hook.

23 years ago2001-02-23 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
kaoru [Fri, 23 Feb 2001 12:09:12 +0000 (12:09 +0000)]
2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>

* wl-vars.el (wl-biff-notify-hook): New hook.
* wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
the arrival of new mail.
(Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
and advice by Yuuichi Teranishi  <teranisi@gohome.org>)

23 years ago* wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
teranisi [Thu, 22 Feb 2001 21:49:31 +0000 (21:49 +0000)]
* wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).

23 years ago* wl-summary.el (wl-summary-default-get-next-msg): Fix.
teranisi [Thu, 22 Feb 2001 09:37:31 +0000 (09:37 +0000)]
* wl-summary.el (wl-summary-default-get-next-msg): Fix.

23 years ago * Version number is increased to 2.5.8.
teranisi [Thu, 22 Feb 2001 06:39:09 +0000 (06:39 +0000)]
* Version number is increased to 2.5.8.

* wl-thread.el (toplevel): require 'cl.
(wl-thread-resume-entity): Call wl-thread-make-number-list.
(wl-thread-make-number-list): New function.
(wl-thread-entity-make-number-list-from-children): Ditt.
(wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
(wl-thread-entity-insert-as-children): Likewise.
(wl-thread-delete-message): Likewise.
(wl-meaning-of-mark): Eliminated.
(wl-thread-next-failure-mark-p): Ditto.
(wl-thread-entity-get-mark): Ditto.
(wl-thread-meaning-alist-get-result): Ditto.
(wl-thread-entity-check-prev-mark): Ditto.
(wl-thread-entity-check-next-mark): Ditto.
(wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
(wl-thread-entity-get-prev-marked-entity): Ditto.
(wl-thread-get-prev-unread): Ditto.
(wl-thread-jump-to-prev-unread): Ditto.
(wl-thread-get-next-unread): Ditto.
(wl-thread-jump-to-next-unread): Ditto.
(wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
(wl-thread-entity-get-next-marked-entity): Ditto.

* wl-summary.el (wl-summary-buffer-number-list):
New bufer-local variable.
(wl-summary-switch-to-clone-buffer): Clone
`wl-summary-buffer-number-list'.
(wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
(wl-summary-cursor-move-regex): Eliminated.
(wl-summary-cursor-up): Rewrite.
(wl-summary-cursor-down): Ditto.
(wl-summary-mode-spec-alist): New variable.
(wl-summary-next-message): New inline function.
(wl-summary-cursor-move): New function.
(wl-summary-default-get-next-msg): Rewrite.
(wl-summary-sync-all-init): Setup `wl-summary-number-list'.
(wl-summary-rescan): Ditto.
(wl-summary-sync-all-init): Ditto.
(wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
summary is not thread view.
(wl-summary-sync-update3): Ditto.
(wl-summary-rescan): Ditto.
(wl-summary-make-number-list): New function.

* wl-draft.el: "FCC" -> "Fcc".

* elmo-version.el (elmo-version): Up to 2.5.8.

* elmo2.el (elmo-msgdb-list-messages-mark-match): New function.

* elmo-util.el (elmo-list-insert): New function.

23 years ago* wl-highlight.el (wl-highlight-summary-window): Call `set-buffer-modified-p'.
teranisi [Wed, 21 Feb 2001 10:45:14 +0000 (10:45 +0000)]
* wl-highlight.el (wl-highlight-summary-window): Call `set-buffer-modified-p'.

23 years agoUpdate.
okazaki [Wed, 21 Feb 2001 05:57:30 +0000 (05:57 +0000)]
Update.

23 years ago* elmo-util.el (elmo-display-progress): Prefer
okazaki [Wed, 21 Feb 2001 05:57:07 +0000 (05:57 +0000)]
* elmo-util.el (elmo-display-progress): Prefer
`progress-feedback-with-label' to `lprogress-display'.

23 years ago* wl-vars.el (wl-summary-lazy-highlight): New variable.
teranisi [Wed, 21 Feb 2001 02:03:12 +0000 (02:03 +0000)]
* wl-vars.el (wl-summary-lazy-highlight): New variable.

* wl-summary.el (wl-summary-mode): Set up window-scroll-functions
 when `wl-summary-lazy-highlight' is non-nil.
(wl-summary-goto-folder-subr): Highlight only when
 `wl-summary-lazy-highlight' is non-nil.

* wl-highlight.el (wl-highlight-summary): Fixed docstring;
 Don't display progress and highlight temp-mark when
`wl-summary-lazy-highlight' is non-nil.
(wl-highlight-summary-window): New function.

(Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)

23 years ago* wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
yamaoka [Tue, 20 Feb 2001 22:28:21 +0000 (22:28 +0000)]
* wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.

23 years ago* elmo-imap4.el (elmo-network-authenticate-session): Fix.
okada [Tue, 20 Feb 2001 09:55:13 +0000 (09:55 +0000)]
* elmo-imap4.el (elmo-network-authenticate-session): Fix.
* elmo-pop3.el (elmo-network-authenticate-session): Add comments.

23 years ago* wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to `wl-use-toolbar' nor
yamaoka [Tue, 20 Feb 2001 09:20:27 +0000 (09:20 +0000)]
* wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to `wl-use-toolbar' nor
 `display-graphic-p'.
(wl-e21-setup-message-toolbar): Ditto.
(wl-e21-setup-summary-toolbar): Ditto.
(wl-e21-setup-folder-toolbar): Ditto.

(wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
(wl-plugged-init-icons): Ditto.

(wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
 `display-graphic-p'.
(wl-plugged-set-folder-icon): Ditto.
(wl-highlight-plugged-current-line): Ditto.
(wl-highlight-folder-current-line): Ditto.
(wl-e21-highlight-folder-group-line): Ditto.
(wl-e21-setup-toolbar): Ditto.
(wl-e21-display-image-p): New macro.

* wl-demo.el (wl-demo): Simplified.
(wl-demo-image-type-alist): Use `image-type-available-p' for checking whether
 the image type `xbm' is available.

23 years agoApplied patch from Martin Buchholz <martin@xemacs.org>.
teranisi [Tue, 20 Feb 2001 04:24:31 +0000 (04:24 +0000)]
Applied patch from Martin Buchholz <martin@xemacs.org>.

23 years ago * wl-summary.el (wl-summary-sync): Change `all-visible'
okada [Tue, 20 Feb 2001 03:57:27 +0000 (03:57 +0000)]
* wl-summary.el (wl-summary-sync): Change `all-visible'
from `all-shown'
(wl-summary-input-range): Ditto.

23 years ago* wl-e21.el (wl-highlight-folder-current-line): Call `wl-folder-init-icons'
yamaoka [Tue, 20 Feb 2001 02:01:31 +0000 (02:01 +0000)]
* wl-e21.el (wl-highlight-folder-current-line): Call `wl-folder-init-icons'
 when folder icons have not been initialized.

23 years ago* wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
yamaoka [Tue, 20 Feb 2001 01:33:38 +0000 (01:33 +0000)]
* wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
* wl-demo.el: Work also with BITMAP-MULE under Emacs 21.

23 years ago* wl-summary.el (wl-summary-sync): Added 'all-shown'
okada [Mon, 19 Feb 2001 16:15:49 +0000 (16:15 +0000)]
* wl-summary.el (wl-summary-sync): Added 'all-shown'

23 years ago2000-02-20 Kenichi OKADA <okada@opaopa.org>
okada [Mon, 19 Feb 2001 15:58:22 +0000 (15:58 +0000)]
2000-02-20  Kenichi OKADA  <okada@opaopa.org>

* elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'

2000-02-19  Kenichi OKADA  <okada@opaopa.org>

* elmo2.el (elmo-list-folder): Added optional argument `nohide'.
* wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
* elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
* elmo-pop3.el (elmo-pop3-list-folder): Ditto.
     * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
* elmo-localdir.el (elmo-localdir-list-folder): Ditto.
* elmo-localnews.el (elmo-localnews-list-folder): Ditto.
* elmo-archive.el (elmo-archive-list-folder): Ditto.
     * elmo-filter.el (elmo-filter-list-folder): Ditto.
* elmo-internal.el (elmo-internal-list-folder): Ditto.
     * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
     * elmo-multi.el (elmo-multi-list-folder): Ditto.
     * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
     * elmo-dop.el (elmo-dop-list-folder): Ditto.

23 years agoTypo.
yamaoka [Mon, 19 Feb 2001 11:08:01 +0000 (11:08 +0000)]
Typo.

23 years ago* wl-e21.el (wl-biff-init-icons): Don't generate icons of the display does not
yamaoka [Mon, 19 Feb 2001 11:04:58 +0000 (11:04 +0000)]
* wl-e21.el (wl-biff-init-icons): Don't generate icons of the display does not
 support graphics.
(wl-plugged-init-icons): Ditto.
(wl-folder-init-icons): Ditto.

* wl-demo.el (wl-demo): Chech closely whether the display supports graphics.

23 years agoFixed recommended APEL, FLIM and SEMI version.
kaoru [Mon, 19 Feb 2001 09:07:02 +0000 (09:07 +0000)]
Fixed recommended APEL, FLIM and SEMI version.

23 years agoAdd comment and update copyright notice.
kaoru [Mon, 19 Feb 2001 09:03:35 +0000 (09:03 +0000)]
Add comment and update copyright notice.

23 years agoUpdate.
okazaki [Sun, 18 Feb 2001 21:42:53 +0000 (21:42 +0000)]
Update.

23 years ago* wl-highlight.el (wl-highlight-summary-line-string): Use
okazaki [Sun, 18 Feb 2001 21:26:35 +0000 (21:26 +0000)]
* wl-highlight.el (wl-highlight-summary-line-string): Use
`zerop' instead of `= 0'.
(wl-highlight-summary): Use `zerop' instead of `eq 0'.