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