1 2001-09-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3 * wl-vars.el (wl-summary-width): Fix type to accept nil.
4 (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6 2001-09-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
8 * wl-acap.el (toplevel): Added `product-provide' declare.
9 * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
11 2001-09-14 Yuuichi Teranishi <teranisi@gohome.org>
13 * wl.el (wl): Changed order of calling `elmo-init'
14 and `elmo-folder-init'.
16 2001-09-13 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
18 * wl-mime.el (wl-summary-burst): Extract message when content-type
19 of root entity is not only `multipart' but also `message/rfc822'.
20 (wl-summary-burst-subr): Ditto.
22 2001-09-13 Yuuichi Teranishi <teranisi@gohome.org>
24 * wl-vars.el (toplevel): Require 'custom.
25 (wl-trash-folder): Added to `wl-setting' group.
27 * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
29 (wl-addrmgr-draw): Insert empty line when no entry exists.
31 * wl-mule.el (wl-message-wheel-up): Fixed.
32 (wl-message-wheel-down): Ditto.
34 2001-09-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
36 * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
37 config is an anonymous lambda expression.
39 2001-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
41 * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
42 when Mule 2 is running.
44 2001-09-11 Yuuichi Teranishi <teranisi@gohome.org>
46 * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
48 2001-09-10 Yuuichi Teranishi <teranisi@gohome.org>
50 * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
51 spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
53 * wl-address.el (wl-address-specials-regexp): Eliminated.
54 (wl-address-quote-specials): Rewrite.
56 2001-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
58 * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
59 shy-groups for regexp.
61 * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
62 character classes and Perl style shy-groups for regexp.
63 (wl-highlight-plugged-current-line): Use Posix style character
65 (wl-e21-highlight-folder-by-numbers): Ditto.
66 (wl-e21-display-image-p): Use `display-images-p' instead of
68 (display-images-p): Make an alias to `display-graphic-p' if it is
69 not available. It is for Emacs version prior to 21.0.105.
71 * wl-demo.el (wl-demo): Use `display-images-p' instead of
73 (wl-demo-image-type-alist): Ditto.
74 (display-images-p): Make an alias to `display-graphic-p' if it is
75 not available. It is for Emacs version prior to 21.0.105.
77 2001-09-04 TAKAHASHI Kaoru <kaoru@kaisei.org>
79 * wl-version.el (wl-generate-user-agent-string-1): Remove tm
81 (wl-generate-user-agent-string): Ditto.
83 * wl-version.el (wl-version): Update docsting.
84 (wl-version-status): Ditto.
86 2001-09-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
88 * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
89 21.0.105. For Emacs 21.0.104 or earlier.
91 2001-09-03 Takuo KITAME <kitame@northeye.org>
93 * wl-e21.el (wl-plugged-init-icons): Use
94 `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
95 (wl-biff-init-icons): Ditto.
97 2001-08-31 Yuuichi Teranishi <teranisi@gohome.org>
99 * wl-highlight.el (wl-highlight-summary-current-line):
100 Fixed highlighting refile/copy destination.
102 * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
103 (wl-acap-store): Encode string by wl-acap-coding-system.
105 2001-08-30 Yuuichi Teranishi <teranisi@gohome.org>
107 * wl-acap.el (toplevel): Check and require 'un-define before
109 Added checking for UTF-2000.
111 2001-08-29 Yuuichi Teranishi <teranisi@gohome.org>
113 * wl-acap.el (toplevel): Require 'un-define before 'wl;
114 Don't enclose with `eval-and-compile'.
116 * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
119 * wl-draft.el (wl-draft): Ditto.
121 * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
123 * wl-acap.el (toplevel): Require 'wl.
124 (wl-acap-store): Call `elmo-init'.
126 * wl.el (wl): Changed position of `wl-check-environment'.
127 (toplevel): Added autoload setting for wl-acap.
129 * wl-vars.el (wl-setting): New custom group.
130 (wl-from): Added wl-setting group.
131 (wl-user-mail-address-list): Ditto.
132 (wl-organization): Ditto.
133 (wl-subscribed-mailing-list): Ditto.
134 (wl-envelope-from): Ditto.
135 (wl-smtp-posting-user): Ditto.
136 (wl-smtp-posting-server): Ditto.
137 (wl-smtp-posting-port): Ditto.
138 (wl-smtp-authenticate-type): Ditto.
139 (wl-pop-before-smtp-user): Ditto.
140 (wl-pop-before-smtp-server): Ditto.
141 (wl-pop-before-smtp-port): Ditto.
142 (wl-pop-before-smtp-authenticate-type): Ditto.
143 (wl-nntp-posting-server): Ditto.
144 (wl-nntp-posting-user): Ditto.
145 (wl-nntp-posting-port): Ditto.
146 (wl-fetch-confirm-threshold): Ditto.
147 (wl-prefetch-threshold): Ditto.
148 (wl-thread-insert-opened): Ditto.
149 (wl-ldap-server): Ditto.
150 (wl-ldap-port): Ditto.
151 (wl-ldap-base): Ditto.
152 (wl-ldap-objectclass): Ditto.
153 (wl-use-ldap): Ditto.
154 (wl-draft-config-alist): Ditto.
155 (wl-draft-config-matchone): Ditto.
156 (wl-template-alist): Ditto.
157 (wl-message-sort-field-list): Ditto.
158 (wl-message-ignored-field-list): Ditto.
159 (wl-message-visible-field-list): Ditto.
160 (wl-interactive-send): Ditto.
161 (wl-summary-move-order): Ditto.
162 (wl-auto-select-first): Ditto.
163 (wl-auto-select-next): Ditto.
164 (wl-interactive-save-folders): Ditto.
166 * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
167 Initialization codes are moved from wl-local-folder-init.
168 (wl-local-folder-init): Follow the change above.
169 (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
171 * wl-acap.el: New file.
173 * Version number is increased to 2.7.3.
175 2001-08-21 Kenichi OKADA <okada@opaopa.org>
177 * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
179 2001-08-21 Kenichi OKADA <okada@opaopa.org>
181 * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
182 (wl-addrmgr-address-entry-list): Ditto.
184 2001-08-21 Yuuichi Teranishi <teranisi@gohome.org>
186 * wl-e21.el (wl-draft-mode-map): Removed binding for
187 `wl-draft-insert-x-face-field'.
189 * wl-mule.el (wl-draft-mode-map): Ditto.
191 * wl-xmas.el (wl-draft-mode-map): Ditto.
193 * wl-vars.el (wl-cs-noconv): Ignore nemacs.
194 (wl-cs-autoconv): Ditto.
195 (wl-cs-local): Ditto.
196 (wl-use-scoring): Ditto.
197 (wl-mime-charset): Ditto.
198 (wl-folder-check-async): Ditto.
200 * wl.el (toplevel): Ignore nemacs and tm.
203 * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
204 (wl-summary-mode-map): Added binding for `wl-addrmgr'.
205 (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
206 instead of wl-address-petname-add-or-change.
207 (wl-summary-edit-addresses-subr): Use wl-address-delete
208 instead of wl-address-petname-delete.
210 * wl-util.el (wl-as-coding-system): Ignore nemacs.
212 * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
215 * wl-message.el (require): Remove tm support.
217 * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
219 * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
220 (wl-folder-jump-to-current-entity): Ditto.
221 (wl-folder-mode-map): Added binding for `wl-addrmgr'.
223 * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
224 `wl-draft-insert-x-face-field' to `wl-addrmgr'.
225 Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
227 * wl-mule.el (wl-draft-key-setup): Ditto.
229 * wl-xmas.el (wl-draft-key-setup): Ditto.
231 * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
232 (wl-draft-std11-parse-addresses): New function.
233 (wl-draft-parse-mailbox-list): Use it.
234 (wl-draft): Ignore nemacs.
235 (wl-draft-reedit): Ditto.
237 * wl-addrmgr.el: New file.
238 (Original is wl-rcpt.el written by
239 "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
240 Thanks Kitamoto-san.)
242 * wl-address.el (wl-address-make-address-list): Modified parsing
244 (wl-address-delete): Renamed from `wl-address-petname-delete';
245 Modify wl-address-list too.
246 (wl-address-add-or-change): Renamed from
247 `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
249 2001-08-15 YAMASHITA Junji <ysjj@unixuser.org>
251 * wl-highlight.el (wl-highlight-summary-current-line):
252 Work with transient-mark-mode
254 2001-08-15 Yuuichi Teranishi <teranisi@gohome.org>
256 * Version number is increased to 2.7.2.
258 * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
259 instead of elmo-dop-queue-method.
261 2001-08-06 SAITO Atsunori <sai@yedo.com>
263 * wl-vars.el (wl-ldap-objectclass): New user option.
265 * wl-address.el (wl-ldap-make-filter): Use it.
267 2001-08-03 Yuuichi Teranishi <teranisi@gohome.org>
269 * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
271 2001-08-02 Yuuichi Teranishi <teranisi@gohome.org>
273 * wl-folder.el (wl-folder): redisplay after folder insertion.
275 * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
277 * wl-summary.el (wl-summary-sync-update):
278 Change status mark only when new-msgdb exists.
279 (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
281 2001-07-23 Yuuichi Teranishi <teranisi@gohome.org>
283 * wl-summary.el (wl-summary-open-folder): New function.
284 (wl-summary-goto-folder-subr): Use it.
285 (wl-summary-mark-as-important): Fix;
286 Encache only when no cache exists.
288 2001-07-17 Yuuichi Teranishi <teranisi@gohome.org>
290 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
291 Use with-current-buffer.
293 2001-07-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
295 * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
296 before call `get-buffer'. Fixed parenthesis.
297 (wl-score-get-header-entry): Clear message and help window when
299 (wl-score-edit-insert-header): Ditto.
301 2001-07-14 Yuuichi Teranishi <teranisi@gohome.org>
303 * wl-draft.el (wl-message-mail-p): Test resent-to: field.
304 (Fix by Peter Møller Neergaard <turtle@bu.edu>)
305 (wl-default-draft-cite): Fix.
307 * wl-score.el (wl-score-insert-help): Fixed parenthesis.
308 (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
310 2001-07-12 Yuuichi Teranishi <teranisi@gohome.org>
312 * wl-message.el (wl-message-prev-page): Do same bahavior
313 as summary when it is called in the message buffer.
314 (wl-message-next-page): Ditto.
316 2001-07-09 Yuuichi Teranishi <teranisi@gohome.org>
318 * wl-summary.el (wl-summary-forward): Use cache if it is not
321 2001-07-05 Yuuichi Teranishi <teranisi@gohome.org>
323 * wl-vars.el: Changed file coding system to ISO-2022-JP.
324 Removed redundant require of elmo-vars.
325 (wl-biff-state-indicator-on): Changed default value for
326 xemacs with non-mule environment.
328 * wl-summary.el (wl-summary-exec-subr): Fixed problem when
329 wl-message-buffer is nil;
330 Hide progress bar after moving messages.
332 2001-07-04 Yuuichi Teranishi <teranisi@gohome.org>
334 * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
335 message at cursor point is deleted.
337 2001-07-02 Yuuichi Teranishi <teranisi@gohome.org>
339 * wl-vars.el: Changed file coding system to euc-japan.
340 Added -*-coding:-*- magic to the first line.
342 * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
343 Search parent from the first message.
345 * Version number is increased to 2.7.1.
347 2001-06-28 OHASHI Akira <bg66@koka-in.org>
349 * wl-vars.el: Fix file coding system to ISO-2022-JP.
351 2001-06-27 Yuuichi Teranishi <teranisi@gohome.org>
353 * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
354 refile/delete execution.
356 * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
359 2001-06-26 Yuuichi Teranishi <teranisi@gohome.org>
361 * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
363 Don't update marks when update process is interrupted.
365 2001-06-25 Yuuichi Teranishi <teranisi@gohome.org>
367 * wl-summary.el (wl-summary-reply): Fixed problem when
368 wl-draft-use-frame is non-nil.
369 (wl-summary-forward): Ditto.
371 * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
373 (wl-folder-mark-as-read-all-entity): Ditto.
374 (wl-folder-prefetch-entity): Ditto.
376 * wl.el (wl): Check environment before wl-init.
378 * wl-summary.el (wl-summary-collect-unread): Eliminated.
379 (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
380 instead of wl-summary-collect-unread.
381 (wl-summary-reply): Split message window.
383 2001-06-21 Yuuichi Teranishi <teranisi@gohome.org>
385 * wl-vars.el (wl): Set custom-manual link as "wl-ja"
386 only if current language environment is japanese,
388 * wl-folder.el (wl-folder-jump-to-current-entity): Call
389 wl-folder-select-buffer when wl-summary-use-frame is non-nil.
390 (wl-folder-goto-folder-subr): Ditto.
392 * wl-draft.el (wl-draft-dispatch-message): Call
393 `elmo-file-cache-get-path'.
395 2001-06-20 Yuuichi Teranishi <teranisi@gohome.org>
397 * wl-summary.el (wl-summary-cursor-move): If return value of
398 wl-summary-next-message is not number, don't jump.
400 2001-06-19 Yuuichi Teranishi <teranisi@gohome.org>
402 * wl-summary.el (wl-summary-buffer-next-message-function): New
404 (wl-summary-next-message): Call wl-summary-buffer-next-message-function
407 * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
410 * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
411 (wl-plugged-drawing): Ditto.
413 2001-06-18 Yuuichi Teranishi <teranisi@gohome.org>
415 * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
417 (wl-biff-check-folder-async): Enclose wl-biff-check-folder
420 * wl.el (wl-init): Require mime-setup.
421 (wl-check-environment): Don't require mime-setup.
423 * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
424 instead of elmo-folder-type.
426 * wl-message.el (wl-message-buffer-prefetch-debug): Set default
429 2001-06-15 Yuuichi Teranishi <teranisi@gohome.org>
431 * Version number is increased to 2.7.0.
433 * wl-version.el (wl-version): Changed codename.
435 * wl-summary.el (wl-summary-delete-cache): Fixed.
437 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
438 Workaround for net folders.
439 (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
441 * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
442 value to nil (According to the patch from
443 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
445 * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
446 of elmo-folder-close.
448 2001-06-06 Peter Møller Neergaard <turtle@bu.edu>
450 * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
453 2001-06-13 Yuuichi Teranishi <teranisi@gohome.org>
455 * wl-summary.el (wl-summary-resend-message): Fixed.
457 * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
458 Call wl-draft with `from' argument if its address is included in
459 `wl-user-mail-address-list'.
460 (wl-draft): Added `from' argument.
462 * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
464 (wl): Don't show demo if wl-demo is nil.
466 * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
467 wl-summary-use-frame.
469 * wl-vars.el (wl-summary-use-frame): New user option.
470 (wl-folder-use-frame): Changed docstring.
472 * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
474 (wl-folder-select-buffer): Renamed wl-folder-use-frame to
475 wl-summary-use-frame.
477 * wl-vars.el (wl-folder-use-frame): New user option.
479 * wl-summary.el (wl-summary-exit): Back to folder frame if
480 wl-folder-use-frame is non-nil.
481 (wl-summary-redisplay-internal): Ignore cache if current folder
483 (wl-summary-redisplay-no-mime): Ditto.
484 (wl-summary-redisplay-all-header): Ditto.
486 * wl-folder.el (wl-folder-select-buffer): Switch to other frame
487 if wl-folder-use-frame is non-nil.
489 2001-06-06 Yuuichi Teranishi <teranisi@gohome.org>
491 * wl-summary.el (wl-summary-sync-update): Bind
492 elmo-folder-update-threshold.
493 (wl-summary-mark-as-important): Enclosed server mark processing
494 with `save-match-data'.
496 * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
497 only when it is already defined.
499 2001-05-24 Masahiro MURATA <muse@ba2.so-net.ne.jp>
501 * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
502 name of folder exclude localdir is wrong.
503 * wl-folder.el (wl-folder-sync-entity):
504 Set `wl-summary-always-sticky-folder-list' as nil.
505 (wl-folder-mark-as-read-all-entity): Ditto.
506 (wl-folder-prefetch-entity): Ditto.
508 2001-05-23 Kenichi OKADA <okada@opaopa.org>
510 * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
511 instead of `wl-summary-write-current-newsgroup'.
513 2001-05-19 Masahiro MURATA <muse@ba2.so-net.ne.jp>
515 * wl-summary.el (wl-summary-auto-select-msg-p): New function.
516 (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
517 non-nil and selected message is important, do not display.
519 2001-05-16 Kenichi OKADA <okada@opaopa.org>
521 * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
523 2001-05-10 Yuuichi Teranishi <teranisi@gohome.org>
525 * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
527 * wl-summary.el (wl-summary-mark-as-important): Set message number
528 using wl-summary-message-number.
530 2001-05-10 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
532 * wl-summary.el (wl-summary-exec-subr): Fixed problem when
533 destination folder is 'null.
535 2001-05-09 Kenichi OKADA <okada@opaopa.org>
537 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
539 (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
540 (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
541 (wl-folder-guess-mailing-list-by-folder-name): Ditto.
543 2001-05-08 Yuuichi Teranishi <teranisi@gohome.org>
545 * wl-mime.el (wl-mime-setup): Added setting for
546 `mime-setup-signature-key-alist' to avoid overriding key bind for
549 * wl-e21.el (wl-draft-overload-functions): Don't override key binding
551 * wl-mule.el (wl-draft-overload-functions): Ditto.
552 * wl-xmas.el (wl-draft-overload-functions): Ditto.
553 * wl-draft.el (wl-draft-send): Ditto.
555 * wl-message.el (wl-message-display-internal):
556 Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
557 (Patch is provided by <kita@coe.nttdata.co.jp>).
559 2001-05-09 Kenichi OKADA <okada@opaopa.org>
561 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
563 2001-05-08 Kenichi OKADA <okada@opaopa.org>
565 * wl.el (wl): Fix for wl-demo.
567 2001-05-08 Kenichi OKADA <okada@opaopa.org>
569 * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
571 2001-05-08 Kenichi OKADA <okada@opaopa.org>
573 * wl-folder.el (wl-folder-prefetch-entity): Use
574 `wl-folder-get-elmo-folder'.
575 (wl-folder-count-incorporates): Do not use
576 `wl-folder-get-elmo-folder'.
578 2001-05-08 Kenichi OKADA <okada@opaopa.org>
580 * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
581 instead of `elmo-folder-get-type'.
583 2001-05-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
585 * wl-summary.el (wl-summary-write-current-folder): Set cursor
586 position on Subject: field.
587 (Advised by Mito <mit@nines.nec.co.jp>)
589 2001-04-27 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
591 * wl-folder.el (wl-folder-prefetch-entity): Use
592 `wl-folder-get-elmo-folder'.
594 2001-04-26 Yuuichi Teranishi <teranisi@gohome.org>
596 * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
598 * wl-summary.el (wl-summary-buffer-set-folder): Set up
599 `process-duplicates' slot.
601 * wl-highlight.el (wl-highlight-message): Don't highlight as signature
604 2001-04-25 TAKAHASHI Kaoru <kaoru@kaisei.org>
606 * wl-version.el (wl-version-status): Set to "alpha".
608 2001-04-23 Yuuichi Teranishi <teranisi@gohome.org>
610 * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
611 Check wl-message-buffer lives before set-buffer.
613 2001-04-22 Masahiro MURATA <muse@ba2.so-net.ne.jp>
615 * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
616 called in folder mode.
617 * wl-var.el (wl-summary-exit-pre-hook): New variable.
618 * wl-summary.el (wl-summary-exit-pre-hook): Run
619 `wl-summary-exit-pre-hook' before exit summary mode.
621 2001-04-22 TAKAHASHI Kaoru <kaoru@kaisei.org>
623 * wl-version.el (wl-version-status): New variable.
624 (wl-version-status-alist): Removed.
625 (wl-version-status): Rule included.
627 2001-04-19 Yuuichi Teranishi <teranisi@gohome.org>
629 * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
632 * wl-draft.el (wl-draft-insert-current-message): Fixed problem
633 when `mail-reply-buffer' is buffer-local variable.
634 (Reported by <kita@coe.nttdata.co.jp>).
636 2001-04-17 Yuuichi Teranishi <teranisi@gohome.org>
638 * wl-vars.el (toplevel): Require 'elmo-util.
640 2001-04-16 Yuuichi Teranishi <teranisi@gohome.org>
642 * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
643 (All other related portions are changed)
645 * wl.el (wl-plugged-change): Use '<' instead of '<='.
647 * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
649 2001-04-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
651 * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
653 2001-04-13 Yuuichi Teranishi <teranisi@gohome.org>
655 * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
656 Delete other windows to avoid an error.
657 Use `point-marker' instead of `point' to remember the start point
660 * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
662 * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
663 number not to exceed all message number.
665 2001-04-12 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
667 * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
668 call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
670 2001-04-09 Yuuichi Teranishi <teranisi@gohome.org>
672 * wl-summary.el (wl-summary-sync-force-update): Added argument
674 (wl-summary-sync-update): Ditto.
675 (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
678 * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
679 (wl-message-buffer-prefetch-next): Don't run timer if timer is
682 2001-04-07 Masahiro MURATA <muse@ba2.so-net.ne.jp>
684 * wl-expire.el (wl-expire-archive-get-folder): Added argument
686 (wl-expire-archive-number1): Diito.
687 (wl-expire-archive-number2): Diito.
688 (wl-expire-archive-Date): Diito.
689 (wl-archive-number1): Diito.
690 (wl-archive-number2): Diito.
691 (wl-archive-date): Diito.
692 (wl-archive-folder-p): New function.
693 (wl-summary-expire): Support of expand folder name at
695 * wl-util.el (wl-expand-newtext): Renamed from
696 `wl-refile-expand-newtext'.
698 2001-04-05 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
700 * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
701 `elmo-msgdb-overview-get-entity' with `msgdb' instead of
702 `(elmo-msgdb-get-overview msgdb)'.
703 (wl-summary-prefetch): Bind match data before call
704 `wl-summay-prefetch-msg'.
705 (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
706 'off if `wl-summary-buffer-disp-msg' is non-nil.
707 Fixed problem that couldn't show only one new or unread message when
709 (wl-summary-reply): Don't call `split-window-vertically' and other
712 2001-04-03 Yuuichi Teranishi <teranisi@gohome.org>
714 * wl-expire.el (wl-expire-refile): Fixed.
716 2001-04-02 Yuuichi Teranishi <teranisi@gohome.org>
718 * wl-vars.el (wl-biff-unnotify-hook): New variable.
720 * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
721 biff notification is removed.
723 * wl.el (wl): Changed position of `elmo-init'.
725 * wl-draft.el (wl-default-draft-cite): Use date field
726 on the citation buffer.
728 * wl-vars.el (wl-shimbun-folder-icon): New variable.
730 * wl-xmas.el (wl-folder-internal-icon-list): Added
731 `wl-folder-shimbun-image'.
733 * wl-e21.el (wl-folder-internal-icon-list): Added
734 `wl-folder-shimbun-image'.
736 2001-03-31 Yuuichi Teranishi <teranisi@gohome.org>
738 * wl.el (wl-init): Eliminated argument.
741 * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
742 (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
743 instead of `elmo-folder-msgdb-internal'.
744 (wl-summary-sync-update): Ditto.
745 (wl-summary-flush-pending-append-operations): Eliminated.
746 (wl-summary-delete-all-msgs): Set msgdb instead of folder.
747 (wl-summary-goto-folder-subr): Set load-msgdb argument of
750 * wl-mime.el (wl-summary-burst): Fixed.
752 * wl-folder.el (wl-folder-info-save): Check data type.
754 * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
755 (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
756 instead of `elmo-folder-msgdb-internal'.
757 (wl-expire-hide): Ditto.
760 * wl-draft.el (wl-draft): Removed argument for `wl-init'.
762 2001-03-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
764 * wl-folder.el (wl-folder-write-current-folder): Support petname.
766 2001-03-11 Kenichi OKADA <okada@opaopa.org>
768 * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
770 2001-03-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
772 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
773 Fixed `match-beginning' argument mismatch.
775 2001-03-05 Katsumi Yamaoka <yamaoka@jpl.org>
777 * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
780 2001-03-01 Yuuichi Teranishi <teranisi@gohome.org>
782 * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
783 instead of `elmo-nntp-default-port'.
785 * wl-vars.el: Fixed some doc strings.
787 2001-02-28 Yuuichi Teranishi <teranisi@gohome.org>
789 * wl-summary.el (wl-summary-prefetch-msg): Use
790 `elmo-msgdb-overview-get-entity' instead of `assoc'.
792 * wl-vars.el: Define *-func as obsolete variable using
793 `elmo-define-obsolete-variable'.
795 * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
796 (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
797 instead of `wl-message-buffer-prefetch-threshold'.
799 * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
801 * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
803 * wl-draft.el (wl-caesar-region-func): Ditto.
805 * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
806 Keep unread status in elmo-folder-move-messages.
807 (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
809 2001-02-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
811 * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
812 `wl-summary-buffer-exit-func'
813 (wl-summary-buffer-message-redisplay-function): Renamed from
814 `wl-summary-buffer-message-redisplay-func'
815 (wl-summary-buffer-next-folder-function): Renamed from
816 `wl-summary-buffer-next-folder-func'.
817 (wl-summary-buffer-prev-folder-function): Renamed from
818 `wl-summary-buffer-prev-folder-func'.
819 (wl-summary-get-petname-function): Renamed from
820 `wl-summary-get-petname-func'.
822 * wl-score.el (wl-score-edit-exit-function): Renamed from
823 `wl-score-edit-exit-func'.
825 * wl-message.el (wl-message-buffer-prefetch-get-next-function):
826 Renamed from `wl-message-buffer-prefetch-get-next-function'.
828 * wl-util.el (wl-load-profile-function): Renamed from
829 `wl-load-profile-func'.
831 * wl-folder.el (wl-folder-completion-function): Renamed from
832 `wl-folder-completion-func'.
833 (wl-folder-init-function): Renamed from `wl-folder-init-func'.
835 * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
836 `wl-expire-archive-get-folder-func'.
837 (wl-draft-send-function): Renamed from `wl-draft-send-func'.
838 (wl-draft-send-mail-function): Renamed from
839 `wl-draft-send-mail-func'.
840 (wl-draft-send-news-function): Renamed from
841 `wl-draft-send-news-func'.
842 (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
843 (wl-generate-mailer-string-function): Renamed from
844 `wl-generate-mailer-string-func'.
845 (wl-highlight-signature-search-function): Renamed from
846 `wl-highlight-signature-search-func'.
847 (wl-highlight-x-face-function): Renamed from
848 `wl-highlight-x-face-func'
849 (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
850 (wl-ps-print-buffer-function): Renamed from
851 `wl-ps-print-buffer-func'
852 (wl-summary-from-function): Renamed from `wl-summary-from-func'.
853 (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
854 (wl-summary-subject-filter-function): Renamed from
855 `wl-summary-subject-filter-func'.
857 * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
858 `wl-draft-queue-flush-send-func'
859 (wl-draft-cite-function): Renamed from
862 * wl-address.el (wl-address-init-function): Renamed from
863 `wl-address-init-func'.
865 2001-02-27 Yuuichi Teranishi <teranisi@gohome.org>
867 * wl-draft.el (wl-draft-queue-flush): Don't call
868 `elmo-dop-unlock-message'.
869 * wl-draft.el (wl-draft-queue-append): Don't call
870 `elmo-dop-lock-message'.
872 * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
873 (wl-summary-buffer-folder-name): Ditto.
874 (wl-summary-message-regexp): Added '-' (all other related portions
876 (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
877 wl-summary-buffer-folder-name.
879 2001-02-26 "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
881 * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
882 the number of mails in the folder buffer is not updated by wl-biff.
884 2000-02-26 Kenichi OKADA <okada@opaopa.org>
886 * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
887 * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
889 2001-03-01 Yuuichi Teranishi <teranisi@gohome.org>
891 * wl-summary.el (wl-summary-next-message):
892 Return next message number when wl-summary-move-order is nil.
894 2001-02-28 Akihiro MOTOKI <mokkun@iname.com>
896 * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
897 `wl-summary-move-spec-alist'.
898 (wl-summary-move-spec-unplugged-alist): New variable
899 (Move spec for unplugged status).
900 (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
901 if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
903 2001-03-01 OKAZAKI Tetsurou <okazaki@be.to>
905 * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
906 * wl-mule.el (wl-draft-overload-menubar): Ditto.
908 2001-02-28 OKAZAKI Tetsurou <okazaki@be.to>
910 * wl-mime.el (wl-draft-preview-message): Use `function' instead of
911 simple quotation to quote the anonymous function.
912 * tm-wl.el (wl-draft-preview-message): Ditto.
914 2001-02-25 OKAZAKI Tetsurou <okazaki@be.to>
916 * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
917 Eliminate redundant `save-excursion'.
918 (wl-highlight-summary-current-line): Ditto.
920 * wl-highlight.el (wl-highlight-summary-current-line): Avoid
921 accessing match data when `looking-at' failed.
923 * wl-draft.el (wl-draft-delete): Use `match-string' instead of
924 `elmo-match-string' where users don't care about the speed.
925 (wl-draft-save): Ditto.
927 2001-02-24 Yuuichi Teranishi <teranisi@gohome.org>
929 * wl-util.el (wl-regexp-opt): New function.
931 * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
932 number from `wl-summary-buffer-number-list'.
933 (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
934 Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
935 (wl-summary-move-spec-alist): Changed default setting.
937 2001-02-23 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
939 * wl-vars.el (wl-biff-notify-hook): New hook.
940 * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
941 the arrival of new mail.
942 (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
943 and advice by Yuuichi Teranishi <teranisi@gohome.org>)
945 2001-02-23 Yuuichi Teranishi <teranisi@gohome.org>
947 * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
949 2001-02-22 Yuuichi Teranishi <teranisi@gohome.org>
951 * wl-summary.el (wl-summary-default-get-next-msg): Fix.
953 * Version number is increased to 2.5.8.
955 * wl-thread.el (toplevel): require 'cl.
956 (wl-thread-resume-entity): Call wl-thread-make-number-list.
957 (wl-thread-make-number-list): New function.
958 (wl-thread-entity-make-number-list-from-children): Ditto.
959 (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
960 (wl-thread-entity-insert-as-children): Likewise.
961 (wl-thread-delete-message): Likewise.
962 (wl-meaning-of-mark): Eliminated.
963 (wl-thread-next-failure-mark-p): Ditto.
964 (wl-thread-entity-get-mark): Ditto.
965 (wl-thread-meaning-alist-get-result): Ditto.
966 (wl-thread-entity-check-prev-mark): Ditto.
967 (wl-thread-entity-check-next-mark): Ditto.
968 (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
969 (wl-thread-entity-get-prev-marked-entity): Ditto.
970 (wl-thread-get-prev-unread): Ditto.
971 (wl-thread-jump-to-prev-unread): Ditto.
972 (wl-thread-get-next-unread): Ditto.
973 (wl-thread-jump-to-next-unread): Ditto.
974 (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
975 (wl-thread-entity-get-next-marked-entity): Ditto.
977 * wl-summary.el (wl-summary-buffer-number-list):
978 New bufer-local variable.
979 (wl-summary-switch-to-clone-buffer): Clone
980 `wl-summary-buffer-number-list'.
981 (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
982 (wl-summary-cursor-move-regex): Eliminated.
983 (wl-summary-cursor-up): Rewrite.
984 (wl-summary-cursor-down): Ditto.
985 (wl-summary-mode-spec-alist): New variable.
986 (wl-summary-next-message): New inline function.
987 (wl-summary-cursor-move): New function.
988 (wl-summary-default-get-next-msg): Rewrite.
989 (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
990 (wl-summary-rescan): Ditto.
991 (wl-summary-sync-all-init): Ditto.
992 (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
993 summary is not thread view.
994 (wl-summary-sync-update): Ditto.
995 (wl-summary-rescan): Ditto.
996 (wl-summary-make-number-list): New function.
998 * wl-draft.el: "FCC" -> "Fcc".
1000 2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
1002 * wl-highlight.el (wl-highlight-summary-window):
1003 Call `set-buffer-modified-p'.
1005 * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
1006 (wl): Call `elmo-init' and fix.
1008 * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
1011 * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
1013 2001-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1015 * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
1017 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1019 * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
1021 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1023 * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
1024 `wl-use-toolbar' nor `display-graphic-p'.
1025 (wl-e21-setup-message-toolbar): Ditto.
1026 (wl-e21-setup-summary-toolbar): Ditto.
1027 (wl-e21-setup-folder-toolbar): Ditto.
1029 (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
1030 (wl-plugged-init-icons): Ditto.
1032 (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
1033 `display-graphic-p'.
1034 (wl-plugged-set-folder-icon): Ditto.
1035 (wl-highlight-plugged-current-line): Ditto.
1036 (wl-highlight-folder-current-line): Ditto.
1037 (wl-e21-highlight-folder-group-line): Ditto.
1038 (wl-e21-setup-toolbar): Ditto.
1039 (wl-e21-display-image-p): New macro.
1041 * wl-demo.el (wl-demo): Simplified.
1042 (wl-demo-image-type-alist): Use `image-type-available-p' for
1043 checking whether the image type `xbm' is available.
1045 2000-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1047 * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
1048 (wl-summary-input-range): Ditto.
1050 2001-02-20 Yuuichi Teranishi <teranisi@gohome.org>
1052 * wl-summary.el (wl-summary-edit-addresses): Use
1053 `wl-summary-get-original-buffer'
1054 (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
1055 (wl-summary-jump-to-msg-by-message-id-via-nntp):
1056 Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
1057 (wl-summary-get-newsgroups): Eliminated.
1058 (wl-summary-set-crosspost): Ditto.
1059 (wl-summary-is-crosspost-folder): Ditto.
1060 (wl-crosspost-alist-load): Ditto.
1061 (wl-crosspost-alist-save): Ditto.
1063 * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
1064 `elmo-setup-subscribed-newsgroups' instead of
1065 `elmo-nntp-make-groups-hashtb'.
1066 (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
1067 instead of `wl-crosspost-alist-save'.
1069 * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
1070 of `elmo-folder-message-appendable-p'.
1071 (wl-mime-header-presentation-method): Eliminated.
1073 * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
1074 (Error occurs in emacs21).
1076 * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
1077 the current buffer).
1079 * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
1080 instead of `wl-crosspost-alist-save'.
1081 (wl-init): `elmo-crosspost-message-alist-load'
1082 instead of `wl-crosspost-alist-load'
1084 * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
1085 (wl-parse-newsgroups): Likewise.
1086 (wl-biff-notify): Run `wl-biff-notify-hook'.
1088 2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
1090 * wl-vars.el (wl-summary-lazy-highlight): New variable.
1092 * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
1093 when `wl-summary-lazy-highlight' is non-nil.
1094 (wl-summary-goto-folder-subr): Highlight only when
1095 `wl-summary-lazy-highlight' is non-nil.
1097 * wl-highlight.el (wl-highlight-summary): Fixed docstring;
1098 Don't display progress and highlight temp-mark when
1099 `wl-summary-lazy-highlight' is non-nil.
1100 (wl-highlight-summary-window): New function.
1101 (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
1103 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1105 * wl-summary.el (wl-summary-sync): Change `all-visible'
1107 (wl-summary-input-range): Ditto.
1109 2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1111 * wl-e21.el (wl-highlight-folder-current-line): Call
1112 `wl-folder-init-icons' when folder icons have not been initialized.
1114 * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
1116 * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
1117 (wl-demo-image-type-alist): New macro.
1119 2001-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
1121 * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
1122 display does not support graphics.
1123 (wl-plugged-init-icons): Ditto.
1124 (wl-folder-init-icons): Ditto.
1126 * wl-demo.el (wl-demo): Chech closely whether the display
1129 2001-02-09 Yuuichi Teranishi <teranisi@gohome.org>
1131 * wl-summary.el (wl-summary-get-original-buffer): New function.
1132 (wl-summary-set-crosspost): Use it.
1133 (wl-summary-target-mark-uudecode): Ditto.
1134 (wl-summary-reedit): Ditto.
1135 (wl-summary-resend-bounced-mail): Ditto.
1136 (wl-summary-update-crosspost): Eliminated (It may be incorporated
1137 into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
1139 * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
1140 (wl-message-display-internal): Ditto.
1142 2001-02-07 Yuuichi Teranishi <teranisi@gohome.org>
1144 * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
1146 2001-02-06 Yuuichi Teranishi <teranisi@gohome.org>
1148 * wl-summary.el (wl-summary-save-view): Renamed from
1149 `wl-summary-save-status'.
1151 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1153 * wl-summary.el (wl-summary-sync): Added `all-shown'
1155 2000-02-20 Kenichi OKADA <okada@opaopa.org>
1157 * wl-summary.el (wl-summary-input-range): Added `all-shown'
1159 2000-02-19 Kenichi OKADA <okada@opaopa.org>
1161 * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
1163 2001-02-19 OKAZAKI Tetsurou <okazaki@be.to>
1165 * wl-highlight.el (wl-highlight-summary-line-string): Use
1166 `zerop' instead of `= 0'.
1167 (wl-highlight-summary): Use `zerop' instead of `eq 0'.
1169 * wl-template.el (wl-template-next): Use `=' instead of `eq'
1170 for comparing numbers.
1171 (wl-template-prev): Use `zerop' instead of `eq 0'.
1173 * wl-draft.el (wl-draft-insert-current-message): Use
1174 `with-current-buffer' instead of `save-excursion'.
1175 Use `zerop' instead of `eq 0'.
1177 2001-02-17 Kenichi OKADA <okada@opaopa.org>
1179 * wl-draft.el (wl-draft-insert-ccs): New function.
1180 (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
1181 * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
1183 2001-02-15 Yuuichi Teranishi <teranisi@gohome.org>
1185 * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
1187 2001-02-14 Yuuichi Teranishi <teranisi@gohome.org>
1189 * wl-expire.el (wl-expire-refile): Don't call
1190 elmo-msgdb-add-msgs-to-seen-list;
1191 Pass wl-expire-add-seen-list to elmo-folder-move-messages.
1192 (wl-expire-refile-with-copy-reserve-msg): Ditto.
1194 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1196 * wl-message.el (wl-message-prev-page): Ignore errors while
1199 2001-01-14 Yuuichi Teranishi <teranisi@gohome.org>
1201 * wl-mime.el: Use elmo-original-message-mode instead of
1202 mmelmo-original-mode.
1204 * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
1205 `elmo-folder-get-spec';
1206 (wl-fldmgr-add-completion-all-completions):
1207 Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
1209 * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
1210 of `elmo-folder-get-type'.
1212 * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
1213 `elmo-folder-get-spec';
1214 Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1215 Use `elmo-folder-append-message' instead of `elmo-append-msg';
1216 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1217 Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
1218 `elmo-read-msg-no-cache';
1219 Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
1220 Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
1221 (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
1222 (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
1224 (wl-draft-reedit): Use `elmo-message-file-name'.
1226 * wl-expire.el: Use `elmo-folder-name-internal';
1227 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1228 Use macro `wl-summary-buffer-msgdb' instead of variable
1229 `wl-summary-buffer-msgdb';
1230 Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
1231 Use macro `wl-summary-buffer-folder-name' instead of variable
1232 `wl-summary-buffer-folder-name'.
1233 * wl-score.el: Likewise.
1235 * wl-message.el: Rewrite for new message buffer cache mechanism.
1236 (wl-message-buffer-cache-buffer-get): New macro.
1237 (wl-message-buffer-cache-folder-get): Ditto.
1238 (wl-message-buffer-cache-message-get): Ditto.
1239 (wl-message-buffer-cache-entry-make): Ditto.
1240 (wl-message-buffer-cache-hit): Ditto.
1241 (wl-message-buffer-cache-sort): New function.
1242 (wl-message-buffer-cache-add): Ditto.
1243 (wl-message-buffer-cache-delete): Ditto.
1244 (wl-message-buffer-cache-clean-up): Ditto.
1245 (wl-message-buffer-window): Rewrite.
1246 (wl-message-select-buffer): Renamed from `wl-select-buffer'.
1247 (wl-message-buffer-display): New function.
1248 (wl-message-display-internal): New function.
1250 2001-01-12 Yuuichi Teranishi <teranisi@gohome.org>
1252 * wl-folder.el: Use `elmo-folder-name-internal';
1253 Use `wl-folder-get-elmo-folder';
1254 Use `elmo-folder-list-messages' instead of
1256 Use `elmo-folder-get-primitive-list' instead of
1257 `elmo-folder-get-primitive-spec-list';
1258 Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
1259 Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1260 Use `elmo-folder-create' instead of `elmo-create-folder'.
1261 (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
1262 (wl-folder-get-elmo-folder): New macro.
1263 (wl-folder-elmo-folder-cache-get): Ditto.
1264 (wl-folder-elmo-folder-cache-put): Ditto.
1265 (wl-folder-suspend): Call `elmo-quit'.
1267 * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1268 Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1269 Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
1270 Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
1271 (toplevel): require 'cl.
1272 (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
1274 * wl-summary.el: Rewrite to use new elmo interface.
1277 2001-02-06 Yuuichi Teranishi <teranisi@gohome.org>
1279 * wl-mime.el (wl-draft-preview-message):
1280 Run `wl-draft-send-hook' before collecting recipients information;
1281 Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
1283 * tm-wl.el (wl-draft-preview-message): Ditto.
1285 2001-02-05 Yuuichi Teranishi <teranisi@gohome.org>
1287 * wl-mime.el (wl-draft-preview-message): Fixed problem that
1288 wrong receipients are displayed when forwarded message.
1290 2001-02-01 Yuuichi Teranishi <teranisi@gohome.org>
1292 * Version number is increased to 2.5.7.
1294 2001-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
1296 * wl-message.el (wl-message-next-page): Bind
1297 `window-pixel-scroll-increment' to nil while scrolling up.
1299 2001-01-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1301 * wl-vars.el (wl-save-hook): New hook.
1302 * wl.el (wl-save): Call `wl-save-hook'.
1304 2001-01-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
1306 * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
1307 Argument WITH-ARG instead of NO-ARG (negative mean).
1308 (wl-draft-reply): WITH-ARG instead of NO-ARG.
1309 * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
1310 * wl-message.el (wl-message-follow-current-entity): Likewise.
1312 2001-01-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
1314 * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
1315 FROM was optional argument.
1316 (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
1318 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
1320 * Version number is increased to 2.5.6.
1322 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
1324 * wl-version.el (wl-version-show): Removed.
1325 (wl-version): Add `interactive'.
1327 2001-01-22 YAMASHITA Junji <ysjj@unixuser.org>
1329 * wl-summary.el (wl-summary-get-petname-func): New variable.
1330 (wl-summary-default-from): funcall `wl-summary-get-petname-func'
1331 instead of `wl-address-get-petname-1'.
1332 (wl-summary-simple-from): Ditto.
1334 * wl-address.el (wl-address-get-petname-1): Define as function.
1336 2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
1338 * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1339 field in the original message.
1340 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1342 2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
1344 * wl-expire.el (wl-expire-hide):
1345 Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1347 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1349 * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1350 find decoder for To, Cc, and Subject.
1352 2001-01-30 Yuuichi Teranishi <teranisi@gohome.org>
1354 * wl-summary.el (wl-cache-prefetch-next): Revert the logic
1355 for checking `elmo-use-buffer-cache'.
1356 (wl-summary-mark-as-important): Fixed typo in comment.
1358 2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
1360 * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1361 field in the original message.
1362 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1364 2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
1366 * wl-expire.el (wl-expire-hide):
1367 Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1369 2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
1371 * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1372 find decoder for To, Cc, and Subject.
1374 2001-01-18 Yuuichi Teranishi <teranisi@gohome.org>
1376 * Version number is increased to 2.5.5.
1378 * wl-address.el (wl-address-specials-regexp): New constant.
1379 (wl-address-quote-specials): Use it.
1381 2001-01-17 Yuuichi Teranishi <teranisi@gohome.org>
1383 * wl-summary.el (wl-summary-rescan):
1384 Call `wl-summary-buffer-number-column-detect'.
1385 (Advised by Akihiro MOTOKI <mokkun@iname.com>)
1387 * wl-message.el (wl-message-mode-map): Define.
1388 (wl-message-decode): Use it as local-map.
1390 2001-01-16 Yuuichi Teranishi <teranisi@gohome.org>
1392 * wl-score.el (wl-score-guess-like-gnus): Abolished.
1393 (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
1395 2001-01-12 Yuuichi Teranishi <teranisi@gohome.org>
1397 * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
1399 * wl-mule.el (wl-read-event-char): Ditto.
1401 * wl-e21.el (wl-read-event-char): Ditto.
1403 * wl-nemacs.el (wl-read-event-char): Ditto.
1404 (read-event): Removed.
1406 * wl-util.el (toplevel): Removed dummy definition of
1408 (wl-read-event-char, wl-xmas-read-event-char): Removed.
1410 2001-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1412 * wl-nemacs.el (elmo-archive-call-process): Moved to
1415 2001-01-02 TAKAHASHI Kaoru <kaoru@kaisei.org>
1417 * wl-draft.el (wl-draft-reply-list-symbol): New function.
1418 (wl-draft-reply): Use it. Fixed "No match field" error message.
1420 * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
1421 instead of magic-number 6. Use `not' instead of `null' for symbol
1422 `nil' check (not empty list).
1423 (wl-draft-insert-x-face-field): Fixed paren style.
1425 * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
1426 one-branch conditional statement, instead of `and' and `if'.
1427 (wl-draft-forward): Likewise.
1428 (wl-draft-add-references): Likewise.
1429 (wl-draft-yank-from-mail-reply-buffer): Likewise.
1431 * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
1432 conditional steatment. Use `cond' instead of `if'.
1433 (wl-draft-confirm): Likewise.
1435 2001-01-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1437 * wl-version.el (wl-version-show): Use `product-string-1'
1438 instead of `wl-version'.
1439 * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
1441 * wl-demo.el (wl-demo-copyright-notice): Add 2001.
1443 2000-12-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1445 * wl-highlight.el (wl-highlight-headers): Revert
1446 `wl-highlight-x-face-func' argument (`beg' and `end').
1448 2000-12-29 TAKAHASHI Kaoru <kaoru@kaisei.org>
1450 * wl.el (toplevel): Move `product-provide' declare.
1451 * wl-demo.el (toplevel): Ditto.
1452 * wl-dnd.el (toplevel): Ditto.
1453 * wl-highlight.el (toplevel): Ditto.
1454 * wl-message.el (toplevel): Ditto.
1455 * wl-refile.el (toplevel): Ditto.
1456 * wl-util.el (toplevel): Ditto.
1458 2000-12-26 Yuuichi Teranishi <teranisi@gohome.org>
1460 * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
1461 keep cursor position. (Advised by OKAZAKI Tetsurou <okazaki@be.to>)
1462 (wl-thread-close-all): keep cursor position.
1464 2000-12-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
1466 * wl-version.el (wl-version-status-alist): Use `zerop' instead of
1468 (wl-generate-user-agent-string-1): Fix conditional statement.
1470 2000-11-27 Kenichi OKADA <okada@opaopa.org>
1472 * wl.el (wl-check-environment): Additional check for
1473 'wl-local-domain' and `wl-message-id-domain'.
1475 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1477 * wl-draft.el (toplevel): Delete defvar for sasl-*.
1479 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1481 * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
1482 instead of `smtp-sasl-user-realm'.
1484 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1486 * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
1488 2000-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1490 * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
1491 to the default value as well as `eword-lexical-analyzer'.
1493 2000-12-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
1495 * wl-version.el (wl-extended-emacs-version,
1496 wl-extended-emacs-version2, wl-extended-emacs-version3): Use
1497 `elmo-match-string' instead of `wl-match-string'.
1499 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
1501 * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
1504 2000-12-10 Hironori Fukuchi <nory@valis.co.jp>
1506 * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
1508 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
1510 * wl-highlight.el (wl-highlight-headers): Remove
1511 `wl-highlight-x-face-func' argument (`beg' and `end').
1513 2000-12-15 Yuuichi Teranishi <teranisi@gohome.org>
1515 * wl-summary.el (wl-summary-mark-as-important):
1516 Remove cache if folder is local.
1518 2000-12-06 Taro Kawagishi <taro.kawagishi@nokia.com>
1520 * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
1521 to get existing e-mail address string.
1523 2000-12-13 TAKAHASHI Kaoru <kaoru@kaisei.org>
1525 * wl-version.el (wl-generate-user-agent-string): Commentary.
1526 (wl-generate-user-agent-string-1): Use `when' for
1527 one-branch conditional statement, instead of `and' and `if'.
1528 (wl-extended-emacs-version, wl-extended-emacs-version2,
1529 wl-extended-emacs-version3): Ditto.
1531 2000-12-12 Yuuichi Teranishi <teranisi@gohome.org>
1533 * wl-summary.el (wl-summary-sync-all-init): New inline function.
1534 (wl-summary-sync): Enclose `wl-summary-sync-update3' with
1535 condition-case; Remove initialization.
1536 (wl-summary-confirm-appends): Don't enclose with `condition-case'.
1537 (wl-summary-sync-update3): Added argument `sync-all';
1538 Eliminated local variable `msgdb';
1539 Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
1540 Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
1541 (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1543 2000-12-12 KOGURO Naoki <koguro@dd.iij4u.or.jp>
1545 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
1546 connection before call `wl-draft-send-mail-with-smtp'.
1548 2000-11-30 Yuuichi Teranishi <teranisi@gohome.org>
1550 * Version number is increased to 2.5.4.
1552 2000-11-27 Kenichi OKADA <okada@opaopa.org>
1554 * wl.el (wl-check-environment): Additional check for
1555 'wl-local-domain' and `wl-message-id-domain'.
1557 2000-11-28 Yuuichi Teranishi <teranisi@gohome.org>
1559 * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
1560 buffer as command specific.
1561 (wl-folder-mark-as-read-all-entity): Ditto.
1562 (wl-folder-prefetch-entity): Ditto.
1563 (wl-folder-drop-unsync-entity): Ditto.
1565 * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
1566 (wl-prog-uudecode-no-stdout-option): Changed default to t.
1567 (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
1569 * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
1572 2000-11-22 Yuuichi Teranishi <teranisi@gohome.org>
1574 * Version number is increased to 2.5.3.
1576 * wl-summary.el (wl-summary-save-view-cache):
1577 Delete duplicated `write-region';
1578 Use `write-region-as-binary' instead of `as-binary-output-file' and
1581 2000-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1583 * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
1585 2000-11-20 Yuuichi Teranishi <teranisi@gohome.org>
1587 * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
1588 instead of `smtp-via-smtp'.
1590 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1592 * wl-draft.el (toplevel): Delete defvar for sasl-*.
1594 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1596 * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
1597 instead of `smtp-sasl-user-realm'.
1599 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1601 * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
1603 2000-11-19 Kenichi OKADA <okada@opaopa.org>
1605 * Version number is increased to 2.5.2.
1607 2000-11-17 Yuuichi Teranishi <teranisi@gohome.org>
1609 * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
1611 (wl-biff-stop): Call `cancel-timer' if timer already exists.
1612 (wl-biff-start): Call `timer-activate' if timer already exists.
1614 * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
1615 only when it is bound as function.
1617 2000-11-15 Yuuichi Teranishi <teranisi@gohome.org>
1619 * Version number is increased to 2.5.1.
1621 2000-11-14 Yuuichi Teranishi <teranisi@gohome.org>
1623 * wl-thread.el (wl-thread-update-line-on-buffer-sub):
1624 Print refile/copy destination.
1626 2000-11-13 Yuuichi Teranishi <teranisi@gohome.org>
1628 * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
1629 queue-flush-only is non-nil.
1631 * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
1633 * wl-summary.el (wl-summary-refile-subr): Use folder realname while
1634 checking cache folder.
1636 2000-11-09 TAKAHASHI Kaoru <kaoru@kaisei.org>
1638 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
1641 2000-11-08 TAKAHASHI Kaoru <kaoru@kaisei.org>
1643 * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
1645 * wl-summary.el (wl-summary-write-current-folder-functions):
1646 Change default value. Use it.
1648 2000-11-08 Yuuichi Teranishi <teranisi@gohome.org>
1650 * Version number is increased to 2.5.0.
1652 * wl-version.el (wl-version): Changed codename.
1654 2000-11-06 Kenichi OKADA <okada@opaopa.org>
1656 * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
1657 (wl-summary-supersedes-message): Ditto.
1659 2000-11-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
1661 * wl-refile.el (wl-refile-guess-functions): Renamed from
1662 `wl-refile-guess-func-list'.
1664 2000-11-02 Yuuichi Teranishi <teranisi@gohome.org>
1666 * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
1667 Fixed problem when no rule was matched.
1669 2000-11-01 Akihiro MOTOKI <motoki@da.jp.nec.com>
1671 * wl-summary.el (wl-summary-get-mark): Fixed
1672 `wl-summary-buffer-target-mark' check logic.
1674 2000-11-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1676 * wl-folder.el (wl-folder-write-current-folder): Added group
1679 * wl-summary.el (wl-summary-write-current-folder): Renamed from
1680 `wl-summary-write-current-newsgroup'.
1681 (wl-summary-write-current-folder-functions): New variable.
1682 * wl-folder.el (wl-folder-get-newsgroups): New function.
1683 (wl-folder-guess-mailing-list-by-refile-rule): New function.
1684 (wl-folder-write-current-folder): Renamed from
1685 `wl-folder-write-current-newsgroup'.
1687 2000-11-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
1689 * Version number is increased to 2.3.93.
1691 2000-11-01 Yuuichi Teranishi <teranisi@gohome.org>
1693 * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
1694 (wl-ldap-make-matched-value-list): Ditto.
1695 (wl-ldap-alias-safe-string): Split e-mail address.
1697 * wl-summary.el (wl-summary-read-folder): Fixed problem when
1698 petname folder default was selected.
1699 (Fix by HIROSE Yuuji <yuuji@gentei.org>)
1700 (wl-summary-auto-refile): Use `wl-folder-get-realname'.
1702 2000-10-31 Yuuichi Teranishi <teranisi@gohome.org>
1704 * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
1705 to `wl-draft-config-exec'.
1707 * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
1708 instead of calling `wl-draft-config-exec';
1709 Process group-list and show recipients in minibuffer.
1711 * tm-wl.el (wl-draft-preview-message): Ditto.
1713 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1715 * wl.el (toplevel): Added (C) to copyright notice, and
1717 * tm-wl.el (toplevel): Ditto.
1718 * wl-address.el (toplevel): Ditto.
1719 * wl-demo.el (toplevel): Ditto.
1720 * wl-dnd.el (toplevel): Ditto.
1721 * wl-draft.el (toplevel): Ditto.
1722 * wl-e21.el (toplevel): Ditto.
1723 * wl-expire.el (toplevel): Ditto.
1724 * wl-folder.el (toplevel): Ditto.
1725 * wl-highlight.el (toplevel): Ditto.
1726 * wl-message.el (toplevel): Ditto.
1727 * wl-mime.el (toplevel): Ditto.
1728 * wl-mule.el (toplevel): Ditto.
1729 * wl-nemacs.el (toplevel): Ditto.
1730 * wl-refile.el (toplevel): Ditto.
1731 * wl-score.el (toplevel): Ditto.
1732 * wl-summary.el (toplevel): Ditto.
1733 * wl-template.el (toplevel): Ditto.
1734 * wl-thread.el (toplevel): Ditto.
1735 * wl-util.el (toplevel): Ditto.
1736 * wl-vars.el (toplevel): Ditto.
1737 * wl-xmas.el (toplevel): Ditto.
1739 2000-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1741 * wl.el (wl-init): Added comment about `wl-init-hook'.
1742 * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
1743 * wl-vars.el (wl-init-hook): Added docs.
1744 (wl-make-plugged-hook): Removed useless docs.
1745 * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
1746 * wl-xmas.el (toplevel): Ditto.
1748 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
1750 * wl-address.el (toplevel): Fixed multiple Author header format.
1751 * wl-demo.el (toplevel): Ditto.
1752 * wl-draft.el (toplevel): Ditto.
1753 * wl-folder.el (toplevel): Ditto.
1754 * wl-summary.el (toplevel): Ditto.
1755 * wl-thread.el (toplevel): Ditto.
1756 * wl-util.el (toplevel): Ditto.
1757 * wl-vars.el (toplevel): Ditto.
1758 * wl-version.el (toplevel): Ditto.
1759 * wl-xmas.el (toplevel): Ditto.
1760 * wl.el (toplevel): Ditto.
1762 * wl-version.el (toplevel): Added require `elmo-version' for
1763 `product-version-as-string'.
1765 2000-10-31 Yuuichi Teranishi <teranisi@gohome.org>
1767 * wl-vars.el (wl-draft-send-hook): Changed default value to
1768 '(wl-draft-config-exec).
1770 * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
1772 (wl-draft): Set `wl-draft-config-exec-flag' before running
1773 `wl-mail-setup-hook'.
1775 * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
1776 `wl-biff-init-icons' to `wl-init-hook' instead of
1777 `wl-make-plugged-hook'.
1778 (Because if `wl-draft' command is invoked at first,
1779 they are not initialized)
1780 Updated copyright notice.
1782 * wl-e21.el (toplevel): Ditto;
1784 * wl-demo.el (toplevel): Updated copyright notice.
1785 * wl-address.el (toplevel): Ditto.
1786 * wl-draft.el (toplevel): Ditto.
1787 * wl-version.el (toplevel): Ditto.
1788 * wl-folder.el (toplevel): Ditto.
1789 * wl-summary.el (toplevel): Ditto.
1790 * wl-thread.el (toplevel): Ditto.
1791 * wl-util.el (toplevel): Ditto.
1792 * wl-vars.el (toplevel): Ditto.
1793 * wl.el (toplevel): Ditto.
1795 2000-10-30 Yuuichi Teranishi <teranisi@gohome.org>
1797 * wl-highlight.el (wl-highlight-message): Fixed problem of
1798 highlighting failure which occured when the last field contains
1799 multiple lines in the draft buffer.
1801 * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
1802 `wl-biff-start' if plugged.
1804 * wl-util.el (wl-biff-check-folder): New function.
1805 (wl-biff-check-folders): Don't set session name prefix.
1806 Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
1807 (wl-biff-check-folder-async): Ditto.
1809 * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
1812 2000-10-07 Yasushi Shoji <yashi@yashi.com>
1814 * wl-vars.el (wl-subject-prefix-regexp): New variable.
1816 * wl-draft.el (wl-draft-strip-subject-re): New function.
1818 * wl-draft.el (wl-draft-reply): Use it.
1820 2000-10-30 Yuuichi Teranishi <teranisi@gohome.org>
1822 * wl-message.el (wl-mmelmo-message-redisplay): Use
1823 `mime-display-message' instead of `wl-mime-display-message'.
1825 * wl-mime.el (toplevel): Removed compatibility workaround
1826 for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
1827 (wl-mime-display-message): Abolished.
1828 (wl-mime-entity-read-field): Ditto.
1829 (wl-mime-combine-message/partial-pieces): Use
1830 `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
1832 2000-10-27 OKAZAKI Tetsurou <okazaki@be.to>
1834 * wl-template.el: Doc fixes.
1836 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1838 * wl-e21.el (wl-message-overload-functions): Do nothing if
1839 `current-local-map' is not available.
1840 (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
1842 2000-10-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
1844 * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
1847 * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
1849 (wl-fldmgr-save-folders): Don't use `format' when insert
1850 `wl-fldmgr-folders-header'.
1852 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1854 * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
1856 2000-10-26 Yuuichi Teranishi <teranisi@gohome.org>
1858 * wl-highlight.el (wl-highlight-message):
1859 Use `std11-field-end' to detect end point of the header field.
1860 Refer `wl-highlight-max-header-size'.
1862 * wl-vars.el (wl-highlight-max-header-size): New variable.
1864 * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
1866 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
1867 Set `for-draft' argument of wl-highlight-headers.
1869 (wl-draft-reedit): Ditto.
1870 (wl-user-agent-compose-internal): Ditto.
1872 2000-10-24 Daiki Ueno <ueno@unixuser.org>
1874 * wl-message.el (wl-message-add-button): Use overlay.
1876 2000-10-24 Yuuichi Teranishi <teranisi@gohome.org>
1878 * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
1880 * wl-address.el (wl-address-string-without-group-list-contents): Fixed
1881 problem when group-list content is nothing.
1882 (Reported by Mito <mit@nines.nec.co.jp>)
1884 2000-10-18 SAITO Atsunori <sai@yedo.com>
1886 * wl-summary.el (wl-summary-print-destination): Adjust line length.
1888 2000-10-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
1890 * tm-wl.el (toplevel): Use product-provide.
1892 2000-10-20 Yuuichi Teranishi <teranisi@gohome.org>
1894 * Version number is increased to 2.3.92.
1896 2000-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1898 * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
1899 title text, use `display' property for left margin under Emacs 21.
1901 * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
1903 (wl-plugged-init-icons): Ditto.
1905 2000-10-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
1907 * wl.el (wl-save-status, wl-init): Remove last period in
1909 * tm-wl.el (wl-summary-burst): Ditto.
1910 * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
1911 wl-summary-resume-cache-status,
1912 wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
1913 wl-summary-sync-update3, wl-summary-highlight-msgs,
1914 wl-summary-flush-pending-append-operations,
1915 wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
1916 wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
1917 * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
1918 wl-thread-open-all): Ditto.
1919 * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1920 * wl-mime.el (wl-summary-burst): Ditto.
1921 * wl-highlight.el (wl-highlight-summary): Ditto.
1922 * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
1923 wl-folder-open-all, wl-folder-update-access-group): Ditto.
1924 * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
1925 * wl-address.el (wl-local-address-init): Ditto.
1927 2000-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1929 * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
1930 `add-text-properties'.
1931 (wl-plugged-init-icons): Ditto.
1932 (wl-folder-init-icons): Use `propertize' instead of
1933 `put-text-property'.
1934 (wl-plugged-set-folder-icon): Ditto.
1935 (wl-e21-highlight-folder-group-line): Ditto.
1937 2000-10-18 Yuuichi Teranishi <teranisi@gohome.org>
1939 * wl-version.el (wl-version-status-alist): New variable.
1940 (wl-version-status): New function.
1942 * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
1943 "Cc" part of the case "Reply-To".
1945 * wl-draft.el (wl-draft-reply): Use result of
1946 `eword-extract-address-components'.
1948 * wl-demo.el (wl-demo-icon-name): New constant.
1949 (wl-logo-xpm): Use it.
1950 (wl-logo-xbm): Ditto.
1951 (wl-logo-bitmap): Ditto.
1953 * Version number is increased to 2.3.91.
1955 2000-10-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
1957 * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
1958 (wl-extended-emacs-version, wl-extended-emacs-version2,
1959 wl-extended-emacs-version3): Remove `interactive'. Fixed
1962 * wl-version.el (wl-generate-user-agent-string-1): New function.
1963 (wl-generate-user-agent-string): Use it.
1965 * wl-version.el (wl-generate-user-agent-string-1): Ignore
1966 `mime-edit-insert-user-agent-field'.
1967 (wl-generate-user-agent-string): Check
1968 `mime-edit-insert-user-agent-field' and `mime-editor/version'.
1970 * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
1971 instead of `if', when verbose case.
1973 2000-10-18 Kenichi OKADA <okada@opaopa.org>
1975 * wl-expire.el (wl-summary-expire): Fix.
1977 2000-10-18 Kenichi OKADA <okada@opaopa.org>
1979 * wl.el (wl-check-environment): Don't check `wl-trash-folder'
1980 and `elmo-lost+found-folder' if 'wl-draft.
1981 * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
1983 2000-10-17 Kenichi OKADA <okada@opaopa.org>
1985 * wl-expire.el (wl-summary-expire): Change messages.
1986 * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1987 `deleing-info' instead of "Deleting..."
1989 2000-10-15 Osamu Yamane <yamane@green.ocn.ne.jp>
1991 * wl-summary.el (wl-summary-refile-subr): Fix.
1993 2000-10-15 Kenichi OKADA <okada@opaopa.org>
1995 * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
1998 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2000 * wl-vars.el (wl-draft-use-cache): Default `nil'.
2002 2000-10-17 Kenichi OKADA <okada@opaopa.org>
2004 * wl-expire.el (wl-expire-hide): New function.
2005 (wl-summary-expire): Add `hide'.
2007 2000-10-17 Yuuichi Teranishi <teranisi@gohome.org>
2009 * wl-vars.el (wl-draft-reply-without-argument-list):
2010 Changed default value to consider `Reply-To:'.
2011 (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
2013 * Version number is increased to 2.3.90.
2015 * wl-summary.el (wl-summary-msgdb-load-async): Enclose
2016 elmo-imap4-get-session with unwind-protect.
2018 (wl-summary-sync-marks): Don't check plugged nor folder type.
2019 (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
2020 (Always keep current buffer).
2022 2000-10-16 Akihiro MOTOKI <motoki@da.jp.nec.com>
2024 * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
2025 Enclose with `save-excursion'.
2027 2000-10-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
2029 * wl-version.el (wl-version): Remove interactive.
2031 2000-10-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
2033 * wl-version.el (wl-generate-user-agent-string): Use
2034 `product-string-verbose' instead of `product-string-1'.
2036 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2038 * wl-vars.el (wl-draft-use-cache): New variable.
2039 * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
2040 if wl-draft-use-cache is non-nil.
2042 2000-10-15 Kenichi OKADA <okada@opaopa.org>
2044 * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
2045 (wl-summary-prefetch-msg): force prefetch if called with optional argument.
2047 2000-10-13 Yuuichi Teranishi <teranisi@gohome.org>
2049 * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
2050 (wl-thread-msg-mark-as-unread): Ditto.
2052 * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
2053 (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
2054 (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
2055 Don't set mark in summary if return value of `elmo-mark-as-read'
2057 Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
2058 (wl-summary-mark-as-read-region): Use `wl-summary-mark-as-read'
2059 instead of `wl-thread-msg-mark-as-read'.
2060 (wl-summary-mark-as-unread-region): Ditto.
2061 (wl-summary-target-mark-mark-as-read): Ditto.
2063 * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2065 2000-10-12 Yuuichi Teranishi <teranisi@gohome.org>
2067 * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
2069 * wl-mule.el (wl-highlight-folder-current-line): Ditto.
2071 2000-10-11 Yuuichi Teranishi <teranisi@gohome.org>
2073 * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
2076 2000-10-11 OKAZAKI Tetsurou <okazaki@be.to>
2078 * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
2081 2000-10-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
2083 * wl-version.el (toplevel): Use `product-version-as-string' for
2084 set verstion-string, if defined.
2086 * wl-version.el (wl-version-show): Insert string at point, when
2089 * wl-version.el (wl-generate-user-agent-string): Use
2090 `product-string-1' instead of `wl-appname', `wl-version' and
2093 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2095 * wl-address.el (toplevel): Use product-provide.
2096 * wl-demo.el (toplevel): Ditto.
2097 * wl-dnd.el (toplevel): Ditto.
2098 * wl-draft.el (toplevel): Ditto.
2099 * wl-e21.el (toplevel): Ditto.
2100 * wl-expire.el (toplevel): Ditto.
2101 * wl-fldmgr.el (toplevel): Ditto.
2102 * wl-folder.el (toplevel): Ditto.
2103 * wl-highlight.el (toplevel): Ditto.
2104 * wl-message.el (toplevel): Ditto.
2105 * wl-mime.el (toplevel): Ditto.
2106 * wl-mule.el (toplevel): Ditto.
2107 * wl-nemacs.el (toplevel): Ditto.
2108 * wl-refile.el (toplevel): Ditto.
2109 * wl-score.el (toplevel): Ditto.
2110 * wl-summary.el (toplevel): Ditto.
2111 * wl-template.el (toplevel): Ditto.
2112 * wl-thread.el (toplevel): Ditto.
2113 * wl-util.el (toplevel): Ditto.
2114 * wl-vars.el (toplevel): Ditto.
2115 * wl-xmas.el (toplevel): Ditto.
2116 * wl.el (toplevel): Ditto.
2118 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2120 * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
2123 * wl-version.el (wl-version): Compile time evalution elmo-version.
2125 2000-10-10 Kenichi OKADA <okada@opaopa.org>
2127 * wl-summary.el (wl-summary-sync-force-update): Append queue
2128 `mark-as-read'if unplugged.
2130 2000-10-10 TAKAHASHI Kaoru <kaoru@kaisei.org>
2132 * wl-version.el: New file. Use product.el.
2133 * wl.el: add (require 'wl-version).
2134 * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
2135 for ~/.folders header.
2136 (wl-fldmgr-folders-header): Changed.
2137 * wl-demo.el (wl-demo): Use product.el.
2139 * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
2141 * wl-util.el (wl-version, wl-version-show): Ditto.
2143 * wl-util.el (wl-generate-user-agent-string,
2144 wl-extended-emacs-version, wl-extended-emacs-version2,
2145 wl-extended-emacs-version3): Move to wl-version.el.
2146 * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
2147 xemacs-codename, mime-edit-insert-user-agent-field,
2148 mime-edit-user-agent-value, mime-editor/version,
2149 mime-editor/codename): Compile warning killer move to
2152 2000-10-09 Kenichi OKADA <okada@opaopa.org>
2154 * wl-summary.el (wl-summary-refile-subr): Fix.
2156 2000-10-09 Yuuichi Teranishi <teranisi@gohome.org>
2158 * wl-summary.el (wl-summary-sync-marks): Changed argument for
2159 `elmo-list-folder-unread' and `elmo-list-folder-important'.
2161 2000-10-08 Kenichi OKADA <okada@opaopa.org>
2163 * wl.el (wl-check-environment): Check too many `@'.
2165 2000-10-08 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2167 * wl-thread.el (wl-thread-delete-message): Fix parentheses.
2169 2000-10-07 TAKAHASHI Kaoru <kaoru@kaisei.org>
2171 * wl-vars.el (wl-draft-reply-myself-with-argument-list,
2172 wl-draft-reply-myself-without-argument-list): Add variables.
2173 * wl-draft.el (wl-draft-reply): Use it.
2175 2000-10-06 Daiki Ueno <ueno@unixuser.org>
2177 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
2178 the 5th argument of `elmo-network-get-spec'.
2180 * wl-thread.el (wl-thread-reparent-children): New inline function.
2181 (wl-thread-delete-message): Use it.
2183 * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
2184 (wl-summary-score-update-all-lines): Don't use `dolist'.
2186 2000-10-06 TAKAHASHI Kaoru <kaoru@kaisei.org>
2188 * wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add
2189 (require 'elmo-msgdb) for inline function.
2191 2000-10-06 Kenichi OKADA <okada@opaopa.org>
2193 * wl-vars.el (wl-draft-queue-save-variables): Add variables.
2195 2000-10-06 Kenichi OKADA <okada@opaopa.org>
2197 * wl-score.el (wl-score-headers): Fix for the confusing macro
2200 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2202 * wl-summary.el: Don't use the 3rd argument of `require' because
2203 it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
2204 * wl-util.el: Ditto.
2205 * wl-draft.el: Ditto.
2207 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2209 * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
2210 window system is not used.
2212 2000-10-04 Daiki Ueno <ueno@unixuser.org>
2214 * wl-thread.el: Don't use `mapcar' only for iteration.
2215 (wl-thread-resume-entity): Ditto.
2216 (wl-thread-delete-message): Ditto.
2218 * wl-summary.el: Bind `dragdrop-drop-functions',
2219 `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
2220 of `require' for `timezone', `easymenu' and `ps-print';
2221 don't use `mapcar' only for iteration.
2223 * wl-util.el: Bind `mule-version', `nemacs-version',
2224 `emacs-beta-version', `xemacs-codename',
2225 `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
2226 `mime-editor/version' and `mime-editor/codename'; specify 3rd
2227 argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
2230 * wl-score.el: Don't use `mapcar' only for iteration.
2231 (wl-score-simplify-buffer-fuzzy): Ditto.
2232 (wl-score-simplify-subject): Ditto.
2233 (wl-score-headers): Ditto.
2234 (wl-summary-score-update-all-lines): Ditto.
2236 * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
2237 `enable-multibyte-characters' and `mule-version'.
2239 * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
2240 `mapcar' only for iteration.
2242 * wl-demo.el: Don't use `mapcar' only for iteration.
2244 * wl-folder.el: Don't use `mapcar' only for iteration.
2245 (wl-folder-open-all): Ditto.
2246 (wl-folder-count-incorporates): Ditto.
2248 * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
2249 (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
2251 * wl-draft.el: Bind `x-face-add-x-face-version-header',
2252 `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
2253 `smtp-connection-type'; specify 3rd argument of `require' for
2254 `timezone'; don't use `mapcar' only for iteration.
2255 (wl-draft-clone-local-variables): Don't use `mapcar'.
2256 (wl-draft-generate-clone-buffer): Ditto.
2257 (wl-user-agent-compose-internal): Ditto.
2259 * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
2261 * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
2262 (wl-save-status): Ditto.
2264 * wl-address.el (wl-local-address-init): Don't use `mapcar' only
2267 2000-10-04 Yuuichi Teranishi <teranisi@gohome.org>
2269 * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
2271 (wl-fldmgr-make-filter-default): New user option.
2273 * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
2274 Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
2275 (wl-fldmgr-filter-completion-alist): Abolish.
2277 * wl.el (wl): Don't check servers if arg is non-nil.
2279 * wl-draft.el (wl-draft-reply): Set only message-id string to
2282 2000-10-03 Yuuichi Teranishi <teranisi@gohome.org>
2284 * wl-summary.el (wl-summary-pick): Rewrite.
2286 * wl-draft.el (wl-draft-forward): Get references field from
2288 (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
2290 2000-10-02 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2292 * wl-draft.el (wl-draft-forward): Add references field.
2294 2000-10-03 Yuuichi Teranishi <teranisi@gohome.org>
2296 * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
2297 (wl-draft-reply): Use it.
2299 2000-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
2301 * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
2302 when Emacs 21 is running.
2304 * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
2307 2000-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2309 * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
2310 XPM icons transparent.
2312 * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
2315 2000-09-29 Yuuichi Teranishi <teranisi@gohome.org>
2317 * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
2320 * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
2321 when it is persistent.
2322 (wl-summary-sync-marks): Changed argument for
2323 `elmo-list-folder-unread' and `elmo-list-folder-important'.
2324 (wl-summary-virtual): Use `elmo-read-search-condition'.
2325 (wl-summary-redisplay-internal): If folder is local, mark as read
2326 even when folder is plugged.
2328 2000-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2330 * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
2331 of `tool-bar-lines' in the frame parameters.
2332 (after-make-frame-functions, post-command-hook): Don't modify the
2334 (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
2335 wl-e21-tool-bar-lines): Removed.
2337 2000-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2339 * wl-highlight.el (wl-highlight-folder-path): Put overlay
2340 properties `evaporate' and `wl-momentary-overlay' as well.
2341 (wl-highlight-summary-displaying): Ditto.
2342 (wl-delete-all-overlays): Don't delete overlay which does not have
2343 a property `wl-momentary-overlay'.
2345 * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
2346 `display-mouse-p' and `display-graphic-p'.
2347 (wl-folder-init-icons): Don't search for XBM or the other files.
2348 (wl-plugged-set-folder-icon): Make icons if and only if
2349 `display-graphic-p' returns non-nil.
2350 (wl-highlight-plugged-current-line): Use `before-string' overlay
2351 property to show icon images.
2352 (wl-highlight-folder-current-line): Ditto.
2353 (wl-e21-highlight-folder-group-line): Ditto.
2354 (wl-e21-highlight-folder-by-numbers): Ditto.
2355 (wl-e21-insert-image): Removed.
2356 (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
2357 (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
2359 (wl-e21-switch-toolbar-after-make-frame): Renamed from
2360 `wl-e21-force-switch-toolbar'.
2361 (wl-e21-make-icon-image): Removed.
2362 (wl-e21-setup-toolbar): Don't search for XBM files.
2363 (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
2366 2000-09-27 Yuuichi Teranishi <teranisi@gohome.org>
2368 * wl-util.el (wl-biff-check-folder-async): Set
2369 `wl-biff-check-folders-running' even when it is not an IMAP folder.
2371 2000-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
2373 * wl-e21.el (after-make-frame-functions): Add
2374 `wl-e21-force-switch-toolbar'.
2375 (wl-e21-force-switch-toolbar): New function force to switch the
2376 toolbar appearance automatically.
2377 (post-command-hook): Add `wl-e21-switch-toolbar'.
2378 (wl-e21-switch-toolbar): New function to switch the toolbar
2379 appearance automatically.
2380 (wl-e21-tool-bar-lines): New buffer local variable.
2382 2000-09-25 Yuuichi Teranishi <teranisi@gohome.org>
2384 * wl-util.el (wl-biff-check-folders-running): New variable.
2385 (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
2386 (wl-biff-check-folder-async-callback):
2387 Set `wl-biff-check-folders-running'.
2388 (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
2389 with unwind-protect.
2391 * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
2392 Enclose `wl-folder-auto-check' with unwind-protect.
2394 * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
2395 (toplevel) [Emacs19+]: Removed autoload setting for "timer".
2397 * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
2399 * wl-util.el (wl-biff-notify): New inline function.
2400 (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
2402 Call `wl-biff-check-folder-async' if length of `wl-biff-check-
2404 Use `wl-biff-notify'.
2405 (wl-biff-check-folder-async-callback): New function.
2406 (wl-biff-check-folder-async): Ditto.
2408 * wl-folder.el (wl-folder): Don't check folders.
2409 (wl-folder-auto-check): New function.
2411 2000-09-24 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2413 * wl-util.el (wl-biff-start) [Emacs19+]:
2414 Use `timer-next-integral-multiple-of-time'.
2415 (wl-biff-check-folders): Use `wl-default-folder'
2416 if `wl-biff-check-folder-list' is nil.
2418 2000-09-24 OKAZAKI Tetsurou <okazaki@be.to>
2420 * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
2421 instead of `elmo-delete-lists'.
2423 2000-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2425 * wl.el (wl-plugged-toggle-all): Set the value of
2426 `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
2427 (wl-plugged-toggle): Ditto.
2428 (wl-toggle-plugged): Ditto.
2429 (wl-plugged-init): Ditto.
2431 * wl-xmas.el (wl-biff-init-icons): Set icons data to
2432 `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
2433 instead of `wl-biff-state-indicator-off' and
2434 `wl-biff-state-indicator-on'; don't modify the value and the type
2435 of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
2436 (wl-plugged-init-icons): Set icons data to
2437 `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
2438 instead of `wl-plug-state-indicator-off' and
2439 `wl-plug-state-indicator-on'; don't modify the value and the type
2440 of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
2442 * wl-vars.el (wl-modeline-biff-state-off,
2443 wl-modeline-biff-state-on, wl-modeline-biff-status,
2444 wl-modeline-plug-state-off, wl-modeline-plug-state-on,
2445 wl-modeline-plug-status): New internal variables.
2446 (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
2447 wl-biff-check-interval, wl-biff-check-folder-list): Change
2448 customization group from `wl-folder' to `wl-highlight'.
2449 (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
2450 wl-show-plug-status-on-modeline): Defcustomized.
2452 * wl-util.el (wl-biff-check-folders): Set the value of the flag
2453 `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
2454 (wl-mode-line-buffer-identification): Set both ON and OFF data with
2455 a flag to `mode-line-buffer-identification'.
2457 * wl-e21.el (wl-biff-init-icons): Set icons data to
2458 `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
2459 instead of `wl-biff-state-indicator-off' and
2460 `wl-biff-state-indicator-on'.
2461 (wl-plugged-init-icons): Set icons data to
2462 `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
2463 instead of `wl-plug-state-indicator-off' and
2464 `wl-plug-state-indicator-on'.
2466 2000-09-20 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
2468 * wl-util.el (wl-mode-line-buffer-identification): Don't breed
2471 2000-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2473 * wl.el (wl-plugged-mode): Use revised
2474 `wl-mode-line-buffer-identification'.
2475 (wl-plugged-init): Don't use `force-mode-line-update'.
2477 * wl-xmas.el (wl-draft-overload-functions): Use revised
2478 `wl-mode-line-buffer-identification'.
2479 (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
2480 (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
2481 (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
2482 add `wl-plugged-init-icons' and `wl-biff-init-icons' to
2483 `wl-make-plugged-hook';
2484 add `wl-folder-init-icons' and `wl-setup-folder' to
2485 `wl-folder-mode-hook'.
2487 * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
2489 (wl-mode-line-display-priority-list): New user option.
2490 (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
2492 (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
2495 * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
2497 (wl-mode-line-buffer-identification): Revised as a function.
2499 * wl-summary.el (wl-summary-mode): Use revised
2500 `wl-mode-line-buffer-identification'; don't call
2501 `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
2502 (TopLevel): Don't bind `wl-e21-setup-summary' nor
2503 `wl-xmas-setup-summary'.
2505 * wl-nemacs.el (wl-draft-overload-functions): Use revised
2506 `wl-mode-line-buffer-identification'.
2508 * wl-mule.el (wl-draft-overload-functions): Use revised
2509 `wl-mode-line-buffer-identification'.
2511 * wl-folder.el (wl-make-plugged-alist): Don't call
2512 `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
2513 (wl-folder): Don't call `wl-folder-init-icons' directly.
2514 (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
2515 `wl-xmas-setup-folder' directly;
2516 use revised `wl-mode-line-buffer-identification'.
2517 (TopLevel): Don't bind `wl-biff-init-icons',
2518 `wl-plugged-init-icons', `wl-folder-init-icons',
2519 `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
2521 * wl-e21.el (wl-draft-overload-functions): Use revised
2522 `wl-mode-line-buffer-identification'.
2523 (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
2524 (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
2525 (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
2526 add `wl-plugged-init-icons' and `wl-biff-init-icons' to
2527 `wl-make-plugged-hook';
2528 add `wl-folder-init-icons' and `wl-setup-folder' to
2529 `wl-folder-mode-hook'.
2531 2000-09-18 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2532 Katsumi Yamaoka <yamaoka@jpl.org>
2534 * wl.el (wl): Call `wl-biff-start'.
2535 (wl-exit): Call `wl-biff-stop'.
2536 (wl-plugged-mode): Show biff in modeline.
2537 (wl-unplugged-glyph, wl-plugged-glyph): Removed.
2539 * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
2540 (wl-biff-init-icons): New function.
2541 (wl-plugged-init-icons): Don't make too much keymaps.
2542 (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
2544 * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
2545 wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
2547 (wl-biff-check-interval, wl-biff-check-folder-list): New user
2550 * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
2551 wl-biff-start, wl-biff-stop): New functions.
2552 (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
2553 (wl-biff-timer-name): New variable.
2555 * wl-summary.el (wl-summary-mode): Show biff in modeline.
2557 * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
2558 (wl-plugged-init-icons, wl-folder-init-icons): Removed.
2560 * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
2561 (wl-plugged-init-icons, wl-folder-init-icons): Removed.
2563 * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
2564 (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
2565 `wl-folder-init-icons' to `ignore' if they are not available.
2566 (wl-folder-mode): Show biff in modeline.
2568 * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
2569 (wl-biff-init-icons): New function.
2570 (wl-plugged-init-icons): Don't make too much keymaps.
2571 (wl-biff-nomail-image, wl-biff-mail-image): New variables.
2573 2000-09-15 OKAZAKI Tetsurou <okazaki@be.to>
2575 * wl-vars.el (wl-strict-diff-folders): Customization Type
2576 and doc fix. Define as a list of regular expressions for
2578 * wl-folder.el (wl-folder-check-one-entity): Use
2579 `wl-string-match-member' instead of `wl-string-member' for
2580 `wl-strict-diff-folders'.
2582 2000-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2584 * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
2585 (wl-highlight-folder-current-line): Use it; new implementation.
2586 (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
2587 wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
2588 `defsubst' instead of `defun'.
2590 * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
2591 `wl-highlight-group-folder-by-numbers'; made it can also be a
2592 number. See info for more details.
2594 * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
2597 * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
2600 * wl-mule.el (wl-xmas-setup-*): No need to bind them.
2601 (wl-highlight-folder-current-line): New implementation.
2603 * wl-highlight.el (wl-highlight-folder-group-line): New
2605 (wl-delete-all-overlays): Rewrite as a marco.
2606 (TopLevel): Require `wl-e21' when Emacs 21 is running.
2608 * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
2610 (wl-folder-*-glyph): No need to bind them.
2612 * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
2613 `wl-e21-highlight-folder-group-icon'; rewrite.
2614 (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
2615 `defsubst' instead of `defun'.
2616 (wl-folder-mode-map): Bind it when compiling.
2618 2000-09-13 Yuuichi Teranishi <teranisi@gohome.org>
2620 * wl.el (wl): Initialize plug-related settings before `wl-init'.
2622 * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
2624 2000-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2626 * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
2628 2000-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
2630 * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
2631 (wl-highlight-folder-current-line): Use it.
2633 * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
2636 2000-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
2638 * wl.el: Require `wl-e21' when Emacs 21 is running.
2640 * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
2641 default when Emacs 21 is running.
2642 (wl-use-highlight-mouse-line): Ditto.
2643 (wl-on-emacs21): New constant.
2644 (wl-on-emacs20): Removed.
2646 * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
2647 Emacs 21 is running.
2649 * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
2650 Emacs 21 is running.
2652 * wl-e21.el: New file.
2654 2000-09-08 Daiki Ueno <ueno@unixuser.org>
2656 * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
2657 (wl-toggle-plugged): Ditto.
2658 (wl-plugged-toggle): Ditto.
2659 (wl-plugged-toggle-all): Ditto.
2661 * wl-vars.el (wl-plug-state-indicator): Refer
2662 `wl-plug-state-indicator-on' indirectly.
2664 2000-08-31 Yuuichi Teranishi <teranisi@gohome.org>
2666 * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
2667 Call `wl-folder-confirm-existence'.
2669 * wl-folder.el (wl-folder-confirm-existence): Added optional
2672 2000-08-30 OKAZAKI Tetsurou <okazaki@be.to>
2674 * wl-summary.el (wl-summary-refile-subr): Assume
2675 `copy-or-refile' as symbol.
2676 (wl-summary-refile): Follow up above change.
2677 (wl-summary-copy): Ditto. Doc fix.
2679 2000-08-29 Yuuichi Teranishi <teranisi@gohome.org>
2681 * wl-summary.el (wl-summary-pick): Don't bind
2682 `elmo-search-mime-charset'.
2684 * wl-vars.el (wl-highlight-message-header-button-alist): Define
2685 default using old backquote style.
2686 (wl-search-mime-charset): Abolished.
2688 * wl-highlight.el (wl-highlight-headers):
2689 Call `point' after `re-search-forward'(for Nemacs).
2691 * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
2694 2000-08-29 Daiki Ueno <ueno@unixuser.org>
2696 * wl-message.el (wl-mmelmo-message-redisplay): Bind
2697 `wl-message-ignored-field-list' instead of
2698 `mime-view-ignored-field-list'.
2700 * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
2701 Add interactive spec.
2702 (wl-folder-goto-bottom-of-current-folder): Ditto.
2703 (wl-folder-mode-map): Bind them.
2705 * wl-vars.el (wl-message-ignored-field-list): New variable.
2706 (wl-message-visible-field-list): New variable.
2708 * wl-mime.el (wl-mime-header-presentation-method): New function.
2709 (wl-mime-setup): Set header-presentation-method.
2711 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2713 * wl-nemacs.el (wl-draft-overload-functions): Set
2714 `mode-line-buffer-identification' instead of using
2717 * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
2718 instead of using `wl-make-modeline'.
2720 * wl-xmas.el (wl-plugged-init-icons): Set up
2721 `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
2722 (wl-make-modeline): Abolish.
2723 (wl-draft-overload-functions): Set
2724 `mode-line-buffer-identification' instead of using
2727 * wl-util.el (wl-make-modeline-subr): Abolish.
2728 (wl-mode-line-buffer-identification): New alias.
2730 * wl-summary.el (wl-summary-buffer-folder-indicator): New.
2731 (wl-summary-make-modeline): Abolish.
2732 (wl-summary-buffer-set-folder): Set
2733 `wl-summary-buffer-folder-indicator'.
2734 (wl-summary-mode): Set `mode-line-buffer-identification' instead
2735 of using `wl-make-modeline'.
2736 (wl-summary-switch-to-clone-buffer): Don't set
2737 `mode-line-buffer-identification'.
2738 (wl-summary-goto-folder-subr): Ditto.
2740 * wl-mule.el (wl-draft-overload-functions): Set
2741 `mode-line-buffer-identification' instead of using
2744 * wl-folder.el (wl-folder-mode): Set
2745 `mode-line-buffer-identification' instead of using
2747 (wl-folder): Don't set `mode-line-buffer-identification'.
2749 2000-08-28 OKAZAKI Tetsurou <okazaki@be.to>
2751 * wl-refile.el (wl-refile-learn): Simplified. Use `memq'
2752 instead of `member' for `wl-refile-guess-func-list' look-ups.
2753 Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
2755 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2757 * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
2758 `wl-message-button-dispatcher'.
2760 * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
2762 * wl-message.el (wl-message-button-dispatcher): Use it.
2764 * wl-vars.el (wl-highlight-message-header-button-alist): Add
2767 * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
2768 Bind `case-fold-search' to t.
2770 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2772 * wl-xmas.el (wl-message-overload-functions): Initialize
2773 `wl-message-button-map'.
2775 * wl-mule.el (wl-message-overload-functions): Initialize
2776 `wl-message-button-map'.
2778 * wl-vars.el (wl-highlight-message-header-button-alist): New.
2780 * wl-message.el (wl-message-button-map): New keymap.
2781 (wl-message-add-button): New function.
2782 (wl-message-button-dispatcher): New function.
2783 (wl-message-button-refer-article): New function.
2786 (wl-highlight-message-add-buttons-to-header): New function.
2787 (wl-highlight-headers): Use it.
2789 2000-08-28 Daiki Ueno <ueno@unixuser.org>
2791 * wl-summary.el (wl-summary-default-from): Use
2792 `wl-address-get-petname-1'.
2793 (wl-summary-simple-from): Ditto.
2795 * wl-address.el (wl-address-get-petname-1): New inline function.
2796 (wl-address-get-petname): Use it.
2798 2000-08-27 Daiki Ueno <ueno@unixuser.org>
2800 * wl-summary.el (wl-summary-default-from): Return full-name part
2801 from the address if no petname was found.
2802 (wl-summary-simple-from): Ditto.
2804 * wl-address.el (wl-address-get-petname): Return nil if no petname
2805 associated with the address was found.
2807 2000-08-23 Masahiro MURATA <muse@ba2.so-net.ne.jp>
2809 * wl-folder.el (wl-folder-open-all): Remove progress gauge when
2810 display is finished.
2812 2000-08-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
2814 * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
2815 `elmo-folder-exists-p' argument.
2817 2000-08-23 Daiki Ueno <ueno@unixuser.org>
2819 * wl-folder.el (wl-folder-confirm-existence): Check existence of
2822 2000-08-23 Yuuichi Teranishi <teranisi@gohome.org>
2824 * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
2826 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
2827 Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
2829 2000-08-22 Daiki Ueno <ueno@unixuser.org>
2831 * wl-folder.el (wl-folder-create-subr): New function.
2832 (wl-folder-confirm-existence): Use it.
2833 (wl-folder-check-one-entity): Use it.
2834 Check the error symbol is derived from 'elmo-open-error.
2836 * wl-summary.el (wl-summary-read-folder): Don't pass the argument
2839 2000-08-21 TAKAHASHI Kaoru <kaoru@kaisei.org>
2841 * wl-util.el (toplevel): Add (eval-when-compile (require
2842 'elmo-util)). (Maybe `provide' is typo.)
2844 2000-08-21 Yuuichi Teranishi <teranisi@gohome.org>
2846 * wl-util.el (toplevel): Removed (provide 'elmo-util).
2847 (I don't know why this was needed.)
2849 * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
2850 Follow up changes for stream-type.
2852 * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
2853 (wl-draft-elmo-nntp-send): Ditto.
2855 * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
2856 (wl-nntp-posting-stream-type): Ditto.
2857 (wl-pop-before-smtp-ssl): Abolished.
2858 (wl-nntp-posting-ssl): Ditto.
2860 * wl-address.el (wl-address-quote-specials): New function.
2861 (wl-address-make-completion-list): Use `wl-address-quote-specials'.
2863 * wl-draft.el (wl-draft-reply): Ditto.
2865 2000-08-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
2867 * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
2868 use function `wl-string-match-assoc'.
2870 2000-08-10 Yuuichi Teranishi <teranisi@gohome.org>
2872 * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
2874 * wl-draft.el (wl-draft-deduce-address-list): New function.
2875 (wl-draft-parse-mailbox-list): Ditto.
2876 (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
2877 instead of `smtp-deduce-address-list'.
2878 (wl-draft-on-field-p): Follow group list.
2880 * wl-address.el (wl-address-concat-token): New function.
2881 (wl-address-string-without-group-list-contents): Ditto.
2882 (wl-complete-field-body): Fixed problem of completion
2883 by japanese petname.
2884 (wl-address-make-completion-list): Rewrite.
2886 2000-08-11 Taro Kawagishi <taro.kawagishi@nokia.com>
2888 * wl-address.el (wl-address-make-completion-list): Completion by
2890 (wl-complete-field-body): Likewise.
2892 2000-08-08 Yuuichi Teranishi <teranisi@gohome.org>
2894 * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
2895 contains invalid address syntax.
2897 2000-07-26 Kenichi OKADA <okada@opaopa.org>
2899 * wl-folder.el (wl-folder-check-entity-async): Use
2900 `elmo-nntp-spec-hostname'.
2902 2000-08-02 OKAZAKI Tetsurou <okazaki@be.to>
2904 * wl-summary.el (wl-summary-msgdb-load-async): Use
2905 `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
2907 2000-07-31 Yuuichi Teranishi <teranisi@gohome.org>
2909 * wl-draft.el (wl-draft-reply): Set argument
2910 `content-transfer-encoding' as nil.
2912 2000-07-26 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
2914 * wl-refile.el (wl-refile-learn): Move hit element to the top of
2917 2000-07-26 Kenichi OKADA <okada@opaopa.org>
2919 * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
2920 (wl-draft-edit-string): Ditto.
2921 (wl-draft-forward): Ditto.
2922 * wl-summary.el (wl-summary-write): Ditto.
2924 2000-07-24 Yuuichi Teranishi <teranisi@gohome.org>
2926 * wl-summary.el (wl-summary-sync-update3): Call
2927 `wl-summary-buffer-number-column-detect'.
2928 (wl-summary-buffer-number-column-detect): Search from point-min.
2930 2000-07-19 Yuuichi Teranishi <teranisi@gohome.org>
2932 * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
2933 contains an address which is not included in original to or cc.
2935 2000-07-19 Kenichi OKADA <okada@opaopa.org>
2937 * wl-summary.el (wl-summary-target-mark-uudecode): Error when
2938 begin-line does not exist.
2939 * wl-message.el (wl-message-uu-substring): Ditto.
2941 2000-07-18 Yuuichi Teranishi <teranisi@gohome.org>
2943 * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
2944 clear local variables.
2945 (wl-summary-exit): Call `elmo-commit'.
2946 (wl-summary-switch-to-clone-buffer): Call
2947 `wl-summary-buffer-set-folder' after `wl-summary-mode'.
2948 (wl-summary-goto-folder-subr): Ditto.
2950 * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
2953 2000-07-17 Yuuichi Teranishi <teranisi@gohome.org>
2955 * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
2956 wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
2957 wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
2958 wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
2959 wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
2960 wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
2962 * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
2964 2000-07-12 Hironori Fukuchi <nory@valis.co.jp>
2966 * wl-summary.el (wl-summary-search-by-subject):
2967 Search parent message from the latest one.
2969 2000-07-13 Yuuichi Teranishi <teranisi@gohome.org>
2971 * wl-draft.el (wl-draft-reply): Insert address with full-name.
2972 (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
2974 * wl-vars.el (wl-draft-reply-use-address-with-full-name):
2977 * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
2978 if elmo-nntp-use-killed-list is nil.
2979 Use `elmo-msgdb-append-to-killed-list'.
2980 (Append numbers confirmed as disappeared to the killed list.)
2981 (wl-summary-confirm-appends): Don't display negative number.
2983 2000-07-07 Kenichi OKADA <okada@opaopa.org>
2985 * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
2987 2000-07-11 Yuuichi Teranishi <teranisi@gohome.org>
2989 * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
2991 (wl-summary-sync-update3): Use `elmo-list-diff' instead of
2992 `elmo-list-bigger-diff'.
2994 2000-07-04 Yuuichi Teranishi <teranisi@gohome.org>
2996 * wl-summary.el (wl-summary-buffer-exit-func):
2997 New buffer local variable.
2998 (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
3000 2000-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3002 * wl-demo.el (wl-demo): Fix the last change.
3004 2000-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
3006 * wl-demo.el (wl-demo): Don't use `eval'.
3008 2000-07-07 Kenichi OKADA <okada@opaopa.org>
3010 * wl-summary.el (wl-summary-buffer-thread-modified):
3011 New buffer-local variable.
3012 (wl-summary-set-thread-modified): New function.
3013 (wl-summary-thread-modified-p): New function.
3014 (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
3015 (wl-summary-yank-saved-message): Use function
3016 `wl-summary-set-thread-modified'
3017 (wl-summary-switch-to-clone-buffer): Add
3018 `wl-summary-buffer-thread-modified'.
3020 * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
3021 (wl-summary-buffer-mark-saved-hook): Ditto.
3022 * wl-summary.el (wl-summary-msgdb-save): New hook
3023 `wl-summary-buffer-message-saved-hook' and
3024 `wl-summary-buffer-mark-saved-hook'.
3026 2000-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3028 * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
3030 2000-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3032 * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
3033 don't hide scroll bars under FSF Emacsen because it may incur an
3034 undesirable redrawing.
3036 2000-07-04 Kenichi OKADA <okada@opaopa.org>
3038 * wl-draft.el (wl-draft-edit-string): Call
3039 `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
3041 2000-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
3043 * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
3045 2000-07-01 OKAZAKI Tetsurou <okazaki@be.to>
3047 * wl-summary.el (wl-summary-msgdb-load-async): Call
3048 `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
3050 2000-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3052 * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
3053 fringes in demo buffer; center bitmap logo correctly even if old
3056 2000-06-27 MAKINO Takashi <makino@cyber.office.ne.jp>
3058 * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
3060 * wl-refile.el (wl-refile-subject-alist): New variable.
3061 (wl-refile-subject-alist-file-name): Ditto.
3062 (wl-refile-alist-setup): Rewrite.
3063 (wl-refile-alist-save): Use `elmo-object-save'.
3064 Eliminated arguments.
3065 (wl-refile-learn): Check `wl-refile-guess-func-list'.
3066 (wl-refile-guess-by-subject): New function.
3067 (wl-refile-guess-func-list): Added it.
3069 2000-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3071 * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
3072 (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
3074 2000-06-28 Yuuichi Teranishi <teranisi@gohome.org>
3076 * wl-summary.el (wl-summary-buffer-prev-folder-func):
3077 New buffer-local variable.
3078 (wl-summary-buffer-next-folder-func): Ditto.
3079 (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
3081 (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
3083 (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
3085 (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
3088 2000-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3090 * wl-demo.el (wl-demo): Don't set the value of `fill-column'
3091 permanently in the demo buffer.
3093 2000-06-22 Yuuichi Teranishi <teranisi@gohome.org>
3095 * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
3096 `mime-entity-fetch-field'.
3098 * wl.el (wl-exit): Delete plugged buffer.
3100 * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
3101 XEmacs has menubar feature.
3103 2000-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3105 * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0. It
3106 cannot arrive at the beginning of the buffer under old Emacsen.
3108 2000-06-19 Yuuichi Teranishi <teranisi@gohome.org>
3110 * wl-address.el (wl-address-ldap-search):
3111 Call `ldap-search-entries' with `withdn' argument t.
3112 (wl-complete-field-body): Bind completion-ignore-case as t.
3113 Clear ldap search hash when it was sole completion.
3114 Use elmo-string for pattern string.
3115 (wl-ldap-alias-safe-string): Eliminated needless let.
3117 2000-06-16 Shun-ichi GOTO <gotoh@taiyo.co.jp>
3119 * wl-address.el (wl-ldap-alias-dn-level): New variable.
3120 (wl-ldap-alias-sep): New constant.
3121 (wl-ldap-search-attribute-type-list): Ditto.
3122 (wl-ldap-get-value): New function.
3123 (wl-ldap-make-filter): Ditto.
3124 (wl-ldap-make-matched-value-list): Ditto.
3125 (wl-ldap-alias-safe-string): Ditto.
3126 (wl-ldap-register-dn-string): Ditto.
3127 (wl-address-ldap-search): Rewrite.
3129 2000-06-17 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3131 * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
3133 (wl-thread-delete-line-from-buffer): Ditto.
3134 (wl-thread-get-exist-children): New function.
3136 2000-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
3138 * wl-demo.el (wl-demo): Made it to select various image types.
3139 (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
3140 from `wl-title-logo'.
3141 (wl-logo-ascii): New variable.
3142 (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
3143 (wl-demo-copyright-notice): New constant.
3145 * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
3147 2000-06-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
3149 * wl-vars.el (wl-summary-target-above): Renamed from
3150 wl-summary-temp-above.
3151 * wl-score.el (wl-score-get-score-alist): Use it.
3152 (wl-summary-score-update-all-lines): Use it.
3153 * wl-summary.el: Ditto. (make-variable-buffer-local).
3155 2000-06-15 Yuuichi Teranishi <teranisi@gohome.org>
3157 * wl-vars.el (wl-ldap-port): New user option.
3159 * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
3160 Rewite whole implementation.
3161 (wl-complete-field-body): Fixed.
3163 2000-06-14 Yuuichi Teranishi <teranisi@quickhack.net>
3165 * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
3166 Choose implementation at compile time.
3168 2000-06-13 Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3170 * wl-address.el (wl-ldap-search-internal): New function.
3171 (wl-complete-field-to): Use it.
3173 2000-06-12 Yuuichi Teranishi <teranisi@gohome.org>
3175 * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
3176 Use `let' instead of `let*'.
3179 * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
3180 Define as defcustom.
3181 (wl-ldap-base): Ditto.
3182 (wl-use-ldap): Ditto.
3184 2000-06-09 Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3186 * wl-address.el (wl-ldap-search): New function.
3187 (wl-complete-field-body): Use `wl-ldap-search'.
3188 (wl-ldap-server): New variable.
3189 (wl-ldap-base): Ditto.
3190 (wl-use-ldap): Ditto.
3192 2000-06-08 OKAZAKI Tetsurou <okazaki@be.to>
3194 * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
3195 (Pointed out by Mito <mit@nines.nec.co.jp>).
3196 * wl-summary.el (wl-summary-redisplay-no-mime): Update
3197 buffer-local variables like `wl-summary-redisplay-internal'.
3198 (wl-summary-redisplay-all-header): Likewise. Update
3201 2000-06-05 Yuuichi Teranishi <teranisi@gohome.org>
3203 * wl-summary.el (wl-summary-jump-to-parent-message):
3204 Consider prefix argument.
3206 * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
3207 when closed thread is deleted.
3209 2000-05-31 Yasushi ABE <yasushi@stbbs.net>
3211 * wl-summary.el (wl-summary-jump-to-parent-message):
3212 Consider thread modification.
3214 2000-06-03 OKAZAKI Tetsurou <okazaki@be.to>
3216 * wl-message.el (wl-message-normal-get-original-buffer): Use
3219 * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
3220 (wl-summary-showto-folder-regexp): Ditto.
3222 2000-05-31 OKAZAKI Tetsurou <okazaki@be.to>
3224 * wl-util.el (wl-delete-alist): Doc fix.
3225 (wl-delete-associations): New function.
3226 (wl-inverse-alist): New function.
3227 * wl-summary.el (wl-summary-exec-subr): Rename parameters.
3228 Split temporary variables. Use `wl-delete-associations'
3229 and `wl-inverse-alist'.
3230 (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
3232 2000-05-30 Yuuichi Teranishi <teranisi@gohome.org>
3234 * wl-folder.el (wl-folder-prefetch-entity):
3235 Execute prefetching if new count is unknown.
3237 2000-05-27 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3239 * wl-vars.el (wl-summary-insert-headers-hook): New variable.
3241 * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
3243 (wl-thread-set-parent): If insert as top, set linked as nil.
3245 * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
3246 `wl-thread-cleanup-symbols' when view mode is thread.
3248 2000-05-26 OKAZAKI Tetsurou <okazaki@be.to>
3250 * wl-folder.el (wl-folder-create-folder-entity): Use
3251 with-current-buffer.
3252 (wl-local-folder-init): Call set-buffer to make sure we are in
3253 the Folder buffer. Don't touch buffer-local variables here.
3254 (wl-folder-mode): Initialize buffer-local variables here.
3256 * wl-folder.el (wl-folder-get-path): Use let instead of let*.
3257 (wl-folder-entity-assign-id): Ditto.
3258 (wl-folder-create-entity-hashtb): Ditto.
3259 (wl-local-folder-init): Ditto.
3260 (wl-folder-create-group-alist): Initialize `cur-alist' with let.
3262 2000-05-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
3264 * wl-summary.el (wl-summary-default-from): Fix probrem when
3265 std11-extract-address-components return (nil "foo@bar").
3267 2000-05-24 OKAZAKI Tetsurou <okazaki@be.to>
3269 * wl-draft.el (wl-draft-clone-local-variables):
3270 Remove redundant `setq'.
3272 2000-05-19 Yuuichi Teranishi <teranisi@gohome.org>
3274 * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3275 Bind wl-highlight-x-face-func as nil while highlighting header.
3277 2000-05-21 OKAZAKI Tetsurou <okazaki@be.to>
3279 * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
3281 2000-05-21 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3283 * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
3284 elmo-msgdb-overview-hashtb from copy-variables.
3285 (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
3286 instead of `elmo-msgdb-overview-get-entity-by-number'.
3287 (wl-summary-auto-refile): Ditto.
3289 * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3290 `elmo-msgdb-overview-get-entity' instead of
3291 `elmo-msgdb-search-overview-entity'. Use
3292 `elmo-msgdb-overview-get-entity' instead of
3293 `elmo-msgdb-overview-get-entity-by-number'.
3294 (wl-thread-insert-entity-sub): Ditto.
3295 (wl-thread-insert-message): Ditto.
3297 * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
3298 `elmo-msgdb-overview-get-entity'.
3299 (wl-normal-message-redisplay): Ditto.
3301 2000-05-20 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3303 * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
3304 `wl-thread-entities'.
3305 (wl-thread-delete-message): Fix remove top message from
3306 `wl-thread-entity-list'.
3308 * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
3309 wl-append(nconc), because update-list is broken on Meadow.
3311 * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
3313 (wl-summary-rescan): Ditto.
3314 (wl-summary-sync-update3): Ditto.
3315 * wl-thread.el (wl-thread-set-parent): Renamed from
3316 `wl-summary-set-parent'.
3317 (wl-thread-insert-message): Updating buffer faster.
3318 (wl-thread-delete-message): Updating buffer faster.
3320 * wl-score.el (wl-summary-score-update-all-lines): Changed
3321 interval for display progress gauge.
3323 2000-05-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
3325 * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
3326 folder always-sticky.
3327 * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
3330 2000-05-18 Yuuichi Teranishi <teranisi@gohome.org>
3332 * wl-vars.el (wl-draft-add-references): New user option.
3334 * wl-draft.el (wl-draft-add-references): New function.
3335 (wl-draft-yank-from-mail-reply-buffer): Use it.
3336 (wl-draft-insert-current-message): Bind `wl-draft-add-references'
3339 2000-05-12 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3341 * wl-thread.el (wl-thread-update-line-msgs): Called
3342 `wl-thread-update-line-on-buffer-sub'.
3343 (wl-thread-update-line-on-buffer): Delete routine of inserting
3345 (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
3346 moved from `wl-thread-update-line-on-buffer'.
3347 Add threshold for displaying progress gauge.
3348 * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
3349 argument of `wl-thread-update-line-msgs'.
3350 Add threshold for displaying progress gauge.
3352 Add threshold for displaying progress gauge.
3353 * wl-score.el: Ditto.
3355 * wl-expire.el (wl-summary-expire): Display deleting info.
3357 2000-05-12 Yuuichi Teranishi <teranisi@gohome.org>
3359 * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
3361 * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
3362 argument of `wl-thread-update-line-msgs'.
3363 (wl-summary-set-parent): Added optional argument `parent-number'.
3364 (wl-summary-buffer-saved-message): New buffer local variable.
3365 (wl-summary-save-current-message): New command.
3366 (wl-summary-yank-saved-message): Ditto.
3367 (wl-summary-mode-map): Added key binding for
3368 `wl-summary-save-current-message' (\ew) and
3369 `wl-summary-yank-saved-message' (\C-y).
3370 (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
3372 2000-05-11 Yuuichi Teranishi <teranisi@gohome.org>
3374 * wl-summary.el (wl-summary-mode-map): Added key binding for
3375 `wl-summary-set-parent' (ts).
3377 2000-05-10 Masahiro MURATA <muse@ba2.so-net.ne.jp>
3379 * wl-summary.el (wl-summary-insert-thread-entity): Search same
3380 subject faster. If thread number is reverse, delayed updating
3382 (wl-summary-search-by-subject): Ditto.
3383 (wl-summary-put-alike): Ditto.
3384 (wl-summary-get-alike): Ditto.
3385 (wl-summary-insert-headers): Insert header of all overview in
3387 (wl-summary-rescan): Delayed updating thread. Kill search subject
3388 buffer for wl-summary-search-by-subject.
3389 (wl-summary-sync-update3): Ditto.
3390 (wl-summary-exit): Ditto.
3391 (wl-summary-goto-bottom-of-current-thread): Change for linked
3393 (wl-summary-overview-create-summary-line): Change line for linked
3396 * wl-summary.el (wl-summary-update-thread): Use
3397 wl-thread-maybe-get-children-num.
3398 (wl-summary-set-parent): If change parent, move sub thread.
3399 (wl-summary-redisplay-internal): Add horizontal recenter.
3400 (wl-summary-redisplay-no-mime): Add horizontal recenter.
3402 * wl-thread.el (wl-thread-entity-get-linked): New function.
3403 (wl-thread-entity-set-linked): New function.
3404 (wl-thread-create-entity): Add linked element.
3405 (wl-thread-entity-insert-as-top): Use wl-append.
3406 (wl-thread-maybe-get-children-num): If closing thread, return
3408 (wl-thread-update-line-msgs): Displaying progress message.
3409 (wl-thread-update-line-on-buffer-sub): Use
3410 wl-thread-maybe-get-children-num.
3411 (wl-thread-update-line-on-buffer): If update line is not exists,
3413 (wl-thread-delete-message): If delete top msg of thread, search
3415 (wl-thread-insert-entity): Use
3416 wl-thread-maybe-get-children-num.
3418 * wl-highlight.el (wl-highlight-summary-current-line): change
3419 sregexp for linked thread.
3420 * wl-util.el (wl-count-lines): Count lines.
3421 (wl-horizontal-recenter): horizontal recenter.
3422 * wl-score.el (wl-score-put-alike): Use wl-count-lines
3423 (wl-score-get-alike): Ditto.
3424 * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
3425 (wl-subject-length-limit): New variable.
3426 (wl-highlight-thread-indent-string-regexp): Changed for linked
3429 2000-05-10 Yuuichi Teranishi <teranisi@gohome.org>
3431 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3432 New variable (revival).
3433 * wl-summary.el (wl-summary-insert-thread-entity): Search parent
3434 by subject matching if there's no in-reply-to nor references field
3438 2000-05-10 Yuuichi Teranishi <teranisi@gohome.org>
3440 * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
3443 2000-05-09 Yuuichi Teranishi <teranisi@gohome.org>
3445 * wl-summary.el (wl-summary-reply): Return t if there was a
3446 message at cursor point.
3447 Added unwind-protect.
3448 (wl-summary-reply-with-citation): Cite only when wl-summary-reply
3450 (wl-summary-cancel-message): Do nothing when there's no message at
3452 (wl-summary-forward): Ditto.
3453 (wl-summary-jump-to-parent-message): Ditto.
3454 (wl-summary-reedit): Ditto.
3455 (wl-summary-edit-addresses): Ditto.
3456 (wl-summary-pipe-message): Ditto.
3457 (wl-summary-print-message-with-ps-print): Ditto.
3458 (wl-summary-print-message): Ditto.
3459 (wl-summary-mark-as-important): Ditto.
3460 (wl-summary-mark-as-unread): Ditto.
3462 * wl-summary.el (wl-summary-reply): Cause an error when there's no
3463 message at cursor point.
3464 (wl-summary-reply-with-citation): Remove unwind-protect.
3466 * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
3467 subject searching feature.
3468 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3471 2000-04-28 Yuuichi Teranishi <teranisi@gohome.org>
3473 * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
3475 * wl-summary.el (wl-summary-insert-thread-entity): Search parent
3476 by subject matching if there's no in-reply-to nor references field.
3478 * wl-summary.el (wl-summary-set-parent): New command (No key binding).
3480 * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
3481 when display is finished.
3482 (wl-folder-open-all): Ditto.
3483 (wl-folder-update-access-group): Ditto.
3484 * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
3485 * wl-thread.el (wl-thread-close-all): Ditto.
3487 * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
3488 progress gauge only when it was displayed.
3489 * wl-folder.el (wl-folder-insert-entity): Ditto.
3491 2000-04-26 Yuuichi Teranishi <teranisi@gohome.org>
3493 * wl-summary.el (wl-summary-incorporate): Enclose
3494 `wl-summary-sync-force-update' with save-excursion.
3496 2000-04-21 Yuuichi Teranishi <teranisi@elmo.dq.isl.ntt.co.jp>
3498 * wl-summary.el (wl-summary-prefetch-region):
3499 Pass current cursor point to `pos-visible-in-window-p' after
3500 moving cursor to the started point.
3502 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3504 * wl-vars.el (wl-ignored-forwarded-headers): New user option.
3506 * wl-draft.el (wl-draft-insert-current-message): Delete useless
3507 fields from the forwarding message.
3508 (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
3511 2000-04-20 Yuuichi Teranishi <teranisi@gohome.org>
3513 * wl-mime.el (wl-message-request-partial):
3514 Eliminated argument `msgdb'.
3515 Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
3516 (wl-mime-combine-message/partial-pieces): Likewise.
3517 * tm-wl.el (wl-message-request-partial): Likewise.
3518 (wl-mime-combine-message/partial-pieces): Likewise.
3520 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
3522 * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
3523 when display is finished.
3525 2000-04-17 HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
3527 * wl-summary.el (wl-summary-goto-folder-subr):
3528 Fix problem when wl-summary-partial-highlight-above-lines is nil.
3530 2000-04-18 Yuuichi Teranishi <teranisi@gohome.org>
3532 * wl-summary.el (wl-summary-prefetch-region): Redisplay only
3533 when cursor point is visible.
3535 2000-04-15 Yuuichi Teranishi <teranisi@gohome.org>
3537 * wl-expire.el (wl-expire-archive-get-max-number):
3538 Don't use `file-name-directory'.
3540 2000-04-14 Yuuichi Teranishi <teranisi@gohome.org>
3542 * wl-expire.el (wl-expire-archive-get-max-number):
3543 Use `file-name-directory'.
3545 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
3547 * wl-summary.el (wl-summary-sync-marks): Re-display progress
3548 only when there is progress.
3550 2000-04-13 Mito <mit@nines.nec.co.jp>
3552 * wl-summary.el (wl-summary-sync-marks): Display progress.
3554 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
3556 * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
3557 (wl-summary-prev): Move cursor regardless of unread status.
3558 (wl-summary-next): Ditto.
3560 2000-04-10 Yuuichi Teranishi <teranisi@gohome.org>
3562 * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
3563 Added argument `target' and `number'.
3564 * tm-wl.el (wl-summary-burst-subr): New function.
3565 (wl-summary-burst): Use it.
3567 2000-04-10 Mito <mit@nines.nec.co.jp>
3569 * wl-mime.el (wl-burst): New function.
3570 (wl-summary-burst): Use it.
3572 2000-04-07 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
3574 * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
3575 as petname when there's no candidate.
3577 2000-04-07 Yuuichi Teranishi <teranisi@gohome.org>
3579 * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
3581 * wl-fldmgr.el (wl-fldmgr-add): Use it.
3583 * wl.el (wl-plugged-init): Flush queues if started with plugged status.
3585 * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
3587 2000-04-05 Yuuichi Teranishi <teranisi@gohome.org>
3589 * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
3590 Use substring of `original' instead of buffer-substring.
3591 (wl-refile-evaluate-rule):
3592 Set `original' argument of wl-refile-expand-newtext.
3595 (wl-summary-auto-refile-check-refile-rule-alist-subr,
3596 wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
3597 (wl-summary-auto-refile): Check existence of destination folder just
3600 2000-04-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
3602 * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
3603 when wl-refile-get-field-value return nil.
3605 2000-04-04 Daiki Ueno <ueno@unixuser.org>
3608 (wl-refile-expand-newtext): New function imported from Gnus.
3609 (wl-refile-evaluate-rule): Use it.
3611 2000-04-04 Yuuichi Teranishi <teranisi@gohome.org>
3613 * wl-summary.el (wl-summary-print-destination):
3614 Duplicate folder string to avoid putting text-property on
3617 * wl-refile.el (wl-refile-get-field-value): New function.
3618 (wl-refile-evaluate-rule): New function;
3619 Evaluate refile rule recursively.
3620 (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
3621 * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
3622 New function; Check existence of a target folder recursively.
3623 (wl-summary-auto-refile-check-refile-rule-alist):
3624 Use wl-summary-auto-refile-check-refile-rule-alist-subr.
3626 2000-03-30 Yuuichi Teranishi <teranisi@gohome.org>
3628 * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
3630 * wl-folder.el (wl-create-folder-entity-from-buffer):
3631 Fixed problem when '}' character is contained in folder name.
3633 * wl-xmas.el (wl-make-modeline): Consider plugged status.
3635 2000-03-29 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
3637 * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
3638 (wl-fldmgr-add-completion-all-completions):
3639 Use wl-fldmgr-add-completion-hashtb.
3641 2000-03-28 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
3643 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
3644 wl-fldmgr-add-completion-subr): New functions.
3645 * wl-folder.el (wl-folder-completion-func): New variable.
3646 * wl-summary.el (wl-summary-read-folder):
3647 Use wl-folder-completion-func.
3649 * wl-refile.el: Eliminate throw & catch.
3651 * wl.el (wl-plugged-sending-queue-status): Fixed.
3653 2000-03-27 Mikio Nakajima <minakaji@osaka.email.ne.jp>
3655 * wl-draft.el (wl-draft): Put category property on
3656 mail-header-separator.