elisp/wanderlust.git
22 years ago* NEWS, NEWS.ja: Add about changes around the sticky summary.
yoichi [Tue, 5 Mar 2002 14:01:19 +0000 (14:01 +0000)]
* NEWS, NEWS.ja: Add about changes around the sticky summary.

22 years ago* wl/wl-folder.el (wl-folder-goto-folder-sticky): Just call
yoichi [Tue, 5 Mar 2002 13:59:52 +0000 (13:59 +0000)]
* wl/wl-folder.el (wl-folder-goto-folder-sticky): Just call
wl-folder-goto-folder with sticky argument.
(wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".

* NEWS, NEWS.ja: Add about changes around the sticky summary.

22 years agoAdd C-cC-p,C-cC-n in summary mode to go round summary buffers.
yoichi [Tue, 5 Mar 2002 11:40:15 +0000 (11:40 +0000)]
Add C-cC-p,C-cC-n in summary mode to go round summary buffers.

22 years ago* wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
teranisi [Tue, 5 Mar 2002 09:37:33 +0000 (09:37 +0000)]
* wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
and wl-summary-previous-buffer.
(wl-summary-next-buffer): New function.
(wl-summary-previous-buffer): Ditto.

22 years agoKill sticky summary buffer when wl-summary-goto-folder is called
yoichi [Tue, 5 Mar 2002 09:11:51 +0000 (09:11 +0000)]
Kill sticky summary buffer when wl-summary-goto-folder is called
with prefix argument.

22 years ago * wl-folder.el (toplevel): Bind [(shift return)] to
yoichi [Tue, 5 Mar 2002 04:26:27 +0000 (04:26 +0000)]
    * wl-folder.el (toplevel): Bind [(shift return)] to
        wl-folder-jump-to-current-entity-with-arg.
        (wl-folder-jump-to-current-entity-with-arg): Just call with arg
        `wl-folder-jump-to-current-entity'.
        * wl-summary.el (toplevel): Bind `wl-summary-goto-folder-sticky'
        to "G".
        (wl-summary-goto-folder-sticky): Just call with the sticky arg
        `wl-summary-goto-folder'.
        (wl-summary-goto-folder-subr): Add 7th argument force-exit.
        Unless force-exit, do not clean temp. marks for sticky summary.
        (wl-summary-goto-folder): Now the prefix argument means force-exit.

22 years ago* wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
teranisi [Tue, 5 Mar 2002 04:12:04 +0000 (04:12 +0000)]
* wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
not entire.

22 years agoAdd description about entering summary from folder mode by C-u RET.
yoichi [Tue, 5 Mar 2002 03:13:42 +0000 (03:13 +0000)]
Add description about entering summary from folder mode by C-u RET.

22 years agoAdd key binding for wl-summary-save-status.
yoichi [Tue, 5 Mar 2002 02:30:58 +0000 (02:30 +0000)]
Add key binding for wl-summary-save-status.

22 years ago* wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status to
teranisi [Mon, 4 Mar 2002 16:35:48 +0000 (16:35 +0000)]
* wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status to
 `C-x C-s'.
(wl-summary-save-status): New command.
(wl-summary-exit): Don't clean-up temp marks when sticky.
(Applied patch from Nakayama-san [wl: 09548])
(wl-summary-delete-all-temp-marks): Added optional argument no-msg;
Do nothing when no mark data.
(wl-summary-save-view-cache): Copy local variables to the temp buffer;
Call `wl-summary-delete-all-temp-marks' before saving.

22 years ago2002-03-04 Mito <mito@mxa.nes.nec.co.jp>
teranisi [Mon, 4 Mar 2002 15:39:52 +0000 (15:39 +0000)]
2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>

* wl-mime.el (wl-mime-save-content): Don't save if answered "no".

22 years ago* wl.el (wl-check-environment): Also cause error when (system-name)
yoichi [Thu, 28 Feb 2002 10:45:18 +0000 (10:45 +0000)]
* wl.el (wl-check-environment): Also cause error when (system-name)
  returns "localhost.localdomain". (Although it doesn't affect because
  of condition-case, see change in 2002-01-23 by Teranisi-san.)

22 years agoAdd wl-auto-prefetch-first.
yoichi [Thu, 28 Feb 2002 02:30:12 +0000 (02:30 +0000)]
Add wl-auto-prefetch-first.

22 years agoAdd recent user visible changes (before forgetting what was new :-).
yoichi [Wed, 27 Feb 2002 14:03:03 +0000 (14:03 +0000)]
Add recent user visible changes (before forgetting what was new :-).

22 years agoNow wl-folder-hierarchy-access-folders takes REGEXP of group names.
yoichi [Wed, 27 Feb 2002 04:15:41 +0000 (04:15 +0000)]
Now wl-folder-hierarchy-access-folders takes REGEXP of group names.

22 years agoNow wl-folder-hierarchy-access-folders takes REGEXP of group names.
yoichi [Wed, 27 Feb 2002 04:08:46 +0000 (04:08 +0000)]
Now wl-folder-hierarchy-access-folders takes REGEXP of group names.

22 years agoAdd more information about wl-draft-reply-with*-argument-list.
yoichi [Sun, 24 Feb 2002 14:40:05 +0000 (14:40 +0000)]
Add more information about wl-draft-reply-with*-argument-list.

22 years agoComment out setting of wl-draft-reply-with*-argument-list for
yoichi [Sun, 24 Feb 2002 13:18:25 +0000 (13:18 +0000)]
Comment out setting of wl-draft-reply-with*-argument-list for
avoiding confusion (it is inverse of default setting).

22 years ago* wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
teranisi [Sun, 24 Feb 2002 12:33:49 +0000 (12:33 +0000)]
* wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
Likewise r-cc-list and r-ng-list.

22 years agoAdd information about wl-en@lists.airs.net.
yoichi [Wed, 20 Feb 2002 11:57:36 +0000 (11:57 +0000)]
Add information about wl-en@lists.airs.net.

22 years agoAdd information about new mailing list in English.
yoichi [Wed, 20 Feb 2002 11:54:15 +0000 (11:54 +0000)]
Add information about new mailing list in English.
Thanks to Kitame-san!

22 years ago* wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
teranisi [Wed, 20 Feb 2002 02:15:57 +0000 (02:15 +0000)]
* wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
only if it is bound as variable.

* wl-mime.el (wl-draft-preview-message): Ditto.

22 years ago* wl-draft.el (toplevel): require 'eword-encode.
teranisi [Wed, 20 Feb 2002 00:27:39 +0000 (00:27 +0000)]
* wl-draft.el (toplevel): require 'eword-encode.

22 years ago* wl-message.el (wl-message-add-buttons-to-header): Eliminated needless
teranisi [Tue, 19 Feb 2002 08:52:29 +0000 (08:52 +0000)]
* wl-message.el (wl-message-add-buttons-to-header): Eliminated needless
 `goto-char'.

22 years ago* wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
teranisi [Tue, 19 Feb 2002 03:27:41 +0000 (03:27 +0000)]
* wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
`wl-summary-redisplay-no-mime-internal' instead of
`wl-summary-redisplay-no-mime'.
(wl-summary-redisplay-no-mime): Changed argument;
Call `wl-summary-redisplay-no-mime-internal'.

* wl-mime.el (wl-draft-preview-message): Bind
`mime-header-encode-method-alist' locally.

* wl-draft.el (wl-draft-eword-encode-address-list): New function.
(wl-draft-std11-parse-addresses): Added the first address check.
(wl-draft-send): Bind `mime-header-encode-method-alist' locally.

22 years ago* elmo-version.el (elmo-version): Up to 2.9.7. wl-2_9_7
teranisi [Tue, 19 Feb 2002 03:24:00 +0000 (03:24 +0000)]
* elmo-version.el (elmo-version): Up to 2.9.7.

22 years ago* elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
teranisi [Tue, 19 Feb 2002 00:57:22 +0000 (00:57 +0000)]
* elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.

22 years ago* elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
ueno [Mon, 18 Feb 2002 23:59:25 +0000 (23:59 +0000)]
* elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.

22 years agoCheck error.
okada [Sat, 16 Feb 2002 12:52:09 +0000 (12:52 +0000)]
Check error.

22 years ago* wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
ueno [Fri, 15 Feb 2002 01:00:24 +0000 (01:00 +0000)]
* wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
related to scrollbar support, if there is no such a feature
compiled in.

22 years agoAdd example for access group of archive folders.
yoichi [Tue, 12 Feb 2002 14:50:47 +0000 (14:50 +0000)]
Add example for access group of archive folders.

22 years ago* elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late from --early.
teranisi [Tue, 12 Feb 2002 03:47:15 +0000 (03:47 +0000)]
* elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late from --early.
(elmo-map-folder-list-message-locations): Reverse location list.

22 years ago* wl-message.el (wl-message-buffer-prefetch-next): Don't call
hmurata [Mon, 11 Feb 2002 12:14:11 +0000 (12:14 +0000)]
* wl-message.el (wl-message-buffer-prefetch-next): Don't call
`wl-message-buffer-prefetch-get-next' if FOLDER is not a target
for prefetch.

22 years ago* wl-summary.el (wl-summary-pick): Fix for no match.
okada [Thu, 7 Feb 2002 05:29:15 +0000 (05:29 +0000)]
* wl-summary.el (wl-summary-pick): Fix for no match.

22 years ago* wl-draft.el (wl-draft-save):
okada [Fri, 1 Feb 2002 06:09:59 +0000 (06:09 +0000)]
* wl-draft.el (wl-draft-save):
Override `mime-header-encode-method-alist'.

22 years agoAdd comment
okada [Fri, 1 Feb 2002 04:05:48 +0000 (04:05 +0000)]
Add comment

22 years ago* wl-folder.el (wl-folder-pick): New function.
okada [Fri, 1 Feb 2002 04:03:04 +0000 (04:03 +0000)]
* wl-folder.el (wl-folder-pick): New function.
Define key as "?".

22 years ago* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
okada [Fri, 1 Feb 2002 03:29:12 +0000 (03:29 +0000)]
* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.

22 years ago* wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
okada [Fri, 1 Feb 2002 03:08:05 +0000 (03:08 +0000)]
* wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
Fix for unplugged.

22 years agoAdd document for `wl-folder-flush-queue' and `wl-folder-virtual'
okada [Fri, 1 Feb 2002 02:31:06 +0000 (02:31 +0000)]
Add document for `wl-folder-flush-queue' and `wl-folder-virtual'

22 years agofix comment
okada [Fri, 1 Feb 2002 02:24:17 +0000 (02:24 +0000)]
fix comment

22 years ago* wl-folder.el (wl-folder-virtual): New function.
okada [Fri, 1 Feb 2002 02:24:00 +0000 (02:24 +0000)]
* wl-folder.el (wl-folder-virtual): New function.
Define key as "V".

22 years ago* wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
okada [Fri, 1 Feb 2002 01:40:28 +0000 (01:40 +0000)]
* wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
multi folder if entity is group.

22 years ago* wl-message.el (wl-message-buffer-prefetch-debug): Default value
okada [Thu, 31 Jan 2002 23:17:50 +0000 (23:17 +0000)]
* wl-message.el (wl-message-buffer-prefetch-debug): Default value
is nil.

22 years ago* wl-summary.el (wl-summary-pick): Fix for killed messages.
okada [Thu, 31 Jan 2002 22:03:24 +0000 (22:03 +0000)]
* wl-summary.el (wl-summary-pick): Fix for killed messages.
(wl-summary-target-mark-msgs): Return the number of marked messages.

22 years ago* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server as a
teranisi [Thu, 31 Jan 2002 01:32:13 +0000 (01:32 +0000)]
* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server as a
 key.
(elmo-nntp-folder-list-subfolders): Follow the change above.

22 years ago* bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
hmurata [Mon, 28 Jan 2002 13:36:53 +0000 (13:36 +0000)]
* bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
variable.

22 years ago2002-01-27 Takaaki MORIYAMA <aka@iris.eonet.ne.jp>
teranisi [Mon, 28 Jan 2002 03:59:11 +0000 (03:59 +0000)]
2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>

* elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
name if authentication type is specified.

22 years ago* bbdb-wl.el (bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.
teranisi [Mon, 28 Jan 2002 03:42:36 +0000 (03:42 +0000)]
* bbdb-wl.el (bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.

* elmo.el (elmo-default-imap4-stream-type): Define as obsolete variable.
(elmo-default-nntp-stream-type): Ditto.
(elmo-default-pop3-stream-type): Ditto.

22 years ago* bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
teranisi [Mon, 28 Jan 2002 03:18:41 +0000 (03:18 +0000)]
* bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
(bbdb-wl-get-addresses-2): Ditto.
(bbdb-wl-get-addresses): Select bbdb-wl-get-addresses-1 or
bbdb-wl-get-addresses-2 according to the bbdb-version.
(bbdb-wl-address-headers-spec): New function.
(bbdb-wl-show-all-recipients): Use it.
(bbdb-wl-show-sender): Ditto.

22 years ago2002-01-26 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
hmurata [Sun, 27 Jan 2002 04:42:35 +0000 (04:42 +0000)]
2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>

* wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
"first:" is specified.

22 years ago2002-01-25 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
teranisi [Fri, 25 Jan 2002 15:46:03 +0000 (15:46 +0000)]
2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>

* elmo.el (elmo-generic-folder-append-messages): Disable multibyte.

22 years ago* wl-vars.el (wl-from): Use return value of function
yoichi [Fri, 25 Jan 2002 14:36:21 +0000 (14:36 +0000)]
* wl-vars.el (wl-from): Use return value of function
  user-full-name instead of the variable user-full-name since
  XEmacs-20.4 doesn't set this variable.

22 years agoAdd autoload setting for wl-other-frame.
yoichi [Fri, 25 Jan 2002 11:03:00 +0000 (11:03 +0000)]
Add autoload setting for wl-other-frame.

22 years ago* wl.el (wl-other-frame): If wl-folder-use-frame is non-nil, call `wl'
teranisi [Fri, 25 Jan 2002 10:38:49 +0000 (10:38 +0000)]
* wl.el (wl-other-frame): If wl-folder-use-frame is non-nil, call `wl'
 directly.

22 years ago2002-01-25 pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
teranisi [Fri, 25 Jan 2002 08:17:34 +0000 (08:17 +0000)]
2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>

* wl-draft.el (wl-draft-reedit): Removed duplicated
switch-to-buffers.

22 years ago* wl.el (wl-other-frame): Removed garbages.
yamaoka [Fri, 25 Jan 2002 05:09:45 +0000 (05:09 +0000)]
* wl.el (wl-other-frame): Removed garbages.

22 years ago* wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
teranisi [Fri, 25 Jan 2002 03:21:44 +0000 (03:21 +0000)]
* wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s

* wl-xmas.el (wl-draft-key-setup): Ditto.

* wl-mule.el (wl-draft-key-setup): Ditto.

* wl-draft.el (wl-draft-reedit): Set buffer-file-name.
(wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.

22 years ago* wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
teranisi [Fri, 25 Jan 2002 03:01:51 +0000 (03:01 +0000)]
* wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
(wl-draft-reedit): Ditto.
(wl-draft-prepare-edit): Add `wl-draft-save' to
`local-write-file-hooks'.
(wl-draft-prepare-edit): Call clear-visited-file-modtime.

22 years ago* wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
teranisi [Fri, 25 Jan 2002 02:10:04 +0000 (02:10 +0000)]
* wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
call it.
(wl-delete-startup-frame-function): New variable.
(wl-other-frame): New function
(Original was written by Yamaoka san [wl: 09239]).

* wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
if `wl-folder-use-frame'.

22 years agoremove surplus space
okada [Thu, 24 Jan 2002 18:52:56 +0000 (18:52 +0000)]
remove surplus space

22 years agoUndo last change
okada [Thu, 24 Jan 2002 15:56:16 +0000 (15:56 +0000)]
Undo last change

22 years ago* wl-message.el (wl-message-buffer-prefetch-subr): Read as-is.
okada [Thu, 24 Jan 2002 15:45:43 +0000 (15:45 +0000)]
* wl-message.el (wl-message-buffer-prefetch-subr): Read as-is.
(wl-message-buffer-prefetch-p): Check plugged.

22 years ago* wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
okada [Thu, 24 Jan 2002 14:06:28 +0000 (14:06 +0000)]
* wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
New variable.
(wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
(wl-message-buffer-prefetch-get-next): Use them.
* wl-demo.el (wl-demo-copyright-notice): Add 2002.

22 years ago* wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
teranisi [Thu, 24 Jan 2002 08:45:37 +0000 (08:45 +0000)]
* wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
with unwind-protect.

* wl-draft.el (wl-draft-save): Insert header separator if it does not exist;
Removed condition-case.

22 years ago* wl-draft.el (wl-draft-reedit): Rewrite.
teranisi [Thu, 24 Jan 2002 06:11:55 +0000 (06:11 +0000)]
* wl-draft.el (wl-draft-reedit): Rewrite.
(wl-jump-to-draft-buffer): Don't use `buffer-file-name'.

* wl-summary.el (wl-summary-reedit): Revert last change.

22 years ago* wl-draft.el (wl-smtp-password-key): Rename the second argument.
okazaki [Thu, 24 Jan 2002 05:15:48 +0000 (05:15 +0000)]
* wl-draft.el (wl-smtp-password-key): Rename the second argument.

22 years ago* wl-draft.el (wl-draft-save): Rewrite.
teranisi [Thu, 24 Jan 2002 04:15:49 +0000 (04:15 +0000)]
* wl-draft.el (wl-draft-save): Rewrite.
(wl-draft-create-buffer): Set buffer-file-name as nil.

* wl-summary.el (wl-summary-reedit): Don't care about draft folder.

* wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.

* wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to nil.

22 years ago* wl-message.el (wl-message-buffer-prefetch): Require `count'.
okada [Thu, 24 Jan 2002 03:43:35 +0000 (03:43 +0000)]
* wl-message.el (wl-message-buffer-prefetch): Require `count'.
If count is nil, do not prefetch.
(wl-message-buffer-prefetch-next): Next.

22 years ago* wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
okada [Thu, 24 Jan 2002 01:03:28 +0000 (01:03 +0000)]
* wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.

22 years ago* wl-draft.el (wl-draft-insert-mail-header-separator): Use
okada [Wed, 23 Jan 2002 21:47:11 +0000 (21:47 +0000)]
* wl-draft.el (wl-draft-insert-mail-header-separator): Use
`delete-backward-char'
(wl-draft-prepare-edit): Check major-mode.
(wl-draft-decode-header): Rewrite.
(wl-draft): Fix.

22 years ago* wl-message.el (wl-message-buffer-prefetch-subr): Fix.
okada [Wed, 23 Jan 2002 20:00:02 +0000 (20:00 +0000)]
* wl-message.el (wl-message-buffer-prefetch-subr): Fix.

22 years ago* elmo-localnews.el (elmo-localnews-folder-path): Moved from elmo-vars.el.
yoichi [Wed, 23 Jan 2002 15:09:57 +0000 (15:09 +0000)]
* elmo-localnews.el (elmo-localnews-folder-path): Moved from elmo-vars.el.
* elmo-maildir.el (elmo-maildir-folder-path): Ditto.

22 years ago* wl-message.el (wl-message-buffer-prefetch-p): Check size.
okada [Wed, 23 Jan 2002 13:48:21 +0000 (13:48 +0000)]
* wl-message.el (wl-message-buffer-prefetch-p): Check size.
(wl-message-buffer-prefetch-get-next): Remove size checking.
(wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.

22 years ago* wl-draft.el (wl-draft-decode-body): Remove `debug'.
okada [Wed, 23 Jan 2002 11:45:19 +0000 (11:45 +0000)]
* wl-draft.el (wl-draft-decode-body): Remove `debug'.
(wl-draft-default-headers): Fix.

22 years agoCosmetic fix.
okazaki [Wed, 23 Jan 2002 11:13:27 +0000 (11:13 +0000)]
Cosmetic fix.

22 years ago* wl-draft.el (wl-draft-default-headers): Insert return value of
yoichi [Wed, 23 Jan 2002 11:06:10 +0000 (11:06 +0000)]
* wl-draft.el (wl-draft-default-headers): Insert return value of
  `wl-generate-mailer-string-function'.

22 years agoUpdate.
yoichi [Wed, 23 Jan 2002 10:14:51 +0000 (10:14 +0000)]
Update.

22 years ago* wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
teranisi [Wed, 23 Jan 2002 09:39:05 +0000 (09:39 +0000)]
* wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
(wl-draft-insert-mail-header-separator): Ditto.

* wl.el: Fixed last change.

22 years ago* wl.el (wl): Enclose `wl-check-environment' with `condition-case' again
teranisi [Wed, 23 Jan 2002 09:30:49 +0000 (09:30 +0000)]
* wl.el (wl): Enclose `wl-check-environment' with `condition-case' again
(Reverted the change on 2002-01-17 by OKADA san).

22 years ago* wl-draft.el (wl-draft): Rewrite.
okada [Wed, 23 Jan 2002 08:51:22 +0000 (08:51 +0000)]
* wl-draft.el (wl-draft): Rewrite.
(wl-draft-create-buffer): New function.
(wl-draft-create-contents): Ditto.
(wl-draft-prepare-edit): Ditto.
(wl-draft-decode-header): Ditto.
(wl-draft-decode-body): Ditto.
(wl-draft-check-new-line): Ditto.
(wl-draft-default-headers): Ditto.
(wl-draft-insert-mail-header-separator): Ditto.

22 years agoUp to 2.9.6 wl-2_9_6
okada [Wed, 23 Jan 2002 08:46:30 +0000 (08:46 +0000)]
Up to 2.9.6

22 years agoFix last change
okada [Tue, 22 Jan 2002 22:21:25 +0000 (22:21 +0000)]
Fix last change

22 years ago* wl-draft.el (wl-draft-delete-field): Optional argument.
okada [Tue, 22 Jan 2002 22:11:04 +0000 (22:11 +0000)]
* wl-draft.el (wl-draft-delete-field): Optional argument.
(wl-draft-delete-fields): Ditto.

22 years ago* wl-message.el (toplevel): Eliminated byte-compile warning.
okada [Tue, 22 Jan 2002 21:42:11 +0000 (21:42 +0000)]
* wl-message.el (toplevel): Eliminated byte-compile warning.
for `itimer-function', `delete-timer' and `itimer-list'.

22 years agodocument update
okada [Tue, 22 Jan 2002 20:12:23 +0000 (20:12 +0000)]
document update

22 years ago* wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
okada [Tue, 22 Jan 2002 20:08:15 +0000 (20:08 +0000)]
* wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
* wl-message.el (wl-message-buffer-prefetch-get-next): Use
`wl-message-buffer-prefetch-threshold'.
* wl-summary.el (wl-summary-redisplay-internal): Remove
the check of `wl-message-buffer-prefetch-depth'.

22 years agoremove debuggin code
okada [Tue, 22 Jan 2002 19:47:06 +0000 (19:47 +0000)]
remove debuggin code

22 years ago* wl-message.el (wl-message-buffer-prefetch-get-next): Use
okada [Tue, 22 Jan 2002 19:42:55 +0000 (19:42 +0000)]
* wl-message.el (wl-message-buffer-prefetch-get-next): Use
`wl-cache-prefetch-threshold'.
* wl-summary.el (wl-summary-redisplay-internal): Remove
the check of `wl-message-buffer-prefetch-depth'.

22 years ago* wl-message.el (wl-message-buffer-prefetch-get-next): Check the
okada [Tue, 22 Jan 2002 18:55:07 +0000 (18:55 +0000)]
* wl-message.el (wl-message-buffer-prefetch-get-next): Check the
size of article.
(wl-message-buffer-prefetch-subr): Remove size check.

22 years ago* wl-vars.el (wl-plugged): Make customizable.
yoichi [Tue, 22 Jan 2002 11:53:39 +0000 (11:53 +0000)]
* wl-vars.el (wl-plugged): Make customizable.
* elmo-vars.el (elmo-localnews-folder-path): Ditto.
(elmo-maildir-folder-path): Ditto.
(elmo-msgdb-directory): Ditto.
(elmo-passwd-life-time): Ditto.
(elmo-msgdb-extra-fields): Ditto.
(elmo-enable-disconnected-operation): Ditto.

22 years ago* elmo-vars.el (elmo-imap4-default-authenticate-type): Give
okada [Tue, 22 Jan 2002 10:37:22 +0000 (10:37 +0000)]
* elmo-vars.el (elmo-imap4-default-authenticate-type): Give
other choices.
(elmo-pop3-default-authenticate-type): Ditto.

22 years ago* elmo-vars.el (elmo-imap4-default-authenticate-type): Give
yoichi [Tue, 22 Jan 2002 10:26:45 +0000 (10:26 +0000)]
* elmo-vars.el (elmo-imap4-default-authenticate-type): Give
  choices for custom.
  (elmo-pop3-default-authenticate-type): Ditto.

22 years ago* wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
okada [Tue, 22 Jan 2002 09:57:00 +0000 (09:57 +0000)]
* wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
(wl-message-buffer-prefetch-set-timer): New function.
(wl-message-buffer-prefetch-get-next): New function.
(wl-message-buffer-prefetch): New function.
(wl-message-buffer-prefetch-next): Rewrite.
(wl-message-buffer-prefetch-subr): Rewrite.
* wl-vars.el (wl-auto-prefetch-first): New variable.
* wl-summary.el (wl-summary-goto-folder-subr): Call
`wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.

22 years ago* wl-score.el (wl-summary-score-update-all-lines): Do not call
okada [Mon, 21 Jan 2002 23:37:49 +0000 (23:37 +0000)]
* wl-score.el (wl-summary-score-update-all-lines): Do not call
`wl-summary-unread-message-hook'.

22 years agoRemove excessive space
okada [Mon, 21 Jan 2002 22:27:08 +0000 (22:27 +0000)]
Remove excessive space

22 years agoDocument updated for scan range of `cache-status' and `all-visible'
okada [Mon, 21 Jan 2002 21:44:45 +0000 (21:44 +0000)]
Document updated for scan range of `cache-status' and `all-visible'

22 years ago* wl-summary.el (wl-summary-input-range): New range `cache-status'.
okada [Mon, 21 Jan 2002 21:32:45 +0000 (21:32 +0000)]
* wl-summary.el (wl-summary-input-range): New range `cache-status'.
(wl-summary-sync): Call `wl-summary-resume-cache-status'
if range is `cache-status'.

22 years ago* elmo-imap4.el (elmo-folder-rename-internal): Change current
okada [Mon, 21 Jan 2002 21:12:11 +0000 (21:12 +0000)]
* elmo-imap4.el (elmo-folder-rename-internal): Change current
mailbox to new-folder.

22 years ago* wl-message.el (wl-message-buffer-prefetch-subr):
okada [Mon, 21 Jan 2002 20:44:30 +0000 (20:44 +0000)]
* wl-message.el (wl-message-buffer-prefetch-subr):
Improve debug message.