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