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