1 2001-10-10 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
3 * wl-expire.el (wl-summary-archive): Fixed;
4 Use `elmo-folder-name-internal'.
6 2001-10-08 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
8 * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
9 from `elmo-folder-move-messages' caller.
10 (wl-expire-refile-with-copy-reserve-msg): Ditto.
12 * wl-summary.el (wl-summary-exec-subr): Likewise (All other
13 related portions are changed).
15 2001-10-06 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
17 * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
20 2001-10-05 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
22 * wl-draft.el (wl-draft): Make truncate-partial-width-windows
23 buffer local and set it to nil.
25 * wl-message.el (wl-message-redisplay): Ditto.
27 2001-10-03 Yuuichi Teranishi <teranisi@gohome.org>
29 * wl-summary.el (wl-summary-mark-as-important): If message is
30 already cached, set messag as read, otherwise encache and mark as read.
32 2001-10-02 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
34 * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
37 2001-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
39 * wl-xmas.el (wl-message-define-keymap): Return a keymap.
40 * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
43 2001-10-02 Yuuichi Teranishi <teranisi@gohome.org>
45 * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
48 * wl-mule.el (wl-message-define-keymap): Ditto.
50 * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
52 * wl-xmas.el (wl-message-display-internal-hook): Define.
53 (wl-xmas-setup-message-toolbar): Define as function.
54 (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
55 (wl-message-overload-functions): Abolished.
56 (wl-message-define-keymap): New function.
58 * wl-vars.el (wl-message-display-internal-hook): New variable.
59 (wl-message-header-button-alist): New variable (Renamed from
60 wl-highlight-message-header-button-alist).
61 (wl-message-body-button-alist): Ditto.
63 * wl-mule.el (wl-message-define-keymap): New function.
64 (wl-message-overload-functions): Abolished.
66 * wl-message.el (wl-message-add-buttons-to-body): New function.
67 (wl-message-redisplay): Don't call wl-message-overload-functions;
68 Call wl-message-add-buttons-to-header and
69 wl-message-add-buttons-to-body.
70 (wl-message-display-internal): Set keymap argument for
71 elmo-mime-display-as-is, elmo-mime-message-display;
72 Run wl-message-display-internal-hook.
73 (wl-message-refer-article-or-url): Abolished.
75 * wl-highlight.el (wl-highlight-headers): Don't call
76 wl-highlight-message-add-buttons-to-header.
77 (wl-highlight-message-add-buttons-to-header): Abolished.
80 * wl-e21.el (wl-message-display-internal-hook): Define.
81 (wl-e21-setup-toolbar): Deleted duplicated binding.
82 (wl-e21-setup-message-toolbar): Define as function.
83 (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
84 (wl-message-define-keymap): New function.
85 (wl-message-overload-functions): Abolished.
87 2001-10-01 Yuuichi Teranishi <teranisi@gohome.org>
89 * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
90 and elmo-folder-close.
92 * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
94 2001-09-28 TAKAHASHI Kaoru <kaoru@kaisei.org>
96 * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
98 * wl-draft.el (wl-draft-do-fcc): Ditto.
100 2001-09-26 Kenichi OKADA <okada@opaopa.org>
102 * wl-vars.el (wl-fcc-force-as-read): New variable.
103 * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
104 mark copied message as read.
106 2001-09-26 Kenichi OKADA <okada@opaopa.org>
108 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
110 2001-09-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
112 * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
113 `wl-summary-target-above' instead of obsolete variable
114 `wl-summary-temp-above'.
116 * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
117 instead of `make-obsolete-variable'.
118 * wl-refile.el (toplevel): Ditto.
120 2001-09-26 Yuuichi Teranishi <teranisi@gohome.org>
122 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
123 with third argument t.
124 (wl-draft): Set first argument for wl-plugged-init as t.
126 * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
129 2001-09-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
131 * wl-vars.el: Tabify.
132 (wl-biff-notify-hook): Use `ding' instead of `beep'.
134 * wl-draft.el (wl-draft-send): Fixed docstring and confirm
137 2001-09-26 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
139 * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
140 and set default to beep.
142 2001-09-25 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
144 * wl-vars.el (wl-draft-truncate-lines): New variable.
146 * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
147 instead of wl-message-truncate-lines for truncate-lines.
149 2001-09-25 Yuuichi Teranishi <teranisi@gohome.org>
151 * wl-message.el (wl-message-display-internal): Call
152 `wl-highlight-message' after `elmo-mime-display-as-is'.
154 * wl-mime.el (wl-mime-display-text/plain): New function.
155 (wl-mime-display-header): Ditto.
156 (wl-mime-setup): Register `wl-mime-display-text/plain' as a
157 body-presentation-method for text/plain;
158 Register `wl-mime-display-header' as a header-presentation-method;
159 Don't set up `elmo-message-text-content-inserted-hook' and
160 `elmo-message-header-inserted-hook'.
162 * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
164 (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
165 as t if flag is 'all-header;
166 Don't bind `elmo-message-ignored-field-list',
167 `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
169 2001-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
171 * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
172 for xemacs with non-mule environment.
174 2001-09-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
176 * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
177 (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
178 (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
180 2001-09-21 TAKAHASHI Kaoru <kaoru@kaisei.org>
182 * wl-vars.el (wl-interactive-send): Set default value as t.
184 2001-09-21 Yuuichi Teranishi <teranisi@gohome.org>
186 * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
187 (wl-addrmgr-method-list): Abolished.
188 (wl-addrmgr-change-method): Follow above change.
190 * wl-draft.el (wl-draft): Call `wl-plugged-init'.
192 2001-09-21 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
194 * wl-vars.el (wl-message-truncate-lines): Change default value
195 to default-truncate-lines.
197 * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
199 2001-09-20 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
201 * wl-vars.el (wl-message-truncate-lines): New variable.
203 * wl-message.el (wl-message-redisplay): Set truncate-lines using
204 wl-message-truncate-lines.
206 2001-09-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
208 * wl-acap.el (wl-acap-init): Remove period from error message.
209 (wl-acap-find-acap-service): Remove period from message.
211 2001-09-20 Yuuichi Teranishi <teranisi@gohome.org>
213 * wl.el (wl-check-environment): Undo last change.
215 * wl-vars.el (wl-from): Changed default value.
217 * wl-util.el (toplevel): Don't require tm-edit.
219 * wl-draft.el (wl-draft): Changed order of `elmo-init' and
221 Don't set mark on mail body.
222 (wl-draft-reedit): Ditto.
224 * wl-address.el (wl-address-quote-specials): Define as an alias for
225 elmo-address-quote-specials.
227 2001-09-18 Yuuichi Teranishi <teranisi@gohome.org>
229 * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
231 * wl-vars.el (wl-from): Set default value as nil.
232 (wl-organization): Set default value as ORGANIZATION environment
235 * wl-draft.el (wl-smtp-extension-bind): Check value of
236 wl-smtp-connection-type.
238 * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
241 2001-09-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
243 * Version number is increased to 2.7.4.
245 * wl-highlight.el (wl-highlight-headers): Remove BEG and END
246 arguments from `wl-highlight-x-face-function' caller.
247 Use x-face-1.3.6.12 or later.
249 2001-09-17 Reuben Thomas <rrt@dcs.gla.ac.uk>
251 * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
253 2001-09-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
255 * wl-vars.el (wl-summary-width): Fix type to accept nil.
256 (wl-fcc): Fix to accept function.
257 (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
259 2001-09-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
261 * wl-acap.el (toplevel): Added `product-provide' declare.
262 * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
264 2001-09-14 Yuuichi Teranishi <teranisi@gohome.org>
266 * wl.el (wl): Changed order of calling `elmo-init'
267 and `elmo-folder-init'.
269 2001-09-13 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
271 * wl-mime.el (wl-summary-burst): Extract message when content-type
272 of root entity is not only `multipart' but also `message/rfc822'.
273 (wl-summary-burst-subr): Ditto.
275 2001-09-13 Yuuichi Teranishi <teranisi@gohome.org>
277 * wl-vars.el (toplevel): Require 'custom.
278 (wl-trash-folder): Added to `wl-setting' group.
280 * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
282 (wl-addrmgr-draw): Insert empty line when no entry exists.
284 * wl-mule.el (wl-message-wheel-up): Fixed.
285 (wl-message-wheel-down): Ditto.
287 2001-09-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
289 * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
290 config is an anonymous lambda expression.
292 2001-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
294 * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
295 when Mule 2 is running.
297 2001-09-11 Yuuichi Teranishi <teranisi@gohome.org>
299 * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
301 2001-09-10 Yuuichi Teranishi <teranisi@gohome.org>
303 * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
304 spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
306 * wl-address.el (wl-address-specials-regexp): Eliminated.
307 (wl-address-quote-specials): Rewrite.
309 2001-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
311 * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
312 shy-groups for regexp.
314 * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
315 character classes and Perl style shy-groups for regexp.
316 (wl-highlight-plugged-current-line): Use Posix style character
318 (wl-e21-highlight-folder-by-numbers): Ditto.
319 (wl-e21-display-image-p): Use `display-images-p' instead of
321 (display-images-p): Make an alias to `display-graphic-p' if it is
322 not available. It is for Emacs version prior to 21.0.105.
324 * wl-demo.el (wl-demo): Use `display-images-p' instead of
326 (wl-demo-image-type-alist): Ditto.
327 (display-images-p): Make an alias to `display-graphic-p' if it is
328 not available. It is for Emacs version prior to 21.0.105.
330 2001-09-04 TAKAHASHI Kaoru <kaoru@kaisei.org>
332 * wl-version.el (wl-generate-user-agent-string-1): Remove tm
334 (wl-generate-user-agent-string): Ditto.
336 * wl-version.el (wl-version): Update docsting.
337 (wl-version-status): Ditto.
339 2001-09-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
341 * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
342 21.0.105. For Emacs 21.0.104 or earlier.
344 2001-09-03 Takuo KITAME <kitame@northeye.org>
346 * wl-e21.el (wl-plugged-init-icons): Use
347 `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
348 (wl-biff-init-icons): Ditto.
350 2001-08-31 Yuuichi Teranishi <teranisi@gohome.org>
352 * wl-highlight.el (wl-highlight-summary-current-line):
353 Fixed highlighting refile/copy destination.
355 * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
356 (wl-acap-store): Encode string by wl-acap-coding-system.
358 2001-08-30 Yuuichi Teranishi <teranisi@gohome.org>
360 * wl-acap.el (toplevel): Check and require 'un-define before
362 Added checking for UTF-2000.
364 2001-08-29 Yuuichi Teranishi <teranisi@gohome.org>
366 * wl-acap.el (toplevel): Require 'un-define before 'wl;
367 Don't enclose with `eval-and-compile'.
369 * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
372 * wl-draft.el (wl-draft): Ditto.
374 * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
376 * wl-acap.el (toplevel): Require 'wl.
377 (wl-acap-store): Call `elmo-init'.
379 * wl.el (wl): Changed position of `wl-check-environment'.
380 (toplevel): Added autoload setting for wl-acap.
382 * wl-vars.el (wl-setting): New custom group.
383 (wl-from): Added wl-setting group.
384 (wl-user-mail-address-list): Ditto.
385 (wl-organization): Ditto.
386 (wl-subscribed-mailing-list): Ditto.
387 (wl-envelope-from): Ditto.
388 (wl-smtp-posting-user): Ditto.
389 (wl-smtp-posting-server): Ditto.
390 (wl-smtp-posting-port): Ditto.
391 (wl-smtp-authenticate-type): Ditto.
392 (wl-pop-before-smtp-user): Ditto.
393 (wl-pop-before-smtp-server): Ditto.
394 (wl-pop-before-smtp-port): Ditto.
395 (wl-pop-before-smtp-authenticate-type): Ditto.
396 (wl-nntp-posting-server): Ditto.
397 (wl-nntp-posting-user): Ditto.
398 (wl-nntp-posting-port): Ditto.
399 (wl-fetch-confirm-threshold): Ditto.
400 (wl-prefetch-threshold): Ditto.
401 (wl-thread-insert-opened): Ditto.
402 (wl-ldap-server): Ditto.
403 (wl-ldap-port): Ditto.
404 (wl-ldap-base): Ditto.
405 (wl-ldap-objectclass): Ditto.
406 (wl-use-ldap): Ditto.
407 (wl-draft-config-alist): Ditto.
408 (wl-draft-config-matchone): Ditto.
409 (wl-template-alist): Ditto.
410 (wl-message-sort-field-list): Ditto.
411 (wl-message-ignored-field-list): Ditto.
412 (wl-message-visible-field-list): Ditto.
413 (wl-interactive-send): Ditto.
414 (wl-summary-move-order): Ditto.
415 (wl-auto-select-first): Ditto.
416 (wl-auto-select-next): Ditto.
417 (wl-interactive-save-folders): Ditto.
419 * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
420 Initialization codes are moved from wl-local-folder-init.
421 (wl-local-folder-init): Follow the change above.
422 (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
424 * wl-acap.el: New file.
426 * Version number is increased to 2.7.3.
428 2001-08-21 Kenichi OKADA <okada@opaopa.org>
430 * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
432 2001-08-21 Kenichi OKADA <okada@opaopa.org>
434 * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
435 (wl-addrmgr-address-entry-list): Ditto.
437 2001-08-21 Yuuichi Teranishi <teranisi@gohome.org>
439 * wl-e21.el (wl-draft-mode-map): Removed binding for
440 `wl-draft-insert-x-face-field'.
442 * wl-mule.el (wl-draft-mode-map): Ditto.
444 * wl-xmas.el (wl-draft-mode-map): Ditto.
446 * wl-vars.el (wl-cs-noconv): Ignore nemacs.
447 (wl-cs-autoconv): Ditto.
448 (wl-cs-local): Ditto.
449 (wl-use-scoring): Ditto.
450 (wl-mime-charset): Ditto.
451 (wl-folder-check-async): Ditto.
453 * wl.el (toplevel): Ignore nemacs and tm.
456 * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
457 (wl-summary-mode-map): Added binding for `wl-addrmgr'.
458 (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
459 instead of wl-address-petname-add-or-change.
460 (wl-summary-edit-addresses-subr): Use wl-address-delete
461 instead of wl-address-petname-delete.
463 * wl-util.el (wl-as-coding-system): Ignore nemacs.
465 * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
468 * wl-message.el (require): Remove tm support.
470 * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
472 * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
473 (wl-folder-jump-to-current-entity): Ditto.
474 (wl-folder-mode-map): Added binding for `wl-addrmgr'.
476 * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
477 `wl-draft-insert-x-face-field' to `wl-addrmgr'.
478 Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
480 * wl-mule.el (wl-draft-key-setup): Ditto.
482 * wl-xmas.el (wl-draft-key-setup): Ditto.
484 * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
485 (wl-draft-std11-parse-addresses): New function.
486 (wl-draft-parse-mailbox-list): Use it.
487 (wl-draft): Ignore nemacs.
488 (wl-draft-reedit): Ditto.
490 * wl-addrmgr.el: New file.
491 (Original is wl-rcpt.el written by
492 "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
493 Thanks Kitamoto-san.)
495 * wl-address.el (wl-address-make-address-list): Modified parsing
497 (wl-address-delete): Renamed from `wl-address-petname-delete';
498 Modify wl-address-list too.
499 (wl-address-add-or-change): Renamed from
500 `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
502 2001-08-15 YAMASHITA Junji <ysjj@unixuser.org>
504 * wl-highlight.el (wl-highlight-summary-current-line):
505 Work with transient-mark-mode
507 2001-08-15 Yuuichi Teranishi <teranisi@gohome.org>
509 * Version number is increased to 2.7.2.
511 * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
512 instead of elmo-dop-queue-method.
514 2001-08-06 SAITO Atsunori <sai@yedo.com>
516 * wl-vars.el (wl-ldap-objectclass): New user option.
518 * wl-address.el (wl-ldap-make-filter): Use it.
520 2001-08-03 Yuuichi Teranishi <teranisi@gohome.org>
522 * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
524 2001-08-02 Yuuichi Teranishi <teranisi@gohome.org>
526 * wl-folder.el (wl-folder): redisplay after folder insertion.
528 * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
530 * wl-summary.el (wl-summary-sync-update):
531 Change status mark only when new-msgdb exists.
532 (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
534 2001-07-23 Yuuichi Teranishi <teranisi@gohome.org>
536 * wl-summary.el (wl-summary-open-folder): New function.
537 (wl-summary-goto-folder-subr): Use it.
538 (wl-summary-mark-as-important): Fix;
539 Encache only when no cache exists.
541 2001-07-17 Yuuichi Teranishi <teranisi@gohome.org>
543 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
544 Use with-current-buffer.
546 2001-07-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
548 * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
549 before call `get-buffer'. Fixed parenthesis.
550 (wl-score-get-header-entry): Clear message and help window when
552 (wl-score-edit-insert-header): Ditto.
554 2001-07-14 Yuuichi Teranishi <teranisi@gohome.org>
556 * wl-draft.el (wl-message-mail-p): Test resent-to: field.
557 (Fix by Peter Møller Neergaard <turtle@bu.edu>)
558 (wl-default-draft-cite): Fix.
560 * wl-score.el (wl-score-insert-help): Fixed parenthesis.
561 (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
563 2001-07-12 Yuuichi Teranishi <teranisi@gohome.org>
565 * wl-message.el (wl-message-prev-page): Do same bahavior
566 as summary when it is called in the message buffer.
567 (wl-message-next-page): Ditto.
569 2001-07-09 Yuuichi Teranishi <teranisi@gohome.org>
571 * wl-summary.el (wl-summary-forward): Use cache if it is not
574 2001-07-05 Yuuichi Teranishi <teranisi@gohome.org>
576 * wl-vars.el: Changed file coding system to ISO-2022-JP.
577 Removed redundant require of elmo-vars.
578 (wl-biff-state-indicator-on): Changed default value for
579 xemacs with non-mule environment.
581 * wl-summary.el (wl-summary-exec-subr): Fixed problem when
582 wl-message-buffer is nil;
583 Hide progress bar after moving messages.
585 2001-07-04 Yuuichi Teranishi <teranisi@gohome.org>
587 * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
588 message at cursor point is deleted.
590 2001-07-02 Yuuichi Teranishi <teranisi@gohome.org>
592 * wl-vars.el: Changed file coding system to euc-japan.
593 Added -*-coding:-*- magic to the first line.
595 * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
596 Search parent from the first message.
598 * Version number is increased to 2.7.1.
600 2001-06-28 OHASHI Akira <bg66@koka-in.org>
602 * wl-vars.el: Fix file coding system to ISO-2022-JP.
604 2001-06-27 Yuuichi Teranishi <teranisi@gohome.org>
606 * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
607 refile/delete execution.
609 * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
612 2001-06-26 Yuuichi Teranishi <teranisi@gohome.org>
614 * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
616 Don't update marks when update process is interrupted.
618 2001-06-25 Yuuichi Teranishi <teranisi@gohome.org>
620 * wl-summary.el (wl-summary-reply): Fixed problem when
621 wl-draft-use-frame is non-nil.
622 (wl-summary-forward): Ditto.
624 * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
626 (wl-folder-mark-as-read-all-entity): Ditto.
627 (wl-folder-prefetch-entity): Ditto.
629 * wl.el (wl): Check environment before wl-init.
631 * wl-summary.el (wl-summary-collect-unread): Eliminated.
632 (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
633 instead of wl-summary-collect-unread.
634 (wl-summary-reply): Split message window.
636 2001-06-21 Yuuichi Teranishi <teranisi@gohome.org>
638 * wl-vars.el (wl): Set custom-manual link as "wl-ja"
639 only if current language environment is japanese,
641 * wl-folder.el (wl-folder-jump-to-current-entity): Call
642 wl-folder-select-buffer when wl-summary-use-frame is non-nil.
643 (wl-folder-goto-folder-subr): Ditto.
645 * wl-draft.el (wl-draft-dispatch-message): Call
646 `elmo-file-cache-get-path'.
648 2001-06-20 Yuuichi Teranishi <teranisi@gohome.org>
650 * wl-summary.el (wl-summary-cursor-move): If return value of
651 wl-summary-next-message is not number, don't jump.
653 2001-06-19 Yuuichi Teranishi <teranisi@gohome.org>
655 * wl-summary.el (wl-summary-buffer-next-message-function): New
657 (wl-summary-next-message): Call wl-summary-buffer-next-message-function
660 * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
663 * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
664 (wl-plugged-drawing): Ditto.
666 2001-06-18 Yuuichi Teranishi <teranisi@gohome.org>
668 * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
670 (wl-biff-check-folder-async): Enclose wl-biff-check-folder
673 * wl.el (wl-init): Require mime-setup.
674 (wl-check-environment): Don't require mime-setup.
676 * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
677 instead of elmo-folder-type.
679 * wl-message.el (wl-message-buffer-prefetch-debug): Set default
682 2001-06-15 Yuuichi Teranishi <teranisi@gohome.org>
684 * Version number is increased to 2.7.0.
686 * wl-version.el (wl-version): Changed codename.
688 * wl-summary.el (wl-summary-delete-cache): Fixed.
690 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
691 Workaround for net folders.
692 (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
694 * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
695 value to nil (According to the patch from
696 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
698 * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
699 of elmo-folder-close.
701 2001-06-06 Peter Møller Neergaard <turtle@bu.edu>
703 * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
706 2001-06-13 Yuuichi Teranishi <teranisi@gohome.org>
708 * wl-summary.el (wl-summary-resend-message): Fixed.
710 * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
711 Call wl-draft with `from' argument if its address is included in
712 `wl-user-mail-address-list'.
713 (wl-draft): Added `from' argument.
715 * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
717 (wl): Don't show demo if wl-demo is nil.
719 * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
720 wl-summary-use-frame.
722 * wl-vars.el (wl-summary-use-frame): New user option.
723 (wl-folder-use-frame): Changed docstring.
725 * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
727 (wl-folder-select-buffer): Renamed wl-folder-use-frame to
728 wl-summary-use-frame.
730 * wl-vars.el (wl-folder-use-frame): New user option.
732 * wl-summary.el (wl-summary-exit): Back to folder frame if
733 wl-folder-use-frame is non-nil.
734 (wl-summary-redisplay-internal): Ignore cache if current folder
736 (wl-summary-redisplay-no-mime): Ditto.
737 (wl-summary-redisplay-all-header): Ditto.
739 * wl-folder.el (wl-folder-select-buffer): Switch to other frame
740 if wl-folder-use-frame is non-nil.
742 2001-06-06 Yuuichi Teranishi <teranisi@gohome.org>
744 * wl-summary.el (wl-summary-sync-update): Bind
745 elmo-folder-update-threshold.
746 (wl-summary-mark-as-important): Enclosed server mark processing
747 with `save-match-data'.
749 * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
750 only when it is already defined.
752 2001-05-24 Masahiro MURATA <muse@ba2.so-net.ne.jp>
754 * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
755 name of folder exclude localdir is wrong.
756 * wl-folder.el (wl-folder-sync-entity):
757 Set `wl-summary-always-sticky-folder-list' as nil.
758 (wl-folder-mark-as-read-all-entity): Ditto.
759 (wl-folder-prefetch-entity): Ditto.
761 2001-05-23 Kenichi OKADA <okada@opaopa.org>
763 * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
764 instead of `wl-summary-write-current-newsgroup'.
766 2001-05-19 Masahiro MURATA <muse@ba2.so-net.ne.jp>
768 * wl-summary.el (wl-summary-auto-select-msg-p): New function.
769 (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
770 non-nil and selected message is important, do not display.
772 2001-05-16 Kenichi OKADA <okada@opaopa.org>
774 * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
776 2001-05-10 Yuuichi Teranishi <teranisi@gohome.org>
778 * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
780 * wl-summary.el (wl-summary-mark-as-important): Set message number
781 using wl-summary-message-number.
783 2001-05-10 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
785 * wl-summary.el (wl-summary-exec-subr): Fixed problem when
786 destination folder is 'null.
788 2001-05-09 Kenichi OKADA <okada@opaopa.org>
790 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
792 (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
793 (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
794 (wl-folder-guess-mailing-list-by-folder-name): Ditto.
796 2001-05-08 Yuuichi Teranishi <teranisi@gohome.org>
798 * wl-mime.el (wl-mime-setup): Added setting for
799 `mime-setup-signature-key-alist' to avoid overriding key bind for
802 * wl-e21.el (wl-draft-overload-functions): Don't override key binding
804 * wl-mule.el (wl-draft-overload-functions): Ditto.
805 * wl-xmas.el (wl-draft-overload-functions): Ditto.
806 * wl-draft.el (wl-draft-send): Ditto.
808 * wl-message.el (wl-message-display-internal):
809 Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
810 (Patch is provided by <kita@coe.nttdata.co.jp>).
812 2001-05-09 Kenichi OKADA <okada@opaopa.org>
814 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
816 2001-05-08 Kenichi OKADA <okada@opaopa.org>
818 * wl.el (wl): Fix for wl-demo.
820 2001-05-08 Kenichi OKADA <okada@opaopa.org>
822 * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
824 2001-05-08 Kenichi OKADA <okada@opaopa.org>
826 * wl-folder.el (wl-folder-prefetch-entity): Use
827 `wl-folder-get-elmo-folder'.
828 (wl-folder-count-incorporates): Do not use
829 `wl-folder-get-elmo-folder'.
831 2001-05-08 Kenichi OKADA <okada@opaopa.org>
833 * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
834 instead of `elmo-folder-get-type'.
836 2001-05-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
838 * wl-summary.el (wl-summary-write-current-folder): Set cursor
839 position on Subject: field.
840 (Advised by Mito <mit@nines.nec.co.jp>)
842 2001-04-27 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
844 * wl-folder.el (wl-folder-prefetch-entity): Use
845 `wl-folder-get-elmo-folder'.
847 2001-04-26 Yuuichi Teranishi <teranisi@gohome.org>
849 * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
851 * wl-summary.el (wl-summary-buffer-set-folder): Set up
852 `process-duplicates' slot.
854 * wl-highlight.el (wl-highlight-message): Don't highlight as signature
857 2001-04-25 TAKAHASHI Kaoru <kaoru@kaisei.org>
859 * wl-version.el (wl-version-status): Set to "alpha".
861 2001-04-23 Yuuichi Teranishi <teranisi@gohome.org>
863 * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
864 Check wl-message-buffer lives before set-buffer.
866 2001-04-22 Masahiro MURATA <muse@ba2.so-net.ne.jp>
868 * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
869 called in folder mode.
870 * wl-var.el (wl-summary-exit-pre-hook): New variable.
871 * wl-summary.el (wl-summary-exit-pre-hook): Run
872 `wl-summary-exit-pre-hook' before exit summary mode.
874 2001-04-22 TAKAHASHI Kaoru <kaoru@kaisei.org>
876 * wl-version.el (wl-version-status): New variable.
877 (wl-version-status-alist): Removed.
878 (wl-version-status): Rule included.
880 2001-04-19 Yuuichi Teranishi <teranisi@gohome.org>
882 * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
885 * wl-draft.el (wl-draft-insert-current-message): Fixed problem
886 when `mail-reply-buffer' is buffer-local variable.
887 (Reported by <kita@coe.nttdata.co.jp>).
889 2001-04-17 Yuuichi Teranishi <teranisi@gohome.org>
891 * wl-vars.el (toplevel): Require 'elmo-util.
893 2001-04-16 Yuuichi Teranishi <teranisi@gohome.org>
895 * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
896 (All other related portions are changed)
898 * wl.el (wl-plugged-change): Use '<' instead of '<='.
900 * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
902 2001-04-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
904 * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
906 2001-04-13 Yuuichi Teranishi <teranisi@gohome.org>
908 * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
909 Delete other windows to avoid an error.
910 Use `point-marker' instead of `point' to remember the start point
913 * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
915 * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
916 number not to exceed all message number.
918 2001-04-12 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
920 * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
921 call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
923 2001-04-09 Yuuichi Teranishi <teranisi@gohome.org>
925 * wl-summary.el (wl-summary-sync-force-update): Added argument
927 (wl-summary-sync-update): Ditto.
928 (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
931 * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
932 (wl-message-buffer-prefetch-next): Don't run timer if timer is
935 2001-04-07 Masahiro MURATA <muse@ba2.so-net.ne.jp>
937 * wl-expire.el (wl-expire-archive-get-folder): Added argument
939 (wl-expire-archive-number1): Diito.
940 (wl-expire-archive-number2): Diito.
941 (wl-expire-archive-Date): Diito.
942 (wl-archive-number1): Diito.
943 (wl-archive-number2): Diito.
944 (wl-archive-date): Diito.
945 (wl-archive-folder-p): New function.
946 (wl-summary-expire): Support of expand folder name at
948 * wl-util.el (wl-expand-newtext): Renamed from
949 `wl-refile-expand-newtext'.
951 2001-04-05 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
953 * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
954 `elmo-msgdb-overview-get-entity' with `msgdb' instead of
955 `(elmo-msgdb-get-overview msgdb)'.
956 (wl-summary-prefetch): Bind match data before call
957 `wl-summay-prefetch-msg'.
958 (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
959 'off if `wl-summary-buffer-disp-msg' is non-nil.
960 Fixed problem that couldn't show only one new or unread message when
962 (wl-summary-reply): Don't call `split-window-vertically' and other
965 2001-04-03 Yuuichi Teranishi <teranisi@gohome.org>
967 * wl-expire.el (wl-expire-refile): Fixed.
969 2001-04-02 Yuuichi Teranishi <teranisi@gohome.org>
971 * wl-vars.el (wl-biff-unnotify-hook): New variable.
973 * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
974 biff notification is removed.
976 * wl.el (wl): Changed position of `elmo-init'.
978 * wl-draft.el (wl-default-draft-cite): Use date field
979 on the citation buffer.
981 * wl-vars.el (wl-shimbun-folder-icon): New variable.
983 * wl-xmas.el (wl-folder-internal-icon-list): Added
984 `wl-folder-shimbun-image'.
986 * wl-e21.el (wl-folder-internal-icon-list): Added
987 `wl-folder-shimbun-image'.
989 2001-03-31 Yuuichi Teranishi <teranisi@gohome.org>
991 * wl.el (wl-init): Eliminated argument.
994 * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
995 (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
996 instead of `elmo-folder-msgdb-internal'.
997 (wl-summary-sync-update): Ditto.
998 (wl-summary-flush-pending-append-operations): Eliminated.
999 (wl-summary-delete-all-msgs): Set msgdb instead of folder.
1000 (wl-summary-goto-folder-subr): Set load-msgdb argument of
1003 * wl-mime.el (wl-summary-burst): Fixed.
1005 * wl-folder.el (wl-folder-info-save): Check data type.
1007 * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
1008 (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
1009 instead of `elmo-folder-msgdb-internal'.
1010 (wl-expire-hide): Ditto.
1013 * wl-draft.el (wl-draft): Removed argument for `wl-init'.
1015 2001-03-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
1017 * wl-folder.el (wl-folder-write-current-folder): Support petname.
1019 2001-03-11 Kenichi OKADA <okada@opaopa.org>
1021 * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
1023 2001-03-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
1025 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
1026 Fixed `match-beginning' argument mismatch.
1028 2001-03-05 Katsumi Yamaoka <yamaoka@jpl.org>
1030 * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
1033 2001-03-01 Yuuichi Teranishi <teranisi@gohome.org>
1035 * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
1036 instead of `elmo-nntp-default-port'.
1038 * wl-vars.el: Fixed some doc strings.
1040 2001-02-28 Yuuichi Teranishi <teranisi@gohome.org>
1042 * wl-summary.el (wl-summary-prefetch-msg): Use
1043 `elmo-msgdb-overview-get-entity' instead of `assoc'.
1045 * wl-vars.el: Define *-func as obsolete variable using
1046 `elmo-define-obsolete-variable'.
1048 * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
1049 (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
1050 instead of `wl-message-buffer-prefetch-threshold'.
1052 * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
1054 * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
1056 * wl-draft.el (wl-caesar-region-func): Ditto.
1058 * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
1059 Keep unread status in elmo-folder-move-messages.
1060 (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
1062 2001-02-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1064 * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
1065 `wl-summary-buffer-exit-func'
1066 (wl-summary-buffer-message-redisplay-function): Renamed from
1067 `wl-summary-buffer-message-redisplay-func'
1068 (wl-summary-buffer-next-folder-function): Renamed from
1069 `wl-summary-buffer-next-folder-func'.
1070 (wl-summary-buffer-prev-folder-function): Renamed from
1071 `wl-summary-buffer-prev-folder-func'.
1072 (wl-summary-get-petname-function): Renamed from
1073 `wl-summary-get-petname-func'.
1075 * wl-score.el (wl-score-edit-exit-function): Renamed from
1076 `wl-score-edit-exit-func'.
1078 * wl-message.el (wl-message-buffer-prefetch-get-next-function):
1079 Renamed from `wl-message-buffer-prefetch-get-next-function'.
1081 * wl-util.el (wl-load-profile-function): Renamed from
1082 `wl-load-profile-func'.
1084 * wl-folder.el (wl-folder-completion-function): Renamed from
1085 `wl-folder-completion-func'.
1086 (wl-folder-init-function): Renamed from `wl-folder-init-func'.
1088 * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
1089 `wl-expire-archive-get-folder-func'.
1090 (wl-draft-send-function): Renamed from `wl-draft-send-func'.
1091 (wl-draft-send-mail-function): Renamed from
1092 `wl-draft-send-mail-func'.
1093 (wl-draft-send-news-function): Renamed from
1094 `wl-draft-send-news-func'.
1095 (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
1096 (wl-generate-mailer-string-function): Renamed from
1097 `wl-generate-mailer-string-func'.
1098 (wl-highlight-signature-search-function): Renamed from
1099 `wl-highlight-signature-search-func'.
1100 (wl-highlight-x-face-function): Renamed from
1101 `wl-highlight-x-face-func'
1102 (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
1103 (wl-ps-print-buffer-function): Renamed from
1104 `wl-ps-print-buffer-func'
1105 (wl-summary-from-function): Renamed from `wl-summary-from-func'.
1106 (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
1107 (wl-summary-subject-filter-function): Renamed from
1108 `wl-summary-subject-filter-func'.
1110 * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
1111 `wl-draft-queue-flush-send-func'
1112 (wl-draft-cite-function): Renamed from
1113 `wl-draft-cite-func'
1115 * wl-address.el (wl-address-init-function): Renamed from
1116 `wl-address-init-func'.
1118 2001-02-27 Yuuichi Teranishi <teranisi@gohome.org>
1120 * wl-draft.el (wl-draft-queue-flush): Don't call
1121 `elmo-dop-unlock-message'.
1122 * wl-draft.el (wl-draft-queue-append): Don't call
1123 `elmo-dop-lock-message'.
1125 * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
1126 (wl-summary-buffer-folder-name): Ditto.
1127 (wl-summary-message-regexp): Added '-' (all other related portions
1129 (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
1130 wl-summary-buffer-folder-name.
1132 2001-02-26 "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
1134 * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
1135 the number of mails in the folder buffer is not updated by wl-biff.
1137 2000-02-26 Kenichi OKADA <okada@opaopa.org>
1139 * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
1140 * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
1142 2001-03-01 Yuuichi Teranishi <teranisi@gohome.org>
1144 * wl-summary.el (wl-summary-next-message):
1145 Return next message number when wl-summary-move-order is nil.
1147 2001-02-28 Akihiro MOTOKI <mokkun@iname.com>
1149 * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
1150 `wl-summary-move-spec-alist'.
1151 (wl-summary-move-spec-unplugged-alist): New variable
1152 (Move spec for unplugged status).
1153 (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
1154 if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
1156 2001-03-01 OKAZAKI Tetsurou <okazaki@be.to>
1158 * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
1159 * wl-mule.el (wl-draft-overload-menubar): Ditto.
1161 2001-02-28 OKAZAKI Tetsurou <okazaki@be.to>
1163 * wl-mime.el (wl-draft-preview-message): Use `function' instead of
1164 simple quotation to quote the anonymous function.
1165 * tm-wl.el (wl-draft-preview-message): Ditto.
1167 2001-02-25 OKAZAKI Tetsurou <okazaki@be.to>
1169 * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
1170 Eliminate redundant `save-excursion'.
1171 (wl-highlight-summary-current-line): Ditto.
1173 * wl-highlight.el (wl-highlight-summary-current-line): Avoid
1174 accessing match data when `looking-at' failed.
1176 * wl-draft.el (wl-draft-delete): Use `match-string' instead of
1177 `elmo-match-string' where users don't care about the speed.
1178 (wl-draft-save): Ditto.
1180 2001-02-24 Yuuichi Teranishi <teranisi@gohome.org>
1182 * wl-util.el (wl-regexp-opt): New function.
1184 * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
1185 number from `wl-summary-buffer-number-list'.
1186 (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
1187 Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
1188 (wl-summary-move-spec-alist): Changed default setting.
1190 2001-02-23 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1192 * wl-vars.el (wl-biff-notify-hook): New hook.
1193 * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
1194 the arrival of new mail.
1195 (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
1196 and advice by Yuuichi Teranishi <teranisi@gohome.org>)
1198 2001-02-23 Yuuichi Teranishi <teranisi@gohome.org>
1200 * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
1202 2001-02-22 Yuuichi Teranishi <teranisi@gohome.org>
1204 * wl-summary.el (wl-summary-default-get-next-msg): Fix.
1206 * Version number is increased to 2.5.8.
1208 * wl-thread.el (toplevel): require 'cl.
1209 (wl-thread-resume-entity): Call wl-thread-make-number-list.
1210 (wl-thread-make-number-list): New function.
1211 (wl-thread-entity-make-number-list-from-children): Ditto.
1212 (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
1213 (wl-thread-entity-insert-as-children): Likewise.
1214 (wl-thread-delete-message): Likewise.
1215 (wl-meaning-of-mark): Eliminated.
1216 (wl-thread-next-failure-mark-p): Ditto.
1217 (wl-thread-entity-get-mark): Ditto.
1218 (wl-thread-meaning-alist-get-result): Ditto.
1219 (wl-thread-entity-check-prev-mark): Ditto.
1220 (wl-thread-entity-check-next-mark): Ditto.
1221 (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
1222 (wl-thread-entity-get-prev-marked-entity): Ditto.
1223 (wl-thread-get-prev-unread): Ditto.
1224 (wl-thread-jump-to-prev-unread): Ditto.
1225 (wl-thread-get-next-unread): Ditto.
1226 (wl-thread-jump-to-next-unread): Ditto.
1227 (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
1228 (wl-thread-entity-get-next-marked-entity): Ditto.
1230 * wl-summary.el (wl-summary-buffer-number-list):
1231 New bufer-local variable.
1232 (wl-summary-switch-to-clone-buffer): Clone
1233 `wl-summary-buffer-number-list'.
1234 (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
1235 (wl-summary-cursor-move-regex): Eliminated.
1236 (wl-summary-cursor-up): Rewrite.
1237 (wl-summary-cursor-down): Ditto.
1238 (wl-summary-mode-spec-alist): New variable.
1239 (wl-summary-next-message): New inline function.
1240 (wl-summary-cursor-move): New function.
1241 (wl-summary-default-get-next-msg): Rewrite.
1242 (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
1243 (wl-summary-rescan): Ditto.
1244 (wl-summary-sync-all-init): Ditto.
1245 (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
1246 summary is not thread view.
1247 (wl-summary-sync-update): Ditto.
1248 (wl-summary-rescan): Ditto.
1249 (wl-summary-make-number-list): New function.
1251 * wl-draft.el: "FCC" -> "Fcc".
1253 2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
1255 * wl-highlight.el (wl-highlight-summary-window):
1256 Call `set-buffer-modified-p'.
1258 * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
1259 (wl): Call `elmo-init' and fix.
1261 * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
1264 * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
1266 2001-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1268 * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
1270 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1272 * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
1274 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1276 * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
1277 `wl-use-toolbar' nor `display-graphic-p'.
1278 (wl-e21-setup-message-toolbar): Ditto.
1279 (wl-e21-setup-summary-toolbar): Ditto.
1280 (wl-e21-setup-folder-toolbar): Ditto.
1282 (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
1283 (wl-plugged-init-icons): Ditto.
1285 (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
1286 `display-graphic-p'.
1287 (wl-plugged-set-folder-icon): Ditto.
1288 (wl-highlight-plugged-current-line): Ditto.
1289 (wl-highlight-folder-current-line): Ditto.
1290 (wl-e21-highlight-folder-group-line): Ditto.
1291 (wl-e21-setup-toolbar): Ditto.
1292 (wl-e21-display-image-p): New macro.
1294 * wl-demo.el (wl-demo): Simplified.
1295 (wl-demo-image-type-alist): Use `image-type-available-p' for
1296 checking whether the image type `xbm' is available.
1298 2000-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1300 * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
1301 (wl-summary-input-range): Ditto.
1303 2001-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1305 * wl-summary.el (wl-summary-edit-addresses): Use
1306 `wl-summary-get-original-buffer'
1307 (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
1308 (wl-summary-jump-to-msg-by-message-id-via-nntp):
1309 Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
1310 (wl-summary-get-newsgroups): Eliminated.
1311 (wl-summary-set-crosspost): Ditto.
1312 (wl-summary-is-crosspost-folder): Ditto.
1313 (wl-crosspost-alist-load): Ditto.
1314 (wl-crosspost-alist-save): Ditto.
1316 * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
1317 `elmo-setup-subscribed-newsgroups' instead of
1318 `elmo-nntp-make-groups-hashtb'.
1319 (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
1320 instead of `wl-crosspost-alist-save'.
1322 * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
1323 of `elmo-folder-message-appendable-p'.
1324 (wl-mime-header-presentation-method): Eliminated.
1326 * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
1327 (Error occurs in emacs21).
1329 * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
1330 the current buffer).
1332 * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
1333 instead of `wl-crosspost-alist-save'.
1334 (wl-init): `elmo-crosspost-message-alist-load'
1335 instead of `wl-crosspost-alist-load'
1337 * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
1338 (wl-parse-newsgroups): Likewise.
1339 (wl-biff-notify): Run `wl-biff-notify-hook'.
1341 2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
1343 * wl-vars.el (wl-summary-lazy-highlight): New variable.
1345 * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
1346 when `wl-summary-lazy-highlight' is non-nil.
1347 (wl-summary-goto-folder-subr): Highlight only when
1348 `wl-summary-lazy-highlight' is non-nil.
1350 * wl-highlight.el (wl-highlight-summary): Fixed docstring;
1351 Don't display progress and highlight temp-mark when
1352 `wl-summary-lazy-highlight' is non-nil.
1353 (wl-highlight-summary-window): New function.
1354 (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
1356 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1358 * wl-summary.el (wl-summary-sync): Change `all-visible'
1360 (wl-summary-input-range): Ditto.
1362 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1364 * wl-e21.el (wl-highlight-folder-current-line): Call
1365 `wl-folder-init-icons' when folder icons have not been initialized.
1367 * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
1369 * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
1370 (wl-demo-image-type-alist): New macro.
1372 2001-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
1374 * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
1375 display does not support graphics.
1376 (wl-plugged-init-icons): Ditto.
1377 (wl-folder-init-icons): Ditto.
1379 * wl-demo.el (wl-demo): Chech closely whether the display
1382 2001-02-09 Yuuichi Teranishi <teranisi@gohome.org>
1384 * wl-summary.el (wl-summary-get-original-buffer): New function.
1385 (wl-summary-set-crosspost): Use it.
1386 (wl-summary-target-mark-uudecode): Ditto.
1387 (wl-summary-reedit): Ditto.
1388 (wl-summary-resend-bounced-mail): Ditto.
1389 (wl-summary-update-crosspost): Eliminated (It may be incorporated
1390 into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
1392 * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
1393 (wl-message-display-internal): Ditto.
1395 2001-02-07 Yuuichi Teranishi <teranisi@gohome.org>
1397 * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
1399 2001-02-06 Yuuichi Teranishi <teranisi@gohome.org>
1401 * wl-summary.el (wl-summary-save-view): Renamed from
1402 `wl-summary-save-status'.
1404 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1406 * wl-summary.el (wl-summary-sync): Added `all-shown'
1408 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1410 * wl-summary.el (wl-summary-input-range): Added `all-shown'
1412 2000-02-19 Kenichi OKADA <okada@opaopa.org>
1414 * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
1416 2001-02-19 OKAZAKI Tetsurou <okazaki@be.to>
1418 * wl-highlight.el (wl-highlight-summary-line-string): Use
1419 `zerop' instead of `= 0'.
1420 (wl-highlight-summary): Use `zerop' instead of `eq 0'.
1422 * wl-template.el (wl-template-next): Use `=' instead of `eq'
1423 for comparing numbers.
1424 (wl-template-prev): Use `zerop' instead of `eq 0'.
1426 * wl-draft.el (wl-draft-insert-current-message): Use
1427 `with-current-buffer' instead of `save-excursion'.
1428 Use `zerop' instead of `eq 0'.
1430 2001-02-17 Kenichi OKADA <okada@opaopa.org>
1432 * wl-draft.el (wl-draft-insert-ccs): New function.
1433 (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
1434 * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
1436 2001-02-15 Yuuichi Teranishi <teranisi@gohome.org>
1438 * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
1440 2001-02-14 Yuuichi Teranishi <teranisi@gohome.org>
1442 * wl-expire.el (wl-expire-refile): Don't call
1443 elmo-msgdb-add-msgs-to-seen-list;
1444 Pass wl-expire-add-seen-list to elmo-folder-move-messages.
1445 (wl-expire-refile-with-copy-reserve-msg): Ditto.
1447 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1449 * wl-message.el (wl-message-prev-page): Ignore errors while
1452 2001-01-14 Yuuichi Teranishi <teranisi@gohome.org>
1454 * wl-mime.el: Use elmo-original-message-mode instead of
1455 mmelmo-original-mode.
1457 * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
1458 `elmo-folder-get-spec';
1459 (wl-fldmgr-add-completion-all-completions):
1460 Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
1462 * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
1463 of `elmo-folder-get-type'.
1465 * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
1466 `elmo-folder-get-spec';
1467 Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1468 Use `elmo-folder-append-message' instead of `elmo-append-msg';
1469 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1470 Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
1471 `elmo-read-msg-no-cache';
1472 Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
1473 Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
1474 (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
1475 (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
1477 (wl-draft-reedit): Use `elmo-message-file-name'.
1479 * wl-expire.el: Use `elmo-folder-name-internal';
1480 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1481 Use macro `wl-summary-buffer-msgdb' instead of variable
1482 `wl-summary-buffer-msgdb';
1483 Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
1484 Use macro `wl-summary-buffer-folder-name' instead of variable
1485 `wl-summary-buffer-folder-name'.
1486 * wl-score.el: Likewise.
1488 * wl-message.el: Rewrite for new message buffer cache mechanism.
1489 (wl-message-buffer-cache-buffer-get): New macro.
1490 (wl-message-buffer-cache-folder-get): Ditto.
1491 (wl-message-buffer-cache-message-get): Ditto.
1492 (wl-message-buffer-cache-entry-make): Ditto.
1493 (wl-message-buffer-cache-hit): Ditto.
1494 (wl-message-buffer-cache-sort): New function.
1495 (wl-message-buffer-cache-add): Ditto.
1496 (wl-message-buffer-cache-delete): Ditto.
1497 (wl-message-buffer-cache-clean-up): Ditto.
1498 (wl-message-buffer-window): Rewrite.
1499 (wl-message-select-buffer): Renamed from `wl-select-buffer'.
1500 (wl-message-buffer-display): New function.
1501 (wl-message-display-internal): New function.
1503 2001-01-12 Yuuichi Teranishi <teranisi@gohome.org>
1505 * wl-folder.el: Use `elmo-folder-name-internal';
1506 Use `wl-folder-get-elmo-folder';
1507 Use `elmo-folder-list-messages' instead of
1509 Use `elmo-folder-get-primitive-list' instead of
1510 `elmo-folder-get-primitive-spec-list';
1511 Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
1512 Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1513 Use `elmo-folder-create' instead of `elmo-create-folder'.
1514 (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
1515 (wl-folder-get-elmo-folder): New macro.
1516 (wl-folder-elmo-folder-cache-get): Ditto.
1517 (wl-folder-elmo-folder-cache-put): Ditto.
1518 (wl-folder-suspend): Call `elmo-quit'.
1520 * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1521 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1522 Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
1523 Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
1524 (toplevel): require 'cl.
1525 (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
1527 * wl-summary.el: Rewrite to use new elmo interface.
1530 2001-02-06 Yuuichi Teranishi <teranisi@gohome.org>
1532 * wl-mime.el (wl-draft-preview-message):
1533 Run `wl-draft-send-hook' before collecting recipients information;
1534 Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
1536 * tm-wl.el (wl-draft-preview-message): Ditto.
1538 2001-02-05 Yuuichi Teranishi <teranisi@gohome.org>
1540 * wl-mime.el (wl-draft-preview-message): Fixed problem that
1541 wrong receipients are displayed when forwarded message.
1543 2001-02-01 Yuuichi Teranishi <teranisi@gohome.org>
1545 * Version number is increased to 2.5.7.
1547 2001-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
1549 * wl-message.el (wl-message-next-page): Bind
1550 `window-pixel-scroll-increment' to nil while scrolling up.
1552 2001-01-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1554 * wl-vars.el (wl-save-hook): New hook.
1555 * wl.el (wl-save): Call `wl-save-hook'.
1557 2001-01-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1559 * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
1560 Argument WITH-ARG instead of NO-ARG (negative mean).
1561 (wl-draft-reply): WITH-ARG instead of NO-ARG.
1562 * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
1563 * wl-message.el (wl-message-follow-current-entity): Likewise.
1565 2001-01-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
1567 * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
1568 FROM was optional argument.
1569 (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
1571 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
1573 * Version number is increased to 2.5.6.
1575 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
1577 * wl-version.el (wl-version-show): Removed.
1578 (wl-version): Add `interactive'.
1580 2001-01-22 YAMASHITA Junji <ysjj@unixuser.org>
1582 * wl-summary.el (wl-summary-get-petname-func): New variable.
1583 (wl-summary-default-from): funcall `wl-summary-get-petname-func'
1584 instead of `wl-address-get-petname-1'.
1585 (wl-summary-simple-from): Ditto.
1587 * wl-address.el (wl-address-get-petname-1): Define as function.
1589 2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
1591 * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1592 field in the original message.
1593 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1595 2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
1597 * wl-expire.el (wl-expire-hide):
1598 Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1600 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1602 * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1603 find decoder for To, Cc, and Subject.
1605 2001-01-30 Yuuichi Teranishi <teranisi@gohome.org>
1607 * wl-summary.el (wl-cache-prefetch-next): Revert the logic
1608 for checking `elmo-use-buffer-cache'.
1609 (wl-summary-mark-as-important): Fixed typo in comment.
1611 2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
1613 * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1614 field in the original message.
1615 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1617 2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
1619 * wl-expire.el (wl-expire-hide):
1620 Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1622 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1624 * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1625 find decoder for To, Cc, and Subject.
1627 2001-01-18 Yuuichi Teranishi <teranisi@gohome.org>
1629 * Version number is increased to 2.5.5.
1631 * wl-address.el (wl-address-specials-regexp): New constant.
1632 (wl-address-quote-specials): Use it.
1634 2001-01-17 Yuuichi Teranishi <teranisi@gohome.org>
1636 * wl-summary.el (wl-summary-rescan):
1637 Call `wl-summary-buffer-number-column-detect'.
1638 (Advised by Akihiro MOTOKI <mokkun@iname.com>)
1640 * wl-message.el (wl-message-mode-map): Define.
1641 (wl-message-decode): Use it as local-map.
1643 2001-01-16 Yuuichi Teranishi <teranisi@gohome.org>
1645 * wl-score.el (wl-score-guess-like-gnus): Abolished.
1646 (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
1648 2001-01-12 Yuuichi Teranishi <teranisi@gohome.org>
1650 * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
1652 * wl-mule.el (wl-read-event-char): Ditto.
1654 * wl-e21.el (wl-read-event-char): Ditto.
1656 * wl-nemacs.el (wl-read-event-char): Ditto.
1657 (read-event): Removed.
1659 * wl-util.el (toplevel): Removed dummy definition of
1661 (wl-read-event-char, wl-xmas-read-event-char): Removed.
1663 2001-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1665 * wl-nemacs.el (elmo-archive-call-process): Moved to
1668 2001-01-02 TAKAHASHI Kaoru <kaoru@kaisei.org>
1670 * wl-draft.el (wl-draft-reply-list-symbol): New function.
1671 (wl-draft-reply): Use it. Fixed "No match field" error message.
1673 * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
1674 instead of magic-number 6. Use `not' instead of `null' for symbol
1675 `nil' check (not empty list).
1676 (wl-draft-insert-x-face-field): Fixed paren style.
1678 * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
1679 one-branch conditional statement, instead of `and' and `if'.
1680 (wl-draft-forward): Likewise.
1681 (wl-draft-add-references): Likewise.
1682 (wl-draft-yank-from-mail-reply-buffer): Likewise.
1684 * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
1685 conditional steatment. Use `cond' instead of `if'.
1686 (wl-draft-confirm): Likewise.
1688 2001-01-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1690 * wl-version.el (wl-version-show): Use `product-string-1'
1691 instead of `wl-version'.
1692 * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
1694 * wl-demo.el (wl-demo-copyright-notice): Add 2001.
1696 2000-12-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1698 * wl-highlight.el (wl-highlight-headers): Revert
1699 `wl-highlight-x-face-func' argument (`beg' and `end').
1701 2000-12-29 TAKAHASHI Kaoru <kaoru@kaisei.org>
1703 * wl.el (toplevel): Move `product-provide' declare.
1704 * wl-demo.el (toplevel): Ditto.
1705 * wl-dnd.el (toplevel): Ditto.
1706 * wl-highlight.el (toplevel): Ditto.
1707 * wl-message.el (toplevel): Ditto.
1708 * wl-refile.el (toplevel): Ditto.
1709 * wl-util.el (toplevel): Ditto.
1711 2000-12-26 Yuuichi Teranishi <teranisi@gohome.org>
1713 * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
1714 keep cursor position. (Advised by OKAZAKI Tetsurou <okazaki@be.to>)
1715 (wl-thread-close-all): keep cursor position.
1717 2000-12-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
1719 * wl-version.el (wl-version-status-alist): Use `zerop' instead of
1721 (wl-generate-user-agent-string-1): Fix conditional statement.
1723 2000-11-27 Kenichi OKADA <okada@opaopa.org>
1725 * wl.el (wl-check-environment): Additional check for
1726 'wl-local-domain' and `wl-message-id-domain'.
1728 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1730 * wl-draft.el (toplevel): Delete defvar for sasl-*.
1732 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1734 * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
1735 instead of `smtp-sasl-user-realm'.
1737 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1739 * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
1741 2000-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1743 * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
1744 to the default value as well as `eword-lexical-analyzer'.
1746 2000-12-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
1748 * wl-version.el (wl-extended-emacs-version,
1749 wl-extended-emacs-version2, wl-extended-emacs-version3): Use
1750 `elmo-match-string' instead of `wl-match-string'.
1752 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
1754 * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
1757 2000-12-10 Hironori Fukuchi <nory@valis.co.jp>
1759 * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
1761 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
1763 * wl-highlight.el (wl-highlight-headers): Remove
1764 `wl-highlight-x-face-func' argument (`beg' and `end').
1766 2000-12-15 Yuuichi Teranishi <teranisi@gohome.org>
1768 * wl-summary.el (wl-summary-mark-as-important):
1769 Remove cache if folder is local.
1771 2000-12-06 Taro Kawagishi <taro.kawagishi@nokia.com>
1773 * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
1774 to get existing e-mail address string.
1776 2000-12-13 TAKAHASHI Kaoru <kaoru@kaisei.org>
1778 * wl-version.el (wl-generate-user-agent-string): Commentary.
1779 (wl-generate-user-agent-string-1): Use `when' for
1780 one-branch conditional statement, instead of `and' and `if'.
1781 (wl-extended-emacs-version, wl-extended-emacs-version2,
1782 wl-extended-emacs-version3): Ditto.
1784 2000-12-12 Yuuichi Teranishi <teranisi@gohome.org>
1786 * wl-summary.el (wl-summary-sync-all-init): New inline function.
1787 (wl-summary-sync): Enclose `wl-summary-sync-update3' with
1788 condition-case; Remove initialization.
1789 (wl-summary-confirm-appends): Don't enclose with `condition-case'.
1790 (wl-summary-sync-update3): Added argument `sync-all';
1791 Eliminated local variable `msgdb';
1792 Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
1793 Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
1794 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1796 2000-12-12 KOGURO Naoki <koguro@dd.iij4u.or.jp>
1798 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
1799 connection before call `wl-draft-send-mail-with-smtp'.
1801 2000-11-30 Yuuichi Teranishi <teranisi@gohome.org>
1803 * Version number is increased to 2.5.4.
1805 2000-11-27 Kenichi OKADA <okada@opaopa.org>
1807 * wl.el (wl-check-environment): Additional check for
1808 'wl-local-domain' and `wl-message-id-domain'.
1810 2000-11-28 Yuuichi Teranishi <teranisi@gohome.org>
1812 * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
1813 buffer as command specific.
1814 (wl-folder-mark-as-read-all-entity): Ditto.
1815 (wl-folder-prefetch-entity): Ditto.
1816 (wl-folder-drop-unsync-entity): Ditto.
1818 * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
1819 (wl-prog-uudecode-no-stdout-option): Changed default to t.
1820 (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
1822 * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
1825 2000-11-22 Yuuichi Teranishi <teranisi@gohome.org>
1827 * Version number is increased to 2.5.3.
1829 * wl-summary.el (wl-summary-save-view-cache):
1830 Delete duplicated `write-region';
1831 Use `write-region-as-binary' instead of `as-binary-output-file' and
1834 2000-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1836 * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
1838 2000-11-20 Yuuichi Teranishi <teranisi@gohome.org>
1840 * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
1841 instead of `smtp-via-smtp'.
1843 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1845 * wl-draft.el (toplevel): Delete defvar for sasl-*.
1847 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1849 * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
1850 instead of `smtp-sasl-user-realm'.
1852 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1854 * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
1856 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1858 * Version number is increased to 2.5.2.
1860 2000-11-17 Yuuichi Teranishi <teranisi@gohome.org>
1862 * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
1864 (wl-biff-stop): Call `cancel-timer' if timer already exists.
1865 (wl-biff-start): Call `timer-activate' if timer already exists.
1867 * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
1868 only when it is bound as function.
1870 2000-11-15 Yuuichi Teranishi <teranisi@gohome.org>
1872 * Version number is increased to 2.5.1.
1874 2000-11-14 Yuuichi Teranishi <teranisi@gohome.org>
1876 * wl-thread.el (wl-thread-update-line-on-buffer-sub):
1877 Print refile/copy destination.
1879 2000-11-13 Yuuichi Teranishi <teranisi@gohome.org>
1881 * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
1882 queue-flush-only is non-nil.
1884 * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
1886 * wl-summary.el (wl-summary-refile-subr): Use folder realname while
1887 checking cache folder.
1889 2000-11-09 TAKAHASHI Kaoru <kaoru@kaisei.org>
1891 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
1894 2000-11-08 TAKAHASHI Kaoru <kaoru@kaisei.org>
1896 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
1898 * wl-summary.el (wl-summary-write-current-folder-functions):
1899 Change default value. Use it.
1901 2000-11-08 Yuuichi Teranishi <teranisi@gohome.org>
1903 * Version number is increased to 2.5.0.
1905 * wl-version.el (wl-version): Changed codename.
1907 2000-11-06 Kenichi OKADA <okada@opaopa.org>
1909 * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
1910 (wl-summary-supersedes-message): Ditto.
1912 2000-11-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
1914 * wl-refile.el (wl-refile-guess-functions): Renamed from
1915 `wl-refile-guess-func-list'.
1917 2000-11-02 Yuuichi Teranishi <teranisi@gohome.org>
1919 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
1920 Fixed problem when no rule was matched.
1922 2000-11-01 Akihiro MOTOKI <motoki@da.jp.nec.com>
1924 * wl-summary.el (wl-summary-get-mark): Fixed
1925 `wl-summary-buffer-target-mark' check logic.
1927 2000-11-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1929 * wl-folder.el (wl-folder-write-current-folder): Added group
1932 * wl-summary.el (wl-summary-write-current-folder): Renamed from
1933 `wl-summary-write-current-newsgroup'.
1934 (wl-summary-write-current-folder-functions): New variable.
1935 * wl-folder.el (wl-folder-get-newsgroups): New function.
1936 (wl-folder-guess-mailing-list-by-refile-rule): New function.
1937 (wl-folder-write-current-folder): Renamed from
1938 `wl-folder-write-current-newsgroup'.
1940 2000-11-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1942 * Version number is increased to 2.3.93.
1944 2000-11-01 Yuuichi Teranishi <teranisi@gohome.org>
1946 * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
1947 (wl-ldap-make-matched-value-list): Ditto.
1948 (wl-ldap-alias-safe-string): Split e-mail address.
1950 * wl-summary.el (wl-summary-read-folder): Fixed problem when
1951 petname folder default was selected.
1952 (Fix by HIROSE Yuuji <yuuji@gentei.org>)
1953 (wl-summary-auto-refile): Use `wl-folder-get-realname'.
1955 2000-10-31 Yuuichi Teranishi <teranisi@gohome.org>
1957 * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
1958 to `wl-draft-config-exec'.
1960 * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
1961 instead of calling `wl-draft-config-exec';
1962 Process group-list and show recipients in minibuffer.
1964 * tm-wl.el (wl-draft-preview-message): Ditto.
1966 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1968 * wl.el (toplevel): Added (C) to copyright notice, and
1970 * tm-wl.el (toplevel): Ditto.
1971 * wl-address.el (toplevel): Ditto.
1972 * wl-demo.el (toplevel): Ditto.
1973 * wl-dnd.el (toplevel): Ditto.
1974 * wl-draft.el (toplevel): Ditto.
1975 * wl-e21.el (toplevel): Ditto.
1976 * wl-expire.el (toplevel): Ditto.
1977 * wl-folder.el (toplevel): Ditto.
1978 * wl-highlight.el (toplevel): Ditto.
1979 * wl-message.el (toplevel): Ditto.
1980 * wl-mime.el (toplevel): Ditto.
1981 * wl-mule.el (toplevel): Ditto.
1982 * wl-nemacs.el (toplevel): Ditto.
1983 * wl-refile.el (toplevel): Ditto.
1984 * wl-score.el (toplevel): Ditto.
1985 * wl-summary.el (toplevel): Ditto.
1986 * wl-template.el (toplevel): Ditto.
1987 * wl-thread.el (toplevel): Ditto.
1988 * wl-util.el (toplevel): Ditto.
1989 * wl-vars.el (toplevel): Ditto.
1990 * wl-xmas.el (toplevel): Ditto.
1992 2000-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1994 * wl.el (wl-init): Added comment about `wl-init-hook'.
1995 * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
1996 * wl-vars.el (wl-init-hook): Added docs.
1997 (wl-make-plugged-hook): Removed useless docs.
1998 * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
1999 * wl-xmas.el (toplevel): Ditto.
2001 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
2003 * wl-address.el (toplevel): Fixed multiple Author header format.
2004 * wl-demo.el (toplevel): Ditto.
2005 * wl-draft.el (toplevel): Ditto.
2006 * wl-folder.el (toplevel): Ditto.
2007 * wl-summary.el (toplevel): Ditto.
2008 * wl-thread.el (toplevel): Ditto.
2009 * wl-util.el (toplevel): Ditto.
2010 * wl-vars.el (toplevel): Ditto.
2011 * wl-version.el (toplevel): Ditto.
2012 * wl-xmas.el (toplevel): Ditto.
2013 * wl.el (toplevel): Ditto.
2015 * wl-version.el (toplevel): Added require `elmo-version' for
2016 `product-version-as-string'.
2018 2000-10-31 Yuuichi Teranishi <teranisi@gohome.org>
2020 * wl-vars.el (wl-draft-send-hook): Changed default value to
2021 '(wl-draft-config-exec).
2023 * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
2025 (wl-draft): Set `wl-draft-config-exec-flag' before running
2026 `wl-mail-setup-hook'.
2028 * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
2029 `wl-biff-init-icons' to `wl-init-hook' instead of
2030 `wl-make-plugged-hook'.
2031 (Because if `wl-draft' command is invoked at first,
2032 they are not initialized)
2033 Updated copyright notice.
2035 * wl-e21.el (toplevel): Ditto;
2037 * wl-demo.el (toplevel): Updated copyright notice.
2038 * wl-address.el (toplevel): Ditto.
2039 * wl-draft.el (toplevel): Ditto.
2040 * wl-version.el (toplevel): Ditto.
2041 * wl-folder.el (toplevel): Ditto.
2042 * wl-summary.el (toplevel): Ditto.
2043 * wl-thread.el (toplevel): Ditto.
2044 * wl-util.el (toplevel): Ditto.
2045 * wl-vars.el (toplevel): Ditto.
2046 * wl.el (toplevel): Ditto.
2048 2000-10-30 Yuuichi Teranishi <teranisi@gohome.org>
2050 * wl-highlight.el (wl-highlight-message): Fixed problem of
2051 highlighting failure which occured when the last field contains
2052 multiple lines in the draft buffer.
2054 * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
2055 `wl-biff-start' if plugged.
2057 * wl-util.el (wl-biff-check-folder): New function.
2058 (wl-biff-check-folders): Don't set session name prefix.
2059 Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
2060 (wl-biff-check-folder-async): Ditto.
2062 * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
2065 2000-10-07 Yasushi Shoji <yashi@yashi.com>
2067 * wl-vars.el (wl-subject-prefix-regexp): New variable.
2069 * wl-draft.el (wl-draft-strip-subject-re): New function.
2071 * wl-draft.el (wl-draft-reply): Use it.
2073 2000-10-30 Yuuichi Teranishi <teranisi@gohome.org>
2075 * wl-message.el (wl-mmelmo-message-redisplay): Use
2076 `mime-display-message' instead of `wl-mime-display-message'.
2078 * wl-mime.el (toplevel): Removed compatibility workaround
2079 for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
2080 (wl-mime-display-message): Abolished.
2081 (wl-mime-entity-read-field): Ditto.
2082 (wl-mime-combine-message/partial-pieces): Use
2083 `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
2085 2000-10-27 OKAZAKI Tetsurou <okazaki@be.to>
2087 * wl-template.el: Doc fixes.
2089 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2091 * wl-e21.el (wl-message-overload-functions): Do nothing if
2092 `current-local-map' is not available.
2093 (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
2095 2000-10-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
2097 * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
2100 * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
2102 (wl-fldmgr-save-folders): Don't use `format' when insert
2103 `wl-fldmgr-folders-header'.
2105 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2107 * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
2109 2000-10-26 Yuuichi Teranishi <teranisi@gohome.org>
2111 * wl-highlight.el (wl-highlight-message):
2112 Use `std11-field-end' to detect end point of the header field.
2113 Refer `wl-highlight-max-header-size'.
2115 * wl-vars.el (wl-highlight-max-header-size): New variable.
2117 * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
2119 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2120 Set `for-draft' argument of wl-highlight-headers.
2122 (wl-draft-reedit): Ditto.
2123 (wl-user-agent-compose-internal): Ditto.
2125 2000-10-24 Daiki Ueno <ueno@unixuser.org>
2127 * wl-message.el (wl-message-add-button): Use overlay.
2129 2000-10-24 Yuuichi Teranishi <teranisi@gohome.org>
2131 * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
2133 * wl-address.el (wl-address-string-without-group-list-contents): Fixed
2134 problem when group-list content is nothing.
2135 (Reported by Mito <mit@nines.nec.co.jp>)
2137 2000-10-18 SAITO Atsunori <sai@yedo.com>
2139 * wl-summary.el (wl-summary-print-destination): Adjust line length.
2141 2000-10-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
2143 * tm-wl.el (toplevel): Use product-provide.
2145 2000-10-20 Yuuichi Teranishi <teranisi@gohome.org>
2147 * Version number is increased to 2.3.92.
2149 2000-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2151 * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
2152 title text, use `display' property for left margin under Emacs 21.
2154 * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
2156 (wl-plugged-init-icons): Ditto.
2158 2000-10-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
2160 * wl.el (wl-save-status, wl-init): Remove last period in
2162 * tm-wl.el (wl-summary-burst): Ditto.
2163 * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
2164 wl-summary-resume-cache-status,
2165 wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
2166 wl-summary-sync-update3, wl-summary-highlight-msgs,
2167 wl-summary-flush-pending-append-operations,
2168 wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
2169 wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
2170 * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
2171 wl-thread-open-all): Ditto.
2172 * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2173 * wl-mime.el (wl-summary-burst): Ditto.
2174 * wl-highlight.el (wl-highlight-summary): Ditto.
2175 * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
2176 wl-folder-open-all, wl-folder-update-access-group): Ditto.
2177 * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
2178 * wl-address.el (wl-local-address-init): Ditto.
2180 2000-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2182 * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
2183 `add-text-properties'.
2184 (wl-plugged-init-icons): Ditto.
2185 (wl-folder-init-icons): Use `propertize' instead of
2186 `put-text-property'.
2187 (wl-plugged-set-folder-icon): Ditto.
2188 (wl-e21-highlight-folder-group-line): Ditto.
2190 2000-10-18 Yuuichi Teranishi <teranisi@gohome.org>
2192 * wl-version.el (wl-version-status-alist): New variable.
2193 (wl-version-status): New function.
2195 * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
2196 "Cc" part of the case "Reply-To".
2198 * wl-draft.el (wl-draft-reply): Use result of
2199 `eword-extract-address-components'.
2201 * wl-demo.el (wl-demo-icon-name): New constant.
2202 (wl-logo-xpm): Use it.
2203 (wl-logo-xbm): Ditto.
2204 (wl-logo-bitmap): Ditto.
2206 * Version number is increased to 2.3.91.
2208 2000-10-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
2210 * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
2211 (wl-extended-emacs-version, wl-extended-emacs-version2,
2212 wl-extended-emacs-version3): Remove `interactive'. Fixed
2215 * wl-version.el (wl-generate-user-agent-string-1): New function.
2216 (wl-generate-user-agent-string): Use it.
2218 * wl-version.el (wl-generate-user-agent-string-1): Ignore
2219 `mime-edit-insert-user-agent-field'.
2220 (wl-generate-user-agent-string): Check
2221 `mime-edit-insert-user-agent-field' and `mime-editor/version'.
2223 * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
2224 instead of `if', when verbose case.
2226 2000-10-18 Kenichi OKADA <okada@opaopa.org>
2228 * wl-expire.el (wl-summary-expire): Fix.
2230 2000-10-18 Kenichi OKADA <okada@opaopa.org>
2232 * wl.el (wl-check-environment): Don't check `wl-trash-folder'
2233 and `elmo-lost+found-folder' if 'wl-draft.
2234 * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
2236 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2238 * wl-expire.el (wl-summary-expire): Change messages.
2239 * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2240 `deleing-info' instead of "Deleting..."
2242 2000-10-15 Osamu Yamane <yamane@green.ocn.ne.jp>
2244 * wl-summary.el (wl-summary-refile-subr): Fix.
2246 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2248 * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
2251 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2253 * wl-vars.el (wl-draft-use-cache): Default `nil'.
2255 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2257 * wl-expire.el (wl-expire-hide): New function.
2258 (wl-summary-expire): Add `hide'.
2260 2000-10-17 Yuuichi Teranishi <teranisi@gohome.org>
2262 * wl-vars.el (wl-draft-reply-without-argument-list):
2263 Changed default value to consider `Reply-To:'.
2264 (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
2266 * Version number is increased to 2.3.90.
2268 * wl-summary.el (wl-summary-msgdb-load-async): Enclose
2269 elmo-imap4-get-session with unwind-protect.
2271 (wl-summary-sync-marks): Don't check plugged nor folder type.
2272 (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
2273 (Always keep current buffer).
2275 2000-10-16 Akihiro MOTOKI <motoki@da.jp.nec.com>
2277 * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
2278 Enclose with `save-excursion'.
2280 2000-10-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
2282 * wl-version.el (wl-version): Remove interactive.
2284 2000-10-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
2286 * wl-version.el (wl-generate-user-agent-string): Use
2287 `product-string-verbose' instead of `product-string-1'.
2289 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2291 * wl-vars.el (wl-draft-use-cache): New variable.
2292 * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
2293 if wl-draft-use-cache is non-nil.
2295 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2297 * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
2298 (wl-summary-prefetch-msg): force prefetch if called with optional argument.
2300 2000-10-13 Yuuichi Teranishi <teranisi@gohome.org>
2302 * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
2303 (wl-thread-msg-mark-as-unread): Ditto.
2305 * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
2306 (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
2307 (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
2308 Don't set mark in summary if return value of `elmo-mark-as-read'
2310 Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
2311 (wl-summary-mark-as-read-region): Use `wl-summary-mark-as-read'
2312 instead of `wl-thread-msg-mark-as-read'.
2313 (wl-summary-mark-as-unread-region): Ditto.
2314 (wl-summary-target-mark-mark-as-read): Ditto.
2316 * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2318 2000-10-12 Yuuichi Teranishi <teranisi@gohome.org>
2320 * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
2322 * wl-mule.el (wl-highlight-folder-current-line): Ditto.
2324 2000-10-11 Yuuichi Teranishi <teranisi@gohome.org>
2326 * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
2329 2000-10-11 OKAZAKI Tetsurou <okazaki@be.to>
2331 * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
2334 2000-10-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
2336 * wl-version.el (toplevel): Use `product-version-as-string' for
2337 set verstion-string, if defined.
2339 * wl-version.el (wl-version-show): Insert string at point, when
2342 * wl-version.el (wl-generate-user-agent-string): Use
2343 `product-string-1' instead of `wl-appname', `wl-version' and
2346 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2348 * wl-address.el (toplevel): Use product-provide.
2349 * wl-demo.el (toplevel): Ditto.
2350 * wl-dnd.el (toplevel): Ditto.
2351 * wl-draft.el (toplevel): Ditto.
2352 * wl-e21.el (toplevel): Ditto.
2353 * wl-expire.el (toplevel): Ditto.
2354 * wl-fldmgr.el (toplevel): Ditto.
2355 * wl-folder.el (toplevel): Ditto.
2356 * wl-highlight.el (toplevel): Ditto.
2357 * wl-message.el (toplevel): Ditto.
2358 * wl-mime.el (toplevel): Ditto.
2359 * wl-mule.el (toplevel): Ditto.
2360 * wl-nemacs.el (toplevel): Ditto.
2361 * wl-refile.el (toplevel): Ditto.
2362 * wl-score.el (toplevel): Ditto.
2363 * wl-summary.el (toplevel): Ditto.
2364 * wl-template.el (toplevel): Ditto.
2365 * wl-thread.el (toplevel): Ditto.
2366 * wl-util.el (toplevel): Ditto.
2367 * wl-vars.el (toplevel): Ditto.
2368 * wl-xmas.el (toplevel): Ditto.
2369 * wl.el (toplevel): Ditto.
2371 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2373 * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
2376 * wl-version.el (wl-version): Compile time evalution elmo-version.
2378 2000-10-10 Kenichi OKADA <okada@opaopa.org>
2380 * wl-summary.el (wl-summary-sync-force-update): Append queue
2381 `mark-as-read'if unplugged.
2383 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2385 * wl-version.el: New file. Use product.el.
2386 * wl.el: add (require 'wl-version).
2387 * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
2388 for ~/.folders header.
2389 (wl-fldmgr-folders-header): Changed.
2390 * wl-demo.el (wl-demo): Use product.el.
2392 * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
2394 * wl-util.el (wl-version, wl-version-show): Ditto.
2396 * wl-util.el (wl-generate-user-agent-string,
2397 wl-extended-emacs-version, wl-extended-emacs-version2,
2398 wl-extended-emacs-version3): Move to wl-version.el.
2399 * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
2400 xemacs-codename, mime-edit-insert-user-agent-field,
2401 mime-edit-user-agent-value, mime-editor/version,
2402 mime-editor/codename): Compile warning killer move to
2405 2000-10-09 Kenichi OKADA <okada@opaopa.org>
2407 * wl-summary.el (wl-summary-refile-subr): Fix.
2409 2000-10-09 Yuuichi Teranishi <teranisi@gohome.org>
2411 * wl-summary.el (wl-summary-sync-marks): Changed argument for
2412 `elmo-list-folder-unread' and `elmo-list-folder-important'.
2414 2000-10-08 Kenichi OKADA <okada@opaopa.org>
2416 * wl.el (wl-check-environment): Check too many `@'.
2418 2000-10-08 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2420 * wl-thread.el (wl-thread-delete-message): Fix parentheses.
2422 2000-10-07 TAKAHASHI Kaoru <kaoru@kaisei.org>
2424 * wl-vars.el (wl-draft-reply-myself-with-argument-list,
2425 wl-draft-reply-myself-without-argument-list): Add variables.
2426 * wl-draft.el (wl-draft-reply): Use it.
2428 2000-10-06 Daiki Ueno <ueno@unixuser.org>
2430 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
2431 the 5th argument of `elmo-network-get-spec'.
2433 * wl-thread.el (wl-thread-reparent-children): New inline function.
2434 (wl-thread-delete-message): Use it.
2436 * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
2437 (wl-summary-score-update-all-lines): Don't use `dolist'.
2439 2000-10-06 TAKAHASHI Kaoru <kaoru@kaisei.org>
2441 * wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add
2442 (require 'elmo-msgdb) for inline function.
2444 2000-10-06 Kenichi OKADA <okada@opaopa.org>
2446 * wl-vars.el (wl-draft-queue-save-variables): Add variables.
2448 2000-10-06 Kenichi OKADA <okada@opaopa.org>
2450 * wl-score.el (wl-score-headers): Fix for the confusing macro
2453 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2455 * wl-summary.el: Don't use the 3rd argument of `require' because
2456 it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
2457 * wl-util.el: Ditto.
2458 * wl-draft.el: Ditto.
2460 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2462 * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
2463 window system is not used.
2465 2000-10-04 Daiki Ueno <ueno@unixuser.org>
2467 * wl-thread.el: Don't use `mapcar' only for iteration.
2468 (wl-thread-resume-entity): Ditto.
2469 (wl-thread-delete-message): Ditto.
2471 * wl-summary.el: Bind `dragdrop-drop-functions',
2472 `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
2473 of `require' for `timezone', `easymenu' and `ps-print';
2474 don't use `mapcar' only for iteration.
2476 * wl-util.el: Bind `mule-version', `nemacs-version',
2477 `emacs-beta-version', `xemacs-codename',
2478 `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
2479 `mime-editor/version' and `mime-editor/codename'; specify 3rd
2480 argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
2483 * wl-score.el: Don't use `mapcar' only for iteration.
2484 (wl-score-simplify-buffer-fuzzy): Ditto.
2485 (wl-score-simplify-subject): Ditto.
2486 (wl-score-headers): Ditto.
2487 (wl-summary-score-update-all-lines): Ditto.
2489 * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
2490 `enable-multibyte-characters' and `mule-version'.
2492 * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
2493 `mapcar' only for iteration.
2495 * wl-demo.el: Don't use `mapcar' only for iteration.
2497 * wl-folder.el: Don't use `mapcar' only for iteration.
2498 (wl-folder-open-all): Ditto.
2499 (wl-folder-count-incorporates): Ditto.
2501 * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
2502 (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
2504 * wl-draft.el: Bind `x-face-add-x-face-version-header',
2505 `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
2506 `smtp-connection-type'; specify 3rd argument of `require' for
2507 `timezone'; don't use `mapcar' only for iteration.
2508 (wl-draft-clone-local-variables): Don't use `mapcar'.
2509 (wl-draft-generate-clone-buffer): Ditto.
2510 (wl-user-agent-compose-internal): Ditto.
2512 * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
2514 * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
2515 (wl-save-status): Ditto.
2517 * wl-address.el (wl-local-address-init): Don't use `mapcar' only
2520 2000-10-04 Yuuichi Teranishi <teranisi@gohome.org>
2522 * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
2524 (wl-fldmgr-make-filter-default): New user option.
2526 * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
2527 Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
2528 (wl-fldmgr-filter-completion-alist): Abolish.
2530 * wl.el (wl): Don't check servers if arg is non-nil.
2532 * wl-draft.el (wl-draft-reply): Set only message-id string to
2535 2000-10-03 Yuuichi Teranishi <teranisi@gohome.org>
2537 * wl-summary.el (wl-summary-pick): Rewrite.
2539 * wl-draft.el (wl-draft-forward): Get references field from
2541 (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
2543 2000-10-02 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2545 * wl-draft.el (wl-draft-forward): Add references field.
2547 2000-10-03 Yuuichi Teranishi <teranisi@gohome.org>
2549 * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
2550 (wl-draft-reply): Use it.
2552 2000-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
2554 * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
2555 when Emacs 21 is running.
2557 * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
2560 2000-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2562 * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
2563 XPM icons transparent.
2565 * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
2568 2000-09-29 Yuuichi Teranishi <teranisi@gohome.org>
2570 * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
2573 * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
2574 when it is persistent.
2575 (wl-summary-sync-marks): Changed argument for
2576 `elmo-list-folder-unread' and `elmo-list-folder-important'.
2577 (wl-summary-virtual): Use `elmo-read-search-condition'.
2578 (wl-summary-redisplay-internal): If folder is local, mark as read
2579 even when folder is plugged.
2581 2000-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2583 * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
2584 of `tool-bar-lines' in the frame parameters.
2585 (after-make-frame-functions, post-command-hook): Don't modify the
2587 (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
2588 wl-e21-tool-bar-lines): Removed.
2590 2000-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2592 * wl-highlight.el (wl-highlight-folder-path): Put overlay
2593 properties `evaporate' and `wl-momentary-overlay' as well.
2594 (wl-highlight-summary-displaying): Ditto.
2595 (wl-delete-all-overlays): Don't delete overlay which does not have
2596 a property `wl-momentary-overlay'.
2598 * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
2599 `display-mouse-p' and `display-graphic-p'.
2600 (wl-folder-init-icons): Don't search for XBM or the other files.
2601 (wl-plugged-set-folder-icon): Make icons if and only if
2602 `display-graphic-p' returns non-nil.
2603 (wl-highlight-plugged-current-line): Use `before-string' overlay
2604 property to show icon images.
2605 (wl-highlight-folder-current-line): Ditto.
2606 (wl-e21-highlight-folder-group-line): Ditto.
2607 (wl-e21-highlight-folder-by-numbers): Ditto.
2608 (wl-e21-insert-image): Removed.
2609 (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
2610 (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
2612 (wl-e21-switch-toolbar-after-make-frame): Renamed from
2613 `wl-e21-force-switch-toolbar'.
2614 (wl-e21-make-icon-image): Removed.
2615 (wl-e21-setup-toolbar): Don't search for XBM files.
2616 (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
2619 2000-09-27 Yuuichi Teranishi <teranisi@gohome.org>
2621 * wl-util.el (wl-biff-check-folder-async): Set
2622 `wl-biff-check-folders-running' even when it is not an IMAP folder.
2624 2000-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
2626 * wl-e21.el (after-make-frame-functions): Add
2627 `wl-e21-force-switch-toolbar'.
2628 (wl-e21-force-switch-toolbar): New function force to switch the
2629 toolbar appearance automatically.
2630 (post-command-hook): Add `wl-e21-switch-toolbar'.
2631 (wl-e21-switch-toolbar): New function to switch the toolbar
2632 appearance automatically.
2633 (wl-e21-tool-bar-lines): New buffer local variable.
2635 2000-09-25 Yuuichi Teranishi <teranisi@gohome.org>
2637 * wl-util.el (wl-biff-check-folders-running): New variable.
2638 (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
2639 (wl-biff-check-folder-async-callback):
2640 Set `wl-biff-check-folders-running'.
2641 (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
2642 with unwind-protect.
2644 * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
2645 Enclose `wl-folder-auto-check' with unwind-protect.
2647 * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
2648 (toplevel) [Emacs19+]: Removed autoload setting for "timer".
2650 * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
2652 * wl-util.el (wl-biff-notify): New inline function.
2653 (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
2655 Call `wl-biff-check-folder-async' if length of `wl-biff-check-
2657 Use `wl-biff-notify'.
2658 (wl-biff-check-folder-async-callback): New function.
2659 (wl-biff-check-folder-async): Ditto.
2661 * wl-folder.el (wl-folder): Don't check folders.
2662 (wl-folder-auto-check): New function.
2664 2000-09-24 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2666 * wl-util.el (wl-biff-start) [Emacs19+]:
2667 Use `timer-next-integral-multiple-of-time'.
2668 (wl-biff-check-folders): Use `wl-default-folder'
2669 if `wl-biff-check-folder-list' is nil.
2671 2000-09-24 OKAZAKI Tetsurou <okazaki@be.to>
2673 * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
2674 instead of `elmo-delete-lists'.
2676 2000-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2678 * wl.el (wl-plugged-toggle-all): Set the value of
2679 `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
2680 (wl-plugged-toggle): Ditto.
2681 (wl-toggle-plugged): Ditto.
2682 (wl-plugged-init): Ditto.
2684 * wl-xmas.el (wl-biff-init-icons): Set icons data to
2685 `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
2686 instead of `wl-biff-state-indicator-off' and
2687 `wl-biff-state-indicator-on'; don't modify the value and the type
2688 of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
2689 (wl-plugged-init-icons): Set icons data to
2690 `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
2691 instead of `wl-plug-state-indicator-off' and
2692 `wl-plug-state-indicator-on'; don't modify the value and the type
2693 of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
2695 * wl-vars.el (wl-modeline-biff-state-off,
2696 wl-modeline-biff-state-on, wl-modeline-biff-status,
2697 wl-modeline-plug-state-off, wl-modeline-plug-state-on,
2698 wl-modeline-plug-status): New internal variables.
2699 (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
2700 wl-biff-check-interval, wl-biff-check-folder-list): Change
2701 customization group from `wl-folder' to `wl-highlight'.
2702 (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
2703 wl-show-plug-status-on-modeline): Defcustomized.
2705 * wl-util.el (wl-biff-check-folders): Set the value of the flag
2706 `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
2707 (wl-mode-line-buffer-identification): Set both ON and OFF data with
2708 a flag to `mode-line-buffer-identification'.
2710 * wl-e21.el (wl-biff-init-icons): Set icons data to
2711 `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
2712 instead of `wl-biff-state-indicator-off' and
2713 `wl-biff-state-indicator-on'.
2714 (wl-plugged-init-icons): Set icons data to
2715 `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
2716 instead of `wl-plug-state-indicator-off' and
2717 `wl-plug-state-indicator-on'.
2719 2000-09-20 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
2721 * wl-util.el (wl-mode-line-buffer-identification): Don't breed
2724 2000-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2726 * wl.el (wl-plugged-mode): Use revised
2727 `wl-mode-line-buffer-identification'.
2728 (wl-plugged-init): Don't use `force-mode-line-update'.
2730 * wl-xmas.el (wl-draft-overload-functions): Use revised
2731 `wl-mode-line-buffer-identification'.
2732 (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
2733 (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
2734 (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
2735 add `wl-plugged-init-icons' and `wl-biff-init-icons' to
2736 `wl-make-plugged-hook';
2737 add `wl-folder-init-icons' and `wl-setup-folder' to
2738 `wl-folder-mode-hook'.
2740 * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
2742 (wl-mode-line-display-priority-list): New user option.
2743 (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
2745 (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
2748 * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
2750 (wl-mode-line-buffer-identification): Revised as a function.
2752 * wl-summary.el (wl-summary-mode): Use revised
2753 `wl-mode-line-buffer-identification'; don't call
2754 `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
2755 (TopLevel): Don't bind `wl-e21-setup-summary' nor
2756 `wl-xmas-setup-summary'.
2758 * wl-nemacs.el (wl-draft-overload-functions): Use revised
2759 `wl-mode-line-buffer-identification'.
2761 * wl-mule.el (wl-draft-overload-functions): Use revised
2762 `wl-mode-line-buffer-identification'.
2764 * wl-folder.el (wl-make-plugged-alist): Don't call
2765 `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
2766 (wl-folder): Don't call `wl-folder-init-icons' directly.
2767 (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
2768 `wl-xmas-setup-folder' directly;
2769 use revised `wl-mode-line-buffer-identification'.
2770 (TopLevel): Don't bind `wl-biff-init-icons',
2771 `wl-plugged-init-icons', `wl-folder-init-icons',
2772 `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
2774 * wl-e21.el (wl-draft-overload-functions): Use revised
2775 `wl-mode-line-buffer-identification'.
2776 (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
2777 (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
2778 (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
2779 add `wl-plugged-init-icons' and `wl-biff-init-icons' to
2780 `wl-make-plugged-hook';
2781 add `wl-folder-init-icons' and `wl-setup-folder' to
2782 `wl-folder-mode-hook'.
2784 2000-09-18 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2785 Katsumi Yamaoka <yamaoka@jpl.org>
2787 * wl.el (wl): Call `wl-biff-start'.
2788 (wl-exit): Call `wl-biff-stop'.
2789 (wl-plugged-mode): Show biff in modeline.
2790 (wl-unplugged-glyph, wl-plugged-glyph): Removed.
2792 * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
2793 (wl-biff-init-icons): New function.
2794 (wl-plugged-init-icons): Don't make too much keymaps.
2795 (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
2797 * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
2798 wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
2800 (wl-biff-check-interval, wl-biff-check-folder-list): New user
2803 * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
2804 wl-biff-start, wl-biff-stop): New functions.
2805 (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
2806 (wl-biff-timer-name): New variable.
2808 * wl-summary.el (wl-summary-mode): Show biff in modeline.
2810 * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
2811 (wl-plugged-init-icons, wl-folder-init-icons): Removed.
2813 * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
2814 (wl-plugged-init-icons, wl-folder-init-icons): Removed.
2816 * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
2817 (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
2818 `wl-folder-init-icons' to `ignore' if they are not available.
2819 (wl-folder-mode): Show biff in modeline.
2821 * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
2822 (wl-biff-init-icons): New function.
2823 (wl-plugged-init-icons): Don't make too much keymaps.
2824 (wl-biff-nomail-image, wl-biff-mail-image): New variables.
2826 2000-09-15 OKAZAKI Tetsurou <okazaki@be.to>
2828 * wl-vars.el (wl-strict-diff-folders): Customization Type
2829 and doc fix. Define as a list of regular expressions for
2831 * wl-folder.el (wl-folder-check-one-entity): Use
2832 `wl-string-match-member' instead of `wl-string-member' for
2833 `wl-strict-diff-folders'.
2835 2000-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2837 * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
2838 (wl-highlight-folder-current-line): Use it; new implementation.
2839 (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
2840 wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
2841 `defsubst' instead of `defun'.
2843 * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
2844 `wl-highlight-group-folder-by-numbers'; made it can also be a
2845 number. See info for more details.
2847 * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
2850 * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
2853 * wl-mule.el (wl-xmas-setup-*): No need to bind them.
2854 (wl-highlight-folder-current-line): New implementation.
2856 * wl-highlight.el (wl-highlight-folder-group-line): New
2858 (wl-delete-all-overlays): Rewrite as a marco.
2859 (TopLevel): Require `wl-e21' when Emacs 21 is running.
2861 * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
2863 (wl-folder-*-glyph): No need to bind them.
2865 * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
2866 `wl-e21-highlight-folder-group-icon'; rewrite.
2867 (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
2868 `defsubst' instead of `defun'.
2869 (wl-folder-mode-map): Bind it when compiling.
2871 2000-09-13 Yuuichi Teranishi <teranisi@gohome.org>
2873 * wl.el (wl): Initialize plug-related settings before `wl-init'.
2875 * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
2877 2000-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2879 * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
2881 2000-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
2883 * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
2884 (wl-highlight-folder-current-line): Use it.
2886 * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
2889 2000-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
2891 * wl.el: Require `wl-e21' when Emacs 21 is running.
2893 * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
2894 default when Emacs 21 is running.
2895 (wl-use-highlight-mouse-line): Ditto.
2896 (wl-on-emacs21): New constant.
2897 (wl-on-emacs20): Removed.
2899 * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
2900 Emacs 21 is running.
2902 * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
2903 Emacs 21 is running.
2905 * wl-e21.el: New file.
2907 2000-09-08 Daiki Ueno <ueno@unixuser.org>
2909 * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
2910 (wl-toggle-plugged): Ditto.
2911 (wl-plugged-toggle): Ditto.
2912 (wl-plugged-toggle-all): Ditto.
2914 * wl-vars.el (wl-plug-state-indicator): Refer
2915 `wl-plug-state-indicator-on' indirectly.
2917 2000-08-31 Yuuichi Teranishi <teranisi@gohome.org>
2919 * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
2920 Call `wl-folder-confirm-existence'.
2922 * wl-folder.el (wl-folder-confirm-existence): Added optional
2925 2000-08-30 OKAZAKI Tetsurou <okazaki@be.to>
2927 * wl-summary.el (wl-summary-refile-subr): Assume
2928 `copy-or-refile' as symbol.
2929 (wl-summary-refile): Follow up above change.
2930 (wl-summary-copy): Ditto. Doc fix.
2932 2000-08-29 Yuuichi Teranishi <teranisi@gohome.org>
2934 * wl-summary.el (wl-summary-pick): Don't bind
2935 `elmo-search-mime-charset'.
2937 * wl-vars.el (wl-highlight-message-header-button-alist): Define
2938 default using old backquote style.
2939 (wl-search-mime-charset): Abolished.
2941 * wl-highlight.el (wl-highlight-headers):
2942 Call `point' after `re-search-forward'(for Nemacs).
2944 * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
2947 2000-08-29 Daiki Ueno <ueno@unixuser.org>
2949 * wl-message.el (wl-mmelmo-message-redisplay): Bind
2950 `wl-message-ignored-field-list' instead of
2951 `mime-view-ignored-field-list'.
2953 * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
2954 Add interactive spec.
2955 (wl-folder-goto-bottom-of-current-folder): Ditto.
2956 (wl-folder-mode-map): Bind them.
2958 * wl-vars.el (wl-message-ignored-field-list): New variable.
2959 (wl-message-visible-field-list): New variable.
2961 * wl-mime.el (wl-mime-header-presentation-method): New function.
2962 (wl-mime-setup): Set header-presentation-method.
2964 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2966 * wl-nemacs.el (wl-draft-overload-functions): Set
2967 `mode-line-buffer-identification' instead of using
2970 * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
2971 instead of using `wl-make-modeline'.
2973 * wl-xmas.el (wl-plugged-init-icons): Set up
2974 `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
2975 (wl-make-modeline): Abolish.
2976 (wl-draft-overload-functions): Set
2977 `mode-line-buffer-identification' instead of using
2980 * wl-util.el (wl-make-modeline-subr): Abolish.
2981 (wl-mode-line-buffer-identification): New alias.
2983 * wl-summary.el (wl-summary-buffer-folder-indicator): New.
2984 (wl-summary-make-modeline): Abolish.
2985 (wl-summary-buffer-set-folder): Set
2986 `wl-summary-buffer-folder-indicator'.
2987 (wl-summary-mode): Set `mode-line-buffer-identification' instead
2988 of using `wl-make-modeline'.
2989 (wl-summary-switch-to-clone-buffer): Don't set
2990 `mode-line-buffer-identification'.
2991 (wl-summary-goto-folder-subr): Ditto.
2993 * wl-mule.el (wl-draft-overload-functions): Set
2994 `mode-line-buffer-identification' instead of using
2997 * wl-folder.el (wl-folder-mode): Set
2998 `mode-line-buffer-identification' instead of using
3000 (wl-folder): Don't set `mode-line-buffer-identification'.
3002 2000-08-28 OKAZAKI Tetsurou <okazaki@be.to>
3004 * wl-refile.el (wl-refile-learn): Simplified. Use `memq'
3005 instead of `member' for `wl-refile-guess-func-list' look-ups.
3006 Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
3008 2000-08-28 Daiki Ueno <ueno@unixuser.org>
3010 * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
3011 `wl-message-button-dispatcher'.
3013 * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
3015 * wl-message.el (wl-message-button-dispatcher): Use it.
3017 * wl-vars.el (wl-highlight-message-header-button-alist): Add
3020 * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
3021 Bind `case-fold-search' to t.
3023 2000-08-28 Daiki Ueno <ueno@unixuser.org>
3025 * wl-xmas.el (wl-message-overload-functions): Initialize
3026 `wl-message-button-map'.
3028 * wl-mule.el (wl-message-overload-functions): Initialize
3029 `wl-message-button-map'.
3031 * wl-vars.el (wl-highlight-message-header-button-alist): New.
3033 * wl-message.el (wl-message-button-map): New keymap.
3034 (wl-message-add-button): New function.
3035 (wl-message-button-dispatcher): New function.
3036 (wl-message-button-refer-article): New function.
3039 (wl-highlight-message-add-buttons-to-header): New function.
3040 (wl-highlight-headers): Use it.
3042 2000-08-28 Daiki Ueno <ueno@unixuser.org>
3044 * wl-summary.el (wl-summary-default-from): Use
3045 `wl-address-get-petname-1'.
3046 (wl-summary-simple-from): Ditto.
3048 * wl-address.el (wl-address-get-petname-1): New inline function.
3049 (wl-address-get-petname): Use it.
3051 2000-08-27 Daiki Ueno <ueno@unixuser.org>
3053 * wl-summary.el (wl-summary-default-from): Return full-name part
3054 from the address if no petname was found.
3055 (wl-summary-simple-from): Ditto.
3057 * wl-address.el (wl-address-get-petname): Return nil if no petname
3058 associated with the address was found.
3060 2000-08-23 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3062 * wl-folder.el (wl-folder-open-all): Remove progress gauge when
3063 display is finished.
3065 2000-08-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
3067 * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
3068 `elmo-folder-exists-p' argument.
3070 2000-08-23 Daiki Ueno <ueno@unixuser.org>
3072 * wl-folder.el (wl-folder-confirm-existence): Check existence of
3075 2000-08-23 Yuuichi Teranishi <teranisi@gohome.org>
3077 * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
3079 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3080 Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
3082 2000-08-22 Daiki Ueno <ueno@unixuser.org>
3084 * wl-folder.el (wl-folder-create-subr): New function.
3085 (wl-folder-confirm-existence): Use it.
3086 (wl-folder-check-one-entity): Use it.
3087 Check the error symbol is derived from 'elmo-open-error.
3089 * wl-summary.el (wl-summary-read-folder): Don't pass the argument
3092 2000-08-21 TAKAHASHI Kaoru <kaoru@kaisei.org>
3094 * wl-util.el (toplevel): Add (eval-when-compile (require
3095 'elmo-util)). (Maybe `provide' is typo.)
3097 2000-08-21 Yuuichi Teranishi <teranisi@gohome.org>
3099 * wl-util.el (toplevel): Removed (provide 'elmo-util).
3100 (I don't know why this was needed.)
3102 * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
3103 Follow up changes for stream-type.
3105 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
3106 (wl-draft-elmo-nntp-send): Ditto.
3108 * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
3109 (wl-nntp-posting-stream-type): Ditto.
3110 (wl-pop-before-smtp-ssl): Abolished.
3111 (wl-nntp-posting-ssl): Ditto.
3113 * wl-address.el (wl-address-quote-specials): New function.
3114 (wl-address-make-completion-list): Use `wl-address-quote-specials'.
3116 * wl-draft.el (wl-draft-reply): Ditto.
3118 2000-08-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
3120 * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
3121 use function `wl-string-match-assoc'.
3123 2000-08-10 Yuuichi Teranishi <teranisi@gohome.org>
3125 * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
3127 * wl-draft.el (wl-draft-deduce-address-list): New function.
3128 (wl-draft-parse-mailbox-list): Ditto.
3129 (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
3130 instead of `smtp-deduce-address-list'.
3131 (wl-draft-on-field-p): Follow group list.
3133 * wl-address.el (wl-address-concat-token): New function.
3134 (wl-address-string-without-group-list-contents): Ditto.
3135 (wl-complete-field-body): Fixed problem of completion
3136 by japanese petname.
3137 (wl-address-make-completion-list): Rewrite.
3139 2000-08-11 Taro Kawagishi <taro.kawagishi@nokia.com>
3141 * wl-address.el (wl-address-make-completion-list): Completion by
3143 (wl-complete-field-body): Likewise.
3145 2000-08-08 Yuuichi Teranishi <teranisi@gohome.org>
3147 * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
3148 contains invalid address syntax.
3150 2000-07-26 Kenichi OKADA <okada@opaopa.org>
3152 * wl-folder.el (wl-folder-check-entity-async): Use
3153 `elmo-nntp-spec-hostname'.
3155 2000-08-02 OKAZAKI Tetsurou <okazaki@be.to>
3157 * wl-summary.el (wl-summary-msgdb-load-async): Use
3158 `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
3160 2000-07-31 Yuuichi Teranishi <teranisi@gohome.org>
3162 * wl-draft.el (wl-draft-reply): Set argument
3163 `content-transfer-encoding' as nil.
3165 2000-07-26 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
3167 * wl-refile.el (wl-refile-learn): Move hit element to the top of
3170 2000-07-26 Kenichi OKADA <okada@opaopa.org>
3172 * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
3173 (wl-draft-edit-string): Ditto.
3174 (wl-draft-forward): Ditto.
3175 * wl-summary.el (wl-summary-write): Ditto.
3177 2000-07-24 Yuuichi Teranishi <teranisi@gohome.org>
3179 * wl-summary.el (wl-summary-sync-update3): Call
3180 `wl-summary-buffer-number-column-detect'.
3181 (wl-summary-buffer-number-column-detect): Search from point-min.
3183 2000-07-19 Yuuichi Teranishi <teranisi@gohome.org>
3185 * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
3186 contains an address which is not included in original to or cc.
3188 2000-07-19 Kenichi OKADA <okada@opaopa.org>
3190 * wl-summary.el (wl-summary-target-mark-uudecode): Error when
3191 begin-line does not exist.
3192 * wl-message.el (wl-message-uu-substring): Ditto.
3194 2000-07-18 Yuuichi Teranishi <teranisi@gohome.org>
3196 * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
3197 clear local variables.
3198 (wl-summary-exit): Call `elmo-commit'.
3199 (wl-summary-switch-to-clone-buffer): Call
3200 `wl-summary-buffer-set-folder' after `wl-summary-mode'.
3201 (wl-summary-goto-folder-subr): Ditto.
3203 * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
3206 2000-07-17 Yuuichi Teranishi <teranisi@gohome.org>
3208 * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
3209 wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
3210 wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
3211 wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
3212 wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
3213 wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
3215 * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
3217 2000-07-12 Hironori Fukuchi <nory@valis.co.jp>
3219 * wl-summary.el (wl-summary-search-by-subject):
3220 Search parent message from the latest one.
3222 2000-07-13 Yuuichi Teranishi <teranisi@gohome.org>
3224 * wl-draft.el (wl-draft-reply): Insert address with full-name.
3225 (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
3227 * wl-vars.el (wl-draft-reply-use-address-with-full-name):
3230 * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
3231 if elmo-nntp-use-killed-list is nil.
3232 Use `elmo-msgdb-append-to-killed-list'.
3233 (Append numbers confirmed as disappeared to the killed list.)
3234 (wl-summary-confirm-appends): Don't display negative number.
3236 2000-07-07 Kenichi OKADA <okada@opaopa.org>
3238 * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
3240 2000-07-11 Yuuichi Teranishi <teranisi@gohome.org>
3242 * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
3244 (wl-summary-sync-update3): Use `elmo-list-diff' instead of
3245 `elmo-list-bigger-diff'.
3247 2000-07-04 Yuuichi Teranishi <teranisi@gohome.org>
3249 * wl-summary.el (wl-summary-buffer-exit-func):
3250 New buffer local variable.
3251 (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
3253 2000-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3255 * wl-demo.el (wl-demo): Fix the last change.
3257 2000-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
3259 * wl-demo.el (wl-demo): Don't use `eval'.
3261 2000-07-07 Kenichi OKADA <okada@opaopa.org>
3263 * wl-summary.el (wl-summary-buffer-thread-modified):
3264 New buffer-local variable.
3265 (wl-summary-set-thread-modified): New function.
3266 (wl-summary-thread-modified-p): New function.
3267 (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
3268 (wl-summary-yank-saved-message): Use function
3269 `wl-summary-set-thread-modified'
3270 (wl-summary-switch-to-clone-buffer): Add
3271 `wl-summary-buffer-thread-modified'.
3273 * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
3274 (wl-summary-buffer-mark-saved-hook): Ditto.
3275 * wl-summary.el (wl-summary-msgdb-save): New hook
3276 `wl-summary-buffer-message-saved-hook' and
3277 `wl-summary-buffer-mark-saved-hook'.
3279 2000-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3281 * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
3283 2000-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3285 * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
3286 don't hide scroll bars under FSF Emacsen because it may incur an
3287 undesirable redrawing.
3289 2000-07-04 Kenichi OKADA <okada@opaopa.org>
3291 * wl-draft.el (wl-draft-edit-string): Call
3292 `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
3294 2000-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
3296 * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
3298 2000-07-01 OKAZAKI Tetsurou <okazaki@be.to>
3300 * wl-summary.el (wl-summary-msgdb-load-async): Call
3301 `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
3303 2000-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3305 * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
3306 fringes in demo buffer; center bitmap logo correctly even if old
3309 2000-06-27 MAKINO Takashi <makino@cyber.office.ne.jp>
3311 * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
3313 * wl-refile.el (wl-refile-subject-alist): New variable.
3314 (wl-refile-subject-alist-file-name): Ditto.
3315 (wl-refile-alist-setup): Rewrite.
3316 (wl-refile-alist-save): Use `elmo-object-save'.
3317 Eliminated arguments.
3318 (wl-refile-learn): Check `wl-refile-guess-func-list'.
3319 (wl-refile-guess-by-subject): New function.
3320 (wl-refile-guess-func-list): Added it.
3322 2000-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3324 * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
3325 (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
3327 2000-06-28 Yuuichi Teranishi <teranisi@gohome.org>
3329 * wl-summary.el (wl-summary-buffer-prev-folder-func):
3330 New buffer-local variable.
3331 (wl-summary-buffer-next-folder-func): Ditto.
3332 (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
3334 (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
3336 (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
3338 (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
3341 2000-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3343 * wl-demo.el (wl-demo): Don't set the value of `fill-column'
3344 permanently in the demo buffer.
3346 2000-06-22 Yuuichi Teranishi <teranisi@gohome.org>
3348 * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
3349 `mime-entity-fetch-field'.
3351 * wl.el (wl-exit): Delete plugged buffer.
3353 * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
3354 XEmacs has menubar feature.
3356 2000-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3358 * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0. It
3359 cannot arrive at the beginning of the buffer under old Emacsen.
3361 2000-06-19 Yuuichi Teranishi <teranisi@gohome.org>
3363 * wl-address.el (wl-address-ldap-search):
3364 Call `ldap-search-entries' with `withdn' argument t.
3365 (wl-complete-field-body): Bind completion-ignore-case as t.
3366 Clear ldap search hash when it was sole completion.
3367 Use elmo-string for pattern string.
3368 (wl-ldap-alias-safe-string): Eliminated needless let.
3370 2000-06-16 Shun-ichi GOTO <gotoh@taiyo.co.jp>
3372 * wl-address.el (wl-ldap-alias-dn-level): New variable.
3373 (wl-ldap-alias-sep): New constant.
3374 (wl-ldap-search-attribute-type-list): Ditto.
3375 (wl-ldap-get-value): New function.
3376 (wl-ldap-make-filter): Ditto.
3377 (wl-ldap-make-matched-value-list): Ditto.
3378 (wl-ldap-alias-safe-string): Ditto.
3379 (wl-ldap-register-dn-string): Ditto.
3380 (wl-address-ldap-search): Rewrite.
3382 2000-06-17 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3384 * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
3386 (wl-thread-delete-line-from-buffer): Ditto.
3387 (wl-thread-get-exist-children): New function.
3389 2000-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
3391 * wl-demo.el (wl-demo): Made it to select various image types.
3392 (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
3393 from `wl-title-logo'.
3394 (wl-logo-ascii): New variable.
3395 (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
3396 (wl-demo-copyright-notice): New constant.
3398 * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
3400 2000-06-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
3402 * wl-vars.el (wl-summary-target-above): Renamed from
3403 wl-summary-temp-above.
3404 * wl-score.el (wl-score-get-score-alist): Use it.
3405 (wl-summary-score-update-all-lines): Use it.
3406 * wl-summary.el: Ditto. (make-variable-buffer-local).
3408 2000-06-15 Yuuichi Teranishi <teranisi@gohome.org>
3410 * wl-vars.el (wl-ldap-port): New user option.
3412 * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
3413 Rewite whole implementation.
3414 (wl-complete-field-body): Fixed.
3416 2000-06-14 Yuuichi Teranishi <teranisi@quickhack.net>
3418 * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
3419 Choose implementation at compile time.
3421 2000-06-13 Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3423 * wl-address.el (wl-ldap-search-internal): New function.
3424 (wl-complete-field-to): Use it.
3426 2000-06-12 Yuuichi Teranishi <teranisi@gohome.org>
3428 * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
3429 Use `let' instead of `let*'.
3432 * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
3433 Define as defcustom.
3434 (wl-ldap-base): Ditto.
3435 (wl-use-ldap): Ditto.
3437 2000-06-09 Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3439 * wl-address.el (wl-ldap-search): New function.
3440 (wl-complete-field-body): Use `wl-ldap-search'.
3441 (wl-ldap-server): New variable.
3442 (wl-ldap-base): Ditto.
3443 (wl-use-ldap): Ditto.
3445 2000-06-08 OKAZAKI Tetsurou <okazaki@be.to>
3447 * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
3448 (Pointed out by Mito <mit@nines.nec.co.jp>).
3449 * wl-summary.el (wl-summary-redisplay-no-mime): Update
3450 buffer-local variables like `wl-summary-redisplay-internal'.
3451 (wl-summary-redisplay-all-header): Likewise. Update
3454 2000-06-05 Yuuichi Teranishi <teranisi@gohome.org>
3456 * wl-summary.el (wl-summary-jump-to-parent-message):
3457 Consider prefix argument.
3459 * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
3460 when closed thread is deleted.
3462 2000-05-31 Yasushi ABE <yasushi@stbbs.net>
3464 * wl-summary.el (wl-summary-jump-to-parent-message):
3465 Consider thread modification.
3467 2000-06-03 OKAZAKI Tetsurou <okazaki@be.to>
3469 * wl-message.el (wl-message-normal-get-original-buffer): Use
3472 * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
3473 (wl-summary-showto-folder-regexp): Ditto.
3475 2000-05-31 OKAZAKI Tetsurou <okazaki@be.to>
3477 * wl-util.el (wl-delete-alist): Doc fix.
3478 (wl-delete-associations): New function.
3479 (wl-inverse-alist): New function.
3480 * wl-summary.el (wl-summary-exec-subr): Rename parameters.
3481 Split temporary variables. Use `wl-delete-associations'
3482 and `wl-inverse-alist'.
3483 (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
3485 2000-05-30 Yuuichi Teranishi <teranisi@gohome.org>
3487 * wl-folder.el (wl-folder-prefetch-entity):
3488 Execute prefetching if new count is unknown.
3490 2000-05-27 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3492 * wl-vars.el (wl-summary-insert-headers-hook): New variable.
3494 * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
3496 (wl-thread-set-parent): If insert as top, set linked as nil.
3498 * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
3499 `wl-thread-cleanup-symbols' when view mode is thread.
3501 2000-05-26 OKAZAKI Tetsurou <okazaki@be.to>
3503 * wl-folder.el (wl-folder-create-folder-entity): Use
3504 with-current-buffer.
3505 (wl-local-folder-init): Call set-buffer to make sure we are in
3506 the Folder buffer. Don't touch buffer-local variables here.
3507 (wl-folder-mode): Initialize buffer-local variables here.
3509 * wl-folder.el (wl-folder-get-path): Use let instead of let*.
3510 (wl-folder-entity-assign-id): Ditto.
3511 (wl-folder-create-entity-hashtb): Ditto.
3512 (wl-local-folder-init): Ditto.
3513 (wl-folder-create-group-alist): Initialize `cur-alist' with let.
3515 2000-05-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
3517 * wl-summary.el (wl-summary-default-from): Fix probrem when
3518 std11-extract-address-components return (nil "foo@bar").
3520 2000-05-24 OKAZAKI Tetsurou <okazaki@be.to>
3522 * wl-draft.el (wl-draft-clone-local-variables):
3523 Remove redundant `setq'.
3525 2000-05-19 Yuuichi Teranishi <teranisi@gohome.org>
3527 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3528 Bind wl-highlight-x-face-func as nil while highlighting header.
3530 2000-05-21 OKAZAKI Tetsurou <okazaki@be.to>
3532 * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
3534 2000-05-21 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3536 * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
3537 elmo-msgdb-overview-hashtb from copy-variables.
3538 (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
3539 instead of `elmo-msgdb-overview-get-entity-by-number'.
3540 (wl-summary-auto-refile): Ditto.
3542 * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3543 `elmo-msgdb-overview-get-entity' instead of
3544 `elmo-msgdb-search-overview-entity'. Use
3545 `elmo-msgdb-overview-get-entity' instead of
3546 `elmo-msgdb-overview-get-entity-by-number'.
3547 (wl-thread-insert-entity-sub): Ditto.
3548 (wl-thread-insert-message): Ditto.
3550 * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
3551 `elmo-msgdb-overview-get-entity'.
3552 (wl-normal-message-redisplay): Ditto.
3554 2000-05-20 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3556 * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
3557 `wl-thread-entities'.
3558 (wl-thread-delete-message): Fix remove top message from
3559 `wl-thread-entity-list'.
3561 * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
3562 wl-append(nconc), because update-list is broken on Meadow.
3564 * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
3566 (wl-summary-rescan): Ditto.
3567 (wl-summary-sync-update3): Ditto.
3568 * wl-thread.el (wl-thread-set-parent): Renamed from
3569 `wl-summary-set-parent'.
3570 (wl-thread-insert-message): Updating buffer faster.
3571 (wl-thread-delete-message): Updating buffer faster.
3573 * wl-score.el (wl-summary-score-update-all-lines): Changed
3574 interval for display progress gauge.
3576 2000-05-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
3578 * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
3579 folder always-sticky.
3580 * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
3583 2000-05-18 Yuuichi Teranishi <teranisi@gohome.org>
3585 * wl-vars.el (wl-draft-add-references): New user option.
3587 * wl-draft.el (wl-draft-add-references): New function.
3588 (wl-draft-yank-from-mail-reply-buffer): Use it.
3589 (wl-draft-insert-current-message): Bind `wl-draft-add-references'
3592 2000-05-12 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3594 * wl-thread.el (wl-thread-update-line-msgs): Called
3595 `wl-thread-update-line-on-buffer-sub'.
3596 (wl-thread-update-line-on-buffer): Delete routine of inserting
3598 (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
3599 moved from `wl-thread-update-line-on-buffer'.
3600 Add threshold for displaying progress gauge.
3601 * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
3602 argument of `wl-thread-update-line-msgs'.
3603 Add threshold for displaying progress gauge.
3605 Add threshold for displaying progress gauge.
3606 * wl-score.el: Ditto.
3608 * wl-expire.el (wl-summary-expire): Display deleting info.
3610 2000-05-12 Yuuichi Teranishi <teranisi@gohome.org>
3612 * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
3614 * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
3615 argument of `wl-thread-update-line-msgs'.
3616 (wl-summary-set-parent): Added optional argument `parent-number'.
3617 (wl-summary-buffer-saved-message): New buffer local variable.
3618 (wl-summary-save-current-message): New command.
3619 (wl-summary-yank-saved-message): Ditto.
3620 (wl-summary-mode-map): Added key binding for
3621 `wl-summary-save-current-message' (\ew) and
3622 `wl-summary-yank-saved-message' (\C-y).
3623 (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
3625 2000-05-11 Yuuichi Teranishi <teranisi@gohome.org>
3627 * wl-summary.el (wl-summary-mode-map): Added key binding for
3628 `wl-summary-set-parent' (ts).
3630 2000-05-10 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3632 * wl-summary.el (wl-summary-insert-thread-entity): Search same
3633 subject faster. If thread number is reverse, delayed updating
3635 (wl-summary-search-by-subject): Ditto.
3636 (wl-summary-put-alike): Ditto.
3637 (wl-summary-get-alike): Ditto.
3638 (wl-summary-insert-headers): Insert header of all overview in
3640 (wl-summary-rescan): Delayed updating thread. Kill search subject
3641 buffer for wl-summary-search-by-subject.
3642 (wl-summary-sync-update3): Ditto.
3643 (wl-summary-exit): Ditto.
3644 (wl-summary-goto-bottom-of-current-thread): Change for linked
3646 (wl-summary-overview-create-summary-line): Change line for linked
3649 * wl-summary.el (wl-summary-update-thread): Use
3650 wl-thread-maybe-get-children-num.
3651 (wl-summary-set-parent): If change parent, move sub thread.
3652 (wl-summary-redisplay-internal): Add horizontal recenter.
3653 (wl-summary-redisplay-no-mime): Add horizontal recenter.
3655 * wl-thread.el (wl-thread-entity-get-linked): New function.
3656 (wl-thread-entity-set-linked): New function.
3657 (wl-thread-create-entity): Add linked element.
3658 (wl-thread-entity-insert-as-top): Use wl-append.
3659 (wl-thread-maybe-get-children-num): If closing thread, return
3661 (wl-thread-update-line-msgs): Displaying progress message.
3662 (wl-thread-update-line-on-buffer-sub): Use
3663 wl-thread-maybe-get-children-num.
3664 (wl-thread-update-line-on-buffer): If update line is not exists,
3666 (wl-thread-delete-message): If delete top msg of thread, search
3668 (wl-thread-insert-entity): Use
3669 wl-thread-maybe-get-children-num.
3671 * wl-highlight.el (wl-highlight-summary-current-line): change
3672 sregexp for linked thread.
3673 * wl-util.el (wl-count-lines): Count lines.
3674 (wl-horizontal-recenter): horizontal recenter.
3675 * wl-score.el (wl-score-put-alike): Use wl-count-lines
3676 (wl-score-get-alike): Ditto.
3677 * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
3678 (wl-subject-length-limit): New variable.
3679 (wl-highlight-thread-indent-string-regexp): Changed for linked
3682 2000-05-10 Yuuichi Teranishi <teranisi@gohome.org>
3684 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3685 New variable (revival).
3686 * wl-summary.el (wl-summary-insert-thread-entity): Search parent
3687 by subject matching if there's no in-reply-to nor references field
3691 2000-05-10 Yuuichi Teranishi <teranisi@gohome.org>
3693 * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
3696 2000-05-09 Yuuichi Teranishi <teranisi@gohome.org>
3698 * wl-summary.el (wl-summary-reply): Return t if there was a
3699 message at cursor point.
3700 Added unwind-protect.
3701 (wl-summary-reply-with-citation): Cite only when wl-summary-reply
3703 (wl-summary-cancel-message): Do nothing when there's no message at
3705 (wl-summary-forward): Ditto.
3706 (wl-summary-jump-to-parent-message): Ditto.
3707 (wl-summary-reedit): Ditto.
3708 (wl-summary-edit-addresses): Ditto.
3709 (wl-summary-pipe-message): Ditto.
3710 (wl-summary-print-message-with-ps-print): Ditto.
3711 (wl-summary-print-message): Ditto.
3712 (wl-summary-mark-as-important): Ditto.
3713 (wl-summary-mark-as-unread): Ditto.
3715 * wl-summary.el (wl-summary-reply): Cause an error when there's no
3716 message at cursor point.
3717 (wl-summary-reply-with-citation): Remove unwind-protect.
3719 * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
3720 subject searching feature.
3721 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3724 2000-04-28 Yuuichi Teranishi <teranisi@gohome.org>
3726 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3728 * wl-summary.el (wl-summary-insert-thread-entity): Search parent
3729 by subject matching if there's no in-reply-to nor references field.
3731 * wl-summary.el (wl-summary-set-parent): New command (No key binding).
3733 * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
3734 when display is finished.
3735 (wl-folder-open-all): Ditto.
3736 (wl-folder-update-access-group): Ditto.
3737 * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
3738 * wl-thread.el (wl-thread-close-all): Ditto.
3740 * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
3741 progress gauge only when it was displayed.
3742 * wl-folder.el (wl-folder-insert-entity): Ditto.
3744 2000-04-26 Yuuichi Teranishi <teranisi@gohome.org>
3746 * wl-summary.el (wl-summary-incorporate): Enclose
3747 `wl-summary-sync-force-update' with save-excursion.
3749 2000-04-21 Yuuichi Teranishi <teranisi@elmo.dq.isl.ntt.co.jp>
3751 * wl-summary.el (wl-summary-prefetch-region):
3752 Pass current cursor point to `pos-visible-in-window-p' after
3753 moving cursor to the started point.
3755 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3757 * wl-vars.el (wl-ignored-forwarded-headers): New user option.
3759 * wl-draft.el (wl-draft-insert-current-message): Delete useless
3760 fields from the forwarding message.
3761 (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
3764 2000-04-20 Yuuichi Teranishi <teranisi@gohome.org>
3766 * wl-mime.el (wl-message-request-partial):
3767 Eliminated argument `msgdb'.
3768 Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
3769 (wl-mime-combine-message/partial-pieces): Likewise.
3770 * tm-wl.el (wl-message-request-partial): Likewise.
3771 (wl-mime-combine-message/partial-pieces): Likewise.
3773 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
3775 * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
3776 when display is finished.
3778 2000-04-17 HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
3780 * wl-summary.el (wl-summary-goto-folder-subr):
3781 Fix problem when wl-summary-partial-highlight-above-lines is nil.
3783 2000-04-18 Yuuichi Teranishi <teranisi@gohome.org>
3785 * wl-summary.el (wl-summary-prefetch-region): Redisplay only
3786 when cursor point is visible.
3788 2000-04-15 Yuuichi Teranishi <teranisi@gohome.org>
3790 * wl-expire.el (wl-expire-archive-get-max-number):
3791 Don't use `file-name-directory'.
3793 2000-04-14 Yuuichi Teranishi <teranisi@gohome.org>
3795 * wl-expire.el (wl-expire-archive-get-max-number):
3796 Use `file-name-directory'.
3798 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
3800 * wl-summary.el (wl-summary-sync-marks): Re-display progress
3801 only when there is progress.
3803 2000-04-13 Mito <mit@nines.nec.co.jp>
3805 * wl-summary.el (wl-summary-sync-marks): Display progress.
3807 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
3809 * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
3810 (wl-summary-prev): Move cursor regardless of unread status.
3811 (wl-summary-next): Ditto.
3813 2000-04-10 Yuuichi Teranishi <teranisi@gohome.org>
3815 * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
3816 Added argument `target' and `number'.
3817 * tm-wl.el (wl-summary-burst-subr): New function.
3818 (wl-summary-burst): Use it.
3820 2000-04-10 Mito <mit@nines.nec.co.jp>
3822 * wl-mime.el (wl-burst): New function.
3823 (wl-summary-burst): Use it.
3825 2000-04-07 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
3827 * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
3828 as petname when there's no candidate.
3830 2000-04-07 Yuuichi Teranishi <teranisi@gohome.org>
3832 * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
3834 * wl-fldmgr.el (wl-fldmgr-add): Use it.
3836 * wl.el (wl-plugged-init): Flush queues if started with plugged status.
3838 * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
3840 2000-04-05 Yuuichi Teranishi <teranisi@gohome.org>
3842 * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
3843 Use substring of `original' instead of buffer-substring.
3844 (wl-refile-evaluate-rule):
3845 Set `original' argument of wl-refile-expand-newtext.
3848 (wl-summary-auto-refile-check-refile-rule-alist-subr,
3849 wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
3850 (wl-summary-auto-refile): Check existence of destination folder just
3853 2000-04-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
3855 * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
3856 when wl-refile-get-field-value return nil.
3858 2000-04-04 Daiki Ueno <ueno@unixuser.org>
3861 (wl-refile-expand-newtext): New function imported from Gnus.
3862 (wl-refile-evaluate-rule): Use it.
3864 2000-04-04 Yuuichi Teranishi <teranisi@gohome.org>
3866 * wl-summary.el (wl-summary-print-destination):
3867 Duplicate folder string to avoid putting text-property on
3870 * wl-refile.el (wl-refile-get-field-value): New function.
3871 (wl-refile-evaluate-rule): New function;
3872 Evaluate refile rule recursively.
3873 (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
3874 * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
3875 New function; Check existence of a target folder recursively.
3876 (wl-summary-auto-refile-check-refile-rule-alist):
3877 Use wl-summary-auto-refile-check-refile-rule-alist-subr.
3879 2000-03-30 Yuuichi Teranishi <teranisi@gohome.org>
3881 * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
3883 * wl-folder.el (wl-create-folder-entity-from-buffer):
3884 Fixed problem when '}' character is contained in folder name.
3886 * wl-xmas.el (wl-make-modeline): Consider plugged status.
3888 2000-03-29 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
3890 * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
3891 (wl-fldmgr-add-completion-all-completions):
3892 Use wl-fldmgr-add-completion-hashtb.
3894 2000-03-28 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
3896 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
3897 wl-fldmgr-add-completion-subr): New functions.
3898 * wl-folder.el (wl-folder-completion-func): New variable.
3899 * wl-summary.el (wl-summary-read-folder):
3900 Use wl-folder-completion-func.
3902 * wl-refile.el: Eliminate throw & catch.
3904 * wl.el (wl-plugged-sending-queue-status): Fixed.
3906 2000-03-27 Mikio Nakajima <minakaji@osaka.email.ne.jp>
3908 * wl-draft.el (wl-draft): Put category property on
3909 mail-header-separator.