okada [Mon, 21 Jan 2002 19:52:24 +0000 (19:52 +0000)]
* wl-message.el (wl-message-buffer-prefetch-subr):
Fix for cancel-function-timers bug.
okada [Mon, 21 Jan 2002 19:23:36 +0000 (19:23 +0000)]
* wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
(wl-message-buffer-prefetch-subr): Rewrite.
yoichi [Mon, 21 Jan 2002 16:39:35 +0000 (16:39 +0000)]
Move definition of wl-draft-cite-function and
wl-default-draft-cite-decorate-author from wl-draft.el to wl-vars.el.
Make them customizable.
yoichi [Mon, 21 Jan 2002 15:48:09 +0000 (15:48 +0000)]
* wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
(wl-default-draft-cite): Do not arrange author name if the value of
`wl-default-draft-cite-decorate-author' is nil.
yoichi [Mon, 21 Jan 2002 13:19:14 +0000 (13:19 +0000)]
Fix example of wl-template-alist.
teranisi [Mon, 21 Jan 2002 09:54:45 +0000 (09:54 +0000)]
* wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
teranisi [Mon, 21 Jan 2002 09:14:52 +0000 (09:14 +0000)]
* wl-folder.el (wl-folder-check-one-entity): Don't care
`elmo-folder-use-flag-p'.
* elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
less than new, set new as unread.
* elmo-util.el (elmo-string): Don't put text-property if nil.
okada [Sun, 20 Jan 2002 20:37:55 +0000 (20:37 +0000)]
* wl-folder (wl-folder-check-one-entity): Fix
problem if unread is nil.
okada [Sun, 20 Jan 2002 19:22:42 +0000 (19:22 +0000)]
* elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
* elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
okada [Sun, 20 Jan 2002 17:25:11 +0000 (17:25 +0000)]
* elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
is nil on `completing-read'.
teranisi [Sun, 20 Jan 2002 14:51:03 +0000 (14:51 +0000)]
* elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping for
namespace part.
(elmo-imap4-parse-namespace-subr): Ditto.
(elmo-folder-list-subfolders): Append a delimiter when the specified
folder path is a root with namespace and does not end with delimiter.
hmurata [Sun, 20 Jan 2002 01:12:16 +0000 (01:12 +0000)]
* elmo.el (elmo-folder-search-fast): Moved upwards rather than it
was used.
yoichi [Sat, 19 Jan 2002 17:19:09 +0000 (17:19 +0000)]
Glue two tables around wl-message-buffer-prefetch-depth.
Close table correctly.
yoichi [Sat, 19 Jan 2002 17:06:40 +0000 (17:06 +0000)]
Fixed typo.
yoichi [Sat, 19 Jan 2002 16:57:21 +0000 (16:57 +0000)]
* wl-address.el (wl-address-make-completion-list): Check whether
the address is a group list.
* wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
hmurata [Sat, 19 Jan 2002 16:50:57 +0000 (16:50 +0000)]
Fixed; Unterminated @table.
hmurata [Sat, 19 Jan 2002 16:20:31 +0000 (16:20 +0000)]
* wl-folder.el (wl-folder-check-one-entity): Fixed problem;
The number of the messages of new and unread does not count
correctly.
* wl-summary.el (wl-summary-count-unread): Changed to return
`(new . unread)' instead of total.
(wl-summary-sync-update): Follow the change above.
* wl-score.el (wl-summary-score-update-all-lines): Likewise.
yoichi [Sat, 19 Jan 2002 15:48:03 +0000 (15:48 +0000)]
* wl-address.el (wl-address-make-completion-list): Do not enclose
address by " <" and ">" if associated realname is "".
* wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
This is against the promblem with group list in .addresses pointed
out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
yoichi [Sat, 19 Jan 2002 14:19:45 +0000 (14:19 +0000)]
The first argument of message is a format control string.
okada [Sat, 19 Jan 2002 12:12:30 +0000 (12:12 +0000)]
Fix
okada [Sat, 19 Jan 2002 12:11:04 +0000 (12:11 +0000)]
* wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
wl.el (wl-check-variables): Rename from `wl-check-type'.
(wl-check-variables-alist): Rename from `wl-check-type-variables'.
(wl-check-variables-2): New function.
(wl): Call `wl-check-variables-2'.
okada [Sat, 19 Jan 2002 10:56:58 +0000 (10:56 +0000)]
Remove comment.
hmurata [Sat, 19 Jan 2002 09:59:12 +0000 (09:59 +0000)]
* elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
`elmo-folder-diff').
(elmo-diff-unread): Likewise.
yoichi [Sat, 19 Jan 2002 09:56:46 +0000 (09:56 +0000)]
Fixed around message appear after renaming access group folder.
okada [Sat, 19 Jan 2002 09:09:07 +0000 (09:09 +0000)]
* elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
is t on `completing-read'.
hmurata [Sat, 19 Jan 2002 08:35:18 +0000 (08:35 +0000)]
* elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
method of target folder with self mark-alist if MARK-ALIST is nil.
okada [Sat, 19 Jan 2002 08:27:47 +0000 (08:27 +0000)]
* wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
(wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
* wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
(wl-message-buffer-prefetch): Rewrite.
(wl-message-buffer-prefetch-idle-time): Removed.
* wl-summary.el (wl-summary-redisplay-internal):
Prepare prefetch with `wl-message-buffer-prefetch-depth'.
Error check for `wl-message-buffer-prefetch-depht'.
okada [Fri, 18 Jan 2002 19:37:01 +0000 (19:37 +0000)]
* Version number is increased to 2.9.5.
* wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
okada [Fri, 18 Jan 2002 16:23:23 +0000 (16:23 +0000)]
* wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
* wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
Based on the patch written by
Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
okada [Fri, 18 Jan 2002 11:45:54 +0000 (11:45 +0000)]
* wl-draft.el (wl-draft-raw-send): Fix for
`wl-news-send-pre-hook'
okada [Thu, 17 Jan 2002 11:22:25 +0000 (11:22 +0000)]
fix
okada [Thu, 17 Jan 2002 11:18:25 +0000 (11:18 +0000)]
* wl-utils.el (wl-message-id-function): New variable.
* wl-draft.el (wl-draft-insert-required-fields):
Use `wl-message-id-function'.
* im-wl.el (wl-draft-send-with-imput-async): Use `wl-message-id-function'.
okada [Thu, 17 Jan 2002 10:05:37 +0000 (10:05 +0000)]
Fix
okada [Thu, 17 Jan 2002 10:04:06 +0000 (10:04 +0000)]
Fix.
okada [Thu, 17 Jan 2002 09:23:52 +0000 (09:23 +0000)]
* wl-vars.el (wl-message-id-use-wl-from): New variable.
* wl-utils.el (wl-draft-make-message-id-string):
Use `wl-from' for domain part of Message-ID
if `wl-message-id-use-wl-from' if non-nil.
* wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
okada [Thu, 17 Jan 2002 06:54:37 +0000 (06:54 +0000)]
* wl.el (wl): Call `wl-check-type'
Do not 'condition-case'.
okada [Thu, 17 Jan 2002 06:33:08 +0000 (06:33 +0000)]
* wl.el (wl-check-type): New function.
(wl-check-type-variables): New variable.
okada [Wed, 16 Jan 2002 22:06:50 +0000 (22:06 +0000)]
* wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
okada [Wed, 16 Jan 2002 21:15:06 +0000 (21:15 +0000)]
* wl-draft.el (wl-smtp-password-key): New function.
(wl-smtp-extension-bind): Use `wl-smtp-password-key'
(wl-draft-send-mail-with-smtp): Ditto.
(wl-draft-send-mail-with-pop-before-smtp): Fix.
okada [Wed, 16 Jan 2002 19:42:17 +0000 (19:42 +0000)]
* elmo-dop.el (elmo-dop-queue-merge): Implement.
(elmo-dop-merge-funcs): Remove.
yoichi [Mon, 14 Jan 2002 10:21:28 +0000 (10:21 +0000)]
Add elmo-shimbun-update-overview-folder-list.
yoichi [Fri, 11 Jan 2002 16:49:19 +0000 (16:49 +0000)]
Fix explanation of wl-unique-id-suffix.
okada [Fri, 11 Jan 2002 16:21:35 +0000 (16:21 +0000)]
* wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
* wl-utils.el (wl-unique-id-suffix): Remove.
hmurata [Fri, 11 Jan 2002 15:39:45 +0000 (15:39 +0000)]
* elmo-util.el (elmo-file-cache-delete): Fixed last change;
Return t if PATH is directory, too.
Use `dolist' instead of while loop.
yoichi [Fri, 11 Jan 2002 15:24:33 +0000 (15:24 +0000)]
* elmo-util.el (elmo-file-cache-delete): Return t if a cache file
is deleted (reported by MIZUHARA Bun in WL:9030).
yoichi [Thu, 10 Jan 2002 18:10:22 +0000 (18:10 +0000)]
Add wl-unique-id-suffix.
Remove duplicate sentence about wl-message-id-domain in wl.texi.
yoichi [Mon, 7 Jan 2002 16:44:59 +0000 (16:44 +0000)]
Update.
yoichi [Mon, 7 Jan 2002 16:34:38 +0000 (16:34 +0000)]
Change URL for Wanderlust manual in English.
yoichi [Mon, 7 Jan 2002 14:33:56 +0000 (14:33 +0000)]
Add bbdb-wl-ignore-folder-regexp setting.
hmurata [Mon, 7 Jan 2002 13:49:09 +0000 (13:49 +0000)]
* elmo-net.el (elmo-folder-list-messages-plugged): Changed default
return value to t.
(elmo-folder-list-messages-unplugged): Return t if
elmo-enable-disconnected-operation is nil.
* elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
`elmo-folder-list-messages-internal'.
hmurata [Mon, 7 Jan 2002 13:48:53 +0000 (13:48 +0000)]
* bbdb-wl.el (bbdb-wl-ignore-folder-regexp): New variable.
(bbdb-wl-get-update-record): Changed to check
`bbdb-wl-ignore-folder-regexp'.
yoichi [Mon, 7 Jan 2002 12:04:25 +0000 (12:04 +0000)]
Update documents about auto-checking at the startup time.
okada [Mon, 7 Jan 2002 06:41:42 +0000 (06:41 +0000)]
* wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
okada [Mon, 7 Jan 2002 05:51:33 +0000 (05:51 +0000)]
* elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
Change to looking-at `[23][0-9]+'.
(elmo-network-initialize-session): Use 'error-msg'
* elmo-net.el (elmo-network-open-session): Set unplugged
if elmo-network-initialize-session returns 'elmo-open-err.
okada [Mon, 7 Jan 2002 05:40:14 +0000 (05:40 +0000)]
Up to 2.9.4.
teranisi [Mon, 7 Jan 2002 01:16:06 +0000 (01:16 +0000)]
* elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
`elmo-folder-list-messages-internal'.
okada [Sun, 6 Jan 2002 14:12:33 +0000 (14:12 +0000)]
* wl-utils.el (wl-unique-id-suffix): New variable.
(wl-unique-id): Use `wl-unique-id-suffix'
hmurata [Sun, 6 Jan 2002 10:47:06 +0000 (10:47 +0000)]
* wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
instead of `elmo-msgdb-search'.
hmurata [Sun, 6 Jan 2002 10:46:18 +0000 (10:46 +0000)]
* elmo.el (elmo-folder-search): Defined. Fixed docstring.
(elmo-message-match-condition): New method.
(elmo-folder-search-fast): New inline function.
(elmo-msgdb-search): Removed.
* elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
target folder if it is unplugged.
(elmo-folder-list-messages-internal): Return t if target folder is
unplugged and itself is persistent; In this case, use list be
searched already.
* elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
(elmo-msgdb-search-internal-primitive): Ditto.
(elmo-msgdb-match-condition): New function.
(elmo-msgdb-match-condition-primitive): Ditto.
* elmo-util.el (elmo-filter-condition-p): New macro.
* elmo-cache.el (elmo-folder-search): Removed.
* elmo-localdir.el (elmo-folder-search): Ditto.
* elmo-maildir.el (elmo-folder-search): Ditto.
* elmo-mark.el (elmo-folder-search): Ditto.
* elmo-nmz.el (elmo-folder-search): Ditto.
* elmo-sendlog.el (elmo-folder-search): Ditto.
* elmo-shimbun.el (elmo-folder-search): Ditto.
* elmo-imap4.el (elmo-folder-search): Call method of parent class
if folder is unplugged.
* elmo-nntp.el (elmo-folder-search): Likewise.
(elmo-nntp-search-internal): New function.
hmurata [Sun, 6 Jan 2002 10:41:22 +0000 (10:41 +0000)]
* elmo-version.el (elmo-version): Up to 2.9.3.
okazaki [Fri, 4 Jan 2002 22:27:48 +0000 (22:27 +0000)]
Update.
okazaki [Fri, 4 Jan 2002 22:26:48 +0000 (22:26 +0000)]
* wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
yoichi [Wed, 2 Jan 2002 03:00:50 +0000 (03:00 +0000)]
Add the release of 2.8.1 to the history.
kaoru [Tue, 1 Jan 2002 00:44:27 +0000 (00:44 +0000)]
Added 2.8.1.
kaoru [Tue, 1 Jan 2002 00:42:29 +0000 (00:42 +0000)]
Update copyright notice.
kaoru [Tue, 1 Jan 2002 00:36:17 +0000 (00:36 +0000)]
* test-dist.el (test-refcard-version): Check version.tex.
okada [Sat, 29 Dec 2001 03:42:49 +0000 (03:42 +0000)]
* wl-draft.el (wl-sent-message-queued): New buffer-local variable.
(wl-draft-dispatch-message): Changed for send-later.
(wl-draft-queue-flush): Ditto.
(wl-draft): Clear `wl-sent-message-queued'.
(wl-draft-reedit): Ditto.
(wl-draft-queue-info-operation): Added `wl-sent-message-queued'
* wl-vars.el (wl-draft-force-queuing): New variable.
(wl-draft-force-queuing-mail): New variable.
(wl-draft-force-queuing-news): New variable.
yoichi [Thu, 27 Dec 2001 15:04:47 +0000 (15:04 +0000)]
Fix.
yoichi [Thu, 27 Dec 2001 13:07:56 +0000 (13:07 +0000)]
Sync with wl-2_8 branch:
Added description about POP3 biff problem.
yoichi [Thu, 27 Dec 2001 12:50:45 +0000 (12:50 +0000)]
Fixed old typo.
hmurata [Thu, 27 Dec 2001 12:35:43 +0000 (12:35 +0000)]
* elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
yoichi [Thu, 27 Dec 2001 08:04:54 +0000 (08:04 +0000)]
Fix typo.
teranisi [Thu, 27 Dec 2001 07:56:14 +0000 (07:56 +0000)]
Added description about elmo-pop3-default-use-uidl.
okazaki [Thu, 27 Dec 2001 07:38:00 +0000 (07:38 +0000)]
Update.
okazaki [Thu, 27 Dec 2001 07:36:53 +0000 (07:36 +0000)]
(elmo-nntp-default-user): Customization Type fix.
okada [Thu, 27 Dec 2001 06:03:01 +0000 (06:03 +0000)]
change Changelog
okada [Thu, 27 Dec 2001 05:58:05 +0000 (05:58 +0000)]
* elmo-nntp.el (elmo-network-initialize-session): Fixed for Response '400'
teranisi [Thu, 27 Dec 2001 03:38:27 +0000 (03:38 +0000)]
* elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use expand-file-name.
(elmo-map-message-fetch): Ditto.
teranisi [Thu, 27 Dec 2001 03:29:14 +0000 (03:29 +0000)]
* elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
(elmo-map-folder-list-message-locations): Do drive letter conversion
on Windows environment.
okada [Thu, 27 Dec 2001 00:49:46 +0000 (00:49 +0000)]
* elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
(elmo-network-initialize-session): Ditto.
yoichi [Wed, 26 Dec 2001 18:54:37 +0000 (18:54 +0000)]
Refined, maybe :-).
teranisi [Wed, 26 Dec 2001 15:59:03 +0000 (15:59 +0000)]
* NEWS, NEWS.ja: Added description about "$" mark.
* elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
* elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
* elmo-util.el (elmo-progress-clear): Ditto.
* elmo-date.el (elmo-date-get-datevec): Fix timezone of `DD-Mon-YYYY'
type date.
hmurata [Wed, 26 Dec 2001 12:14:12 +0000 (12:14 +0000)]
* elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
`elmo-date-make-sortable-string' instead of
`timezone-make-date-sortable'.
* elmo-date.el (elmo-date-make-sortable-string): Use
`timezone-make-time-string'.
yoichi [Wed, 26 Dec 2001 06:57:36 +0000 (06:57 +0000)]
Add note about persistent marks and expiration (as wanderlust's function).
teranisi [Wed, 26 Dec 2001 02:36:31 +0000 (02:36 +0000)]
Modified description about '$' mark.
teranisi [Wed, 26 Dec 2001 02:26:59 +0000 (02:26 +0000)]
Fixed last change.
teranisi [Wed, 26 Dec 2001 02:00:48 +0000 (02:00 +0000)]
* elmo.el (elmo-folder-synchronize): Delete important messages too.
* elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed `since';
Fix timezone.
* elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
* elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
* NEWS, NEWS.ja: Added description about `elmo-enable-disconnected-operation'.
* WL-MK (update-version): New function.
* Makefile (update-version): Added.
yoichi [Tue, 25 Dec 2001 12:23:50 +0000 (12:23 +0000)]
Add wl-expire-localdir-date.
hmurata [Tue, 25 Dec 2001 12:23:16 +0000 (12:23 +0000)]
* elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
yoichi [Tue, 25 Dec 2001 08:55:56 +0000 (08:55 +0000)]
Update.
yoichi [Tue, 25 Dec 2001 08:54:03 +0000 (08:54 +0000)]
* wl-refcard.tex
Separate version number definition.
Remove blank lines.
Add about:
elide region in draft
jump to another draft
teranisi [Tue, 25 Dec 2001 03:35:34 +0000 (03:35 +0000)]
Merged changes of 2.6.0 -> 2.6.1.
okazaki [Mon, 24 Dec 2001 12:57:56 +0000 (12:57 +0000)]
Cosmetic fix.
teranisi [Mon, 24 Dec 2001 01:40:27 +0000 (01:40 +0000)]
Fixed.
teranisi [Mon, 24 Dec 2001 01:39:26 +0000 (01:39 +0000)]
(wl-draft-hide): Removed `interactive'.
(Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
hmurata [Sun, 23 Dec 2001 18:40:40 +0000 (18:40 +0000)]
* elmo.el (elmo-generic-folder-append-messages): Make
fetch-strategy with `use-cache' as 'maybe. Check return value of
`elmo-message-fetch'.
(elmo-message-fetch): Return return value of
`elmo-message-fetch-with-cache-process'.
(elmo-message-fetch-with-cache-process): Return non-nil if
fetching was succeed. Load cache when fetching was failed and
fetch-strategy-use-cache is 'maybe.
* elmo-util.el (elmo-file-cache-load): New function.
* elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
defun.
* elmo-archive.el (elmo-archive-message-fetch-internal): Return
non-nil if fetching was succeed.
* elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
* elmo-nmz.el (elmo-map-message-fetch): Likewise.
* elmo-nntp.el (elmo-nntp-read-body): Likewise.
(elmo-message-fetch-with-cache-process): Likwise.
* elmo-pop3.el (elmo-pop3-read-body): Likewise.
* elmo-shimbun.el (elmo-map-message-fetch): Likewise.
hmurata [Sun, 23 Dec 2001 18:36:23 +0000 (18:36 +0000)]
* Version number is increased to 2.9.2.
teranisi [Sun, 23 Dec 2001 10:54:47 +0000 (10:54 +0000)]
Removed elmo-create-folder.
teranisi [Sun, 23 Dec 2001 03:49:55 +0000 (03:49 +0000)]
* elmo.el (elmo-folder-delete): Delete msgdb path.
* elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
* elmo-maildir.el (elmo-folder-delete): Ditto.
* elmo-localdir.el (elmo-folder-delete): Ditto.
* elmo-imap4.el (elmo-folder-delete): Ditto.
kaoru [Sat, 22 Dec 2001 08:52:06 +0000 (08:52 +0000)]
Synch with wl-2_8.