update
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2
3         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4
5 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6
7         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
8                 In most major modes, Emacs assumes that any opening
9                 delimiter found at the left margin is the start of a
10                 top-level definition, or defun. Therefore, *never put an
11                 opening delimiter at the left margin unless it should have
12                 that significance.*
13
14 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
15
16         * wl-version.el (wl-version): Changed codename.
17
18         * Version number is increased to 2.10.1.
19
20 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
21
22         * wl-summary.el (wl-summary-line-list-info): Use %f to make
23         list-count instead of %d.
24
25 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
26
27         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
28
29 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
30
31         * wl-summary.el (wl-summary-mark-collect): Revive missing return
32         for sequential numbering case.
33
34 2002-12-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35
36         * wl-message.el (wl-message-buffer-display): Back to the first page
37         when cache is hit.
38
39         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
40         (wl-message-buffer-prefetch-idle-time): Ditto.
41         (wl-message-buffer-prefetch-folder-type-list): Ditto.
42
43         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
44         for elmo-remove-passwd.
45
46 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
47
48         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
49         (avoid error for the case without byte-compiling)
50
51 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
52
53         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
54         according to current-language-environment.
55
56 2002-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
57
58         * 2.10.0 is released.
59
60 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
61
62         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
63         folder is sticky.
64         (wl-folder-mark-as-read-all-entity): Ditto.
65         (wl-folder-prefetch-entity): Ditto.
66
67 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
68
69         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
70
71 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
72
73         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
74         take nil so as not to search parent by subject.
75
76 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
79         with argument 'any-exists.
80         
81 2002-11-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
82
83         * wl-draft.el (wl-draft-reedit): Do not decode part in
84         `mime-edit-decode-single-part-in-buffer' unless it is text part.
85         (Although it seems semi issue. [wl:10790])
86
87 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
88
89         * wl-address.el (wl-address-make-completion-entry): Extracted from
90         `wl-address-make-completion-list'.
91         (wl-address-enable-strict-loading): New variable.
92         (wl-address-make-completion-list): Revive petname duplication
93         inquiry, and enable it if `wl-address-enable-strict-loading'.
94         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
95
96 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
97
98         * wl-message.el (wl-message-get-original-buffer): Avoid
99         'Selecting deleted buffer' error when original buffer is killed.
100
101 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
102
103         * wl-version.el (wl-version): Changed codename.
104
105         * Version number is increased to 2.10.0.
106
107 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
108
109         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
110         buffer-modified status (Thanks to
111         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
112
113 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
114
115         * wl-util.el (wl-region-exists-p): New function.
116
117         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
118         Remove defvars for byte-compile warnings.
119
120 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
123         defvar-maybe. Removed unused bind.
124
125 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
126
127         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
128         summary buffer window before creating new frame.
129         (wl-draft-reply): Ditto.
130
131 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-mime.el (toplevel): Avoid byte-compile warnings.
134
135 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
136
137         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
138
139 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
140
141         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
142         instead of `kill-region'.
143
144 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
145
146         * wl-mime.el (wl-mime-preview-follow-current-region): New function
147         that originates in mime-preview-follow-current-entity.
148         (wl-draft-yank-current-message-entity): Use it if region is active.
149
150         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
151         * wl-e21.el (wl-message-define-keymap): Bind "D" for
152         `wl-message-delete-current-part'.
153         * wl-mule.el (wl-message-define-keymap): Ditto.
154         * wl-xmas.el (wl-message-define-keymap): Ditto.
155
156 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
157
158         * wl-mime.el (wl-message-delete-current-part): Check the class of
159         mime-entity.
160
161 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
162
163         * wl-mime.el (wl-message-delete-current-part): New function.
164         (wl-mime-node-id-to-string): Ditto.
165
166         * wl-mime.el (wl-message-delete-current-part): Use existing
167         original buffer which corresponds current mime-view buffer.
168         (fetched buffer might have different structure, possibly)
169
170         * wl-mime.el (wl-message-delete-current-part): Quit if the
171         message content differs from the actual message.
172
173 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
174
175         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
176         order.
177         (wl-summary-search-by-subject): Search parent message from tail;
178         Check the existence of the parent message on the current thread tree.
179         (wl-summary-update-thread): Check whether the line is inserted.
180
181 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
182
183         * wl-vars.el (wl-summary-line-format): Undo last change.
184         * wl-summary.el (wl-summary-print-destination): Do not put
185         invisible property when `wl-summary-width' is nil.
186         (wl-summary-line-subject-minimum-length): Abolished.
187         (wl-summary-line-subject): Ditto.
188
189 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
190
191         * wl-vars.el (wl-summary-line-format): Change default value.
192         (wl-summary-subject-length-limit): Abolished.
193         * wl-summary.el (wl-summary-line-subject): Ditto.
194
195 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-template.el (wl-template-select): Added optional argument.
198         If optional argument is specified, reverse
199         `wl-template-visible-select'.
200
201 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
202
203         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
204         Take prefix argument to force asking the destination folder.
205
206 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
207
208         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
209         logic to call `wl-summary-buffer-prev-folder-function'.
210         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
211
212 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
213
214         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
215         is nil.
216
217 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
218
219         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
220         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
221         (wl-mime-setup): Add its entry.
222
223 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
224
225         * wl-mime.el (wl-draft-preview-message): Restore the position
226         before evaluating wl-draft-send-hook in preview buffer.
227
228 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
229
230         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
231         when it creates new draft buffer.
232
233         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
234         without argument.
235
236         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
237         Evaluate content and if the value is string, insert it.
238         (wl-draft-config-sub-body,wl-draft-config-sub-top,
239         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
240         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
241         wl-draft-config-sub-part-bottom): Use it.
242
243         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
244         with the folder name. The question was unintelligible when it is
245         called from wl-save-status.
246
247 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
248
249         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
250         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
251         cannot take second argument).
252
253 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
254
255         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
256         as t. Since type and subtype are not case sensitive (RFC 2045).
257
258 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
259
260         * wl-vars.el (wl-message-mode-line-format): New variable.
261         (wl-message-mode-line-format-spec-alist): Ditto.
262         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
263         (wl-message-redisplay): Use wl-message-mode-line-format.
264
265 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
266
267         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
268
269 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
270
271         * wl-summary.el (wl-summary-default-from): Write description.
272
273 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * wl-vars.el (wl-ldap-objectclass): Abolish.
276
277         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
278         (wl-ldap-make-filter): Removed condition for objectclass.
279         (wl-ldap-make-matched-value-list): Remove meaningless process.
280         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
281         (wl-address-ldap-search): Don't add `*' to `pat' string;
282         use ignore-errors; added `email';
283         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
284         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
285         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
286
287
288 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
289
290         * wl-draft.el (wl-draft-parent-folder): Write description.
291         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
292
293 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
294
295         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
296         as "" (zero-length string) if no parent.
297         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
298
299 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
300
301         * wl-address.el (wl-address-make-completion-list): Skip duplication
302         checking.
303         (wl-address-make-address-list): use `cons' and `nreverse' instead of
304         `append'.
305
306 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
307
308         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
309         instead of `beginning-of-buffer'.
310
311 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
314
315 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
316
317         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
318         Refer wl-message-buffer-name.
319         (wl-message-wheel-down): Ditto.
320
321 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
322
323         * wl-vars.el (wl-message-buffer-name): New user option.
324
325         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
326         directly instead of making alist dinamically.
327
328         * wl-message.el (wl-message-buffer-cache-name): Abolish.
329         (wl-message-buffer-create): Use wl-message-buffer-name instead of
330         wl-message-buffer-cache-name.
331         (wl-message-buffer-cache-clean-up): Ditto.
332
333         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
334
335         * Version number is increased to 2.9.15.
336
337 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
338
339         * wl-vars.el (wl-summary-default-view-alist): New user option.
340
341         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
342
343         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
344         while deleting address.
345         (wl-draft-delete-myself-from-cc): Ditto.
346
347         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
348         If optional argument is specified, reverse sort order.
349
350         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
351
352 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
353
354         * wl-thread.el (wl-thread-insert-message): Return parent number if
355         exists.
356         (wl-thread-update-indent-string-region): Use
357         wl-thread-update-line-on-buffer-sub instead of
358         wl-thread-update-line-on-buffer.
359
360 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
361
362         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
363         (wl-folder-close-all): Ditto.
364
365 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
366
367         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
368         and mailing-list:.
369         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
370         value.
371         (wl-summary-line-list-info): Print mailing-list name even when 
372         list-number is empty.
373
374 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
375
376         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
377
378         * wl-draft.el (wl-draft-confirm): Abolished since not used.
379         (wl-draft-open-file): Ditto.
380         (wl-draft-random-alphabet): Ditto.
381
382         * wl-summary.el (wl-summary-mode-map): Remove already abolished
383         bindings.
384
385 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
386
387         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
388         * wl-vars.el (wl-draft-config-alist): Ditto.
389
390 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
391
392         * Version number is increased to 2.9.14.
393
394         * wl.el (wl): Don't set wl-init as nil when error occured while
395         auto-checking folders.
396
397         * wl-util.el (wl-expand-newtext): Re-define as an alias for
398         `elmo-expand-newtext'.
399
400 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
401
402         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
403         `this-command' so that `wl-folder-goto-folder' contained in
404         `wl-summary-keep-cursor-command' work.
405
406 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
407
408         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
409         message buffer displaying state.
410
411 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
412
413         * wl-vars.el (wl-summary-default-view): New variable to specify
414         default value for `wl-summary-buffer-view' instead of using
415         set-default.
416         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
417
418 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
419
420         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
421
422         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
423
424 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
425
426         * wl-vars.el (wl-forward-subject-prefix): New variable.
427         * wl-draft.el (wl-draft-forward): Use it.
428
429 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
430
431         * wl-message.el (wl-message-prev-page): When it is called without
432         lines argument, scroll down by wl-message-scroll-amount lines.
433         (wl-message-next-page): Ditto.
434         * wl-vars.el (wl-message-scroll-amount): Change default value
435         to preserve current behavior.
436
437 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-summary.el (wl-summary-prefetch-msg): Bind
440         `wl-message-entity' to call `wl-summary-from-function'.
441
442 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
443
444         * wl-message.el (wl-message-buffer-create): Run
445         wl-message-buffer-created-hook.
446
447 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
448
449         * wl-summary.el (wl-summary-sort-specs): New variable.
450         (wl-summary-default-sort-spec): Ditto.
451         (wl-summary-sort): Rewrite.
452         (wl-summary-sort-by-list-info): New function.
453
454 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
455
456         * wl-summary.el (wl-summary-get-list-info): New function.
457         (wl-summary-sort): Rewrite.
458         (wl-summary-line-list-info): Ditto.
459         (wl-summary-line-list-count): Ditto.
460         (wl-summary-refile-region): Fixed docstring.
461
462 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
463
464         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
465         `wl-folder-entity-hashtb' as completion table.
466
467 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
470         only when this command is called interactively; silence the byte-
471         compiler.
472
473 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
474
475         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
476         active in XEmacs.
477
478 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
479
480         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
481         plural lines.
482
483 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
484
485         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
486         of current line when the cursor is on the header name.
487         (preserve behavior to move to b.o.h. and b.o.l. mutually)
488
489 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
490
491         * wl-util.el (wl-read-directory-name): Return displayed directory
492         as the default value also on XEmacs.
493
494 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
495
496         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
497         formatting.
498
499 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
500
501         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
502         argument and when it is non-nil, check face property before
503         highlighting for each line.
504         (wl-highlight-summary-window): Set it.
505
506 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
507
508         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
509         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
510
511         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
512         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
513         (wl-draft-get-fcc-list): Likewise.
514
515 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
516
517         * wl-thread.el (wl-thread-indent-regexp): Abolished.
518         (wl-thread-entity-cur): Ditto.
519         * wl-summary.el (wl-summary-buffer-set-folder): Removed
520         wl-thread-indent-regexp setting.
521         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
522
523         * wl-summary.el (wl-summary-display-top): Highlight summary window when
524         wl-summary-lazy-highlight.
525         (wl-summary-display-bottom): Ditto.
526
527         * wl-thread.el (wl-thread-open-close): Likewise.
528
529         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
530         from and subject;
531         Bind wl-draft-use-frame;
532         Enclose with save-window-excursion;
533         Use wl-draft-create-buffer instead of with-temp-buffer;
534         Use wl-draft-prepare-edit;
535         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
536         Use wl-draft-send instead of wl-draft-raw-send.
537
538 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
539
540         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
541         of using wl-from.
542
543 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
544
545         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
546         insert-buffer instead of clone-buffer.
547         (wl-draft-doing-mime-bcc): New variable.
548         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
549         infinite loop.
550         (wl-draft-do-mime-bcc): Use wl-from for From field value.
551
552         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
553         (wl-draft-mime-bcc-body): Ditto.
554
555         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
556         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
557         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
558         wl-draft-do-mime-bcc.
559         (wl-draft-mime-bcc-field): New function.
560         (wl-draft-do-mime-bcc): Ditto.
561
562         * wl-address.el (wl-address-complete-header-list): New variable.
563         (wl-address-complete-header-regexp): Changed default value.
564
565         * Version number is increased to 2.9.13.
566
567 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
568
569         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
570         it is differed.
571
572 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-summary.el (wl-summary-line-list-info): Rewrite.
575         (wl-summary-line-list-count): Ditto.
576
577 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
578
579         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
580         (wl-nntp-posting-function): New variable.
581         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
582         `wl-nntp-posting-config-alist'.
583
584 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
585
586         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
587         FLIM.
588
589 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
590
591         * wl-summary.el (wl-summary-target-mark-refile-sub):
592         Remove a nuisance funcall.
593
594 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
597         as t for `try-completion'.
598
599 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
600
601         * wl-summary.el (wl-summary-default-from): Use
602         wl-address-header-extract-address instead of
603         std11-extract-address-components.
604         (wl-summary-simple-from): Ditto.
605         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
606         (wl-summary-insert-headers): Show message.
607         (wl-summary-create-line): Set 4th argument of wl-set-string-width
608         for whole line.
609         (wl-summary-default-from): Revert last change.
610         (wl-summary-simple-from): Ditto.
611         (wl-summary-mark-as-read): Argument rearrangement and re-written.
612         (wl-summary-mark-as-read-region): Follow the change above.
613         (wl-summary-sync-marks): Ditto.
614         (wl-summary-target-mark-mark-as-read): Ditto.
615         (wl-summary-redisplay-internal): Ditto.
616         (wl-summary-redisplay-no-mime-internal): Ditto.
617         (wl-summary-redisplay-all-header): Ditto.
618         (wl-summary-mark-as-read): Removed argument `cached';
619         Use current cache status to set cache mark.
620         (wl-summary-redisplay-internal): Follow the change above.
621         (wl-summary-redisplay-no-mime-internal): Ditto.
622         (wl-summary-redisplay-all-header): Ditto.
623
624         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
625
626         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
627         Don't call itself recursively (Adviced by Yamaoka-san).
628
629 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
630
631         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
632         bind wl-summary-highlight as nil to avoid error caused by missing
633         local variables.
634
635 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
636
637         * wl-vars.el (wl-invalid-character-message): New user option.
638
639         * wl-util.el (wl-set-string-width): If truncated string-width is
640         larger than specified width, use `wl-invalid-character-message'.
641
642 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
643
644         * wl-summary.el (wl-summary-prefetch-msg): 
645         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
646
647 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
648
649         * wl-vars.el (wl-summary-check-line-format): New user option.
650         (wl-summary-line-format-file): Ditto.
651
652         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
653         variable.
654         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
655         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
656         and `wl-summary-view-old-p' to check whether do a rescan or not.
657         (wl-summary-view-old-p): New function.
658         (wl-summary-line-format-changed-p): Ditto.
659         (wl-summary-line-format-save): Ditto.
660         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
661
662         * wl-util.el (wl-set-string-width): Avoid using negative number
663         for make-string.
664
665 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-line-list-info): Revised format of the
668         return value.
669
670         * wl-util.el (wl-set-string-width): Added optional argument
671         `padding' (All other related portions are changed).
672         (wl-line-parse-format): If the first letter of column number is
673         `0', zero-padding the result (ex: "%05l").
674
675         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
676
677 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
678
679         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
680         sequential summary view.
681
682 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
685         if it doesn't have a -unix version.
686
687 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * wl-summary.el (wl-summary-jump-to-msg): Fix.
690
691 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
692
693         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
694         content.
695         (wl-draft): Follow the change above.
696
697         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
698
699         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
700         and wl-folder-summary-line-format-alist contain %T and %P.
701
702         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
703         (wl-summary-mode-line-format): New user option.
704         (wl-summary-line-format-spec-alist): Added l, T, P, n.
705         (wl-summary-line-format): Changed default value.
706         (wl-summary-lazy-highlight): Changed default value.
707
708         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
709         change in wl-summary-create-line.
710         (wl-thread-insert-entity-sub): Ditto.
711
712         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
713         (wl-summary-buffer-unread-status): Ditto.
714         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
715         (wl-summary-buffer-persistent-mark-column): Ditto.
716         (wl-summary-buffer-mode-line-formatter): Ditto.
717         (wl-summary-buffer-mode-line): Ditto.
718         (wl-summary-message-regexp): Abolished.
719         (All other related portions are changed.)
720         (wl-summary-detect-mark-position): New function.
721         (wl-summary-buffer-set-folder): Setup
722         wl-summary-buffer-mode-line-formatter.
723         (wl-summary-mode): Setup selective-display;
724         Setup pre-idle-hook when xemacs.
725         (wl-summary-update-modeline): Rewrite.
726         (wl-summary-jump-to-msg): Define as function;
727         Changed regexp for searching messages.
728         (wl-summary-message-number): Rewrite.
729         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
730         Do rescan when old type summary cache.
731         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
732         (wl-summary-remove-destination): Use '\r' to detect EOL.
733         (wl-summary-print-destination): Ditto.
734         (wl-summary-temp-mark): New inline function.
735         (wl-summary-persistent-mark): Ditto.
736         (wl-summary-line-number): New function.
737         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
738         (wl-summary-line-list-count): New function.
739         (wl-summary-create-line): Added argument persistent-mark.
740         (All other related portions are changed)
741         (wl-summary-create-line): Insert '\r'.
742         (wl-summary-save-view-cache): Encode whth `unix' EOL.
743         (wl-summary-cursor-move-surface): New inline function.
744         (wl-summary-prev): Use it.
745         (wl-summary-next): Ditto.
746
747         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
748         wl-summary-message-regexp.
749         (wl-highlight-summary): Delete progress message.
750         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
751
752         * Version number is increased to 2.9.12.
753
754 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
755
756         * wl-summary.el (wl-summary-line-subject-minimum-length): New
757         variable (nil: no minimum).
758         (wl-summary-line-subject): Add some spaces after subject by
759         wl-summary-line-subject-minimum-length.
760
761 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
764         and removed `F'.
765         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
766         change above).
767
768 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
769
770         * wl-summary.el (wl-summary-line-list-count): Reverted.
771         (example setting in samples/*/dot.wl is also updated)
772
773 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
774
775         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
776
777         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
778
779         * wl-vars.el (wl-summary-line-format): Addes some description to the
780         docstring.
781
782         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
783         (wl-summary-line-close-bracket): Ditto.
784         (wl-summary-line-children-number): Ditto.
785         (wl-summary-line-thread-indent): Ditto.
786         (wl-summary-line-children-and-from): Ditto.
787
788         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
789         't', 'c', 'F' and added 'C'.
790
791         * wl-util.el (wl-set-string-width): Accept negative value.
792         (wl-line-parse-format): Added "%number(" and "%)".
793
794 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
795
796         * wl-summary.el (wl-summary-line-list-count): Change format of the
797         return value.
798
799 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
800
801         * wl-draft.el (wl-draft-beginning-of-line): New command imported
802         from the recent message.el.
803         (wl-draft-point-in-header-p): Ditto.
804         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
805         wl-draft-beginning-of-line.
806         * wl-e21.el (wl-draft-mode-map): Ditto.
807         * wl-xmas.el (wl-draft-mode-map): Ditto.
808
809         * wl-folder.el: Sort macrodefs by dependencies.
810
811 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
812
813         * wl-summary.el (wl-summary-prev): Fixed regexp.
814         (wl-summary-next): Ditto.
815
816 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
817
818         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
819
820 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
821
822         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
823         for backward compatibility.
824
825 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
826
827         * wl-summary.el (wl-summary-line-list-count): New function, merged
828         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
829         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
830         list counts.
831
832 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
833
834         * wl-summary.el (wl-summary-create-line): Ignore errors while
835         timezone-fix-time.
836
837         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
838
839         * wl-summary.el (wl-summary-sync-update): Ditto.
840         (wl-summary-default-from): Use wl-message-entity
841         instead of entity.
842
843         * wl-summary.el (wl-summary-create-line): Fix.
844
845         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
846         (wl-summary-line-format): New user option.
847         (wl-folder-summary-line-format-alist): Ditto.
848         (wl-summary-from-width): Abolished.
849
850         * wl-util.el (toplevel): Require 'bytecomp.
851         (wl-line-parse-format): New function.
852         (wl-line-formatter-setup): New macro.
853
854         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
855         (wl-summary-buffer-line-formatter): New buffer local variable.
856         (wl-summary-switch-to-clone-buffer): Follow the change above.
857         (wl-summary-message-regexp): Fix.
858         (wl-summary-from-func-internal): Abolished.
859         (wl-summary-subject-func-internal): Ditto.
860         (wl-summary-subject-filter-func-internal): Ditto.
861         (All other related portions are changed.)
862         (wl-summary-buffer-set-folder):
863         Set up wl-summary-buffer-number-column and 
864         wl-summary-buffer-line-formatter
865         (All other related portions are changed.)
866         (wl-summary-buffer-number-column-detect): Abolished.
867         (All other related portions are changed.)
868         (wl-summary-delete-all-status-marks-on-buffer): Removed.
869         (wl-summary-delete-all-temp-marks-on-buffer): Use
870         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
871         (wl-summary-target-mark-delete): Ditto.
872         (wl-summary-target-mark-refile-subr): Ditto.
873         (wl-summary-target-mark-mark-as-read): Ditto.
874         (wl-summary-target-mark-mark-as-unread): Ditto.
875         (wl-summary-target-mark-mark-as-important): Ditto.
876         (wl-summary-target-mark-save): Ditto.
877         (wl-summary-replace-status-marks): Renamed from
878         wl-summary-set-status-marks-on-buffer;
879         Use wl-summary-message-regexp instead of
880         wl-summary-buffer-number-regexp.
881         (wl-summary-sync-update): Follow the change above.
882         (wl-summary-goto-previous-message-beginning): New function.
883         (wl-summary-mark-as-unread): Use it.
884         (wl-summary-mark-as-important): Ditto.
885         (wl-summary-line-formatter): New variable.
886         (wl-summary-line-year): New function.
887         (wl-summary-line-day): Ditto.
888         (wl-summary-line-day-of-week): Ditto.
889         (wl-summary-line-hour): Ditto.
890         (wl-summary-line-minute): Ditto.
891         (wl-summary-line-open-bracket): Ditto.
892         (wl-summary-line-close-bracket): Ditto.
893         (wl-summary-line-children-number): Ditto.
894         (wl-summary-line-thread-indent): Ditto.
895         (wl-summary-line-size): Ditto.
896         (wl-summary-line-subject): Ditto.
897         (wl-summary-line-from): Ditto.
898         (wl-summary-line-children-and-from): Ditto.
899         (wl-summary-create-line): Rewritten.
900         (wl-summary-format-date): Abolished.
901
902         * wl-highlight.el (wl-highlight-summary-current-line): Use
903         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
904         Use thread structure to detect thread top message.
905
906         * wl-draft.el (wl-default-draft-cite): Don't use
907         wl-summary-from-func-internal.
908
909         * wl-refile.el (wl-refile-subject-learn): Don't use
910         wl-summary-subject-filter-func-internal.
911         (wl-refile-guess-by-subject): Ditto.
912
913         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
914         parameters.
915
916         * wl-thread.el (wl-thread-update-indent-string-region):
917         Use wl-thread-update-line-on-buffer instead of
918         wl-thread-update-indent-string.
919         (wl-thread-update-children-number): Redefine using
920         wl-thread-update-line-on-buffer.
921         (wl-thread-update-indent-string): Abolished.
922
923         * Version number is increased to 2.9.11.
924
925 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
926
927         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
928         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
929         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
930
931         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
932         as nil.
933
934         * wl-thread.el (wl-thread-open-all-unread): Use 
935         elmo-folder-list-messages-mark-match.
936         (wl-thread-insert-message): Removed argument `mark-alist'.
937         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
938         elmo-msgdb-set-mark.
939         (wl-thread-get-children-msgs-uncached): Likewise.
940         (wl-thread-get-exist-children): Added argument include-self.
941         (wl-thread-delete-message): Follow the change above.
942
943         * wl-summary.el (wl-summary-count-unread): Removed argument.
944         (wl-summary-rescan): Follow the change above.
945         (wl-summary-mark-as-read-region): Ditto
946         (wl-summary-mark-as-unread-region): Ditto.
947         (wl-summary-delete-messages-on-buffer): Ditto.
948         (wl-summary-sync-update): Ditto.
949         (wl-summary-switch-to-clone-buffer): Ditto.
950         (wl-summary-goto-folder-subr): Ditto.
951         (wl-summary-target-mark-mark-as-read): Ditto.
952         (wl-summary-target-mark-mark-as-unread): Ditto.
953         (wl-summary-target-mark-mark-as-important): Ditto.
954         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
955         (wl-summary-update-thread): Removed argument `mark-alist'.
956         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
957         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
958         (wl-summary-resume-cache-status): Likewise.
959         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
960         elmo-msgdb-set-mark.
961         (wl-summary-mark-as-read-all): Likewise.
962         (wl-summary-delete-cache): Ditto.
963         (wl-summary-auto-select-msg-p): Ditto.
964         (wl-summary-mark-as-unread): Ditto.
965         (wl-summary-no-auto-refile-message-p): Ditto.
966         (wl-summary-mark-as-read): Ditto.
967         (wl-summary-mark-as-important): Ditto.
968         (wl-summary-auto-refile): Follow the change above.
969         (wl-summary-delete-all-marks): Removed.
970         (wl-summary-resume-marks-and-highlight): Ditto.
971         (wl-summary-resume-marks): Ditto.
972         (wl-summary-delete-important-msgs-from-list): Ditto.
973         (wl-summary-delete-canceled-msgs-from-list): Ditto.
974
975         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
976         wl-summary-count-unread.
977
978         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
979         (wl-summary-score-update-all-lines): Use
980         elmo-msgdb-set-mark.
981
982 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
983
984         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
985         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
986         (wl-summary-create-line): Renamed from
987         wl-summary-overview-create-summary-line;
988         Argument rearrangement.
989         (wl-summary-update-thread): Follow the change above.
990
991         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
992         (wl-thread-insert-entity-sub): Likewise.
993
994         * wl-summary.el (wl-summary-append-message-func-internal): Removed
995         argument `overview', `mark-alist' and added `msgdb'.
996
997         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
998
999         * wl-summary.el (wl-summary-insert-summary): Changed argument.
1000         (wl-summary-rescan): Follow the change above.
1001         (wl-summary-sync-update): Ditto.
1002         (wl-summary-insert-thread-entity): Ditto;
1003         Don't use `let*' in every while loop;
1004         Detect infinite loop of threads.
1005         (wl-summary-update-thread): Removed argument `overview'.
1006
1007         * wl-thread.el (wl-thread-insert-message): Ditto.
1008
1009         * Version number is increased to 2.9.10.
1010
1011         * wl-message.el (wl-message-redisplay): Ignore errors while
1012         wl-message-redisplay-hook.
1013
1014 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1015
1016         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
1017
1018 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl.el (wl): inhibit-quit while wl-folder.
1021
1022 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
1025         while msgdb access.
1026
1027 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
1030         even if no folder is not created.
1031
1032 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
1035
1036         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
1037         implementation.
1038         (wl-summary-target-mark-thread): Ditto.
1039
1040         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
1041
1042 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1043
1044         * wl-util.el (wl-display-bytes): Remove unused function.
1045
1046 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1047
1048         * wl.el (wl-check-environment): Cause error when wl-from is nil,
1049         seems critical one (partially reverse the change in 2002/03/17).
1050
1051 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1052
1053         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
1054         * wl-draft.el (wl-draft-write-sendlog): Ditto.
1055
1056 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1057
1058         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
1059         is not writable.
1060         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
1061         plugged status instead of `'force' as 2nd argument.
1062
1063         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
1064         is not creatable.
1065
1066         * Version number is increased to 2.9.9.
1067
1068 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1069
1070         * wl-summary.el (wl-summary-suspend): New function.
1071
1072 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1073
1074         * wl.el (wl): Do not check variables if check is nil.
1075         * wl-utils.el (wl-collect-draft): New function.
1076         * wl-folder.el (wl-folder-suspend): Put summary buffers
1077         and draft buffers at the end of buffer list.
1078         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
1079
1080 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
1083         loop instead of recursive call.
1084
1085         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
1086         2nd argument.
1087
1088 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1089
1090         * wl-draft.el (wl-draft-create-contents): Don't take neither
1091         (function . args) nor (string . something) any more.
1092
1093         * wl-version.el (wl-generate-user-agent-string): Return string
1094         without header symbol.
1095         * wl-draft.el (wl-draft-default-headers): Use it.
1096
1097         * wl-draft.el (wl-draft-trim-ccs): Renamed from
1098         `wl-draft-insert-ccs' and return field value instead of inserting
1099         the header. Abolish cc argument.
1100         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
1101
1102         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
1103         rather than one with string car.
1104
1105         * wl-vars.el (wl-draft-additional-header-alist): New variable.
1106         * wl-draft.el (wl-draft-create-contents): Add it after the default
1107         headers.
1108
1109         * wl-draft.el (wl-draft-create-contents): For the case of
1110         (symbol-or-string . function) insert header only when the function
1111         returns string value.
1112
1113 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1114
1115         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
1116         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
1117
1118 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1119
1120         * wl.el (wl-check-environment): Don't check Message-ID when
1121         `wl-insert-message-id' is nil.
1122         Revive checking if `wl-message-id-domain' contains "@".
1123
1124 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1125
1126         * wl.el (wl-check-environment): Merge examination for "@" at
1127         inappropriate position into the first string-match.
1128
1129         * wl-summary.el (wl-summary-target-mark-print): New function.
1130         (wl-summary-pipe-message-subr): Extracted from
1131         `wl-summary-pipe-message'.
1132         (wl-summary-target-mark-pipe): New function.
1133         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
1134         `wl-summary-target-mark-pipe'.
1135
1136 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1137
1138         * wl.el (wl-check-environment): Rewrite around Message-ID check.
1139
1140 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1141
1142         * wl.el (wl-check-environment): Use elmo-warning instead of
1143         error for non-critical ones.
1144         Remove trash folder check.
1145         (wl): Don't ignore error in wl-check-environment.
1146
1147         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
1148         check, which is moved from `wl-check-environment'.
1149         (Adviced by Teranishi-san [X-Mail-Count: 9661])
1150
1151 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1152
1153         * wl-summary.el (wl-summary-write-current-folder): If it cannot
1154         guess anything, call wl-summary-write.
1155         (wl-summary-write): Create draft with blank To field.
1156         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
1157
1158 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1159
1160         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
1161         argument full as well for wl-folder-write-current-folder.
1162         If wl-*-write-current-folder cannot guess addressee, add blank
1163         To header.
1164         Rewrite condition for positioning cursor.
1165
1166 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1167
1168         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
1169         summary buffer is present, use it.
1170         (wl-folder-jump-to-previous-summary): Ditto.
1171
1172 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1173
1174         * wl-draft.el (wl-draft-create-contents): Fix docstring.
1175
1176         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
1177         wl-summary-previous-buffer and wl-summary-next-buffer.
1178
1179         * wl-folder.el (wl-folder-mode-map): Bind
1180         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
1181         (wl-folder-jump-to-next-summary): New function.
1182         (wl-folder-jump-to-previous-summary): Ditto.
1183
1184         * wl-draft.el (wl-draft): Rearranged.
1185
1186 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1187
1188         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
1189         of header.
1190         (wl-draft): Collect arguments for the header as header-alist.
1191         (wl-draft-forward): Arrange arguments for wl-draft.
1192         (wl-draft-reply): Ditto.
1193         (wl-draft-edit-string): Ditto.
1194         * wl-summary.el (wl-summary-write): Ditto.
1195         (wl-summary-write-current-folder): Ditto.
1196
1197         * Version number is increased to 2.9.8.
1198
1199 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1200
1201         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
1202
1203         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
1204
1205         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
1206         even if the guess failed.
1207
1208         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
1209         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
1210         wl-summary-write-current-folder.
1211         * wl-xmas.el: Ditto.
1212
1213 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
1214
1215         * wl-summary.el (wl-summary-next-page): Force display message if
1216         message is not displayed yet.
1217         (wl-summary-prev-page): Ditto.
1218
1219 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
1220
1221         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
1222
1223 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1224
1225         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
1226         add "Preview Message" and "Save Draft and Exit".
1227
1228 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1229
1230         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
1231         if addrmgr is called from draft in splitted window.
1232
1233         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
1234         * wl-mule.el: Ditto.
1235         * wl-xmas.el: Ditto.
1236
1237 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1238
1239         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
1240
1241         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
1242         * wl-xmas.el (wl-folder-toolbar): Ditto.
1243
1244 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1245
1246         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
1247         and wl-draft-save-and-exit.
1248         (wl-draft-toolbar): Add wl-draft-save-and-exit.
1249         * wl-xmas.el: Ditto.
1250         * wl-mule.el: Ditto.
1251
1252         * wl-folder.el (wl-folder-goto-draft-folder): New function.
1253         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
1254
1255 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
1258         lists for saving buffer.
1259
1260 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1261
1262         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
1263         parent-folder argument instead of it.
1264         (wl-draft-create-buffer): Ditto.
1265         (wl-draft-forward): Ditto.
1266         (wl-draft-reply): Ditto.
1267         * wl-summary.el (wl-summary-write): Ditto.
1268         (wl-summary-write-current-folder): Ditto.
1269
1270         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
1271         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
1272         Folder buffer after composing.
1273
1274 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
1277         header if the file `wl-x-face-file' already contains it.
1278
1279 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1280
1281         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
1282         folder" entry.
1283         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
1284         * wl-e21.el (wl-folder-toolbar): Ditto.
1285         * wl-xmas.el (wl-folder-toolbar): Ditto.
1286
1287 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1288
1289         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
1290         wl-folder-goto-folder with sticky argument.
1291         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
1292
1293 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1294
1295         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
1296         and wl-summary-previous-buffer.
1297         (wl-summary-next-buffer): New function.
1298         (wl-summary-previous-buffer): Ditto.
1299
1300 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1301
1302         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
1303         wl-folder-jump-to-current-entity-with-arg.
1304         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
1305         `wl-folder-jump-to-current-entity'.
1306         * wl-summary.el (wl-summary-mode-map): Bind "G" for
1307         `wl-summary-goto-folder-sticky'.
1308         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
1309         `wl-summary-goto-folder'.
1310         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
1311         Unless force-exit, do not clean temp. marks for sticky summary.
1312         (wl-summary-goto-folder): Now the prefix argument means force-exit.
1313
1314 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
1317         not entire.
1318
1319 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
1322         to `C-x C-s'.
1323         (wl-summary-save-status): New command.
1324         (wl-summary-exit): Don't clean-up temp marks when sticky.
1325         (Applied patch from Nakayama-san [wl: 09548])
1326         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
1327         Do nothing when no mark data.
1328         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
1329         Call `wl-summary-delete-all-temp-marks' before saving.
1330
1331 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
1332
1333         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
1334
1335 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1336
1337         * wl.el (wl-check-environment): Also cause error when (system-name)
1338         returns "localhost.localdomain". (Although it doesn't affect because
1339         of condition-case, see change in 2002-01-23 by Teranisi-san.)
1340
1341 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1342
1343         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
1344         instead of wl-match-member with wl-folder-hierarchy-access-folders.
1345
1346         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1347         value.
1348
1349 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
1352         Likewise r-cc-list and r-ng-list.
1353
1354 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1355
1356         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
1357         only if it is bound as variable.
1358
1359         * wl-mime.el (wl-draft-preview-message): Ditto.
1360
1361 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1362
1363         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
1364         needless `goto-char'.
1365
1366         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
1367         `wl-summary-redisplay-no-mime-internal' instead of
1368         `wl-summary-redisplay-no-mime'.
1369         (wl-summary-redisplay-no-mime): Changed argument;
1370         Call `wl-summary-redisplay-no-mime-internal'.
1371
1372         * wl-mime.el (wl-draft-preview-message): Bind
1373         `mime-header-encode-method-alist' locally.
1374
1375         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
1376         (wl-draft-std11-parse-addresses): Added the first address check.
1377         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
1378
1379         * Version number is increased to 2.9.7.
1380
1381 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
1382
1383         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
1384
1385 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
1386
1387         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
1388         related to scrollbar support, if there is no such a feature
1389         compiled in.
1390
1391 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
1394         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
1395         for prefetch.
1396
1397 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
1398
1399         * wl-summary.el (wl-summary-pick): Fix for no match.
1400
1401 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1402
1403         * wl-draft.el (wl-draft-save):
1404         Override `mime-header-encode-method-alist'.
1405
1406 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1407
1408         * wl-folder.el (wl-folder-pick): New function.
1409         Define key as "?".
1410
1411 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1412
1413         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1414         Fix for unplugged.
1415
1416 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1417
1418         * wl-folder.el (wl-folder-virtual): New function.
1419         Define key as "V".
1420
1421 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1422
1423         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
1424         multi folder if entity is group.
1425
1426 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1427
1428         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
1429         is nil.
1430
1431 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1432
1433         * wl-summary.el (wl-summary-pick): Fix for killed messages.
1434         (wl-summary-target-mark-msgs): Return the number of marked messages.
1435
1436 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1437
1438         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
1439         "first:" is specified.
1440
1441 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1442
1443         * wl-vars.el (wl-from): Use return value of function
1444         user-full-name instead of the variable user-full-name since
1445         XEmacs-20.4 doesn't set this variable.
1446
1447 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
1450         call `wl' directly.
1451
1452 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
1453
1454         * wl-draft.el (wl-draft-reedit): Removed duplicated
1455         switch-to-buffers.
1456
1457 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * wl.el (wl-other-frame): Removed garbages.
1460
1461 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1462
1463         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
1464
1465         * wl-xmas.el (wl-draft-key-setup): Ditto.
1466
1467         * wl-mule.el (wl-draft-key-setup): Ditto.
1468
1469         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
1470         (wl-draft-reedit): Ditto.
1471         (wl-draft-prepare-edit): Add `wl-draft-save' to
1472         `local-write-file-hooks'.
1473         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
1474         (wl-draft-reedit): Set buffer-file-name.
1475         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
1476
1477
1478         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
1479         call it.
1480         (wl-delete-startup-frame-function): New variable.
1481         (wl-other-frame): New function
1482         (Original was written by Yamaoka san [wl: 09239]).
1483
1484         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
1485         if `wl-folder-use-frame'.
1486
1487 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1488
1489         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
1490
1491 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1492
1493         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
1494         New variable.
1495         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
1496         (wl-message-buffer-prefetch-get-next): Use them.
1497         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
1498
1499 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1500
1501         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
1502         with unwind-protect.
1503
1504         * wl-draft.el (wl-draft-reedit): Rewrite.
1505         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
1506         (wl-draft-save): Insert header separator if it does not exist;
1507         Removed condition-case.
1508
1509         * wl-summary.el (wl-summary-reedit): Revert last change.
1510
1511         * wl-draft.el (wl-draft-save): Rewrite.
1512         (wl-draft-create-buffer): Set buffer-file-name as nil.
1513
1514         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
1515
1516         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
1517
1518         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
1519         nil.
1520
1521 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1522
1523         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
1524         If count is nil, do not prefetch.
1525         (wl-message-buffer-prefetch-next): Next.
1526
1527 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1528
1529         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
1530
1531 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1532
1533         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
1534         `delete-backward-char'
1535         (wl-draft-prepare-edit): Check major-mode.
1536         (wl-draft-decode-header): Rewrite.
1537         (wl-draft): Fix.
1538
1539 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1540
1541         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
1542
1543 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1544
1545         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
1546         (wl-message-buffer-prefetch-get-next): Remove size checking.
1547         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
1548
1549 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1550
1551         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
1552         (wl-draft-default-headers): Fix.
1553
1554 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1555
1556         * wl-draft.el (wl-draft-default-headers): Insert return value of
1557         `wl-generate-mailer-string-function'.
1558
1559 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
1560
1561         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
1562         (wl-draft-insert-mail-header-separator): Ditto.
1563
1564         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
1565         again (Reverted the change on 2002-01-17 by OKADA san).
1566
1567 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1568
1569         * wl-draft.el (wl-draft): Rewrite.
1570         (wl-draft-create-buffer): New function.
1571         (wl-draft-create-contents): Ditto.
1572         (wl-draft-prepare-edit): Ditto.
1573         (wl-draft-decode-header): Ditto.
1574         (wl-draft-decode-body): Ditto.
1575         (wl-draft-check-new-line): Ditto.
1576         (wl-draft-default-headers): Ditto.
1577         (wl-draft-insert-mail-header-separator): Ditto.
1578
1579 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1580
1581         * Version number is increased to 2.9.6.
1582
1583 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1584
1585         * wl-draft.el (wl-draft-delete-field): Optional argument.
1586         (wl-draft-delete-fields): Ditto.
1587
1588 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1589
1590         * wl-message.el (toplevel): Eliminated byte-compile warning.
1591         for `itimer-function', `delete-timer' and `itimer-list'.
1592
1593 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1594
1595         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
1596         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
1597         `wl-message-buffer-prefetch-threshold'.
1598         * wl-summary.el (wl-summary-redisplay-internal): Remove
1599         the check of `wl-message-buffer-prefetch-depth'.
1600
1601 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1602
1603         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
1604         size of article.
1605         (wl-message-buffer-prefetch-subr): Remove size check.
1606
1607 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1608
1609         * wl-vars.el (wl-plugged): Make customizable.
1610
1611 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1612
1613         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
1614         (wl-message-buffer-prefetch-set-timer): New function.
1615         (wl-message-buffer-prefetch-get-next): New function.
1616         (wl-message-buffer-prefetch): New function.
1617         (wl-message-buffer-prefetch-next): Rewrite.
1618         (wl-message-buffer-prefetch-subr): Rewrite.
1619         * wl-vars.el (wl-auto-prefetch-first): New variable.
1620         * wl-summary.el (wl-summary-goto-folder-subr): Call
1621         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
1622
1623 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1624
1625         * wl-score.el (wl-summary-score-update-all-lines): Do not call
1626         `wl-summary-unread-message-hook'.
1627
1628 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1629
1630         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
1631         (wl-summary-sync): Call `wl-summary-resume-cache-status'
1632         if range is `cache-status'.
1633
1634 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1635
1636         * wl-message.el (wl-message-buffer-prefetch-subr):
1637         Improve debug message.
1638
1639 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1640
1641         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
1642         `wl-mail-send-pre-hook'.
1643         (wl-draft-send-mail-with-qmail): Ditto.
1644         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
1645
1646 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1647
1648         * wl-message.el (wl-message-buffer-prefetch-subr):
1649         Fix for cancel-function-timers bug.
1650         (wl-message-buffer-prefetch-debug): Default value is t.
1651
1652 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1653
1654         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1655         (wl-message-buffer-prefetch-subr): Rewrite.
1656         Rename from `wl-message-buffer-prefetch'.
1657
1658 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1659
1660         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
1661         (wl-default-draft-cite-decorate-author): Ditto.
1662
1663         * wl-draft.el (wl-draft-cite-function): Removed.
1664         (wl-default-draft-cite-decorate-author): Ditto.
1665
1666 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1667
1668         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
1669         (wl-default-draft-cite): Do not arrange author name if the value of
1670         `wl-default-draft-cite-decorate-author' is nil.
1671
1672 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
1673
1674         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
1675
1676         * wl-folder.el (wl-folder-check-one-entity): Don't care
1677         `elmo-folder-use-flag-p'.
1678
1679 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
1680
1681         * wl-folder (wl-folder-check-one-entity): Fix
1682         problem if unread is nil.
1683
1684 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1685
1686         * wl-address.el (wl-address-make-completion-list): Check whether
1687         the address is a group list.
1688         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1689
1690 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
1693         The number of the messages of new and unread does not count
1694         correctly.
1695
1696         * wl-summary.el (wl-summary-count-unread): Changed to return
1697         `(new . unread)' instead of total.
1698         (wl-summary-sync-update): Follow the change above.
1699
1700         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
1701
1702 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1703
1704         * wl-address.el (wl-address-make-completion-list): Do not enclose
1705         address by " <" and ">" if associated realname is "".
1706         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1707         This is against the promblem with group list in .addresses pointed
1708         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
1709
1710 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1711
1712         * wl-draft.el (wl-draft-write-sendlog): The first argument of
1713         message is a format control string.
1714         * wl-expire.el (wl-expire-append-log): Ditto.
1715         * wl-mime.el (wl-summary-burst-subr): Ditto.
1716         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
1717         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
1718
1719 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1720
1721         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
1722         wl.el (wl-check-variables): Rename from `wl-check-type'.
1723         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
1724         (wl-check-variables-2): New function.
1725         (wl): Call `wl-check-variables-2'.
1726
1727 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1728
1729         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
1730         after renaming folder in access group.
1731
1732 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1733
1734         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
1735         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
1736         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1737         (wl-message-buffer-prefetch): Rewrite.
1738         (wl-message-buffer-prefetch-idle-time): Removed.
1739         * wl-summary.el (wl-summary-redisplay-internal):
1740         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
1741         Error check for `wl-message-buffer-prefetch-depht'.
1742
1743 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1744
1745         * Version number is increased to 2.9.5.
1746         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
1747
1748 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1749
1750         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
1751         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
1752         Based on the patch written by
1753         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1754
1755 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
1756
1757         * wl-draft.el (wl-draft-raw-send): Fix for
1758         `wl-news-send-pre-hook'
1759
1760 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1761
1762         * wl-utils.el (wl-message-id-function): New variable.
1763         * wl-draft.el (wl-draft-insert-required-fields):
1764         Use `wl-message-id-function'.
1765
1766 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1767
1768         * wl-vars.el (wl-message-id-use-wl-from): New variable.
1769         * wl-utils.el (wl-draft-make-message-id-string):
1770         Use `wl-from' for domain part of Message-ID
1771         if `wl-message-id-use-wl-from' if non-nil.
1772         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
1773
1774 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1775
1776         * wl.el (wl): Call `wl-check-type'
1777         Do not 'condition-case'.
1778
1779 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1780
1781         * wl.el (wl-check-type): New function.
1782         (wl-check-type-variables): New variable.
1783
1784 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1785
1786         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
1787
1788 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1789
1790         * wl-draft.el (wl-smtp-password-key): New function.
1791         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
1792         (wl-draft-send-mail-with-smtp): Ditto.
1793         (wl-draft-send-mail-with-pop-before-smtp): Fix.
1794
1795 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
1796
1797         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
1798         * wl-utils.el (wl-unique-id-suffix): Remove.
1799
1800 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
1801
1802         * Version number is increased to 2.9.4.
1803
1804 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
1805
1806         * wl-utils.el (wl-unique-id-suffix): New variable.
1807         (wl-unique-id): Use `wl-unique-id-suffix'
1808
1809 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
1812         instead of `elmo-msgdb-search'.
1813
1814         * Version number is increased to 2.9.3.
1815
1816 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
1817
1818         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
1819
1820 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
1821
1822         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
1823         (wl-draft-dispatch-message): Changed for send-later.
1824         (wl-draft-queue-flush): Ditto.
1825         (wl-draft): Clear `wl-sent-message-queued'.
1826         (wl-draft-reedit): Ditto.
1827         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
1828         * wl-vars.el (wl-draft-force-queuing): New variable.
1829         (wl-draft-force-queuing-mail): New variable.
1830         (wl-draft-force-queuing-news): New variable.
1831
1832 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-draft.el (wl-draft-hide): Removed `interactive'.
1835         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
1836
1837 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * Version number is increased to 2.9.2.
1840
1841 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * wl-draft.el (wl-draft-elide-region): New user command.
1844         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
1845
1846         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
1847         command `wl-draft-elide-region'.
1848         * wl-mule.el: Ditto.
1849         * wl-xmas.el: Ditto.
1850
1851 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
1854         (wl-biff-check-folder-async): Removed needless let.
1855
1856 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
1859         wl-folder-get-elmo-folder.
1860         (wl-biff-check-folder): Set `biff' argument of
1861         `wl-folder-check-one-entity'.
1862         (wl-biff-check-folder-async): Setup `biff' slot of folder.
1863
1864         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
1865         (wl-folder-check-one-entity): Added `biff' argument;
1866         Setup `biff' slot of folder.
1867
1868         * Version number is increased to 2.9.1.
1869
1870 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
1871
1872         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
1873         comment out and fixed.
1874         (wl-fldmgr-add-completion-subr): Ditto.
1875
1876         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
1877         and msgdb.
1878
1879         * wl.el (wl-toggle-plugged): Save summary view.
1880
1881 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
1884
1885 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1886
1887         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
1888
1889 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * wl-e21.el (wl-e21-toolbar-configurations): Replace
1892         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
1893         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
1894
1895         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
1896         if it was failed.
1897         (wl-demo): Disable undo in the demo buffer.
1898
1899 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1900
1901         * wl-version.el (wl-version): Changed codename.
1902
1903         * Version number is increased to 2.9.0.
1904
1905 2001-12-14  Takuo KITAME <kitame@northeye.org>
1906
1907         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
1908         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
1909         (wl-folder-mark-as-read-all-current-entity): Ditto.
1910
1911 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-vars.el (wl-from-width): Define as obsolete variable.
1914         (wl-subject-length-limit): Ditto.
1915
1916         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
1917
1918         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
1919         wl-summary-save-view.
1920
1921         * wl.el (wl-save-status): Ditto.
1922         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
1923
1924         * wl-summary.el (wl-summary-save-view): Removed unused argument.
1925         (wl-summary-exit): Follow the change above.
1926         (wl-summary-goto-folder-subr): Ditto.
1927
1928         * wl-folder.el (wl-folder-create-subr): Don't use
1929         `elmo-folder-creatable-p'.
1930
1931 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1932
1933         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
1934
1935 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
1938         rather than bitmap on Emacs 21.
1939         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
1940         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
1941         for xbm if the new redisplay engine is not available.
1942
1943 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1944
1945         * wl-folder.el (wl-folder-init-hook): New hook.
1946         (wl-folder-init): Run `wl-folder-init-hook'.
1947
1948 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
1951
1952 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1953
1954         * wl-acap.el (wl-acap-cache-filename): New variable.
1955         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
1956         (wl-acap-init): Use cache if no ACAP server found.
1957
1958 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1959
1960         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
1961         `wl-acap-original-msgdb-dir'.
1962
1963         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
1964         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
1965
1966         * wl-mime.el (wl-mime-save-directory): Renamed from
1967         `wl-mime-save-dir'.
1968
1969 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * wl-vars.el (wl-icon-dir): Fixed the docstring.
1972
1973         * wl-demo.el: Require `path-util'.
1974         (wl-demo-bitmap-mule-available-p): New internal variable.
1975         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
1976         `module-installed-p' instead.
1977         (wl-demo-insert-image): Use *.img file for a bitmap image.
1978         (wl-demo): Don't call the ascii demo recursively.
1979
1980 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1981
1982         * Version number is increased to 2.7.7.
1983
1984 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1985
1986         * wl.el (wl-exit): Eliminated byte-compile warning.
1987
1988 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
1991         obsolete variable using `elmo-define-obsolete-variable'.
1992         (wl-fetch-confirm-threshold): Ditto.
1993         (wl-cache-prefetch-folder-type-list): Ditto.
1994         (wl-cache-prefetch-folder-list): Ditto.
1995
1996 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
1999         (wl-demo-icon-name): Use Xmas logo at the end of the year.
2000         (wl-demo-insert-image): New function.
2001         (wl-demo-insert-text): New function.
2002         (wl-demo-image-type-alist): Redefine as a function.
2003         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
2004         (wl-demo-with-temp-file-buffer): Removed.
2005         (wl-logo-xpm): Removed.
2006         (wl-logo-xbm): Removed.
2007         (wl-logo-bitmap): Removed.
2008
2009 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
2010
2011         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
2012         (wl-expire-localdir-get-folder-function): New user option.
2013         (wl-expire-localdir-get-folder): New function.
2014         (wl-expire-localdir-date): Ditto.
2015
2016 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2017
2018         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
2019         value.  Refactoring `wl-folder-notify-deleted' is nil case.
2020         Fixed unread number mismatch when all-unread < unread.
2021
2022 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
2023
2024         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
2025         (wl-fetch-confirm-threshold): Ditto.
2026
2027         * wl-summary.el (wl-summary-confirm-appends): Removed.
2028         (wl-summary-sync-update): Don't refer
2029         `wl-summary-update-confirm-threshold' (It is now abolished).
2030
2031         * wl-message.el (wl-message-display-internal): Don't refer
2032         `wl-fetch-confirm-threshold' (It is now abolished).
2033
2034 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
2037
2038 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2039
2040         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
2041         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
2042         Change default value to nil.
2043         (wl-summary-indent-length-limit): The value can be nil, nil means
2044         unlimited.
2045
2046         * wl-summary.el: Don't set limit for indent length if the value of
2047         wl-summary-indent-length-limit is nil.
2048         If the value of wl-summary-width is nil, it means only that the width
2049         of summary is unlimited (nil doesn't mean that the indent length is
2050         unlimited).
2051
2052         * wl-thread.el: Ditto.
2053
2054 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
2055
2056         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
2057         be nil, nil means never confirm.
2058         * wl-summary.el (wl-summary-confirm-appends): Ditto.
2059
2060 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2061
2062         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
2063         means unlimited).
2064
2065 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
2066
2067         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
2068         Use `with-temp-buffer'.
2069
2070 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
2073         with new backquote style).
2074         (wl-folder-get-entity-from-buffer): Ditto.
2075
2076 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2077
2078         * wl-version.el (nemacs-version): Eliminated.
2079         (wl-extended-emacs-version2): Ignore nemacs.
2080         (wl-extended-emacs-version3): Ditto.
2081
2082 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
2083
2084         * wl-vars.el (wl-draft-add-references): Set default value as nil.
2085         (wl-draft-add-in-reply-to): New variable.
2086         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
2087         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
2088         (wl-draft-yank-from-mail-reply-buffer): Use
2089         `wl-draft-add-in-reply-to'.
2090         (wl-draft-insert-current-message): Ditto.
2091
2092 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2093
2094         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
2095         typo (kill->hide).
2096         (wl-message-buffer-prefetch-folder-type-list): Added elements
2097         `mark' and `cache' instead of `internal'.
2098
2099 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
2102         resume msgdb directory.
2103
2104 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2105
2106         * wl.el (wl-exit): Call `wl-acap-exit'.
2107
2108         * wl-summary.el (wl-summary-message-string): New function.
2109         (wl-summary-reedit): Use it.
2110         (wl-summary-resend-bounced-mail): Remove needless let.
2111         (wl-summary-supersedes-message): Ditto.
2112         (wl-summary-save): Ditto.
2113
2114         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
2115         (wl-acap-init): Set it.
2116         (wl-acap-exit): New function.
2117
2118 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2119
2120         * wl.el (wl-init): Revert (require 'mime-setup). move from
2121         toplevel.
2122
2123 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2124
2125         * wl-summary.el (wl-summary-write-current-folder): Remove unused
2126         local variables.  Add error when guess function return invalid
2127         value.
2128
2129 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2130
2131         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
2132         Change local variable name.
2133         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
2134         (wl-folder-get-newsgroups): Return nil when non-news folder.
2135         * wl-summary.el (wl-summary-write-current-folder): State through
2136         when guess-list return nil.
2137         (wl-summary-write-current-folder-functions): Fixed docstring.
2138
2139         * wl.el (wl-exit): Changed confirm message.
2140
2141         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
2142         * wl-draft.el (wl-draft): Remove verbose `featurep'.
2143
2144         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
2145
2146 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2147
2148         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
2149         user option (Renamed from wl-cache-prefetch-folder-type-list).
2150         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
2151         from wl-cache-prefetch-folder-list).
2152
2153         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
2154         Move to wl-vars.el.
2155         (wl-message-buffer-prefetch-p): Changed to enable
2156         `wl-message-buffer-prefetch-folder-list'.
2157
2158         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
2159         `ignore-cache'.
2160
2161 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
2162
2163         * wl-draft.el (wl-draft-config-sub-func-alist): Added
2164         `part-top' and `part-bottom'.
2165         (wl-draft-config-sub-part-top): New function.
2166         (wl-draft-config-sub-part-bottom): New function.
2167
2168 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2169
2170         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
2171
2172 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
2173
2174         * wl-folder.el (wl-folder-get-newsgroups): Fix.
2175
2176 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2177
2178         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
2179
2180         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
2181         (wl-summary-write-current-folder): Ditto.
2182
2183 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
2184
2185         * wl-folder.el (wl-folder-get-newsgroups): Use
2186         `elmo-folder-newsgroups'.
2187
2188 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
2189
2190         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
2191         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
2192         `wl-draft-config-sub-header-bottom'.
2193
2194 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2195
2196         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
2197         localnews folder.
2198
2199 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2200
2201         * wl-summary.el (wl-summary-mode): Undo last change.
2202
2203         * wl-folder.el (wl-folder-mode): Ditto.
2204
2205 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2206
2207         * wl-summary.el (wl-summary-mode): Locally set
2208         truncate-partial-window-width to nil.
2209         (for XEmacs)
2210
2211         * wl-folder.el (wl-folder-mode): Ditto.
2212
2213 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
2216
2217 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
2218
2219         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
2220         number.
2221
2222         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
2223
2224         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
2225
2226         * Version number is increased to 2.7.6.
2227
2228 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2229
2230         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
2231
2232 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
2233
2234         * wl-summary.el (wl-summary-sync-update): Enclose network
2235         related portion with `unwind-protect'.
2236
2237 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2238
2239         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
2240
2241 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2242
2243         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
2244         element.
2245         * wl-vars.el (wl-message-body-button-alist): Ditto.
2246
2247         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
2248         max match length.
2249         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
2250
2251         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
2252         for the max match length;
2253         Use 4th element value for the button string regexp group.
2254
2255         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
2256         candidate exists, prompt to select.
2257
2258 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2259
2260         * wl-summary.el (wl-summary-jump-to-msg): Search before
2261         calibration point by `beginning-of-line'.
2262
2263 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2264
2265         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
2266         for access group.
2267
2268 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
2269
2270         * wl-message.el (wl-message-display-internal): Bind
2271         `default-mime-charset'.
2272
2273         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
2274
2275         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
2276
2277         * Version number is increased to 2.7.5.
2278
2279 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2280
2281         * wl-expire.el (wl-summary-archive): Fixed;
2282         Use `elmo-folder-name-internal'.
2283
2284 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2285
2286         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
2287         from `elmo-folder-move-messages' caller.
2288         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2289
2290         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
2291         related portions are changed).
2292
2293 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
2296         counter.
2297
2298 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
2301         buffer local and set it to nil.
2302
2303         * wl-message.el (wl-message-redisplay): Ditto.
2304
2305 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * wl-summary.el (wl-summary-mark-as-important): If message is
2308         already cached, set messag as read, otherwise encache and mark as read.
2309
2310 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2311
2312         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
2313         point-min.
2314
2315 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
2318         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
2319         a keymap.
2320
2321 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
2322
2323         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
2324         parent.
2325
2326         * wl-mule.el (wl-message-define-keymap): Ditto.
2327
2328         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
2329
2330         * wl-xmas.el (wl-message-display-internal-hook): Define.
2331         (wl-xmas-setup-message-toolbar): Define as function.
2332         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
2333         (wl-message-overload-functions): Abolished.
2334         (wl-message-define-keymap): New function.
2335
2336         * wl-vars.el (wl-message-display-internal-hook): New variable.
2337         (wl-message-header-button-alist): New variable (Renamed from
2338         wl-highlight-message-header-button-alist).
2339         (wl-message-body-button-alist): Ditto.
2340
2341         * wl-mule.el (wl-message-define-keymap): New function.
2342         (wl-message-overload-functions): Abolished.
2343
2344         * wl-message.el (wl-message-add-buttons-to-body): New function.
2345         (wl-message-redisplay): Don't call wl-message-overload-functions;
2346         Call wl-message-add-buttons-to-header and
2347         wl-message-add-buttons-to-body.
2348         (wl-message-display-internal): Set keymap argument for
2349         elmo-mime-display-as-is, elmo-mime-message-display;
2350         Run wl-message-display-internal-hook.
2351         (wl-message-refer-article-or-url): Abolished.
2352
2353         * wl-highlight.el (wl-highlight-headers): Don't call
2354         wl-highlight-message-add-buttons-to-header.
2355         (wl-highlight-message-add-buttons-to-header): Abolished.
2356
2357
2358         * wl-e21.el (wl-message-display-internal-hook): Define.
2359         (wl-e21-setup-toolbar): Deleted duplicated binding.
2360         (wl-e21-setup-message-toolbar): Define as function.
2361         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
2362         (wl-message-define-keymap): New function.
2363         (wl-message-overload-functions): Abolished.
2364
2365 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
2368         and elmo-folder-close.
2369
2370         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
2371
2372 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2373
2374         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
2375         boolean value.
2376         * wl-draft.el (wl-draft-do-fcc): Ditto.
2377
2378 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2379
2380         * wl-vars.el (wl-fcc-force-as-read): New variable.
2381         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
2382         mark copied message as read.
2383
2384 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2385
2386         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
2387
2388 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2389
2390         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
2391         `wl-summary-target-above' instead of obsolete variable
2392         `wl-summary-temp-above'.
2393
2394         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
2395         instead of `make-obsolete-variable'.
2396         * wl-refile.el (toplevel): Ditto.
2397
2398 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
2401         with third argument t.
2402         (wl-draft): Set first argument for wl-plugged-init as t.
2403
2404         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
2405         definition.
2406
2407 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2408
2409         * wl-vars.el: Tabify.
2410         (wl-biff-notify-hook): Use `ding' instead of `beep'.
2411
2412         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
2413         message.
2414
2415 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2416
2417         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
2418         and set default to beep.
2419
2420 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2421
2422         * wl-vars.el (wl-draft-truncate-lines): New variable.
2423
2424         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
2425         instead of wl-message-truncate-lines for truncate-lines.
2426
2427 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2428
2429         * wl-message.el (wl-message-display-internal): Call
2430         `wl-highlight-message' after `elmo-mime-display-as-is'.
2431
2432         * wl-mime.el (wl-mime-display-text/plain): New function.
2433         (wl-mime-display-header): Ditto.
2434         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
2435         body-presentation-method for text/plain;
2436         Register `wl-mime-display-header' as a header-presentation-method;
2437         Don't set up `elmo-message-text-content-inserted-hook' and
2438         `elmo-message-header-inserted-hook'.
2439
2440         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
2441         variable.
2442         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
2443         as t if flag is 'all-header;
2444         Don't bind `elmo-message-ignored-field-list',
2445         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
2446
2447 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
2450         for xemacs with non-mule environment.
2451
2452 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2453
2454         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
2455         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
2456         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
2457
2458 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2459
2460         * wl-vars.el (wl-interactive-send): Set default value as t.
2461
2462 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
2465         (wl-addrmgr-method-list): Abolished.
2466         (wl-addrmgr-change-method): Follow above change.
2467
2468         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
2469
2470 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2471
2472         * wl-vars.el (wl-message-truncate-lines): Change default value
2473         to default-truncate-lines.
2474
2475         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
2476
2477 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-vars.el (wl-message-truncate-lines): New variable.
2480
2481         * wl-message.el (wl-message-redisplay): Set truncate-lines using
2482         wl-message-truncate-lines.
2483
2484 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2485
2486         * wl-acap.el (wl-acap-init): Remove period from error message.
2487         (wl-acap-find-acap-service): Remove period from message.
2488
2489 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl.el (wl-check-environment): Undo last change.
2492
2493         * wl-vars.el (wl-from): Changed default value.
2494
2495         * wl-util.el (toplevel): Don't require tm-edit.
2496
2497         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
2498         `wl-folder-init';
2499         Don't set mark on mail body.
2500         (wl-draft-reedit): Ditto.
2501
2502         * wl-address.el (wl-address-quote-specials): Define as an alias for
2503         elmo-address-quote-specials.
2504
2505 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
2508
2509         * wl-vars.el (wl-from): Set default value as nil.
2510         (wl-organization): Set default value as ORGANIZATION environment
2511         variable.
2512
2513         * wl-draft.el (wl-smtp-extension-bind): Check value of
2514         wl-smtp-connection-type.
2515
2516         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
2517         error.
2518
2519 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2520
2521         * Version number is increased to 2.7.4.
2522
2523         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
2524         arguments from `wl-highlight-x-face-function' caller.
2525         Use x-face-1.3.6.12 or later.
2526
2527 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
2528
2529         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
2530
2531 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2532
2533         * wl-vars.el (wl-summary-width): Fix type to accept nil.
2534         (wl-fcc): Fix to accept function.
2535         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
2536
2537 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2538
2539         * wl-acap.el (toplevel): Added `product-provide' declare.
2540         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
2541
2542 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
2543
2544         * wl.el (wl): Changed order of calling `elmo-init'
2545         and `elmo-folder-init'.
2546
2547 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * wl-mime.el (wl-summary-burst): Extract message when content-type
2550         of root entity is not only `multipart' but also `message/rfc822'.
2551         (wl-summary-burst-subr): Ditto.
2552
2553 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2554
2555         * wl-vars.el (toplevel): Require 'custom.
2556         (wl-trash-folder): Added to `wl-setting' group.
2557
2558         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
2559         exists.
2560         (wl-addrmgr-draw): Insert empty line when no entry exists.
2561
2562         * wl-mule.el (wl-message-wheel-up): Fixed.
2563         (wl-message-wheel-down): Ditto.
2564
2565 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
2568         config is an anonymous lambda expression.
2569
2570 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
2573         when Mule 2 is running.
2574
2575 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
2576
2577         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
2578
2579 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
2580
2581         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
2582         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
2583
2584         * wl-address.el (wl-address-specials-regexp): Eliminated.
2585         (wl-address-quote-specials): Rewrite.
2586
2587 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
2590         shy-groups for regexp.
2591
2592         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
2593         character classes and Perl style shy-groups for regexp.
2594         (wl-highlight-plugged-current-line): Use Posix style character
2595         classes for regexp.
2596         (wl-e21-highlight-folder-by-numbers): Ditto.
2597         (wl-e21-display-image-p): Use `display-images-p' instead of
2598         `display-graphic-p'.
2599         (display-images-p): Make an alias to `display-graphic-p' if it is
2600         not available.  It is for Emacs version prior to 21.0.105.
2601
2602         * wl-demo.el (wl-demo): Use `display-images-p' instead of
2603         `display-graphic-p'.
2604         (wl-demo-image-type-alist): Ditto.
2605         (display-images-p): Make an alias to `display-graphic-p' if it is
2606         not available.  It is for Emacs version prior to 21.0.105.
2607
2608 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2609
2610         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
2611         support.
2612         (wl-generate-user-agent-string): Ditto.
2613
2614         * wl-version.el (wl-version): Update docsting.
2615         (wl-version-status): Ditto.
2616
2617 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2618
2619         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
2620         21.0.105.  For Emacs 21.0.104 or earlier.
2621
2622 2001-09-03  Takuo KITAME <kitame@northeye.org>
2623
2624         * wl-e21.el (wl-plugged-init-icons): Use
2625         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
2626         (wl-biff-init-icons): Ditto.
2627
2628 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2629
2630         * wl-highlight.el (wl-highlight-summary-current-line):
2631         Fixed highlighting refile/copy destination.
2632
2633         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
2634         (wl-acap-store): Encode string by wl-acap-coding-system.
2635
2636 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-acap.el (toplevel): Check and require 'un-define before
2639         'xemacs-ucs;
2640          Added checking for UTF-2000.
2641
2642 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
2643
2644         * wl-acap.el (toplevel): Require 'un-define before 'wl;
2645         Don't enclose with `eval-and-compile'.
2646
2647         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
2648         wl-init is non-nil.
2649
2650         * wl-draft.el (wl-draft): Ditto.
2651
2652         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
2653
2654         * wl-acap.el (toplevel): Require 'wl.
2655         (wl-acap-store): Call `elmo-init'.
2656
2657         * wl.el (wl): Changed position of `wl-check-environment'.
2658         (toplevel): Added autoload setting for wl-acap.
2659
2660         * wl-vars.el (wl-setting): New custom group.
2661         (wl-from): Added wl-setting group.
2662         (wl-user-mail-address-list): Ditto.
2663         (wl-organization): Ditto.
2664         (wl-subscribed-mailing-list): Ditto.
2665         (wl-envelope-from): Ditto.
2666         (wl-smtp-posting-user): Ditto.
2667         (wl-smtp-posting-server): Ditto.
2668         (wl-smtp-posting-port): Ditto.
2669         (wl-smtp-authenticate-type): Ditto.
2670         (wl-pop-before-smtp-user): Ditto.
2671         (wl-pop-before-smtp-server): Ditto.
2672         (wl-pop-before-smtp-port): Ditto.
2673         (wl-pop-before-smtp-authenticate-type): Ditto.
2674         (wl-nntp-posting-server): Ditto.
2675         (wl-nntp-posting-user): Ditto.
2676         (wl-nntp-posting-port): Ditto.
2677         (wl-fetch-confirm-threshold): Ditto.
2678         (wl-prefetch-threshold): Ditto.
2679         (wl-thread-insert-opened): Ditto.
2680         (wl-ldap-server): Ditto.
2681         (wl-ldap-port): Ditto.
2682         (wl-ldap-base): Ditto.
2683         (wl-ldap-objectclass): Ditto.
2684         (wl-use-ldap): Ditto.
2685         (wl-draft-config-alist): Ditto.
2686         (wl-draft-config-matchone): Ditto.
2687         (wl-template-alist): Ditto.
2688         (wl-message-sort-field-list): Ditto.
2689         (wl-message-ignored-field-list): Ditto.
2690         (wl-message-visible-field-list): Ditto.
2691         (wl-interactive-send): Ditto.
2692         (wl-summary-move-order): Ditto.
2693         (wl-auto-select-first): Ditto.
2694         (wl-auto-select-next): Ditto.
2695         (wl-interactive-save-folders): Ditto.
2696
2697         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
2698         Initialization codes are moved from wl-local-folder-init.
2699         (wl-local-folder-init): Follow the change above.
2700         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
2701
2702         * wl-acap.el: New file.
2703
2704         * Version number is increased to 2.7.3.
2705
2706 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2707
2708         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
2709
2710 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2711
2712         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
2713         (wl-addrmgr-address-entry-list): Ditto.
2714
2715 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-e21.el (wl-draft-mode-map): Removed binding for
2718         `wl-draft-insert-x-face-field'.
2719
2720         * wl-mule.el (wl-draft-mode-map): Ditto.
2721
2722         * wl-xmas.el (wl-draft-mode-map): Ditto.
2723
2724         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
2725         (wl-cs-autoconv): Ditto.
2726         (wl-cs-local): Ditto.
2727         (wl-use-scoring): Ditto.
2728         (wl-mime-charset): Ditto.
2729         (wl-folder-check-async): Ditto.
2730
2731         * wl.el (toplevel): Ignore nemacs and tm.
2732         (wl-exit): Ditto.
2733
2734         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
2735         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
2736         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
2737         instead of wl-address-petname-add-or-change.
2738         (wl-summary-edit-addresses-subr): Use wl-address-delete
2739         instead of wl-address-petname-delete.
2740
2741         * wl-util.el (wl-as-coding-system): Ignore nemacs.
2742
2743         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
2744         if error occured.
2745
2746         * wl-message.el (require): Remove tm support.
2747
2748         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
2749
2750         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
2751         (wl-folder-jump-to-current-entity): Ditto.
2752         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
2753
2754         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
2755         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
2756         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
2757
2758         * wl-mule.el (wl-draft-key-setup): Ditto.
2759
2760         * wl-xmas.el (wl-draft-key-setup): Ditto.
2761
2762         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
2763         (wl-draft-std11-parse-addresses): New function.
2764         (wl-draft-parse-mailbox-list): Use it.
2765         (wl-draft): Ignore nemacs.
2766         (wl-draft-reedit): Ditto.
2767
2768         * wl-addrmgr.el: New file.
2769         (Original is wl-rcpt.el written by
2770         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
2771         Thanks Kitamoto-san.)
2772
2773         * wl-address.el (wl-address-make-address-list): Modified parsing
2774         process.
2775         (wl-address-delete): Renamed from `wl-address-petname-delete';
2776         Modify wl-address-list too.
2777         (wl-address-add-or-change): Renamed from
2778         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
2779
2780 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
2781
2782         * wl-highlight.el (wl-highlight-summary-current-line):
2783           Work with transient-mark-mode
2784
2785 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * Version number is increased to 2.7.2.
2788
2789         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
2790         instead of elmo-dop-queue-method.
2791
2792 2001-08-06  SAITO Atsunori <sai@yedo.com>
2793
2794         * wl-vars.el (wl-ldap-objectclass): New user option.
2795
2796         * wl-address.el (wl-ldap-make-filter): Use it.
2797
2798 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
2801
2802 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl-folder.el (wl-folder): redisplay after folder insertion.
2805
2806         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
2807
2808         * wl-summary.el (wl-summary-sync-update):
2809         Change status mark only when new-msgdb exists.
2810         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
2811
2812 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
2813
2814         * wl-summary.el (wl-summary-open-folder): New function.
2815         (wl-summary-goto-folder-subr): Use it.
2816         (wl-summary-mark-as-important): Fix;
2817         Encache only when no cache exists.
2818
2819 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2820
2821         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2822         Use with-current-buffer.
2823
2824 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
2827         before call `get-buffer'. Fixed parenthesis.
2828         (wl-score-get-header-entry): Clear message and help window when
2829         keyboard quit.
2830         (wl-score-edit-insert-header): Ditto.
2831
2832 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
2835         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
2836         (wl-default-draft-cite): Fix.
2837
2838         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
2839         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
2840
2841 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2842
2843         * wl-message.el (wl-message-prev-page): Do same bahavior
2844         as summary when it is called in the message buffer.
2845         (wl-message-next-page): Ditto.
2846
2847 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-summary.el (wl-summary-forward): Use cache if it is not
2850         section cache.
2851
2852 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-vars.el: Changed file coding system to ISO-2022-JP.
2855         Removed redundant require of elmo-vars.
2856         (wl-biff-state-indicator-on): Changed default value for
2857         xemacs with non-mule environment.
2858
2859         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
2860         wl-message-buffer is nil;
2861         Hide progress bar after moving messages.
2862
2863 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
2864
2865         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
2866         message at cursor point is deleted.
2867
2868 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl-vars.el: Changed file coding system to euc-japan.
2871         Added -*-coding:-*- magic to the first line.
2872
2873         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
2874         Search parent from the first message.
2875
2876         * Version number is increased to 2.7.1.
2877
2878 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
2879
2880         * wl-vars.el: Fix file coding system to ISO-2022-JP.
2881
2882 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
2883
2884         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
2885         refile/delete execution.
2886
2887         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
2888         Fixed docstring.
2889
2890 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
2893         do update process;
2894         Don't update marks when update process is interrupted.
2895
2896 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-summary.el (wl-summary-reply): Fixed problem when
2899         wl-draft-use-frame is non-nil.
2900         (wl-summary-forward): Ditto.
2901
2902         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
2903         as nil.
2904         (wl-folder-mark-as-read-all-entity): Ditto.
2905         (wl-folder-prefetch-entity): Ditto.
2906
2907         * wl.el (wl): Check environment before wl-init.
2908
2909         * wl-summary.el (wl-summary-collect-unread): Eliminated.
2910         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
2911         instead of wl-summary-collect-unread.
2912         (wl-summary-reply): Split message window.
2913
2914 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
2915
2916         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
2917         only if current language environment is japanese,
2918
2919         * wl-folder.el (wl-folder-jump-to-current-entity): Call
2920         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
2921         (wl-folder-goto-folder-subr): Ditto.
2922
2923         * wl-draft.el (wl-draft-dispatch-message): Call
2924         `elmo-file-cache-get-path'.
2925
2926 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
2927
2928         * wl-summary.el (wl-summary-cursor-move): If return value of
2929         wl-summary-next-message is not number, don't jump.
2930
2931 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-summary.el (wl-summary-buffer-next-message-function): New
2934         variable.
2935         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
2936         if it is bound.
2937
2938         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
2939         string.
2940
2941         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
2942         (wl-plugged-drawing): Ditto.
2943
2944 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
2945
2946         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
2947         process.
2948         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
2949         with unwind-protect.
2950
2951         * wl.el (wl-init): Require mime-setup.
2952         (wl-check-environment): Don't require mime-setup.
2953
2954         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
2955         instead of elmo-folder-type.
2956
2957         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
2958         value as nil.
2959
2960 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
2961
2962         * Version number is increased to 2.7.0.
2963
2964         * wl-version.el (wl-version): Changed codename.
2965
2966         * wl-summary.el (wl-summary-delete-cache): Fixed.
2967
2968         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
2969         Workaround for net folders.
2970         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
2971
2972         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
2973         value to nil (According to the patch from
2974         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
2975
2976         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
2977         of elmo-folder-close.
2978
2979 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
2980
2981         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
2982         for postfix.
2983
2984 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-summary.el (wl-summary-resend-message): Fixed.
2987
2988         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
2989         Call wl-draft with `from' argument if its address is included in
2990         `wl-user-mail-address-list'.
2991         (wl-draft): Added `from' argument.
2992
2993         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
2994         non-nil.
2995         (wl): Don't show demo if wl-demo is nil.
2996
2997         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
2998         wl-summary-use-frame.
2999
3000         * wl-vars.el (wl-summary-use-frame): New user option.
3001         (wl-folder-use-frame): Changed docstring.
3002
3003         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
3004         non-nil.
3005         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
3006         wl-summary-use-frame.
3007
3008         * wl-vars.el (wl-folder-use-frame): New user option.
3009
3010         * wl-summary.el (wl-summary-exit): Back to folder frame if
3011         wl-folder-use-frame is non-nil.
3012         (wl-summary-redisplay-internal): Ignore cache if current folder
3013         is draft folder,
3014         (wl-summary-redisplay-no-mime): Ditto.
3015         (wl-summary-redisplay-all-header): Ditto.
3016
3017         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
3018         if wl-folder-use-frame is non-nil.
3019
3020 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
3021
3022         * wl-summary.el (wl-summary-sync-update): Bind
3023         elmo-folder-update-threshold.
3024         (wl-summary-mark-as-important): Enclosed server mark processing
3025         with `save-match-data'.
3026
3027         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
3028         only when it is already defined.
3029
3030 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3031
3032         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
3033         name of folder exclude localdir is wrong.
3034         * wl-folder.el (wl-folder-sync-entity):
3035         Set `wl-summary-always-sticky-folder-list' as nil.
3036         (wl-folder-mark-as-read-all-entity): Ditto.
3037         (wl-folder-prefetch-entity): Ditto.
3038
3039 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
3040
3041         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
3042         instead of `wl-summary-write-current-newsgroup'.
3043
3044 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3045
3046         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
3047         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
3048         non-nil and selected message is important, do not display.
3049
3050 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
3051
3052         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
3053
3054 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
3057
3058         * wl-summary.el (wl-summary-mark-as-important): Set message number
3059         using wl-summary-message-number.
3060
3061 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3064         destination folder is 'null.
3065
3066 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3067
3068         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
3069         New function.
3070         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
3071         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
3072         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
3073
3074 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * wl-mime.el (wl-mime-setup): Added setting for
3077         `mime-setup-signature-key-alist' to avoid overriding key bind for
3078         `wl-draft-send'.
3079
3080         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
3081         for `wl-draft-send'.
3082         * wl-mule.el (wl-draft-overload-functions): Ditto.
3083         * wl-xmas.el (wl-draft-overload-functions): Ditto.
3084         * wl-draft.el (wl-draft-send): Ditto.
3085
3086         * wl-message.el (wl-message-display-internal):
3087         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
3088         (Patch is provided by <kita@coe.nttdata.co.jp>).
3089
3090 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3091
3092         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
3093
3094 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3095
3096         * wl.el (wl): Fix for wl-demo.
3097
3098 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3099
3100         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
3101
3102 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3103
3104         * wl-folder.el (wl-folder-prefetch-entity): Use
3105         `wl-folder-get-elmo-folder'.
3106         (wl-folder-count-incorporates): Do not use
3107         `wl-folder-get-elmo-folder'.
3108
3109 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3110
3111         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
3112         instead of `elmo-folder-get-type'.
3113
3114 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3115
3116         * wl-summary.el (wl-summary-write-current-folder): Set cursor
3117         position on Subject: field.
3118         (Advised by Mito <mit@nines.nec.co.jp>)
3119
3120 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3121
3122         * wl-folder.el (wl-folder-prefetch-entity): Use
3123         `wl-folder-get-elmo-folder'.
3124
3125 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
3126
3127         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
3128
3129         * wl-summary.el (wl-summary-buffer-set-folder): Set up
3130         `process-duplicates' slot.
3131
3132         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
3133         if detection failed.
3134
3135 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3136
3137         * wl-version.el (wl-version-status): Set to "alpha".
3138
3139 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3140
3141         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
3142         Check wl-message-buffer lives before set-buffer.
3143
3144 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3145
3146         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
3147         called in folder mode.
3148         * wl-var.el (wl-summary-exit-pre-hook): New variable.
3149         * wl-summary.el (wl-summary-exit-pre-hook): Run
3150         `wl-summary-exit-pre-hook' before exit summary mode.
3151
3152 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3153
3154         * wl-version.el (wl-version-status): New variable.
3155         (wl-version-status-alist): Removed.
3156         (wl-version-status): Rule included.
3157
3158 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3159
3160         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
3161         @sponichi.
3162
3163         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
3164         when `mail-reply-buffer' is buffer-local variable.
3165         (Reported by <kita@coe.nttdata.co.jp>).
3166
3167 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
3168
3169         * wl-vars.el (toplevel): Require 'elmo-util.
3170
3171 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
3174         (All other related portions are changed)
3175
3176         * wl.el (wl-plugged-change): Use '<' instead of '<='.
3177
3178         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
3179
3180 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3181
3182         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
3183
3184 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
3185
3186         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
3187         Delete other windows to avoid an error.
3188         Use `point-marker' instead of `point' to remember the start point
3189         of body.
3190
3191         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
3192
3193         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
3194         number not to exceed all message number.
3195
3196 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3197
3198         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
3199         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
3200
3201 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-sync-force-update): Added argument
3204         no-check.
3205         (wl-summary-sync-update): Ditto.
3206         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
3207         with `no-check'.
3208
3209         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
3210         (wl-message-buffer-prefetch-next): Don't run timer if timer is
3211         already running.
3212
3213 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3214
3215         * wl-expire.el (wl-expire-archive-get-folder): Added argument
3216         `dst-folder-arg'.
3217         (wl-expire-archive-number1): Diito.
3218         (wl-expire-archive-number2): Diito.
3219         (wl-expire-archive-Date): Diito.
3220         (wl-archive-number1): Diito.
3221         (wl-archive-number2): Diito.
3222         (wl-archive-date): Diito.
3223         (wl-archive-folder-p): New function.
3224         (wl-summary-expire): Support of expand folder name at
3225         wl-expire-alist.
3226         * wl-util.el (wl-expand-newtext): Renamed from
3227         `wl-refile-expand-newtext'.
3228
3229 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
3232         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
3233         `(elmo-msgdb-get-overview msgdb)'.
3234         (wl-summary-prefetch): Bind match data before call
3235         `wl-summay-prefetch-msg'.
3236         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
3237         'off if `wl-summary-buffer-disp-msg' is non-nil.
3238         Fixed problem that couldn't show only one new or unread message when
3239         enter folder.
3240         (wl-summary-reply): Don't call `split-window-vertically' and other
3241         window.
3242
3243 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-expire.el (wl-expire-refile): Fixed.
3246
3247 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-vars.el (wl-biff-unnotify-hook): New variable.
3250
3251         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
3252         biff notification is removed.
3253
3254         * wl.el (wl): Changed position of `elmo-init'.
3255
3256         * wl-draft.el (wl-default-draft-cite): Use date field
3257         on the citation buffer.
3258
3259         * wl-vars.el (wl-shimbun-folder-icon): New variable.
3260
3261         * wl-xmas.el (wl-folder-internal-icon-list): Added
3262         `wl-folder-shimbun-image'.
3263
3264         * wl-e21.el (wl-folder-internal-icon-list): Added
3265         `wl-folder-shimbun-image'.
3266
3267 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
3268
3269         * wl.el (wl-init): Eliminated argument.
3270         (wl): Rewrite.
3271
3272         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
3273         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
3274         instead of `elmo-folder-msgdb-internal'.
3275         (wl-summary-sync-update): Ditto.
3276         (wl-summary-flush-pending-append-operations): Eliminated.
3277         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
3278         (wl-summary-goto-folder-subr): Set load-msgdb argument of
3279         `elmo-folder-open'.
3280
3281         * wl-mime.el (wl-summary-burst): Fixed.
3282
3283         * wl-folder.el (wl-folder-info-save): Check data type.
3284
3285         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
3286         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
3287         instead of `elmo-folder-msgdb-internal'.
3288         (wl-expire-hide): Ditto.
3289
3290
3291         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
3292
3293 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3294
3295         * wl-folder.el (wl-folder-write-current-folder): Support petname.
3296
3297 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
3298
3299         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
3300
3301 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3302
3303         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3304         Fixed `match-beginning' argument mismatch.
3305
3306 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
3307
3308         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
3309         the default value.
3310
3311 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3312
3313         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
3314         instead of `elmo-nntp-default-port'.
3315
3316         * wl-vars.el: Fixed some doc strings.
3317
3318 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-summary.el (wl-summary-prefetch-msg): Use
3321         `elmo-msgdb-overview-get-entity' instead of `assoc'.
3322
3323         * wl-vars.el: Define *-func as obsolete variable using
3324         `elmo-define-obsolete-variable'.
3325
3326         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
3327         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
3328         instead of `wl-message-buffer-prefetch-threshold'.
3329
3330         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
3331
3332         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
3333
3334         * wl-draft.el (wl-caesar-region-func): Ditto.
3335
3336         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
3337         Keep unread status in elmo-folder-move-messages.
3338         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
3339
3340 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3341
3342         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
3343         `wl-summary-buffer-exit-func'
3344         (wl-summary-buffer-message-redisplay-function): Renamed from
3345         `wl-summary-buffer-message-redisplay-func'
3346         (wl-summary-buffer-next-folder-function): Renamed from
3347         `wl-summary-buffer-next-folder-func'.
3348         (wl-summary-buffer-prev-folder-function): Renamed from
3349         `wl-summary-buffer-prev-folder-func'.
3350         (wl-summary-get-petname-function): Renamed from
3351         `wl-summary-get-petname-func'.
3352
3353         * wl-score.el (wl-score-edit-exit-function): Renamed from
3354         `wl-score-edit-exit-func'.
3355
3356         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
3357         Renamed from `wl-message-buffer-prefetch-get-next-function'.
3358
3359         * wl-util.el (wl-load-profile-function): Renamed from
3360         `wl-load-profile-func'.
3361
3362         * wl-folder.el (wl-folder-completion-function): Renamed from
3363         `wl-folder-completion-func'.
3364         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
3365
3366         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
3367         `wl-expire-archive-get-folder-func'.
3368         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
3369         (wl-draft-send-mail-function): Renamed from
3370         `wl-draft-send-mail-func'.
3371         (wl-draft-send-news-function): Renamed from
3372         `wl-draft-send-news-func'.
3373         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
3374         (wl-generate-mailer-string-function): Renamed from
3375         `wl-generate-mailer-string-func'.
3376         (wl-highlight-signature-search-function): Renamed from
3377         `wl-highlight-signature-search-func'.
3378         (wl-highlight-x-face-function): Renamed from
3379         `wl-highlight-x-face-func'
3380         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
3381         (wl-ps-print-buffer-function): Renamed from
3382         `wl-ps-print-buffer-func'
3383         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
3384         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
3385         (wl-summary-subject-filter-function): Renamed from
3386         `wl-summary-subject-filter-func'.
3387
3388         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
3389         `wl-draft-queue-flush-send-func'
3390         (wl-draft-cite-function): Renamed from
3391         `wl-draft-cite-func'
3392
3393         * wl-address.el (wl-address-init-function): Renamed from
3394         `wl-address-init-func'.
3395
3396 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-draft.el (wl-draft-queue-flush): Don't call
3399         `elmo-dop-unlock-message'.
3400         * wl-draft.el (wl-draft-queue-append): Don't call
3401         `elmo-dop-lock-message'.
3402
3403         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
3404         (wl-summary-buffer-folder-name): Ditto.
3405         (wl-summary-message-regexp): Added '-' (all other related portions
3406         are changed).
3407         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
3408         wl-summary-buffer-folder-name.
3409
3410 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
3411
3412         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
3413         the number of mails in the folder buffer is not updated by wl-biff.
3414
3415 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
3416
3417         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
3418         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
3419
3420 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-summary.el (wl-summary-next-message):
3423         Return next message number when wl-summary-move-order is nil.
3424
3425 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
3426
3427         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
3428         `wl-summary-move-spec-alist'.
3429         (wl-summary-move-spec-unplugged-alist): New variable
3430         (Move spec for unplugged status).
3431         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
3432         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
3433
3434 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
3435
3436         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
3437         * wl-mule.el (wl-draft-overload-menubar): Ditto.
3438
3439 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
3440
3441         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
3442         simple quotation to quote the anonymous function.
3443         * tm-wl.el (wl-draft-preview-message): Ditto.
3444
3445 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
3446
3447         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
3448         Eliminate redundant `save-excursion'.
3449         (wl-highlight-summary-current-line): Ditto.
3450
3451         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
3452         accessing match data when `looking-at' failed.
3453
3454         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
3455         `elmo-match-string' where users don't care about the speed.
3456         (wl-draft-save): Ditto.
3457
3458 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3459
3460         * wl-util.el (wl-regexp-opt): New function.
3461
3462         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
3463         number from `wl-summary-buffer-number-list'.
3464         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
3465         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
3466         (wl-summary-move-spec-alist): Changed default setting.
3467
3468 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-vars.el (wl-biff-notify-hook): New hook.
3471         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
3472         the arrival of new mail.
3473         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
3474         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
3475
3476 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
3479
3480 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
3481
3482         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
3483
3484         * Version number is increased to 2.5.8.
3485
3486         * wl-thread.el (toplevel): require 'cl.
3487         (wl-thread-resume-entity): Call wl-thread-make-number-list.
3488         (wl-thread-make-number-list): New function.
3489         (wl-thread-entity-make-number-list-from-children): Ditto.
3490         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
3491         (wl-thread-entity-insert-as-children): Likewise.
3492         (wl-thread-delete-message): Likewise.
3493         (wl-meaning-of-mark): Eliminated.
3494         (wl-thread-next-failure-mark-p): Ditto.
3495         (wl-thread-entity-get-mark): Ditto.
3496         (wl-thread-meaning-alist-get-result): Ditto.
3497         (wl-thread-entity-check-prev-mark): Ditto.
3498         (wl-thread-entity-check-next-mark): Ditto.
3499         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
3500         (wl-thread-entity-get-prev-marked-entity): Ditto.
3501         (wl-thread-get-prev-unread): Ditto.
3502         (wl-thread-jump-to-prev-unread): Ditto.
3503         (wl-thread-get-next-unread): Ditto.
3504         (wl-thread-jump-to-next-unread): Ditto.
3505         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
3506         (wl-thread-entity-get-next-marked-entity): Ditto.
3507
3508         * wl-summary.el (wl-summary-buffer-number-list):
3509         New bufer-local variable.
3510         (wl-summary-switch-to-clone-buffer): Clone
3511         `wl-summary-buffer-number-list'.
3512         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
3513         (wl-summary-cursor-move-regex): Eliminated.
3514         (wl-summary-cursor-up): Rewrite.
3515         (wl-summary-cursor-down): Ditto.
3516         (wl-summary-mode-spec-alist): New variable.
3517         (wl-summary-next-message): New inline function.
3518         (wl-summary-cursor-move): New function.
3519         (wl-summary-default-get-next-msg): Rewrite.
3520         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
3521         (wl-summary-rescan): Ditto.
3522         (wl-summary-sync-all-init): Ditto.
3523         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
3524         summary is not thread view.
3525         (wl-summary-sync-update): Ditto.
3526         (wl-summary-rescan): Ditto.
3527         (wl-summary-make-number-list): New function.
3528
3529         * wl-draft.el: "FCC" -> "Fcc".
3530
3531 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl-highlight.el (wl-highlight-summary-window):
3534         Call `set-buffer-modified-p'.
3535
3536         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
3537         (wl): Call `elmo-init' and fix.
3538
3539         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
3540         Use new variables.
3541
3542         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
3543
3544 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
3547
3548 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3549
3550         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
3551
3552 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3553
3554         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
3555         `wl-use-toolbar' nor `display-graphic-p'.
3556         (wl-e21-setup-message-toolbar): Ditto.
3557         (wl-e21-setup-summary-toolbar): Ditto.
3558         (wl-e21-setup-folder-toolbar): Ditto.
3559
3560         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
3561         (wl-plugged-init-icons): Ditto.
3562
3563         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
3564         `display-graphic-p'.
3565         (wl-plugged-set-folder-icon): Ditto.
3566         (wl-highlight-plugged-current-line): Ditto.
3567         (wl-highlight-folder-current-line): Ditto.
3568         (wl-e21-highlight-folder-group-line): Ditto.
3569         (wl-e21-setup-toolbar): Ditto.
3570         (wl-e21-display-image-p): New macro.
3571
3572         * wl-demo.el (wl-demo): Simplified.
3573         (wl-demo-image-type-alist): Use `image-type-available-p' for
3574         checking whether the image type `xbm' is available.
3575
3576 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
3579         (wl-summary-input-range): Ditto.
3580
3581 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-summary.el (wl-summary-edit-addresses): Use
3584         `wl-summary-get-original-buffer'
3585         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
3586         (wl-summary-jump-to-msg-by-message-id-via-nntp):
3587         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
3588         (wl-summary-get-newsgroups): Eliminated.
3589         (wl-summary-set-crosspost): Ditto.
3590         (wl-summary-is-crosspost-folder): Ditto.
3591         (wl-crosspost-alist-load): Ditto.
3592         (wl-crosspost-alist-save): Ditto.
3593
3594         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
3595         `elmo-setup-subscribed-newsgroups' instead of
3596         `elmo-nntp-make-groups-hashtb'.
3597         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
3598         instead of `wl-crosspost-alist-save'.
3599
3600         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
3601         of `elmo-folder-message-appendable-p'.
3602         (wl-mime-header-presentation-method): Eliminated.
3603
3604         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
3605         (Error occurs in emacs21).
3606
3607         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
3608         the current buffer).
3609
3610         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
3611         instead of `wl-crosspost-alist-save'.
3612         (wl-init): `elmo-crosspost-message-alist-load'
3613         instead of `wl-crosspost-alist-load'
3614
3615         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
3616         (wl-parse-newsgroups): Likewise.
3617         (wl-biff-notify): Run `wl-biff-notify-hook'.
3618
3619 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3620
3621         * wl-vars.el (wl-summary-lazy-highlight): New variable.
3622
3623         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
3624         when `wl-summary-lazy-highlight' is non-nil.
3625         (wl-summary-goto-folder-subr): Highlight only when
3626         `wl-summary-lazy-highlight' is non-nil.
3627
3628         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
3629         Don't display progress and highlight temp-mark when
3630         `wl-summary-lazy-highlight' is non-nil.
3631         (wl-highlight-summary-window): New function.
3632         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
3633
3634 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3635
3636         * wl-summary.el (wl-summary-sync): Change `all-visible'
3637         from `all-shown'
3638         (wl-summary-input-range): Ditto.
3639
3640 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3641
3642         * wl-e21.el (wl-highlight-folder-current-line): Call
3643         `wl-folder-init-icons' when folder icons have not been initialized.
3644
3645         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
3646
3647         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
3648         (wl-demo-image-type-alist): New macro.
3649
3650 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3651
3652         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
3653         display does not support graphics.
3654         (wl-plugged-init-icons): Ditto.
3655         (wl-folder-init-icons): Ditto.
3656
3657         * wl-demo.el (wl-demo): Chech closely whether the display
3658         supports graphics.
3659
3660 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-summary.el (wl-summary-get-original-buffer): New function.
3663         (wl-summary-set-crosspost): Use it.
3664         (wl-summary-target-mark-uudecode): Ditto.
3665         (wl-summary-reedit): Ditto.
3666         (wl-summary-resend-bounced-mail): Ditto.
3667         (wl-summary-update-crosspost): Eliminated (It may be incorporated
3668         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
3669
3670         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
3671         (wl-message-display-internal): Ditto.
3672
3673 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
3676
3677 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-summary.el (wl-summary-save-view): Renamed from
3680         `wl-summary-save-status'.
3681
3682 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3683
3684         * wl-summary.el (wl-summary-sync): Added `all-shown'
3685
3686 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3687
3688         * wl-summary.el (wl-summary-input-range): Added `all-shown'
3689
3690 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
3691
3692         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
3693
3694 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
3695
3696         * wl-highlight.el (wl-highlight-summary-line-string): Use
3697         `zerop' instead of `= 0'.
3698         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
3699
3700         * wl-template.el (wl-template-next): Use `=' instead of `eq'
3701         for comparing numbers.
3702         (wl-template-prev): Use `zerop' instead of `eq 0'.
3703
3704         * wl-draft.el (wl-draft-insert-current-message): Use
3705         `with-current-buffer' instead of `save-excursion'.
3706         Use `zerop' instead of `eq 0'.
3707
3708 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
3709
3710         * wl-draft.el (wl-draft-insert-ccs): New function.
3711         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
3712         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
3713
3714 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
3717
3718 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-expire.el (wl-expire-refile): Don't call
3721         elmo-msgdb-add-msgs-to-seen-list;
3722         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
3723         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3724
3725 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3726
3727         * wl-message.el (wl-message-prev-page): Ignore errors while
3728         scroll-down.
3729
3730 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-mime.el: Use elmo-original-message-mode instead of
3733         mmelmo-original-mode.
3734
3735         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
3736         `elmo-folder-get-spec';
3737         (wl-fldmgr-add-completion-all-completions):
3738         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
3739
3740         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
3741         of `elmo-folder-get-type'.
3742
3743         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
3744         `elmo-folder-get-spec';
3745         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3746         Use `elmo-folder-append-message' instead of `elmo-append-msg';
3747         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3748         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
3749         `elmo-read-msg-no-cache';
3750         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
3751         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
3752         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
3753         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
3754         `elmo-cache-save';
3755         (wl-draft-reedit): Use `elmo-message-file-name'.
3756
3757         * wl-expire.el: Use `elmo-folder-name-internal';
3758         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3759         Use macro `wl-summary-buffer-msgdb' instead of variable
3760         `wl-summary-buffer-msgdb';
3761         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
3762         Use macro `wl-summary-buffer-folder-name' instead of variable
3763         `wl-summary-buffer-folder-name'.
3764         * wl-score.el: Likewise.
3765
3766         * wl-message.el: Rewrite for new message buffer cache mechanism.
3767         (wl-message-buffer-cache-buffer-get): New macro.
3768         (wl-message-buffer-cache-folder-get): Ditto.
3769         (wl-message-buffer-cache-message-get): Ditto.
3770         (wl-message-buffer-cache-entry-make): Ditto.
3771         (wl-message-buffer-cache-hit): Ditto.
3772         (wl-message-buffer-cache-sort): New function.
3773         (wl-message-buffer-cache-add): Ditto.
3774         (wl-message-buffer-cache-delete): Ditto.
3775         (wl-message-buffer-cache-clean-up): Ditto.
3776         (wl-message-buffer-window): Rewrite.
3777         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
3778         (wl-message-buffer-display): New function.
3779         (wl-message-display-internal): New function.
3780
3781 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-folder.el: Use `elmo-folder-name-internal';
3784         Use `wl-folder-get-elmo-folder';
3785         Use `elmo-folder-list-messages' instead of
3786         `elmo-list-folder';
3787         Use `elmo-folder-get-primitive-list' instead of
3788         `elmo-folder-get-primitive-spec-list';
3789         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
3790         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3791         Use `elmo-folder-create' instead of `elmo-create-folder'.
3792         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
3793         (wl-folder-get-elmo-folder): New macro.
3794         (wl-folder-elmo-folder-cache-get): Ditto.
3795         (wl-folder-elmo-folder-cache-put): Ditto.
3796         (wl-folder-suspend): Call `elmo-quit'.
3797
3798         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3799         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3800         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
3801         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
3802         (toplevel): require 'cl.
3803         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
3804
3805         * wl-summary.el: Rewrite to use new elmo interface.
3806
3807 \f
3808 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-mime.el (wl-draft-preview-message):
3811         Run `wl-draft-send-hook' before collecting recipients information;
3812         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
3813
3814         * tm-wl.el (wl-draft-preview-message): Ditto.
3815
3816 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-mime.el (wl-draft-preview-message): Fixed problem that
3819         wrong receipients are displayed when forwarded message.
3820
3821 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * Version number is increased to 2.5.7.
3824
3825 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3826
3827         * wl-message.el (wl-message-next-page): Bind
3828         `window-pixel-scroll-increment' to nil while scrolling up.
3829
3830 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3831
3832         * wl-vars.el (wl-save-hook): New hook.
3833         * wl.el (wl-save): Call `wl-save-hook'.
3834
3835 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3836
3837         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
3838         Argument WITH-ARG instead of NO-ARG (negative mean).
3839         (wl-draft-reply): WITH-ARG instead of NO-ARG.
3840         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
3841         * wl-message.el (wl-message-follow-current-entity): Likewise.
3842
3843 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3844
3845         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
3846         FROM was optional argument.
3847         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
3848
3849 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3850
3851         * Version number is increased to 2.5.6.
3852
3853 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3854
3855         * wl-version.el (wl-version-show): Removed.
3856         (wl-version): Add `interactive'.
3857
3858 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
3859
3860         * wl-summary.el (wl-summary-get-petname-func): New variable.
3861         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
3862         instead of `wl-address-get-petname-1'.
3863         (wl-summary-simple-from): Ditto.
3864
3865         * wl-address.el (wl-address-get-petname-1): Define as function.
3866
3867 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3868
3869         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3870         field in the original message.
3871         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3872
3873 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3874
3875         * wl-expire.el (wl-expire-hide):
3876         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3877
3878 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3881         find decoder for To, Cc, and Subject.
3882
3883 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
3884
3885         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
3886         for checking `elmo-use-buffer-cache'.
3887         (wl-summary-mark-as-important): Fixed typo in comment.
3888
3889 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3892         field in the original message.
3893         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3894
3895 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3896
3897         * wl-expire.el (wl-expire-hide):
3898         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3899
3900 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3903         find decoder for To, Cc, and Subject.
3904
3905 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
3906
3907         * Version number is increased to 2.5.5.
3908
3909         * wl-address.el (wl-address-specials-regexp): New constant.
3910         (wl-address-quote-specials): Use it.
3911
3912 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
3913
3914         * wl-summary.el (wl-summary-rescan):
3915         Call `wl-summary-buffer-number-column-detect'.
3916         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
3917
3918         * wl-message.el (wl-message-mode-map): Define.
3919         (wl-message-decode): Use it as local-map.
3920
3921 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-score.el (wl-score-guess-like-gnus): Abolished.
3924         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
3925
3926 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
3929
3930         * wl-mule.el (wl-read-event-char): Ditto.
3931
3932         * wl-e21.el (wl-read-event-char): Ditto.
3933
3934         * wl-nemacs.el (wl-read-event-char): Ditto.
3935         (read-event): Removed.
3936
3937         * wl-util.el (toplevel): Removed dummy definition of
3938         `read-event'.
3939         (wl-read-event-char, wl-xmas-read-event-char): Removed.
3940
3941 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
3942
3943         * wl-nemacs.el (elmo-archive-call-process): Moved to
3944         elmo-archive.el.
3945
3946 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3947
3948         * wl-draft.el (wl-draft-reply-list-symbol): New function.
3949         (wl-draft-reply): Use it.  Fixed "No match field" error message.
3950
3951         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
3952         instead of magic-number 6.  Use `not' instead of `null' for symbol
3953         `nil' check (not empty list).
3954         (wl-draft-insert-x-face-field): Fixed paren style.
3955
3956         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
3957         one-branch conditional statement, instead of `and' and `if'.
3958         (wl-draft-forward): Likewise.
3959         (wl-draft-add-references): Likewise.
3960         (wl-draft-yank-from-mail-reply-buffer): Likewise.
3961
3962         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
3963         conditional steatment.  Use `cond' instead of `if'.
3964         (wl-draft-confirm): Likewise.
3965
3966 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3967
3968         * wl-version.el (wl-version-show): Use `product-string-1'
3969         instead of `wl-version'.
3970         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
3971
3972         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
3973
3974 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3975
3976         * wl-highlight.el (wl-highlight-headers): Revert
3977         `wl-highlight-x-face-func' argument (`beg' and `end').
3978
3979 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3980
3981         * wl.el (toplevel): Move `product-provide' declare.
3982         * wl-demo.el (toplevel): Ditto.
3983         * wl-dnd.el (toplevel): Ditto.
3984         * wl-highlight.el (toplevel): Ditto.
3985         * wl-message.el (toplevel): Ditto.
3986         * wl-refile.el (toplevel): Ditto.
3987         * wl-util.el (toplevel): Ditto.
3988
3989 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3990
3991         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
3992         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
3993         (wl-thread-close-all): keep cursor position.
3994
3995 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3996
3997         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
3998         (eq x 0).
3999         (wl-generate-user-agent-string-1): Fix conditional statement.
4000
4001 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4002
4003         * wl.el (wl-check-environment): Additional check for
4004         'wl-local-domain' and `wl-message-id-domain'.
4005
4006 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4007
4008         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4009
4010 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4011
4012         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4013         instead of `smtp-sasl-user-realm'.
4014
4015 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4016
4017         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4018
4019 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4020
4021         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
4022         to the default value as well as `eword-lexical-analyzer'.
4023
4024 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4025
4026         * wl-version.el (wl-extended-emacs-version,
4027         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
4028         `elmo-match-string' instead of `wl-match-string'.
4029
4030 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4031
4032         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
4033         docstring.
4034
4035 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
4036
4037         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
4038
4039 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4040
4041         * wl-highlight.el (wl-highlight-headers): Remove
4042         `wl-highlight-x-face-func' argument (`beg' and `end').
4043
4044 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-summary.el (wl-summary-mark-as-important):
4047         Remove cache if folder is local.
4048
4049 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
4050
4051         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
4052         to get existing e-mail address string.
4053
4054 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4055
4056         * wl-version.el (wl-generate-user-agent-string): Commentary.
4057         (wl-generate-user-agent-string-1): Use `when' for
4058         one-branch conditional statement, instead of `and' and `if'.
4059         (wl-extended-emacs-version, wl-extended-emacs-version2,
4060         wl-extended-emacs-version3): Ditto.
4061
4062 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-summary.el (wl-summary-sync-all-init): New inline function.
4065         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
4066         condition-case; Remove initialization.
4067         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
4068         (wl-summary-sync-update3): Added argument `sync-all';
4069         Eliminated local variable `msgdb';
4070         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
4071         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
4072         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4073
4074 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
4075
4076         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
4077         connection before call `wl-draft-send-mail-with-smtp'.
4078
4079 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * Version number is increased to 2.5.4.
4082
4083 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4084
4085         * wl.el (wl-check-environment): Additional check for
4086         'wl-local-domain' and `wl-message-id-domain'.
4087
4088 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
4091         buffer as command specific.
4092         (wl-folder-mark-as-read-all-entity): Ditto.
4093         (wl-folder-prefetch-entity): Ditto.
4094         (wl-folder-drop-unsync-entity): Ditto.
4095
4096         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
4097         (wl-prog-uudecode-no-stdout-option): Changed default to t.
4098         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
4099
4100         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
4101         save-excursion.
4102
4103 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * Version number is increased to 2.5.3.
4106
4107         * wl-summary.el (wl-summary-save-view-cache):
4108         Delete duplicated `write-region';
4109         Use `write-region-as-binary' instead of `as-binary-output-file' and
4110         `write-region'.
4111
4112 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4113
4114         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
4115
4116 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
4119         instead of `smtp-via-smtp'.
4120
4121 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4122
4123         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4124
4125 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4128         instead of `smtp-sasl-user-realm'.
4129
4130 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4131
4132         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4133
4134 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4135
4136         * Version number is increased to 2.5.2.
4137
4138 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
4139
4140         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
4141         does not exist.
4142         (wl-biff-stop): Call `cancel-timer' if timer already exists.
4143         (wl-biff-start): Call `timer-activate' if timer already exists.
4144
4145         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
4146         only when it is bound as function.
4147
4148 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
4149
4150         * Version number is increased to 2.5.1.
4151
4152 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4153
4154         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
4155         Print refile/copy destination.
4156
4157 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4158
4159         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
4160         queue-flush-only is non-nil.
4161
4162         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
4163
4164         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
4165         checking cache folder.
4166
4167 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4168
4169         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
4170         `regexp-quote'.
4171
4172 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4173
4174         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
4175         function.
4176         * wl-summary.el (wl-summary-write-current-folder-functions):
4177         Change default value.  Use it.
4178
4179 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * Version number is increased to 2.5.0.
4182
4183         * wl-version.el (wl-version): Changed codename.
4184
4185 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
4186
4187         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
4188         (wl-summary-supersedes-message): Ditto.
4189
4190 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4191
4192         * wl-refile.el (wl-refile-guess-functions): Renamed from
4193         `wl-refile-guess-func-list'.
4194
4195 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4198         Fixed problem when no rule was matched.
4199
4200 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4201
4202         * wl-summary.el (wl-summary-get-mark): Fixed
4203         `wl-summary-buffer-target-mark' check logic.
4204
4205 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4206
4207         * wl-folder.el (wl-folder-write-current-folder): Added group
4208         folder check.
4209
4210         * wl-summary.el (wl-summary-write-current-folder): Renamed from
4211         `wl-summary-write-current-newsgroup'.
4212         (wl-summary-write-current-folder-functions): New variable.
4213         * wl-folder.el (wl-folder-get-newsgroups): New function.
4214         (wl-folder-guess-mailing-list-by-refile-rule): New function.
4215         (wl-folder-write-current-folder): Renamed from
4216         `wl-folder-write-current-newsgroup'.
4217
4218 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4219
4220         * Version number is increased to 2.3.93.
4221
4222 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
4225         (wl-ldap-make-matched-value-list): Ditto.
4226         (wl-ldap-alias-safe-string): Split e-mail address.
4227
4228         * wl-summary.el (wl-summary-read-folder): Fixed problem when
4229         petname folder default was selected.
4230         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
4231         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
4232
4233 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
4236         to `wl-draft-config-exec'.
4237
4238         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
4239         instead of calling `wl-draft-config-exec';
4240         Process group-list and show recipients in minibuffer.
4241
4242         * tm-wl.el (wl-draft-preview-message): Ditto.
4243
4244 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4245
4246         * wl.el (toplevel): Added (C) to copyright notice, and
4247         sync Author header.
4248         * tm-wl.el (toplevel): Ditto.
4249         * wl-address.el (toplevel): Ditto.
4250         * wl-demo.el (toplevel): Ditto.
4251         * wl-dnd.el (toplevel): Ditto.
4252         * wl-draft.el (toplevel): Ditto.
4253         * wl-e21.el (toplevel): Ditto.
4254         * wl-expire.el (toplevel): Ditto.
4255         * wl-folder.el (toplevel): Ditto.
4256         * wl-highlight.el (toplevel): Ditto.
4257         * wl-message.el (toplevel): Ditto.
4258         * wl-mime.el (toplevel): Ditto.
4259         * wl-mule.el (toplevel): Ditto.
4260         * wl-nemacs.el (toplevel): Ditto.
4261         * wl-refile.el (toplevel): Ditto.
4262         * wl-score.el (toplevel): Ditto.
4263         * wl-summary.el (toplevel): Ditto.
4264         * wl-template.el (toplevel): Ditto.
4265         * wl-thread.el (toplevel): Ditto.
4266         * wl-util.el (toplevel): Ditto.
4267         * wl-vars.el (toplevel): Ditto.
4268         * wl-xmas.el (toplevel): Ditto.
4269
4270 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
4271
4272         * wl.el (wl-init): Added comment about `wl-init-hook'.
4273         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
4274         * wl-vars.el (wl-init-hook): Added docs.
4275         (wl-make-plugged-hook): Removed useless docs.
4276         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
4277         * wl-xmas.el (toplevel): Ditto.
4278
4279 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4280
4281         * wl-address.el (toplevel): Fixed multiple Author header format.
4282         * wl-demo.el (toplevel): Ditto.
4283         * wl-draft.el (toplevel): Ditto.
4284         * wl-folder.el (toplevel): Ditto.
4285         * wl-summary.el (toplevel): Ditto.
4286         * wl-thread.el (toplevel): Ditto.
4287         * wl-util.el (toplevel): Ditto.
4288         * wl-vars.el (toplevel): Ditto.
4289         * wl-version.el (toplevel): Ditto.
4290         * wl-xmas.el (toplevel): Ditto.
4291         * wl.el (toplevel): Ditto.
4292
4293         * wl-version.el (toplevel): Added require `elmo-version' for
4294         `product-version-as-string'.
4295
4296 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-vars.el (wl-draft-send-hook): Changed default value to
4299         '(wl-draft-config-exec).
4300
4301         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
4302         explicitly.
4303         (wl-draft): Set `wl-draft-config-exec-flag' before running
4304         `wl-mail-setup-hook'.
4305
4306         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
4307         `wl-biff-init-icons' to `wl-init-hook' instead of
4308         `wl-make-plugged-hook'.
4309         (Because if `wl-draft' command is invoked at first,
4310         they are not initialized)
4311         Updated copyright notice.
4312
4313         * wl-e21.el (toplevel): Ditto;
4314
4315         * wl-demo.el (toplevel): Updated copyright notice.
4316         * wl-address.el (toplevel): Ditto.
4317         * wl-draft.el (toplevel): Ditto.
4318         * wl-version.el (toplevel): Ditto.
4319         * wl-folder.el (toplevel): Ditto.
4320         * wl-summary.el (toplevel): Ditto.
4321         * wl-thread.el (toplevel): Ditto.
4322         * wl-util.el (toplevel): Ditto.
4323         * wl-vars.el (toplevel): Ditto.
4324         * wl.el (toplevel): Ditto.
4325
4326 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl-highlight.el (wl-highlight-message): Fixed problem of
4329         highlighting failure which occured when the last field contains
4330         multiple lines in the draft buffer.
4331
4332         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
4333         `wl-biff-start' if plugged.
4334
4335         * wl-util.el (wl-biff-check-folder): New function.
4336         (wl-biff-check-folders): Don't set session name prefix.
4337         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
4338         (wl-biff-check-folder-async): Ditto.
4339
4340         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
4341         in email address.
4342
4343 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
4344
4345         * wl-vars.el (wl-subject-prefix-regexp): New variable.
4346
4347         * wl-draft.el (wl-draft-strip-subject-re): New function.
4348
4349         * wl-draft.el (wl-draft-reply): Use it.
4350
4351 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-message.el (wl-mmelmo-message-redisplay): Use
4354         `mime-display-message' instead of `wl-mime-display-message'.
4355
4356         * wl-mime.el (toplevel): Removed compatibility workaround
4357         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
4358         (wl-mime-display-message): Abolished.
4359         (wl-mime-entity-read-field): Ditto.
4360         (wl-mime-combine-message/partial-pieces): Use
4361         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
4362
4363 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
4364
4365         * wl-template.el: Doc fixes.
4366
4367 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4368
4369         * wl-e21.el (wl-message-overload-functions): Do nothing if
4370         `current-local-map' is not available.
4371         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
4372
4373 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4374
4375         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
4376         representation.
4377
4378         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
4379         number.
4380         (wl-fldmgr-save-folders): Don't use `format' when insert
4381         `wl-fldmgr-folders-header'.
4382
4383 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4384
4385         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
4386
4387 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4388
4389         * wl-highlight.el (wl-highlight-message):
4390         Use `std11-field-end' to detect end point of the header field.
4391         Refer `wl-highlight-max-header-size'.
4392
4393         * wl-vars.el (wl-highlight-max-header-size): New variable.
4394
4395         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
4396
4397         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4398         Set `for-draft' argument of wl-highlight-headers.
4399         (wl-draft): Ditto.
4400         (wl-draft-reedit): Ditto.
4401         (wl-user-agent-compose-internal): Ditto.
4402
4403 2000-10-24   Daiki Ueno <ueno@unixuser.org>
4404
4405         * wl-message.el (wl-message-add-button): Use overlay.
4406
4407 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
4410
4411         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
4412         problem when group-list content is nothing.
4413         (Reported by Mito <mit@nines.nec.co.jp>)
4414
4415 2000-10-18  SAITO Atsunori <sai@yedo.com>
4416
4417         * wl-summary.el (wl-summary-print-destination): Adjust line length.
4418
4419 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4420
4421         * tm-wl.el (toplevel): Use product-provide.
4422
4423 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
4424
4425         * Version number is increased to 2.3.92.
4426
4427 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4428
4429         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
4430         title text, use `display' property for left margin under Emacs 21.
4431
4432         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
4433         properties.
4434         (wl-plugged-init-icons): Ditto.
4435
4436 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4437
4438         * wl.el (wl-save-status, wl-init): Remove last period in
4439         "...done." message.
4440         * tm-wl.el (wl-summary-burst): Ditto.
4441         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
4442         wl-summary-resume-cache-status,
4443         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
4444         wl-summary-sync-update3, wl-summary-highlight-msgs,
4445         wl-summary-flush-pending-append-operations,
4446         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
4447         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
4448         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
4449         wl-thread-open-all): Ditto.
4450         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4451         * wl-mime.el (wl-summary-burst): Ditto.
4452         * wl-highlight.el (wl-highlight-summary): Ditto.
4453         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
4454         wl-folder-open-all, wl-folder-update-access-group): Ditto.
4455         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
4456         * wl-address.el (wl-local-address-init): Ditto.
4457
4458 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4459
4460         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
4461         `add-text-properties'.
4462         (wl-plugged-init-icons): Ditto.
4463         (wl-folder-init-icons): Use `propertize' instead of
4464         `put-text-property'.
4465         (wl-plugged-set-folder-icon): Ditto.
4466         (wl-e21-highlight-folder-group-line): Ditto.
4467
4468 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-version.el (wl-version-status-alist): New variable.
4471         (wl-version-status): New function.
4472
4473         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
4474         "Cc" part of the case "Reply-To".
4475
4476         * wl-draft.el (wl-draft-reply): Use result of
4477         `eword-extract-address-components'.
4478
4479         * wl-demo.el (wl-demo-icon-name): New constant.
4480         (wl-logo-xpm): Use it.
4481         (wl-logo-xbm): Ditto.
4482         (wl-logo-bitmap): Ditto.
4483
4484         * Version number is increased to 2.3.91.
4485
4486 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4487
4488         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
4489         (wl-extended-emacs-version, wl-extended-emacs-version2,
4490         wl-extended-emacs-version3): Remove `interactive'.  Fixed
4491         docstring.
4492
4493         * wl-version.el (wl-generate-user-agent-string-1): New function.
4494         (wl-generate-user-agent-string): Use it.
4495
4496         * wl-version.el (wl-generate-user-agent-string-1): Ignore
4497         `mime-edit-insert-user-agent-field'.
4498         (wl-generate-user-agent-string): Check
4499         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
4500
4501         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
4502         instead of `if', when verbose case.
4503
4504 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4505
4506         * wl-expire.el (wl-summary-expire): Fix.
4507
4508 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4509
4510         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
4511         and `elmo-lost+found-folder' if 'wl-draft.
4512         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
4513
4514 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4515
4516         * wl-expire.el (wl-summary-expire): Change messages.
4517         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
4518         `deleing-info' instead of "Deleting..."
4519
4520 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
4521
4522         * wl-summary.el (wl-summary-refile-subr): Fix.
4523
4524 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4525
4526         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
4527         if pipe folder.
4528
4529 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4530
4531         * wl-vars.el (wl-draft-use-cache): Default `nil'.
4532
4533 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4534
4535         * wl-expire.el (wl-expire-hide): New function.
4536         (wl-summary-expire): Add `hide'.
4537
4538 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * wl-vars.el (wl-draft-reply-without-argument-list):
4541         Changed default value to consider `Reply-To:'.
4542         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
4543
4544         * Version number is increased to 2.3.90.
4545
4546         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
4547         elmo-imap4-get-session with unwind-protect.
4548         Don't cause error.
4549         (wl-summary-sync-marks): Don't check plugged nor folder type.
4550         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
4551         (Always keep current buffer).
4552
4553 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4554
4555         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4556         Enclose with `save-excursion'.
4557
4558 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4559
4560         * wl-version.el (wl-version): Remove interactive.
4561
4562 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4563
4564         * wl-version.el (wl-generate-user-agent-string): Use
4565         `product-string-verbose' instead of `product-string-1'.
4566
4567 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4568
4569         * wl-vars.el (wl-draft-use-cache): New variable.
4570         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
4571         if wl-draft-use-cache is non-nil.
4572
4573 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4574
4575         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
4576         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
4577
4578 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
4581         (wl-thread-msg-mark-as-unread): Ditto.
4582
4583         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
4584         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
4585         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
4586         Don't set mark in summary if return value of `elmo-mark-as-read'
4587         is nil.
4588         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
4589         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
4590         instead of `wl-thread-msg-mark-as-read'.
4591         (wl-summary-mark-as-unread-region): Ditto.
4592         (wl-summary-target-mark-mark-as-read): Ditto.
4593
4594         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4595
4596 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
4599
4600         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
4601
4602 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
4605         face.
4606
4607 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
4608
4609         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
4610         `running-xemacs'.
4611
4612 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4613
4614         * wl-version.el (toplevel): Use `product-version-as-string' for
4615         set verstion-string, if defined.
4616
4617         * wl-version.el (wl-version-show): Insert string at point, when
4618         call with argument.
4619
4620         * wl-version.el (wl-generate-user-agent-string): Use
4621         `product-string-1' instead of `wl-appname', `wl-version' and
4622         `wl-codename'.
4623
4624 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4625
4626         * wl-address.el (toplevel): Use product-provide.
4627         * wl-demo.el (toplevel): Ditto.
4628         * wl-dnd.el (toplevel): Ditto.
4629         * wl-draft.el (toplevel): Ditto.
4630         * wl-e21.el (toplevel): Ditto.
4631         * wl-expire.el (toplevel): Ditto.
4632         * wl-fldmgr.el (toplevel): Ditto.
4633         * wl-folder.el (toplevel): Ditto.
4634         * wl-highlight.el (toplevel): Ditto.
4635         * wl-message.el (toplevel): Ditto.
4636         * wl-mime.el (toplevel): Ditto.
4637         * wl-mule.el (toplevel): Ditto.
4638         * wl-nemacs.el (toplevel): Ditto.
4639         * wl-refile.el (toplevel): Ditto.
4640         * wl-score.el (toplevel): Ditto.
4641         * wl-summary.el (toplevel): Ditto.
4642         * wl-template.el (toplevel): Ditto.
4643         * wl-thread.el (toplevel): Ditto.
4644         * wl-util.el (toplevel): Ditto.
4645         * wl-vars.el (toplevel): Ditto.
4646         * wl-xmas.el (toplevel): Ditto.
4647         * wl.el (toplevel): Ditto.
4648
4649 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4650
4651         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
4652         instead of product.
4653
4654         * wl-version.el (wl-version): Compile time evalution elmo-version.
4655
4656 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-summary.el (wl-summary-sync-force-update): Append queue
4659         `mark-as-read'if unplugged.
4660
4661 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4662
4663         * wl-version.el: New file.  Use product.el.
4664         * wl.el: add (require 'wl-version).
4665         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
4666         for ~/.folders header.
4667         (wl-fldmgr-folders-header): Changed.
4668         * wl-demo.el (wl-demo): Use product.el.
4669
4670         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
4671         wl-version.el.
4672         * wl-util.el (wl-version, wl-version-show): Ditto.
4673
4674         * wl-util.el (wl-generate-user-agent-string,
4675         wl-extended-emacs-version, wl-extended-emacs-version2,
4676         wl-extended-emacs-version3): Move to wl-version.el.
4677         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
4678         xemacs-codename, mime-edit-insert-user-agent-field,
4679         mime-edit-user-agent-value, mime-editor/version,
4680         mime-editor/codename): Compile warning killer move to
4681         wl-version.el
4682
4683 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
4684
4685         * wl-summary.el (wl-summary-refile-subr): Fix.
4686
4687 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-summary.el (wl-summary-sync-marks): Changed argument for
4690         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4691
4692 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
4693
4694         * wl.el (wl-check-environment): Check too many `@'.
4695
4696 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
4697
4698         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
4699
4700 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4701
4702         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
4703         wl-draft-reply-myself-without-argument-list): Add variables.
4704         * wl-draft.el (wl-draft-reply): Use it.
4705
4706 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
4707
4708         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
4709         the 5th argument of `elmo-network-get-spec'.
4710
4711         * wl-thread.el (wl-thread-reparent-children): New inline function.
4712         (wl-thread-delete-message): Use it.
4713
4714         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
4715         (wl-summary-score-update-all-lines): Don't use `dolist'.
4716
4717 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4718
4719         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
4720         (require 'elmo-msgdb) for inline function.
4721
4722 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
4725
4726 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4727
4728         * wl-score.el (wl-score-headers): Fix for the confusing macro
4729         `elmo-kill-buffer'.
4730
4731 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4732
4733         * wl-summary.el: Don't use the 3rd argument of `require' because
4734         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
4735         * wl-util.el: Ditto.
4736         * wl-draft.el: Ditto.
4737
4738 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4739
4740         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
4741         window system is not used.
4742
4743 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
4744
4745         * wl-thread.el: Don't use `mapcar' only for iteration.
4746         (wl-thread-resume-entity): Ditto.
4747         (wl-thread-delete-message): Ditto.
4748
4749         * wl-summary.el: Bind `dragdrop-drop-functions',
4750         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
4751         of `require' for `timezone', `easymenu' and `ps-print';
4752         don't use `mapcar' only for iteration.
4753
4754         * wl-util.el: Bind `mule-version', `nemacs-version',
4755         `emacs-beta-version', `xemacs-codename',
4756         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
4757         `mime-editor/version' and `mime-editor/codename'; specify 3rd
4758         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
4759         only for iteration.
4760
4761         * wl-score.el: Don't use `mapcar' only for iteration.
4762         (wl-score-simplify-buffer-fuzzy): Ditto.
4763         (wl-score-simplify-subject): Ditto.
4764         (wl-score-headers): Ditto.
4765         (wl-summary-score-update-all-lines): Ditto.
4766
4767         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
4768         `enable-multibyte-characters' and `mule-version'.
4769
4770         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
4771         `mapcar' only for iteration.
4772
4773         * wl-demo.el: Don't use `mapcar' only for iteration.
4774
4775         * wl-folder.el: Don't use `mapcar' only for iteration.
4776         (wl-folder-open-all): Ditto.
4777         (wl-folder-count-incorporates): Ditto.
4778
4779         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
4780         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
4781
4782         * wl-draft.el: Bind `x-face-add-x-face-version-header',
4783         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
4784         `smtp-connection-type'; specify 3rd argument of `require' for
4785         `timezone'; don't use `mapcar' only for iteration.
4786         (wl-draft-clone-local-variables): Don't use `mapcar'.
4787         (wl-draft-generate-clone-buffer): Ditto.
4788         (wl-user-agent-compose-internal): Ditto.
4789
4790         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
4791
4792         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
4793         (wl-save-status): Ditto.
4794
4795         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
4796         for iteration.
4797
4798 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
4799
4800         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
4801         removed `Date'.
4802         (wl-fldmgr-make-filter-default): New user option.
4803
4804         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
4805         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
4806         (wl-fldmgr-filter-completion-alist): Abolish.
4807
4808         * wl.el (wl): Don't check servers if arg is non-nil.
4809
4810         * wl-draft.el (wl-draft-reply): Set only message-id string to
4811         In-Reply-To field.
4812
4813 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * wl-summary.el (wl-summary-pick): Rewrite.
4816
4817         * wl-draft.el (wl-draft-forward): Get references field from
4818         original buffer.
4819         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
4820
4821 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4822
4823         * wl-draft.el (wl-draft-forward): Add references field.
4824
4825 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
4828         (wl-draft-reply): Use it.
4829
4830 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
4831
4832         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
4833         when Emacs 21 is running.
4834
4835         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
4836         bindings.
4837
4838 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4839
4840         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
4841         XPM icons transparent.
4842
4843         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
4844         Emacs 21.
4845
4846 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
4849         nil.
4850
4851         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
4852         when it is persistent.
4853         (wl-summary-sync-marks): Changed argument for
4854         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4855         (wl-summary-virtual): Use `elmo-read-search-condition'.
4856         (wl-summary-redisplay-internal): If folder is local, mark as read
4857         even when folder is plugged.
4858
4859 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4860
4861         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
4862         of `tool-bar-lines' in the frame parameters.
4863         (after-make-frame-functions, post-command-hook): Don't modify the
4864         value.
4865         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
4866         wl-e21-tool-bar-lines): Removed.
4867
4868 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4869
4870         * wl-highlight.el (wl-highlight-folder-path): Put overlay
4871         properties `evaporate' and `wl-momentary-overlay' as well.
4872         (wl-highlight-summary-displaying): Ditto.
4873         (wl-delete-all-overlays): Don't delete overlay which does not have
4874         a property `wl-momentary-overlay'.
4875
4876         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
4877         `display-mouse-p' and `display-graphic-p'.
4878         (wl-folder-init-icons): Don't search for XBM or the other files.
4879         (wl-plugged-set-folder-icon): Make icons if and only if
4880         `display-graphic-p' returns non-nil.
4881         (wl-highlight-plugged-current-line): Use `before-string' overlay
4882         property to show icon images.
4883         (wl-highlight-folder-current-line): Ditto.
4884         (wl-e21-highlight-folder-group-line): Ditto.
4885         (wl-e21-highlight-folder-by-numbers): Ditto.
4886         (wl-e21-insert-image): Removed.
4887         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
4888         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
4889         said.
4890         (wl-e21-switch-toolbar-after-make-frame): Renamed from
4891         `wl-e21-force-switch-toolbar'.
4892         (wl-e21-make-icon-image): Removed.
4893         (wl-e21-setup-toolbar): Don't search for XBM files.
4894         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
4895         the default value.
4896
4897 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-util.el (wl-biff-check-folder-async): Set
4900         `wl-biff-check-folders-running' even when it is not an IMAP folder.
4901
4902 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4903
4904         * wl-e21.el (after-make-frame-functions): Add
4905         `wl-e21-force-switch-toolbar'.
4906         (wl-e21-force-switch-toolbar): New function force to switch the
4907         toolbar appearance automatically.
4908         (post-command-hook): Add `wl-e21-switch-toolbar'.
4909         (wl-e21-switch-toolbar): New function to switch the toolbar
4910         appearance automatically.
4911         (wl-e21-tool-bar-lines): New buffer local variable.
4912
4913 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * wl-util.el (wl-biff-check-folders-running): New variable.
4916         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
4917         (wl-biff-check-folder-async-callback):
4918         Set `wl-biff-check-folders-running'.
4919         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
4920         with unwind-protect.
4921
4922         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
4923         Enclose `wl-folder-auto-check' with unwind-protect.
4924
4925         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
4926         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
4927
4928         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
4929
4930         * wl-util.el (wl-biff-notify): New inline function.
4931         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
4932         locally.
4933         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
4934         folder-list' is 1.
4935         Use `wl-biff-notify'.
4936         (wl-biff-check-folder-async-callback): New function.
4937         (wl-biff-check-folder-async): Ditto.
4938
4939         * wl-folder.el (wl-folder): Don't check folders.
4940         (wl-folder-auto-check): New function.
4941
4942 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4943
4944         * wl-util.el (wl-biff-start) [Emacs19+]:
4945         Use `timer-next-integral-multiple-of-time'.
4946         (wl-biff-check-folders): Use `wl-default-folder'
4947         if `wl-biff-check-folder-list' is nil.
4948
4949 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
4950
4951         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
4952         instead of `elmo-delete-lists'.
4953
4954 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
4955
4956         * wl.el (wl-plugged-toggle-all): Set the value of
4957         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
4958         (wl-plugged-toggle): Ditto.
4959         (wl-toggle-plugged): Ditto.
4960         (wl-plugged-init): Ditto.
4961
4962         * wl-xmas.el (wl-biff-init-icons): Set icons data to
4963         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
4964         instead of `wl-biff-state-indicator-off' and
4965         `wl-biff-state-indicator-on'; don't modify the value and the type
4966         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
4967         (wl-plugged-init-icons): Set icons data to
4968         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
4969         instead of `wl-plug-state-indicator-off' and
4970         `wl-plug-state-indicator-on'; don't modify the value and the type
4971         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
4972
4973         * wl-vars.el (wl-modeline-biff-state-off,
4974         wl-modeline-biff-state-on, wl-modeline-biff-status,
4975         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
4976         wl-modeline-plug-status): New internal variables.
4977         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
4978         wl-biff-check-interval, wl-biff-check-folder-list): Change
4979         customization group from `wl-folder' to `wl-highlight'.
4980         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
4981         wl-show-plug-status-on-modeline): Defcustomized.
4982
4983         * wl-util.el (wl-biff-check-folders): Set the value of the flag
4984         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
4985         (wl-mode-line-buffer-identification): Set both ON and OFF data with
4986         a flag to `mode-line-buffer-identification'.
4987
4988         * wl-e21.el (wl-biff-init-icons): Set icons data to
4989         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
4990         instead of `wl-biff-state-indicator-off' and
4991         `wl-biff-state-indicator-on'.
4992         (wl-plugged-init-icons): Set icons data to
4993         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
4994         instead of `wl-plug-state-indicator-off' and
4995         `wl-plug-state-indicator-on'.
4996
4997 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4998
4999         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
5000         excessive titles.
5001
5002 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5003
5004         * wl.el (wl-plugged-mode): Use revised
5005         `wl-mode-line-buffer-identification'.
5006         (wl-plugged-init): Don't use `force-mode-line-update'.
5007
5008         * wl-xmas.el (wl-draft-overload-functions): Use revised
5009         `wl-mode-line-buffer-identification'.
5010         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
5011         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
5012         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5013         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5014         `wl-make-plugged-hook';
5015         add `wl-folder-init-icons' and `wl-setup-folder' to
5016         `wl-folder-mode-hook'.
5017
5018         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
5019         19 as well.
5020         (wl-mode-line-display-priority-list): New user option.
5021         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
5022         Defcustomized.
5023         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
5024         Add docs.
5025
5026         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
5027         start.
5028         (wl-mode-line-buffer-identification): Revised as a function.
5029
5030         * wl-summary.el (wl-summary-mode): Use revised
5031         `wl-mode-line-buffer-identification'; don't call
5032         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
5033         (TopLevel): Don't bind `wl-e21-setup-summary' nor
5034         `wl-xmas-setup-summary'.
5035
5036         * wl-nemacs.el (wl-draft-overload-functions): Use revised
5037         `wl-mode-line-buffer-identification'.
5038
5039         * wl-mule.el (wl-draft-overload-functions): Use revised
5040         `wl-mode-line-buffer-identification'.
5041
5042         * wl-folder.el (wl-make-plugged-alist): Don't call
5043         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
5044         (wl-folder): Don't call `wl-folder-init-icons' directly.
5045         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
5046         `wl-xmas-setup-folder' directly;
5047         use revised `wl-mode-line-buffer-identification'.
5048         (TopLevel): Don't bind `wl-biff-init-icons',
5049         `wl-plugged-init-icons', `wl-folder-init-icons',
5050         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
5051
5052         * wl-e21.el (wl-draft-overload-functions): Use revised
5053         `wl-mode-line-buffer-identification'.
5054         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
5055         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
5056         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5057         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5058         `wl-make-plugged-hook';
5059         add `wl-folder-init-icons' and `wl-setup-folder' to
5060         `wl-folder-mode-hook'.
5061
5062 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
5063             Katsumi Yamaoka    <yamaoka@jpl.org>
5064
5065         * wl.el (wl): Call `wl-biff-start'.
5066         (wl-exit): Call `wl-biff-stop'.
5067         (wl-plugged-mode): Show biff in modeline.
5068         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
5069
5070         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
5071         (wl-biff-init-icons): New function.
5072         (wl-plugged-init-icons): Don't make too much keymaps.
5073         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
5074
5075         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
5076         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
5077         variables.
5078         (wl-biff-check-interval, wl-biff-check-folder-list): New user
5079         options.
5080
5081         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
5082         wl-biff-start, wl-biff-stop): New functions.
5083         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
5084         (wl-biff-timer-name): New variable.
5085
5086         * wl-summary.el (wl-summary-mode): Show biff in modeline.
5087
5088         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
5089         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5090
5091         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
5092         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5093
5094         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
5095         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
5096         `wl-folder-init-icons' to `ignore' if they are not available.
5097         (wl-folder-mode): Show biff in modeline.
5098
5099         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
5100         (wl-biff-init-icons): New function.
5101         (wl-plugged-init-icons): Don't make too much keymaps.
5102         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
5103
5104 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
5105
5106         * wl-vars.el (wl-strict-diff-folders): Customization Type
5107         and doc fix.  Define as a list of regular expressions for
5108         folders or nil.
5109         * wl-folder.el (wl-folder-check-one-entity): Use
5110         `wl-string-match-member' instead of `wl-string-member' for
5111         `wl-strict-diff-folders'.
5112
5113 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
5114
5115         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
5116         (wl-highlight-folder-current-line): Use it; new implementation.
5117         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
5118         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
5119         `defsubst' instead of `defun'.
5120
5121         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
5122         `wl-highlight-group-folder-by-numbers'; made it can also be a
5123         number.  See info for more details.
5124
5125         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
5126         running.
5127
5128         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
5129         to bind them.
5130
5131         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
5132         (wl-highlight-folder-current-line): New implementation.
5133
5134         * wl-highlight.el (wl-highlight-folder-group-line): New
5135         implementation.
5136         (wl-delete-all-overlays): Rewrite as a marco.
5137         (TopLevel): Require `wl-e21' when Emacs 21 is running.
5138
5139         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
5140         running.
5141         (wl-folder-*-glyph): No need to bind them.
5142
5143         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
5144         `wl-e21-highlight-folder-group-icon'; rewrite.
5145         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
5146         `defsubst' instead of `defun'.
5147         (wl-folder-mode-map): Bind it when compiling.
5148
5149 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl.el (wl): Initialize plug-related settings before `wl-init'.
5152
5153         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
5154
5155 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
5156
5157         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
5158
5159 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
5160
5161         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
5162         (wl-highlight-folder-current-line): Use it.
5163
5164         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
5165         in `id-name'.
5166
5167 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
5168
5169         * wl.el: Require `wl-e21' when Emacs 21 is running.
5170
5171         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
5172         default when Emacs 21 is running.
5173         (wl-use-highlight-mouse-line): Ditto.
5174         (wl-on-emacs21): New constant.
5175         (wl-on-emacs20): Removed.
5176
5177         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
5178         Emacs 21 is running.
5179
5180         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
5181         Emacs 21 is running.
5182
5183         * wl-e21.el: New file.
5184
5185 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
5186
5187         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
5188         (wl-toggle-plugged): Ditto.
5189         (wl-plugged-toggle): Ditto.
5190         (wl-plugged-toggle-all): Ditto.
5191
5192         * wl-vars.el (wl-plug-state-indicator): Refer
5193         `wl-plug-state-indicator-on' indirectly.
5194
5195 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
5198         Call `wl-folder-confirm-existence'.
5199
5200         * wl-folder.el (wl-folder-confirm-existence): Added optional
5201         argument `force'.
5202
5203 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
5204
5205         * wl-summary.el (wl-summary-refile-subr): Assume
5206         `copy-or-refile' as symbol.
5207         (wl-summary-refile): Follow up above change.
5208         (wl-summary-copy): Ditto.  Doc fix.
5209
5210 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5211
5212         * wl-summary.el (wl-summary-pick): Don't bind
5213         `elmo-search-mime-charset'.
5214
5215         * wl-vars.el (wl-highlight-message-header-button-alist): Define
5216         default using old backquote style.
5217         (wl-search-mime-charset): Abolished.
5218
5219         * wl-highlight.el (wl-highlight-headers):
5220         Call `point' after `re-search-forward'(for Nemacs).
5221
5222         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
5223         for elmo-imap4.el.
5224
5225 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
5226
5227         * wl-message.el (wl-mmelmo-message-redisplay): Bind
5228         `wl-message-ignored-field-list' instead of
5229         `mime-view-ignored-field-list'.
5230
5231         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
5232         Add interactive spec.
5233         (wl-folder-goto-bottom-of-current-folder): Ditto.
5234         (wl-folder-mode-map): Bind them.
5235
5236         * wl-vars.el (wl-message-ignored-field-list): New variable.
5237         (wl-message-visible-field-list): New variable.
5238
5239         * wl-mime.el (wl-mime-header-presentation-method): New function.
5240         (wl-mime-setup): Set header-presentation-method.
5241
5242 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5243
5244         * wl-nemacs.el (wl-draft-overload-functions): Set
5245         `mode-line-buffer-identification' instead of using
5246         `wl-make-modeline'.
5247
5248         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
5249         instead of using `wl-make-modeline'.
5250
5251         * wl-xmas.el (wl-plugged-init-icons): Set up
5252         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
5253         (wl-make-modeline): Abolish.
5254         (wl-draft-overload-functions): Set
5255         `mode-line-buffer-identification' instead of using
5256         `wl-make-modeline'.
5257
5258         * wl-util.el (wl-make-modeline-subr): Abolish.
5259         (wl-mode-line-buffer-identification): New alias.
5260
5261         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
5262         (wl-summary-make-modeline): Abolish.
5263         (wl-summary-buffer-set-folder): Set
5264         `wl-summary-buffer-folder-indicator'.
5265         (wl-summary-mode): Set `mode-line-buffer-identification' instead
5266         of using `wl-make-modeline'.
5267         (wl-summary-switch-to-clone-buffer): Don't set
5268         `mode-line-buffer-identification'.
5269         (wl-summary-goto-folder-subr): Ditto.
5270
5271         * wl-mule.el (wl-draft-overload-functions): Set
5272         `mode-line-buffer-identification' instead of using
5273         `wl-make-modeline'.
5274
5275         * wl-folder.el (wl-folder-mode): Set
5276         `mode-line-buffer-identification' instead of using
5277         `wl-make-modeline'.
5278         (wl-folder): Don't set `mode-line-buffer-identification'.
5279
5280 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
5281
5282         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
5283         instead of `member' for `wl-refile-guess-func-list' look-ups.
5284         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
5285
5286 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5287
5288         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
5289         `wl-message-button-dispatcher'.
5290
5291         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
5292
5293         * wl-message.el (wl-message-button-dispatcher): Use it.
5294
5295         * wl-vars.el (wl-highlight-message-header-button-alist): Add
5296         "In-Reply-To".
5297
5298         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
5299         Bind `case-fold-search' to t.
5300
5301 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5302
5303         * wl-xmas.el (wl-message-overload-functions): Initialize
5304         `wl-message-button-map'.
5305
5306         * wl-mule.el (wl-message-overload-functions): Initialize
5307         `wl-message-button-map'.
5308
5309         * wl-vars.el (wl-highlight-message-header-button-alist): New.
5310
5311         * wl-message.el (wl-message-button-map): New keymap.
5312         (wl-message-add-button): New function.
5313         (wl-message-button-dispatcher): New function.
5314         (wl-message-button-refer-article): New function.
5315
5316         * wl-highlight.el
5317         (wl-highlight-message-add-buttons-to-header): New function.
5318         (wl-highlight-headers): Use it.
5319
5320 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5321
5322         * wl-summary.el (wl-summary-default-from): Use
5323         `wl-address-get-petname-1'.
5324         (wl-summary-simple-from): Ditto.
5325
5326         * wl-address.el (wl-address-get-petname-1): New inline function.
5327         (wl-address-get-petname): Use it.
5328
5329 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
5330
5331         * wl-summary.el (wl-summary-default-from): Return full-name part
5332         from the address if no petname was found.
5333         (wl-summary-simple-from): Ditto.
5334
5335         * wl-address.el (wl-address-get-petname): Return nil if no petname
5336         associated with the address was found.
5337
5338 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5339
5340         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
5341         display is finished.
5342
5343 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5344
5345         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
5346         `elmo-folder-exists-p' argument.
5347
5348 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
5349
5350         * wl-folder.el (wl-folder-confirm-existence): Check existence of
5351         the folder.
5352
5353 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
5354
5355         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
5356
5357         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5358         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
5359
5360 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
5361
5362         * wl-folder.el (wl-folder-create-subr): New function.
5363         (wl-folder-confirm-existence): Use it.
5364         (wl-folder-check-one-entity): Use it.
5365         Check the error symbol is derived from 'elmo-open-error.
5366
5367         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
5368         `ignore-error'.
5369
5370 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5371
5372         * wl-util.el (toplevel): Add (eval-when-compile (require
5373         'elmo-util)).  (Maybe `provide' is typo.)
5374
5375 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-util.el (toplevel): Removed (provide 'elmo-util).
5378         (I don't know why this was needed.)
5379
5380         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
5381         Follow up changes for stream-type.
5382
5383         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
5384         (wl-draft-elmo-nntp-send): Ditto.
5385
5386         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
5387         (wl-nntp-posting-stream-type): Ditto.
5388         (wl-pop-before-smtp-ssl): Abolished.
5389         (wl-nntp-posting-ssl): Ditto.
5390
5391         * wl-address.el (wl-address-quote-specials): New function.
5392         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
5393
5394         * wl-draft.el (wl-draft-reply): Ditto.
5395
5396 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5397
5398         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
5399         use function `wl-string-match-assoc'.
5400
5401 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
5404
5405         * wl-draft.el (wl-draft-deduce-address-list): New function.
5406         (wl-draft-parse-mailbox-list): Ditto.
5407         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
5408         instead of `smtp-deduce-address-list'.
5409         (wl-draft-on-field-p): Follow group list.
5410
5411         * wl-address.el (wl-address-concat-token): New function.
5412         (wl-address-string-without-group-list-contents): Ditto.
5413         (wl-complete-field-body): Fixed problem of completion
5414         by japanese petname.
5415         (wl-address-make-completion-list): Rewrite.
5416
5417 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
5418
5419         * wl-address.el (wl-address-make-completion-list): Completion by
5420         petname.
5421         (wl-complete-field-body): Likewise.
5422
5423 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
5426         contains invalid address syntax.
5427
5428 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5429
5430         * wl-folder.el (wl-folder-check-entity-async): Use
5431         `elmo-nntp-spec-hostname'.
5432
5433 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
5434
5435         * wl-summary.el (wl-summary-msgdb-load-async): Use
5436         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
5437
5438 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-draft.el (wl-draft-reply): Set argument
5441         `content-transfer-encoding' as nil.
5442
5443 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
5444
5445         * wl-refile.el (wl-refile-learn): Move hit element to the top of
5446         `wl-refile-alist'.
5447
5448 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5449
5450         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
5451         (wl-draft-edit-string): Ditto.
5452         (wl-draft-forward): Ditto.
5453         * wl-summary.el (wl-summary-write): Ditto.
5454
5455 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-summary.el (wl-summary-sync-update3): Call
5458         `wl-summary-buffer-number-column-detect'.
5459         (wl-summary-buffer-number-column-detect): Search from point-min.
5460
5461 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
5464         contains an address which is not included in original to or cc.
5465
5466 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
5467
5468         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
5469         begin-line does not exist.
5470         * wl-message.el (wl-message-uu-substring): Ditto.
5471
5472 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
5475         clear local variables.
5476         (wl-summary-exit): Call `elmo-commit'.
5477         (wl-summary-switch-to-clone-buffer): Call
5478         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
5479         (wl-summary-goto-folder-subr): Ditto.
5480
5481         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
5482         POP folder.
5483
5484 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
5487         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
5488         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
5489         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
5490         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
5491         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
5492
5493         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
5494
5495 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
5496
5497         * wl-summary.el (wl-summary-search-by-subject):
5498         Search parent message from the latest one.
5499
5500 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-draft.el (wl-draft-reply): Insert address with full-name.
5503         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
5504
5505         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
5506         New user option.
5507
5508         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
5509         if elmo-nntp-use-killed-list is nil.
5510         Use `elmo-msgdb-append-to-killed-list'.
5511         (Append numbers confirmed as disappeared to the killed list.)
5512         (wl-summary-confirm-appends): Don't display negative number.
5513
5514 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5515
5516         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
5517
5518 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
5521         range is `all'.
5522         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
5523         `elmo-list-bigger-diff'.
5524
5525 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5526
5527         * wl-summary.el (wl-summary-buffer-exit-func):
5528         New buffer local variable.
5529         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
5530
5531 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
5532
5533         * wl-demo.el (wl-demo): Fix the last change.
5534
5535 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
5536
5537         * wl-demo.el (wl-demo): Don't use `eval'.
5538
5539 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-summary.el (wl-summary-buffer-thread-modified):
5542         New buffer-local variable.
5543         (wl-summary-set-thread-modified): New function.
5544         (wl-summary-thread-modified-p): New function.
5545         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
5546         (wl-summary-yank-saved-message): Use function
5547         `wl-summary-set-thread-modified'
5548         (wl-summary-switch-to-clone-buffer): Add
5549         `wl-summary-buffer-thread-modified'.
5550
5551         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
5552         (wl-summary-buffer-mark-saved-hook): Ditto.
5553         * wl-summary.el (wl-summary-msgdb-save): New hook
5554         `wl-summary-buffer-message-saved-hook' and
5555         `wl-summary-buffer-mark-saved-hook'.
5556
5557 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5558
5559         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
5560
5561 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5562
5563         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
5564         don't hide scroll bars under FSF Emacsen because it may incur an
5565         undesirable redrawing.
5566
5567 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
5568
5569         * wl-draft.el (wl-draft-edit-string): Call
5570         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
5571
5572 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
5573
5574         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
5575
5576 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
5577
5578         * wl-summary.el (wl-summary-msgdb-load-async): Call
5579         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
5580
5581 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
5582
5583         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
5584         fringes in demo buffer; center bitmap logo correctly even if old
5585         Mule is used.
5586
5587 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
5588
5589         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
5590
5591         * wl-refile.el (wl-refile-subject-alist): New variable.
5592         (wl-refile-subject-alist-file-name): Ditto.
5593         (wl-refile-alist-setup): Rewrite.
5594         (wl-refile-alist-save): Use `elmo-object-save'.
5595         Eliminated arguments.
5596         (wl-refile-learn): Check `wl-refile-guess-func-list'.
5597         (wl-refile-guess-by-subject): New function.
5598         (wl-refile-guess-func-list): Added it.
5599
5600 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5601
5602         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
5603         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
5604
5605 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
5606
5607         * wl-summary.el (wl-summary-buffer-prev-folder-func):
5608         New buffer-local variable.
5609         (wl-summary-buffer-next-folder-func): Ditto.
5610         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
5611         if non-nil.
5612         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
5613         if non-nil.
5614         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
5615         if non-nil.
5616         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
5617         if non-nil.
5618
5619 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
5620
5621         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
5622         permanently in the demo buffer.
5623
5624 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
5627         `mime-entity-fetch-field'.
5628
5629         * wl.el (wl-exit): Delete plugged buffer.
5630
5631         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
5632         XEmacs has menubar feature.
5633
5634 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5635
5636         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
5637         cannot arrive at the beginning of the buffer under old Emacsen.
5638
5639 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5640
5641         * wl-address.el (wl-address-ldap-search):
5642         Call `ldap-search-entries' with `withdn' argument t.
5643         (wl-complete-field-body): Bind completion-ignore-case as t.
5644         Clear ldap search hash when it was sole completion.
5645         Use elmo-string for pattern string.
5646         (wl-ldap-alias-safe-string): Eliminated needless let.
5647
5648 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
5649
5650         * wl-address.el (wl-ldap-alias-dn-level): New variable.
5651         (wl-ldap-alias-sep): New constant.
5652         (wl-ldap-search-attribute-type-list): Ditto.
5653         (wl-ldap-get-value): New function.
5654         (wl-ldap-make-filter): Ditto.
5655         (wl-ldap-make-matched-value-list): Ditto.
5656         (wl-ldap-alias-safe-string): Ditto.
5657         (wl-ldap-register-dn-string): Ditto.
5658         (wl-address-ldap-search): Rewrite.
5659
5660 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5661
5662         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
5663         thread is deleted.
5664         (wl-thread-delete-line-from-buffer): Ditto.
5665         (wl-thread-get-exist-children): New function.
5666
5667 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
5668
5669         * wl-demo.el (wl-demo): Made it to select various image types.
5670         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
5671         from `wl-title-logo'.
5672         (wl-logo-ascii): New variable.
5673         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
5674         (wl-demo-copyright-notice): New constant.
5675
5676         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
5677
5678 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5679
5680         * wl-vars.el (wl-summary-target-above): Renamed from
5681         wl-summary-temp-above.
5682         * wl-score.el (wl-score-get-score-alist): Use it.
5683         (wl-summary-score-update-all-lines): Use it.
5684         * wl-summary.el: Ditto. (make-variable-buffer-local).
5685
5686 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-vars.el (wl-ldap-port): New user option.
5689
5690         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
5691         Rewite whole implementation.
5692         (wl-complete-field-body): Fixed.
5693
5694 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
5695
5696         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
5697         Choose implementation at compile time.
5698
5699 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5700
5701         * wl-address.el (wl-ldap-search-internal): New function.
5702         (wl-complete-field-to): Use it.
5703
5704 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
5707         Use `let' instead of `let*'.
5708         Require 'wl-vars.
5709
5710         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
5711         Define as defcustom.
5712         (wl-ldap-base): Ditto.
5713         (wl-use-ldap): Ditto.
5714
5715 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5716
5717         * wl-address.el (wl-ldap-search): New function.
5718         (wl-complete-field-body): Use `wl-ldap-search'.
5719         (wl-ldap-server): New variable.
5720         (wl-ldap-base): Ditto.
5721         (wl-use-ldap): Ditto.
5722
5723 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
5724
5725         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
5726         (Pointed out by Mito <mit@nines.nec.co.jp>).
5727         * wl-summary.el (wl-summary-redisplay-no-mime): Update
5728         buffer-local variables like `wl-summary-redisplay-internal'.
5729         (wl-summary-redisplay-all-header): Likewise.  Update
5730         Summary view too.
5731
5732 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
5733
5734         * wl-summary.el (wl-summary-jump-to-parent-message):
5735         Consider prefix argument.
5736
5737         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
5738         when closed thread is deleted.
5739
5740 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
5741
5742         * wl-summary.el (wl-summary-jump-to-parent-message):
5743         Consider thread modification.
5744
5745 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
5746
5747         * wl-message.el (wl-message-normal-get-original-buffer): Use
5748         `save-excursion'.
5749
5750         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
5751         (wl-summary-showto-folder-regexp): Ditto.
5752
5753 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
5754
5755         * wl-util.el (wl-delete-alist): Doc fix.
5756         (wl-delete-associations): New function.
5757         (wl-inverse-alist): New function.
5758         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
5759         Split temporary variables. Use `wl-delete-associations'
5760         and `wl-inverse-alist'.
5761         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
5762
5763 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * wl-folder.el (wl-folder-prefetch-entity):
5766         Execute prefetching if new count is unknown.
5767
5768 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5769
5770         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
5771
5772         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
5773         delete entity.
5774         (wl-thread-set-parent): If insert as top, set linked as nil.
5775
5776         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
5777         `wl-thread-cleanup-symbols' when view mode is thread.
5778
5779 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
5780
5781         * wl-folder.el (wl-folder-create-folder-entity): Use
5782         with-current-buffer.
5783         (wl-local-folder-init): Call set-buffer to make sure we are in
5784         the Folder buffer. Don't touch buffer-local variables here.
5785         (wl-folder-mode): Initialize buffer-local variables here.
5786
5787         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
5788         (wl-folder-entity-assign-id): Ditto.
5789         (wl-folder-create-entity-hashtb): Ditto.
5790         (wl-local-folder-init): Ditto.
5791         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
5792
5793 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5794
5795         * wl-summary.el (wl-summary-default-from): Fix probrem when
5796         std11-extract-address-components return (nil "foo@bar").
5797
5798 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
5799
5800         * wl-draft.el (wl-draft-clone-local-variables):
5801         Remove redundant `setq'.
5802
5803 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5806         Bind wl-highlight-x-face-func as nil while highlighting header.
5807
5808 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
5809
5810         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
5811
5812 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5813
5814         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
5815         elmo-msgdb-overview-hashtb from copy-variables.
5816         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
5817         instead of `elmo-msgdb-overview-get-entity-by-number'.
5818         (wl-summary-auto-refile): Ditto.
5819
5820         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
5821         `elmo-msgdb-overview-get-entity' instead of
5822         `elmo-msgdb-search-overview-entity'.  Use
5823         `elmo-msgdb-overview-get-entity' instead of
5824         `elmo-msgdb-overview-get-entity-by-number'.
5825         (wl-thread-insert-entity-sub): Ditto.
5826         (wl-thread-insert-message): Ditto.
5827
5828         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
5829         `elmo-msgdb-overview-get-entity'.
5830         (wl-normal-message-redisplay): Ditto.
5831
5832 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5833
5834         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
5835         `wl-thread-entities'.
5836         (wl-thread-delete-message): Fix remove top message from
5837         `wl-thread-entity-list'.
5838
5839         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
5840         wl-append(nconc), because update-list is broken on Meadow.
5841
5842         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
5843         updating process.
5844         (wl-summary-rescan): Ditto.
5845         (wl-summary-sync-update3): Ditto.
5846         * wl-thread.el (wl-thread-set-parent): Renamed from
5847         `wl-summary-set-parent'.
5848         (wl-thread-insert-message): Updating buffer faster.
5849         (wl-thread-delete-message): Updating buffer faster.
5850
5851         * wl-score.el (wl-summary-score-update-all-lines): Changed
5852         interval for display progress gauge.
5853
5854 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5855
5856         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
5857         folder always-sticky.
5858         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
5859         defmacro.
5860
5861 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * wl-vars.el (wl-draft-add-references): New user option.
5864
5865         * wl-draft.el (wl-draft-add-references): New function.
5866         (wl-draft-yank-from-mail-reply-buffer): Use it.
5867         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
5868         as nil.
5869
5870 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5871
5872         * wl-thread.el (wl-thread-update-line-msgs): Called
5873         `wl-thread-update-line-on-buffer-sub'.
5874         (wl-thread-update-line-on-buffer): Delete routine of inserting
5875         thread.
5876         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
5877         moved from `wl-thread-update-line-on-buffer'.
5878         Add threshold for displaying progress gauge.
5879         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
5880         argument of `wl-thread-update-line-msgs'.
5881         Add threshold for displaying progress gauge.
5882         * wl-folder.el:
5883         Add threshold for displaying progress gauge.
5884         * wl-score.el: Ditto.
5885
5886         * wl-expire.el (wl-summary-expire): Display deleting info.
5887
5888 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
5891         `no-msg'.
5892         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
5893         argument of `wl-thread-update-line-msgs'.
5894         (wl-summary-set-parent): Added optional argument `parent-number'.
5895         (wl-summary-buffer-saved-message): New buffer local variable.
5896         (wl-summary-save-current-message): New command.
5897         (wl-summary-yank-saved-message): Ditto.
5898         (wl-summary-mode-map): Added key binding for
5899         `wl-summary-save-current-message' (\ew) and
5900         `wl-summary-yank-saved-message' (\C-y).
5901         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
5902
5903 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-summary.el (wl-summary-mode-map): Added key binding for
5906         `wl-summary-set-parent' (ts).
5907
5908 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5909
5910         * wl-summary.el (wl-summary-insert-thread-entity): Search same
5911         subject faster. If thread number is reverse, delayed updating
5912         thread.
5913         (wl-summary-search-by-subject): Ditto.
5914         (wl-summary-put-alike): Ditto.
5915         (wl-summary-get-alike): Ditto.
5916         (wl-summary-insert-headers): Insert header of all overview in
5917         buffer.
5918         (wl-summary-rescan): Delayed updating thread. Kill search subject
5919         buffer for wl-summary-search-by-subject.
5920         (wl-summary-sync-update3): Ditto.
5921         (wl-summary-exit): Ditto.
5922         (wl-summary-goto-bottom-of-current-thread): Change for linked
5923         thread.
5924         (wl-summary-overview-create-summary-line): Change line for linked
5925         thread.
5926
5927         * wl-summary.el (wl-summary-update-thread): Use
5928         wl-thread-maybe-get-children-num.
5929         (wl-summary-set-parent): If change parent, move sub thread.
5930         (wl-summary-redisplay-internal): Add horizontal recenter.
5931         (wl-summary-redisplay-no-mime): Add horizontal recenter.
5932
5933         * wl-thread.el (wl-thread-entity-get-linked): New function.
5934         (wl-thread-entity-set-linked): New function.
5935         (wl-thread-create-entity): Add linked element.
5936         (wl-thread-entity-insert-as-top): Use wl-append.
5937         (wl-thread-maybe-get-children-num): If closing thread, return
5938         children msgs.
5939         (wl-thread-update-line-msgs): Displaying progress message.
5940         (wl-thread-update-line-on-buffer-sub): Use
5941         wl-thread-maybe-get-children-num.
5942         (wl-thread-update-line-on-buffer): If update line is not exists,
5943         insert thread.
5944         (wl-thread-delete-message): If delete top msg of thread, search
5945         parent by subject.
5946         (wl-thread-insert-entity): Use
5947         wl-thread-maybe-get-children-num.
5948
5949         * wl-highlight.el (wl-highlight-summary-current-line): change
5950         sregexp for linked thread.
5951         * wl-util.el (wl-count-lines): Count lines.
5952         (wl-horizontal-recenter): horizontal recenter.
5953         * wl-score.el (wl-score-put-alike): Use wl-count-lines
5954         (wl-score-get-alike): Ditto.
5955         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
5956         (wl-subject-length-limit): New variable.
5957         (wl-highlight-thread-indent-string-regexp): Changed for linked
5958         thread.
5959
5960 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5963         New variable (revival).
5964         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
5965         by subject matching if there's no in-reply-to nor references field
5966         (revival).
5967
5968 \f
5969 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
5972         message.
5973
5974 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-summary.el (wl-summary-reply): Return t if there was a
5977         message at cursor point.
5978         Added unwind-protect.
5979         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
5980         returns t.
5981         (wl-summary-cancel-message): Do nothing when there's no message at
5982         cursor point.
5983         (wl-summary-forward): Ditto.
5984         (wl-summary-jump-to-parent-message): Ditto.
5985         (wl-summary-reedit): Ditto.
5986         (wl-summary-edit-addresses): Ditto.
5987         (wl-summary-pipe-message): Ditto.
5988         (wl-summary-print-message-with-ps-print): Ditto.
5989         (wl-summary-print-message): Ditto.
5990         (wl-summary-mark-as-important): Ditto.
5991         (wl-summary-mark-as-unread): Ditto.
5992
5993         * wl-summary.el (wl-summary-reply): Cause an error when there's no
5994         message at cursor point.
5995         (wl-summary-reply-with-citation): Remove unwind-protect.
5996
5997         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
5998         subject searching feature.
5999         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6000         Eliminated.
6001
6002 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6005         New variable.
6006         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6007         by subject matching if there's no in-reply-to nor references field.
6008
6009         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
6010
6011         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
6012         when display is finished.
6013         (wl-folder-open-all): Ditto.
6014         (wl-folder-update-access-group): Ditto.
6015         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
6016         * wl-thread.el (wl-thread-close-all): Ditto.
6017
6018         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
6019         progress gauge only when it was displayed.
6020         * wl-folder.el (wl-folder-insert-entity): Ditto.
6021
6022 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-summary.el (wl-summary-incorporate): Enclose
6025         `wl-summary-sync-force-update' with save-excursion.
6026
6027 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
6028
6029         * wl-summary.el (wl-summary-prefetch-region):
6030         Pass current cursor point to `pos-visible-in-window-p' after
6031         moving cursor to the started point.
6032
6033 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6034
6035         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
6036
6037         * wl-draft.el (wl-draft-insert-current-message): Delete useless
6038         fields from the forwarding message.
6039         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
6040         `ignored-fields'.
6041
6042 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * wl-mime.el (wl-message-request-partial):
6045         Eliminated argument `msgdb'.
6046         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
6047         (wl-mime-combine-message/partial-pieces): Likewise.
6048         * tm-wl.el (wl-message-request-partial): Likewise.
6049         (wl-mime-combine-message/partial-pieces): Likewise.
6050
6051 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
6052
6053         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
6054         when display is finished.
6055
6056 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
6057
6058         * wl-summary.el (wl-summary-goto-folder-subr):
6059         Fix problem when wl-summary-partial-highlight-above-lines is nil.
6060
6061 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6062
6063         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
6064         when cursor point is visible.
6065
6066 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-expire.el (wl-expire-archive-get-max-number):
6069         Don't use `file-name-directory'.
6070
6071 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
6072
6073         * wl-expire.el (wl-expire-archive-get-max-number):
6074         Use `file-name-directory'.
6075
6076 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-summary.el (wl-summary-sync-marks): Re-display progress
6079         only when there is progress.
6080
6081 2000-04-13  Mito <mit@nines.nec.co.jp>
6082
6083         * wl-summary.el (wl-summary-sync-marks): Display progress.
6084
6085 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6086
6087         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
6088         (wl-summary-prev): Move cursor regardless of unread status.
6089         (wl-summary-next): Ditto.
6090
6091 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
6092
6093         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
6094         Added argument `target' and `number'.
6095         * tm-wl.el (wl-summary-burst-subr): New function.
6096         (wl-summary-burst): Use it.
6097
6098 2000-04-10  Mito <mit@nines.nec.co.jp>
6099
6100         * wl-mime.el (wl-burst): New function.
6101         (wl-summary-burst): Use it.
6102
6103 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
6104
6105         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
6106         as petname when there's no candidate.
6107
6108 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
6111         New variable.
6112         * wl-fldmgr.el (wl-fldmgr-add): Use it.
6113
6114         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
6115
6116         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
6117
6118 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
6121         Use substring of `original' instead of buffer-substring.
6122         (wl-refile-evaluate-rule):
6123         Set `original' argument of wl-refile-expand-newtext.
6124
6125         * wl-summary.el
6126         (wl-summary-auto-refile-check-refile-rule-alist-subr,
6127         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
6128         (wl-summary-auto-refile): Check existence of destination folder just
6129         before marking.
6130
6131 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6132
6133         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
6134         when wl-refile-get-field-value return nil.
6135
6136 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
6137
6138         * wl-refile.el
6139         (wl-refile-expand-newtext): New function imported from Gnus.
6140         (wl-refile-evaluate-rule): Use it.
6141
6142 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-summary.el (wl-summary-print-destination):
6145         Duplicate folder string to avoid putting text-property on
6146         original string.
6147
6148         * wl-refile.el (wl-refile-get-field-value): New function.
6149         (wl-refile-evaluate-rule): New function;
6150         Evaluate refile rule recursively.
6151         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
6152         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
6153         New function; Check existence of a target folder recursively.
6154         (wl-summary-auto-refile-check-refile-rule-alist):
6155         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
6156
6157 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
6160
6161         * wl-folder.el (wl-create-folder-entity-from-buffer):
6162         Fixed problem when '}' character is contained in folder name.
6163
6164         * wl-xmas.el (wl-make-modeline): Consider plugged status.
6165
6166 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6167
6168         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
6169         (wl-fldmgr-add-completion-all-completions):
6170         Use wl-fldmgr-add-completion-hashtb.
6171
6172 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6173
6174         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
6175         wl-fldmgr-add-completion-subr): New functions.
6176         * wl-folder.el (wl-folder-completion-func): New variable.
6177         * wl-summary.el (wl-summary-read-folder):
6178         Use wl-folder-completion-func.
6179
6180         * wl-refile.el: Eliminate throw & catch.
6181
6182         * wl.el (wl-plugged-sending-queue-status): Fixed.
6183
6184 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
6185
6186         * wl-draft.el (wl-draft): Put category property on
6187         mail-header-separator.