1 2001-09-18 Yuuichi Teranishi <teranisi@gohome.org>
3 * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5 * wl-vars.el (wl-from): Set default value as nil.
6 (wl-organization): Set default value as ORGANIZATION environment
9 * wl-draft.el (wl-smtp-extension-bind): Check value of
10 wl-smtp-connection-type.
12 * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
15 2001-09-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
17 * Version number is increased to 2.7.4.
19 * wl-highlight.el (wl-highlight-headers): Remove BEG and END
20 arguments from `wl-highlight-x-face-function' caller.
21 Use x-face-1.3.6.12 or later.
23 2001-09-17 Reuben Thomas <rrt@dcs.gla.ac.uk>
25 * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
27 2001-09-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
29 * wl-vars.el (wl-summary-width): Fix type to accept nil.
30 (wl-fcc): Fix to accept function.
31 (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
33 2001-09-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
35 * wl-acap.el (toplevel): Added `product-provide' declare.
36 * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
38 2001-09-14 Yuuichi Teranishi <teranisi@gohome.org>
40 * wl.el (wl): Changed order of calling `elmo-init'
41 and `elmo-folder-init'.
43 2001-09-13 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
45 * wl-mime.el (wl-summary-burst): Extract message when content-type
46 of root entity is not only `multipart' but also `message/rfc822'.
47 (wl-summary-burst-subr): Ditto.
49 2001-09-13 Yuuichi Teranishi <teranisi@gohome.org>
51 * wl-vars.el (toplevel): Require 'custom.
52 (wl-trash-folder): Added to `wl-setting' group.
54 * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
56 (wl-addrmgr-draw): Insert empty line when no entry exists.
58 * wl-mule.el (wl-message-wheel-up): Fixed.
59 (wl-message-wheel-down): Ditto.
61 2001-09-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
63 * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
64 config is an anonymous lambda expression.
66 2001-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
68 * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
69 when Mule 2 is running.
71 2001-09-11 Yuuichi Teranishi <teranisi@gohome.org>
73 * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
75 2001-09-10 Yuuichi Teranishi <teranisi@gohome.org>
77 * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
78 spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
80 * wl-address.el (wl-address-specials-regexp): Eliminated.
81 (wl-address-quote-specials): Rewrite.
83 2001-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
85 * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
86 shy-groups for regexp.
88 * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
89 character classes and Perl style shy-groups for regexp.
90 (wl-highlight-plugged-current-line): Use Posix style character
92 (wl-e21-highlight-folder-by-numbers): Ditto.
93 (wl-e21-display-image-p): Use `display-images-p' instead of
95 (display-images-p): Make an alias to `display-graphic-p' if it is
96 not available. It is for Emacs version prior to 21.0.105.
98 * wl-demo.el (wl-demo): Use `display-images-p' instead of
100 (wl-demo-image-type-alist): Ditto.
101 (display-images-p): Make an alias to `display-graphic-p' if it is
102 not available. It is for Emacs version prior to 21.0.105.
104 2001-09-04 TAKAHASHI Kaoru <kaoru@kaisei.org>
106 * wl-version.el (wl-generate-user-agent-string-1): Remove tm
108 (wl-generate-user-agent-string): Ditto.
110 * wl-version.el (wl-version): Update docsting.
111 (wl-version-status): Ditto.
113 2001-09-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
115 * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
116 21.0.105. For Emacs 21.0.104 or earlier.
118 2001-09-03 Takuo KITAME <kitame@northeye.org>
120 * wl-e21.el (wl-plugged-init-icons): Use
121 `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
122 (wl-biff-init-icons): Ditto.
124 2001-08-31 Yuuichi Teranishi <teranisi@gohome.org>
126 * wl-highlight.el (wl-highlight-summary-current-line):
127 Fixed highlighting refile/copy destination.
129 * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
130 (wl-acap-store): Encode string by wl-acap-coding-system.
132 2001-08-30 Yuuichi Teranishi <teranisi@gohome.org>
134 * wl-acap.el (toplevel): Check and require 'un-define before
136 Added checking for UTF-2000.
138 2001-08-29 Yuuichi Teranishi <teranisi@gohome.org>
140 * wl-acap.el (toplevel): Require 'un-define before 'wl;
141 Don't enclose with `eval-and-compile'.
143 * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
146 * wl-draft.el (wl-draft): Ditto.
148 * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
150 * wl-acap.el (toplevel): Require 'wl.
151 (wl-acap-store): Call `elmo-init'.
153 * wl.el (wl): Changed position of `wl-check-environment'.
154 (toplevel): Added autoload setting for wl-acap.
156 * wl-vars.el (wl-setting): New custom group.
157 (wl-from): Added wl-setting group.
158 (wl-user-mail-address-list): Ditto.
159 (wl-organization): Ditto.
160 (wl-subscribed-mailing-list): Ditto.
161 (wl-envelope-from): Ditto.
162 (wl-smtp-posting-user): Ditto.
163 (wl-smtp-posting-server): Ditto.
164 (wl-smtp-posting-port): Ditto.
165 (wl-smtp-authenticate-type): Ditto.
166 (wl-pop-before-smtp-user): Ditto.
167 (wl-pop-before-smtp-server): Ditto.
168 (wl-pop-before-smtp-port): Ditto.
169 (wl-pop-before-smtp-authenticate-type): Ditto.
170 (wl-nntp-posting-server): Ditto.
171 (wl-nntp-posting-user): Ditto.
172 (wl-nntp-posting-port): Ditto.
173 (wl-fetch-confirm-threshold): Ditto.
174 (wl-prefetch-threshold): Ditto.
175 (wl-thread-insert-opened): Ditto.
176 (wl-ldap-server): Ditto.
177 (wl-ldap-port): Ditto.
178 (wl-ldap-base): Ditto.
179 (wl-ldap-objectclass): Ditto.
180 (wl-use-ldap): Ditto.
181 (wl-draft-config-alist): Ditto.
182 (wl-draft-config-matchone): Ditto.
183 (wl-template-alist): Ditto.
184 (wl-message-sort-field-list): Ditto.
185 (wl-message-ignored-field-list): Ditto.
186 (wl-message-visible-field-list): Ditto.
187 (wl-interactive-send): Ditto.
188 (wl-summary-move-order): Ditto.
189 (wl-auto-select-first): Ditto.
190 (wl-auto-select-next): Ditto.
191 (wl-interactive-save-folders): Ditto.
193 * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
194 Initialization codes are moved from wl-local-folder-init.
195 (wl-local-folder-init): Follow the change above.
196 (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
198 * wl-acap.el: New file.
200 * Version number is increased to 2.7.3.
202 2001-08-21 Kenichi OKADA <okada@opaopa.org>
204 * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
206 2001-08-21 Kenichi OKADA <okada@opaopa.org>
208 * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
209 (wl-addrmgr-address-entry-list): Ditto.
211 2001-08-21 Yuuichi Teranishi <teranisi@gohome.org>
213 * wl-e21.el (wl-draft-mode-map): Removed binding for
214 `wl-draft-insert-x-face-field'.
216 * wl-mule.el (wl-draft-mode-map): Ditto.
218 * wl-xmas.el (wl-draft-mode-map): Ditto.
220 * wl-vars.el (wl-cs-noconv): Ignore nemacs.
221 (wl-cs-autoconv): Ditto.
222 (wl-cs-local): Ditto.
223 (wl-use-scoring): Ditto.
224 (wl-mime-charset): Ditto.
225 (wl-folder-check-async): Ditto.
227 * wl.el (toplevel): Ignore nemacs and tm.
230 * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
231 (wl-summary-mode-map): Added binding for `wl-addrmgr'.
232 (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
233 instead of wl-address-petname-add-or-change.
234 (wl-summary-edit-addresses-subr): Use wl-address-delete
235 instead of wl-address-petname-delete.
237 * wl-util.el (wl-as-coding-system): Ignore nemacs.
239 * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
242 * wl-message.el (require): Remove tm support.
244 * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
246 * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
247 (wl-folder-jump-to-current-entity): Ditto.
248 (wl-folder-mode-map): Added binding for `wl-addrmgr'.
250 * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
251 `wl-draft-insert-x-face-field' to `wl-addrmgr'.
252 Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
254 * wl-mule.el (wl-draft-key-setup): Ditto.
256 * wl-xmas.el (wl-draft-key-setup): Ditto.
258 * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
259 (wl-draft-std11-parse-addresses): New function.
260 (wl-draft-parse-mailbox-list): Use it.
261 (wl-draft): Ignore nemacs.
262 (wl-draft-reedit): Ditto.
264 * wl-addrmgr.el: New file.
265 (Original is wl-rcpt.el written by
266 "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
267 Thanks Kitamoto-san.)
269 * wl-address.el (wl-address-make-address-list): Modified parsing
271 (wl-address-delete): Renamed from `wl-address-petname-delete';
272 Modify wl-address-list too.
273 (wl-address-add-or-change): Renamed from
274 `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
276 2001-08-15 YAMASHITA Junji <ysjj@unixuser.org>
278 * wl-highlight.el (wl-highlight-summary-current-line):
279 Work with transient-mark-mode
281 2001-08-15 Yuuichi Teranishi <teranisi@gohome.org>
283 * Version number is increased to 2.7.2.
285 * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
286 instead of elmo-dop-queue-method.
288 2001-08-06 SAITO Atsunori <sai@yedo.com>
290 * wl-vars.el (wl-ldap-objectclass): New user option.
292 * wl-address.el (wl-ldap-make-filter): Use it.
294 2001-08-03 Yuuichi Teranishi <teranisi@gohome.org>
296 * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
298 2001-08-02 Yuuichi Teranishi <teranisi@gohome.org>
300 * wl-folder.el (wl-folder): redisplay after folder insertion.
302 * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
304 * wl-summary.el (wl-summary-sync-update):
305 Change status mark only when new-msgdb exists.
306 (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
308 2001-07-23 Yuuichi Teranishi <teranisi@gohome.org>
310 * wl-summary.el (wl-summary-open-folder): New function.
311 (wl-summary-goto-folder-subr): Use it.
312 (wl-summary-mark-as-important): Fix;
313 Encache only when no cache exists.
315 2001-07-17 Yuuichi Teranishi <teranisi@gohome.org>
317 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
318 Use with-current-buffer.
320 2001-07-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
322 * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
323 before call `get-buffer'. Fixed parenthesis.
324 (wl-score-get-header-entry): Clear message and help window when
326 (wl-score-edit-insert-header): Ditto.
328 2001-07-14 Yuuichi Teranishi <teranisi@gohome.org>
330 * wl-draft.el (wl-message-mail-p): Test resent-to: field.
331 (Fix by Peter Møller Neergaard <turtle@bu.edu>)
332 (wl-default-draft-cite): Fix.
334 * wl-score.el (wl-score-insert-help): Fixed parenthesis.
335 (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
337 2001-07-12 Yuuichi Teranishi <teranisi@gohome.org>
339 * wl-message.el (wl-message-prev-page): Do same bahavior
340 as summary when it is called in the message buffer.
341 (wl-message-next-page): Ditto.
343 2001-07-09 Yuuichi Teranishi <teranisi@gohome.org>
345 * wl-summary.el (wl-summary-forward): Use cache if it is not
348 2001-07-05 Yuuichi Teranishi <teranisi@gohome.org>
350 * wl-vars.el: Changed file coding system to ISO-2022-JP.
351 Removed redundant require of elmo-vars.
352 (wl-biff-state-indicator-on): Changed default value for
353 xemacs with non-mule environment.
355 * wl-summary.el (wl-summary-exec-subr): Fixed problem when
356 wl-message-buffer is nil;
357 Hide progress bar after moving messages.
359 2001-07-04 Yuuichi Teranishi <teranisi@gohome.org>
361 * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
362 message at cursor point is deleted.
364 2001-07-02 Yuuichi Teranishi <teranisi@gohome.org>
366 * wl-vars.el: Changed file coding system to euc-japan.
367 Added -*-coding:-*- magic to the first line.
369 * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
370 Search parent from the first message.
372 * Version number is increased to 2.7.1.
374 2001-06-28 OHASHI Akira <bg66@koka-in.org>
376 * wl-vars.el: Fix file coding system to ISO-2022-JP.
378 2001-06-27 Yuuichi Teranishi <teranisi@gohome.org>
380 * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
381 refile/delete execution.
383 * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
386 2001-06-26 Yuuichi Teranishi <teranisi@gohome.org>
388 * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
390 Don't update marks when update process is interrupted.
392 2001-06-25 Yuuichi Teranishi <teranisi@gohome.org>
394 * wl-summary.el (wl-summary-reply): Fixed problem when
395 wl-draft-use-frame is non-nil.
396 (wl-summary-forward): Ditto.
398 * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
400 (wl-folder-mark-as-read-all-entity): Ditto.
401 (wl-folder-prefetch-entity): Ditto.
403 * wl.el (wl): Check environment before wl-init.
405 * wl-summary.el (wl-summary-collect-unread): Eliminated.
406 (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
407 instead of wl-summary-collect-unread.
408 (wl-summary-reply): Split message window.
410 2001-06-21 Yuuichi Teranishi <teranisi@gohome.org>
412 * wl-vars.el (wl): Set custom-manual link as "wl-ja"
413 only if current language environment is japanese,
415 * wl-folder.el (wl-folder-jump-to-current-entity): Call
416 wl-folder-select-buffer when wl-summary-use-frame is non-nil.
417 (wl-folder-goto-folder-subr): Ditto.
419 * wl-draft.el (wl-draft-dispatch-message): Call
420 `elmo-file-cache-get-path'.
422 2001-06-20 Yuuichi Teranishi <teranisi@gohome.org>
424 * wl-summary.el (wl-summary-cursor-move): If return value of
425 wl-summary-next-message is not number, don't jump.
427 2001-06-19 Yuuichi Teranishi <teranisi@gohome.org>
429 * wl-summary.el (wl-summary-buffer-next-message-function): New
431 (wl-summary-next-message): Call wl-summary-buffer-next-message-function
434 * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
437 * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
438 (wl-plugged-drawing): Ditto.
440 2001-06-18 Yuuichi Teranishi <teranisi@gohome.org>
442 * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
444 (wl-biff-check-folder-async): Enclose wl-biff-check-folder
447 * wl.el (wl-init): Require mime-setup.
448 (wl-check-environment): Don't require mime-setup.
450 * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
451 instead of elmo-folder-type.
453 * wl-message.el (wl-message-buffer-prefetch-debug): Set default
456 2001-06-15 Yuuichi Teranishi <teranisi@gohome.org>
458 * Version number is increased to 2.7.0.
460 * wl-version.el (wl-version): Changed codename.
462 * wl-summary.el (wl-summary-delete-cache): Fixed.
464 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
465 Workaround for net folders.
466 (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
468 * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
469 value to nil (According to the patch from
470 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
472 * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
473 of elmo-folder-close.
475 2001-06-06 Peter Møller Neergaard <turtle@bu.edu>
477 * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
480 2001-06-13 Yuuichi Teranishi <teranisi@gohome.org>
482 * wl-summary.el (wl-summary-resend-message): Fixed.
484 * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
485 Call wl-draft with `from' argument if its address is included in
486 `wl-user-mail-address-list'.
487 (wl-draft): Added `from' argument.
489 * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
491 (wl): Don't show demo if wl-demo is nil.
493 * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
494 wl-summary-use-frame.
496 * wl-vars.el (wl-summary-use-frame): New user option.
497 (wl-folder-use-frame): Changed docstring.
499 * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
501 (wl-folder-select-buffer): Renamed wl-folder-use-frame to
502 wl-summary-use-frame.
504 * wl-vars.el (wl-folder-use-frame): New user option.
506 * wl-summary.el (wl-summary-exit): Back to folder frame if
507 wl-folder-use-frame is non-nil.
508 (wl-summary-redisplay-internal): Ignore cache if current folder
510 (wl-summary-redisplay-no-mime): Ditto.
511 (wl-summary-redisplay-all-header): Ditto.
513 * wl-folder.el (wl-folder-select-buffer): Switch to other frame
514 if wl-folder-use-frame is non-nil.
516 2001-06-06 Yuuichi Teranishi <teranisi@gohome.org>
518 * wl-summary.el (wl-summary-sync-update): Bind
519 elmo-folder-update-threshold.
520 (wl-summary-mark-as-important): Enclosed server mark processing
521 with `save-match-data'.
523 * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
524 only when it is already defined.
526 2001-05-24 Masahiro MURATA <muse@ba2.so-net.ne.jp>
528 * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
529 name of folder exclude localdir is wrong.
530 * wl-folder.el (wl-folder-sync-entity):
531 Set `wl-summary-always-sticky-folder-list' as nil.
532 (wl-folder-mark-as-read-all-entity): Ditto.
533 (wl-folder-prefetch-entity): Ditto.
535 2001-05-23 Kenichi OKADA <okada@opaopa.org>
537 * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
538 instead of `wl-summary-write-current-newsgroup'.
540 2001-05-19 Masahiro MURATA <muse@ba2.so-net.ne.jp>
542 * wl-summary.el (wl-summary-auto-select-msg-p): New function.
543 (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
544 non-nil and selected message is important, do not display.
546 2001-05-16 Kenichi OKADA <okada@opaopa.org>
548 * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
550 2001-05-10 Yuuichi Teranishi <teranisi@gohome.org>
552 * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
554 * wl-summary.el (wl-summary-mark-as-important): Set message number
555 using wl-summary-message-number.
557 2001-05-10 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
559 * wl-summary.el (wl-summary-exec-subr): Fixed problem when
560 destination folder is 'null.
562 2001-05-09 Kenichi OKADA <okada@opaopa.org>
564 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
566 (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
567 (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
568 (wl-folder-guess-mailing-list-by-folder-name): Ditto.
570 2001-05-08 Yuuichi Teranishi <teranisi@gohome.org>
572 * wl-mime.el (wl-mime-setup): Added setting for
573 `mime-setup-signature-key-alist' to avoid overriding key bind for
576 * wl-e21.el (wl-draft-overload-functions): Don't override key binding
578 * wl-mule.el (wl-draft-overload-functions): Ditto.
579 * wl-xmas.el (wl-draft-overload-functions): Ditto.
580 * wl-draft.el (wl-draft-send): Ditto.
582 * wl-message.el (wl-message-display-internal):
583 Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
584 (Patch is provided by <kita@coe.nttdata.co.jp>).
586 2001-05-09 Kenichi OKADA <okada@opaopa.org>
588 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
590 2001-05-08 Kenichi OKADA <okada@opaopa.org>
592 * wl.el (wl): Fix for wl-demo.
594 2001-05-08 Kenichi OKADA <okada@opaopa.org>
596 * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
598 2001-05-08 Kenichi OKADA <okada@opaopa.org>
600 * wl-folder.el (wl-folder-prefetch-entity): Use
601 `wl-folder-get-elmo-folder'.
602 (wl-folder-count-incorporates): Do not use
603 `wl-folder-get-elmo-folder'.
605 2001-05-08 Kenichi OKADA <okada@opaopa.org>
607 * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
608 instead of `elmo-folder-get-type'.
610 2001-05-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
612 * wl-summary.el (wl-summary-write-current-folder): Set cursor
613 position on Subject: field.
614 (Advised by Mito <mit@nines.nec.co.jp>)
616 2001-04-27 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
618 * wl-folder.el (wl-folder-prefetch-entity): Use
619 `wl-folder-get-elmo-folder'.
621 2001-04-26 Yuuichi Teranishi <teranisi@gohome.org>
623 * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
625 * wl-summary.el (wl-summary-buffer-set-folder): Set up
626 `process-duplicates' slot.
628 * wl-highlight.el (wl-highlight-message): Don't highlight as signature
631 2001-04-25 TAKAHASHI Kaoru <kaoru@kaisei.org>
633 * wl-version.el (wl-version-status): Set to "alpha".
635 2001-04-23 Yuuichi Teranishi <teranisi@gohome.org>
637 * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
638 Check wl-message-buffer lives before set-buffer.
640 2001-04-22 Masahiro MURATA <muse@ba2.so-net.ne.jp>
642 * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
643 called in folder mode.
644 * wl-var.el (wl-summary-exit-pre-hook): New variable.
645 * wl-summary.el (wl-summary-exit-pre-hook): Run
646 `wl-summary-exit-pre-hook' before exit summary mode.
648 2001-04-22 TAKAHASHI Kaoru <kaoru@kaisei.org>
650 * wl-version.el (wl-version-status): New variable.
651 (wl-version-status-alist): Removed.
652 (wl-version-status): Rule included.
654 2001-04-19 Yuuichi Teranishi <teranisi@gohome.org>
656 * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
659 * wl-draft.el (wl-draft-insert-current-message): Fixed problem
660 when `mail-reply-buffer' is buffer-local variable.
661 (Reported by <kita@coe.nttdata.co.jp>).
663 2001-04-17 Yuuichi Teranishi <teranisi@gohome.org>
665 * wl-vars.el (toplevel): Require 'elmo-util.
667 2001-04-16 Yuuichi Teranishi <teranisi@gohome.org>
669 * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
670 (All other related portions are changed)
672 * wl.el (wl-plugged-change): Use '<' instead of '<='.
674 * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
676 2001-04-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
678 * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
680 2001-04-13 Yuuichi Teranishi <teranisi@gohome.org>
682 * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
683 Delete other windows to avoid an error.
684 Use `point-marker' instead of `point' to remember the start point
687 * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
689 * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
690 number not to exceed all message number.
692 2001-04-12 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
694 * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
695 call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
697 2001-04-09 Yuuichi Teranishi <teranisi@gohome.org>
699 * wl-summary.el (wl-summary-sync-force-update): Added argument
701 (wl-summary-sync-update): Ditto.
702 (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
705 * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
706 (wl-message-buffer-prefetch-next): Don't run timer if timer is
709 2001-04-07 Masahiro MURATA <muse@ba2.so-net.ne.jp>
711 * wl-expire.el (wl-expire-archive-get-folder): Added argument
713 (wl-expire-archive-number1): Diito.
714 (wl-expire-archive-number2): Diito.
715 (wl-expire-archive-Date): Diito.
716 (wl-archive-number1): Diito.
717 (wl-archive-number2): Diito.
718 (wl-archive-date): Diito.
719 (wl-archive-folder-p): New function.
720 (wl-summary-expire): Support of expand folder name at
722 * wl-util.el (wl-expand-newtext): Renamed from
723 `wl-refile-expand-newtext'.
725 2001-04-05 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
727 * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
728 `elmo-msgdb-overview-get-entity' with `msgdb' instead of
729 `(elmo-msgdb-get-overview msgdb)'.
730 (wl-summary-prefetch): Bind match data before call
731 `wl-summay-prefetch-msg'.
732 (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
733 'off if `wl-summary-buffer-disp-msg' is non-nil.
734 Fixed problem that couldn't show only one new or unread message when
736 (wl-summary-reply): Don't call `split-window-vertically' and other
739 2001-04-03 Yuuichi Teranishi <teranisi@gohome.org>
741 * wl-expire.el (wl-expire-refile): Fixed.
743 2001-04-02 Yuuichi Teranishi <teranisi@gohome.org>
745 * wl-vars.el (wl-biff-unnotify-hook): New variable.
747 * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
748 biff notification is removed.
750 * wl.el (wl): Changed position of `elmo-init'.
752 * wl-draft.el (wl-default-draft-cite): Use date field
753 on the citation buffer.
755 * wl-vars.el (wl-shimbun-folder-icon): New variable.
757 * wl-xmas.el (wl-folder-internal-icon-list): Added
758 `wl-folder-shimbun-image'.
760 * wl-e21.el (wl-folder-internal-icon-list): Added
761 `wl-folder-shimbun-image'.
763 2001-03-31 Yuuichi Teranishi <teranisi@gohome.org>
765 * wl.el (wl-init): Eliminated argument.
768 * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
769 (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
770 instead of `elmo-folder-msgdb-internal'.
771 (wl-summary-sync-update): Ditto.
772 (wl-summary-flush-pending-append-operations): Eliminated.
773 (wl-summary-delete-all-msgs): Set msgdb instead of folder.
774 (wl-summary-goto-folder-subr): Set load-msgdb argument of
777 * wl-mime.el (wl-summary-burst): Fixed.
779 * wl-folder.el (wl-folder-info-save): Check data type.
781 * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
782 (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
783 instead of `elmo-folder-msgdb-internal'.
784 (wl-expire-hide): Ditto.
787 * wl-draft.el (wl-draft): Removed argument for `wl-init'.
789 2001-03-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
791 * wl-folder.el (wl-folder-write-current-folder): Support petname.
793 2001-03-11 Kenichi OKADA <okada@opaopa.org>
795 * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
797 2001-03-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
799 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
800 Fixed `match-beginning' argument mismatch.
802 2001-03-05 Katsumi Yamaoka <yamaoka@jpl.org>
804 * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
807 2001-03-01 Yuuichi Teranishi <teranisi@gohome.org>
809 * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
810 instead of `elmo-nntp-default-port'.
812 * wl-vars.el: Fixed some doc strings.
814 2001-02-28 Yuuichi Teranishi <teranisi@gohome.org>
816 * wl-summary.el (wl-summary-prefetch-msg): Use
817 `elmo-msgdb-overview-get-entity' instead of `assoc'.
819 * wl-vars.el: Define *-func as obsolete variable using
820 `elmo-define-obsolete-variable'.
822 * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
823 (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
824 instead of `wl-message-buffer-prefetch-threshold'.
826 * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
828 * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
830 * wl-draft.el (wl-caesar-region-func): Ditto.
832 * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
833 Keep unread status in elmo-folder-move-messages.
834 (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
836 2001-02-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
838 * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
839 `wl-summary-buffer-exit-func'
840 (wl-summary-buffer-message-redisplay-function): Renamed from
841 `wl-summary-buffer-message-redisplay-func'
842 (wl-summary-buffer-next-folder-function): Renamed from
843 `wl-summary-buffer-next-folder-func'.
844 (wl-summary-buffer-prev-folder-function): Renamed from
845 `wl-summary-buffer-prev-folder-func'.
846 (wl-summary-get-petname-function): Renamed from
847 `wl-summary-get-petname-func'.
849 * wl-score.el (wl-score-edit-exit-function): Renamed from
850 `wl-score-edit-exit-func'.
852 * wl-message.el (wl-message-buffer-prefetch-get-next-function):
853 Renamed from `wl-message-buffer-prefetch-get-next-function'.
855 * wl-util.el (wl-load-profile-function): Renamed from
856 `wl-load-profile-func'.
858 * wl-folder.el (wl-folder-completion-function): Renamed from
859 `wl-folder-completion-func'.
860 (wl-folder-init-function): Renamed from `wl-folder-init-func'.
862 * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
863 `wl-expire-archive-get-folder-func'.
864 (wl-draft-send-function): Renamed from `wl-draft-send-func'.
865 (wl-draft-send-mail-function): Renamed from
866 `wl-draft-send-mail-func'.
867 (wl-draft-send-news-function): Renamed from
868 `wl-draft-send-news-func'.
869 (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
870 (wl-generate-mailer-string-function): Renamed from
871 `wl-generate-mailer-string-func'.
872 (wl-highlight-signature-search-function): Renamed from
873 `wl-highlight-signature-search-func'.
874 (wl-highlight-x-face-function): Renamed from
875 `wl-highlight-x-face-func'
876 (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
877 (wl-ps-print-buffer-function): Renamed from
878 `wl-ps-print-buffer-func'
879 (wl-summary-from-function): Renamed from `wl-summary-from-func'.
880 (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
881 (wl-summary-subject-filter-function): Renamed from
882 `wl-summary-subject-filter-func'.
884 * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
885 `wl-draft-queue-flush-send-func'
886 (wl-draft-cite-function): Renamed from
889 * wl-address.el (wl-address-init-function): Renamed from
890 `wl-address-init-func'.
892 2001-02-27 Yuuichi Teranishi <teranisi@gohome.org>
894 * wl-draft.el (wl-draft-queue-flush): Don't call
895 `elmo-dop-unlock-message'.
896 * wl-draft.el (wl-draft-queue-append): Don't call
897 `elmo-dop-lock-message'.
899 * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
900 (wl-summary-buffer-folder-name): Ditto.
901 (wl-summary-message-regexp): Added '-' (all other related portions
903 (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
904 wl-summary-buffer-folder-name.
906 2001-02-26 "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
908 * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
909 the number of mails in the folder buffer is not updated by wl-biff.
911 2000-02-26 Kenichi OKADA <okada@opaopa.org>
913 * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
914 * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
916 2001-03-01 Yuuichi Teranishi <teranisi@gohome.org>
918 * wl-summary.el (wl-summary-next-message):
919 Return next message number when wl-summary-move-order is nil.
921 2001-02-28 Akihiro MOTOKI <mokkun@iname.com>
923 * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
924 `wl-summary-move-spec-alist'.
925 (wl-summary-move-spec-unplugged-alist): New variable
926 (Move spec for unplugged status).
927 (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
928 if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
930 2001-03-01 OKAZAKI Tetsurou <okazaki@be.to>
932 * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
933 * wl-mule.el (wl-draft-overload-menubar): Ditto.
935 2001-02-28 OKAZAKI Tetsurou <okazaki@be.to>
937 * wl-mime.el (wl-draft-preview-message): Use `function' instead of
938 simple quotation to quote the anonymous function.
939 * tm-wl.el (wl-draft-preview-message): Ditto.
941 2001-02-25 OKAZAKI Tetsurou <okazaki@be.to>
943 * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
944 Eliminate redundant `save-excursion'.
945 (wl-highlight-summary-current-line): Ditto.
947 * wl-highlight.el (wl-highlight-summary-current-line): Avoid
948 accessing match data when `looking-at' failed.
950 * wl-draft.el (wl-draft-delete): Use `match-string' instead of
951 `elmo-match-string' where users don't care about the speed.
952 (wl-draft-save): Ditto.
954 2001-02-24 Yuuichi Teranishi <teranisi@gohome.org>
956 * wl-util.el (wl-regexp-opt): New function.
958 * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
959 number from `wl-summary-buffer-number-list'.
960 (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
961 Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
962 (wl-summary-move-spec-alist): Changed default setting.
964 2001-02-23 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
966 * wl-vars.el (wl-biff-notify-hook): New hook.
967 * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
968 the arrival of new mail.
969 (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
970 and advice by Yuuichi Teranishi <teranisi@gohome.org>)
972 2001-02-23 Yuuichi Teranishi <teranisi@gohome.org>
974 * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
976 2001-02-22 Yuuichi Teranishi <teranisi@gohome.org>
978 * wl-summary.el (wl-summary-default-get-next-msg): Fix.
980 * Version number is increased to 2.5.8.
982 * wl-thread.el (toplevel): require 'cl.
983 (wl-thread-resume-entity): Call wl-thread-make-number-list.
984 (wl-thread-make-number-list): New function.
985 (wl-thread-entity-make-number-list-from-children): Ditto.
986 (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
987 (wl-thread-entity-insert-as-children): Likewise.
988 (wl-thread-delete-message): Likewise.
989 (wl-meaning-of-mark): Eliminated.
990 (wl-thread-next-failure-mark-p): Ditto.
991 (wl-thread-entity-get-mark): Ditto.
992 (wl-thread-meaning-alist-get-result): Ditto.
993 (wl-thread-entity-check-prev-mark): Ditto.
994 (wl-thread-entity-check-next-mark): Ditto.
995 (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
996 (wl-thread-entity-get-prev-marked-entity): Ditto.
997 (wl-thread-get-prev-unread): Ditto.
998 (wl-thread-jump-to-prev-unread): Ditto.
999 (wl-thread-get-next-unread): Ditto.
1000 (wl-thread-jump-to-next-unread): Ditto.
1001 (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
1002 (wl-thread-entity-get-next-marked-entity): Ditto.
1004 * wl-summary.el (wl-summary-buffer-number-list):
1005 New bufer-local variable.
1006 (wl-summary-switch-to-clone-buffer): Clone
1007 `wl-summary-buffer-number-list'.
1008 (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
1009 (wl-summary-cursor-move-regex): Eliminated.
1010 (wl-summary-cursor-up): Rewrite.
1011 (wl-summary-cursor-down): Ditto.
1012 (wl-summary-mode-spec-alist): New variable.
1013 (wl-summary-next-message): New inline function.
1014 (wl-summary-cursor-move): New function.
1015 (wl-summary-default-get-next-msg): Rewrite.
1016 (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
1017 (wl-summary-rescan): Ditto.
1018 (wl-summary-sync-all-init): Ditto.
1019 (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
1020 summary is not thread view.
1021 (wl-summary-sync-update): Ditto.
1022 (wl-summary-rescan): Ditto.
1023 (wl-summary-make-number-list): New function.
1025 * wl-draft.el: "FCC" -> "Fcc".
1027 2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
1029 * wl-highlight.el (wl-highlight-summary-window):
1030 Call `set-buffer-modified-p'.
1032 * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
1033 (wl): Call `elmo-init' and fix.
1035 * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
1038 * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
1040 2001-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1042 * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
1044 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1046 * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
1048 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1050 * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
1051 `wl-use-toolbar' nor `display-graphic-p'.
1052 (wl-e21-setup-message-toolbar): Ditto.
1053 (wl-e21-setup-summary-toolbar): Ditto.
1054 (wl-e21-setup-folder-toolbar): Ditto.
1056 (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
1057 (wl-plugged-init-icons): Ditto.
1059 (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
1060 `display-graphic-p'.
1061 (wl-plugged-set-folder-icon): Ditto.
1062 (wl-highlight-plugged-current-line): Ditto.
1063 (wl-highlight-folder-current-line): Ditto.
1064 (wl-e21-highlight-folder-group-line): Ditto.
1065 (wl-e21-setup-toolbar): Ditto.
1066 (wl-e21-display-image-p): New macro.
1068 * wl-demo.el (wl-demo): Simplified.
1069 (wl-demo-image-type-alist): Use `image-type-available-p' for
1070 checking whether the image type `xbm' is available.
1072 2000-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1074 * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
1075 (wl-summary-input-range): Ditto.
1077 2001-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1079 * wl-summary.el (wl-summary-edit-addresses): Use
1080 `wl-summary-get-original-buffer'
1081 (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
1082 (wl-summary-jump-to-msg-by-message-id-via-nntp):
1083 Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
1084 (wl-summary-get-newsgroups): Eliminated.
1085 (wl-summary-set-crosspost): Ditto.
1086 (wl-summary-is-crosspost-folder): Ditto.
1087 (wl-crosspost-alist-load): Ditto.
1088 (wl-crosspost-alist-save): Ditto.
1090 * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
1091 `elmo-setup-subscribed-newsgroups' instead of
1092 `elmo-nntp-make-groups-hashtb'.
1093 (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
1094 instead of `wl-crosspost-alist-save'.
1096 * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
1097 of `elmo-folder-message-appendable-p'.
1098 (wl-mime-header-presentation-method): Eliminated.
1100 * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
1101 (Error occurs in emacs21).
1103 * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
1104 the current buffer).
1106 * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
1107 instead of `wl-crosspost-alist-save'.
1108 (wl-init): `elmo-crosspost-message-alist-load'
1109 instead of `wl-crosspost-alist-load'
1111 * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
1112 (wl-parse-newsgroups): Likewise.
1113 (wl-biff-notify): Run `wl-biff-notify-hook'.
1115 2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
1117 * wl-vars.el (wl-summary-lazy-highlight): New variable.
1119 * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
1120 when `wl-summary-lazy-highlight' is non-nil.
1121 (wl-summary-goto-folder-subr): Highlight only when
1122 `wl-summary-lazy-highlight' is non-nil.
1124 * wl-highlight.el (wl-highlight-summary): Fixed docstring;
1125 Don't display progress and highlight temp-mark when
1126 `wl-summary-lazy-highlight' is non-nil.
1127 (wl-highlight-summary-window): New function.
1128 (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
1130 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1132 * wl-summary.el (wl-summary-sync): Change `all-visible'
1134 (wl-summary-input-range): Ditto.
1136 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1138 * wl-e21.el (wl-highlight-folder-current-line): Call
1139 `wl-folder-init-icons' when folder icons have not been initialized.
1141 * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
1143 * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
1144 (wl-demo-image-type-alist): New macro.
1146 2001-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
1148 * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
1149 display does not support graphics.
1150 (wl-plugged-init-icons): Ditto.
1151 (wl-folder-init-icons): Ditto.
1153 * wl-demo.el (wl-demo): Chech closely whether the display
1156 2001-02-09 Yuuichi Teranishi <teranisi@gohome.org>
1158 * wl-summary.el (wl-summary-get-original-buffer): New function.
1159 (wl-summary-set-crosspost): Use it.
1160 (wl-summary-target-mark-uudecode): Ditto.
1161 (wl-summary-reedit): Ditto.
1162 (wl-summary-resend-bounced-mail): Ditto.
1163 (wl-summary-update-crosspost): Eliminated (It may be incorporated
1164 into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
1166 * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
1167 (wl-message-display-internal): Ditto.
1169 2001-02-07 Yuuichi Teranishi <teranisi@gohome.org>
1171 * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
1173 2001-02-06 Yuuichi Teranishi <teranisi@gohome.org>
1175 * wl-summary.el (wl-summary-save-view): Renamed from
1176 `wl-summary-save-status'.
1178 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1180 * wl-summary.el (wl-summary-sync): Added `all-shown'
1182 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1184 * wl-summary.el (wl-summary-input-range): Added `all-shown'
1186 2000-02-19 Kenichi OKADA <okada@opaopa.org>
1188 * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
1190 2001-02-19 OKAZAKI Tetsurou <okazaki@be.to>
1192 * wl-highlight.el (wl-highlight-summary-line-string): Use
1193 `zerop' instead of `= 0'.
1194 (wl-highlight-summary): Use `zerop' instead of `eq 0'.
1196 * wl-template.el (wl-template-next): Use `=' instead of `eq'
1197 for comparing numbers.
1198 (wl-template-prev): Use `zerop' instead of `eq 0'.
1200 * wl-draft.el (wl-draft-insert-current-message): Use
1201 `with-current-buffer' instead of `save-excursion'.
1202 Use `zerop' instead of `eq 0'.
1204 2001-02-17 Kenichi OKADA <okada@opaopa.org>
1206 * wl-draft.el (wl-draft-insert-ccs): New function.
1207 (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
1208 * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
1210 2001-02-15 Yuuichi Teranishi <teranisi@gohome.org>
1212 * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
1214 2001-02-14 Yuuichi Teranishi <teranisi@gohome.org>
1216 * wl-expire.el (wl-expire-refile): Don't call
1217 elmo-msgdb-add-msgs-to-seen-list;
1218 Pass wl-expire-add-seen-list to elmo-folder-move-messages.
1219 (wl-expire-refile-with-copy-reserve-msg): Ditto.
1221 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1223 * wl-message.el (wl-message-prev-page): Ignore errors while
1226 2001-01-14 Yuuichi Teranishi <teranisi@gohome.org>
1228 * wl-mime.el: Use elmo-original-message-mode instead of
1229 mmelmo-original-mode.
1231 * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
1232 `elmo-folder-get-spec';
1233 (wl-fldmgr-add-completion-all-completions):
1234 Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
1236 * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
1237 of `elmo-folder-get-type'.
1239 * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
1240 `elmo-folder-get-spec';
1241 Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1242 Use `elmo-folder-append-message' instead of `elmo-append-msg';
1243 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1244 Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
1245 `elmo-read-msg-no-cache';
1246 Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
1247 Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
1248 (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
1249 (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
1251 (wl-draft-reedit): Use `elmo-message-file-name'.
1253 * wl-expire.el: Use `elmo-folder-name-internal';
1254 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1255 Use macro `wl-summary-buffer-msgdb' instead of variable
1256 `wl-summary-buffer-msgdb';
1257 Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
1258 Use macro `wl-summary-buffer-folder-name' instead of variable
1259 `wl-summary-buffer-folder-name'.
1260 * wl-score.el: Likewise.
1262 * wl-message.el: Rewrite for new message buffer cache mechanism.
1263 (wl-message-buffer-cache-buffer-get): New macro.
1264 (wl-message-buffer-cache-folder-get): Ditto.
1265 (wl-message-buffer-cache-message-get): Ditto.
1266 (wl-message-buffer-cache-entry-make): Ditto.
1267 (wl-message-buffer-cache-hit): Ditto.
1268 (wl-message-buffer-cache-sort): New function.
1269 (wl-message-buffer-cache-add): Ditto.
1270 (wl-message-buffer-cache-delete): Ditto.
1271 (wl-message-buffer-cache-clean-up): Ditto.
1272 (wl-message-buffer-window): Rewrite.
1273 (wl-message-select-buffer): Renamed from `wl-select-buffer'.
1274 (wl-message-buffer-display): New function.
1275 (wl-message-display-internal): New function.
1277 2001-01-12 Yuuichi Teranishi <teranisi@gohome.org>
1279 * wl-folder.el: Use `elmo-folder-name-internal';
1280 Use `wl-folder-get-elmo-folder';
1281 Use `elmo-folder-list-messages' instead of
1283 Use `elmo-folder-get-primitive-list' instead of
1284 `elmo-folder-get-primitive-spec-list';
1285 Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
1286 Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1287 Use `elmo-folder-create' instead of `elmo-create-folder'.
1288 (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
1289 (wl-folder-get-elmo-folder): New macro.
1290 (wl-folder-elmo-folder-cache-get): Ditto.
1291 (wl-folder-elmo-folder-cache-put): Ditto.
1292 (wl-folder-suspend): Call `elmo-quit'.
1294 * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1295 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1296 Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
1297 Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
1298 (toplevel): require 'cl.
1299 (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
1301 * wl-summary.el: Rewrite to use new elmo interface.
1304 2001-02-06 Yuuichi Teranishi <teranisi@gohome.org>
1306 * wl-mime.el (wl-draft-preview-message):
1307 Run `wl-draft-send-hook' before collecting recipients information;
1308 Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
1310 * tm-wl.el (wl-draft-preview-message): Ditto.
1312 2001-02-05 Yuuichi Teranishi <teranisi@gohome.org>
1314 * wl-mime.el (wl-draft-preview-message): Fixed problem that
1315 wrong receipients are displayed when forwarded message.
1317 2001-02-01 Yuuichi Teranishi <teranisi@gohome.org>
1319 * Version number is increased to 2.5.7.
1321 2001-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
1323 * wl-message.el (wl-message-next-page): Bind
1324 `window-pixel-scroll-increment' to nil while scrolling up.
1326 2001-01-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1328 * wl-vars.el (wl-save-hook): New hook.
1329 * wl.el (wl-save): Call `wl-save-hook'.
1331 2001-01-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1333 * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
1334 Argument WITH-ARG instead of NO-ARG (negative mean).
1335 (wl-draft-reply): WITH-ARG instead of NO-ARG.
1336 * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
1337 * wl-message.el (wl-message-follow-current-entity): Likewise.
1339 2001-01-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
1341 * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
1342 FROM was optional argument.
1343 (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
1345 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
1347 * Version number is increased to 2.5.6.
1349 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
1351 * wl-version.el (wl-version-show): Removed.
1352 (wl-version): Add `interactive'.
1354 2001-01-22 YAMASHITA Junji <ysjj@unixuser.org>
1356 * wl-summary.el (wl-summary-get-petname-func): New variable.
1357 (wl-summary-default-from): funcall `wl-summary-get-petname-func'
1358 instead of `wl-address-get-petname-1'.
1359 (wl-summary-simple-from): Ditto.
1361 * wl-address.el (wl-address-get-petname-1): Define as function.
1363 2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
1365 * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1366 field in the original message.
1367 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1369 2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
1371 * wl-expire.el (wl-expire-hide):
1372 Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1374 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1376 * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1377 find decoder for To, Cc, and Subject.
1379 2001-01-30 Yuuichi Teranishi <teranisi@gohome.org>
1381 * wl-summary.el (wl-cache-prefetch-next): Revert the logic
1382 for checking `elmo-use-buffer-cache'.
1383 (wl-summary-mark-as-important): Fixed typo in comment.
1385 2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
1387 * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1388 field in the original message.
1389 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1391 2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
1393 * wl-expire.el (wl-expire-hide):
1394 Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1396 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1398 * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1399 find decoder for To, Cc, and Subject.
1401 2001-01-18 Yuuichi Teranishi <teranisi@gohome.org>
1403 * Version number is increased to 2.5.5.
1405 * wl-address.el (wl-address-specials-regexp): New constant.
1406 (wl-address-quote-specials): Use it.
1408 2001-01-17 Yuuichi Teranishi <teranisi@gohome.org>
1410 * wl-summary.el (wl-summary-rescan):
1411 Call `wl-summary-buffer-number-column-detect'.
1412 (Advised by Akihiro MOTOKI <mokkun@iname.com>)
1414 * wl-message.el (wl-message-mode-map): Define.
1415 (wl-message-decode): Use it as local-map.
1417 2001-01-16 Yuuichi Teranishi <teranisi@gohome.org>
1419 * wl-score.el (wl-score-guess-like-gnus): Abolished.
1420 (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
1422 2001-01-12 Yuuichi Teranishi <teranisi@gohome.org>
1424 * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
1426 * wl-mule.el (wl-read-event-char): Ditto.
1428 * wl-e21.el (wl-read-event-char): Ditto.
1430 * wl-nemacs.el (wl-read-event-char): Ditto.
1431 (read-event): Removed.
1433 * wl-util.el (toplevel): Removed dummy definition of
1435 (wl-read-event-char, wl-xmas-read-event-char): Removed.
1437 2001-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1439 * wl-nemacs.el (elmo-archive-call-process): Moved to
1442 2001-01-02 TAKAHASHI Kaoru <kaoru@kaisei.org>
1444 * wl-draft.el (wl-draft-reply-list-symbol): New function.
1445 (wl-draft-reply): Use it. Fixed "No match field" error message.
1447 * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
1448 instead of magic-number 6. Use `not' instead of `null' for symbol
1449 `nil' check (not empty list).
1450 (wl-draft-insert-x-face-field): Fixed paren style.
1452 * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
1453 one-branch conditional statement, instead of `and' and `if'.
1454 (wl-draft-forward): Likewise.
1455 (wl-draft-add-references): Likewise.
1456 (wl-draft-yank-from-mail-reply-buffer): Likewise.
1458 * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
1459 conditional steatment. Use `cond' instead of `if'.
1460 (wl-draft-confirm): Likewise.
1462 2001-01-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1464 * wl-version.el (wl-version-show): Use `product-string-1'
1465 instead of `wl-version'.
1466 * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
1468 * wl-demo.el (wl-demo-copyright-notice): Add 2001.
1470 2000-12-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1472 * wl-highlight.el (wl-highlight-headers): Revert
1473 `wl-highlight-x-face-func' argument (`beg' and `end').
1475 2000-12-29 TAKAHASHI Kaoru <kaoru@kaisei.org>
1477 * wl.el (toplevel): Move `product-provide' declare.
1478 * wl-demo.el (toplevel): Ditto.
1479 * wl-dnd.el (toplevel): Ditto.
1480 * wl-highlight.el (toplevel): Ditto.
1481 * wl-message.el (toplevel): Ditto.
1482 * wl-refile.el (toplevel): Ditto.
1483 * wl-util.el (toplevel): Ditto.
1485 2000-12-26 Yuuichi Teranishi <teranisi@gohome.org>
1487 * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
1488 keep cursor position. (Advised by OKAZAKI Tetsurou <okazaki@be.to>)
1489 (wl-thread-close-all): keep cursor position.
1491 2000-12-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
1493 * wl-version.el (wl-version-status-alist): Use `zerop' instead of
1495 (wl-generate-user-agent-string-1): Fix conditional statement.
1497 2000-11-27 Kenichi OKADA <okada@opaopa.org>
1499 * wl.el (wl-check-environment): Additional check for
1500 'wl-local-domain' and `wl-message-id-domain'.
1502 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1504 * wl-draft.el (toplevel): Delete defvar for sasl-*.
1506 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1508 * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
1509 instead of `smtp-sasl-user-realm'.
1511 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1513 * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
1515 2000-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1517 * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
1518 to the default value as well as `eword-lexical-analyzer'.
1520 2000-12-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
1522 * wl-version.el (wl-extended-emacs-version,
1523 wl-extended-emacs-version2, wl-extended-emacs-version3): Use
1524 `elmo-match-string' instead of `wl-match-string'.
1526 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
1528 * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
1531 2000-12-10 Hironori Fukuchi <nory@valis.co.jp>
1533 * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
1535 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
1537 * wl-highlight.el (wl-highlight-headers): Remove
1538 `wl-highlight-x-face-func' argument (`beg' and `end').
1540 2000-12-15 Yuuichi Teranishi <teranisi@gohome.org>
1542 * wl-summary.el (wl-summary-mark-as-important):
1543 Remove cache if folder is local.
1545 2000-12-06 Taro Kawagishi <taro.kawagishi@nokia.com>
1547 * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
1548 to get existing e-mail address string.
1550 2000-12-13 TAKAHASHI Kaoru <kaoru@kaisei.org>
1552 * wl-version.el (wl-generate-user-agent-string): Commentary.
1553 (wl-generate-user-agent-string-1): Use `when' for
1554 one-branch conditional statement, instead of `and' and `if'.
1555 (wl-extended-emacs-version, wl-extended-emacs-version2,
1556 wl-extended-emacs-version3): Ditto.
1558 2000-12-12 Yuuichi Teranishi <teranisi@gohome.org>
1560 * wl-summary.el (wl-summary-sync-all-init): New inline function.
1561 (wl-summary-sync): Enclose `wl-summary-sync-update3' with
1562 condition-case; Remove initialization.
1563 (wl-summary-confirm-appends): Don't enclose with `condition-case'.
1564 (wl-summary-sync-update3): Added argument `sync-all';
1565 Eliminated local variable `msgdb';
1566 Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
1567 Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
1568 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1570 2000-12-12 KOGURO Naoki <koguro@dd.iij4u.or.jp>
1572 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
1573 connection before call `wl-draft-send-mail-with-smtp'.
1575 2000-11-30 Yuuichi Teranishi <teranisi@gohome.org>
1577 * Version number is increased to 2.5.4.
1579 2000-11-27 Kenichi OKADA <okada@opaopa.org>
1581 * wl.el (wl-check-environment): Additional check for
1582 'wl-local-domain' and `wl-message-id-domain'.
1584 2000-11-28 Yuuichi Teranishi <teranisi@gohome.org>
1586 * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
1587 buffer as command specific.
1588 (wl-folder-mark-as-read-all-entity): Ditto.
1589 (wl-folder-prefetch-entity): Ditto.
1590 (wl-folder-drop-unsync-entity): Ditto.
1592 * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
1593 (wl-prog-uudecode-no-stdout-option): Changed default to t.
1594 (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
1596 * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
1599 2000-11-22 Yuuichi Teranishi <teranisi@gohome.org>
1601 * Version number is increased to 2.5.3.
1603 * wl-summary.el (wl-summary-save-view-cache):
1604 Delete duplicated `write-region';
1605 Use `write-region-as-binary' instead of `as-binary-output-file' and
1608 2000-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1610 * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
1612 2000-11-20 Yuuichi Teranishi <teranisi@gohome.org>
1614 * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
1615 instead of `smtp-via-smtp'.
1617 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1619 * wl-draft.el (toplevel): Delete defvar for sasl-*.
1621 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1623 * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
1624 instead of `smtp-sasl-user-realm'.
1626 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1628 * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
1630 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1632 * Version number is increased to 2.5.2.
1634 2000-11-17 Yuuichi Teranishi <teranisi@gohome.org>
1636 * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
1638 (wl-biff-stop): Call `cancel-timer' if timer already exists.
1639 (wl-biff-start): Call `timer-activate' if timer already exists.
1641 * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
1642 only when it is bound as function.
1644 2000-11-15 Yuuichi Teranishi <teranisi@gohome.org>
1646 * Version number is increased to 2.5.1.
1648 2000-11-14 Yuuichi Teranishi <teranisi@gohome.org>
1650 * wl-thread.el (wl-thread-update-line-on-buffer-sub):
1651 Print refile/copy destination.
1653 2000-11-13 Yuuichi Teranishi <teranisi@gohome.org>
1655 * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
1656 queue-flush-only is non-nil.
1658 * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
1660 * wl-summary.el (wl-summary-refile-subr): Use folder realname while
1661 checking cache folder.
1663 2000-11-09 TAKAHASHI Kaoru <kaoru@kaisei.org>
1665 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
1668 2000-11-08 TAKAHASHI Kaoru <kaoru@kaisei.org>
1670 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
1672 * wl-summary.el (wl-summary-write-current-folder-functions):
1673 Change default value. Use it.
1675 2000-11-08 Yuuichi Teranishi <teranisi@gohome.org>
1677 * Version number is increased to 2.5.0.
1679 * wl-version.el (wl-version): Changed codename.
1681 2000-11-06 Kenichi OKADA <okada@opaopa.org>
1683 * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
1684 (wl-summary-supersedes-message): Ditto.
1686 2000-11-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
1688 * wl-refile.el (wl-refile-guess-functions): Renamed from
1689 `wl-refile-guess-func-list'.
1691 2000-11-02 Yuuichi Teranishi <teranisi@gohome.org>
1693 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
1694 Fixed problem when no rule was matched.
1696 2000-11-01 Akihiro MOTOKI <motoki@da.jp.nec.com>
1698 * wl-summary.el (wl-summary-get-mark): Fixed
1699 `wl-summary-buffer-target-mark' check logic.
1701 2000-11-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1703 * wl-folder.el (wl-folder-write-current-folder): Added group
1706 * wl-summary.el (wl-summary-write-current-folder): Renamed from
1707 `wl-summary-write-current-newsgroup'.
1708 (wl-summary-write-current-folder-functions): New variable.
1709 * wl-folder.el (wl-folder-get-newsgroups): New function.
1710 (wl-folder-guess-mailing-list-by-refile-rule): New function.
1711 (wl-folder-write-current-folder): Renamed from
1712 `wl-folder-write-current-newsgroup'.
1714 2000-11-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1716 * Version number is increased to 2.3.93.
1718 2000-11-01 Yuuichi Teranishi <teranisi@gohome.org>
1720 * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
1721 (wl-ldap-make-matched-value-list): Ditto.
1722 (wl-ldap-alias-safe-string): Split e-mail address.
1724 * wl-summary.el (wl-summary-read-folder): Fixed problem when
1725 petname folder default was selected.
1726 (Fix by HIROSE Yuuji <yuuji@gentei.org>)
1727 (wl-summary-auto-refile): Use `wl-folder-get-realname'.
1729 2000-10-31 Yuuichi Teranishi <teranisi@gohome.org>
1731 * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
1732 to `wl-draft-config-exec'.
1734 * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
1735 instead of calling `wl-draft-config-exec';
1736 Process group-list and show recipients in minibuffer.
1738 * tm-wl.el (wl-draft-preview-message): Ditto.
1740 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1742 * wl.el (toplevel): Added (C) to copyright notice, and
1744 * tm-wl.el (toplevel): Ditto.
1745 * wl-address.el (toplevel): Ditto.
1746 * wl-demo.el (toplevel): Ditto.
1747 * wl-dnd.el (toplevel): Ditto.
1748 * wl-draft.el (toplevel): Ditto.
1749 * wl-e21.el (toplevel): Ditto.
1750 * wl-expire.el (toplevel): Ditto.
1751 * wl-folder.el (toplevel): Ditto.
1752 * wl-highlight.el (toplevel): Ditto.
1753 * wl-message.el (toplevel): Ditto.
1754 * wl-mime.el (toplevel): Ditto.
1755 * wl-mule.el (toplevel): Ditto.
1756 * wl-nemacs.el (toplevel): Ditto.
1757 * wl-refile.el (toplevel): Ditto.
1758 * wl-score.el (toplevel): Ditto.
1759 * wl-summary.el (toplevel): Ditto.
1760 * wl-template.el (toplevel): Ditto.
1761 * wl-thread.el (toplevel): Ditto.
1762 * wl-util.el (toplevel): Ditto.
1763 * wl-vars.el (toplevel): Ditto.
1764 * wl-xmas.el (toplevel): Ditto.
1766 2000-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1768 * wl.el (wl-init): Added comment about `wl-init-hook'.
1769 * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
1770 * wl-vars.el (wl-init-hook): Added docs.
1771 (wl-make-plugged-hook): Removed useless docs.
1772 * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
1773 * wl-xmas.el (toplevel): Ditto.
1775 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1777 * wl-address.el (toplevel): Fixed multiple Author header format.
1778 * wl-demo.el (toplevel): Ditto.
1779 * wl-draft.el (toplevel): Ditto.
1780 * wl-folder.el (toplevel): Ditto.
1781 * wl-summary.el (toplevel): Ditto.
1782 * wl-thread.el (toplevel): Ditto.
1783 * wl-util.el (toplevel): Ditto.
1784 * wl-vars.el (toplevel): Ditto.
1785 * wl-version.el (toplevel): Ditto.
1786 * wl-xmas.el (toplevel): Ditto.
1787 * wl.el (toplevel): Ditto.
1789 * wl-version.el (toplevel): Added require `elmo-version' for
1790 `product-version-as-string'.
1792 2000-10-31 Yuuichi Teranishi <teranisi@gohome.org>
1794 * wl-vars.el (wl-draft-send-hook): Changed default value to
1795 '(wl-draft-config-exec).
1797 * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
1799 (wl-draft): Set `wl-draft-config-exec-flag' before running
1800 `wl-mail-setup-hook'.
1802 * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
1803 `wl-biff-init-icons' to `wl-init-hook' instead of
1804 `wl-make-plugged-hook'.
1805 (Because if `wl-draft' command is invoked at first,
1806 they are not initialized)
1807 Updated copyright notice.
1809 * wl-e21.el (toplevel): Ditto;
1811 * wl-demo.el (toplevel): Updated copyright notice.
1812 * wl-address.el (toplevel): Ditto.
1813 * wl-draft.el (toplevel): Ditto.
1814 * wl-version.el (toplevel): Ditto.
1815 * wl-folder.el (toplevel): Ditto.
1816 * wl-summary.el (toplevel): Ditto.
1817 * wl-thread.el (toplevel): Ditto.
1818 * wl-util.el (toplevel): Ditto.
1819 * wl-vars.el (toplevel): Ditto.
1820 * wl.el (toplevel): Ditto.
1822 2000-10-30 Yuuichi Teranishi <teranisi@gohome.org>
1824 * wl-highlight.el (wl-highlight-message): Fixed problem of
1825 highlighting failure which occured when the last field contains
1826 multiple lines in the draft buffer.
1828 * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
1829 `wl-biff-start' if plugged.
1831 * wl-util.el (wl-biff-check-folder): New function.
1832 (wl-biff-check-folders): Don't set session name prefix.
1833 Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
1834 (wl-biff-check-folder-async): Ditto.
1836 * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
1839 2000-10-07 Yasushi Shoji <yashi@yashi.com>
1841 * wl-vars.el (wl-subject-prefix-regexp): New variable.
1843 * wl-draft.el (wl-draft-strip-subject-re): New function.
1845 * wl-draft.el (wl-draft-reply): Use it.
1847 2000-10-30 Yuuichi Teranishi <teranisi@gohome.org>
1849 * wl-message.el (wl-mmelmo-message-redisplay): Use
1850 `mime-display-message' instead of `wl-mime-display-message'.
1852 * wl-mime.el (toplevel): Removed compatibility workaround
1853 for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
1854 (wl-mime-display-message): Abolished.
1855 (wl-mime-entity-read-field): Ditto.
1856 (wl-mime-combine-message/partial-pieces): Use
1857 `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
1859 2000-10-27 OKAZAKI Tetsurou <okazaki@be.to>
1861 * wl-template.el: Doc fixes.
1863 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1865 * wl-e21.el (wl-message-overload-functions): Do nothing if
1866 `current-local-map' is not available.
1867 (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
1869 2000-10-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
1871 * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
1874 * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
1876 (wl-fldmgr-save-folders): Don't use `format' when insert
1877 `wl-fldmgr-folders-header'.
1879 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1881 * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
1883 2000-10-26 Yuuichi Teranishi <teranisi@gohome.org>
1885 * wl-highlight.el (wl-highlight-message):
1886 Use `std11-field-end' to detect end point of the header field.
1887 Refer `wl-highlight-max-header-size'.
1889 * wl-vars.el (wl-highlight-max-header-size): New variable.
1891 * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
1893 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
1894 Set `for-draft' argument of wl-highlight-headers.
1896 (wl-draft-reedit): Ditto.
1897 (wl-user-agent-compose-internal): Ditto.
1899 2000-10-24 Daiki Ueno <ueno@unixuser.org>
1901 * wl-message.el (wl-message-add-button): Use overlay.
1903 2000-10-24 Yuuichi Teranishi <teranisi@gohome.org>
1905 * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
1907 * wl-address.el (wl-address-string-without-group-list-contents): Fixed
1908 problem when group-list content is nothing.
1909 (Reported by Mito <mit@nines.nec.co.jp>)
1911 2000-10-18 SAITO Atsunori <sai@yedo.com>
1913 * wl-summary.el (wl-summary-print-destination): Adjust line length.
1915 2000-10-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
1917 * tm-wl.el (toplevel): Use product-provide.
1919 2000-10-20 Yuuichi Teranishi <teranisi@gohome.org>
1921 * Version number is increased to 2.3.92.
1923 2000-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1925 * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
1926 title text, use `display' property for left margin under Emacs 21.
1928 * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
1930 (wl-plugged-init-icons): Ditto.
1932 2000-10-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
1934 * wl.el (wl-save-status, wl-init): Remove last period in
1936 * tm-wl.el (wl-summary-burst): Ditto.
1937 * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
1938 wl-summary-resume-cache-status,
1939 wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
1940 wl-summary-sync-update3, wl-summary-highlight-msgs,
1941 wl-summary-flush-pending-append-operations,
1942 wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
1943 wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
1944 * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
1945 wl-thread-open-all): Ditto.
1946 * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1947 * wl-mime.el (wl-summary-burst): Ditto.
1948 * wl-highlight.el (wl-highlight-summary): Ditto.
1949 * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
1950 wl-folder-open-all, wl-folder-update-access-group): Ditto.
1951 * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
1952 * wl-address.el (wl-local-address-init): Ditto.
1954 2000-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1956 * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
1957 `add-text-properties'.
1958 (wl-plugged-init-icons): Ditto.
1959 (wl-folder-init-icons): Use `propertize' instead of
1960 `put-text-property'.
1961 (wl-plugged-set-folder-icon): Ditto.
1962 (wl-e21-highlight-folder-group-line): Ditto.
1964 2000-10-18 Yuuichi Teranishi <teranisi@gohome.org>
1966 * wl-version.el (wl-version-status-alist): New variable.
1967 (wl-version-status): New function.
1969 * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
1970 "Cc" part of the case "Reply-To".
1972 * wl-draft.el (wl-draft-reply): Use result of
1973 `eword-extract-address-components'.
1975 * wl-demo.el (wl-demo-icon-name): New constant.
1976 (wl-logo-xpm): Use it.
1977 (wl-logo-xbm): Ditto.
1978 (wl-logo-bitmap): Ditto.
1980 * Version number is increased to 2.3.91.
1982 2000-10-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
1984 * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
1985 (wl-extended-emacs-version, wl-extended-emacs-version2,
1986 wl-extended-emacs-version3): Remove `interactive'. Fixed
1989 * wl-version.el (wl-generate-user-agent-string-1): New function.
1990 (wl-generate-user-agent-string): Use it.
1992 * wl-version.el (wl-generate-user-agent-string-1): Ignore
1993 `mime-edit-insert-user-agent-field'.
1994 (wl-generate-user-agent-string): Check
1995 `mime-edit-insert-user-agent-field' and `mime-editor/version'.
1997 * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
1998 instead of `if', when verbose case.
2000 2000-10-18 Kenichi OKADA <okada@opaopa.org>
2002 * wl-expire.el (wl-summary-expire): Fix.
2004 2000-10-18 Kenichi OKADA <okada@opaopa.org>
2006 * wl.el (wl-check-environment): Don't check `wl-trash-folder'
2007 and `elmo-lost+found-folder' if 'wl-draft.
2008 * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
2010 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2012 * wl-expire.el (wl-summary-expire): Change messages.
2013 * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2014 `deleing-info' instead of "Deleting..."
2016 2000-10-15 Osamu Yamane <yamane@green.ocn.ne.jp>
2018 * wl-summary.el (wl-summary-refile-subr): Fix.
2020 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2022 * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
2025 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2027 * wl-vars.el (wl-draft-use-cache): Default `nil'.
2029 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2031 * wl-expire.el (wl-expire-hide): New function.
2032 (wl-summary-expire): Add `hide'.
2034 2000-10-17 Yuuichi Teranishi <teranisi@gohome.org>
2036 * wl-vars.el (wl-draft-reply-without-argument-list):
2037 Changed default value to consider `Reply-To:'.
2038 (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
2040 * Version number is increased to 2.3.90.
2042 * wl-summary.el (wl-summary-msgdb-load-async): Enclose
2043 elmo-imap4-get-session with unwind-protect.
2045 (wl-summary-sync-marks): Don't check plugged nor folder type.
2046 (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
2047 (Always keep current buffer).
2049 2000-10-16 Akihiro MOTOKI <motoki@da.jp.nec.com>
2051 * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
2052 Enclose with `save-excursion'.
2054 2000-10-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
2056 * wl-version.el (wl-version): Remove interactive.
2058 2000-10-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
2060 * wl-version.el (wl-generate-user-agent-string): Use
2061 `product-string-verbose' instead of `product-string-1'.
2063 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2065 * wl-vars.el (wl-draft-use-cache): New variable.
2066 * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
2067 if wl-draft-use-cache is non-nil.
2069 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2071 * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
2072 (wl-summary-prefetch-msg): force prefetch if called with optional argument.
2074 2000-10-13 Yuuichi Teranishi <teranisi@gohome.org>
2076 * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
2077 (wl-thread-msg-mark-as-unread): Ditto.
2079 * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
2080 (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
2081 (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
2082 Don't set mark in summary if return value of `elmo-mark-as-read'
2084 Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
2085 (wl-summary-mark-as-read-region): Use `wl-summary-mark-as-read'
2086 instead of `wl-thread-msg-mark-as-read'.
2087 (wl-summary-mark-as-unread-region): Ditto.
2088 (wl-summary-target-mark-mark-as-read): Ditto.
2090 * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2092 2000-10-12 Yuuichi Teranishi <teranisi@gohome.org>
2094 * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
2096 * wl-mule.el (wl-highlight-folder-current-line): Ditto.
2098 2000-10-11 Yuuichi Teranishi <teranisi@gohome.org>
2100 * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
2103 2000-10-11 OKAZAKI Tetsurou <okazaki@be.to>
2105 * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
2108 2000-10-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
2110 * wl-version.el (toplevel): Use `product-version-as-string' for
2111 set verstion-string, if defined.
2113 * wl-version.el (wl-version-show): Insert string at point, when
2116 * wl-version.el (wl-generate-user-agent-string): Use
2117 `product-string-1' instead of `wl-appname', `wl-version' and
2120 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2122 * wl-address.el (toplevel): Use product-provide.
2123 * wl-demo.el (toplevel): Ditto.
2124 * wl-dnd.el (toplevel): Ditto.
2125 * wl-draft.el (toplevel): Ditto.
2126 * wl-e21.el (toplevel): Ditto.
2127 * wl-expire.el (toplevel): Ditto.
2128 * wl-fldmgr.el (toplevel): Ditto.
2129 * wl-folder.el (toplevel): Ditto.
2130 * wl-highlight.el (toplevel): Ditto.
2131 * wl-message.el (toplevel): Ditto.
2132 * wl-mime.el (toplevel): Ditto.
2133 * wl-mule.el (toplevel): Ditto.
2134 * wl-nemacs.el (toplevel): Ditto.
2135 * wl-refile.el (toplevel): Ditto.
2136 * wl-score.el (toplevel): Ditto.
2137 * wl-summary.el (toplevel): Ditto.
2138 * wl-template.el (toplevel): Ditto.
2139 * wl-thread.el (toplevel): Ditto.
2140 * wl-util.el (toplevel): Ditto.
2141 * wl-vars.el (toplevel): Ditto.
2142 * wl-xmas.el (toplevel): Ditto.
2143 * wl.el (toplevel): Ditto.
2145 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2147 * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
2150 * wl-version.el (wl-version): Compile time evalution elmo-version.
2152 2000-10-10 Kenichi OKADA <okada@opaopa.org>
2154 * wl-summary.el (wl-summary-sync-force-update): Append queue
2155 `mark-as-read'if unplugged.
2157 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2159 * wl-version.el: New file. Use product.el.
2160 * wl.el: add (require 'wl-version).
2161 * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
2162 for ~/.folders header.
2163 (wl-fldmgr-folders-header): Changed.
2164 * wl-demo.el (wl-demo): Use product.el.
2166 * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
2168 * wl-util.el (wl-version, wl-version-show): Ditto.
2170 * wl-util.el (wl-generate-user-agent-string,
2171 wl-extended-emacs-version, wl-extended-emacs-version2,
2172 wl-extended-emacs-version3): Move to wl-version.el.
2173 * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
2174 xemacs-codename, mime-edit-insert-user-agent-field,
2175 mime-edit-user-agent-value, mime-editor/version,
2176 mime-editor/codename): Compile warning killer move to
2179 2000-10-09 Kenichi OKADA <okada@opaopa.org>
2181 * wl-summary.el (wl-summary-refile-subr): Fix.
2183 2000-10-09 Yuuichi Teranishi <teranisi@gohome.org>
2185 * wl-summary.el (wl-summary-sync-marks): Changed argument for
2186 `elmo-list-folder-unread' and `elmo-list-folder-important'.
2188 2000-10-08 Kenichi OKADA <okada@opaopa.org>
2190 * wl.el (wl-check-environment): Check too many `@'.
2192 2000-10-08 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2194 * wl-thread.el (wl-thread-delete-message): Fix parentheses.
2196 2000-10-07 TAKAHASHI Kaoru <kaoru@kaisei.org>
2198 * wl-vars.el (wl-draft-reply-myself-with-argument-list,
2199 wl-draft-reply-myself-without-argument-list): Add variables.
2200 * wl-draft.el (wl-draft-reply): Use it.
2202 2000-10-06 Daiki Ueno <ueno@unixuser.org>
2204 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
2205 the 5th argument of `elmo-network-get-spec'.
2207 * wl-thread.el (wl-thread-reparent-children): New inline function.
2208 (wl-thread-delete-message): Use it.
2210 * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
2211 (wl-summary-score-update-all-lines): Don't use `dolist'.
2213 2000-10-06 TAKAHASHI Kaoru <kaoru@kaisei.org>
2215 * wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add
2216 (require 'elmo-msgdb) for inline function.
2218 2000-10-06 Kenichi OKADA <okada@opaopa.org>
2220 * wl-vars.el (wl-draft-queue-save-variables): Add variables.
2222 2000-10-06 Kenichi OKADA <okada@opaopa.org>
2224 * wl-score.el (wl-score-headers): Fix for the confusing macro
2227 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2229 * wl-summary.el: Don't use the 3rd argument of `require' because
2230 it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
2231 * wl-util.el: Ditto.
2232 * wl-draft.el: Ditto.
2234 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2236 * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
2237 window system is not used.
2239 2000-10-04 Daiki Ueno <ueno@unixuser.org>
2241 * wl-thread.el: Don't use `mapcar' only for iteration.
2242 (wl-thread-resume-entity): Ditto.
2243 (wl-thread-delete-message): Ditto.
2245 * wl-summary.el: Bind `dragdrop-drop-functions',
2246 `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
2247 of `require' for `timezone', `easymenu' and `ps-print';
2248 don't use `mapcar' only for iteration.
2250 * wl-util.el: Bind `mule-version', `nemacs-version',
2251 `emacs-beta-version', `xemacs-codename',
2252 `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
2253 `mime-editor/version' and `mime-editor/codename'; specify 3rd
2254 argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
2257 * wl-score.el: Don't use `mapcar' only for iteration.
2258 (wl-score-simplify-buffer-fuzzy): Ditto.
2259 (wl-score-simplify-subject): Ditto.
2260 (wl-score-headers): Ditto.
2261 (wl-summary-score-update-all-lines): Ditto.
2263 * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
2264 `enable-multibyte-characters' and `mule-version'.
2266 * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
2267 `mapcar' only for iteration.
2269 * wl-demo.el: Don't use `mapcar' only for iteration.
2271 * wl-folder.el: Don't use `mapcar' only for iteration.
2272 (wl-folder-open-all): Ditto.
2273 (wl-folder-count-incorporates): Ditto.
2275 * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
2276 (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
2278 * wl-draft.el: Bind `x-face-add-x-face-version-header',
2279 `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
2280 `smtp-connection-type'; specify 3rd argument of `require' for
2281 `timezone'; don't use `mapcar' only for iteration.
2282 (wl-draft-clone-local-variables): Don't use `mapcar'.
2283 (wl-draft-generate-clone-buffer): Ditto.
2284 (wl-user-agent-compose-internal): Ditto.
2286 * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
2288 * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
2289 (wl-save-status): Ditto.
2291 * wl-address.el (wl-local-address-init): Don't use `mapcar' only
2294 2000-10-04 Yuuichi Teranishi <teranisi@gohome.org>
2296 * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
2298 (wl-fldmgr-make-filter-default): New user option.
2300 * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
2301 Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
2302 (wl-fldmgr-filter-completion-alist): Abolish.
2304 * wl.el (wl): Don't check servers if arg is non-nil.
2306 * wl-draft.el (wl-draft-reply): Set only message-id string to
2309 2000-10-03 Yuuichi Teranishi <teranisi@gohome.org>
2311 * wl-summary.el (wl-summary-pick): Rewrite.
2313 * wl-draft.el (wl-draft-forward): Get references field from
2315 (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
2317 2000-10-02 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2319 * wl-draft.el (wl-draft-forward): Add references field.
2321 2000-10-03 Yuuichi Teranishi <teranisi@gohome.org>
2323 * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
2324 (wl-draft-reply): Use it.
2326 2000-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
2328 * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
2329 when Emacs 21 is running.
2331 * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
2334 2000-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2336 * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
2337 XPM icons transparent.
2339 * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
2342 2000-09-29 Yuuichi Teranishi <teranisi@gohome.org>
2344 * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
2347 * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
2348 when it is persistent.
2349 (wl-summary-sync-marks): Changed argument for
2350 `elmo-list-folder-unread' and `elmo-list-folder-important'.
2351 (wl-summary-virtual): Use `elmo-read-search-condition'.
2352 (wl-summary-redisplay-internal): If folder is local, mark as read
2353 even when folder is plugged.
2355 2000-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2357 * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
2358 of `tool-bar-lines' in the frame parameters.
2359 (after-make-frame-functions, post-command-hook): Don't modify the
2361 (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
2362 wl-e21-tool-bar-lines): Removed.
2364 2000-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2366 * wl-highlight.el (wl-highlight-folder-path): Put overlay
2367 properties `evaporate' and `wl-momentary-overlay' as well.
2368 (wl-highlight-summary-displaying): Ditto.
2369 (wl-delete-all-overlays): Don't delete overlay which does not have
2370 a property `wl-momentary-overlay'.
2372 * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
2373 `display-mouse-p' and `display-graphic-p'.
2374 (wl-folder-init-icons): Don't search for XBM or the other files.
2375 (wl-plugged-set-folder-icon): Make icons if and only if
2376 `display-graphic-p' returns non-nil.
2377 (wl-highlight-plugged-current-line): Use `before-string' overlay
2378 property to show icon images.
2379 (wl-highlight-folder-current-line): Ditto.
2380 (wl-e21-highlight-folder-group-line): Ditto.
2381 (wl-e21-highlight-folder-by-numbers): Ditto.
2382 (wl-e21-insert-image): Removed.
2383 (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
2384 (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
2386 (wl-e21-switch-toolbar-after-make-frame): Renamed from
2387 `wl-e21-force-switch-toolbar'.
2388 (wl-e21-make-icon-image): Removed.
2389 (wl-e21-setup-toolbar): Don't search for XBM files.
2390 (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
2393 2000-09-27 Yuuichi Teranishi <teranisi@gohome.org>
2395 * wl-util.el (wl-biff-check-folder-async): Set
2396 `wl-biff-check-folders-running' even when it is not an IMAP folder.
2398 2000-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
2400 * wl-e21.el (after-make-frame-functions): Add
2401 `wl-e21-force-switch-toolbar'.
2402 (wl-e21-force-switch-toolbar): New function force to switch the
2403 toolbar appearance automatically.
2404 (post-command-hook): Add `wl-e21-switch-toolbar'.
2405 (wl-e21-switch-toolbar): New function to switch the toolbar
2406 appearance automatically.
2407 (wl-e21-tool-bar-lines): New buffer local variable.
2409 2000-09-25 Yuuichi Teranishi <teranisi@gohome.org>
2411 * wl-util.el (wl-biff-check-folders-running): New variable.
2412 (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
2413 (wl-biff-check-folder-async-callback):
2414 Set `wl-biff-check-folders-running'.
2415 (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
2416 with unwind-protect.
2418 * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
2419 Enclose `wl-folder-auto-check' with unwind-protect.
2421 * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
2422 (toplevel) [Emacs19+]: Removed autoload setting for "timer".
2424 * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
2426 * wl-util.el (wl-biff-notify): New inline function.
2427 (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
2429 Call `wl-biff-check-folder-async' if length of `wl-biff-check-
2431 Use `wl-biff-notify'.
2432 (wl-biff-check-folder-async-callback): New function.
2433 (wl-biff-check-folder-async): Ditto.
2435 * wl-folder.el (wl-folder): Don't check folders.
2436 (wl-folder-auto-check): New function.
2438 2000-09-24 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2440 * wl-util.el (wl-biff-start) [Emacs19+]:
2441 Use `timer-next-integral-multiple-of-time'.
2442 (wl-biff-check-folders): Use `wl-default-folder'
2443 if `wl-biff-check-folder-list' is nil.
2445 2000-09-24 OKAZAKI Tetsurou <okazaki@be.to>
2447 * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
2448 instead of `elmo-delete-lists'.
2450 2000-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2452 * wl.el (wl-plugged-toggle-all): Set the value of
2453 `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
2454 (wl-plugged-toggle): Ditto.
2455 (wl-toggle-plugged): Ditto.
2456 (wl-plugged-init): Ditto.
2458 * wl-xmas.el (wl-biff-init-icons): Set icons data to
2459 `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
2460 instead of `wl-biff-state-indicator-off' and
2461 `wl-biff-state-indicator-on'; don't modify the value and the type
2462 of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
2463 (wl-plugged-init-icons): Set icons data to
2464 `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
2465 instead of `wl-plug-state-indicator-off' and
2466 `wl-plug-state-indicator-on'; don't modify the value and the type
2467 of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
2469 * wl-vars.el (wl-modeline-biff-state-off,
2470 wl-modeline-biff-state-on, wl-modeline-biff-status,
2471 wl-modeline-plug-state-off, wl-modeline-plug-state-on,
2472 wl-modeline-plug-status): New internal variables.
2473 (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
2474 wl-biff-check-interval, wl-biff-check-folder-list): Change
2475 customization group from `wl-folder' to `wl-highlight'.
2476 (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
2477 wl-show-plug-status-on-modeline): Defcustomized.
2479 * wl-util.el (wl-biff-check-folders): Set the value of the flag
2480 `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
2481 (wl-mode-line-buffer-identification): Set both ON and OFF data with
2482 a flag to `mode-line-buffer-identification'.
2484 * wl-e21.el (wl-biff-init-icons): Set icons data to
2485 `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
2486 instead of `wl-biff-state-indicator-off' and
2487 `wl-biff-state-indicator-on'.
2488 (wl-plugged-init-icons): Set icons data to
2489 `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
2490 instead of `wl-plug-state-indicator-off' and
2491 `wl-plug-state-indicator-on'.
2493 2000-09-20 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
2495 * wl-util.el (wl-mode-line-buffer-identification): Don't breed
2498 2000-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2500 * wl.el (wl-plugged-mode): Use revised
2501 `wl-mode-line-buffer-identification'.
2502 (wl-plugged-init): Don't use `force-mode-line-update'.
2504 * wl-xmas.el (wl-draft-overload-functions): Use revised
2505 `wl-mode-line-buffer-identification'.
2506 (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
2507 (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
2508 (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
2509 add `wl-plugged-init-icons' and `wl-biff-init-icons' to
2510 `wl-make-plugged-hook';
2511 add `wl-folder-init-icons' and `wl-setup-folder' to
2512 `wl-folder-mode-hook'.
2514 * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
2516 (wl-mode-line-display-priority-list): New user option.
2517 (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
2519 (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
2522 * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
2524 (wl-mode-line-buffer-identification): Revised as a function.
2526 * wl-summary.el (wl-summary-mode): Use revised
2527 `wl-mode-line-buffer-identification'; don't call
2528 `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
2529 (TopLevel): Don't bind `wl-e21-setup-summary' nor
2530 `wl-xmas-setup-summary'.
2532 * wl-nemacs.el (wl-draft-overload-functions): Use revised
2533 `wl-mode-line-buffer-identification'.
2535 * wl-mule.el (wl-draft-overload-functions): Use revised
2536 `wl-mode-line-buffer-identification'.
2538 * wl-folder.el (wl-make-plugged-alist): Don't call
2539 `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
2540 (wl-folder): Don't call `wl-folder-init-icons' directly.
2541 (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
2542 `wl-xmas-setup-folder' directly;
2543 use revised `wl-mode-line-buffer-identification'.
2544 (TopLevel): Don't bind `wl-biff-init-icons',
2545 `wl-plugged-init-icons', `wl-folder-init-icons',
2546 `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
2548 * wl-e21.el (wl-draft-overload-functions): Use revised
2549 `wl-mode-line-buffer-identification'.
2550 (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
2551 (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
2552 (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
2553 add `wl-plugged-init-icons' and `wl-biff-init-icons' to
2554 `wl-make-plugged-hook';
2555 add `wl-folder-init-icons' and `wl-setup-folder' to
2556 `wl-folder-mode-hook'.
2558 2000-09-18 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2559 Katsumi Yamaoka <yamaoka@jpl.org>
2561 * wl.el (wl): Call `wl-biff-start'.
2562 (wl-exit): Call `wl-biff-stop'.
2563 (wl-plugged-mode): Show biff in modeline.
2564 (wl-unplugged-glyph, wl-plugged-glyph): Removed.
2566 * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
2567 (wl-biff-init-icons): New function.
2568 (wl-plugged-init-icons): Don't make too much keymaps.
2569 (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
2571 * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
2572 wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
2574 (wl-biff-check-interval, wl-biff-check-folder-list): New user
2577 * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
2578 wl-biff-start, wl-biff-stop): New functions.
2579 (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
2580 (wl-biff-timer-name): New variable.
2582 * wl-summary.el (wl-summary-mode): Show biff in modeline.
2584 * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
2585 (wl-plugged-init-icons, wl-folder-init-icons): Removed.
2587 * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
2588 (wl-plugged-init-icons, wl-folder-init-icons): Removed.
2590 * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
2591 (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
2592 `wl-folder-init-icons' to `ignore' if they are not available.
2593 (wl-folder-mode): Show biff in modeline.
2595 * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
2596 (wl-biff-init-icons): New function.
2597 (wl-plugged-init-icons): Don't make too much keymaps.
2598 (wl-biff-nomail-image, wl-biff-mail-image): New variables.
2600 2000-09-15 OKAZAKI Tetsurou <okazaki@be.to>
2602 * wl-vars.el (wl-strict-diff-folders): Customization Type
2603 and doc fix. Define as a list of regular expressions for
2605 * wl-folder.el (wl-folder-check-one-entity): Use
2606 `wl-string-match-member' instead of `wl-string-member' for
2607 `wl-strict-diff-folders'.
2609 2000-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2611 * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
2612 (wl-highlight-folder-current-line): Use it; new implementation.
2613 (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
2614 wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
2615 `defsubst' instead of `defun'.
2617 * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
2618 `wl-highlight-group-folder-by-numbers'; made it can also be a
2619 number. See info for more details.
2621 * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
2624 * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
2627 * wl-mule.el (wl-xmas-setup-*): No need to bind them.
2628 (wl-highlight-folder-current-line): New implementation.
2630 * wl-highlight.el (wl-highlight-folder-group-line): New
2632 (wl-delete-all-overlays): Rewrite as a marco.
2633 (TopLevel): Require `wl-e21' when Emacs 21 is running.
2635 * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
2637 (wl-folder-*-glyph): No need to bind them.
2639 * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
2640 `wl-e21-highlight-folder-group-icon'; rewrite.
2641 (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
2642 `defsubst' instead of `defun'.
2643 (wl-folder-mode-map): Bind it when compiling.
2645 2000-09-13 Yuuichi Teranishi <teranisi@gohome.org>
2647 * wl.el (wl): Initialize plug-related settings before `wl-init'.
2649 * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
2651 2000-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2653 * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
2655 2000-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
2657 * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
2658 (wl-highlight-folder-current-line): Use it.
2660 * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
2663 2000-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
2665 * wl.el: Require `wl-e21' when Emacs 21 is running.
2667 * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
2668 default when Emacs 21 is running.
2669 (wl-use-highlight-mouse-line): Ditto.
2670 (wl-on-emacs21): New constant.
2671 (wl-on-emacs20): Removed.
2673 * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
2674 Emacs 21 is running.
2676 * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
2677 Emacs 21 is running.
2679 * wl-e21.el: New file.
2681 2000-09-08 Daiki Ueno <ueno@unixuser.org>
2683 * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
2684 (wl-toggle-plugged): Ditto.
2685 (wl-plugged-toggle): Ditto.
2686 (wl-plugged-toggle-all): Ditto.
2688 * wl-vars.el (wl-plug-state-indicator): Refer
2689 `wl-plug-state-indicator-on' indirectly.
2691 2000-08-31 Yuuichi Teranishi <teranisi@gohome.org>
2693 * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
2694 Call `wl-folder-confirm-existence'.
2696 * wl-folder.el (wl-folder-confirm-existence): Added optional
2699 2000-08-30 OKAZAKI Tetsurou <okazaki@be.to>
2701 * wl-summary.el (wl-summary-refile-subr): Assume
2702 `copy-or-refile' as symbol.
2703 (wl-summary-refile): Follow up above change.
2704 (wl-summary-copy): Ditto. Doc fix.
2706 2000-08-29 Yuuichi Teranishi <teranisi@gohome.org>
2708 * wl-summary.el (wl-summary-pick): Don't bind
2709 `elmo-search-mime-charset'.
2711 * wl-vars.el (wl-highlight-message-header-button-alist): Define
2712 default using old backquote style.
2713 (wl-search-mime-charset): Abolished.
2715 * wl-highlight.el (wl-highlight-headers):
2716 Call `point' after `re-search-forward'(for Nemacs).
2718 * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
2721 2000-08-29 Daiki Ueno <ueno@unixuser.org>
2723 * wl-message.el (wl-mmelmo-message-redisplay): Bind
2724 `wl-message-ignored-field-list' instead of
2725 `mime-view-ignored-field-list'.
2727 * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
2728 Add interactive spec.
2729 (wl-folder-goto-bottom-of-current-folder): Ditto.
2730 (wl-folder-mode-map): Bind them.
2732 * wl-vars.el (wl-message-ignored-field-list): New variable.
2733 (wl-message-visible-field-list): New variable.
2735 * wl-mime.el (wl-mime-header-presentation-method): New function.
2736 (wl-mime-setup): Set header-presentation-method.
2738 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2740 * wl-nemacs.el (wl-draft-overload-functions): Set
2741 `mode-line-buffer-identification' instead of using
2744 * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
2745 instead of using `wl-make-modeline'.
2747 * wl-xmas.el (wl-plugged-init-icons): Set up
2748 `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
2749 (wl-make-modeline): Abolish.
2750 (wl-draft-overload-functions): Set
2751 `mode-line-buffer-identification' instead of using
2754 * wl-util.el (wl-make-modeline-subr): Abolish.
2755 (wl-mode-line-buffer-identification): New alias.
2757 * wl-summary.el (wl-summary-buffer-folder-indicator): New.
2758 (wl-summary-make-modeline): Abolish.
2759 (wl-summary-buffer-set-folder): Set
2760 `wl-summary-buffer-folder-indicator'.
2761 (wl-summary-mode): Set `mode-line-buffer-identification' instead
2762 of using `wl-make-modeline'.
2763 (wl-summary-switch-to-clone-buffer): Don't set
2764 `mode-line-buffer-identification'.
2765 (wl-summary-goto-folder-subr): Ditto.
2767 * wl-mule.el (wl-draft-overload-functions): Set
2768 `mode-line-buffer-identification' instead of using
2771 * wl-folder.el (wl-folder-mode): Set
2772 `mode-line-buffer-identification' instead of using
2774 (wl-folder): Don't set `mode-line-buffer-identification'.
2776 2000-08-28 OKAZAKI Tetsurou <okazaki@be.to>
2778 * wl-refile.el (wl-refile-learn): Simplified. Use `memq'
2779 instead of `member' for `wl-refile-guess-func-list' look-ups.
2780 Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
2782 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2784 * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
2785 `wl-message-button-dispatcher'.
2787 * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
2789 * wl-message.el (wl-message-button-dispatcher): Use it.
2791 * wl-vars.el (wl-highlight-message-header-button-alist): Add
2794 * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
2795 Bind `case-fold-search' to t.
2797 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2799 * wl-xmas.el (wl-message-overload-functions): Initialize
2800 `wl-message-button-map'.
2802 * wl-mule.el (wl-message-overload-functions): Initialize
2803 `wl-message-button-map'.
2805 * wl-vars.el (wl-highlight-message-header-button-alist): New.
2807 * wl-message.el (wl-message-button-map): New keymap.
2808 (wl-message-add-button): New function.
2809 (wl-message-button-dispatcher): New function.
2810 (wl-message-button-refer-article): New function.
2813 (wl-highlight-message-add-buttons-to-header): New function.
2814 (wl-highlight-headers): Use it.
2816 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2818 * wl-summary.el (wl-summary-default-from): Use
2819 `wl-address-get-petname-1'.
2820 (wl-summary-simple-from): Ditto.
2822 * wl-address.el (wl-address-get-petname-1): New inline function.
2823 (wl-address-get-petname): Use it.
2825 2000-08-27 Daiki Ueno <ueno@unixuser.org>
2827 * wl-summary.el (wl-summary-default-from): Return full-name part
2828 from the address if no petname was found.
2829 (wl-summary-simple-from): Ditto.
2831 * wl-address.el (wl-address-get-petname): Return nil if no petname
2832 associated with the address was found.
2834 2000-08-23 Masahiro MURATA <muse@ba2.so-net.ne.jp>
2836 * wl-folder.el (wl-folder-open-all): Remove progress gauge when
2837 display is finished.
2839 2000-08-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
2841 * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
2842 `elmo-folder-exists-p' argument.
2844 2000-08-23 Daiki Ueno <ueno@unixuser.org>
2846 * wl-folder.el (wl-folder-confirm-existence): Check existence of
2849 2000-08-23 Yuuichi Teranishi <teranisi@gohome.org>
2851 * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
2853 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
2854 Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
2856 2000-08-22 Daiki Ueno <ueno@unixuser.org>
2858 * wl-folder.el (wl-folder-create-subr): New function.
2859 (wl-folder-confirm-existence): Use it.
2860 (wl-folder-check-one-entity): Use it.
2861 Check the error symbol is derived from 'elmo-open-error.
2863 * wl-summary.el (wl-summary-read-folder): Don't pass the argument
2866 2000-08-21 TAKAHASHI Kaoru <kaoru@kaisei.org>
2868 * wl-util.el (toplevel): Add (eval-when-compile (require
2869 'elmo-util)). (Maybe `provide' is typo.)
2871 2000-08-21 Yuuichi Teranishi <teranisi@gohome.org>
2873 * wl-util.el (toplevel): Removed (provide 'elmo-util).
2874 (I don't know why this was needed.)
2876 * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
2877 Follow up changes for stream-type.
2879 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
2880 (wl-draft-elmo-nntp-send): Ditto.
2882 * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
2883 (wl-nntp-posting-stream-type): Ditto.
2884 (wl-pop-before-smtp-ssl): Abolished.
2885 (wl-nntp-posting-ssl): Ditto.
2887 * wl-address.el (wl-address-quote-specials): New function.
2888 (wl-address-make-completion-list): Use `wl-address-quote-specials'.
2890 * wl-draft.el (wl-draft-reply): Ditto.
2892 2000-08-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
2894 * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
2895 use function `wl-string-match-assoc'.
2897 2000-08-10 Yuuichi Teranishi <teranisi@gohome.org>
2899 * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
2901 * wl-draft.el (wl-draft-deduce-address-list): New function.
2902 (wl-draft-parse-mailbox-list): Ditto.
2903 (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
2904 instead of `smtp-deduce-address-list'.
2905 (wl-draft-on-field-p): Follow group list.
2907 * wl-address.el (wl-address-concat-token): New function.
2908 (wl-address-string-without-group-list-contents): Ditto.
2909 (wl-complete-field-body): Fixed problem of completion
2910 by japanese petname.
2911 (wl-address-make-completion-list): Rewrite.
2913 2000-08-11 Taro Kawagishi <taro.kawagishi@nokia.com>
2915 * wl-address.el (wl-address-make-completion-list): Completion by
2917 (wl-complete-field-body): Likewise.
2919 2000-08-08 Yuuichi Teranishi <teranisi@gohome.org>
2921 * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
2922 contains invalid address syntax.
2924 2000-07-26 Kenichi OKADA <okada@opaopa.org>
2926 * wl-folder.el (wl-folder-check-entity-async): Use
2927 `elmo-nntp-spec-hostname'.
2929 2000-08-02 OKAZAKI Tetsurou <okazaki@be.to>
2931 * wl-summary.el (wl-summary-msgdb-load-async): Use
2932 `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
2934 2000-07-31 Yuuichi Teranishi <teranisi@gohome.org>
2936 * wl-draft.el (wl-draft-reply): Set argument
2937 `content-transfer-encoding' as nil.
2939 2000-07-26 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
2941 * wl-refile.el (wl-refile-learn): Move hit element to the top of
2944 2000-07-26 Kenichi OKADA <okada@opaopa.org>
2946 * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
2947 (wl-draft-edit-string): Ditto.
2948 (wl-draft-forward): Ditto.
2949 * wl-summary.el (wl-summary-write): Ditto.
2951 2000-07-24 Yuuichi Teranishi <teranisi@gohome.org>
2953 * wl-summary.el (wl-summary-sync-update3): Call
2954 `wl-summary-buffer-number-column-detect'.
2955 (wl-summary-buffer-number-column-detect): Search from point-min.
2957 2000-07-19 Yuuichi Teranishi <teranisi@gohome.org>
2959 * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
2960 contains an address which is not included in original to or cc.
2962 2000-07-19 Kenichi OKADA <okada@opaopa.org>
2964 * wl-summary.el (wl-summary-target-mark-uudecode): Error when
2965 begin-line does not exist.
2966 * wl-message.el (wl-message-uu-substring): Ditto.
2968 2000-07-18 Yuuichi Teranishi <teranisi@gohome.org>
2970 * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
2971 clear local variables.
2972 (wl-summary-exit): Call `elmo-commit'.
2973 (wl-summary-switch-to-clone-buffer): Call
2974 `wl-summary-buffer-set-folder' after `wl-summary-mode'.
2975 (wl-summary-goto-folder-subr): Ditto.
2977 * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
2980 2000-07-17 Yuuichi Teranishi <teranisi@gohome.org>
2982 * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
2983 wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
2984 wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
2985 wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
2986 wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
2987 wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
2989 * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
2991 2000-07-12 Hironori Fukuchi <nory@valis.co.jp>
2993 * wl-summary.el (wl-summary-search-by-subject):
2994 Search parent message from the latest one.
2996 2000-07-13 Yuuichi Teranishi <teranisi@gohome.org>
2998 * wl-draft.el (wl-draft-reply): Insert address with full-name.
2999 (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
3001 * wl-vars.el (wl-draft-reply-use-address-with-full-name):
3004 * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
3005 if elmo-nntp-use-killed-list is nil.
3006 Use `elmo-msgdb-append-to-killed-list'.
3007 (Append numbers confirmed as disappeared to the killed list.)
3008 (wl-summary-confirm-appends): Don't display negative number.
3010 2000-07-07 Kenichi OKADA <okada@opaopa.org>
3012 * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
3014 2000-07-11 Yuuichi Teranishi <teranisi@gohome.org>
3016 * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
3018 (wl-summary-sync-update3): Use `elmo-list-diff' instead of
3019 `elmo-list-bigger-diff'.
3021 2000-07-04 Yuuichi Teranishi <teranisi@gohome.org>
3023 * wl-summary.el (wl-summary-buffer-exit-func):
3024 New buffer local variable.
3025 (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
3027 2000-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3029 * wl-demo.el (wl-demo): Fix the last change.
3031 2000-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
3033 * wl-demo.el (wl-demo): Don't use `eval'.
3035 2000-07-07 Kenichi OKADA <okada@opaopa.org>
3037 * wl-summary.el (wl-summary-buffer-thread-modified):
3038 New buffer-local variable.
3039 (wl-summary-set-thread-modified): New function.
3040 (wl-summary-thread-modified-p): New function.
3041 (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
3042 (wl-summary-yank-saved-message): Use function
3043 `wl-summary-set-thread-modified'
3044 (wl-summary-switch-to-clone-buffer): Add
3045 `wl-summary-buffer-thread-modified'.
3047 * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
3048 (wl-summary-buffer-mark-saved-hook): Ditto.
3049 * wl-summary.el (wl-summary-msgdb-save): New hook
3050 `wl-summary-buffer-message-saved-hook' and
3051 `wl-summary-buffer-mark-saved-hook'.
3053 2000-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3055 * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
3057 2000-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3059 * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
3060 don't hide scroll bars under FSF Emacsen because it may incur an
3061 undesirable redrawing.
3063 2000-07-04 Kenichi OKADA <okada@opaopa.org>
3065 * wl-draft.el (wl-draft-edit-string): Call
3066 `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
3068 2000-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
3070 * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
3072 2000-07-01 OKAZAKI Tetsurou <okazaki@be.to>
3074 * wl-summary.el (wl-summary-msgdb-load-async): Call
3075 `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
3077 2000-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3079 * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
3080 fringes in demo buffer; center bitmap logo correctly even if old
3083 2000-06-27 MAKINO Takashi <makino@cyber.office.ne.jp>
3085 * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
3087 * wl-refile.el (wl-refile-subject-alist): New variable.
3088 (wl-refile-subject-alist-file-name): Ditto.
3089 (wl-refile-alist-setup): Rewrite.
3090 (wl-refile-alist-save): Use `elmo-object-save'.
3091 Eliminated arguments.
3092 (wl-refile-learn): Check `wl-refile-guess-func-list'.
3093 (wl-refile-guess-by-subject): New function.
3094 (wl-refile-guess-func-list): Added it.
3096 2000-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3098 * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
3099 (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
3101 2000-06-28 Yuuichi Teranishi <teranisi@gohome.org>
3103 * wl-summary.el (wl-summary-buffer-prev-folder-func):
3104 New buffer-local variable.
3105 (wl-summary-buffer-next-folder-func): Ditto.
3106 (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
3108 (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
3110 (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
3112 (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
3115 2000-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3117 * wl-demo.el (wl-demo): Don't set the value of `fill-column'
3118 permanently in the demo buffer.
3120 2000-06-22 Yuuichi Teranishi <teranisi@gohome.org>
3122 * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
3123 `mime-entity-fetch-field'.
3125 * wl.el (wl-exit): Delete plugged buffer.
3127 * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
3128 XEmacs has menubar feature.
3130 2000-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3132 * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0. It
3133 cannot arrive at the beginning of the buffer under old Emacsen.
3135 2000-06-19 Yuuichi Teranishi <teranisi@gohome.org>
3137 * wl-address.el (wl-address-ldap-search):
3138 Call `ldap-search-entries' with `withdn' argument t.
3139 (wl-complete-field-body): Bind completion-ignore-case as t.
3140 Clear ldap search hash when it was sole completion.
3141 Use elmo-string for pattern string.
3142 (wl-ldap-alias-safe-string): Eliminated needless let.
3144 2000-06-16 Shun-ichi GOTO <gotoh@taiyo.co.jp>
3146 * wl-address.el (wl-ldap-alias-dn-level): New variable.
3147 (wl-ldap-alias-sep): New constant.
3148 (wl-ldap-search-attribute-type-list): Ditto.
3149 (wl-ldap-get-value): New function.
3150 (wl-ldap-make-filter): Ditto.
3151 (wl-ldap-make-matched-value-list): Ditto.
3152 (wl-ldap-alias-safe-string): Ditto.
3153 (wl-ldap-register-dn-string): Ditto.
3154 (wl-address-ldap-search): Rewrite.
3156 2000-06-17 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3158 * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
3160 (wl-thread-delete-line-from-buffer): Ditto.
3161 (wl-thread-get-exist-children): New function.
3163 2000-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
3165 * wl-demo.el (wl-demo): Made it to select various image types.
3166 (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
3167 from `wl-title-logo'.
3168 (wl-logo-ascii): New variable.
3169 (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
3170 (wl-demo-copyright-notice): New constant.
3172 * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
3174 2000-06-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
3176 * wl-vars.el (wl-summary-target-above): Renamed from
3177 wl-summary-temp-above.
3178 * wl-score.el (wl-score-get-score-alist): Use it.
3179 (wl-summary-score-update-all-lines): Use it.
3180 * wl-summary.el: Ditto. (make-variable-buffer-local).
3182 2000-06-15 Yuuichi Teranishi <teranisi@gohome.org>
3184 * wl-vars.el (wl-ldap-port): New user option.
3186 * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
3187 Rewite whole implementation.
3188 (wl-complete-field-body): Fixed.
3190 2000-06-14 Yuuichi Teranishi <teranisi@quickhack.net>
3192 * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
3193 Choose implementation at compile time.
3195 2000-06-13 Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3197 * wl-address.el (wl-ldap-search-internal): New function.
3198 (wl-complete-field-to): Use it.
3200 2000-06-12 Yuuichi Teranishi <teranisi@gohome.org>
3202 * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
3203 Use `let' instead of `let*'.
3206 * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
3207 Define as defcustom.
3208 (wl-ldap-base): Ditto.
3209 (wl-use-ldap): Ditto.
3211 2000-06-09 Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3213 * wl-address.el (wl-ldap-search): New function.
3214 (wl-complete-field-body): Use `wl-ldap-search'.
3215 (wl-ldap-server): New variable.
3216 (wl-ldap-base): Ditto.
3217 (wl-use-ldap): Ditto.
3219 2000-06-08 OKAZAKI Tetsurou <okazaki@be.to>
3221 * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
3222 (Pointed out by Mito <mit@nines.nec.co.jp>).
3223 * wl-summary.el (wl-summary-redisplay-no-mime): Update
3224 buffer-local variables like `wl-summary-redisplay-internal'.
3225 (wl-summary-redisplay-all-header): Likewise. Update
3228 2000-06-05 Yuuichi Teranishi <teranisi@gohome.org>
3230 * wl-summary.el (wl-summary-jump-to-parent-message):
3231 Consider prefix argument.
3233 * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
3234 when closed thread is deleted.
3236 2000-05-31 Yasushi ABE <yasushi@stbbs.net>
3238 * wl-summary.el (wl-summary-jump-to-parent-message):
3239 Consider thread modification.
3241 2000-06-03 OKAZAKI Tetsurou <okazaki@be.to>
3243 * wl-message.el (wl-message-normal-get-original-buffer): Use
3246 * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
3247 (wl-summary-showto-folder-regexp): Ditto.
3249 2000-05-31 OKAZAKI Tetsurou <okazaki@be.to>
3251 * wl-util.el (wl-delete-alist): Doc fix.
3252 (wl-delete-associations): New function.
3253 (wl-inverse-alist): New function.
3254 * wl-summary.el (wl-summary-exec-subr): Rename parameters.
3255 Split temporary variables. Use `wl-delete-associations'
3256 and `wl-inverse-alist'.
3257 (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
3259 2000-05-30 Yuuichi Teranishi <teranisi@gohome.org>
3261 * wl-folder.el (wl-folder-prefetch-entity):
3262 Execute prefetching if new count is unknown.
3264 2000-05-27 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3266 * wl-vars.el (wl-summary-insert-headers-hook): New variable.
3268 * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
3270 (wl-thread-set-parent): If insert as top, set linked as nil.
3272 * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
3273 `wl-thread-cleanup-symbols' when view mode is thread.
3275 2000-05-26 OKAZAKI Tetsurou <okazaki@be.to>
3277 * wl-folder.el (wl-folder-create-folder-entity): Use
3278 with-current-buffer.
3279 (wl-local-folder-init): Call set-buffer to make sure we are in
3280 the Folder buffer. Don't touch buffer-local variables here.
3281 (wl-folder-mode): Initialize buffer-local variables here.
3283 * wl-folder.el (wl-folder-get-path): Use let instead of let*.
3284 (wl-folder-entity-assign-id): Ditto.
3285 (wl-folder-create-entity-hashtb): Ditto.
3286 (wl-local-folder-init): Ditto.
3287 (wl-folder-create-group-alist): Initialize `cur-alist' with let.
3289 2000-05-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
3291 * wl-summary.el (wl-summary-default-from): Fix probrem when
3292 std11-extract-address-components return (nil "foo@bar").
3294 2000-05-24 OKAZAKI Tetsurou <okazaki@be.to>
3296 * wl-draft.el (wl-draft-clone-local-variables):
3297 Remove redundant `setq'.
3299 2000-05-19 Yuuichi Teranishi <teranisi@gohome.org>
3301 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3302 Bind wl-highlight-x-face-func as nil while highlighting header.
3304 2000-05-21 OKAZAKI Tetsurou <okazaki@be.to>
3306 * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
3308 2000-05-21 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3310 * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
3311 elmo-msgdb-overview-hashtb from copy-variables.
3312 (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
3313 instead of `elmo-msgdb-overview-get-entity-by-number'.
3314 (wl-summary-auto-refile): Ditto.
3316 * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3317 `elmo-msgdb-overview-get-entity' instead of
3318 `elmo-msgdb-search-overview-entity'. Use
3319 `elmo-msgdb-overview-get-entity' instead of
3320 `elmo-msgdb-overview-get-entity-by-number'.
3321 (wl-thread-insert-entity-sub): Ditto.
3322 (wl-thread-insert-message): Ditto.
3324 * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
3325 `elmo-msgdb-overview-get-entity'.
3326 (wl-normal-message-redisplay): Ditto.
3328 2000-05-20 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3330 * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
3331 `wl-thread-entities'.
3332 (wl-thread-delete-message): Fix remove top message from
3333 `wl-thread-entity-list'.
3335 * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
3336 wl-append(nconc), because update-list is broken on Meadow.
3338 * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
3340 (wl-summary-rescan): Ditto.
3341 (wl-summary-sync-update3): Ditto.
3342 * wl-thread.el (wl-thread-set-parent): Renamed from
3343 `wl-summary-set-parent'.
3344 (wl-thread-insert-message): Updating buffer faster.
3345 (wl-thread-delete-message): Updating buffer faster.
3347 * wl-score.el (wl-summary-score-update-all-lines): Changed
3348 interval for display progress gauge.
3350 2000-05-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
3352 * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
3353 folder always-sticky.
3354 * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
3357 2000-05-18 Yuuichi Teranishi <teranisi@gohome.org>
3359 * wl-vars.el (wl-draft-add-references): New user option.
3361 * wl-draft.el (wl-draft-add-references): New function.
3362 (wl-draft-yank-from-mail-reply-buffer): Use it.
3363 (wl-draft-insert-current-message): Bind `wl-draft-add-references'
3366 2000-05-12 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3368 * wl-thread.el (wl-thread-update-line-msgs): Called
3369 `wl-thread-update-line-on-buffer-sub'.
3370 (wl-thread-update-line-on-buffer): Delete routine of inserting
3372 (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
3373 moved from `wl-thread-update-line-on-buffer'.
3374 Add threshold for displaying progress gauge.
3375 * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
3376 argument of `wl-thread-update-line-msgs'.
3377 Add threshold for displaying progress gauge.
3379 Add threshold for displaying progress gauge.
3380 * wl-score.el: Ditto.
3382 * wl-expire.el (wl-summary-expire): Display deleting info.
3384 2000-05-12 Yuuichi Teranishi <teranisi@gohome.org>
3386 * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
3388 * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
3389 argument of `wl-thread-update-line-msgs'.
3390 (wl-summary-set-parent): Added optional argument `parent-number'.
3391 (wl-summary-buffer-saved-message): New buffer local variable.
3392 (wl-summary-save-current-message): New command.
3393 (wl-summary-yank-saved-message): Ditto.
3394 (wl-summary-mode-map): Added key binding for
3395 `wl-summary-save-current-message' (\ew) and
3396 `wl-summary-yank-saved-message' (\C-y).
3397 (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
3399 2000-05-11 Yuuichi Teranishi <teranisi@gohome.org>
3401 * wl-summary.el (wl-summary-mode-map): Added key binding for
3402 `wl-summary-set-parent' (ts).
3404 2000-05-10 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3406 * wl-summary.el (wl-summary-insert-thread-entity): Search same
3407 subject faster. If thread number is reverse, delayed updating
3409 (wl-summary-search-by-subject): Ditto.
3410 (wl-summary-put-alike): Ditto.
3411 (wl-summary-get-alike): Ditto.
3412 (wl-summary-insert-headers): Insert header of all overview in
3414 (wl-summary-rescan): Delayed updating thread. Kill search subject
3415 buffer for wl-summary-search-by-subject.
3416 (wl-summary-sync-update3): Ditto.
3417 (wl-summary-exit): Ditto.
3418 (wl-summary-goto-bottom-of-current-thread): Change for linked
3420 (wl-summary-overview-create-summary-line): Change line for linked
3423 * wl-summary.el (wl-summary-update-thread): Use
3424 wl-thread-maybe-get-children-num.
3425 (wl-summary-set-parent): If change parent, move sub thread.
3426 (wl-summary-redisplay-internal): Add horizontal recenter.
3427 (wl-summary-redisplay-no-mime): Add horizontal recenter.
3429 * wl-thread.el (wl-thread-entity-get-linked): New function.
3430 (wl-thread-entity-set-linked): New function.
3431 (wl-thread-create-entity): Add linked element.
3432 (wl-thread-entity-insert-as-top): Use wl-append.
3433 (wl-thread-maybe-get-children-num): If closing thread, return
3435 (wl-thread-update-line-msgs): Displaying progress message.
3436 (wl-thread-update-line-on-buffer-sub): Use
3437 wl-thread-maybe-get-children-num.
3438 (wl-thread-update-line-on-buffer): If update line is not exists,
3440 (wl-thread-delete-message): If delete top msg of thread, search
3442 (wl-thread-insert-entity): Use
3443 wl-thread-maybe-get-children-num.
3445 * wl-highlight.el (wl-highlight-summary-current-line): change
3446 sregexp for linked thread.
3447 * wl-util.el (wl-count-lines): Count lines.
3448 (wl-horizontal-recenter): horizontal recenter.
3449 * wl-score.el (wl-score-put-alike): Use wl-count-lines
3450 (wl-score-get-alike): Ditto.
3451 * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
3452 (wl-subject-length-limit): New variable.
3453 (wl-highlight-thread-indent-string-regexp): Changed for linked
3456 2000-05-10 Yuuichi Teranishi <teranisi@gohome.org>
3458 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3459 New variable (revival).
3460 * wl-summary.el (wl-summary-insert-thread-entity): Search parent
3461 by subject matching if there's no in-reply-to nor references field
3465 2000-05-10 Yuuichi Teranishi <teranisi@gohome.org>
3467 * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
3470 2000-05-09 Yuuichi Teranishi <teranisi@gohome.org>
3472 * wl-summary.el (wl-summary-reply): Return t if there was a
3473 message at cursor point.
3474 Added unwind-protect.
3475 (wl-summary-reply-with-citation): Cite only when wl-summary-reply
3477 (wl-summary-cancel-message): Do nothing when there's no message at
3479 (wl-summary-forward): Ditto.
3480 (wl-summary-jump-to-parent-message): Ditto.
3481 (wl-summary-reedit): Ditto.
3482 (wl-summary-edit-addresses): Ditto.
3483 (wl-summary-pipe-message): Ditto.
3484 (wl-summary-print-message-with-ps-print): Ditto.
3485 (wl-summary-print-message): Ditto.
3486 (wl-summary-mark-as-important): Ditto.
3487 (wl-summary-mark-as-unread): Ditto.
3489 * wl-summary.el (wl-summary-reply): Cause an error when there's no
3490 message at cursor point.
3491 (wl-summary-reply-with-citation): Remove unwind-protect.
3493 * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
3494 subject searching feature.
3495 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3498 2000-04-28 Yuuichi Teranishi <teranisi@gohome.org>
3500 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3502 * wl-summary.el (wl-summary-insert-thread-entity): Search parent
3503 by subject matching if there's no in-reply-to nor references field.
3505 * wl-summary.el (wl-summary-set-parent): New command (No key binding).
3507 * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
3508 when display is finished.
3509 (wl-folder-open-all): Ditto.
3510 (wl-folder-update-access-group): Ditto.
3511 * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
3512 * wl-thread.el (wl-thread-close-all): Ditto.
3514 * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
3515 progress gauge only when it was displayed.
3516 * wl-folder.el (wl-folder-insert-entity): Ditto.
3518 2000-04-26 Yuuichi Teranishi <teranisi@gohome.org>
3520 * wl-summary.el (wl-summary-incorporate): Enclose
3521 `wl-summary-sync-force-update' with save-excursion.
3523 2000-04-21 Yuuichi Teranishi <teranisi@elmo.dq.isl.ntt.co.jp>
3525 * wl-summary.el (wl-summary-prefetch-region):
3526 Pass current cursor point to `pos-visible-in-window-p' after
3527 moving cursor to the started point.
3529 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3531 * wl-vars.el (wl-ignored-forwarded-headers): New user option.
3533 * wl-draft.el (wl-draft-insert-current-message): Delete useless
3534 fields from the forwarding message.
3535 (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
3538 2000-04-20 Yuuichi Teranishi <teranisi@gohome.org>
3540 * wl-mime.el (wl-message-request-partial):
3541 Eliminated argument `msgdb'.
3542 Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
3543 (wl-mime-combine-message/partial-pieces): Likewise.
3544 * tm-wl.el (wl-message-request-partial): Likewise.
3545 (wl-mime-combine-message/partial-pieces): Likewise.
3547 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
3549 * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
3550 when display is finished.
3552 2000-04-17 HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
3554 * wl-summary.el (wl-summary-goto-folder-subr):
3555 Fix problem when wl-summary-partial-highlight-above-lines is nil.
3557 2000-04-18 Yuuichi Teranishi <teranisi@gohome.org>
3559 * wl-summary.el (wl-summary-prefetch-region): Redisplay only
3560 when cursor point is visible.
3562 2000-04-15 Yuuichi Teranishi <teranisi@gohome.org>
3564 * wl-expire.el (wl-expire-archive-get-max-number):
3565 Don't use `file-name-directory'.
3567 2000-04-14 Yuuichi Teranishi <teranisi@gohome.org>
3569 * wl-expire.el (wl-expire-archive-get-max-number):
3570 Use `file-name-directory'.
3572 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
3574 * wl-summary.el (wl-summary-sync-marks): Re-display progress
3575 only when there is progress.
3577 2000-04-13 Mito <mit@nines.nec.co.jp>
3579 * wl-summary.el (wl-summary-sync-marks): Display progress.
3581 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
3583 * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
3584 (wl-summary-prev): Move cursor regardless of unread status.
3585 (wl-summary-next): Ditto.
3587 2000-04-10 Yuuichi Teranishi <teranisi@gohome.org>
3589 * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
3590 Added argument `target' and `number'.
3591 * tm-wl.el (wl-summary-burst-subr): New function.
3592 (wl-summary-burst): Use it.
3594 2000-04-10 Mito <mit@nines.nec.co.jp>
3596 * wl-mime.el (wl-burst): New function.
3597 (wl-summary-burst): Use it.
3599 2000-04-07 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
3601 * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
3602 as petname when there's no candidate.
3604 2000-04-07 Yuuichi Teranishi <teranisi@gohome.org>
3606 * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
3608 * wl-fldmgr.el (wl-fldmgr-add): Use it.
3610 * wl.el (wl-plugged-init): Flush queues if started with plugged status.
3612 * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
3614 2000-04-05 Yuuichi Teranishi <teranisi@gohome.org>
3616 * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
3617 Use substring of `original' instead of buffer-substring.
3618 (wl-refile-evaluate-rule):
3619 Set `original' argument of wl-refile-expand-newtext.
3622 (wl-summary-auto-refile-check-refile-rule-alist-subr,
3623 wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
3624 (wl-summary-auto-refile): Check existence of destination folder just
3627 2000-04-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
3629 * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
3630 when wl-refile-get-field-value return nil.
3632 2000-04-04 Daiki Ueno <ueno@unixuser.org>
3635 (wl-refile-expand-newtext): New function imported from Gnus.
3636 (wl-refile-evaluate-rule): Use it.
3638 2000-04-04 Yuuichi Teranishi <teranisi@gohome.org>
3640 * wl-summary.el (wl-summary-print-destination):
3641 Duplicate folder string to avoid putting text-property on
3644 * wl-refile.el (wl-refile-get-field-value): New function.
3645 (wl-refile-evaluate-rule): New function;
3646 Evaluate refile rule recursively.
3647 (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
3648 * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
3649 New function; Check existence of a target folder recursively.
3650 (wl-summary-auto-refile-check-refile-rule-alist):
3651 Use wl-summary-auto-refile-check-refile-rule-alist-subr.
3653 2000-03-30 Yuuichi Teranishi <teranisi@gohome.org>
3655 * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
3657 * wl-folder.el (wl-create-folder-entity-from-buffer):
3658 Fixed problem when '}' character is contained in folder name.
3660 * wl-xmas.el (wl-make-modeline): Consider plugged status.
3662 2000-03-29 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
3664 * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
3665 (wl-fldmgr-add-completion-all-completions):
3666 Use wl-fldmgr-add-completion-hashtb.
3668 2000-03-28 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
3670 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
3671 wl-fldmgr-add-completion-subr): New functions.
3672 * wl-folder.el (wl-folder-completion-func): New variable.
3673 * wl-summary.el (wl-summary-read-folder):
3674 Use wl-folder-completion-func.
3676 * wl-refile.el: Eliminate throw & catch.
3678 * wl.el (wl-plugged-sending-queue-status): Fixed.
3680 2000-03-27 Mikio Nakajima <minakaji@osaka.email.ne.jp>
3682 * wl-draft.el (wl-draft): Put category property on
3683 mail-header-separator.