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