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