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