* wl-util.el (wl-search-condition-fields): Remove "AND","OR".
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
4         (wl-read-search-condition-internal): Append them.
5
6 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-vars.el (wl-additional-search-condition-fields):
9         New user option.
10
11         * wl-util.el (wl-search-condition-fields): New function; export
12         from `wl-read-search-condition-internal'.
13         (wl-read-search-condition-internal): Use it.
14
15         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
16
17 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-summary.el (wl-summary-define-sort-command): New function.
20         (wl-summary-sort-by-date, wl-summary-sort-by-number)
21         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
22         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
23         define by `wl-summary-define-sort-command' at runtime.
24
25         * wl.el (wl-init): Call wl-summary-define-sort-command.
26
27 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
30         properties at the decrypting region.
31
32 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-util.el (wl-find-region): New function.
35
36         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
37         coding system.
38         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
39         property `wl-mime-decoded-coding-system'.
40         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
41         property `wl-mime-decoded-coding-system' to encode text.
42
43         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
44         message.
45         (wl-mime-pgp-verify-region): Ditto.
46
47 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
50         buffer. Use epa-display-verify-result.
51
52 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
53
54         * wl-draft.el (wl-draft-send): Continue even if setting parent
55         flag was failed.
56
57 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-message.el (wl-message-flag-indicator): Fixed the problem
60         of returning string only of parentheses.
61
62 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-summary.el (wl-summary-write): Add argument `folder'.
65         (wl-summary-write-current-folder): Change argument `folder' from
66         optional to require.
67         (wl-summary-get-buffer): Return the buffer associated folder only.
68
69         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
70         change.
71         (wl-folder-toggle-disp-summary): Ditto.
72
73         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
74         current summary as parent-folder.
75
76 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
77
78         * wl-draft.el (wl-draft-reedit): Don't overwrite
79         wl-draft-parent-folder.
80
81 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
84         (wl-mime-pgp-verify-region): Ditto.
85         (wl-message-decrypt-pgp-nonmime): Use the above function.
86         (wl-message-verify-pgp-nonmime): Likewise.
87         (wl-mime-preview-application/pgp): Likewise.
88
89 2006-04-20  Kenichi Okada  <okada@opaopa.org>
90
91         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
92         Fix about the order of `wl-nntp-posting-port' and
93         `wl-nntp-posting-stream-type'.
94         * wl.el (wl-plugged-port-label-alist): Add smtp.
95
96 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-summary.el (wl-summary-message-status): New macro.
99
100         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
101         (wl-summary-killed-mark): New user option.
102
103         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
104         API change.
105         (wl-thread-insert-entity-sub): Ditto.
106         (wl-thread-recover-messages): New command.
107
108         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
109         Don't call `wl-highlight-summary-current-line' directly.
110         (wl-summary-buffer-attach): Connect to signal `status-changed'
111         instead of `cache-changed'.
112         (wl-summary-buffer-detach): Follow the above change.
113         (wl-summary-detect-mark-position): Follow the API change.
114         (wl-summary-rescan-message): Ditto.
115         (wl-summary-insert-sequential): Ditto.
116         (wl-summary-update-thread): Ditto.
117         (wl-summary-message-mark): Ditto.
118         (wl-summary-persistent-mark): Ditto.
119         (wl-summary-create-line): Ditto.
120         (wl-summary-prefetch-region-no-mark): Call
121         `wl-summary-persistent-mark' with number.
122         (wl-summary-recover-messages-region): New command.
123         (wl-summary-target-mark-recover): Ditto.
124         (wl-summary-recover-message): Ditto.
125         (wl-summary-persistent-mark-string): Add argument `status' instead
126         of remove arguments `flags' and `cached'.  Treat killed status.
127         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
128
129         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
130         (wl-highlight-summary-line-face-spec): Treat killed status.
131         (wl-highlight-summary-line-string): Follow the API change.
132         (wl-highlight-summary-current-line): Ditto.
133
134         * Version number is increased to 2.15.3.
135
136 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
139         of symbolp to test whether the condition is function.
140
141 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
144         to nil.
145
146 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-summary.el (wl-summary-buffer-message-ring): New internal
149         variable.
150         (wl-summary-buffer-last-displayed-msg): Abolish.
151         (wl-summary-push-message): New function.
152         (wl-summary-pop-message): Ditto.
153         (wl-summary-goto-folder-subr): Reset
154         `wl-summary-buffer-message-ring'.
155         (wl-summary-pop-to-last-message): New command.
156         (wl-summary-goto-last-displayed-msg): Call
157         wl-summary-pop-to-last-message if optional argument is non-nil or
158         the last command is itself.
159         (wl-summary-redisplay-internal): Push last message number into
160         `wl-summary-buffer-message-ring'.
161
162         * wl-vars.el (wl-summary-message-ring-max): New user option.
163
164 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
167         from `wl-draft-reply').
168         (wl-draft-reply): Use it.
169         (wl-draft-find-reply-headers): Avoid compile warning.
170
171 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
172
173         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
174
175 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-message.el (wl-message-flag-indicator): New function.
178         (wl-message-redisplay): Use it.
179
180 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
181
182         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
183
184 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
187         instead of `read-event'.
188
189         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
190
191         * wl-mule.el (wl-read-event-char): Ditto.
192
193         * wl-e21.el (wl-read-event-char): Ditto.
194
195 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
196
197         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
198
199 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-vars.el (wl-draft-send-confirm-type): New user option.
202
203         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
204
205         * wl-draft.el (wl-draft-send-confirm): Confirmation by
206         `wl-draft-send-confirm-type'
207
208 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
211         Avoid error when the buffer name is already used.
212
213 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
216         the change of elmo-nmz -> elmo-search.
217         (wl-highlight-summary-line-help-echo-alist): Ditto.
218         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
219         (wl-nmz-folder-icon): Define as obsolete.
220         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
221         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
222
223 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-summary.el (wl-summary-get-list-info): Rewrite with
226         `elmo-find-list-match-value'
227
228 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-summary.el (wl-summary-get-list-info): Optimize.
231         Use List-Id and List-Post also.
232
233 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
236
237 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
238
239         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
240
241 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-util.el (wl-completing-read-multiple-1): New internal function.
244         (wl-completing-read-multiple-2): Ditto.
245         (wl-completing-read-multiple): Define use above functions.
246
247         * wl-summary.el (wl-summary-sort): Removed the workaround for a
248         bug of `completing-read-multiple' about default value.
249
250         * wl-xmas.el (wl-completing-read-multiple): Removed.
251
252         * wl-mule.el (wl-completing-read-multiple): Ditto.
253
254         * wl-e21.el (wl-completing-read-multiple): Ditto.
255
256 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-util.el (wl-filter-associations): New function.
259
260         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
261         (wl-spam-ignored-folder-list): Ditto.
262         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
263         (wl-spam-string-member-p): New function.
264         (wl-spam-domain): Use it.
265         (wl-spam-split-numbers): New function.
266         (wl-spam-apply-partitions): Ditto.
267         (wl-spam-register-spam-messages): Use `folder' instead of
268         `wl-summary-buffer-elmo-folder'.
269         (wl-spam-register-good-messages): Ditto.
270         (wl-summary-exec-action-spam): Decide a domain by real folder of
271         message.
272         (wl-summary-exec-action-refile-with-register): Likewise.
273
274 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-e21.el (wl-e21-find-image): New function.
277         (wl-e21-setup-toolbar): Use it instead of `find-image'.
278         (wl-e21-highlight-folder-group-line): Ditto.
279         (wl-folder-init-icons): Ditto.
280         (wl-plugged-init-icons): Ditto.
281         (wl-biff-init-icons): Ditto.
282
283 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
284
285         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
286         (wl-inhibit-save-drafts): New internal variable.
287         (wl-disable-auto-save): Ditto.
288         (wl-save-drafts): Treat above variables.
289         (wl-auto-save-drafts): New function.
290         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
291         `wl-stop-save-drafts'.
292         (wl-start-save-drafts): New function.
293         (wl-stop-save-drafts): Ditto.
294         (wl-set-auto-save-draft): New command.
295
296         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
297         `wl-set-save-drafts'.
298
299 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
302         `make-local-variable' instead of `make-variable-buffer-local'.
303
304 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
305
306         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
307
308 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
311
312 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
315         of working buffer.
316
317 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
320
321         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
322         value into recipients; Bind `wl-draft-remove-group-list-contents'
323         as nil.
324
325 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-summary.el (wl-summary-sort): Fixed the last change.
328
329         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
330         (wl-summary-sort-messages): Ditto.
331         (wl-summary-rescan): Use it.
332         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
333         `completing-read'; Append candidates for reverse order.
334
335 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * Version number is increased to 2.15.2.
338
339 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
342         "Smaller".
343         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
344
345 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
348
349 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-vars.el (wl-draft-additional-header-alist): Add into the
352         customize group `wl-draft'.
353         (wl-draft-add-in-reply-to): Move customize group from `wl' to
354         `wl-draft'.
355         (wl-draft-add-references): Ditto.
356
357         * wl-action.el (wl-summary-print-argument): Rename argument from
358         `folder' to `data'.
359
360 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-summary.el (wl-summary-rescan-message): Call
363         `wl-thread-cleanup-symbols' before insert thread.
364
365 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl.el (wl-init): Set `elmo-get-folder-function' as
368         `wl-folder-make-elmo-folder'.
369
370         * wl-spam.el (wl-summary-exec-action-spam): Use
371         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
372
373         * wl-folder.el (wl-folder-make-elmo-folder): New function.
374         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
375         `elmo-make-folder'.
376         (wl-folder-get-elmo-folder): Ditto.
377         (wl-folder-create-subr): Simplify.
378
379 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
382
383 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
386         contents in message buffer instead of original buffer. If optional
387         argument specified, ask coding system for encode.
388
389 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
390
391         * wl-spam.el (wl-summary-test-spam-region): New function.
392         (wl-spam-setup): Bind "rkc".
393
394 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
397
398 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
399
400         * wl-spam.el (wl-summary-test-spam): Fix typo.
401         (wl-message-check-spam): Ditto.
402
403 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-summary.el (wl-summary-default-from): Simplify.
406
407 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-action.el (wl-summary-exec-action-refile): Simplify.
410         (wl-summary-exec-action-copy): Ditto.
411         (wl-summary-auto-refile): Check existence of temporary mark.
412
413 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-summary.el (wl-summary-create-line): Use
416         `elmo-time-to-datevec'.
417
418         * wl-expire.el (wl-expire-archive-date): Ditto.
419         (wl-expire-localdir-date): Ditto.
420
421         * wl-util.el (wl-day-number): Abolish.
422
423         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
424         of `wl-day-number'.
425         (wl-score-followup): Ditto.
426         (wl-score-add-followups): Ditto.
427         (wl-score-get-latest-msgs): Ditto.
428         (wl-score-get-header-entry): Ditto.
429         (wl-score-edit-insert-date): Ditto.
430
431 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
434         `elmo-message-entity-field' with 2nd argument `type'.
435
436 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
437
438         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
439
440 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-thread.el (wl-thread-delete-message): Delete descendant
443         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
444
445 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
448
449 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
450
451         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
452         `Access folder'.
453
454 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-vars.el (wl-access-folder-icon): New user option.
457
458         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
459         `Access folder'.
460
461 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-summary.el (wl-summary-buffer-set-folder): Use
464         `wl-folder-mime-charset'.
465
466         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
467         `mime-charset'.
468         (wl-folder-get-elmo-folder): Ditto.
469         (wl-folder-mime-charset): New function.
470
471 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * wl-util.el (wl-parse-addresses): Define alias of
474         `elmo-parse-addresses' (move to `elmo-util.el').
475
476         * wl-summary.el (wl-summary-default-from): Follow the API change.
477         (wl-summary-overview-entity-compare-by-date): Ditto.
478         (wl-summary-overview-entity-compare-by-from): Ditto.
479         (wl-summary-get-list-info): Get value of `ml-info' field from
480         entity at first.
481         (wl-summary-rescan-message): Treat prefix argument.
482         (wl-summary-prefetch-msg): Follow the API change.
483         (wl-summary-search-by-subject): Ditto.
484         (wl-summary-insert-thread): Ditto.
485         (wl-summary-line-subject): Ditto.
486         (wl-summary-line-from): Ditto.
487         (wl-summary-create-line): Ditto.
488         (wl-summary-print-message-with-ps-print): Ditto.
489
490         * wl-score.el (wl-score-ov-entity-get): Ditto.
491         (wl-score-followup): Ditto.
492         (wl-score-add-followups): Use `elmo-message-entity-field' instead
493         of `car'.
494         (wl-score-get-latest-msgs): Follow the API change.
495         (wl-score-get-header): Ditto.
496
497         * wl-refile.el (wl-refile-learn): Ditto.
498         (wl-refile-subject-learn): Ditto.
499         (wl-refile-get-field-value): Ditto.
500         (wl-refile-guess-by-history): Ditto.
501         (wl-refile-guess-by-subject): Ditto.
502
503         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
504
505         * wl-expire.el (wl-expire-date-p): Removed.
506         (wl-expire-archive-date): Follow the API change.
507         (wl-expire-localdir-date): Ditto.
508         (wl-summary-expire): Ditto.
509
510         * Version number is increased to 2.15.1.
511
512 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
515         group is access or not (it is not strict, like wl-fldmgr-rename).
516
517 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
520         duplicate call of `wl-summary-print-argument' on the wrong line.
521
522 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
525         even if argument `number' is nil.
526         (wl-summary-insert-line): Print action argument if current message
527         has it.
528
529 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
532         (wl-draft-reply): Ditto.
533         (wl-draft): Add optional argument `parent-number' and call
534         `wl-draft-create-buffer' with it.
535         (wl-draft-create-buffer): Add optional argument
536         `parent-number'. Set wl-draft-parent-number as it.
537
538 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-folder.el (wl-folder-set-persistent-mark): If summary
541         buffer is not for given folder, don't use it.
542
543 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
544
545         * Version number is increased to 2.15.0.
546
547 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
550
551         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
552         (wl-highlight-get-face-by-name): New internal function.
553         (wl-highlight-summary-line-face-spec): Use it and fixed.
554
555 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-summary.el (wl-summary-sync-update): Use
558         `elmo-message-entity-field' instead of `car' to get message-id
559         from overview entity.
560
561         * wl-summary.el (wl-summary-rescan-message): Call
562         `wl-highlight-summary-displaying' when displaying a message.
563
564 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-draft.el (wl-draft-config-info-filename): Extracted from
567         `wl-draft-config-info-operation'.
568         (wl-draft-buffer-change-number): New function.
569         (wl-draft-rename-saved-config): Ditto.
570         * wl.el (wl-init): Connect slot for message-number-changed.
571         (toplevel): Add autoload for wl-draft-rename-saved-config.
572
573 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
576         `update-overview'
577         (wl-summary-buffer-detach): Disconnect from it.
578         (wl-summary-rescan-message): Use command.
579
580         * wl-message.el (wl-message-buffer-display): Use
581         `with-current-buffer' instead of `save-excursion'.
582
583 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-mime.el (wl-draft-preview-attributes-list): Protect
586         wl-draft-preview-attributes-list from distraction.
587
588 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
589
590         * wl-summary.el (wl-summary-sync-update): Sort the return value of
591         `elmo-list-diff'.
592
593 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-summary.el
596         (wl-summary-edit-addresses-collect-candidate-fields): Use
597         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
598
599         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
600         instead of `elmo-set-work-buf'.
601
602         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
603         (wl-address-make-address-list): Ditto.
604
605         * Version number is increased to 2.13.3.
606
607 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
610         user option.
611
612         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
613         argument `5'.
614
615         * wl-message.el (wl-message-display-no-merge-p): New function.
616         (wl-message-buffer-display): Check whether the message is
617         reassembled and follow the API change.
618
619 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
622         multibyte on working buffer and removed unnecessary
623         `buffer-disable-undo'.
624
625 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-util.el (wl-read-search-condition-internal): Fixed the last
628         change.
629
630 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-util.el (wl-read-search-condition-internal): Protect
633         elmo-global-flags from distraction.
634
635 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
638
639         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
640         (wl-summary-event-handler): Ditto.
641         (wl-summary-update-persistent-mark-on-event): New
642         function (renamed from `elmo-event-handler-flag-changed').
643         (wl-summary-buffer-attach): New function.
644         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
645         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
646         instead of `elmo-folder-add-handler'.
647
648         * Version number is increased to 2.13.2.
649
650 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
653         and "\177" to the `wl-news-previous-page'.
654         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
655         (wl-news-previous-page): New function.
656
657 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
660         instead of `write-region' and simplify.
661
662 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-template.el (wl-template-select): Cause error if
665         `wl-template-alist' is nil.
666
667 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
668
669         * wl-news.el.in: Set file variable `no-byte-compile'.
670
671 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
674         whether a target message is within displaying area.
675         (elmo-event-handler-cache-changed): Ditto.
676
677 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
678
679         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
680         to `defun'.  Use `nconc' instead of `append' to collect descendant
681         message numbers.
682
683 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
684
685         * wl-thread.el (wl-thread-save-top-list)
686         (wl-thread-save-entities): Use `with-temp-buffer'.
687         * wl-news.el.in (wl-news-previous-version-load):
688         (wl-news-previous-version-save): Ditto.
689         * wl-summary.el (wl-summary-load-file-object)
690         (wl-summary-save-view-cache): Ditto.
691
692 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-util.el (toplevel): Require 'elmo-flag'.
695         (wl-read-search-condition): New function (Renamed from
696         `elmo-read-search-condition').
697         (wl-read-search-condition-internal): Likewise.
698
699         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
700         invalid.
701         (wl-summary-pick): Use `wl-read-search-condition' instead of
702         `elmo-read-search-condition'.
703         (wl-summary-virtual): Ditto.
704
705         * wl-folder.el (wl-folder-virtual): Ditto.
706         (wl-folder-pick): Ditto.
707
708         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
709
710 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-summary.el (wl-summary-reedit): Call
713         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
714
715 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-mime.el (toplevel): Require wl-vars.
718
719         * wl-message.el (toplevel): Require cl at compile.
720
721         * wl-draft.el (toplevel): Require elmo.
722
723 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * wl-message.el (wl-message-buffer-prefetch): Count is a number
726         and do nothing when it is not positive.
727         (wl-message-buffer-prefetch-next): Ditto.
728
729 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
732         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
733         (wl-summary-redisplay-internal): Ditto.
734
735         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
736         message (the condition is borrowed from `wl-check-variables-2').
737         (wl-summary-redisplay-internal): Ditto.
738
739 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-mime.el (wl-draft-nntp-attribute): New function.
742         (wl-draft-attribute-nntp-posting-server): Use it.
743         (wl-draft-attribute-nntp-posting-port): Ditto.
744
745         * wl-mime.el (wl-draft-preview-attributes-list): New function.
746         (wl-draft-show-attributes-buffer): Ditto.
747         (wl-draft-hide-attributes-buffer): Ditto.
748         (wl-draft-attribute-newsgroups): Ditto.
749         (wl-draft-attribute-nntp-posting-server): Ditto.
750         (wl-draft-attribute-nntp-posting-port): Ditto.
751         (wl-draft-preview-message): Use there functions.
752
753         * wl-vars.el (wl-draft-preview-attributes-list): Change default
754         value.
755
756 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
759         (wl-draft-reedit): Ditto.
760         (wl-draft-queue-flush): Ditto.
761
762         * wl-mime.el (wl-message-request-partial): Ditto.
763         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
764         instead of `elmo-message-fetch'.
765
766         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
767
768         * wl-summary.el (wl-summary-message-string): Ditto.
769
770 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-util.el (wl-current-message-buffer): Follow the API change.
773
774         * wl-summary.el (wl-summary-redisplay-internal): Call
775         `wl-summary-mark-as-read' with 2nd argument as nil and update
776         unread count instead of persistent mark.
777
778         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
779         variable.
780         (wl-message-redisplay): Follow the API change.
781         (wl-message-buffer-display): Managed mime-entity directly and
782         return preview buffer only.
783         (wl-message-display-internal): Rewrite.
784         (wl-message-buffer-prefetch-subr): Not save return value of
785         `wl-message-buffer-display'.
786
787         * Version number is increased to 2.13.1.
788
789 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
792         'elmo-multiple-fields-body-list' with boundary specified.
793
794 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
795
796         * wl-vars.el (wl-summary-resend-use-cache): New variable.
797         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
798         cache if `wl-summary-resend-use-cache' is non-nil.
799
800 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
803         (wl-nntp-posting-stream-type): Ditto.
804
805 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
806
807         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
808
809 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
810
811         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
812         message.
813
814 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
817         Abolish.
818         (wl-summary-buffer-persistent-mark-version): New internal
819         variable.
820         (wl-summary-update-mark-and-highlight-window): Check by
821         wl-summary-persistent-mark-invalid-p.
822         (wl-summary-update-status-marks): Ditto.
823         (elmo-event-handler-flag-changed): Rewrite.
824         (elmo-event-handler-cache-changed): Define.
825         (wl-summary-prefetch-msg): Does not update persistent mark here.
826         (wl-summary-delete-cache): Ditto.
827         (wl-summary-resume-cache-status): Ditto.
828         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
829         (wl-summary-persistent-mark-invalid-p): New function.
830         (wl-summary-validate-persistent-mark): Ditto.
831         (wl-summary-validate-persistent-mark-string): Ditto.
832         (wl-summary-invalidate-persistent-mark): Ditto.
833         (wl-summary-update-persistent-mark): Call
834         `wl-summary-validate-persistent-mark'.
835         (wl-summary-create-line): Call
836         `wl-summary-validate-persistent-mark-string'.
837
838         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
839         status as t if cache used.
840
841 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
842
843         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
844         only if the target is group.
845         * wl-folder.el (wl-folder-append-petname): Don't check group name.
846
847 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
848
849         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
850
851 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
852
853         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
854
855         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
856
857 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
858
859         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
860         (Thanks to Yoichi NAKAYAMA).
861
862 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
863
864         * wl-util.el (wl-save-drafts): Restore echo area.
865
866 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
867
868         * Version number is increased to 2.13.0.
869
870         * wl-util.el (wl-biff-check-folder-async): Use
871         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
872
873 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-message.el (wl-message-display-internal): Does not put
876         wl-message-display-type property on message buffer.
877         (wl-message-buffer-display-type): New function.
878
879         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
880
881         * wl-summary.el (wl-summary-mode): Use `dolist' to add
882         `wl-summary-buffer-detach'.
883         (wl-summary-message-display-type): Use
884         `wl-summary-buffer-display-type'.
885
886 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
887
888         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
889         buffer-local.
890
891         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
892         kill-buffer-hook instead of make-local-variable.
893         (wl-draft-preview-message): Set `local' argument of add-hook as t.
894
895 2004-12-12  Scott Renfro <scott@renfro.org>
896
897         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
898         regex for square-branket.
899
900 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
903         `wl-message-mime-analysis-p' with argument `header'.
904
905 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
906
907         * wl-mime.el (wl-draft-yank-current-message-entity): 
908         Switch to no-mime following method according to wl-message-display-type
909         property.
910         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
911
912         * wl-message.el (wl-message-display-internal): 
913         Put wl-message-display-type property on message buffer.
914
915         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
916         (wl-message-display-internal): Ditto;
917
918         * wl-summary.el (wl-summary-toggle-mime): Ditto.
919
920 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-message.el (wl-message-make-display-type): New function.
923         (wl-message-display-type-property): Ditto.
924         (wl-message-mime-analysys-p): Ditto.
925         (wl-message-display-all-header-p): Ditto.
926         (wl-message-redisplay): Removed argument `as-is', `all-header' and
927         added `display-type'.
928         (wl-message-buffer-display): Likewise.
929         (wl-message-display-internal): Likewise.
930         (wl-message-buffer-display-type): Abolish.
931         (wl-message-buffer-prefetch-subr): Follow the API changed.
932
933         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
934         from wl-summary-buffer-display-all-header and changed default value.
935         (wl-summary-message-display-type): New function.
936         (wl-summary-buffer-display-mime-mode): Ditto.
937         (wl-summary-buffer-display-header-mode): Ditto.
938         (wl-summary-toggle-mime): Rewrite with above functions.
939         (wl-summary-toggle-all-header): Ditto.
940         (wl-summary-redisplay): Force redisplay with default mode.
941         (wl-summary-redisplay-internal): Renamed argument from `mode',
942         `all-header' to `mime-mode', `header-mode'.
943         Use `wl-message-make-display-type'.
944
945         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
946         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
947
948 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
949
950         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
951
952 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
955         in original message buffer.
956         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
957         buffer.
958
959 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
962
963 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
964
965         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
966
967 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
968
969         * wl-action.el (wl-summary-exec-action-refile): Display a done message
970         when actions succeeded.
971         (wl-summary-exec-action-copy): Likewise.
972
973 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
976         there is switch-to-buffer at the end of wl-message-select-buffer.
977         (wl-summary-reply): Ditto.
978
979 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
980
981         * wl-summary.el (wl-summary-forward): Put subject in original
982         message buffer as argument of wl-draft-forward.
983         * wl-draft.el (wl-draft-forward): Decode subject as in
984         wl-draft-reply.
985
986 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
987
988         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
989         a folder under access group.
990
991 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
994         wl-message-buffer-display.
995
996         * wl-util.el (wl-set-save-drafts): Fix typo.
997
998 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1001         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1002         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1003         the way to measure the width of a bitmap image; don't put face on
1004         ascii and bitmap images; put the mark which should not use the
1005         variable-pitch face on ascii and bitmap images.
1006         (wl-demo-setup-properties): Don't use the variable-pitch face on
1007         ascii and bitmap images; made it work on Emacs 20 and earlier.
1008         (wl-demo-insert-text): End with a newline at the bottom; don't put
1009         face on text.
1010
1011         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1012
1013 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1016
1017         * wl-util.el (wl-save-drafts): Moved from sample setting.
1018         (wl-set-save-drafts): New function to set idle timer.
1019         * wl-draft.el (wl-draft): Call it.
1020         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1021
1022 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1025         a summary which has toggle display status off.
1026
1027 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-draft.el (wl-draft-do-fcc): No cache save.
1030
1031 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-summary.el (elmo-event-handler-flag-changed): Use
1034         `set-buffer' instead of `with-current-buffer'.
1035
1036 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-summary.el (wl-summary-after-resize-function): New function.
1039         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1040         window-size-change-functions.
1041
1042 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-draft.el (wl-draft-create-buffer): Bind
1045         `change-major-mode-hook' after current buffer is changed.
1046
1047         * wl-summary.el (wl-summary-buffer-detach): New function.
1048         (wl-summary-buffer-set-folder): Call it.
1049         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1050         change-major-mode-hook and kill-buffer-hook.
1051         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1052         (wl-summary-switch-to-clone-buffer): Ditto.
1053         (wl-summary-goto-folder-subr): Ditto.
1054
1055 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1056
1057         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1058         after boundp check.
1059
1060 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1063         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1064         for `kill-buffer'.
1065
1066         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1067         handler of current buffer from elmo-folder.
1068
1069 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1072
1073 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1076         variable.
1077         (wl-summary-event-handler): New class.
1078         (elmo-event-handler-flag-changed): Define to update persistent
1079         mark.
1080         (wl-summary-buffer-set-folder): Register event handler to
1081         elmo-folder.
1082         (wl-summary-exit): Unregister event handler.
1083         (wl-summary-goto-folder-subr): Ditto.
1084         (wl-summary-mark-as-read-all): Does not call
1085         `wl-summary-update-persistent-mark' directly.
1086         (wl-summary-mark-as-read-internal): Ditto.
1087         (wl-summary-set-persistent-mark-internal): Ditto.
1088         (wl-summary-set-flags-internal): Ditto.
1089
1090         * Version number is increased to 2.11.33.
1091
1092 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1093
1094         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1095         to nil.
1096
1097 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-spam.el (wl-spam-setup): Add hook
1100         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1101         instead of `wl-summary-prepare-hook'.
1102
1103         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1104         if folder type is `'flag'.
1105         (wl-summary-mark-as-important): Ditto.
1106
1107 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-address.el (wl-address-minibuffer-history): New variable.
1110         (wl-address-minibuffer-local-map): New keymap.
1111         (wl-address-read-from-minibuffer): New function.
1112
1113         * wl-action.el (wl-summary-get-resend-address): Use
1114         `wl-address-read-from-minibuffer' instead of `completing-read'.
1115
1116 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * Version number is increased to 2.11.32.
1119
1120 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1121
1122         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1123         without mule to iso-8859-1.
1124         (wl-draft-add-in-reply-to): Add note in description.
1125         (wl-draft-add-references): Ditto.
1126
1127 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1130         definition for `m'.
1131         (wl-summary-mode-line-format): Add '[%m]'.
1132         (wl-message-mode-line-format-spec-alist): Ditto.
1133         (wl-summary-display-mime-mode-list): New variable.
1134
1135         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1136         from wl-summary-buffer-display-as-is.
1137         (wl-summary-buffer-display-all-header): New buffer local variable.
1138         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1139         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1140         instead of wl-summary-buffer-display-as-is.
1141         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1142         (wl-summary-set-persistent-mark): Ditto.
1143         (wl-summary-set-message-buffer-or-redisplay): Just call
1144         `wl-summary-redisplay-internal' without optional arguments.
1145         (wl-summary-toggle-mime): Rewrite.
1146         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1147         (wl-summary-toggle-all-header): New function.
1148         (wl-summary-redisplay-internal): Treat mime mode.
1149
1150         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1151         to wl-mime-preview-follow-no-mime.
1152         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1153         accodring to the display-mode.
1154
1155         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1156         (wl-message-buffer-display): Changed argument name from `as-is' to
1157         `mode'.
1158         (wl-message-display-internal): Ditto;
1159         Bind elmo-mime-display-header-analysis according to the mode.
1160         (wl-message-display-internal): Put wl-message-display-mime-mode
1161         property on entire buffer.
1162
1163 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1164
1165         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1166
1167 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1168
1169         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1170         Don't extract mail address.
1171         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1172
1173         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1174
1175         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1176
1177 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1180         wl-fldmgr-cut-entity-list on confirmation.
1181
1182 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1185         (wl-mime-quit-preview): Check existence of
1186         mime-edit-temp-message-buffer here.
1187
1188 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1191         after deletion.
1192
1193         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1194         before calling wl-mime-quit-preview.
1195
1196 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-summary.el (wl-summary-pick): If call it with prefix
1199         argument, set `delete-marks' as non-nil. Pick from only visible
1200         messages.
1201         (wl-summary-check-target-mark): New function.
1202         (wl-summary-target-mark-mark-as-read): Use it.
1203         (wl-summary-target-mark-mark-as-unread): Ditto.
1204         (wl-summary-target-mark-operation): Ditto.
1205         (wl-summary-target-mark-set-flags): Ditto.
1206         (wl-summary-target-mark-save): Ditto.
1207         (wl-summary-target-mark-pick): Ditto.
1208         (wl-summary-target-mark-forward): Ditto.
1209         (wl-summary-target-mark-reply-with-citation): Ditto.
1210         (wl-summary-target-mark-print): Ditto.
1211         (wl-summary-target-mark-uudecode): Ditto.
1212
1213         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1214         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1215         with `ask-coding' is non-nil.
1216
1217 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-thread.el (wl-thread-set-parent): If parent is a message
1220         which is identified by references, set linked as nil.
1221
1222 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1223
1224         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1225         (wl-message-mode-line-format-spec-alist): Ditto.
1226         (wl-message-mode-line-format): Ditto.
1227         (wl-summary-mode-line-format): Ditto for docstring.
1228         (wl-summary-no-mime-folder-list): Fix typo.
1229
1230         * wl-util.el (wl-current-message-buffer): Call
1231         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1232
1233         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1234         variable.
1235         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1236         of `wl-summary-redisplay-no-mime'.
1237         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1238         (wl-summary-toggle-mime): New function.
1239         (wl-summary-redisplay-all-header): Rewrite.
1240         (wl-summary-redisplay-no-mime): Ditto.
1241         (wl-summary-redisplay-internal): Added argument `as-is' and
1242         `all-header'.
1243
1244         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1245         New variable.
1246         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1247         bottom.
1248         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1249         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1250         "/" unconditionally.
1251
1252         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1253         wl-mime-preview-follow-no-mime for as-is content.
1254         (wl-mime-preview-follow-no-mime): New function.
1255         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1256
1257         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1258         and added `as-is', `all-header'.
1259         (wl-message-buffer-display): Ditto.
1260         (wl-message-buffer-display-type): New function.
1261
1262 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1263
1264         * wl-vars.el (wl-message-header-button-alist): Change default
1265         value.
1266         (wl-message-body-button-alist): Ditto.
1267
1268 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1269
1270         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1271
1272 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1273
1274         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1275
1276 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1277
1278         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1279         is always true.
1280
1281 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1284         on null entity.
1285
1286 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1287
1288         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1289
1290 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-vars.el (wl-summary-resend-hook): New hook.
1293
1294         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1295         `wl-summary-resend-hook'.
1296
1297 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1298
1299         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1300         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1301         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1302         (wl-summary-new-cached-mark): Changed default value to 'n'.
1303         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1304         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1305         (wl-folder-sync-range-alist): Remove spec for 'flag.
1306         (wl-summary-force-prefetch-folder-list): New user option.
1307
1308         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1309         `wl-summary-toggle-persistent-mark'.
1310         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1311         number is nil.
1312         (wl-summary-mark-as-answered-region): Set interactive argument of
1313         `wl-summary-set-persistent-mark-internal'.
1314         (wl-summary-mark-as-important-region): Ditto.
1315         (wl-summary-unset-persistent-mark): Ditto.
1316         (wl-summary-set-persistent-mark): Ditto.
1317         (wl-summary-mark-as-answered): Ditto.
1318         (wl-summary-mark-as-important): Ditto.
1319         (wl-summary-set-persistent-mark-internal): Do nothing
1320         when `elmo-message-flag-available-p' is nil.
1321         (wl-summary-toggle-persistent-mark): New function.
1322         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1323         when the folder matches `wl-summary-force-prefetch-folder-list'.
1324
1325
1326         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1327         when number is nil.
1328         (wl-highlight-summary-forwarded-face): New face.
1329
1330 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1331
1332         * Version number is increased to 2.11.31.
1333
1334 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1337         (wl-biff-check-folder-async): Ditto.
1338         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1339
1340 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1341
1342         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1343         Add an argument `reverse'.  All callers are updated.
1344         (wl-summary-sort): Add a prefix argument `reverse' to specify
1345         reverse sorting.
1346         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1347         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1348         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1349
1350 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-message.el (wl-message-redisplay): Does not narrow header if
1353         disply-type is all-header or as-is.
1354
1355         * wl-summary.el (wl-summary-enter-handler): Use
1356         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1357
1358 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1359
1360         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1361         after adding wl-draft-parent-variables.
1362         (wl-draft-forward): Ditto.
1363
1364 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-summary.el (wl-summary-sync-marks): Call
1367         `wl-summary-set-persistent-mark' and
1368         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1369         (wl-summary-set-persistent-mark-internal): Add 4th argument
1370         `no-server'.
1371         (wl-summary-unset-persistent-mark): Ditto.
1372         (wl-summary-set-persistent-mark): Ditto.
1373         (wl-summary-add-flags-internal): Abolish.
1374         (wl-summary-remove-flags-internal): Ditto.
1375         (wl-summary-mark-as-important-internal): Ditto.
1376         (wl-summary-mark-as-important): Use
1377         `wl-summary-set-persistent-mark' instead of
1378         `wl-summary-add-flags-internal'.
1379         (wl-summary-mark-as-important-region): Ditto.
1380
1381         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1382
1383         * wl-summary.el (wl-summary-get-available-flags): New function.
1384         (wl-summary-sync-marks): Use it and simplified.
1385         (wl-summary-unset-persistent-mark): Use
1386         `wl-summary-get-available-flags'.
1387         (wl-summary-set-persistent-mark): Ditto.
1388
1389 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1392         id.
1393
1394 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1397         number, call `wl-summary-prev-line-content'. Show message when the
1398         message is not found.
1399
1400 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1401
1402         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1403         wl-summary-enter-handler.
1404         (wl-summary-enter-handler): New command.
1405
1406         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1407         docstring and custom spec.
1408
1409         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1410         flags too; Don't treat Cached and New.
1411         (wl-summary-set-persistent-mark): Ditto.
1412
1413         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1414         `wl-folder-set-flag'.
1415
1416         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1417         instead of `wl-folder-set-flag'.
1418
1419         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1420         for completion.
1421         (wl-summary-set-persistent-mark): Ditto.
1422
1423         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1424         instead of `wl-draft-quit-preview'.
1425
1426         * wl-mime.el (toplevel): Avoid compile warning.
1427         (wl-mime-quit-preview): New function
1428         (formarly defined as `wl-draft-quit-preview').
1429         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1430         quitting method.
1431
1432         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1433
1434         * wl-folder.el (wl-folder-set-flag): Renamed from
1435         `wl-draft-set-flag-on-parent'.
1436
1437         * wl-draft.el (wl-draft-quit-preview): New function.
1438         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1439         (wl-draft-send): Call `wl-folder-set-flag' instead of
1440         `wl-draft-set-flag-on-parent'.
1441         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1442
1443 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1446         (wl-draft-send): Ditto.
1447
1448 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1449
1450         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1451         (wl-draft-kill-pre-hook): Set default value as nil.
1452         (wl-summary-reply-hook): Ditto.
1453         (wl-draft-kill-flags): Abolish.
1454
1455         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1456         (wl-draft-parent-variables): Renamed from
1457         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1458         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1459         argument; Add wl-draft-parent-variables to
1460         wl-draft-config-variables.
1461         (wl-draft-reply): Likewise.
1462         (wl-draft-kill-flags): Abolish.
1463         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1464         (wl-draft-set-flag-on-parent): New function.
1465         (wl-draft-setup-parent-flag): Ditto.
1466
1467 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1468
1469         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1470         `wl-draft-parent-folder' is "".
1471
1472 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1475         (wl-summary-digit-jump): New function.
1476         (Adviced by John Owens and Hiroya Murata)
1477
1478         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1479         (Adviced by John Owens)
1480
1481         * wl-xmas.el (wl-message-define-keymap): Ditto.
1482
1483         * wl-mule.el (wl-message-define-keymap): Ditto.
1484
1485 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1488         change of return value of elmo-folder-count-flags.
1489
1490         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1491         (wl-summary-mark-as-read-internal): Ditto.
1492         (wl-summary-set-persistent-mark-internal): Ditto.
1493         (wl-summary-folder-info-update): Ditto.
1494         (wl-summary-sync-update): Fixed the last change.
1495
1496         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1497
1498 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1501         (wl-draft-kill-flags): Fixed docstring.
1502
1503         * wl-draft.el (wl-draft-kill-flags): New function.
1504         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1505
1506 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1507
1508         * wl-vars.el (wl-reply-hook): Abolish.
1509         (wl-draft-reply-hook): New hook.
1510         (wl-summary-reply-hook): Ditto.
1511         (wl-draft-forward-hook): Ditto.
1512         (wl-summary-forward-hook): Ditto.
1513         (wl-draft-kill-flags): New variable.
1514
1515         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1516         wl-summary-set-persistent-mark-internal.
1517         (wl-summary-sync-marks): Use elmo-preserved-flags.
1518         (wl-summary-update-persistent-mark): Make it interactive.
1519         (wl-summary-set-persistent-mark-internal): New inline function.
1520         (wl-summary-mark-as-answered): Use it.
1521         (wl-summary-mark-as-unanswered): Ditto.
1522         (wl-summary-unset-persistent-mark): New function.
1523         (wl-summary-set-persistent-mark): Ditto.
1524         (wl-summary-reply): Don't set answered flag;
1525         Run wl-summary-reply-hook instead.
1526         (wl-summary-forward): Call wl-draft-forward with number.
1527         Run wl-summary-forward-hook.
1528
1529         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1530         (wl-highlight-summary-line-face-spec): Use it as a default
1531         persistent mark face.
1532
1533         * wl-draft.el (wl-draft-forward): Added optional argument number;
1534         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1535         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1536         (wl-draft-kill): Use wl-draft-kill-flags.
1537
1538         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1539
1540         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1541         of return value of elmo-folder-count-flags.
1542
1543         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1544
1545         * wl-summary.el (wl-summary-count-unread): Ditto.
1546         (wl-summary-sync-update): Follow the change above.
1547         (wl-summary-force-prefetch): New function.
1548
1549 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1550
1551         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1552         variable `buf' with `let' instead of `setq'.
1553
1554 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555
1556         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1557         add Content-Disposition heaeder on the deleted part.
1558
1559 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560
1561         * wl-draft.el (wl-draft-save): Encode address list under edit by
1562         `eword-encode-unstructured-field-body'.
1563
1564         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1565
1566 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1569         wl-current-summary-buffer.
1570
1571 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1572
1573         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1574         `numbers' is ignored.
1575
1576 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-folder.el (wl-folder-open-folder): Avoid error.
1579         Reported by John Owens, [wl-en:815]
1580
1581         * wl.el (wl): Set timer for biff process even if prefix argument
1582         is given or auto-checking is quitted.
1583
1584         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1585         immediately.
1586         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1587         (wl-toggle-plugged): Ditto.
1588
1589         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1590         * wl-util.el (wl-biff-start): Use idle timer if
1591         `wl-biff-use-idle-timer' is non-nil.
1592
1593 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-highlight.el (wl-highlight-message): Fix description.
1596
1597 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1600         tty.
1601
1602 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-action.el (wl-summary-exec): Print failure count.
1605
1606 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1609         to `defun', remove interactive form.
1610         Set elmo-message-fetch-confirm when force-reload is non-nil.
1611
1612 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-summary.el (toplevel): Removed unnecessary autoload.
1615
1616 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1619         the buffer is generated from another message buffer.
1620
1621 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1624         extracted from `wl-fldmgr-save-folders'.
1625         (wl-fldmgr-delete): Call it after deletion.
1626
1627 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1630         multi-tty support.
1631
1632 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1633
1634         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1635
1636 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1637
1638         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1639         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1640
1641 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1642
1643         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1644         unsubscribe list only if argument CLEAR is nil.
1645
1646 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-draft.el (wl-draft-reply): Decode subject before removing
1649         Re: prefix.
1650
1651 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1652
1653         * wl-summary.el (wl-summary-sort-by-size): New command.
1654
1655 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1656
1657         * wl-summary.el (wl-summary-number-list-from-region): New
1658         function.
1659         (wl-summary-mark-as-read-region): Use it.
1660         (wl-summary-mark-as-unread-region): Ditto.
1661         (wl-summary-set-flags-region): Ditto and add optional argument
1662         remove.
1663         (wl-summary-mark-as-answered-region): Ditto.
1664         (wl-summary-mark-as-important-region): Ditto.
1665         (wl-summary-target-mark-mark-as-important): Added optional
1666         argument remove.
1667         (wl-summary-target-mark-mark-as-answered): Ditto.
1668         (wl-summary-target-mark-set-flags): Ditto.
1669
1670 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-summary.el (wl-summary-set-flags-region): Call
1673         `wl-summary-set-flags-internal' with number list instead of call
1674         one by each message.
1675         (wl-summary-target-mark-set-flags): Likewise.
1676
1677 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1678
1679         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1680         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1681         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1682         (wl-summary-target-mark-mark-as-answered): Likewise.
1683
1684 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-summary.el (wl-summary-target-mark-forward): Use
1687         `wl-summary-delete-all-target-marks' instead of
1688         `wl-summary-delete-all-temp-marks'.
1689         (wl-summary-target-mark-reply-with-citation): Ditto.
1690         (wl-summary-target-mark-uudecode): Ditto.
1691         (wl-summary-target-mark-set-flags): Ditto and remove needless
1692         cursor move.
1693
1694 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-summary.el (wl-summary-target-mark-forward): Protect
1697         wl-summary-buffer-target-mark-list from nreverse.
1698         (wl-summary-target-mark-reply-with-citation): Ditto.
1699
1700 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1703         `elmo-display-progress-threshold'.
1704
1705 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1708         check `wl-summary-highlight'.
1709         (wl-summary-window-scroll-functions): Respect value of
1710         `wl-summary-highlight'.
1711         (wl-summary-sync-update): Run hooks
1712         `wl-summary-buffer-window-scroll-functions' at any time.
1713
1714 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1717         from `wl-summary-cleanup-temp-marks'.
1718         (wl-summary-cleanup-temp-marks): Abolish argument.
1719         * wl.el (wl-save-status): Revert previous change.
1720         (wl-execute-temp-marks): New function, call
1721         `wl-summary-exec-with-confirmation'.
1722         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1723         (wl-folder-save-and-exec-marks): Abolished.
1724
1725 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-e21.el (wl-e21-display-image-p): Respect
1728         `wl-highlight-folder-with-icon'.
1729         (wl-e21-highlight-folder-group-line): Highlight mouse line
1730         even if wl-e21-display-image-p is nil.
1731
1732         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1733         Respect value of `wl-summary-highlight'.
1734
1735         * wl.el (wl-save-status): Remove unused variable.
1736
1737         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1738         (wl-folder-mode-map): Bind it to "x".
1739
1740 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1743
1744         * wl-thread.el (wl-thread-get-parent-list): Don't check
1745         disconnected ancestors, neglecting needless work in
1746         `wl-thread-update-indent-string-thread'.
1747
1748         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1749         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1750         argument, add argument default-keep to keep marks by default.
1751
1752         * Version number is increased to 2.11.30.
1753
1754         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1755         customization type and docstring.
1756         (wl-draft-reply-without-argument-list): Ditto.
1757
1758 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1759
1760         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1761
1762         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1763
1764 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1767
1768 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1769
1770         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1771         save-excursion so as not to include run-hooks.
1772
1773 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1774
1775         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1776         Clarify that marks are going to be cleared.
1777
1778 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1781         according to 3rd element of wl-summary-flag-mark.
1782
1783         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1784
1785 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-action.el (wl-summary-target-mark-all): Don't set
1788         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1789
1790 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1791
1792         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1793         (wl-forward-subject-prefix): Ditto.
1794         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1795         (wl-draft-reply-make-subject): Ditto.
1796
1797         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1798         `wl-draft-forward'.
1799         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1800
1801 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1802
1803         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1804         target message does not exist.
1805
1806 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1807
1808         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1809         `wl-subject-prefix-regexp'.
1810         (wl-subject-forward-prefix-regexp): New variable.
1811         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1812         `wl-draft-strip-subject-re' and take regexp as argument.
1813         (wl-draft-forward): Use it.
1814         (wl-draft-reply): Ditto.
1815
1816 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1817
1818         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1819         emacs multi-tty support.
1820
1821 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1822
1823         * wl-e21.el (wl-e21-display-image-p): Don't call
1824         `display-images-p'.
1825         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1826         support.
1827         (wl-highlight-folder-current-line): Ditto.
1828         (wl-folder-init-icons): Ditto.
1829
1830 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1831
1832         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1833         the last line of summary in unplugged mode.
1834
1835 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1836
1837         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1838
1839 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1840
1841         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1842         * wl-address.el (wl-address-user-mail-address-p): Use it.
1843         (wl-address-delete-user-mail-addresses): Ditto.
1844         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1845
1846         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1847         (wl-address-delete-user-mail-addresses): Ditto.
1848
1849         * wl-address.el (wl-address-delete-user-mail-addresses): New
1850         function.
1851         * wl-refile.el (wl-refile-guess-by-history): Use it.
1852         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1853         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1854
1855         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1856         use wl-address-user-mail-address-p.
1857
1858 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1859
1860         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1861         after opening group.
1862
1863 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1866         of elmo-set-buffer-multibyte.
1867
1868         * wl-message.el (wl-original-message-mode): Ditto.
1869
1870         * wl-score.el (wl-score-insert-header): Ditto.
1871
1872         * wl-summary.el
1873         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1874         (wl-summary-goto-folder-subr): Ditto.
1875         (wl-summary-insert-headers): Ditto.
1876
1877         * wl-util.el (wl-set-string-width): Ditto.
1878
1879         * Version number is increased to 2.11.29.
1880
1881 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1884         (wl-highlight-summary-line-help-echo-alist): New variable.
1885         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1886         into `wl-highlight-summary-line-help-echo' and
1887         `wl-highlight-flag-folder-help-echo'.
1888         (wl-highlight-summary-line-string): Change accordingly.
1889         (wl-highlight-summary-current-line): Ditto.
1890
1891 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1894         at the beginning of field body (Thanks to Markus Knittig).
1895
1896         * wl-draft.el (wl-draft-insert-current-message): Also check
1897         summary buffer, remove unnecessary tag.
1898
1899 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1900
1901         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1902         when wl-message-buffer is nil.
1903
1904         * wl-folder.el (wl-folder): Abolish unused argument.
1905         Call wl-folder-init when wl-folder-entity is nil.
1906         * wl.el (wl): Change accordingly.
1907
1908 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1911         multibyte string before insert into draft buffer.
1912         (wl-draft-create-buffer): Always enable multibyte characters for
1913         draft buffer.
1914
1915         * Version number is increased to 2.11.28.
1916
1917 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1918
1919         * wl-folder.el (wl-folder-open-close): Handle blank line.
1920         (wl-folder-jump-to-current-entity): Ditto.
1921
1922 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * Version number is increased to 2.11.27.
1925
1926 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * wl-thread.el (wl-thread-insert-message): When the thread is
1929         devided by wl-summary-max-thread-depth, insert line at the end of
1930         buffer.
1931
1932 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * Version number is increased to 2.11.26.
1935
1936 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1937
1938         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1939
1940 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1941
1942         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1943         value of stream-type and session.
1944
1945 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * Version number is increased to 2.11.25.
1948
1949 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1950
1951         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1952         in a quit message.
1953
1954 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1955
1956         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1957         (wl-summary-redisplay-no-mime-internal): Ditto.
1958
1959 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1962         * wl-vars.el (wl-smtp-connection-type): Ditto.
1963
1964 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1965
1966         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1967         for the separator line and quote mail-header-separator.
1968
1969 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1970
1971         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1972         result message.
1973
1974         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1975         `elmo-multiple-fields-body-list' with boundary as
1976         mail-header-separator.
1977
1978 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1981
1982 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1983
1984         * wl-util.el (wl-list-diff): Remove unused function.
1985
1986         * wl-draft.el (wl-draft-send-confirm): Discard input before
1987         confirmation.
1988
1989 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1992         order of flag and new.
1993
1994 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-vars.el (wl-refile-policy-alist): Abolished.
1997
1998         * wl-action.el (wl-summary-set-action-refile): Follow the change
1999         above.
2000
2001 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * wl-highlight.el (wl-highlight-signature-search): Don't use
2004         re-search-backward for a long word since it is possible to crash
2005         XEmacs because of a bug.
2006
2007 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2008
2009         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2010
2011 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2014         argument for wl-summary-sync-force-update.
2015
2016 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2017
2018         * wl-summary.el (wl-summary-mode-map): Revival of
2019         wl-summary-mark-as-important related bindings;
2020         Bind 'F','tF','mF','rF','m&'.
2021         (wl-summary-mark-as-important-region): Revival.
2022         (wl-summary-target-mark-mark-as-important): Ditto.
2023         (wl-summary-target-mark-operation): New function.
2024         (wl-summary-target-mark-mark-as-answered): Use it.
2025         (wl-summary-decide-flag): Don't set Important as default.
2026         (wl-summary-mark-as-important-internal): Revival.
2027         (wl-summary-mark-as-important): Ditto.
2028
2029         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2030
2031         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2032         instead of facep.
2033
2034 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2035
2036         * wl-dnd.el (wl-dnd-drop-func): Fix.
2037
2038         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2039         mouse-set-point instead of posn-point.
2040
2041         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2042
2043         * wl-mule.el (wl-completing-read-multiple): Ditto.
2044
2045 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * wl-demo.el (face-background-name): Defalias to avoid compile
2048         warning.
2049
2050 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2051
2052         * wl-summary.el (wl-summary-decide-flag): Use
2053         wl-completing-read-multiple instead of completing-read-multiple.
2054
2055         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2056         New alias.
2057
2058         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2059         Use face-background-name instead of face-background.
2060
2061         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2062
2063         * wl-summary.el (wl-summary-save): Use it.
2064         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2065
2066         * wl-mime.el (wl-mime-save-content): Fix last change.
2067
2068 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2069
2070         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2071         New function.
2072         (wl-summary-sort-specs): Added sort.
2073         * wl-mime.el (wl-mime-save-content): Expand file name.
2074
2075 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2078
2079         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2080
2081 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2084         for flag if it is not defined.
2085
2086 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2087
2088         * wl-e21.el (wl-highlight-folder-current-line): Use
2089         elmo-folder-type-internal when elmo-folder-type returns nil.
2090
2091         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2092
2093         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2094
2095         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2096
2097         * wl-e21.el (wl-summary-toolbar): Ditto.
2098
2099         * wl-vars.el (wl-demo-background-color): Abolished.
2100         (wl-summary-persistent-mark-priority-list): Renamed from
2101         wl-summary-flag-priority-list.
2102         (wl-summary-flag-alist): New user option.
2103         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2104         (wl-message-mode-line-format-spec-alist): Added 'F'.
2105         (wl-message-mode-line-format): Likewise.
2106         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2107         instead of wl-summary-important-mark.
2108         (wl-file-folder-icon): New variable.
2109
2110         * wl-thread.el (wl-thread-set-flags): Renamed from
2111         wl-thread-mark-as-important.
2112
2113         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2114         warning.
2115         (wl-summary-mode-menu-spec): Follow the change of 
2116         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2117         (wl-summary-mode-map): Follow the change of
2118         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2119         (wl-summary-detect-mark-position): Follow the variable name change.
2120         (wl-summary-set-flags-region): New function for the replacement of
2121         wl-summary-mark-as-important-region.
2122         (wl-summary-sync-marks): Sync all global-flags.
2123         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2124         instead of elmo-message-flagged-p.
2125         (wl-summary-persistent-mark-string): Follow the variable name change;
2126         Put wl-summary-flag-mark if the message has global-flag.
2127         (wl-summary-target-mark-set-flags): Renamed from 
2128         wl-summary-target-mark-mark-as-important.
2129         (wl-summary-decide-flag): New function.
2130         (wl-summary-set-flags-internal): Renamed from
2131         wl-summary-mark-as-important-internal.
2132         (wl-summary-add-flags-internal): New function.
2133         (wl-summary-remove-flags-internal): Ditto.
2134         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2135         (wl-summary-mark-as-unimportant): Abolish.
2136         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2137         (wl-summary-next-message): List flagged messages in the msgdb.
2138
2139         * wl-score.el (wl-summary-score-update-all-lines): Use
2140         wl-summary-add-flags-internal instead of 
2141
2142         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2143
2144         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2145         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2146         (wl-message-buffer-require-all-header): Renamed from
2147         wl-message-buffer-all-header-flag (Ditto).
2148         (wl-message-buffer-flag-indicator): New variable.
2149         (wl-message-redisplay): Changed local varibale name from `flag' to
2150         `display-type'; Set up wl-message-buffer-flag-indicator.
2151         (wl-message-buffer-display): Changed varibale name from `flag' to
2152         `display-type'.
2153         (wl-message-display-internal): Likewise.
2154
2155         * wl-highlight.el (wl-highlight-demo-face): Define default background
2156         color.
2157         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2158
2159         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2160
2161         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2162         (wl-demo-setup-properties): Renamed from
2163         `wl-demo-set-background-color'.
2164         (wl-demo): Follow the change above.
2165         
2166         * Version number is increased to 2.11.24.
2167
2168 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-summary.el (wl-summary-toggle-thread): Call
2171         `wl-summary-rescan' with disable-thread as non-nil.
2172         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2173
2174 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2175
2176         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2177         foreground property of the face.
2178         (wl-demo-insert-text): Don't set up face property here.
2179         (wl-demo): Call wl-demo-set-background-color, anyway.
2180
2181 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2182
2183         * wl-vars.el (wl-demo-background-color): The value can be nil.
2184
2185 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2188         to wl-summary-wheel-dispatcher.
2189
2190         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2191         wl-message-wheel-dispatcher.
2192         (wl-message-wheel-dispatcher): New function.
2193         (wl-summary-wheel-dispatcher): Ditto.
2194
2195 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2196
2197         * wl-action.el (wl-summary-target-mark-all): List messages which are
2198         not in the killed-list.
2199
2200         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2201         only when the folder is 'flag/important.
2202
2203         * wl-address.el (wl-complete-field-body): Complete if the last
2204         character is a space.
2205
2206 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2207
2208         * wl-folder.el (wl-folder-clear-entity-info): Use
2209         elmo-clear-hash-val.
2210
2211         * wl-fldmgr.el (wl-fldmgr-rename): Set
2212         wl-folder-info-alist-modified as t.
2213
2214 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2215
2216         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2217
2218 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2219
2220         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2221         (wl-folder-buffer-last-visited-entity-id): New buffer local
2222         variable.
2223         (wl-folder-revisit-last-visited-folder): New function.
2224         (wl-folder-mode-map): Bind it to "C-i".
2225         (wl-folder-set-current-entity-id): Set last visited folder.
2226         * wl-summary.el (wl-summary-exit): Ditto.
2227
2228 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2231         before calling `recenter' in order to cope with an XEmacs bug.
2232
2233 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2236         to the default value.
2237
2238 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2241         change.
2242         (wl-summary-sync-marks): Ditto.
2243         (wl-summary-mark-as-read-internal): Ditto.
2244         (wl-summary-mark-as-answered-internal): Ditto.
2245         (wl-summary-mark-as-important-internal): Ditto.
2246         (wl-summary-reply): Ditto.
2247
2248         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2249         instead of `elmo-folder-unflag-answered'.
2250
2251         * Version number is increased to 2.11.23.
2252
2253         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2254         the last change.
2255
2256 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2257
2258         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2259         Specify "spam" or "good".
2260
2261 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2262
2263         * wl-spam.el (wl-summary-exec-action-spam): Call
2264         wl-folder-confirm-existence for spam folder.
2265         (wl-spam-setup): Bind "mk".
2266
2267 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2270
2271 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2274         destination folder is empty.
2275
2276 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2279         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2280
2281         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2282         (wl-summary-refile-prev-destination-region): New function.
2283         (wl-thread-refile-prev-destination): Ditto.
2284         (wl-summary-target-mark-refile-prev-destination): Ditto.
2285
2286 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2287
2288         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2289         (wl-demo-background-color): Changed default value.
2290
2291         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2292         color.
2293
2294         * wl-demo.el (wl-demo-set-background-color): New function.
2295         (wl-demo): Call it.
2296
2297 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2300         * wl-address.el (wl-address-add-or-change): Don't add empty
2301         address.
2302
2303 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2304
2305         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2306
2307 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2308
2309         * wl-vars.el (wl-demo-image-filter-alist): New variable
2310         (wl-demo-background-color): Ditto.
2311
2312         * wl-demo.el (wl-demo-xpm-set-background): New function.
2313         (wl-demo-image-filter): Ditto.
2314         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2315
2316         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2317
2318         * wl-demo.el (wl-demo-icon-name): Define as function.
2319         (wl-demo-insert-image): Use it.
2320
2321 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2322
2323         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2324
2325 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2326
2327         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2328
2329 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2330
2331         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2332
2333 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * wl-thread.el (wl-thread-mark-as-answered): New function.
2336
2337         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2338         answered" entry.
2339         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2340         "r&" and wl-thread-mark-as-answered to "t&".
2341         (wl-summary-mark-as-important-region): Refine to toggle mark.
2342         (wl-summary-mark-as-answered-region): New function.
2343         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2344         and 3rd argument.
2345         (wl-summary-mark-as-important-internal): Likewise.
2346
2347 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-template.el (wl-template-preview): New internal variable.
2350         (wl-template-preview-p): New function.
2351         (wl-template-show): Bind `wl-template-preview' as t.
2352
2353 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2356         `elmo-message-entity-field' with 3rd argument which is non-nil.
2357
2358 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2361         Removed duplicate local bind `folder'.
2362
2363 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2366
2367 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2370         duplicate definition.
2371
2372 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2373
2374         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2375         non-nil, use it; Don't fetch message if there's no message in the
2376         current cursor position.
2377
2378 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2379
2380         * wl-util.el (wl-region-exists-p): Use region-active-p.
2381         (wl-deactivate-region): New function.
2382         * wl-message.el (wl-message-redisplay): Deactivate region.
2383
2384         * wl-summary.el (wl-summary-reply): Call
2385         `wl-summary-set-message-buffer-or-redisplay' instead of
2386         `wl-summary-redisplay-internal', don't move point.
2387
2388 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2391         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2392         by regexp.
2393
2394 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2397         if no need.
2398
2399 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2400
2401         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2402         default value to nil.
2403         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2404         `wl-summary-prepare-hook'; Replace refile action to
2405         `wl-summary-exec-action-refile-with-register'.
2406
2407         * Version number is increased to 2.11.22.
2408
2409 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * wl-summary.el (wl-summary-detect-mark-position): Set
2412         `wl-summary-buffer-weekday-name-lang'.
2413
2414 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2415
2416         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2417         (wl-summary-mark-as-read-all): Ditto.
2418         (wl-summary-delete-messages-on-buffer): Ditto.
2419         (wl-summary-sync-update): Ditto.
2420         (wl-summary-mark-as-read-internal): Ditto.
2421         (wl-summary-mark-as-answered-internal): Ditto.
2422         (wl-summary-update-folder-info): Abolished.
2423
2424 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-summary.el (wl-summary-mark-as-read-all): Use
2427         `wl-summary-update-folder-info' instead of
2428         `wl-folder-update-unread'.
2429
2430 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2431
2432         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2433         `wl-summary-folder-info-update'.
2434         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2435         instead of `wl-summary-folder-info-update'.
2436         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2437         `wl-folder-set-folder-updated'.
2438         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2439         instead of `wl-folder-update-unread'.
2440         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2441         the value of `wl-summary-buffer-unread-count' for the second parameter of
2442         `wl-folder-update-unread'.
2443
2444         * Version number is increased to 2.11.21.
2445
2446 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2447
2448         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2449         a local variable.
2450
2451 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2452
2453         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2454         interactively.
2455
2456         * wl-summary.el (wl-summary-mark-as-important-internal): New
2457         internal function.
2458         (wl-summary-mark-as-important): Use it.
2459         (wl-summary-mark-as-unimportant): New function.
2460         (wl-summary-sync-marks): Follow the API change.
2461
2462         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2463
2464         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2465
2466 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2467
2468         * wl-folder.el (wl-folder-update-unread): Re-indent.
2469         Narrow the scope of a local variable.
2470
2471 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2474         (wl-addrmgr-merge-entries): Ditto.
2475         (wl-addrmgr): Added to address entry which exists in draft buffer
2476         if no entry is in original.
2477
2478 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2479
2480         * wl-batch.el: New file.
2481
2482 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2483
2484         * wl-vars.el (wl-use-semi): Remove unused variable.
2485
2486 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2487
2488         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2489         "?".
2490
2491 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2494         wl-summary-new-mark.
2495         (wl-summary-new-cached-mark): New user option.
2496         (wl-summary-score-marks): Follow the change above.
2497         (wl-summary-auto-refile-skip-marks): Ditto.
2498         (wl-summary-incorporate-marks): Ditto.
2499         (wl-summary-expire-reserve-marks): Ditto.
2500
2501         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2502
2503         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2504         (wl-summary-persistent-mark-string): Distinguished between cached
2505         and uncached mark when the message is new.
2506
2507 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-spam.el (wl-spam-domain): Renamed from
2510         `wl-spam-folder-guess-domain'.
2511         (wl-summary-exec-action-spam): Register as spam if domain of the
2512         source folder is good.
2513         (wl-summary-exec-action-refile-with-register): Register message if
2514         domain of the source folder is not undecided.
2515
2516 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2519         detect thread loop.
2520
2521 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2524         and wl-summary-skip-mark-list.
2525
2526 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2527
2528         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2529
2530         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2531
2532         * wl-spam.el (toplevel): Require wl-highlight.
2533         (wl-spam-auto-check-policy-alist): Abolish.
2534         (wl-spam-auto-check-folder-regexp-list): New user option.
2535         (wl-spam-auto-check-marks): Ditto.
2536         (wl-spam-mark-action-list): Ditto.
2537         (wl-highlight-summary-spam-face): New face.
2538         (wl-spam-auto-check-message-p): New function.
2539         (wl-spam-map-spam-messages): Fixed message.
2540         (wl-spam-register-spam-messages): Ditto.
2541         (wl-spam-register-good-messages): Ditto.
2542         (wl-summary-spam-map): Add and remove keybind.
2543         (wl-summary-target-mark-spam): Abolish.
2544         (wl-summary-refile-spam): Ditto.
2545         (wl-summary-test-spam): New function.
2546         (wl-summary-mark-spam): Ditto.
2547         (wl-summary-auto-check-spam): Follow the above change.
2548         (wl-summary-exec-action-spam): New function.
2549         (wl-summary-exec-action-refile-with-register): Fixed message.
2550         (wl-message-check-spam): New function.
2551         (wl-spam-setup): Ditto.
2552         (toplevel): Call it if this file is loaded interactivity.
2553
2554         * Version number is increased to 2.11.20.
2555
2556 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2559         when new optional argument `force' is non nil or modified.
2560
2561 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * wl.el (toplevel): Require wl-spam when compile.
2564         (wl-save-status): Call wl-spam-save-status.
2565
2566         * wl-spam.el (wl-spam-register-spam-messages): New function.
2567         (wl-spam-register-good-messages): Ditto.
2568         (wl-spam-save-status): Ditto.
2569         (wl-summary-mode-map): Bind
2570         wl-summary-target-mark-register-as-spam to "ms" and
2571         wl-summary-target-mark-register-as-good to "mn".
2572         (wl-summary-register-as-spam): Abolish optional argument; Use
2573         wl-spam-register-spam-messages.
2574         (wl-summary-register-as-spam-all): Use
2575         wl-spam-register-spam-messages.
2576         (wl-summary-register-as-good): Abolish optional argument; Use
2577         wl-spam-register-good-messages.
2578         (wl-summary-register-as-good-all): Use
2579         wl-spam-register-good-messages.
2580         (wl-summary-target-mark-register-as-spam): New funtion.
2581         (wl-summary-target-mark-register-as-good): Ditto.
2582
2583 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2584
2585         * wl-spam.el: New file.
2586
2587 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2590
2591         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2592         (wl-summary-auto-refile): Call wl-refile-guess with
2593         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2594
2595 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2598         with disable-thread argument non-nil.
2599
2600 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl-summary.el (wl-summary-rescan): Added optional argument
2603         disable-thread.
2604         (wl-summary-sync): Call wl-summary-rescan with argument
2605         disable-thread.
2606         (wl-summary-input-range): Added new range `rescan-thread'.
2607
2608 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2609
2610         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2611
2612 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2615         internal variable.
2616         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2617         wl-summary-search-parent-by-subject-regexp and
2618         wl-summary-divide-thread-when-subject-changed as nil.
2619         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2620         (wl-summary-insert-thread): Search parent entity from
2621         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2622         thread loop.
2623
2624 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2627
2628         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2629
2630         * wl-util.el (wl-require-update-all-folder-p): New function.
2631         (wl-get-assoc-list-value): Added `function' to match directive.
2632         (wl-collect-draft): Rewrite.
2633
2634         * wl-summary.el (wl-summary-sync-update): Clear faces
2635         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2636         are non-nil.
2637         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2638         argument as function.
2639         (wl-summary-input-range): Ditto.
2640
2641         * wl-folder.el (wl-draft-get-folder): New function.
2642         (wl-folder-get-elmo-folder): Consider draft folder.
2643
2644         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2645         (wl-draft-buffer-message-number): New buffer local variable.
2646         (wl-draft-folder-internal): New internal variable.
2647         (wl-draft-delete): Rewrite.
2648         (wl-draft-save): Ditto.
2649         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2650         wl-folder-get-elmo-folder.
2651         (wl-draft-config-info-operation): Ditto.
2652         (wl-jump-to-draft-folder): Ditto.
2653         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2654         (wl-draft-reedit): Rewrite.
2655
2656         * Version number is increased to 2.11.19.
2657         
2658 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2659
2660         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2661         variable.
2662
2663 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2666         Use ignore-errors instead of unwind-protect.
2667
2668 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2669
2670         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2671         for updating `wl-thread-entity-list'.
2672
2673 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2674
2675         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2676         parameter from calling `wl-thread-entity-get-older-brothers' and
2677         `wl-thread-entity-get-younger-brothers'.
2678         Replace nested `append' with a single one.
2679
2680 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2681
2682         * wl-summary.el (wl-summary-mode): Don't use the return value of
2683         `make-local-hook'.
2684
2685 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2686
2687         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2688         instead of `let*'.
2689         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2690         of local variables.
2691
2692 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2695         Renamed from wl-summary-window-scroll-functions.
2696         (wl-summary-window-scroll-functions): Don't set to variable.
2697         (wl-summary-display-top): Use run-hooks.
2698         (wl-summary-display-bottom): Ditto.
2699         (wl-summary-toggle-disp-msg): Ditto.
2700         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2701         Use it instead of wl-summary-window-scroll-functions.
2702         (wl-summary-goto-folder-subr): Don't call
2703         wl-summary-window-scroll-functions, use
2704         wl-summary-buffer-window-scroll-functions instead.
2705
2706 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2709         make-local-variable.
2710
2711 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2712
2713         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2714         set-buffer-modified-p.
2715         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2716         (wl-summary-display-bottom): Ditto.
2717         (wl-summary-toggle-disp-msg): Ditto.
2718
2719 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720
2721         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2722
2723         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2724         (wl-summary-forward): Use elmo-message-entity-field instead of
2725         elmo-message-field.
2726
2727         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2728
2729 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * wl-summary.el (wl-summary-window-scroll-functions): No use
2732         `append'.
2733
2734 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2737         function.
2738         (wl-summary-window-scroll-functions): Call it when both
2739         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2740         (wl-summary-temp-mark): Added optional argument number.
2741         (wl-summary-message-mark): Added optional argument flag.
2742         (wl-summary-persistent-mark): Added optional argument number and flag.
2743         (wl-summary-update-persistent-mark): Ditto.
2744         (wl-summary-update-status-marks): Set "r" for interactive spec.
2745
2746         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2747         argument number and flag.
2748
2749         * wl-action.el (wl-summary-registered-temp-mark): 
2750         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2751
2752 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2755         internal variable (buffer local).
2756         (wl-summary-window-scroll-functions): New function.
2757         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2758         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2759         as nil.
2760         (wl-summary-update-status-marks): Added arguments beg, end and
2761         check.
2762         (wl-summary-update-mark-window): Use function.
2763         (wl-summary-sync-update): Follow the change above.
2764         (wl-summary-switch-to-clone-buffer): Copy
2765         wl-summary-buffer-unsync-mark-number-list.
2766         (wl-summary-goto-folder-subr): Set
2767         wl-summary-buffer-unsync-mark-number-list and
2768         use wl-summary-window-scroll-functions instead of
2769         wl-summary-lazy-highlight.
2770
2771         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2772
2773 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2776
2777         * wl-summary.el (wl-summary-update-persistent-mark): Call
2778         wl-summary-set-message-modified.
2779
2780         * wl-summary.el (wl-summary-sync-update): Don't call
2781         wl-summary-update-status-marks.
2782
2783         * Version number is increased to 2.11.18.
2784
2785 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2788         (wl-message-next-page): Ditto.
2789
2790 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2791
2792         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2793         local variable.  Change the order of a collected list into the
2794         same as the specified range.  Remove nil from a collected list.
2795
2796 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2799         argument for elmo-folder-list-messages.
2800
2801 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2802
2803         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2804         change (wl-summary-count-unreads return a list instead of a cons
2805         cell).
2806
2807 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2808
2809         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2810         `wl-summary-folder-info-update'.
2811
2812 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2813
2814         * wl-summary.el (wl-summary-set-message-modified): No use
2815         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2816         (wl-summary-set-mark-modified): Abolish.
2817         (wl-summary-mark-modified-p): Ditto.
2818         (wl-summary-save-view): Follow the change above.
2819
2820         * wl-expire.el (wl-summary-expire): Likewise.
2821
2822 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-summary.el (wl-summary-detect-mark-position): Use
2825         modb-entity-handler.
2826         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2827
2828         * Version number is increased to 2.11.17.
2829
2830 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2831
2832         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2833         entity field value.
2834         (wl-summary-prefetch-msg): Ditto.
2835         (wl-summary-print-message-with-ps-print): Ditto.
2836
2837 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2840         for dummy entity.
2841         (wl-summary-insert-thread): Use elmo-message-entity-field.
2842         (wl-summary-update-thread): Use elmo-message-entity-field and
2843         elmo-message-entity-number.
2844         (wl-summary-line-number):  Use elmo-message-entity-number.
2845         (wl-summary-line-size): Use elmo-message-entity-field.
2846         (wl-summary-line-subject): Ditto.
2847         (wl-summary-line-from): Ditto.
2848         (wl-summary-line-attached): Ditto.
2849         (wl-summary-create-line): Ditto.
2850         (wl-summary-create-line): Use elmo-message-entity-number.
2851         (wl-summary-print-message-with-ps-print): Use
2852         elmo-message-entity-field.
2853
2854 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2855
2856         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2857         change in elmo-msgdb-make-message-entity.
2858         (wl-summary-buffer-set-folder): Don't call
2859         wl-summary-detect-mark-position here.
2860         (wl-summary-rescan): Call elmo-message-entity-number.
2861         (wl-summary-sync-update): Ditto.
2862         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2863
2864         * wl-score.el (wl-score-header-index): Redefine 2th element.
2865         (wl-score-overview-entity-get-extra): Abolish.
2866         (wl-score-ov-entity-get): Rewrite.
2867         (wl-score-string-index<, wl-score-string-func<): Abolish.
2868         (wl-score-string<): New function.
2869         (wl-score-string-sort): Use it.
2870
2871         * wl-refile.el (wl-refile-guess-by-history): Use
2872         elmo-message-entity-field.
2873         (wl-refile-guess-by-from): Ditto.
2874         (wl-refile-guess-by-msgid): Ditto.
2875
2876         * Version number is increased to 2.11.16.
2877
2878 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2879
2880         * wl-folder.el (wl-folder-confirm-existence): Don't call
2881         file-exists-p if msgdb-path is nil.
2882         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2883         `wl-read-folder-hist' to `wl-read-folder-history'.
2884
2885 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2886
2887         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2888         `y-or-n-p'.
2889
2890 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl-score.el (wl-score-headers): Don't use
2893         elmo-folder-do-each-message-entity.
2894
2895         * Version number is increased to 2.11.15.
2896
2897 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2898
2899         * wl-summary.el (wl-summary-delete-all-msgs): Use
2900         elmo-folder-move-messages instead of elmo-folder-delete-messages
2901         and elmo-folder-detach-messages.
2902         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2903
2904         * wl-expire.el (wl-expire-delete): Ditto.
2905         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2906
2907 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2910         (wl-message-header-narrowing-fields): Ditto.
2911         (wl-message-header-narrowing-lines): Ditto.
2912         (wl-message-header-narrowing-string): Ditto.
2913
2914         * wl-summary.el (wl-summary-mode-map): Bind
2915         wl-summary-toggle-header-narrowing to "C-cC-f".
2916         (wl-summary-toggle-header-narrowing): New function.
2917
2918         * wl-message.el (wl-message-buffer-create): Call
2919         wl-message-header-narrowing-setup.
2920         (wl-message-redisplay): Call wl-message-header-narrowing.
2921         (wl-message-header-narrowing): New function.
2922         (wl-message-header-narrowing-map): New keymap.
2923         (wl-message-header-narrowing-widen-map): New keymap.
2924         (wl-message-header-narrowing-again-at-mouse): New function.
2925         (wl-message-header-narrowing-1): Ditto.
2926         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2927         (wl-message-header-narrowing-setup): Ditto.
2928         (wl-message-header-narrowing-toggle): Ditto.
2929         
2930         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2931
2932         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2933         'flag as all.
2934         (wl-use-flag-folder-help-echo): New user option.
2935
2936         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2937         wl-summary-highlight as nil.
2938         (wl-summary-set-mark-modified): Follow the API change.
2939         (wl-summary-mark-modified-p): Ditto.
2940         (wl-summary-mark-as-read-all): Ditto.
2941         (wl-summary-sync-marks): Don't call
2942         elmo-folder-list-messages-with-global-mark.
2943         (wl-summary-mark-as-read-internal): Follow the API change.
2944         (wl-summary-mark-as-answered-internal): Ditto.
2945         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2946         Follow the API change.
2947         (wl-summary-create-line): Call with number argument.
2948         (wl-summary-reply): Follow the API change.
2949
2950         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2951         function.
2952         (wl-highlight-summary-line-string): Call it when
2953         wl-use-flag-folder-help-echo is non-nil.
2954         (wl-highlight-summary-current-line): Ditto.
2955         (elmo-flag-folder-referrer): Added autoload setting.
2956
2957         * wl-draft.el (wl-draft-kill): Follow the API change.
2958
2959         * Version number is increased to 2.11.14.
2960         
2961 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962
2963         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2964
2965 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * Version number is increased to 2.11.13.
2968
2969 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-draft.el (wl-draft-previous-history-element): Fixed
2972         unbalanced parenthesis and bind unbound local variables.
2973
2974 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2975
2976         * wl-draft.el (wl-draft-previous-history-element): New function.
2977         (wl-draft-next-history-element): Ditto.
2978         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2979         them to M-p and M-n.
2980
2981 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * Version number is increased to 2.11.12.
2984
2985 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2986
2987         * wl-draft.el (wl-draft-hide): Select buffer-window.
2988
2989 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2990
2991         * wl-summary.el (wl-summary-narrow-to-region): New function.
2992         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2993         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2994         (wl-summary-save-region): Use it.
2995         * wl-action.el (wl-summary-collect-numbers-region)
2996         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2997
2998 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-folder.el (wl-folder-count-incorporates): Don't use
3001         `elmo-msgdb-mark-load'
3002
3003         * Version number is increased to 2.11.11.
3004
3005 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3006
3007         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3008         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3009
3010 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3011
3012         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3013
3014 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * Version number is increased to 2.11.10.
3017
3018 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-mime.el (wl-draft-attribute-value): Fixed.
3021
3022 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3023
3024         * wl-util.el (wl-copy-local-variables): New function.
3025
3026         * wl-mime.el (wl-draft-attribute-recipients): New function.
3027         (wl-draft-attribute-envelope-from): Ditto.
3028         (wl-draft-attribute-smtp-posting-server): Ditto.
3029         (wl-draft-attribute-smtp-posting-port): Ditto.
3030         (wl-draft-attribute-value): Ditto.
3031         (wl-draft-preview-message): Use it to get value for
3032         attributes. Reflect result of `wl-draft-config'.
3033
3034         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3035         and call `wl-summary-mark-as-read' before to call
3036         `wl-summary-unset-mark'.
3037         (wl-summary-target-mark-mark-as-unread): Likewise.
3038         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3039
3040 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-mime.el (wl-draft-preview-message): Use actual value for
3043         attributes; Fix for small window.
3044
3045 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * wl-refile.el (wl-refile-get-field-value): Call
3048         `elmo-message-entity-field' with 3rd argument is non-nil.
3049
3050 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-vars.el (wl-draft-preview-attributes): New user option.
3053         (wl-draft-preview-attributes-list): Ditto.
3054         (wl-draft-preview-attributes-buffer-lines): Ditto.
3055         (wl-draft-preview-attributes-buffer-name): Ditto.
3056
3057         * wl-mime.el (wl-draft-preview-message): Display attributes.
3058
3059 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl-summary.el (wl-summary-detect-mark-position): Bind
3062         wl-summary-flag-priority-list to '(new).
3063
3064 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3067         funtion.
3068         (wl-highlight-summary-line-string): Use it.
3069         (wl-highlight-summary-current-line): Ditto.
3070
3071 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3072
3073         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3074         line even when the mark string is not changed.
3075
3076         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3077         argument change in the wl-summary-create-line.
3078         (wl-thread-insert-entity-sub): Ditto.
3079
3080         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3081         argument change in the wl-summary-create-line.
3082         (wl-summary-insert-sequential): Ditto.
3083         (wl-summary-update-thread): Ditto.
3084         (wl-summary-persistent-mark-string): New inline function.
3085         (wl-summary-message-mark): Use it.
3086         (wl-summary-create-line): Abolish argument wl-persistent-mark
3087         and added wl-flags, wl-cached.
3088
3089         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3090         mark to flags.
3091         (wl-highlight-summary-current-line): Decide the face not by the 
3092         persistent mark but flags.
3093
3094 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3097         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3098         wl-summary-read-uncached-mark): Revive.
3099         (wl-summary-answered-cached-mark,
3100         wl-summary-answered-uncached-mark): New user option.
3101         (wl-summary-score-marks): Follow the change above.
3102         (wl-summary-auto-refile-skip-marks): Ditto.
3103         (wl-summary-incorporate-marks): Ditto.
3104         (wl-summary-expire-reserve-marks): Ditto.
3105         (wl-summary-flag-priority-list): New user option.
3106
3107         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3108         changes.
3109         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3110         of elmo-message-mark.
3111         (wl-summary-mark-as-read-internal): Ditto.
3112         (wl-summary-mark-as-answered): Ditto.
3113         (wl-summary-mark-as-important): Ditto.
3114         (wl-summary-redisplay-internal): Ditto.
3115         (wl-summary-redisplay-no-mime-internal): Ditto.
3116         (wl-summary-message-mark): New function.
3117         (wl-summary-insert-sequential): Use wl-summary-message-mark
3118         instead of elmo-message-mark.
3119         (wl-summary-update-thread): Ditto.
3120         (wl-summary-persistent-mark): Ditto.
3121         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3122         instead of elmo-message-mark.
3123
3124         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3125         wl-summary-message-mark instead of elmo-message-mark.
3126         (wl-thread-insert-entity-sub): Ditto.
3127         (wl-thread-get-children-msgs-uncached): Ditto.
3128
3129         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3130         variable name changes.
3131         (wl-highlight-summary-current-line): Ditto.
3132
3133         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3134         wl-summary-message-mark instead of elmo-message-mark.
3135
3136         * wl-expire.el (wl-expire-message-p): Ditto.
3137
3138         * wl-score.el (wl-score-headers): Ditto.
3139
3140         * Version number is increased to 2.11.9.
3141
3142         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3143         (wl-summary-sync-update): Follow the change above.
3144         (wl-summary-switch-to-clone-buffer): Ditto.
3145         (wl-summary-open-folder): Ditto.
3146
3147 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3150         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3151
3152         * Version number is increased to 2.11.8.
3153
3154         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3155
3156         * wl-expire.el (wl-expire-refile): Follow the API change on
3157         `elmo-folder-move-messages'.
3158         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3159
3160         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3161         (wl-summary-exec-action-refile): Ditto.
3162         (wl-summary-exec-action-copy): Ditto.
3163         (wl-summary-no-auto-refile-message-p): No use
3164         `wl-summary-buffer-msgdb'.
3165         (wl-summary-auto-refile): Ditto.
3166
3167 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3170
3171 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl-summary.el (wl-summary-sync): Treat no-sync.
3174
3175         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3176         (wl-default-sync-range): Ditto.
3177
3178 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-refile.el (wl-refile-subject-learn): Call
3181         `elmo-message-entity-field' with 3rd argument is non-nil.
3182         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3183         instead of `elmo-msgdb-overview-entity-get-subject'.
3184
3185 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3186
3187         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3188         scan-type is rescan.
3189         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3190         new optional argument force is non-nil.
3191         (wl-summary-save-view-cache): Call it with force argument non-nil.
3192
3193         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3194
3195 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * wl-action.el (wl-summary-print-argument): Fixed last change.
3198
3199 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3200
3201         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3202         simplified.
3203         (wl-summary-target-mark-mark-as-unread): Likewise.
3204         (wl-summary-target-mark-mark-as-important): Likewise.
3205
3206 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3207
3208         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3209         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3210         (wl-summary-mark-as-important-region): Change accordingly.
3211         (wl-summary-target-mark-mark-as-important): Ditto.
3212
3213 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3214
3215         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3216
3217         * wl-action.el (wl-summary-print-argument): Print argument to
3218         right side of window if `wl-summary-print-argument-within-window'
3219         is non-nil.
3220
3221 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-action.el (wl-summary-set-mark): Use
3224         `wl-summary-message-visible-p' to check visibility of the message
3225         and jump to message only when the message line is visible and have
3226         different number; Call wl-summary-unset-mark with number argument.
3227         (wl-summary-unset-mark): 
3228         Use `wl-summary-message-visible-p'
3229         to check visibility of the message and jump to message only when
3230         the message line is visible and have different number;
3231
3232 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3233
3234         * Version number is increased to 2.11.7.
3235
3236         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3237         and wl-folder-summary-line-format.
3238
3239         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3240         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3241         (wl-summary-set-score-mark): Use it.
3242         (wl-summary-target-mark-mark-as-read): Ditto.
3243         (wl-summary-target-mark-mark-as-unread): Ditto.
3244         (wl-summary-target-mark-mark-as-important): Ditto.
3245         (wl-summary-target-mark-msgs): Simplified.
3246         (wl-summary-detect-mark-position): Fixed problem when
3247         summary-line-format no contain persisten/temp mark spec.
3248         (wl-summary-temp-mark): Ditto.
3249         (wl-summary-persistent-mark): Ditto.
3250         (wl-summary-update-persistent-mark): Ditto.
3251
3252         * wl-action.el (wl-summary-set-mark): Ditto.
3253         (wl-summary-unset-mark): Ditto.
3254         All other related portions are changed.
3255
3256 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3257
3258         * Version number is increased to 2.11.6.
3259
3260 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-util.el (wl-current-message-buffer): Define as function;
3263         Don't use the value of wl-messge-buffer.
3264
3265         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3266         persistent mark.
3267
3268         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3269         no current message, cause an error.
3270
3271 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-summary.el (wl-summary-set-message-modified): Use
3274         elmo-folder-set-message-modified instead of
3275         elmo-folder-set-message-modified-internal.
3276
3277 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3278
3279         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3280         interactively.
3281         (wl-summary-sync): nokill->entirely.
3282         (wl-summary-sync-marks): Fixed message.
3283         (wl-summary-input-range): Added mark, nokill->entirely.
3284
3285         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3286         messages as read.
3287
3288 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3289
3290         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3291         update-noscore.
3292         (wl-summary-sync): Follow the change above.
3293
3294 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3295
3296         * wl-action.el (wl-summary-target-mark-all): Use
3297         elmo-folder-list-messages.
3298
3299 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3302         (wl-summary-rescan): Set wl-summary-scored as nil.
3303         (wl-summary-sync-force-update): Follow the change above.
3304         (wl-summary-sync): Ditto.
3305         (wl-summary-sync-update): Added argument disable-killed.
3306         (wl-summary-insert-headers): Set visible-only argument for
3307         elmo-folder-list-messages.
3308         (wl-summary-input-range): Added update-nokill, update-noscore,
3309         all-nokill, all-noscore and mark.
3310
3311         * Version number is increased to 2.11.5.
3312
3313         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3314
3315 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3316
3317         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3318         (wl-summary-prefetch-region-no-mark): Change accordingly.
3319         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3320
3321 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3322
3323         * wl-address.el (wl-complete-field-to): Abolished.
3324         (wl-complete-address): Completion function for completing-read.
3325         * wl-action.el (wl-summary-get-resend-address): Use it.
3326
3327         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3328         wl-summary-update-mark and abolish unused argument.
3329         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3330         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3331         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3332         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3333         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3334         * wl-draft.el (wl-draft-kill): Ditto.
3335
3336         * wl-summary.el: Remove unused binding of case-fold-search.
3337         (wl-summary-replace-status-marks): Abolished.
3338
3339 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3342         is specified or folder length is zero.
3343
3344 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3345
3346         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3347         (wl-folder-archive-current-entity): Ditto.
3348
3349 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3350
3351         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3352         retrieving message mark.
3353         (wl-summary-redisplay-internal): Ditto.
3354
3355         * wl-message.el (wl-message-buffer-display): Ignore errors while
3356         retrieving message-id field.
3357
3358         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3359         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3360         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3361         order of the arguments for `wl-expire-message-p'.
3362         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3363
3364         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3365         Check return value of wl-summary-reply.
3366         (wl-summary-reply): Recover window configuration when an error occured.
3367
3368 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3369
3370         * wl-summary.el (wl-summary-resend-message): Abolished, the
3371         feature is inherited by wl-summary-resend (put resend mark).
3372
3373 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3376         wl-message-buffer to nil when the message is hide.
3377
3378 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3379
3380         * .cvsignore: New file.
3381
3382 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3383
3384         * wl-action.el (wl-summary-action-docstring): Add more info.
3385         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3386         duplicate definition.
3387         (wl-summary-define-mark-action): Functions wl-summary-*-region
3388         keep current position.
3389         (wl-summary-unregister-target-mark): Store result to the variable.
3390
3391 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * Version number is increased to 2.11.4.
3394
3395 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3398         wl-summary-delete-all-temp-marks.
3399         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3400
3401         * wl-action.el (wl-summary-set-mark): Changed terminology
3402         refile-destination -> action-argument.
3403         (wl-summary-unset-mark): Ditto.
3404         (wl-summary-remove-argument): Ditto.
3405         (wl-summary-print-argument): Ditto.
3406
3407         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3408         (wl-thread-remove-argument-region): Ditto.
3409         (wl-thread-print-argument-region): Ditto.
3410         (wl-thread-close): Ditto.
3411         (wl-thread-open): Ditto.
3412
3413         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3414         (wl-highlight-refile-destination-face is abolished)
3415         (wl-highlight-action-argument-string): Ditto.
3416         (wl-highlight-summary-current-line): Highlight action argument.
3417
3418         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3419         color for light backgrounds.
3420         (wl-highlight-summary-answered-face): Ditto.
3421
3422 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3425
3426         * wl-score.el (wl-summary-score-update-all-lines): Use
3427         wl-summary-set-mark.
3428         (wl-summary-score-update-all-lines): Kill expunged messages.
3429
3430         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3431
3432 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3433
3434         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3435         directly.
3436         (wl-score-overview-entity-get-lines): Ditto.
3437         (wl-score-overview-entity-get-xref): Ditto.
3438         (wl-score-get-latest-msgs): Ditto.
3439         (wl-summary-rescore): Ditto.
3440
3441         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3442         to "&".
3443         (wl-summary-mark-as-answered-internal): New inline function.
3444         (wl-summary-mark-as-answered): New function.
3445         (wl-summary-mark-as-unanswered): Ditto.
3446         (wl-summary-sync-marks): Modified for answered-mark synching.
3447
3448 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3449
3450         * wl-action.el (wl-summary-set-mark): Fixed last change.
3451
3452 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3453
3454         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3455         behavior of wl-summary-unread-message-hook
3456         (Pointed out by akira yamada <akira@arika.org>).
3457
3458 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3459
3460         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3461         wl-summary-delete.
3462         * wl-xmas.el (wl-summary-toolbar): Ditto.
3463
3464         * wl-action.el (wl-summary-set-mark): Don't override current
3465         temp-mark.
3466
3467         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3468
3469 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3472         (wl-refile-msgid-learn): Ditto.
3473         (wl-refile-get-field-value): Ditto.
3474
3475         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3476
3477         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3478         (wl-expire-delete-reserved-messages): Renamed from
3479         wl-expire-reserve-marked-msgs-from-list.
3480         (wl-expire-delete): Removed argument `msgdb'.
3481         (wl-expire-refile): Ditto.
3482         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3483         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3484         mark-alist as argument.
3485         (wl-expire-archive-number1): Removed argument `msgdb'.
3486         (wl-expire-archive-number2): Ditto.
3487         (wl-expire-archive-date): Ditto.
3488         (wl-expire-localdir-date): Ditto.
3489         (wl-expire-hide): Ditto.
3490         (wl-archive-number1): Ditto.
3491         (wl-archive-number2): Ditto.
3492         (wl-archive-date): Ditto.
3493         (wl-archive-folder): Ditto.
3494         All other related portions are changed.
3495
3496 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3497
3498         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3499         mean move up and down. (suggested by Takashi Kawachi)
3500
3501 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-acap.el (toplevel): Don't require un-define.
3504
3505 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3506
3507         * wl-thread.el (wl-thread-delete-message): Always update
3508         wl-summary-buffer-number-list.
3509
3510         * wl-action.el (wl-summary-print-destination): 
3511         Do nothing when folder is nil.
3512
3513 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3514
3515         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3516         persistent mark when prefetch is succeeded.
3517
3518 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3519
3520         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3521         instead of elmo-msgdb-delete-msgs.
3522         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3523         (wl-expire-hide): Ditto.
3524
3525         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3526
3527         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3528         elmo-msgdb interface.
3529         (wl-thread-get-exist-children): Likewise.
3530         (wl-thread-insert-message): Likewise.
3531         (wl-thread-msg-mark-as-important): Likewise.
3532         (wl-thread-insert-entity-sub): Likewise.
3533         (wl-thread-get-children-msgs-uncached): Likewise.
3534
3535         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3536         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3537         (wl-summary-sync-update): Likewise.
3538         (wl-summary-auto-select-msg-p): Likewise.
3539         (wl-summary-update-thread): Likewise.
3540         (wl-summary-mark-as-important): Likewise.
3541         (wl-summary-jump-to-msg-internal): Likewise.
3542         (wl-summary-redisplay-internal): Likewise.
3543         (wl-summary-print-message-with-ps-print): Likewise.
3544         (wl-summary-folder-info-update): Likewise.
3545
3546         * wl-folder.el (wl-folder-check-one-entity):
3547         elmo-folder-count-flags instead of wl-summary-count-unread.
3548
3549         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3550
3551         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3552
3553         * wl-summary.el (wl-summary-set-message-modified): 
3554         Call wl-summary-set-mark-modified.
3555         (wl-summary-delete-messages-on-buffer): Call
3556         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3557         (wl-summary-sync-update): Call elmo-folder-length instead of
3558         elmo-folder-messages.
3559         (wl-summary-insert-headers): Don't call
3560         elmo-folder-list-message-entities.
3561
3562 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3563
3564         * wl-action.el (wl-summary-define-mark-action): Call
3565         `wl-summary-set-mark' with argument `data'.
3566         (wl-summary-auto-refile): Fixed order of arguments when call
3567         `wl-summary-refile'.
3568
3569 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3572
3573         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3574
3575         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3576         (Renamed from wl-highlight-summary-deleted-face).
3577         (wl-highlight-summary-resend-face): New face.
3578
3579         (wl-highlight-summary-deleted-face): Renamed from
3580         wl-highlight-summary-erased-face.
3581
3582         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3583
3584         * wl-action.el (wl-summary-get-resend-address): New function.
3585         (wl-summary-exec-action-resend): Ditto.
3586         (wl-summary-exec-action-resend-subr): Ditto.
3587
3588         * w-thread.el (wl-thread-copy): Removed definition.
3589         (wl-thread-refile): Ditto.
3590         (wl-thread-delete): Ditto.
3591         (wl-thread-target-mark): Ditto.
3592
3593         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3594         (wl-summary-target-mark-set-action): Fixed.
3595         (wl-summary-define-mark-action): Fixed quotation.
3596         (wl-summary-move-mark-list-messages): Display message.
3597         (wl-summary-define-mark-action): Define thread functions.
3598         (wl-summary-exec-action-refile): Changed message.
3599         (wl-summary-exec): Ditto.
3600
3601 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3602         
3603         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3604         '%%'.
3605
3606 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl.el (toplevel): Require wl-action.
3609         (wl-init): Call wl-summary-define-mark-action.
3610
3611         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3612
3613         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3614         wl-summary-delete and wl-summary-erase.
3615         (wl-summary-mode-map): Ditto.
3616
3617         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3618         wl-delete-folder-alist.
3619
3620         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3621         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3622         (toplevel): Moved mark & action related functions to the wl-action.el.
3623
3624         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3625         in wl-summary-mark-action-list.
3626         (wl-highlight-summary-current-line): Ditto.
3627
3628         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3629         empty lines.
3630
3631         * wl-action.el: New file. 
3632
3633 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3634
3635         * wl-summary.el (wl-summary-target-mark-replace): New function.
3636         (wl-summary-target-mark-prefetch): Use it.
3637         (wl-summary-target-mark-delete): Ditto.
3638         (toplevel): Rearranged definition order.
3639         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3640         (wl-summary-target-mark-erase): Rewrite.
3641         (wl-summary-erase-region): New function.
3642         (wl-summary-exec-action-erase): Changed message.
3643         (wl-summary-move-mark-list-messages): New function.
3644         (wl-summary-exec-action-delete): Use it.
3645         (wl-summary-exec-action-erase): Ditto.
3646
3647         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3648         (wl-summary-skip-mark-list): Added "d".
3649
3650         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3651         while searching.
3652
3653         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3654         and define using defcustom;
3655         Define 4th element as a face.
3656         
3657         * wl-summary.el (wl-summary-incorporate): Use 
3658         `wl-summary-prefetch-region-no-mark' instead of
3659         `wl-summary-prefetch-region'.
3660         (wl-summary-prefetch-region-no-mark): Revival of old
3661         `wl-summary-prefetch-region'.
3662         (wl-summary-mark-action-list): Moved to wl-vars.el
3663
3664         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3665         face according to the `wl-summary-mark-action-list'.
3666         (wl-highlight-summary-current-line): Ditto;
3667         Removed destination highlighting.
3668
3669         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3670         (wl-highlight-summary-line-string): Highlight for "i" mark.
3671         (wl-highlight-summary-current-line): Ditto.
3672
3673         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3674         no destination.
3675
3676         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3677         exists, just go ahead.
3678         (wl-summary-prefetch-region): Rewrite.
3679         (wl-summary-prefetch): Ditto.
3680         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3681         (wl-summary-exec-action-prefetch): New function.
3682         (wl-summary-target-mark-prefetch): Rewrite.
3683
3684 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3687         (wl-highlight-summary-line-string): Added "d" and "D".
3688         (wl-highlight-summary-current-line): Ditto.
3689
3690         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3691         in wl-summary.el.
3692         (wl-thread-insert-entity-sub): Ditto.
3693         (wl-thread-remove-destination-region): Ditto.
3694         (wl-thread-print-destination-region): Ditto.
3695
3696         * wl-summary.el (wl-summary-buffer-refile-list,
3697         wl-summary-buffer-delete-list,
3698         wl-summary-buffer-copy-list): Abolish.
3699         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3700         All other related portions are changed.
3701         (wl-summary-mark-action-list): New variable.
3702         (wl-summary-set-mark): New function.
3703         (wl-summary-register-target-mark): Ditto.
3704         (wl-summary-unregister-target-mark): Ditto.
3705         (wl-summary-have-target-mark-p): Ditto.
3706         (wl-summary-register-temp-mark): Ditto.
3707         (wl-summary-unregister-temp-mark): Ditto.
3708         (wl-summary-registered-temp-mark): Ditto.
3709         (wl-summary-collect-temp-mark): Ditto.
3710         (wl-summary-unset-mark): Ditto.
3711         (wl-summary-set-target-mark): Ditto.
3712         (wl-summary-unset-target-mark): Ditto.
3713         (wl-summary-set-action-generic): Ditto.
3714         (wl-summary-unset-action-generic): Ditto.
3715         (wl-summary-exec-action-delete): Ditto.
3716         (wl-summary-exec-action-erase): Ditto.
3717         (wl-summary-set-action-refile): Ditto.
3718         (wl-summary-set-action-refile-subr): Ditto.
3719         (wl-summary-unset-action-refile): Ditto.
3720         (wl-summary-make-destination-numbers-list): Ditto.
3721         (wl-summary-exec-action-refile): Ditto.
3722         (wl-summary-set-action-copy): Ditto.
3723         (wl-summary-unset-action-copy): Ditto.
3724         (wl-summary-exec-action-copy): Ditto.
3725         (wl-summary-collect-numbers-region): Ditto.
3726         (wl-summary-delete): Rewrite.
3727         (wl-summary-erase): Ditto.
3728         (wl-summary-remove-destination): Ditto.
3729         (wl-summary-exec): Ditto.
3730         (wl-summary-exec-region): Ditto.
3731         (wl-summary-target-mark-erase): Ditto.
3732         (wl-summary-refile): Ditto.
3733         (wl-summary-copy): Ditto.
3734         (wl-summary-unmark): Ditto.
3735         (wl-summary-delete-all-mark): Ditto.
3736         (wl-summary-mark-line): Don't highlight.
3737         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3738         (wl-summary-target-mark-refile-subr): Rewrite.
3739
3740         (wl-summary-copy-prev-destination): Abolish.
3741
3742 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3743
3744         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3745         default values along the value of wl-on-mule.
3746         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3747         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3748         It is not used anywhere.
3749
3750 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3751
3752         * wl-summary.el (wl-summary-print-destination): Keep position.
3753         (wl-summary-cursor-move-surface): Keep horizontal position.
3754
3755 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3756
3757         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3758         write sendlog.
3759
3760 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3761
3762         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3763         `wl-summary-highlight'.
3764
3765 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3766
3767         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3768         trivial condition for temp-mark.
3769
3770 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3771
3772         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3773         when it hits killed buffer.
3774
3775 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3776
3777         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3778         * wl-news.el.in: `message' and `error' take format string.
3779
3780 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3781
3782         * wl-folder (wl-folder-insert-entity): Display a message,
3783         `...done', when the work finish.
3784         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3785
3786 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-message.el (wl-message-redisplay): Remove unused local
3789         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3790
3791 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3792
3793         * wl-summary.el (wl-summary-replace-status-marks): Disable
3794         interactive use.
3795         (wl-summary-reedit): Check message existence at first.
3796         (wl-summary-mark-line): Fix doc, return value is indefinite.
3797
3798         * wl-highlight.el (wl-highlight-message): Arranged.
3799
3800         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3801         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3802         check temp-mark by wl-summary-temp-mark always.
3803         (wl-highlight-summary): Change accordingly.
3804         * wl-summary.el (wl-summary-mark-as-read-all)
3805         (wl-summary-delete-cache, wl-summary-set-score-mark)
3806         (wl-summary-mark-as-unread, wl-summary-unmark)
3807         (wl-summary-mark-line, wl-summary-mark-as-read)
3808         (wl-summary-mark-as-important): Ditto.
3809
3810         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3811         end of the window if possible.
3812         * wl-summary.el (wl-summary-sync-update): Support lazy
3813         highlighting.
3814         (wl-summary-toggle-disp-msg): Ditto.
3815
3816 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3817
3818         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3819
3820 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3821
3822         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3823         change.
3824
3825 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3828         API.
3829         (wl-summary-sync-update): Ditto.
3830
3831         * wl-score.el (wl-score-get-score-alist): Changed argument.
3832         (wl-summary-rescore-msgs): Likewise.
3833         (wl-summary-score-headers): Likewise.
3834         (wl-score-headers): Likewise;
3835         Use elmo-folder-do-each-message-entity, etc.
3836         (wl-summary-score-effect): Follow the changes above.
3837         (wl-summary-rescore): Ditto.
3838         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3839         (wl-score-get-overview): Abolish.
3840
3841         * wl-summary.el (wl-summary-default-from): Follow the API change in
3842         elmo-msgdb.
3843         (wl-summary-count-unread): Ditto.
3844         (wl-summary-detect-mark-position): Ditto.
3845         (wl-summary-overview-entity-compare-by-date): Ditto.
3846         (wl-summary-overview-entity-compare-by-number): Ditto.
3847         (wl-summary-overview-entity-compare-by-from): Ditto.
3848         (wl-summary-overview-entity-compare-by-subject): Ditto.
3849         (wl-summary-get-list-info): Ditto.
3850         (wl-summary-rescan): Ditto.
3851         (wl-summary-jump-to-msg-by-message-id): Ditto.
3852         (wl-summary-sync-update): Ditto; Removed comment.
3853         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3854         (wl-summary-insert-message): Use wl-summary-insert
3855         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3856         (wl-summary-insert-headers): Changed argument overview to folder.
3857         (wl-summary-search-by-subject): Likewise.
3858         (wl-summary-insert-thread): Renamed from 
3859         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3860
3861         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3862         too.
3863
3864         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3865         wl-string-member.
3866
3867 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3868
3869         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3870         elmo-folder-append-buffer.
3871         (wl-draft-queue-append): Likewise.
3872
3873         * wl-mime.el (wl-message-delete-current-part): Ditto.
3874         (wl-summary-burst-subr): Ditto.
3875
3876         * wl-news.el.in (wl-news-send-news): Ditto.
3877
3878 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3881         function.
3882         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3883         (wl-summary-update-mark): Enclose with save-excursion.
3884         (wl-summary-mark-as-read-internal): Fixed last change.
3885         (wl-summary-mark-as-important): Use 3rd argument of
3886         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3887         Don't use elmo-msgdb-set-mark.
3888         (wl-summary-redisplay-internal): If msgdb flag is already read,
3889         just update the mark on buffer.
3890
3891 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3892
3893         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3894         cut visible folder when elmo-folder-delete returns non-nil value.
3895
3896 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3897
3898         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3899         by Kenichi OKADA <okada@opaopa.org>).
3900
3901 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3902
3903         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3904
3905 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3906
3907         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3908         Fixed the last change, search group entity by its real name.
3909         (Thanks to: KOBAYASHI Shinji)
3910
3911 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3912
3913         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3914         (wl-fldmgr-access-display-all): Don't refer visible name.
3915         * wl-expire.el (wl-folder-archive-current-entity)
3916         (wl-folder-expire-current-entity): Ditto.
3917         * wl-folder.el (wl-folder-jump-to-current-entity)
3918         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3919         (wl-folder-open-folder-sub,wl-folder-open-all)
3920         (wl-folder-write-current-folder): Ditto.
3921         (wl-folder-insert-entity): Don't use petname for normal group.
3922         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3923         is the real name.
3924         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3925         Abolished.
3926
3927 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-draft.el (wl-draft-create-buffer): Add
3930         `wl-summary-reply-with-citation'
3931
3932 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3933
3934         * wl-draft.el (wl-draft-reply): Fixed.
3935
3936 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3939         when `wl-draft-send-confirm-with-preview' is non-nil.
3940         You can scroll up/down by j/k.
3941         (wl-draft-send-confirm-with-preview): New variable (default=t).
3942
3943 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3946         (wl-fldmgr-save-folders): Fix comment.
3947
3948 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3951         along the last change in `wl-folder-buffer-group-p'.
3952
3953 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3956         folder.
3957
3958         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3959         the default value.
3960
3961         * wl-mime.el (wl-summary-burst): Update summary only when target
3962         folder equals current folder.
3963
3964 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3967
3968 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3971         value.
3972
3973 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3976         `map-extents' instead of `extent-at' repeatedly.
3977         (wl-highlight-folder-current-line): Ditto.
3978
3979         * wl-highlight.el: Remove useless dummy functions.
3980
3981 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3982
3983         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3984         (wl-folder-put-folder-property): New function to put text property.
3985         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3986         (wl-folder-insert-entity, wl-folder-update-diff-line)
3987         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3988         * wl-e21.el, wl-xmas.el, wl-mule.el
3989         (wl-highlight-folder-current-line): Ditto.
3990         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3991         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3992         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3993         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3994
3995 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * Version number is increased to 2.11.3.
3998
3999 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4002         Resume current-buffer since it is assumed by remaining tasks.
4003
4004 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4007         (wl-folder-completion-function): Abolished.
4008         (wl-folder-complete-folder): New function.
4009         (wl-folder-complete-filter-condition): Ditto.
4010         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4011         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4012
4013 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-draft.el (wl-draft-send-confirm): New function.
4016         (wl-draft-send): Use it.
4017
4018         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4019         cursor-in-echo-area while confirming.
4020
4021         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4022
4023         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4024         searching via nntp if wl-summary-search-via-nntp is 'force.
4025         Otherwise, invoke searching in nntp folder only.
4026         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4027
4028         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4029         explicitly for mime-make-text-tag.
4030
4031 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4032
4033         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4034         `mime-make-text-tag' instead of `mime-create-tag'.
4035
4036 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4039         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4040
4041 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-score.el (wl-score-save): Bind print-length and print-level.
4044         (wl-score-pretty-print): Ditto.
4045         (wl-score-edit-insert-header-entry): Ditto.
4046
4047         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4048         "From" entry to be treated with wl-draft-eword-encode-address-list.
4049         * wl-mime.el (wl-draft-preview-message): Ditto.
4050
4051         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4052         (wl-summary-mark-as-unread): Ditto.
4053         (wl-summary-mark-as-read-region): Change accordingly.
4054         (wl-summary-mark-as-unread-region): Ditto.
4055         (wl-summary-target-mark-mark-as-read): Ditto.
4056         (wl-summary-target-mark-mark-as-unread): Ditto.
4057
4058 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * Version number is increased to 2.11.2.
4061
4062 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-news.el.in (wl-news-previous-version-save): Bind
4065         print-length and print-level.
4066         * wl-thread.el (wl-thread-save-entities): Ditto.
4067         (wl-thread-save-top-list): Bind print-length.
4068
4069 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4070
4071         * wl-highlight.el (wl-highlight-summary-line-string): Use
4072         wl-summary-score-below-mark, wl-summary-score-over-mark.
4073         (wl-highlight-summary-current-line): Ditto.
4074
4075 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4078         insert it.
4079
4080 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4081
4082         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4083
4084 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4087         message without msgid.
4088         Rewrite with elmo-folder-move-messages.
4089         Set wl-message-buffer to nil.
4090
4091         * wl-summary.el (wl-summary-erase-subr): New function. Use
4092         elmo-folder-move-messages.
4093         (wl-summary-erase): Call it.
4094         (wl-summary-target-mark-erase): Ditto.
4095
4096 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4099         it is not up-tp-date.
4100
4101 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4104         buffer after calling `wl-summary-goto-folder-subr' without the
4105         argument `interactive'.
4106         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4107
4108 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4109
4110         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4111         `mime-create-tag'. Use `string=' instead of `looking-at'.
4112
4113 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4116         to avoid compile warning.
4117
4118         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4119         entity-id when folder is given.
4120         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4121         save-excursion, use save-selected-window instead.
4122         Select folder buffer window if exists.
4123         (To correct behavior with wl-folder-move-cur-folder.)
4124
4125 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4126
4127         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4128
4129 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4130
4131         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4132         list-count instead of %d.
4133
4134 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4137         (wl-news): Set it.
4138         (wl-news-append-to-folder): Use it.
4139
4140         * wl-news.el.in (wl-news-send-news): Append to specified folder
4141         instead of wl-default-folder.
4142         (wl-news-append-to-folder): Show error message with specified folder.
4143
4144         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4145                 In most major modes, Emacs assumes that any opening
4146                 delimiter found at the left margin is the start of a
4147                 top-level definition, or defun. Therefore, *never put an
4148                 opening delimiter at the left margin unless it should have
4149                 that significance.*
4150
4151         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4152
4153 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4154
4155         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4156
4157 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4158
4159         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4160
4161 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4162
4163         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4164         for sequential numbering case.
4165
4166 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4167
4168         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4169         value.
4170         (wl-draft-reply-without-argument-list): Ditto.
4171         (wl-draft-reply-myself-with-argument-list): Abolish.
4172         (wl-draft-reply-myself-without-argument-list): Ditto.
4173         * wl-draft.el (wl-draft-self-reply-p): New function.
4174         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4175
4176 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4179         (avoid error for the case without byte-compiling)
4180
4181 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4182
4183         * wl-news.el.in (wl-news-append-to-folder): New function.
4184         (wl-news-exit): Rewrite.
4185         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4186
4187 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4188
4189         * wl-draft.el (wl-draft-reply-position): New function.
4190         (wl-draft-reply-position): Fix.
4191         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4192         (wl-summary-target-mark-reply-with-citation): Ditto.
4193         (wl-summary-reply-with-citation): Ditto.
4194         * wl-vars.el (wl-draft-reply-default-position): New variable.
4195
4196 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-draft.el (wl-draft-send): Preview when interactive send.
4199
4200 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4201
4202         * wl-draft.el (wl-draft-reply): Set default position.
4203         * wl-summary.el (wl-summary-reply): Ditto.
4204         (wl-summary-reply-with-citation): Ditto.
4205         (wl-summary-target-mark-reply-with-citation): Ditto.
4206
4207 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-news.el.in (wl-news-lang): Set default value according to
4210         current-language-environment.
4211         (wl-news-append-news): Do nothing when news-list is nil.
4212
4213 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4214
4215         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4216         (wl-news): Change message.
4217         (wl-news-exit): Check buffer.
4218         (wl-news-force-exit): New function.
4219         (wl-news-show-all): New function.
4220         (wl-news-discard-and-exit): Fix.
4221
4222 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4223
4224         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4225         according to current-language-environment.
4226
4227         * wl-news.el.in (wl-news): If arg, show all NEWS after
4228         wl-news-default-previous-version.
4229
4230 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4231
4232         * wl-news.el.in (wl-news-check): Rewritten.
4233         (wl-news-previous-version-load): Change data type.
4234         (wl-news-previous-version-save): Change data type.
4235         (wl-news-append-news): Add return value.
4236         (wl-news-check-news): New function.
4237         (wl-news-already-current-p): New function.
4238         (wl-news-send-news): Rewritten.
4239         (wl-news-mode-map): Add new keybind.
4240         (wl-news): Rewritten.
4241         (wl-news-exit): Rewritten.
4242         (wl-news-discard-and-mail): New function.
4243         (wl-news-send-to-address): Abolished.
4244         * wl.el (wl-init): Delete a message.
4245
4246 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4247
4248         * wl-news.el.in (wl-news-exit): Update previous version.
4249         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4250
4251 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4252
4253         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4254
4255 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4256
4257         * wl-news.el.in (wl-news): New function.
4258         (wl-news-mode): New function.
4259         (wl-news-next-line): New function.
4260         (wl-news-next-page): New function.
4261         (wl-news-exit): New function.
4262         (wl-news-buf-name): New variable.
4263         (wl-news-mode-map): New variable.
4264         (wl-news-winconf): New variable.
4265         (wl-news-append-news): Add an option.
4266
4267 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4270
4271 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-news.el.in (wl-news-send-to-address): New variable.
4274         (wl-news-send-news): Use it.
4275         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4276         Return updating status.
4277         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4278
4279 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4280
4281         * wl-news.el.in (wl-news-send-news): Delete
4282         Organization and X-Face.
4283
4284 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4285
4286         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4287         (wl-news-append-news): New function.
4288         (wl-news-send-news): New function.
4289
4290 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * Version number is increased to 2.11.1.
4293
4294 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-news.el.in : New file.
4297
4298 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4301         default value.
4302         (wl-draft-reply-without-argument-list): Ditto.
4303
4304 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4307         (wl-message-buffer-prefetch-idle-time): Ditto.
4308         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4309
4310 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4311
4312         * wl-thread.el (wl-thread-insert-message): Use
4313         wl-summary-max-thread-depth.
4314
4315         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4316         loop detection.
4317
4318         * wl-message.el (wl-message-buffer-display): Back to the first page
4319         when cache is hit.
4320
4321 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4324
4325         * wl-summary.el (wl-summary-insert-thread-entity):
4326         If the thread depth is reached to wl-summary-max-thread-depth,
4327         divide the thread.
4328
4329 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4330
4331         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4332         for elmo-remove-passwd.
4333
4334 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4337         folder is sticky.
4338         (wl-folder-mark-as-read-all-entity): Ditto.
4339         (wl-folder-prefetch-entity): Ditto.
4340
4341 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4342
4343         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4344
4345 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4346
4347         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4348         Delete messages on buffer for unplugged operation.
4349         (wl-summary-erase): Ditto.
4350
4351 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4354         take nil so as not to search parent by subject.
4355
4356 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4359         (wl-folder-get-next-folder): Ditto.
4360         (wl-folder-get-path): Ditto.
4361
4362 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4365         system and encode the region with it before verifying.
4366
4367 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4370         system of the echo buffer before decoding.
4371
4372 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4375         original contents.
4376
4377 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4380         with argument 'any-exists.
4381
4382 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4385         Use `wl-cs-autoconv'.
4386
4387 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4390         by `mime-view-automatic-conversion'.
4391
4392         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4393         (wl-message-verify-pgp-nonmime): Ditto.
4394         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4395         Bind them to C-c:d and C-c:v respectively.
4396
4397         Merge following code by Teranishi-san from [wl-en:00167].
4398         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4399         (wl-mime-preview-application/pgp-encrypted): Ditto.
4400         (wl-mime-setup): Add entry.
4401
4402 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-summary.el (wl-summary-target-mark-erase): New function.
4405         Bind it to "mD".
4406
4407 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * wl-vars.el (wl-draft-write-file-function): Fix.
4410         (wl-draft-reedit-hook): Changed default value.
4411
4412         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4413         wl-draft-reedit-hook.
4414         (wl-draft-remove-text-plain-tag): New function.
4415         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4416
4417         * wl-vars.el (wl-draft-write-file-function): New user option.
4418
4419         * wl-draft.el (wl-draft-prepare-edit): Use it for
4420         local-write-file-hooks.
4421         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4422
4423         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4424         (wl-draft-insert-mail-header-separator): Return the body beginning
4425         point.
4426         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4427         text/plain.
4428         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4429
4430 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-summary.el (wl-summary-erase): New function to erase message
4433         without moving it to trash. Bind to "D".
4434
4435         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4436         as `keep' unless switch-function.
4437
4438 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4441         message buffer by using `wl-summary-toggle-disp-msg'.
4442         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4443         buffer window.
4444         (wl-summary-supresedes-message): Ditto.
4445
4446         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4447         Do not delete other windows.
4448         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4449         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4450         (wl-draft-create-buffer): Set reply-or-forward also for target
4451         mark commands.
4452
4453 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-draft.el (wl-user-agent-compose): Delete special case for
4456         switch-to-buffer-other-window.
4457
4458         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4459         (wl-summary-forward): Ditto.
4460
4461         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4462         function.
4463         (wl-draft-buffer-style): New use option.
4464
4465         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4466         (wl-draft): Follow the change above.
4467         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4468         wl-draft-buffer-style.
4469         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4470         switch-function.
4471
4472 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4473
4474         * wl-address.el (wl-address-make-completion-entry): Extracted from
4475         `wl-address-make-completion-list'.
4476         (wl-address-enable-strict-loading): New variable.
4477         (wl-address-make-completion-list): Revive petname duplication
4478         inquiry, and enable it if `wl-address-enable-strict-loading'.
4479         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4480
4481 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4482
4483         * wl-message.el (wl-message-get-original-buffer): Avoid
4484         'Selecting deleted buffer' error when original buffer is killed.
4485
4486 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4487
4488         * wl-summary.el (wl-summary-next-message): Use
4489         elmo-message-accessible-p instead of elmo-message-cached-p.
4490
4491 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4492
4493         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4494
4495         * wl-thread.el (wl-thread-open-all-unread): Use
4496         elmo-folder-list-flagged instead of
4497         elmo-folder-list-messages-mark-match.
4498
4499         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4500         instead of elmo-folder-list-messages-mark-match.
4501         (wl-summary-move-spec-alist): New variable.
4502         (wl-summary-move-spec-plugged-alist,
4503         wl-summary-move-spec-unplugged-alist): Abolish.
4504         (wl-summary-next-message): Follow the change above.
4505         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4506         with 'no-msg' argument.
4507
4508         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4509         variable.
4510         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4511         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4512         (wl-message-buffer-prefetch-get-next): Follow the change above.
4513
4514 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4515
4516         * wl-version.el (wl-version): Changed codename.
4517
4518         * Version number is increased to 2.11.0.
4519
4520 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4521
4522         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4523         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4524         `wl-draft-config-variables'.
4525         (wl-draft-kill): Fixed problem when the draft is reedit.
4526
4527 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4530         buffer-modified status (Thanks to
4531         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4532
4533 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4534
4535         * wl-util.el (wl-region-exists-p): New function.
4536
4537         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4538         Remove defvars for byte-compile warnings.
4539
4540 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4541
4542         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4543         defvar-maybe. Removed unused bind.
4544
4545 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4548         summary buffer window before creating new frame.
4549         (wl-draft-reply): Ditto.
4550
4551 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4552
4553         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4554
4555 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4558
4559 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4560
4561         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4562         instead of `kill-region'.
4563
4564 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4567         (wl-highlight-summary-line-string): Use it.
4568         (wl-highlight-summary-current-line): Ditto.
4569
4570         * wl-mime.el (wl-message-delete-current-part): Check the class of
4571         mime-entity.
4572
4573         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4574
4575         * wl-summary.el (wl-summary-make-number-list): Initialize.
4576         (wl-summary-update-mark): New function.
4577         (wl-summary-reply): Put `answered' mark on the message.
4578         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4579
4580         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4581         (wl-draft-reply): Added optional argument `number';
4582         Set wl-draft-parent-number.
4583         (wl-draft-kill): Delete answered mark if it is a reply.
4584
4585 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4588         that originates in mime-preview-follow-current-entity.
4589         (wl-draft-yank-current-message-entity): Use it if region is active.
4590
4591         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4592         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4593         `wl-message-delete-current-part'.
4594         * wl-mule.el (wl-message-define-keymap): Ditto.
4595         * wl-xmas.el (wl-message-define-keymap): Ditto.
4596
4597 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-mime.el (wl-message-delete-current-part): New function.
4600         (wl-mime-node-id-to-string): Ditto.
4601
4602         * wl-mime.el (wl-message-delete-current-part): Use existing
4603         original buffer which corresponds current mime-view buffer.
4604         (fetched buffer might have different structure, possibly)
4605
4606         * wl-mime.el (wl-message-delete-current-part): Quit if the
4607         message content differs from the actual message.
4608
4609 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4612         order.
4613         (wl-summary-search-by-subject): Search parent message from tail;
4614         Check the existence of the parent message on the current thread tree.
4615         (wl-summary-update-thread): Check whether the line is inserted.
4616
4617 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4618
4619         * wl-vars.el (wl-summary-line-format): Undo last change.
4620         * wl-summary.el (wl-summary-print-destination): Do not put
4621         invisible property when `wl-summary-width' is nil.
4622         (wl-summary-line-subject-minimum-length): Abolished.
4623         (wl-summary-line-subject): Ditto.
4624
4625 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-vars.el (wl-summary-line-format): Change default value.
4628         (wl-summary-subject-length-limit): Abolished.
4629         * wl-summary.el (wl-summary-line-subject): Ditto.
4630
4631 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4632
4633         * wl-template.el (wl-template-select): Added optional argument.
4634         If optional argument is specified, reverse
4635         `wl-template-visible-select'.
4636
4637 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4640         Take prefix argument to force asking the destination folder.
4641
4642 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4643
4644         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4645         count and update status.
4646
4647 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * wl-summary.el (wl-summary-redisplay-internal): If
4650         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4651         after fetching.
4652
4653 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4654
4655         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4656         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4657
4658         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4659
4660 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4663         (All other related portions are changed).
4664         (wl-summary-mark-as-read-all): Rewrite.
4665
4666 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4667
4668         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4669         `wl-summary-mark-as-read'.
4670         (wl-summary-mark-as-unread): Rewrite.
4671         (wl-summary-mark-as-read): Added no-modeline argument.
4672         (wl-summary-resume-cache-status): Rewrite.
4673         (wl-summary-exec-subr): Remove unused local variable.
4674
4675 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4678         logic to call `wl-summary-buffer-prev-folder-function'.
4679         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4680
4681 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4684         is nil.
4685
4686 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4689         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4690         (wl-mime-setup): Add its entry.
4691
4692 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4695         (wl-summary-delete-cache): Likewise.
4696         (wl-summary-mark-as-read): Rewrite.
4697
4698 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4699
4700         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4701         `wl-summary-count-unread'.
4702
4703         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4704
4705         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4706
4707 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4710         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4711         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4712         Renamed to the elmo-msgdb-*-mark.
4713         (wl-summary-score-marks): Follow the change above.
4714         (wl-summary-auto-refile-skip-marks): Ditto.
4715         (wl-summary-incorporate-marks): Ditto.
4716         (wl-summary-expire-reserve-marks): Ditto.
4717
4718         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4719         changes.
4720         (wl-thread-insert-top): Changed updating message.
4721
4722         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4723         variable.
4724         (wl-summary-count-unread): Count answered marks.
4725         (wl-summary-rescan): Call wl-summary-insert-message instead of
4726         wl-summary-append-message-func-internal.
4727         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4728         (wl-summary-prefetch-msg): Follow the variable name changes.
4729         (wl-summary-prefetch-region): Ditto.
4730         (wl-summary-mark-as-read-all): Follow the API changes;
4731         Don't call elmo-folder-replace-marks.
4732         (wl-summary-delete-cache): Follow the variable name changes.
4733         (wl-summary-resume-cache-status): Ditto.
4734         (wl-summary-update-status-marks): New function.
4735         (wl-summary-insert-message): New function.
4736         (wl-summary-sync-marks): Follow the variable name changes.
4737         (wl-summary-sync-update): Synchronize to the msgdb, too;
4738         Changed update messages.
4739         (wl-summary-make-number-list): Rewrite.
4740         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4741         (wl-summary-mark-as-unread): Follow the API changes.
4742         (wl-summary-exec-subr): Follow the variable name changes.
4743         (wl-summary-mark-as-read): Ditto.
4744         (wl-summary-move-spec-plugged-alist): Ditto.
4745         (wl-summary-move-spec-unplugged-alist): Ditto.
4746         (wl-summary-cursor-move-surface): Ditto.
4747
4748         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4749         variable name changes.
4750         (wl-highlight-summary-current-line): Ditto.
4751
4752         * wl-expire.el (wl-expire-refile): Follow the API change in
4753         elmo-folder-move-messages.
4754         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4755         (wl-summary-archive): Use elmo-folder-msgdb instead of
4756         elmo-msgdb-load.
4757
4758 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-mime.el (wl-draft-preview-message): Restore the position
4761         before evaluating wl-draft-send-hook in preview buffer.
4762
4763 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4766         when it creates new draft buffer.
4767
4768         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4769         without argument.
4770
4771         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4772         Evaluate content and if the value is string, insert it.
4773         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4774         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4775         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4776         wl-draft-config-sub-part-bottom): Use it.
4777
4778         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4779         with the folder name. The question was unintelligible when it is
4780         called from wl-save-status.
4781
4782 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4785         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4786         cannot take second argument).
4787
4788 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4791         as t. Since type and subtype are not case sensitive (RFC 2045).
4792
4793 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4794
4795         * wl-vars.el (wl-message-mode-line-format): New variable.
4796         (wl-message-mode-line-format-spec-alist): Ditto.
4797         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4798         (wl-message-redisplay): Use wl-message-mode-line-format.
4799
4800 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4801
4802         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4803
4804 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * wl-summary.el (wl-summary-default-from): Write description.
4807
4808 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-vars.el (wl-ldap-objectclass): Abolish.
4811
4812         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4813         (wl-ldap-make-filter): Removed condition for objectclass.
4814         (wl-ldap-make-matched-value-list): Remove meaningless process.
4815         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4816         (wl-address-ldap-search): Don't add `*' to `pat' string;
4817         use ignore-errors; added `email';
4818         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4819         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4820         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4821
4822
4823 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825         * wl-draft.el (wl-draft-parent-folder): Write description.
4826         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4827
4828 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4829
4830         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4831         as "" (zero-length string) if no parent.
4832         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4833
4834 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-address.el (wl-address-make-completion-list): Skip duplication
4837         checking.
4838         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4839         `append'.
4840
4841 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4842
4843         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4844         instead of `beginning-of-buffer'.
4845
4846 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4849
4850 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4853         Refer wl-message-buffer-name.
4854         (wl-message-wheel-down): Ditto.
4855
4856 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-vars.el (wl-message-buffer-name): New user option.
4859
4860         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4861         directly instead of making alist dinamically.
4862
4863         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4864         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4865         wl-message-buffer-cache-name.
4866         (wl-message-buffer-cache-clean-up): Ditto.
4867
4868         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4869
4870         * Version number is increased to 2.9.15.
4871
4872 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-vars.el (wl-summary-default-view-alist): New user option.
4875
4876         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4877
4878         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4879         while deleting address.
4880         (wl-draft-delete-myself-from-cc): Ditto.
4881
4882         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4883         If optional argument is specified, reverse sort order.
4884
4885         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4886
4887 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-thread.el (wl-thread-insert-message): Return parent number if
4890         exists.
4891         (wl-thread-update-indent-string-region): Use
4892         wl-thread-update-line-on-buffer-sub instead of
4893         wl-thread-update-line-on-buffer.
4894
4895 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4896
4897         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4898         (wl-folder-close-all): Ditto.
4899
4900 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4901
4902         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4903         and mailing-list:.
4904         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4905         value.
4906         (wl-summary-line-list-info): Print mailing-list name even when 
4907         list-number is empty.
4908
4909 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4910
4911         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4912
4913         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4914         (wl-draft-open-file): Ditto.
4915         (wl-draft-random-alphabet): Ditto.
4916
4917         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4918         bindings.
4919
4920 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4921
4922         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4923         * wl-vars.el (wl-draft-config-alist): Ditto.
4924
4925 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * Version number is increased to 2.9.14.
4928
4929         * wl.el (wl): Don't set wl-init as nil when error occured while
4930         auto-checking folders.
4931
4932         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4933         `elmo-expand-newtext'.
4934
4935 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4938         `this-command' so that `wl-folder-goto-folder' contained in
4939         `wl-summary-keep-cursor-command' work.
4940
4941 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4944         message buffer displaying state.
4945
4946 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-vars.el (wl-summary-default-view): New variable to specify
4949         default value for `wl-summary-buffer-view' instead of using
4950         set-default.
4951         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4952
4953 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4956
4957         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4958
4959 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4960
4961         * wl-vars.el (wl-forward-subject-prefix): New variable.
4962         * wl-draft.el (wl-draft-forward): Use it.
4963
4964 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-message.el (wl-message-prev-page): When it is called without
4967         lines argument, scroll down by wl-message-scroll-amount lines.
4968         (wl-message-next-page): Ditto.
4969         * wl-vars.el (wl-message-scroll-amount): Change default value
4970         to preserve current behavior.
4971
4972 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4973
4974         * wl-summary.el (wl-summary-prefetch-msg): Bind
4975         `wl-message-entity' to call `wl-summary-from-function'.
4976
4977 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4978
4979         * wl-message.el (wl-message-buffer-create): Run
4980         wl-message-buffer-created-hook.
4981
4982 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-summary.el (wl-summary-sort-specs): New variable.
4985         (wl-summary-default-sort-spec): Ditto.
4986         (wl-summary-sort): Rewrite.
4987         (wl-summary-sort-by-list-info): New function.
4988
4989 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4990
4991         * wl-summary.el (wl-summary-get-list-info): New function.
4992         (wl-summary-sort): Rewrite.
4993         (wl-summary-line-list-info): Ditto.
4994         (wl-summary-line-list-count): Ditto.
4995         (wl-summary-refile-region): Fixed docstring.
4996
4997 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5000         `wl-folder-entity-hashtb' as completion table.
5001
5002 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5005         only when this command is called interactively; silence the byte-
5006         compiler.
5007
5008 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5009
5010         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5011         active in XEmacs.
5012
5013 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5014
5015         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5016         plural lines.
5017
5018 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5019
5020         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5021         of current line when the cursor is on the header name.
5022         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5023
5024 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5025
5026         * wl-util.el (wl-read-directory-name): Return displayed directory
5027         as the default value also on XEmacs.
5028
5029 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5032         formatting.
5033
5034 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5037         argument and when it is non-nil, check face property before
5038         highlighting for each line.
5039         (wl-highlight-summary-window): Set it.
5040
5041 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5044         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5045
5046         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5047         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5048         (wl-draft-get-fcc-list): Likewise.
5049
5050 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5053         (wl-thread-entity-cur): Ditto.
5054         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5055         wl-thread-indent-regexp setting.
5056         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5057
5058         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5059         wl-summary-lazy-highlight.
5060         (wl-summary-display-bottom): Ditto.
5061
5062         * wl-thread.el (wl-thread-open-close): Likewise.
5063
5064         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5065         from and subject;
5066         Bind wl-draft-use-frame;
5067         Enclose with save-window-excursion;
5068         Use wl-draft-create-buffer instead of with-temp-buffer;
5069         Use wl-draft-prepare-edit;
5070         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5071         Use wl-draft-send instead of wl-draft-raw-send.
5072
5073 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5074
5075         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5076         of using wl-from.
5077
5078 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5081         insert-buffer instead of clone-buffer.
5082         (wl-draft-doing-mime-bcc): New variable.
5083         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5084         infinite loop.
5085         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5086
5087         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5088         (wl-draft-mime-bcc-body): Ditto.
5089
5090         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5091         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5092         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5093         wl-draft-do-mime-bcc.
5094         (wl-draft-mime-bcc-field): New function.
5095         (wl-draft-do-mime-bcc): Ditto.
5096
5097         * wl-address.el (wl-address-complete-header-list): New variable.
5098         (wl-address-complete-header-regexp): Changed default value.
5099
5100         * Version number is increased to 2.9.13.
5101
5102 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5105         it is differed.
5106
5107 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5108
5109         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5110         (wl-summary-line-list-count): Ditto.
5111
5112 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5113
5114         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5115         (wl-nntp-posting-function): New variable.
5116         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5117         `wl-nntp-posting-config-alist'.
5118
5119 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5122         FLIM.
5123
5124 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5125
5126         * wl-summary.el (wl-summary-target-mark-refile-sub):
5127         Remove a nuisance funcall.
5128
5129 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5132         as t for `try-completion'.
5133
5134 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-summary.el (wl-summary-default-from): Use
5137         wl-address-header-extract-address instead of
5138         std11-extract-address-components.
5139         (wl-summary-simple-from): Ditto.
5140         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5141         (wl-summary-insert-headers): Show message.
5142         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5143         for whole line.
5144         (wl-summary-default-from): Revert last change.
5145         (wl-summary-simple-from): Ditto.
5146         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5147         (wl-summary-mark-as-read-region): Follow the change above.
5148         (wl-summary-sync-marks): Ditto.
5149         (wl-summary-target-mark-mark-as-read): Ditto.
5150         (wl-summary-redisplay-internal): Ditto.
5151         (wl-summary-redisplay-no-mime-internal): Ditto.
5152         (wl-summary-redisplay-all-header): Ditto.
5153         (wl-summary-mark-as-read): Removed argument `cached';
5154         Use current cache status to set cache mark.
5155         (wl-summary-redisplay-internal): Follow the change above.
5156         (wl-summary-redisplay-no-mime-internal): Ditto.
5157         (wl-summary-redisplay-all-header): Ditto.
5158
5159         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5160
5161         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5162         Don't call itself recursively (Adviced by Yamaoka-san).
5163
5164 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165
5166         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5167         bind wl-summary-highlight as nil to avoid error caused by missing
5168         local variables.
5169
5170 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-vars.el (wl-invalid-character-message): New user option.
5173
5174         * wl-util.el (wl-set-string-width): If truncated string-width is
5175         larger than specified width, use `wl-invalid-character-message'.
5176
5177 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5178
5179         * wl-summary.el (wl-summary-prefetch-msg): 
5180         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5181
5182 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-vars.el (wl-summary-check-line-format): New user option.
5185         (wl-summary-line-format-file): Ditto.
5186
5187         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5188         variable.
5189         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5190         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5191         and `wl-summary-view-old-p' to check whether do a rescan or not.
5192         (wl-summary-view-old-p): New function.
5193         (wl-summary-line-format-changed-p): Ditto.
5194         (wl-summary-line-format-save): Ditto.
5195         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5196
5197         * wl-util.el (wl-set-string-width): Avoid using negative number
5198         for make-string.
5199
5200 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5201
5202         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5203         return value.
5204
5205         * wl-util.el (wl-set-string-width): Added optional argument
5206         `padding' (All other related portions are changed).
5207         (wl-line-parse-format): If the first letter of column number is
5208         `0', zero-padding the result (ex: "%05l").
5209
5210         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5211
5212 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5215         sequential summary view.
5216
5217 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5220         if it doesn't have a -unix version.
5221
5222 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5225
5226 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5229         content.
5230         (wl-draft): Follow the change above.
5231
5232         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5233
5234         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5235         and wl-folder-summary-line-format-alist contain %T and %P.
5236
5237         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5238         (wl-summary-mode-line-format): New user option.
5239         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5240         (wl-summary-line-format): Changed default value.
5241         (wl-summary-lazy-highlight): Changed default value.
5242
5243         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5244         change in wl-summary-create-line.
5245         (wl-thread-insert-entity-sub): Ditto.
5246
5247         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5248         (wl-summary-buffer-unread-status): Ditto.
5249         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5250         (wl-summary-buffer-persistent-mark-column): Ditto.
5251         (wl-summary-buffer-mode-line-formatter): Ditto.
5252         (wl-summary-buffer-mode-line): Ditto.
5253         (wl-summary-message-regexp): Abolished.
5254         (All other related portions are changed.)
5255         (wl-summary-detect-mark-position): New function.
5256         (wl-summary-buffer-set-folder): Setup
5257         wl-summary-buffer-mode-line-formatter.
5258         (wl-summary-mode): Setup selective-display;
5259         Setup pre-idle-hook when xemacs.
5260         (wl-summary-update-modeline): Rewrite.
5261         (wl-summary-jump-to-msg): Define as function;
5262         Changed regexp for searching messages.
5263         (wl-summary-message-number): Rewrite.
5264         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5265         Do rescan when old type summary cache.
5266         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5267         (wl-summary-remove-destination): Use '\r' to detect EOL.
5268         (wl-summary-print-destination): Ditto.
5269         (wl-summary-temp-mark): New inline function.
5270         (wl-summary-persistent-mark): Ditto.
5271         (wl-summary-line-number): New function.
5272         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5273         (wl-summary-line-list-count): New function.
5274         (wl-summary-create-line): Added argument persistent-mark.
5275         (All other related portions are changed)
5276         (wl-summary-create-line): Insert '\r'.
5277         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5278         (wl-summary-cursor-move-surface): New inline function.
5279         (wl-summary-prev): Use it.
5280         (wl-summary-next): Ditto.
5281
5282         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5283         wl-summary-message-regexp.
5284         (wl-highlight-summary): Delete progress message.
5285         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5286
5287         * Version number is increased to 2.9.12.
5288
5289 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5292         variable (nil: no minimum).
5293         (wl-summary-line-subject): Add some spaces after subject by
5294         wl-summary-line-subject-minimum-length.
5295
5296 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5297
5298         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5299         and removed `F'.
5300         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5301         change above).
5302
5303 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * wl-summary.el (wl-summary-line-list-count): Reverted.
5306         (example setting in samples/*/dot.wl is also updated)
5307
5308 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5311
5312         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5313
5314         * wl-vars.el (wl-summary-line-format): Addes some description to the
5315         docstring.
5316
5317         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5318         (wl-summary-line-close-bracket): Ditto.
5319         (wl-summary-line-children-number): Ditto.
5320         (wl-summary-line-thread-indent): Ditto.
5321         (wl-summary-line-children-and-from): Ditto.
5322
5323         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5324         't', 'c', 'F' and added 'C'.
5325
5326         * wl-util.el (wl-set-string-width): Accept negative value.
5327         (wl-line-parse-format): Added "%number(" and "%)".
5328
5329 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-summary.el (wl-summary-line-list-count): Change format of the
5332         return value.
5333
5334 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5335
5336         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5337         from the recent message.el.
5338         (wl-draft-point-in-header-p): Ditto.
5339         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5340         wl-draft-beginning-of-line.
5341         * wl-e21.el (wl-draft-mode-map): Ditto.
5342         * wl-xmas.el (wl-draft-mode-map): Ditto.
5343
5344         * wl-folder.el: Sort macrodefs by dependencies.
5345
5346 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5347
5348         * wl-summary.el (wl-summary-prev): Fixed regexp.
5349         (wl-summary-next): Ditto.
5350
5351 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5354
5355 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5356
5357         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5358         for backward compatibility.
5359
5360 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-summary.el (wl-summary-line-list-count): New function, merged
5363         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5364         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5365         list counts.
5366
5367 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5368
5369         * wl-summary.el (wl-summary-create-line): Ignore errors while
5370         timezone-fix-time.
5371
5372         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5373
5374         * wl-summary.el (wl-summary-sync-update): Ditto.
5375         (wl-summary-default-from): Use wl-message-entity
5376         instead of entity.
5377
5378         * wl-summary.el (wl-summary-create-line): Fix.
5379
5380         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5381         (wl-summary-line-format): New user option.
5382         (wl-folder-summary-line-format-alist): Ditto.
5383         (wl-summary-from-width): Abolished.
5384
5385         * wl-util.el (toplevel): Require 'bytecomp.
5386         (wl-line-parse-format): New function.
5387         (wl-line-formatter-setup): New macro.
5388
5389         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5390         (wl-summary-buffer-line-formatter): New buffer local variable.
5391         (wl-summary-switch-to-clone-buffer): Follow the change above.
5392         (wl-summary-message-regexp): Fix.
5393         (wl-summary-from-func-internal): Abolished.
5394         (wl-summary-subject-func-internal): Ditto.
5395         (wl-summary-subject-filter-func-internal): Ditto.
5396         (All other related portions are changed.)
5397         (wl-summary-buffer-set-folder):
5398         Set up wl-summary-buffer-number-column and 
5399         wl-summary-buffer-line-formatter
5400         (All other related portions are changed.)
5401         (wl-summary-buffer-number-column-detect): Abolished.
5402         (All other related portions are changed.)
5403         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5404         (wl-summary-delete-all-temp-marks-on-buffer): Use
5405         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5406         (wl-summary-target-mark-delete): Ditto.
5407         (wl-summary-target-mark-refile-subr): Ditto.
5408         (wl-summary-target-mark-mark-as-read): Ditto.
5409         (wl-summary-target-mark-mark-as-unread): Ditto.
5410         (wl-summary-target-mark-mark-as-important): Ditto.
5411         (wl-summary-target-mark-save): Ditto.
5412         (wl-summary-replace-status-marks): Renamed from
5413         wl-summary-set-status-marks-on-buffer;
5414         Use wl-summary-message-regexp instead of
5415         wl-summary-buffer-number-regexp.
5416         (wl-summary-sync-update): Follow the change above.
5417         (wl-summary-goto-previous-message-beginning): New function.
5418         (wl-summary-mark-as-unread): Use it.
5419         (wl-summary-mark-as-important): Ditto.
5420         (wl-summary-line-formatter): New variable.
5421         (wl-summary-line-year): New function.
5422         (wl-summary-line-day): Ditto.
5423         (wl-summary-line-day-of-week): Ditto.
5424         (wl-summary-line-hour): Ditto.
5425         (wl-summary-line-minute): Ditto.
5426         (wl-summary-line-open-bracket): Ditto.
5427         (wl-summary-line-close-bracket): Ditto.
5428         (wl-summary-line-children-number): Ditto.
5429         (wl-summary-line-thread-indent): Ditto.
5430         (wl-summary-line-size): Ditto.
5431         (wl-summary-line-subject): Ditto.
5432         (wl-summary-line-from): Ditto.
5433         (wl-summary-line-children-and-from): Ditto.
5434         (wl-summary-create-line): Rewritten.
5435         (wl-summary-format-date): Abolished.
5436
5437         * wl-highlight.el (wl-highlight-summary-current-line): Use
5438         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5439         Use thread structure to detect thread top message.
5440
5441         * wl-draft.el (wl-default-draft-cite): Don't use
5442         wl-summary-from-func-internal.
5443
5444         * wl-refile.el (wl-refile-subject-learn): Don't use
5445         wl-summary-subject-filter-func-internal.
5446         (wl-refile-guess-by-subject): Ditto.
5447
5448         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5449         parameters.
5450
5451         * wl-thread.el (wl-thread-update-indent-string-region):
5452         Use wl-thread-update-line-on-buffer instead of
5453         wl-thread-update-indent-string.
5454         (wl-thread-update-children-number): Redefine using
5455         wl-thread-update-line-on-buffer.
5456         (wl-thread-update-indent-string): Abolished.
5457
5458         * Version number is increased to 2.9.11.
5459
5460 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5463         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5464         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5465
5466         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5467         as nil.
5468
5469         * wl-thread.el (wl-thread-open-all-unread): Use 
5470         elmo-folder-list-messages-mark-match.
5471         (wl-thread-insert-message): Removed argument `mark-alist'.
5472         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5473         elmo-msgdb-set-mark.
5474         (wl-thread-get-children-msgs-uncached): Likewise.
5475         (wl-thread-get-exist-children): Added argument include-self.
5476         (wl-thread-delete-message): Follow the change above.
5477
5478         * wl-summary.el (wl-summary-count-unread): Removed argument.
5479         (wl-summary-rescan): Follow the change above.
5480         (wl-summary-mark-as-read-region): Ditto
5481         (wl-summary-mark-as-unread-region): Ditto.
5482         (wl-summary-delete-messages-on-buffer): Ditto.
5483         (wl-summary-sync-update): Ditto.
5484         (wl-summary-switch-to-clone-buffer): Ditto.
5485         (wl-summary-goto-folder-subr): Ditto.
5486         (wl-summary-target-mark-mark-as-read): Ditto.
5487         (wl-summary-target-mark-mark-as-unread): Ditto.
5488         (wl-summary-target-mark-mark-as-important): Ditto.
5489         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5490         (wl-summary-update-thread): Removed argument `mark-alist'.
5491         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5492         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5493         (wl-summary-resume-cache-status): Likewise.
5494         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5495         elmo-msgdb-set-mark.
5496         (wl-summary-mark-as-read-all): Likewise.
5497         (wl-summary-delete-cache): Ditto.
5498         (wl-summary-auto-select-msg-p): Ditto.
5499         (wl-summary-mark-as-unread): Ditto.
5500         (wl-summary-no-auto-refile-message-p): Ditto.
5501         (wl-summary-mark-as-read): Ditto.
5502         (wl-summary-mark-as-important): Ditto.
5503         (wl-summary-auto-refile): Follow the change above.
5504         (wl-summary-delete-all-marks): Removed.
5505         (wl-summary-resume-marks-and-highlight): Ditto.
5506         (wl-summary-resume-marks): Ditto.
5507         (wl-summary-delete-important-msgs-from-list): Ditto.
5508         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5509
5510         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5511         wl-summary-count-unread.
5512
5513         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5514         (wl-summary-score-update-all-lines): Use
5515         elmo-msgdb-set-mark.
5516
5517 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5520         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5521         (wl-summary-create-line): Renamed from
5522         wl-summary-overview-create-summary-line;
5523         Argument rearrangement.
5524         (wl-summary-update-thread): Follow the change above.
5525
5526         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5527         (wl-thread-insert-entity-sub): Likewise.
5528
5529         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5530         argument `overview', `mark-alist' and added `msgdb'.
5531
5532         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5533
5534         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5535         (wl-summary-rescan): Follow the change above.
5536         (wl-summary-sync-update): Ditto.
5537         (wl-summary-insert-thread-entity): Ditto;
5538         Don't use `let*' in every while loop;
5539         Detect infinite loop of threads.
5540         (wl-summary-update-thread): Removed argument `overview'.
5541
5542         * wl-thread.el (wl-thread-insert-message): Ditto.
5543
5544         * Version number is increased to 2.9.10.
5545
5546         * wl-message.el (wl-message-redisplay): Ignore errors while
5547         wl-message-redisplay-hook.
5548
5549 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5550
5551         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5552
5553 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl.el (wl): inhibit-quit while wl-folder.
5556
5557 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5558
5559         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5560         while msgdb access.
5561
5562 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5563
5564         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5565         even if no folder is not created.
5566
5567 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5570
5571         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5572         implementation.
5573         (wl-summary-target-mark-thread): Ditto.
5574
5575         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5576
5577 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5578
5579         * wl-util.el (wl-display-bytes): Remove unused function.
5580
5581 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5584         seems critical one (partially reverse the change in 2002/03/17).
5585
5586 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5587
5588         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5589         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5590
5591 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5592
5593         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5594         is not writable.
5595         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5596         plugged status instead of `'force' as 2nd argument.
5597
5598         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5599         is not creatable.
5600
5601         * Version number is increased to 2.9.9.
5602
5603 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5604
5605         * wl-summary.el (wl-summary-suspend): New function.
5606
5607 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5608
5609         * wl.el (wl): Do not check variables if check is nil.
5610         * wl-utils.el (wl-collect-draft): New function.
5611         * wl-folder.el (wl-folder-suspend): Put summary buffers
5612         and draft buffers at the end of buffer list.
5613         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5614
5615 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5616
5617         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5618         loop instead of recursive call.
5619
5620         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5621         2nd argument.
5622
5623 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5624
5625         * wl-draft.el (wl-draft-create-contents): Don't take neither
5626         (function . args) nor (string . something) any more.
5627
5628         * wl-version.el (wl-generate-user-agent-string): Return string
5629         without header symbol.
5630         * wl-draft.el (wl-draft-default-headers): Use it.
5631
5632         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5633         `wl-draft-insert-ccs' and return field value instead of inserting
5634         the header. Abolish cc argument.
5635         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5636
5637         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5638         rather than one with string car.
5639
5640         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5641         * wl-draft.el (wl-draft-create-contents): Add it after the default
5642         headers.
5643
5644         * wl-draft.el (wl-draft-create-contents): For the case of
5645         (symbol-or-string . function) insert header only when the function
5646         returns string value.
5647
5648 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5651         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5652
5653 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5654
5655         * wl.el (wl-check-environment): Don't check Message-ID when
5656         `wl-insert-message-id' is nil.
5657         Revive checking if `wl-message-id-domain' contains "@".
5658
5659 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5660
5661         * wl.el (wl-check-environment): Merge examination for "@" at
5662         inappropriate position into the first string-match.
5663
5664         * wl-summary.el (wl-summary-target-mark-print): New function.
5665         (wl-summary-pipe-message-subr): Extracted from
5666         `wl-summary-pipe-message'.
5667         (wl-summary-target-mark-pipe): New function.
5668         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5669         `wl-summary-target-mark-pipe'.
5670
5671 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5672
5673         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5674
5675 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl.el (wl-check-environment): Use elmo-warning instead of
5678         error for non-critical ones.
5679         Remove trash folder check.
5680         (wl): Don't ignore error in wl-check-environment.
5681
5682         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5683         check, which is moved from `wl-check-environment'.
5684         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5685
5686 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5687
5688         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5689         guess anything, call wl-summary-write.
5690         (wl-summary-write): Create draft with blank To field.
5691         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5692
5693 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5694
5695         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5696         argument full as well for wl-folder-write-current-folder.
5697         If wl-*-write-current-folder cannot guess addressee, add blank
5698         To header.
5699         Rewrite condition for positioning cursor.
5700
5701 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5702
5703         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5704         summary buffer is present, use it.
5705         (wl-folder-jump-to-previous-summary): Ditto.
5706
5707 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5708
5709         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5710
5711         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5712         wl-summary-previous-buffer and wl-summary-next-buffer.
5713
5714         * wl-folder.el (wl-folder-mode-map): Bind
5715         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5716         (wl-folder-jump-to-next-summary): New function.
5717         (wl-folder-jump-to-previous-summary): Ditto.
5718
5719         * wl-draft.el (wl-draft): Rearranged.
5720
5721 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5722
5723         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5724         of header.
5725         (wl-draft): Collect arguments for the header as header-alist.
5726         (wl-draft-forward): Arrange arguments for wl-draft.
5727         (wl-draft-reply): Ditto.
5728         (wl-draft-edit-string): Ditto.
5729         * wl-summary.el (wl-summary-write): Ditto.
5730         (wl-summary-write-current-folder): Ditto.
5731
5732         * Version number is increased to 2.9.8.
5733
5734 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5735
5736         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5737
5738         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5739
5740         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5741         even if the guess failed.
5742
5743         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5744         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5745         wl-summary-write-current-folder.
5746         * wl-xmas.el: Ditto.
5747
5748 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5749
5750         * wl-summary.el (wl-summary-next-page): Force display message if
5751         message is not displayed yet.
5752         (wl-summary-prev-page): Ditto.
5753
5754 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5755
5756         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5757
5758 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5759
5760         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5761         add "Preview Message" and "Save Draft and Exit".
5762
5763 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5764
5765         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5766         if addrmgr is called from draft in splitted window.
5767
5768         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5769         * wl-mule.el: Ditto.
5770         * wl-xmas.el: Ditto.
5771
5772 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5773
5774         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5775
5776         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5777         * wl-xmas.el (wl-folder-toolbar): Ditto.
5778
5779 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5780
5781         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5782         and wl-draft-save-and-exit.
5783         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5784         * wl-xmas.el: Ditto.
5785         * wl-mule.el: Ditto.
5786
5787         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5788         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5789
5790 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5793         lists for saving buffer.
5794
5795 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5798         parent-folder argument instead of it.
5799         (wl-draft-create-buffer): Ditto.
5800         (wl-draft-forward): Ditto.
5801         (wl-draft-reply): Ditto.
5802         * wl-summary.el (wl-summary-write): Ditto.
5803         (wl-summary-write-current-folder): Ditto.
5804
5805         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5806         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5807         Folder buffer after composing.
5808
5809 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5812         header if the file `wl-x-face-file' already contains it.
5813
5814 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5815
5816         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5817         folder" entry.
5818         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5819         * wl-e21.el (wl-folder-toolbar): Ditto.
5820         * wl-xmas.el (wl-folder-toolbar): Ditto.
5821
5822 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5823
5824         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5825         wl-folder-goto-folder with sticky argument.
5826         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5827
5828 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5831         and wl-summary-previous-buffer.
5832         (wl-summary-next-buffer): New function.
5833         (wl-summary-previous-buffer): Ditto.
5834
5835 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5838         wl-folder-jump-to-current-entity-with-arg.
5839         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5840         `wl-folder-jump-to-current-entity'.
5841         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5842         `wl-summary-goto-folder-sticky'.
5843         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5844         `wl-summary-goto-folder'.
5845         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5846         Unless force-exit, do not clean temp. marks for sticky summary.
5847         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5848
5849 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5852         not entire.
5853
5854 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5855
5856         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5857         to `C-x C-s'.
5858         (wl-summary-save-status): New command.
5859         (wl-summary-exit): Don't clean-up temp marks when sticky.
5860         (Applied patch from Nakayama-san [wl: 09548])
5861         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5862         Do nothing when no mark data.
5863         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5864         Call `wl-summary-delete-all-temp-marks' before saving.
5865
5866 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5867
5868         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5869
5870 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5871
5872         * wl.el (wl-check-environment): Also cause error when (system-name)
5873         returns "localhost.localdomain". (Although it doesn't affect because
5874         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5875
5876 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5877
5878         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5879         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5880
5881         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5882         value.
5883
5884 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5887         Likewise r-cc-list and r-ng-list.
5888
5889 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5890
5891         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5892         only if it is bound as variable.
5893
5894         * wl-mime.el (wl-draft-preview-message): Ditto.
5895
5896 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5899         needless `goto-char'.
5900
5901         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5902         `wl-summary-redisplay-no-mime-internal' instead of
5903         `wl-summary-redisplay-no-mime'.
5904         (wl-summary-redisplay-no-mime): Changed argument;
5905         Call `wl-summary-redisplay-no-mime-internal'.
5906
5907         * wl-mime.el (wl-draft-preview-message): Bind
5908         `mime-header-encode-method-alist' locally.
5909
5910         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5911         (wl-draft-std11-parse-addresses): Added the first address check.
5912         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5913
5914         * Version number is increased to 2.9.7.
5915
5916 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5919
5920 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5921
5922         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5923         related to scrollbar support, if there is no such a feature
5924         compiled in.
5925
5926 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5927
5928         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5929         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5930         for prefetch.
5931
5932 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5933
5934         * wl-summary.el (wl-summary-pick): Fix for no match.
5935
5936 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5937
5938         * wl-draft.el (wl-draft-save):
5939         Override `mime-header-encode-method-alist'.
5940
5941 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5942
5943         * wl-folder.el (wl-folder-pick): New function.
5944         Define key as "?".
5945
5946 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5947
5948         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5949         Fix for unplugged.
5950
5951 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5952
5953         * wl-folder.el (wl-folder-virtual): New function.
5954         Define key as "V".
5955
5956 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5959         multi folder if entity is group.
5960
5961 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5962
5963         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5964         is nil.
5965
5966 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5969         (wl-summary-target-mark-msgs): Return the number of marked messages.
5970
5971 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5972
5973         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5974         "first:" is specified.
5975
5976 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5977
5978         * wl-vars.el (wl-from): Use return value of function
5979         user-full-name instead of the variable user-full-name since
5980         XEmacs-20.4 doesn't set this variable.
5981
5982 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5983
5984         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5985         call `wl' directly.
5986
5987 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5988
5989         * wl-draft.el (wl-draft-reedit): Removed duplicated
5990         switch-to-buffers.
5991
5992 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * wl.el (wl-other-frame): Removed garbages.
5995
5996 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5999
6000         * wl-xmas.el (wl-draft-key-setup): Ditto.
6001
6002         * wl-mule.el (wl-draft-key-setup): Ditto.
6003
6004         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6005         (wl-draft-reedit): Ditto.
6006         (wl-draft-prepare-edit): Add `wl-draft-save' to
6007         `local-write-file-hooks'.
6008         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6009         (wl-draft-reedit): Set buffer-file-name.
6010         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6011
6012
6013         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6014         call it.
6015         (wl-delete-startup-frame-function): New variable.
6016         (wl-other-frame): New function
6017         (Original was written by Yamaoka san [wl: 09239]).
6018
6019         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6020         if `wl-folder-use-frame'.
6021
6022 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6025
6026 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6029         New variable.
6030         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6031         (wl-message-buffer-prefetch-get-next): Use them.
6032         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6033
6034 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6037         with unwind-protect.
6038
6039         * wl-draft.el (wl-draft-reedit): Rewrite.
6040         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6041         (wl-draft-save): Insert header separator if it does not exist;
6042         Removed condition-case.
6043
6044         * wl-summary.el (wl-summary-reedit): Revert last change.
6045
6046         * wl-draft.el (wl-draft-save): Rewrite.
6047         (wl-draft-create-buffer): Set buffer-file-name as nil.
6048
6049         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6050
6051         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6052
6053         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6054         nil.
6055
6056 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6059         If count is nil, do not prefetch.
6060         (wl-message-buffer-prefetch-next): Next.
6061
6062 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6065
6066 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6069         `delete-backward-char'
6070         (wl-draft-prepare-edit): Check major-mode.
6071         (wl-draft-decode-header): Rewrite.
6072         (wl-draft): Fix.
6073
6074 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6075
6076         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6077
6078 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6081         (wl-message-buffer-prefetch-get-next): Remove size checking.
6082         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6083
6084 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6085
6086         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6087         (wl-draft-default-headers): Fix.
6088
6089 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6090
6091         * wl-draft.el (wl-draft-default-headers): Insert return value of
6092         `wl-generate-mailer-string-function'.
6093
6094 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6095
6096         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6097         (wl-draft-insert-mail-header-separator): Ditto.
6098
6099         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6100         again (Reverted the change on 2002-01-17 by OKADA san).
6101
6102 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6103
6104         * wl-draft.el (wl-draft): Rewrite.
6105         (wl-draft-create-buffer): New function.
6106         (wl-draft-create-contents): Ditto.
6107         (wl-draft-prepare-edit): Ditto.
6108         (wl-draft-decode-header): Ditto.
6109         (wl-draft-decode-body): Ditto.
6110         (wl-draft-check-new-line): Ditto.
6111         (wl-draft-default-headers): Ditto.
6112         (wl-draft-insert-mail-header-separator): Ditto.
6113
6114 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6115
6116         * Version number is increased to 2.9.6.
6117
6118 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-draft.el (wl-draft-delete-field): Optional argument.
6121         (wl-draft-delete-fields): Ditto.
6122
6123 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-message.el (toplevel): Eliminated byte-compile warning.
6126         for `itimer-function', `delete-timer' and `itimer-list'.
6127
6128 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6129
6130         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6131         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6132         `wl-message-buffer-prefetch-threshold'.
6133         * wl-summary.el (wl-summary-redisplay-internal): Remove
6134         the check of `wl-message-buffer-prefetch-depth'.
6135
6136 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6137
6138         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6139         size of article.
6140         (wl-message-buffer-prefetch-subr): Remove size check.
6141
6142 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-vars.el (wl-plugged): Make customizable.
6145
6146 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6147
6148         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6149         (wl-message-buffer-prefetch-set-timer): New function.
6150         (wl-message-buffer-prefetch-get-next): New function.
6151         (wl-message-buffer-prefetch): New function.
6152         (wl-message-buffer-prefetch-next): Rewrite.
6153         (wl-message-buffer-prefetch-subr): Rewrite.
6154         * wl-vars.el (wl-auto-prefetch-first): New variable.
6155         * wl-summary.el (wl-summary-goto-folder-subr): Call
6156         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6157
6158 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6161         `wl-summary-unread-message-hook'.
6162
6163 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6164
6165         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6166         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6167         if range is `cache-status'.
6168
6169 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6170
6171         * wl-message.el (wl-message-buffer-prefetch-subr):
6172         Improve debug message.
6173
6174 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6175
6176         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6177         `wl-mail-send-pre-hook'.
6178         (wl-draft-send-mail-with-qmail): Ditto.
6179         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6180
6181 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6182
6183         * wl-message.el (wl-message-buffer-prefetch-subr):
6184         Fix for cancel-function-timers bug.
6185         (wl-message-buffer-prefetch-debug): Default value is t.
6186
6187 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6188
6189         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6190         (wl-message-buffer-prefetch-subr): Rewrite.
6191         Rename from `wl-message-buffer-prefetch'.
6192
6193 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6194
6195         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6196         (wl-default-draft-cite-decorate-author): Ditto.
6197
6198         * wl-draft.el (wl-draft-cite-function): Removed.
6199         (wl-default-draft-cite-decorate-author): Ditto.
6200
6201 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6202
6203         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6204         (wl-default-draft-cite): Do not arrange author name if the value of
6205         `wl-default-draft-cite-decorate-author' is nil.
6206
6207 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6210
6211         * wl-folder.el (wl-folder-check-one-entity): Don't care
6212         `elmo-folder-use-flag-p'.
6213
6214 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6215
6216         * wl-folder (wl-folder-check-one-entity): Fix
6217         problem if unread is nil.
6218
6219 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-address.el (wl-address-make-completion-list): Check whether
6222         the address is a group list.
6223         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6224
6225 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6226
6227         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6228         The number of the messages of new and unread does not count
6229         correctly.
6230
6231         * wl-summary.el (wl-summary-count-unread): Changed to return
6232         `(new . unread)' instead of total.
6233         (wl-summary-sync-update): Follow the change above.
6234
6235         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6236
6237 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6238
6239         * wl-address.el (wl-address-make-completion-list): Do not enclose
6240         address by " <" and ">" if associated realname is "".
6241         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6242         This is against the promblem with group list in .addresses pointed
6243         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6244
6245 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6246
6247         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6248         message is a format control string.
6249         * wl-expire.el (wl-expire-append-log): Ditto.
6250         * wl-mime.el (wl-summary-burst-subr): Ditto.
6251         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6252         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6253
6254 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6257         wl.el (wl-check-variables): Rename from `wl-check-type'.
6258         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6259         (wl-check-variables-2): New function.
6260         (wl): Call `wl-check-variables-2'.
6261
6262 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6263
6264         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6265         after renaming folder in access group.
6266
6267 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6270         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6271         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6272         (wl-message-buffer-prefetch): Rewrite.
6273         (wl-message-buffer-prefetch-idle-time): Removed.
6274         * wl-summary.el (wl-summary-redisplay-internal):
6275         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6276         Error check for `wl-message-buffer-prefetch-depht'.
6277
6278 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * Version number is increased to 2.9.5.
6281         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6282
6283 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6286         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6287         Based on the patch written by
6288         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6289
6290 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-draft.el (wl-draft-raw-send): Fix for
6293         `wl-news-send-pre-hook'
6294
6295 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6296
6297         * wl-utils.el (wl-message-id-function): New variable.
6298         * wl-draft.el (wl-draft-insert-required-fields):
6299         Use `wl-message-id-function'.
6300
6301 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6302
6303         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6304         * wl-utils.el (wl-draft-make-message-id-string):
6305         Use `wl-from' for domain part of Message-ID
6306         if `wl-message-id-use-wl-from' if non-nil.
6307         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6308
6309 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl.el (wl): Call `wl-check-type'
6312         Do not 'condition-case'.
6313
6314 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl.el (wl-check-type): New function.
6317         (wl-check-type-variables): New variable.
6318
6319 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6320
6321         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6322
6323 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6324
6325         * wl-draft.el (wl-smtp-password-key): New function.
6326         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6327         (wl-draft-send-mail-with-smtp): Ditto.
6328         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6329
6330 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6333         * wl-utils.el (wl-unique-id-suffix): Remove.
6334
6335 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6336
6337         * Version number is increased to 2.9.4.
6338
6339 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl-utils.el (wl-unique-id-suffix): New variable.
6342         (wl-unique-id): Use `wl-unique-id-suffix'
6343
6344 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6345
6346         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6347         instead of `elmo-msgdb-search'.
6348
6349         * Version number is increased to 2.9.3.
6350
6351 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6352
6353         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6354
6355 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6358         (wl-draft-dispatch-message): Changed for send-later.
6359         (wl-draft-queue-flush): Ditto.
6360         (wl-draft): Clear `wl-sent-message-queued'.
6361         (wl-draft-reedit): Ditto.
6362         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6363         * wl-vars.el (wl-draft-force-queuing): New variable.
6364         (wl-draft-force-queuing-mail): New variable.
6365         (wl-draft-force-queuing-news): New variable.
6366
6367 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6368
6369         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6370         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6371
6372 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6373
6374         * Version number is increased to 2.9.2.
6375
6376 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * wl-draft.el (wl-draft-elide-region): New user command.
6379         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6380
6381         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6382         command `wl-draft-elide-region'.
6383         * wl-mule.el: Ditto.
6384         * wl-xmas.el: Ditto.
6385
6386 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6389         (wl-biff-check-folder-async): Removed needless let.
6390
6391 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6394         wl-folder-get-elmo-folder.
6395         (wl-biff-check-folder): Set `biff' argument of
6396         `wl-folder-check-one-entity'.
6397         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6398
6399         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6400         (wl-folder-check-one-entity): Added `biff' argument;
6401         Setup `biff' slot of folder.
6402
6403         * Version number is increased to 2.9.1.
6404
6405 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6406
6407         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6408         comment out and fixed.
6409         (wl-fldmgr-add-completion-subr): Ditto.
6410
6411         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6412         and msgdb.
6413
6414         * wl.el (wl-toggle-plugged): Save summary view.
6415
6416 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6419
6420 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6421
6422         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6423
6424 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6427         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6428         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6429
6430         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6431         if it was failed.
6432         (wl-demo): Disable undo in the demo buffer.
6433
6434 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-version.el (wl-version): Changed codename.
6437
6438         * Version number is increased to 2.9.0.
6439
6440 2001-12-14  Takuo KITAME <kitame@northeye.org>
6441
6442         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6443         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6444         (wl-folder-mark-as-read-all-current-entity): Ditto.
6445
6446 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6447
6448         * wl-vars.el (wl-from-width): Define as obsolete variable.
6449         (wl-subject-length-limit): Ditto.
6450
6451         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6452
6453         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6454         wl-summary-save-view.
6455
6456         * wl.el (wl-save-status): Ditto.
6457         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6458
6459         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6460         (wl-summary-exit): Follow the change above.
6461         (wl-summary-goto-folder-subr): Ditto.
6462
6463         * wl-folder.el (wl-folder-create-subr): Don't use
6464         `elmo-folder-creatable-p'.
6465
6466 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6469
6470 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6473         rather than bitmap on Emacs 21.
6474         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6475         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6476         for xbm if the new redisplay engine is not available.
6477
6478 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-folder.el (wl-folder-init-hook): New hook.
6481         (wl-folder-init): Run `wl-folder-init-hook'.
6482
6483 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6486
6487 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-acap.el (wl-acap-cache-filename): New variable.
6490         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6491         (wl-acap-init): Use cache if no ACAP server found.
6492
6493 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6494
6495         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6496         `wl-acap-original-msgdb-dir'.
6497
6498         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6499         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6500
6501         * wl-mime.el (wl-mime-save-directory): Renamed from
6502         `wl-mime-save-dir'.
6503
6504 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6507
6508         * wl-demo.el: Require `path-util'.
6509         (wl-demo-bitmap-mule-available-p): New internal variable.
6510         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6511         `module-installed-p' instead.
6512         (wl-demo-insert-image): Use *.img file for a bitmap image.
6513         (wl-demo): Don't call the ascii demo recursively.
6514
6515 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6516
6517         * Version number is increased to 2.7.7.
6518
6519 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl.el (wl-exit): Eliminated byte-compile warning.
6522
6523 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6524
6525         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6526         obsolete variable using `elmo-define-obsolete-variable'.
6527         (wl-fetch-confirm-threshold): Ditto.
6528         (wl-cache-prefetch-folder-type-list): Ditto.
6529         (wl-cache-prefetch-folder-list): Ditto.
6530
6531 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6534         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6535         (wl-demo-insert-image): New function.
6536         (wl-demo-insert-text): New function.
6537         (wl-demo-image-type-alist): Redefine as a function.
6538         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6539         (wl-demo-with-temp-file-buffer): Removed.
6540         (wl-logo-xpm): Removed.
6541         (wl-logo-xbm): Removed.
6542         (wl-logo-bitmap): Removed.
6543
6544 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6545
6546         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6547         (wl-expire-localdir-get-folder-function): New user option.
6548         (wl-expire-localdir-get-folder): New function.
6549         (wl-expire-localdir-date): Ditto.
6550
6551 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6552
6553         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6554         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6555         Fixed unread number mismatch when all-unread < unread.
6556
6557 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6560         (wl-fetch-confirm-threshold): Ditto.
6561
6562         * wl-summary.el (wl-summary-confirm-appends): Removed.
6563         (wl-summary-sync-update): Don't refer
6564         `wl-summary-update-confirm-threshold' (It is now abolished).
6565
6566         * wl-message.el (wl-message-display-internal): Don't refer
6567         `wl-fetch-confirm-threshold' (It is now abolished).
6568
6569 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6572
6573 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6574
6575         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6576         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6577         Change default value to nil.
6578         (wl-summary-indent-length-limit): The value can be nil, nil means
6579         unlimited.
6580
6581         * wl-summary.el: Don't set limit for indent length if the value of
6582         wl-summary-indent-length-limit is nil.
6583         If the value of wl-summary-width is nil, it means only that the width
6584         of summary is unlimited (nil doesn't mean that the indent length is
6585         unlimited).
6586
6587         * wl-thread.el: Ditto.
6588
6589 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6590
6591         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6592         be nil, nil means never confirm.
6593         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6594
6595 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6596
6597         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6598         means unlimited).
6599
6600 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6601
6602         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6603         Use `with-temp-buffer'.
6604
6605 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6606
6607         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6608         with new backquote style).
6609         (wl-folder-get-entity-from-buffer): Ditto.
6610
6611 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6612
6613         * wl-version.el (nemacs-version): Eliminated.
6614         (wl-extended-emacs-version2): Ignore nemacs.
6615         (wl-extended-emacs-version3): Ditto.
6616
6617 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6618
6619         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6620         (wl-draft-add-in-reply-to): New variable.
6621         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6622         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6623         (wl-draft-yank-from-mail-reply-buffer): Use
6624         `wl-draft-add-in-reply-to'.
6625         (wl-draft-insert-current-message): Ditto.
6626
6627 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6628
6629         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6630         typo (kill->hide).
6631         (wl-message-buffer-prefetch-folder-type-list): Added elements
6632         `mark' and `cache' instead of `internal'.
6633
6634 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6637         resume msgdb directory.
6638
6639 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl.el (wl-exit): Call `wl-acap-exit'.
6642
6643         * wl-summary.el (wl-summary-message-string): New function.
6644         (wl-summary-reedit): Use it.
6645         (wl-summary-resend-bounced-mail): Remove needless let.
6646         (wl-summary-supersedes-message): Ditto.
6647         (wl-summary-save): Ditto.
6648
6649         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6650         (wl-acap-init): Set it.
6651         (wl-acap-exit): New function.
6652
6653 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6654
6655         * wl.el (wl-init): Revert (require 'mime-setup). move from
6656         toplevel.
6657
6658 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6659
6660         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6661         local variables.  Add error when guess function return invalid
6662         value.
6663
6664 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6665
6666         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6667         Change local variable name.
6668         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6669         (wl-folder-get-newsgroups): Return nil when non-news folder.
6670         * wl-summary.el (wl-summary-write-current-folder): State through
6671         when guess-list return nil.
6672         (wl-summary-write-current-folder-functions): Fixed docstring.
6673
6674         * wl.el (wl-exit): Changed confirm message.
6675
6676         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6677         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6678
6679         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6680
6681 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6682
6683         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6684         user option (Renamed from wl-cache-prefetch-folder-type-list).
6685         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6686         from wl-cache-prefetch-folder-list).
6687
6688         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6689         Move to wl-vars.el.
6690         (wl-message-buffer-prefetch-p): Changed to enable
6691         `wl-message-buffer-prefetch-folder-list'.
6692
6693         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6694         `ignore-cache'.
6695
6696 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6699         `part-top' and `part-bottom'.
6700         (wl-draft-config-sub-part-top): New function.
6701         (wl-draft-config-sub-part-bottom): New function.
6702
6703 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6704
6705         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6706
6707 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6710
6711 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6712
6713         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6714
6715         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6716         (wl-summary-write-current-folder): Ditto.
6717
6718 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6719
6720         * wl-folder.el (wl-folder-get-newsgroups): Use
6721         `elmo-folder-newsgroups'.
6722
6723 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6724
6725         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6726         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6727         `wl-draft-config-sub-header-bottom'.
6728
6729 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6730
6731         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6732         localnews folder.
6733
6734 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6735
6736         * wl-summary.el (wl-summary-mode): Undo last change.
6737
6738         * wl-folder.el (wl-folder-mode): Ditto.
6739
6740 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6741
6742         * wl-summary.el (wl-summary-mode): Locally set
6743         truncate-partial-window-width to nil.
6744         (for XEmacs)
6745
6746         * wl-folder.el (wl-folder-mode): Ditto.
6747
6748 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6749
6750         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6751
6752 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6755         number.
6756
6757         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6758
6759         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6760
6761         * Version number is increased to 2.7.6.
6762
6763 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6766
6767 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-summary.el (wl-summary-sync-update): Enclose network
6770         related portion with `unwind-protect'.
6771
6772 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6773
6774         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6775
6776 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6779         element.
6780         * wl-vars.el (wl-message-body-button-alist): Ditto.
6781
6782         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6783         max match length.
6784         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6785
6786         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6787         for the max match length;
6788         Use 4th element value for the button string regexp group.
6789
6790         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6791         candidate exists, prompt to select.
6792
6793 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6794
6795         * wl-summary.el (wl-summary-jump-to-msg): Search before
6796         calibration point by `beginning-of-line'.
6797
6798 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6799
6800         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6801         for access group.
6802
6803 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-message.el (wl-message-display-internal): Bind
6806         `default-mime-charset'.
6807
6808         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6809
6810         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6811
6812         * Version number is increased to 2.7.5.
6813
6814 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6815
6816         * wl-expire.el (wl-summary-archive): Fixed;
6817         Use `elmo-folder-name-internal'.
6818
6819 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6820
6821         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6822         from `elmo-folder-move-messages' caller.
6823         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6824
6825         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6826         related portions are changed).
6827
6828 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6829
6830         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6831         counter.
6832
6833 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6834
6835         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6836         buffer local and set it to nil.
6837
6838         * wl-message.el (wl-message-redisplay): Ditto.
6839
6840 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-summary.el (wl-summary-mark-as-important): If message is
6843         already cached, set messag as read, otherwise encache and mark as read.
6844
6845 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6846
6847         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6848         point-min.
6849
6850 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6853         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6854         a keymap.
6855
6856 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6859         parent.
6860
6861         * wl-mule.el (wl-message-define-keymap): Ditto.
6862
6863         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6864
6865         * wl-xmas.el (wl-message-display-internal-hook): Define.
6866         (wl-xmas-setup-message-toolbar): Define as function.
6867         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6868         (wl-message-overload-functions): Abolished.
6869         (wl-message-define-keymap): New function.
6870
6871         * wl-vars.el (wl-message-display-internal-hook): New variable.
6872         (wl-message-header-button-alist): New variable (Renamed from
6873         wl-highlight-message-header-button-alist).
6874         (wl-message-body-button-alist): Ditto.
6875
6876         * wl-mule.el (wl-message-define-keymap): New function.
6877         (wl-message-overload-functions): Abolished.
6878
6879         * wl-message.el (wl-message-add-buttons-to-body): New function.
6880         (wl-message-redisplay): Don't call wl-message-overload-functions;
6881         Call wl-message-add-buttons-to-header and
6882         wl-message-add-buttons-to-body.
6883         (wl-message-display-internal): Set keymap argument for
6884         elmo-mime-display-as-is, elmo-mime-message-display;
6885         Run wl-message-display-internal-hook.
6886         (wl-message-refer-article-or-url): Abolished.
6887
6888         * wl-highlight.el (wl-highlight-headers): Don't call
6889         wl-highlight-message-add-buttons-to-header.
6890         (wl-highlight-message-add-buttons-to-header): Abolished.
6891
6892
6893         * wl-e21.el (wl-message-display-internal-hook): Define.
6894         (wl-e21-setup-toolbar): Deleted duplicated binding.
6895         (wl-e21-setup-message-toolbar): Define as function.
6896         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6897         (wl-message-define-keymap): New function.
6898         (wl-message-overload-functions): Abolished.
6899
6900 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6901
6902         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6903         and elmo-folder-close.
6904
6905         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6906
6907 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6908
6909         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6910         boolean value.
6911         * wl-draft.el (wl-draft-do-fcc): Ditto.
6912
6913 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6914
6915         * wl-vars.el (wl-fcc-force-as-read): New variable.
6916         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6917         mark copied message as read.
6918
6919 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6922
6923 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6926         `wl-summary-target-above' instead of obsolete variable
6927         `wl-summary-temp-above'.
6928
6929         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6930         instead of `make-obsolete-variable'.
6931         * wl-refile.el (toplevel): Ditto.
6932
6933 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6936         with third argument t.
6937         (wl-draft): Set first argument for wl-plugged-init as t.
6938
6939         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6940         definition.
6941
6942 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6943
6944         * wl-vars.el: Tabify.
6945         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6946
6947         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6948         message.
6949
6950 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6951
6952         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6953         and set default to beep.
6954
6955 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6956
6957         * wl-vars.el (wl-draft-truncate-lines): New variable.
6958
6959         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6960         instead of wl-message-truncate-lines for truncate-lines.
6961
6962 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-message.el (wl-message-display-internal): Call
6965         `wl-highlight-message' after `elmo-mime-display-as-is'.
6966
6967         * wl-mime.el (wl-mime-display-text/plain): New function.
6968         (wl-mime-display-header): Ditto.
6969         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6970         body-presentation-method for text/plain;
6971         Register `wl-mime-display-header' as a header-presentation-method;
6972         Don't set up `elmo-message-text-content-inserted-hook' and
6973         `elmo-message-header-inserted-hook'.
6974
6975         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6976         variable.
6977         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6978         as t if flag is 'all-header;
6979         Don't bind `elmo-message-ignored-field-list',
6980         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6981
6982 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6985         for xemacs with non-mule environment.
6986
6987 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6988
6989         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6990         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6991         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6992
6993 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl-vars.el (wl-interactive-send): Set default value as t.
6996
6997 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7000         (wl-addrmgr-method-list): Abolished.
7001         (wl-addrmgr-change-method): Follow above change.
7002
7003         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7004
7005 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7006
7007         * wl-vars.el (wl-message-truncate-lines): Change default value
7008         to default-truncate-lines.
7009
7010         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7011
7012 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7013
7014         * wl-vars.el (wl-message-truncate-lines): New variable.
7015
7016         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7017         wl-message-truncate-lines.
7018
7019 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7020
7021         * wl-acap.el (wl-acap-init): Remove period from error message.
7022         (wl-acap-find-acap-service): Remove period from message.
7023
7024 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl.el (wl-check-environment): Undo last change.
7027
7028         * wl-vars.el (wl-from): Changed default value.
7029
7030         * wl-util.el (toplevel): Don't require tm-edit.
7031
7032         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7033         `wl-folder-init';
7034         Don't set mark on mail body.
7035         (wl-draft-reedit): Ditto.
7036
7037         * wl-address.el (wl-address-quote-specials): Define as an alias for
7038         elmo-address-quote-specials.
7039
7040 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7043
7044         * wl-vars.el (wl-from): Set default value as nil.
7045         (wl-organization): Set default value as ORGANIZATION environment
7046         variable.
7047
7048         * wl-draft.el (wl-smtp-extension-bind): Check value of
7049         wl-smtp-connection-type.
7050
7051         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7052         error.
7053
7054 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * Version number is increased to 2.7.4.
7057
7058         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7059         arguments from `wl-highlight-x-face-function' caller.
7060         Use x-face-1.3.6.12 or later.
7061
7062 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7063
7064         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7065
7066 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7067
7068         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7069         (wl-fcc): Fix to accept function.
7070         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7071
7072 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * wl-acap.el (toplevel): Added `product-provide' declare.
7075         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7076
7077 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl.el (wl): Changed order of calling `elmo-init'
7080         and `elmo-folder-init'.
7081
7082 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * wl-mime.el (wl-summary-burst): Extract message when content-type
7085         of root entity is not only `multipart' but also `message/rfc822'.
7086         (wl-summary-burst-subr): Ditto.
7087
7088 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-vars.el (toplevel): Require 'custom.
7091         (wl-trash-folder): Added to `wl-setting' group.
7092
7093         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7094         exists.
7095         (wl-addrmgr-draw): Insert empty line when no entry exists.
7096
7097         * wl-mule.el (wl-message-wheel-up): Fixed.
7098         (wl-message-wheel-down): Ditto.
7099
7100 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7101
7102         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7103         config is an anonymous lambda expression.
7104
7105 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7108         when Mule 2 is running.
7109
7110 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7113
7114 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7117         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7118
7119         * wl-address.el (wl-address-specials-regexp): Eliminated.
7120         (wl-address-quote-specials): Rewrite.
7121
7122 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7125         shy-groups for regexp.
7126
7127         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7128         character classes and Perl style shy-groups for regexp.
7129         (wl-highlight-plugged-current-line): Use Posix style character
7130         classes for regexp.
7131         (wl-e21-highlight-folder-by-numbers): Ditto.
7132         (wl-e21-display-image-p): Use `display-images-p' instead of
7133         `display-graphic-p'.
7134         (display-images-p): Make an alias to `display-graphic-p' if it is
7135         not available.  It is for Emacs version prior to 21.0.105.
7136
7137         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7138         `display-graphic-p'.
7139         (wl-demo-image-type-alist): Ditto.
7140         (display-images-p): Make an alias to `display-graphic-p' if it is
7141         not available.  It is for Emacs version prior to 21.0.105.
7142
7143 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7144
7145         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7146         support.
7147         (wl-generate-user-agent-string): Ditto.
7148
7149         * wl-version.el (wl-version): Update docsting.
7150         (wl-version-status): Ditto.
7151
7152 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7153
7154         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7155         21.0.105.  For Emacs 21.0.104 or earlier.
7156
7157 2001-09-03  Takuo KITAME <kitame@northeye.org>
7158
7159         * wl-e21.el (wl-plugged-init-icons): Use
7160         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7161         (wl-biff-init-icons): Ditto.
7162
7163 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl-highlight.el (wl-highlight-summary-current-line):
7166         Fixed highlighting refile/copy destination.
7167
7168         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7169         (wl-acap-store): Encode string by wl-acap-coding-system.
7170
7171 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-acap.el (toplevel): Check and require 'un-define before
7174         'xemacs-ucs;
7175          Added checking for UTF-2000.
7176
7177 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7180         Don't enclose with `eval-and-compile'.
7181
7182         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7183         wl-init is non-nil.
7184
7185         * wl-draft.el (wl-draft): Ditto.
7186
7187         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7188
7189         * wl-acap.el (toplevel): Require 'wl.
7190         (wl-acap-store): Call `elmo-init'.
7191
7192         * wl.el (wl): Changed position of `wl-check-environment'.
7193         (toplevel): Added autoload setting for wl-acap.
7194
7195         * wl-vars.el (wl-setting): New custom group.
7196         (wl-from): Added wl-setting group.
7197         (wl-user-mail-address-list): Ditto.
7198         (wl-organization): Ditto.
7199         (wl-subscribed-mailing-list): Ditto.
7200         (wl-envelope-from): Ditto.
7201         (wl-smtp-posting-user): Ditto.
7202         (wl-smtp-posting-server): Ditto.
7203         (wl-smtp-posting-port): Ditto.
7204         (wl-smtp-authenticate-type): Ditto.
7205         (wl-pop-before-smtp-user): Ditto.
7206         (wl-pop-before-smtp-server): Ditto.
7207         (wl-pop-before-smtp-port): Ditto.
7208         (wl-pop-before-smtp-authenticate-type): Ditto.
7209         (wl-nntp-posting-server): Ditto.
7210         (wl-nntp-posting-user): Ditto.
7211         (wl-nntp-posting-port): Ditto.
7212         (wl-fetch-confirm-threshold): Ditto.
7213         (wl-prefetch-threshold): Ditto.
7214         (wl-thread-insert-opened): Ditto.
7215         (wl-ldap-server): Ditto.
7216         (wl-ldap-port): Ditto.
7217         (wl-ldap-base): Ditto.
7218         (wl-ldap-objectclass): Ditto.
7219         (wl-use-ldap): Ditto.
7220         (wl-draft-config-alist): Ditto.
7221         (wl-draft-config-matchone): Ditto.
7222         (wl-template-alist): Ditto.
7223         (wl-message-sort-field-list): Ditto.
7224         (wl-message-ignored-field-list): Ditto.
7225         (wl-message-visible-field-list): Ditto.
7226         (wl-interactive-send): Ditto.
7227         (wl-summary-move-order): Ditto.
7228         (wl-auto-select-first): Ditto.
7229         (wl-auto-select-next): Ditto.
7230         (wl-interactive-save-folders): Ditto.
7231
7232         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7233         Initialization codes are moved from wl-local-folder-init.
7234         (wl-local-folder-init): Follow the change above.
7235         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7236
7237         * wl-acap.el: New file.
7238
7239         * Version number is increased to 2.7.3.
7240
7241 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7242
7243         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7244
7245 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7246
7247         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7248         (wl-addrmgr-address-entry-list): Ditto.
7249
7250 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-e21.el (wl-draft-mode-map): Removed binding for
7253         `wl-draft-insert-x-face-field'.
7254
7255         * wl-mule.el (wl-draft-mode-map): Ditto.
7256
7257         * wl-xmas.el (wl-draft-mode-map): Ditto.
7258
7259         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7260         (wl-cs-autoconv): Ditto.
7261         (wl-cs-local): Ditto.
7262         (wl-use-scoring): Ditto.
7263         (wl-mime-charset): Ditto.
7264         (wl-folder-check-async): Ditto.
7265
7266         * wl.el (toplevel): Ignore nemacs and tm.
7267         (wl-exit): Ditto.
7268
7269         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7270         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7271         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7272         instead of wl-address-petname-add-or-change.
7273         (wl-summary-edit-addresses-subr): Use wl-address-delete
7274         instead of wl-address-petname-delete.
7275
7276         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7277
7278         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7279         if error occured.
7280
7281         * wl-message.el (require): Remove tm support.
7282
7283         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7284
7285         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7286         (wl-folder-jump-to-current-entity): Ditto.
7287         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7288
7289         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7290         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7291         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7292
7293         * wl-mule.el (wl-draft-key-setup): Ditto.
7294
7295         * wl-xmas.el (wl-draft-key-setup): Ditto.
7296
7297         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7298         (wl-draft-std11-parse-addresses): New function.
7299         (wl-draft-parse-mailbox-list): Use it.
7300         (wl-draft): Ignore nemacs.
7301         (wl-draft-reedit): Ditto.
7302
7303         * wl-addrmgr.el: New file.
7304         (Original is wl-rcpt.el written by
7305         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7306         Thanks Kitamoto-san.)
7307
7308         * wl-address.el (wl-address-make-address-list): Modified parsing
7309         process.
7310         (wl-address-delete): Renamed from `wl-address-petname-delete';
7311         Modify wl-address-list too.
7312         (wl-address-add-or-change): Renamed from
7313         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7314
7315 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7316
7317         * wl-highlight.el (wl-highlight-summary-current-line):
7318           Work with transient-mark-mode
7319
7320 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * Version number is increased to 2.7.2.
7323
7324         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7325         instead of elmo-dop-queue-method.
7326
7327 2001-08-06  SAITO Atsunori <sai@yedo.com>
7328
7329         * wl-vars.el (wl-ldap-objectclass): New user option.
7330
7331         * wl-address.el (wl-ldap-make-filter): Use it.
7332
7333 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7334
7335         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7336
7337 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-folder.el (wl-folder): redisplay after folder insertion.
7340
7341         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7342
7343         * wl-summary.el (wl-summary-sync-update):
7344         Change status mark only when new-msgdb exists.
7345         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7346
7347 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7348
7349         * wl-summary.el (wl-summary-open-folder): New function.
7350         (wl-summary-goto-folder-subr): Use it.
7351         (wl-summary-mark-as-important): Fix;
7352         Encache only when no cache exists.
7353
7354 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7355
7356         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7357         Use with-current-buffer.
7358
7359 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7360
7361         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7362         before call `get-buffer'. Fixed parenthesis.
7363         (wl-score-get-header-entry): Clear message and help window when
7364         keyboard quit.
7365         (wl-score-edit-insert-header): Ditto.
7366
7367 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7370         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7371         (wl-default-draft-cite): Fix.
7372
7373         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7374         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7375
7376 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-message.el (wl-message-prev-page): Do same bahavior
7379         as summary when it is called in the message buffer.
7380         (wl-message-next-page): Ditto.
7381
7382 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-summary.el (wl-summary-forward): Use cache if it is not
7385         section cache.
7386
7387 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7390         Removed redundant require of elmo-vars.
7391         (wl-biff-state-indicator-on): Changed default value for
7392         xemacs with non-mule environment.
7393
7394         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7395         wl-message-buffer is nil;
7396         Hide progress bar after moving messages.
7397
7398 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7401         message at cursor point is deleted.
7402
7403 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-vars.el: Changed file coding system to euc-japan.
7406         Added -*-coding:-*- magic to the first line.
7407
7408         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7409         Search parent from the first message.
7410
7411         * Version number is increased to 2.7.1.
7412
7413 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7414
7415         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7416
7417 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7420         refile/delete execution.
7421
7422         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7423         Fixed docstring.
7424
7425 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7428         do update process;
7429         Don't update marks when update process is interrupted.
7430
7431 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-summary.el (wl-summary-reply): Fixed problem when
7434         wl-draft-use-frame is non-nil.
7435         (wl-summary-forward): Ditto.
7436
7437         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7438         as nil.
7439         (wl-folder-mark-as-read-all-entity): Ditto.
7440         (wl-folder-prefetch-entity): Ditto.
7441
7442         * wl.el (wl): Check environment before wl-init.
7443
7444         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7445         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7446         instead of wl-summary-collect-unread.
7447         (wl-summary-reply): Split message window.
7448
7449 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7452         only if current language environment is japanese,
7453
7454         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7455         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7456         (wl-folder-goto-folder-subr): Ditto.
7457
7458         * wl-draft.el (wl-draft-dispatch-message): Call
7459         `elmo-file-cache-get-path'.
7460
7461 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-summary.el (wl-summary-cursor-move): If return value of
7464         wl-summary-next-message is not number, don't jump.
7465
7466 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-summary.el (wl-summary-buffer-next-message-function): New
7469         variable.
7470         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7471         if it is bound.
7472
7473         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7474         string.
7475
7476         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7477         (wl-plugged-drawing): Ditto.
7478
7479 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7482         process.
7483         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7484         with unwind-protect.
7485
7486         * wl.el (wl-init): Require mime-setup.
7487         (wl-check-environment): Don't require mime-setup.
7488
7489         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7490         instead of elmo-folder-type.
7491
7492         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7493         value as nil.
7494
7495 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * Version number is increased to 2.7.0.
7498
7499         * wl-version.el (wl-version): Changed codename.
7500
7501         * wl-summary.el (wl-summary-delete-cache): Fixed.
7502
7503         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7504         Workaround for net folders.
7505         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7506
7507         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7508         value to nil (According to the patch from
7509         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7510
7511         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7512         of elmo-folder-close.
7513
7514 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7515
7516         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7517         for postfix.
7518
7519 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-summary.el (wl-summary-resend-message): Fixed.
7522
7523         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7524         Call wl-draft with `from' argument if its address is included in
7525         `wl-user-mail-address-list'.
7526         (wl-draft): Added `from' argument.
7527
7528         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7529         non-nil.
7530         (wl): Don't show demo if wl-demo is nil.
7531
7532         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7533         wl-summary-use-frame.
7534
7535         * wl-vars.el (wl-summary-use-frame): New user option.
7536         (wl-folder-use-frame): Changed docstring.
7537
7538         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7539         non-nil.
7540         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7541         wl-summary-use-frame.
7542
7543         * wl-vars.el (wl-folder-use-frame): New user option.
7544
7545         * wl-summary.el (wl-summary-exit): Back to folder frame if
7546         wl-folder-use-frame is non-nil.
7547         (wl-summary-redisplay-internal): Ignore cache if current folder
7548         is draft folder,
7549         (wl-summary-redisplay-no-mime): Ditto.
7550         (wl-summary-redisplay-all-header): Ditto.
7551
7552         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7553         if wl-folder-use-frame is non-nil.
7554
7555 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-summary.el (wl-summary-sync-update): Bind
7558         elmo-folder-update-threshold.
7559         (wl-summary-mark-as-important): Enclosed server mark processing
7560         with `save-match-data'.
7561
7562         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7563         only when it is already defined.
7564
7565 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7566
7567         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7568         name of folder exclude localdir is wrong.
7569         * wl-folder.el (wl-folder-sync-entity):
7570         Set `wl-summary-always-sticky-folder-list' as nil.
7571         (wl-folder-mark-as-read-all-entity): Ditto.
7572         (wl-folder-prefetch-entity): Ditto.
7573
7574 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7575
7576         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7577         instead of `wl-summary-write-current-newsgroup'.
7578
7579 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7580
7581         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7582         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7583         non-nil and selected message is important, do not display.
7584
7585 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7586
7587         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7588
7589 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7592
7593         * wl-summary.el (wl-summary-mark-as-important): Set message number
7594         using wl-summary-message-number.
7595
7596 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7597
7598         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7599         destination folder is 'null.
7600
7601 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7602
7603         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7604         New function.
7605         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7606         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7607         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7608
7609 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-mime.el (wl-mime-setup): Added setting for
7612         `mime-setup-signature-key-alist' to avoid overriding key bind for
7613         `wl-draft-send'.
7614
7615         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7616         for `wl-draft-send'.
7617         * wl-mule.el (wl-draft-overload-functions): Ditto.
7618         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7619         * wl-draft.el (wl-draft-send): Ditto.
7620
7621         * wl-message.el (wl-message-display-internal):
7622         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7623         (Patch is provided by <kita@coe.nttdata.co.jp>).
7624
7625 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7626
7627         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7628
7629 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7630
7631         * wl.el (wl): Fix for wl-demo.
7632
7633 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7634
7635         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7636
7637 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl-folder.el (wl-folder-prefetch-entity): Use
7640         `wl-folder-get-elmo-folder'.
7641         (wl-folder-count-incorporates): Do not use
7642         `wl-folder-get-elmo-folder'.
7643
7644 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7647         instead of `elmo-folder-get-type'.
7648
7649 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7650
7651         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7652         position on Subject: field.
7653         (Advised by Mito <mit@nines.nec.co.jp>)
7654
7655 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7656
7657         * wl-folder.el (wl-folder-prefetch-entity): Use
7658         `wl-folder-get-elmo-folder'.
7659
7660 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7663
7664         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7665         `process-duplicates' slot.
7666
7667         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7668         if detection failed.
7669
7670 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-version.el (wl-version-status): Set to "alpha".
7673
7674 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7677         Check wl-message-buffer lives before set-buffer.
7678
7679 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7680
7681         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7682         called in folder mode.
7683         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7684         * wl-summary.el (wl-summary-exit-pre-hook): Run
7685         `wl-summary-exit-pre-hook' before exit summary mode.
7686
7687 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7688
7689         * wl-version.el (wl-version-status): New variable.
7690         (wl-version-status-alist): Removed.
7691         (wl-version-status): Rule included.
7692
7693 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7696         @sponichi.
7697
7698         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7699         when `mail-reply-buffer' is buffer-local variable.
7700         (Reported by <kita@coe.nttdata.co.jp>).
7701
7702 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-vars.el (toplevel): Require 'elmo-util.
7705
7706 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7709         (All other related portions are changed)
7710
7711         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7712
7713         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7714
7715 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7716
7717         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7718
7719 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7722         Delete other windows to avoid an error.
7723         Use `point-marker' instead of `point' to remember the start point
7724         of body.
7725
7726         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7727
7728         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7729         number not to exceed all message number.
7730
7731 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7732
7733         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7734         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7735
7736 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * wl-summary.el (wl-summary-sync-force-update): Added argument
7739         no-check.
7740         (wl-summary-sync-update): Ditto.
7741         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7742         with `no-check'.
7743
7744         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7745         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7746         already running.
7747
7748 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7749
7750         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7751         `dst-folder-arg'.
7752         (wl-expire-archive-number1): Diito.
7753         (wl-expire-archive-number2): Diito.
7754         (wl-expire-archive-Date): Diito.
7755         (wl-archive-number1): Diito.
7756         (wl-archive-number2): Diito.
7757         (wl-archive-date): Diito.
7758         (wl-archive-folder-p): New function.
7759         (wl-summary-expire): Support of expand folder name at
7760         wl-expire-alist.
7761         * wl-util.el (wl-expand-newtext): Renamed from
7762         `wl-refile-expand-newtext'.
7763
7764 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7765
7766         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7767         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7768         `(elmo-msgdb-get-overview msgdb)'.
7769         (wl-summary-prefetch): Bind match data before call
7770         `wl-summay-prefetch-msg'.
7771         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7772         'off if `wl-summary-buffer-disp-msg' is non-nil.
7773         Fixed problem that couldn't show only one new or unread message when
7774         enter folder.
7775         (wl-summary-reply): Don't call `split-window-vertically' and other
7776         window.
7777
7778 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-expire.el (wl-expire-refile): Fixed.
7781
7782 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7785
7786         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7787         biff notification is removed.
7788
7789         * wl.el (wl): Changed position of `elmo-init'.
7790
7791         * wl-draft.el (wl-default-draft-cite): Use date field
7792         on the citation buffer.
7793
7794         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7795
7796         * wl-xmas.el (wl-folder-internal-icon-list): Added
7797         `wl-folder-shimbun-image'.
7798
7799         * wl-e21.el (wl-folder-internal-icon-list): Added
7800         `wl-folder-shimbun-image'.
7801
7802 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl.el (wl-init): Eliminated argument.
7805         (wl): Rewrite.
7806
7807         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7808         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7809         instead of `elmo-folder-msgdb-internal'.
7810         (wl-summary-sync-update): Ditto.
7811         (wl-summary-flush-pending-append-operations): Eliminated.
7812         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7813         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7814         `elmo-folder-open'.
7815
7816         * wl-mime.el (wl-summary-burst): Fixed.
7817
7818         * wl-folder.el (wl-folder-info-save): Check data type.
7819
7820         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7821         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7822         instead of `elmo-folder-msgdb-internal'.
7823         (wl-expire-hide): Ditto.
7824
7825
7826         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7827
7828 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7829
7830         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7831
7832 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7833
7834         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7835
7836 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7837
7838         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7839         Fixed `match-beginning' argument mismatch.
7840
7841 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7842
7843         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7844         the default value.
7845
7846 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7849         instead of `elmo-nntp-default-port'.
7850
7851         * wl-vars.el: Fixed some doc strings.
7852
7853 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-summary.el (wl-summary-prefetch-msg): Use
7856         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7857
7858         * wl-vars.el: Define *-func as obsolete variable using
7859         `elmo-define-obsolete-variable'.
7860
7861         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7862         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7863         instead of `wl-message-buffer-prefetch-threshold'.
7864
7865         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7866
7867         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7868
7869         * wl-draft.el (wl-caesar-region-func): Ditto.
7870
7871         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7872         Keep unread status in elmo-folder-move-messages.
7873         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7874
7875 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7878         `wl-summary-buffer-exit-func'
7879         (wl-summary-buffer-message-redisplay-function): Renamed from
7880         `wl-summary-buffer-message-redisplay-func'
7881         (wl-summary-buffer-next-folder-function): Renamed from
7882         `wl-summary-buffer-next-folder-func'.
7883         (wl-summary-buffer-prev-folder-function): Renamed from
7884         `wl-summary-buffer-prev-folder-func'.
7885         (wl-summary-get-petname-function): Renamed from
7886         `wl-summary-get-petname-func'.
7887
7888         * wl-score.el (wl-score-edit-exit-function): Renamed from
7889         `wl-score-edit-exit-func'.
7890
7891         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7892         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7893
7894         * wl-util.el (wl-load-profile-function): Renamed from
7895         `wl-load-profile-func'.
7896
7897         * wl-folder.el (wl-folder-completion-function): Renamed from
7898         `wl-folder-completion-func'.
7899         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7900
7901         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7902         `wl-expire-archive-get-folder-func'.
7903         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7904         (wl-draft-send-mail-function): Renamed from
7905         `wl-draft-send-mail-func'.
7906         (wl-draft-send-news-function): Renamed from
7907         `wl-draft-send-news-func'.
7908         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7909         (wl-generate-mailer-string-function): Renamed from
7910         `wl-generate-mailer-string-func'.
7911         (wl-highlight-signature-search-function): Renamed from
7912         `wl-highlight-signature-search-func'.
7913         (wl-highlight-x-face-function): Renamed from
7914         `wl-highlight-x-face-func'
7915         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7916         (wl-ps-print-buffer-function): Renamed from
7917         `wl-ps-print-buffer-func'
7918         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7919         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7920         (wl-summary-subject-filter-function): Renamed from
7921         `wl-summary-subject-filter-func'.
7922
7923         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7924         `wl-draft-queue-flush-send-func'
7925         (wl-draft-cite-function): Renamed from
7926         `wl-draft-cite-func'
7927
7928         * wl-address.el (wl-address-init-function): Renamed from
7929         `wl-address-init-func'.
7930
7931 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-draft.el (wl-draft-queue-flush): Don't call
7934         `elmo-dop-unlock-message'.
7935         * wl-draft.el (wl-draft-queue-append): Don't call
7936         `elmo-dop-lock-message'.
7937
7938         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7939         (wl-summary-buffer-folder-name): Ditto.
7940         (wl-summary-message-regexp): Added '-' (all other related portions
7941         are changed).
7942         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7943         wl-summary-buffer-folder-name.
7944
7945 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7946
7947         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7948         the number of mails in the folder buffer is not updated by wl-biff.
7949
7950 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7951
7952         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7953         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7954
7955 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-summary.el (wl-summary-next-message):
7958         Return next message number when wl-summary-move-order is nil.
7959
7960 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7961
7962         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7963         `wl-summary-move-spec-alist'.
7964         (wl-summary-move-spec-unplugged-alist): New variable
7965         (Move spec for unplugged status).
7966         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7967         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7968
7969 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7970
7971         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7972         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7973
7974 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7975
7976         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7977         simple quotation to quote the anonymous function.
7978         * tm-wl.el (wl-draft-preview-message): Ditto.
7979
7980 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7981
7982         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7983         Eliminate redundant `save-excursion'.
7984         (wl-highlight-summary-current-line): Ditto.
7985
7986         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7987         accessing match data when `looking-at' failed.
7988
7989         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7990         `elmo-match-string' where users don't care about the speed.
7991         (wl-draft-save): Ditto.
7992
7993 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7994
7995         * wl-util.el (wl-regexp-opt): New function.
7996
7997         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7998         number from `wl-summary-buffer-number-list'.
7999         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8000         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8001         (wl-summary-move-spec-alist): Changed default setting.
8002
8003 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8004
8005         * wl-vars.el (wl-biff-notify-hook): New hook.
8006         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8007         the arrival of new mail.
8008         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8009         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8010
8011 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8014
8015 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8018
8019         * Version number is increased to 2.5.8.
8020
8021         * wl-thread.el (toplevel): require 'cl.
8022         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8023         (wl-thread-make-number-list): New function.
8024         (wl-thread-entity-make-number-list-from-children): Ditto.
8025         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8026         (wl-thread-entity-insert-as-children): Likewise.
8027         (wl-thread-delete-message): Likewise.
8028         (wl-meaning-of-mark): Eliminated.
8029         (wl-thread-next-failure-mark-p): Ditto.
8030         (wl-thread-entity-get-mark): Ditto.
8031         (wl-thread-meaning-alist-get-result): Ditto.
8032         (wl-thread-entity-check-prev-mark): Ditto.
8033         (wl-thread-entity-check-next-mark): Ditto.
8034         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8035         (wl-thread-entity-get-prev-marked-entity): Ditto.
8036         (wl-thread-get-prev-unread): Ditto.
8037         (wl-thread-jump-to-prev-unread): Ditto.
8038         (wl-thread-get-next-unread): Ditto.
8039         (wl-thread-jump-to-next-unread): Ditto.
8040         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8041         (wl-thread-entity-get-next-marked-entity): Ditto.
8042
8043         * wl-summary.el (wl-summary-buffer-number-list):
8044         New bufer-local variable.
8045         (wl-summary-switch-to-clone-buffer): Clone
8046         `wl-summary-buffer-number-list'.
8047         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8048         (wl-summary-cursor-move-regex): Eliminated.
8049         (wl-summary-cursor-up): Rewrite.
8050         (wl-summary-cursor-down): Ditto.
8051         (wl-summary-mode-spec-alist): New variable.
8052         (wl-summary-next-message): New inline function.
8053         (wl-summary-cursor-move): New function.
8054         (wl-summary-default-get-next-msg): Rewrite.
8055         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8056         (wl-summary-rescan): Ditto.
8057         (wl-summary-sync-all-init): Ditto.
8058         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8059         summary is not thread view.
8060         (wl-summary-sync-update): Ditto.
8061         (wl-summary-rescan): Ditto.
8062         (wl-summary-make-number-list): New function.
8063
8064         * wl-draft.el: "FCC" -> "Fcc".
8065
8066 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-highlight.el (wl-highlight-summary-window):
8069         Call `set-buffer-modified-p'.
8070
8071         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8072         (wl): Call `elmo-init' and fix.
8073
8074         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8075         Use new variables.
8076
8077         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8078
8079 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8082
8083 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8084
8085         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8086
8087 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8088
8089         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8090         `wl-use-toolbar' nor `display-graphic-p'.
8091         (wl-e21-setup-message-toolbar): Ditto.
8092         (wl-e21-setup-summary-toolbar): Ditto.
8093         (wl-e21-setup-folder-toolbar): Ditto.
8094
8095         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8096         (wl-plugged-init-icons): Ditto.
8097
8098         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8099         `display-graphic-p'.
8100         (wl-plugged-set-folder-icon): Ditto.
8101         (wl-highlight-plugged-current-line): Ditto.
8102         (wl-highlight-folder-current-line): Ditto.
8103         (wl-e21-highlight-folder-group-line): Ditto.
8104         (wl-e21-setup-toolbar): Ditto.
8105         (wl-e21-display-image-p): New macro.
8106
8107         * wl-demo.el (wl-demo): Simplified.
8108         (wl-demo-image-type-alist): Use `image-type-available-p' for
8109         checking whether the image type `xbm' is available.
8110
8111 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8114         (wl-summary-input-range): Ditto.
8115
8116 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * wl-summary.el (wl-summary-edit-addresses): Use
8119         `wl-summary-get-original-buffer'
8120         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8121         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8122         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8123         (wl-summary-get-newsgroups): Eliminated.
8124         (wl-summary-set-crosspost): Ditto.
8125         (wl-summary-is-crosspost-folder): Ditto.
8126         (wl-crosspost-alist-load): Ditto.
8127         (wl-crosspost-alist-save): Ditto.
8128
8129         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8130         `elmo-setup-subscribed-newsgroups' instead of
8131         `elmo-nntp-make-groups-hashtb'.
8132         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8133         instead of `wl-crosspost-alist-save'.
8134
8135         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8136         of `elmo-folder-message-appendable-p'.
8137         (wl-mime-header-presentation-method): Eliminated.
8138
8139         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8140         (Error occurs in emacs21).
8141
8142         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8143         the current buffer).
8144
8145         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8146         instead of `wl-crosspost-alist-save'.
8147         (wl-init): `elmo-crosspost-message-alist-load'
8148         instead of `wl-crosspost-alist-load'
8149
8150         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8151         (wl-parse-newsgroups): Likewise.
8152         (wl-biff-notify): Run `wl-biff-notify-hook'.
8153
8154 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8155
8156         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8157
8158         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8159         when `wl-summary-lazy-highlight' is non-nil.
8160         (wl-summary-goto-folder-subr): Highlight only when
8161         `wl-summary-lazy-highlight' is non-nil.
8162
8163         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8164         Don't display progress and highlight temp-mark when
8165         `wl-summary-lazy-highlight' is non-nil.
8166         (wl-highlight-summary-window): New function.
8167         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8168
8169 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8170
8171         * wl-summary.el (wl-summary-sync): Change `all-visible'
8172         from `all-shown'
8173         (wl-summary-input-range): Ditto.
8174
8175 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8176
8177         * wl-e21.el (wl-highlight-folder-current-line): Call
8178         `wl-folder-init-icons' when folder icons have not been initialized.
8179
8180         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8181
8182         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8183         (wl-demo-image-type-alist): New macro.
8184
8185 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8186
8187         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8188         display does not support graphics.
8189         (wl-plugged-init-icons): Ditto.
8190         (wl-folder-init-icons): Ditto.
8191
8192         * wl-demo.el (wl-demo): Chech closely whether the display
8193         supports graphics.
8194
8195 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-summary.el (wl-summary-get-original-buffer): New function.
8198         (wl-summary-set-crosspost): Use it.
8199         (wl-summary-target-mark-uudecode): Ditto.
8200         (wl-summary-reedit): Ditto.
8201         (wl-summary-resend-bounced-mail): Ditto.
8202         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8203         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8204
8205         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8206         (wl-message-display-internal): Ditto.
8207
8208 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8211
8212 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * wl-summary.el (wl-summary-save-view): Renamed from
8215         `wl-summary-save-status'.
8216
8217 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8218
8219         * wl-summary.el (wl-summary-sync): Added `all-shown'
8220
8221 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8222
8223         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8224
8225 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8226
8227         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8228
8229 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8230
8231         * wl-highlight.el (wl-highlight-summary-line-string): Use
8232         `zerop' instead of `= 0'.
8233         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8234
8235         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8236         for comparing numbers.
8237         (wl-template-prev): Use `zerop' instead of `eq 0'.
8238
8239         * wl-draft.el (wl-draft-insert-current-message): Use
8240         `with-current-buffer' instead of `save-excursion'.
8241         Use `zerop' instead of `eq 0'.
8242
8243 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8244
8245         * wl-draft.el (wl-draft-insert-ccs): New function.
8246         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8247         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8248
8249 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8252
8253 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-expire.el (wl-expire-refile): Don't call
8256         elmo-msgdb-add-msgs-to-seen-list;
8257         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8258         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8259
8260 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-message.el (wl-message-prev-page): Ignore errors while
8263         scroll-down.
8264
8265 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-mime.el: Use elmo-original-message-mode instead of
8268         mmelmo-original-mode.
8269
8270         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8271         `elmo-folder-get-spec';
8272         (wl-fldmgr-add-completion-all-completions):
8273         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8274
8275         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8276         of `elmo-folder-get-type'.
8277
8278         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8279         `elmo-folder-get-spec';
8280         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8281         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8282         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8283         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8284         `elmo-read-msg-no-cache';
8285         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8286         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8287         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8288         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8289         `elmo-cache-save';
8290         (wl-draft-reedit): Use `elmo-message-file-name'.
8291
8292         * wl-expire.el: Use `elmo-folder-name-internal';
8293         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8294         Use macro `wl-summary-buffer-msgdb' instead of variable
8295         `wl-summary-buffer-msgdb';
8296         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8297         Use macro `wl-summary-buffer-folder-name' instead of variable
8298         `wl-summary-buffer-folder-name'.
8299         * wl-score.el: Likewise.
8300
8301         * wl-message.el: Rewrite for new message buffer cache mechanism.
8302         (wl-message-buffer-cache-buffer-get): New macro.
8303         (wl-message-buffer-cache-folder-get): Ditto.
8304         (wl-message-buffer-cache-message-get): Ditto.
8305         (wl-message-buffer-cache-entry-make): Ditto.
8306         (wl-message-buffer-cache-hit): Ditto.
8307         (wl-message-buffer-cache-sort): New function.
8308         (wl-message-buffer-cache-add): Ditto.
8309         (wl-message-buffer-cache-delete): Ditto.
8310         (wl-message-buffer-cache-clean-up): Ditto.
8311         (wl-message-buffer-window): Rewrite.
8312         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8313         (wl-message-buffer-display): New function.
8314         (wl-message-display-internal): New function.
8315
8316 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-folder.el: Use `elmo-folder-name-internal';
8319         Use `wl-folder-get-elmo-folder';
8320         Use `elmo-folder-list-messages' instead of
8321         `elmo-list-folder';
8322         Use `elmo-folder-get-primitive-list' instead of
8323         `elmo-folder-get-primitive-spec-list';
8324         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8325         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8326         Use `elmo-folder-create' instead of `elmo-create-folder'.
8327         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8328         (wl-folder-get-elmo-folder): New macro.
8329         (wl-folder-elmo-folder-cache-get): Ditto.
8330         (wl-folder-elmo-folder-cache-put): Ditto.
8331         (wl-folder-suspend): Call `elmo-quit'.
8332
8333         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8334         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8335         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8336         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8337         (toplevel): require 'cl.
8338         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8339
8340         * wl-summary.el: Rewrite to use new elmo interface.
8341
8342 \f
8343 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8344
8345         * wl-mime.el (wl-draft-preview-message):
8346         Run `wl-draft-send-hook' before collecting recipients information;
8347         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8348
8349         * tm-wl.el (wl-draft-preview-message): Ditto.
8350
8351 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8354         wrong recipients are displayed when forwarded message.
8355
8356 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * Version number is increased to 2.5.7.
8359
8360 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8361
8362         * wl-message.el (wl-message-next-page): Bind
8363         `window-pixel-scroll-increment' to nil while scrolling up.
8364
8365 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-vars.el (wl-save-hook): New hook.
8368         * wl.el (wl-save): Call `wl-save-hook'.
8369
8370 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8371
8372         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8373         Argument WITH-ARG instead of NO-ARG (negative mean).
8374         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8375         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8376         * wl-message.el (wl-message-follow-current-entity): Likewise.
8377
8378 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8379
8380         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8381         FROM was optional argument.
8382         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8383
8384 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8385
8386         * Version number is increased to 2.5.6.
8387
8388 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8389
8390         * wl-version.el (wl-version-show): Removed.
8391         (wl-version): Add `interactive'.
8392
8393 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8394
8395         * wl-summary.el (wl-summary-get-petname-func): New variable.
8396         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8397         instead of `wl-address-get-petname-1'.
8398         (wl-summary-simple-from): Ditto.
8399
8400         * wl-address.el (wl-address-get-petname-1): Define as function.
8401
8402 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8405         field in the original message.
8406         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8407
8408 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8409
8410         * wl-expire.el (wl-expire-hide):
8411         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8412
8413 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8416         find decoder for To, Cc, and Subject.
8417
8418 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8419
8420         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8421         for checking `elmo-use-buffer-cache'.
8422         (wl-summary-mark-as-important): Fixed typo in comment.
8423
8424 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8425
8426         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8427         field in the original message.
8428         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8429
8430 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8431
8432         * wl-expire.el (wl-expire-hide):
8433         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8434
8435 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8438         find decoder for To, Cc, and Subject.
8439
8440 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * Version number is increased to 2.5.5.
8443
8444         * wl-address.el (wl-address-specials-regexp): New constant.
8445         (wl-address-quote-specials): Use it.
8446
8447 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8448
8449         * wl-summary.el (wl-summary-rescan):
8450         Call `wl-summary-buffer-number-column-detect'.
8451         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8452
8453         * wl-message.el (wl-message-mode-map): Define.
8454         (wl-message-decode): Use it as local-map.
8455
8456 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8459         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8460
8461 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8464
8465         * wl-mule.el (wl-read-event-char): Ditto.
8466
8467         * wl-e21.el (wl-read-event-char): Ditto.
8468
8469         * wl-nemacs.el (wl-read-event-char): Ditto.
8470         (read-event): Removed.
8471
8472         * wl-util.el (toplevel): Removed dummy definition of
8473         `read-event'.
8474         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8475
8476 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8477
8478         * wl-nemacs.el (elmo-archive-call-process): Moved to
8479         elmo-archive.el.
8480
8481 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8482
8483         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8484         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8485
8486         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8487         instead of magic-number 6.  Use `not' instead of `null' for symbol
8488         `nil' check (not empty list).
8489         (wl-draft-insert-x-face-field): Fixed paren style.
8490
8491         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8492         one-branch conditional statement, instead of `and' and `if'.
8493         (wl-draft-forward): Likewise.
8494         (wl-draft-add-references): Likewise.
8495         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8496
8497         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8498         conditional steatment.  Use `cond' instead of `if'.
8499         (wl-draft-confirm): Likewise.
8500
8501 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8502
8503         * wl-version.el (wl-version-show): Use `product-string-1'
8504         instead of `wl-version'.
8505         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8506
8507         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8508
8509 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl-highlight.el (wl-highlight-headers): Revert
8512         `wl-highlight-x-face-func' argument (`beg' and `end').
8513
8514 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8515
8516         * wl.el (toplevel): Move `product-provide' declare.
8517         * wl-demo.el (toplevel): Ditto.
8518         * wl-dnd.el (toplevel): Ditto.
8519         * wl-highlight.el (toplevel): Ditto.
8520         * wl-message.el (toplevel): Ditto.
8521         * wl-refile.el (toplevel): Ditto.
8522         * wl-util.el (toplevel): Ditto.
8523
8524 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8527         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8528         (wl-thread-close-all): keep cursor position.
8529
8530 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8531
8532         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8533         (eq x 0).
8534         (wl-generate-user-agent-string-1): Fix conditional statement.
8535
8536 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8537
8538         * wl.el (wl-check-environment): Additional check for
8539         'wl-local-domain' and `wl-message-id-domain'.
8540
8541 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8542
8543         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8544
8545 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8546
8547         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8548         instead of `smtp-sasl-user-realm'.
8549
8550 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8551
8552         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8553
8554 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8555
8556         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8557         to the default value as well as `eword-lexical-analyzer'.
8558
8559 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8560
8561         * wl-version.el (wl-extended-emacs-version,
8562         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8563         `elmo-match-string' instead of `wl-match-string'.
8564
8565 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8566
8567         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8568         docstring.
8569
8570 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8571
8572         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8573
8574 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl-highlight.el (wl-highlight-headers): Remove
8577         `wl-highlight-x-face-func' argument (`beg' and `end').
8578
8579 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8580
8581         * wl-summary.el (wl-summary-mark-as-important):
8582         Remove cache if folder is local.
8583
8584 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8585
8586         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8587         to get existing e-mail address string.
8588
8589 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8590
8591         * wl-version.el (wl-generate-user-agent-string): Commentary.
8592         (wl-generate-user-agent-string-1): Use `when' for
8593         one-branch conditional statement, instead of `and' and `if'.
8594         (wl-extended-emacs-version, wl-extended-emacs-version2,
8595         wl-extended-emacs-version3): Ditto.
8596
8597 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8600         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8601         condition-case; Remove initialization.
8602         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8603         (wl-summary-sync-update3): Added argument `sync-all';
8604         Eliminated local variable `msgdb';
8605         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8606         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8607         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8608
8609 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8610
8611         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8612         connection before call `wl-draft-send-mail-with-smtp'.
8613
8614 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8615
8616         * Version number is increased to 2.5.4.
8617
8618 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8619
8620         * wl.el (wl-check-environment): Additional check for
8621         'wl-local-domain' and `wl-message-id-domain'.
8622
8623 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8626         buffer as command specific.
8627         (wl-folder-mark-as-read-all-entity): Ditto.
8628         (wl-folder-prefetch-entity): Ditto.
8629         (wl-folder-drop-unsync-entity): Ditto.
8630
8631         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8632         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8633         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8634
8635         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8636         save-excursion.
8637
8638 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * Version number is increased to 2.5.3.
8641
8642         * wl-summary.el (wl-summary-save-view-cache):
8643         Delete duplicated `write-region';
8644         Use `write-region-as-binary' instead of `as-binary-output-file' and
8645         `write-region'.
8646
8647 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8648
8649         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8650
8651 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8654         instead of `smtp-via-smtp'.
8655
8656 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8657
8658         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8659
8660 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8661
8662         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8663         instead of `smtp-sasl-user-realm'.
8664
8665 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8666
8667         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8668
8669 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8670
8671         * Version number is increased to 2.5.2.
8672
8673 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8676         does not exist.
8677         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8678         (wl-biff-start): Call `timer-activate' if timer already exists.
8679
8680         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8681         only when it is bound as function.
8682
8683 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * Version number is increased to 2.5.1.
8686
8687 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8688
8689         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8690         Print refile/copy destination.
8691
8692 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8693
8694         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8695         queue-flush-only is non-nil.
8696
8697         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8698
8699         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8700         checking cache folder.
8701
8702 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8703
8704         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8705         `regexp-quote'.
8706
8707 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8708
8709         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8710         function.
8711         * wl-summary.el (wl-summary-write-current-folder-functions):
8712         Change default value.  Use it.
8713
8714 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * Version number is increased to 2.5.0.
8717
8718         * wl-version.el (wl-version): Changed codename.
8719
8720 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8721
8722         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8723         (wl-summary-supersedes-message): Ditto.
8724
8725 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8726
8727         * wl-refile.el (wl-refile-guess-functions): Renamed from
8728         `wl-refile-guess-func-list'.
8729
8730 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8733         Fixed problem when no rule was matched.
8734
8735 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8736
8737         * wl-summary.el (wl-summary-get-mark): Fixed
8738         `wl-summary-buffer-target-mark' check logic.
8739
8740 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8741
8742         * wl-folder.el (wl-folder-write-current-folder): Added group
8743         folder check.
8744
8745         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8746         `wl-summary-write-current-newsgroup'.
8747         (wl-summary-write-current-folder-functions): New variable.
8748         * wl-folder.el (wl-folder-get-newsgroups): New function.
8749         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8750         (wl-folder-write-current-folder): Renamed from
8751         `wl-folder-write-current-newsgroup'.
8752
8753 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8754
8755         * Version number is increased to 2.3.93.
8756
8757 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8760         (wl-ldap-make-matched-value-list): Ditto.
8761         (wl-ldap-alias-safe-string): Split e-mail address.
8762
8763         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8764         petname folder default was selected.
8765         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8766         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8767
8768 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8769
8770         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8771         to `wl-draft-config-exec'.
8772
8773         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8774         instead of calling `wl-draft-config-exec';
8775         Process group-list and show recipients in minibuffer.
8776
8777         * tm-wl.el (wl-draft-preview-message): Ditto.
8778
8779 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8780
8781         * wl.el (toplevel): Added (C) to copyright notice, and
8782         sync Author header.
8783         * tm-wl.el (toplevel): Ditto.
8784         * wl-address.el (toplevel): Ditto.
8785         * wl-demo.el (toplevel): Ditto.
8786         * wl-dnd.el (toplevel): Ditto.
8787         * wl-draft.el (toplevel): Ditto.
8788         * wl-e21.el (toplevel): Ditto.
8789         * wl-expire.el (toplevel): Ditto.
8790         * wl-folder.el (toplevel): Ditto.
8791         * wl-highlight.el (toplevel): Ditto.
8792         * wl-message.el (toplevel): Ditto.
8793         * wl-mime.el (toplevel): Ditto.
8794         * wl-mule.el (toplevel): Ditto.
8795         * wl-nemacs.el (toplevel): Ditto.
8796         * wl-refile.el (toplevel): Ditto.
8797         * wl-score.el (toplevel): Ditto.
8798         * wl-summary.el (toplevel): Ditto.
8799         * wl-template.el (toplevel): Ditto.
8800         * wl-thread.el (toplevel): Ditto.
8801         * wl-util.el (toplevel): Ditto.
8802         * wl-vars.el (toplevel): Ditto.
8803         * wl-xmas.el (toplevel): Ditto.
8804
8805 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8806
8807         * wl.el (wl-init): Added comment about `wl-init-hook'.
8808         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8809         * wl-vars.el (wl-init-hook): Added docs.
8810         (wl-make-plugged-hook): Removed useless docs.
8811         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8812         * wl-xmas.el (toplevel): Ditto.
8813
8814 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8815
8816         * wl-address.el (toplevel): Fixed multiple Author header format.
8817         * wl-demo.el (toplevel): Ditto.
8818         * wl-draft.el (toplevel): Ditto.
8819         * wl-folder.el (toplevel): Ditto.
8820         * wl-summary.el (toplevel): Ditto.
8821         * wl-thread.el (toplevel): Ditto.
8822         * wl-util.el (toplevel): Ditto.
8823         * wl-vars.el (toplevel): Ditto.
8824         * wl-version.el (toplevel): Ditto.
8825         * wl-xmas.el (toplevel): Ditto.
8826         * wl.el (toplevel): Ditto.
8827
8828         * wl-version.el (toplevel): Added require `elmo-version' for
8829         `product-version-as-string'.
8830
8831 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8832
8833         * wl-vars.el (wl-draft-send-hook): Changed default value to
8834         '(wl-draft-config-exec).
8835
8836         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8837         explicitly.
8838         (wl-draft): Set `wl-draft-config-exec-flag' before running
8839         `wl-mail-setup-hook'.
8840
8841         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8842         `wl-biff-init-icons' to `wl-init-hook' instead of
8843         `wl-make-plugged-hook'.
8844         (Because if `wl-draft' command is invoked at first,
8845         they are not initialized)
8846         Updated copyright notice.
8847
8848         * wl-e21.el (toplevel): Ditto;
8849
8850         * wl-demo.el (toplevel): Updated copyright notice.
8851         * wl-address.el (toplevel): Ditto.
8852         * wl-draft.el (toplevel): Ditto.
8853         * wl-version.el (toplevel): Ditto.
8854         * wl-folder.el (toplevel): Ditto.
8855         * wl-summary.el (toplevel): Ditto.
8856         * wl-thread.el (toplevel): Ditto.
8857         * wl-util.el (toplevel): Ditto.
8858         * wl-vars.el (toplevel): Ditto.
8859         * wl.el (toplevel): Ditto.
8860
8861 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * wl-highlight.el (wl-highlight-message): Fixed problem of
8864         highlighting failure which occured when the last field contains
8865         multiple lines in the draft buffer.
8866
8867         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8868         `wl-biff-start' if plugged.
8869
8870         * wl-util.el (wl-biff-check-folder): New function.
8871         (wl-biff-check-folders): Don't set session name prefix.
8872         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8873         (wl-biff-check-folder-async): Ditto.
8874
8875         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8876         in email address.
8877
8878 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8879
8880         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8881
8882         * wl-draft.el (wl-draft-strip-subject-re): New function.
8883
8884         * wl-draft.el (wl-draft-reply): Use it.
8885
8886 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-message.el (wl-mmelmo-message-redisplay): Use
8889         `mime-display-message' instead of `wl-mime-display-message'.
8890
8891         * wl-mime.el (toplevel): Removed compatibility workaround
8892         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8893         (wl-mime-display-message): Abolished.
8894         (wl-mime-entity-read-field): Ditto.
8895         (wl-mime-combine-message/partial-pieces): Use
8896         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8897
8898 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8899
8900         * wl-template.el: Doc fixes.
8901
8902 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8903
8904         * wl-e21.el (wl-message-overload-functions): Do nothing if
8905         `current-local-map' is not available.
8906         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8907
8908 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8909
8910         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8911         representation.
8912
8913         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8914         number.
8915         (wl-fldmgr-save-folders): Don't use `format' when insert
8916         `wl-fldmgr-folders-header'.
8917
8918 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8919
8920         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8921
8922 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-highlight.el (wl-highlight-message):
8925         Use `std11-field-end' to detect end point of the header field.
8926         Refer `wl-highlight-max-header-size'.
8927
8928         * wl-vars.el (wl-highlight-max-header-size): New variable.
8929
8930         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8931
8932         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8933         Set `for-draft' argument of wl-highlight-headers.
8934         (wl-draft): Ditto.
8935         (wl-draft-reedit): Ditto.
8936         (wl-user-agent-compose-internal): Ditto.
8937
8938 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8939
8940         * wl-message.el (wl-message-add-button): Use overlay.
8941
8942 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8945
8946         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8947         problem when group-list content is nothing.
8948         (Reported by Mito <mit@nines.nec.co.jp>)
8949
8950 2000-10-18  SAITO Atsunori <sai@yedo.com>
8951
8952         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8953
8954 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8955
8956         * tm-wl.el (toplevel): Use product-provide.
8957
8958 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * Version number is increased to 2.3.92.
8961
8962 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8963
8964         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8965         title text, use `display' property for left margin under Emacs 21.
8966
8967         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8968         properties.
8969         (wl-plugged-init-icons): Ditto.
8970
8971 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8972
8973         * wl.el (wl-save-status, wl-init): Remove last period in
8974         "...done." message.
8975         * tm-wl.el (wl-summary-burst): Ditto.
8976         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8977         wl-summary-resume-cache-status,
8978         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8979         wl-summary-sync-update3, wl-summary-highlight-msgs,
8980         wl-summary-flush-pending-append-operations,
8981         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8982         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8983         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8984         wl-thread-open-all): Ditto.
8985         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8986         * wl-mime.el (wl-summary-burst): Ditto.
8987         * wl-highlight.el (wl-highlight-summary): Ditto.
8988         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8989         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8990         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8991         * wl-address.el (wl-local-address-init): Ditto.
8992
8993 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8994
8995         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8996         `add-text-properties'.
8997         (wl-plugged-init-icons): Ditto.
8998         (wl-folder-init-icons): Use `propertize' instead of
8999         `put-text-property'.
9000         (wl-plugged-set-folder-icon): Ditto.
9001         (wl-e21-highlight-folder-group-line): Ditto.
9002
9003 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9004
9005         * wl-version.el (wl-version-status-alist): New variable.
9006         (wl-version-status): New function.
9007
9008         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9009         "Cc" part of the case "Reply-To".
9010
9011         * wl-draft.el (wl-draft-reply): Use result of
9012         `eword-extract-address-components'.
9013
9014         * wl-demo.el (wl-demo-icon-name): New constant.
9015         (wl-logo-xpm): Use it.
9016         (wl-logo-xbm): Ditto.
9017         (wl-logo-bitmap): Ditto.
9018
9019         * Version number is increased to 2.3.91.
9020
9021 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9022
9023         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9024         (wl-extended-emacs-version, wl-extended-emacs-version2,
9025         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9026         docstring.
9027
9028         * wl-version.el (wl-generate-user-agent-string-1): New function.
9029         (wl-generate-user-agent-string): Use it.
9030
9031         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9032         `mime-edit-insert-user-agent-field'.
9033         (wl-generate-user-agent-string): Check
9034         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9035
9036         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9037         instead of `if', when verbose case.
9038
9039 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9040
9041         * wl-expire.el (wl-summary-expire): Fix.
9042
9043 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9044
9045         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9046         and `elmo-lost+found-folder' if 'wl-draft.
9047         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9048
9049 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9050
9051         * wl-expire.el (wl-summary-expire): Change messages.
9052         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9053         `deleing-info' instead of "Deleting..."
9054
9055 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9056
9057         * wl-summary.el (wl-summary-refile-subr): Fix.
9058
9059 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9062         if pipe folder.
9063
9064 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9067
9068 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9069
9070         * wl-expire.el (wl-expire-hide): New function.
9071         (wl-summary-expire): Add `hide'.
9072
9073 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-vars.el (wl-draft-reply-without-argument-list):
9076         Changed default value to consider `Reply-To:'.
9077         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9078
9079         * Version number is increased to 2.3.90.
9080
9081         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9082         elmo-imap4-get-session with unwind-protect.
9083         Don't cause error.
9084         (wl-summary-sync-marks): Don't check plugged nor folder type.
9085         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9086         (Always keep current buffer).
9087
9088 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9089
9090         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9091         Enclose with `save-excursion'.
9092
9093 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9094
9095         * wl-version.el (wl-version): Remove interactive.
9096
9097 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9098
9099         * wl-version.el (wl-generate-user-agent-string): Use
9100         `product-string-verbose' instead of `product-string-1'.
9101
9102 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9103
9104         * wl-vars.el (wl-draft-use-cache): New variable.
9105         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9106         if wl-draft-use-cache is non-nil.
9107
9108 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9109
9110         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9111         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9112
9113 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9116         (wl-thread-msg-mark-as-unread): Ditto.
9117
9118         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9119         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9120         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9121         Don't set mark in summary if return value of `elmo-mark-as-read'
9122         is nil.
9123         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9124         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9125         instead of `wl-thread-msg-mark-as-read'.
9126         (wl-summary-mark-as-unread-region): Ditto.
9127         (wl-summary-target-mark-mark-as-read): Ditto.
9128
9129         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9130
9131 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9134
9135         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9136
9137 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9140         face.
9141
9142 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9143
9144         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9145         `running-xemacs'.
9146
9147 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9148
9149         * wl-version.el (toplevel): Use `product-version-as-string' for
9150         set verstion-string, if defined.
9151
9152         * wl-version.el (wl-version-show): Insert string at point, when
9153         call with argument.
9154
9155         * wl-version.el (wl-generate-user-agent-string): Use
9156         `product-string-1' instead of `wl-appname', `wl-version' and
9157         `wl-codename'.
9158
9159 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9160
9161         * wl-address.el (toplevel): Use product-provide.
9162         * wl-demo.el (toplevel): Ditto.
9163         * wl-dnd.el (toplevel): Ditto.
9164         * wl-draft.el (toplevel): Ditto.
9165         * wl-e21.el (toplevel): Ditto.
9166         * wl-expire.el (toplevel): Ditto.
9167         * wl-fldmgr.el (toplevel): Ditto.
9168         * wl-folder.el (toplevel): Ditto.
9169         * wl-highlight.el (toplevel): Ditto.
9170         * wl-message.el (toplevel): Ditto.
9171         * wl-mime.el (toplevel): Ditto.
9172         * wl-mule.el (toplevel): Ditto.
9173         * wl-nemacs.el (toplevel): Ditto.
9174         * wl-refile.el (toplevel): Ditto.
9175         * wl-score.el (toplevel): Ditto.
9176         * wl-summary.el (toplevel): Ditto.
9177         * wl-template.el (toplevel): Ditto.
9178         * wl-thread.el (toplevel): Ditto.
9179         * wl-util.el (toplevel): Ditto.
9180         * wl-vars.el (toplevel): Ditto.
9181         * wl-xmas.el (toplevel): Ditto.
9182         * wl.el (toplevel): Ditto.
9183
9184 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9185
9186         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9187         instead of product.
9188
9189         * wl-version.el (wl-version): Compile time evalution elmo-version.
9190
9191 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9192
9193         * wl-summary.el (wl-summary-sync-force-update): Append queue
9194         `mark-as-read'if unplugged.
9195
9196 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-version.el: New file.  Use product.el.
9199         * wl.el: add (require 'wl-version).
9200         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9201         for ~/.folders header.
9202         (wl-fldmgr-folders-header): Changed.
9203         * wl-demo.el (wl-demo): Use product.el.
9204
9205         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9206         wl-version.el.
9207         * wl-util.el (wl-version, wl-version-show): Ditto.
9208
9209         * wl-util.el (wl-generate-user-agent-string,
9210         wl-extended-emacs-version, wl-extended-emacs-version2,
9211         wl-extended-emacs-version3): Move to wl-version.el.
9212         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9213         xemacs-codename, mime-edit-insert-user-agent-field,
9214         mime-edit-user-agent-value, mime-editor/version,
9215         mime-editor/codename): Compile warning killer move to
9216         wl-version.el
9217
9218 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9219
9220         * wl-summary.el (wl-summary-refile-subr): Fix.
9221
9222 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9225         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9226
9227 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9228
9229         * wl.el (wl-check-environment): Check too many `@'.
9230
9231 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9232
9233         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9234
9235 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9236
9237         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9238         wl-draft-reply-myself-without-argument-list): Add variables.
9239         * wl-draft.el (wl-draft-reply): Use it.
9240
9241 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9242
9243         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9244         the 5th argument of `elmo-network-get-spec'.
9245
9246         * wl-thread.el (wl-thread-reparent-children): New inline function.
9247         (wl-thread-delete-message): Use it.
9248
9249         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9250         (wl-summary-score-update-all-lines): Don't use `dolist'.
9251
9252 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9253
9254         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9255         (require 'elmo-msgdb) for inline function.
9256
9257 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9258
9259         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9260
9261 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9262
9263         * wl-score.el (wl-score-headers): Fix for the confusing macro
9264         `elmo-kill-buffer'.
9265
9266 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9267
9268         * wl-summary.el: Don't use the 3rd argument of `require' because
9269         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9270         * wl-util.el: Ditto.
9271         * wl-draft.el: Ditto.
9272
9273 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9274
9275         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9276         window system is not used.
9277
9278 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9279
9280         * wl-thread.el: Don't use `mapcar' only for iteration.
9281         (wl-thread-resume-entity): Ditto.
9282         (wl-thread-delete-message): Ditto.
9283
9284         * wl-summary.el: Bind `dragdrop-drop-functions',
9285         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9286         of `require' for `timezone', `easymenu' and `ps-print';
9287         don't use `mapcar' only for iteration.
9288
9289         * wl-util.el: Bind `mule-version', `nemacs-version',
9290         `emacs-beta-version', `xemacs-codename',
9291         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9292         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9293         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9294         only for iteration.
9295
9296         * wl-score.el: Don't use `mapcar' only for iteration.
9297         (wl-score-simplify-buffer-fuzzy): Ditto.
9298         (wl-score-simplify-subject): Ditto.
9299         (wl-score-headers): Ditto.
9300         (wl-summary-score-update-all-lines): Ditto.
9301
9302         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9303         `enable-multibyte-characters' and `mule-version'.
9304
9305         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9306         `mapcar' only for iteration.
9307
9308         * wl-demo.el: Don't use `mapcar' only for iteration.
9309
9310         * wl-folder.el: Don't use `mapcar' only for iteration.
9311         (wl-folder-open-all): Ditto.
9312         (wl-folder-count-incorporates): Ditto.
9313
9314         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9315         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9316
9317         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9318         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9319         `smtp-connection-type'; specify 3rd argument of `require' for
9320         `timezone'; don't use `mapcar' only for iteration.
9321         (wl-draft-clone-local-variables): Don't use `mapcar'.
9322         (wl-draft-generate-clone-buffer): Ditto.
9323         (wl-user-agent-compose-internal): Ditto.
9324
9325         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9326
9327         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9328         (wl-save-status): Ditto.
9329
9330         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9331         for iteration.
9332
9333 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9336         removed `Date'.
9337         (wl-fldmgr-make-filter-default): New user option.
9338
9339         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9340         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9341         (wl-fldmgr-filter-completion-alist): Abolish.
9342
9343         * wl.el (wl): Don't check servers if arg is non-nil.
9344
9345         * wl-draft.el (wl-draft-reply): Set only message-id string to
9346         In-Reply-To field.
9347
9348 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-summary.el (wl-summary-pick): Rewrite.
9351
9352         * wl-draft.el (wl-draft-forward): Get references field from
9353         original buffer.
9354         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9355
9356 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9357
9358         * wl-draft.el (wl-draft-forward): Add references field.
9359
9360 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9363         (wl-draft-reply): Use it.
9364
9365 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9366
9367         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9368         when Emacs 21 is running.
9369
9370         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9371         bindings.
9372
9373 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9374
9375         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9376         XPM icons transparent.
9377
9378         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9379         Emacs 21.
9380
9381 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9382
9383         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9384         nil.
9385
9386         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9387         when it is persistent.
9388         (wl-summary-sync-marks): Changed argument for
9389         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9390         (wl-summary-virtual): Use `elmo-read-search-condition'.
9391         (wl-summary-redisplay-internal): If folder is local, mark as read
9392         even when folder is plugged.
9393
9394 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9395
9396         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9397         of `tool-bar-lines' in the frame parameters.
9398         (after-make-frame-functions, post-command-hook): Don't modify the
9399         value.
9400         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9401         wl-e21-tool-bar-lines): Removed.
9402
9403 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9404
9405         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9406         properties `evaporate' and `wl-momentary-overlay' as well.
9407         (wl-highlight-summary-displaying): Ditto.
9408         (wl-delete-all-overlays): Don't delete overlay which does not have
9409         a property `wl-momentary-overlay'.
9410
9411         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9412         `display-mouse-p' and `display-graphic-p'.
9413         (wl-folder-init-icons): Don't search for XBM or the other files.
9414         (wl-plugged-set-folder-icon): Make icons if and only if
9415         `display-graphic-p' returns non-nil.
9416         (wl-highlight-plugged-current-line): Use `before-string' overlay
9417         property to show icon images.
9418         (wl-highlight-folder-current-line): Ditto.
9419         (wl-e21-highlight-folder-group-line): Ditto.
9420         (wl-e21-highlight-folder-by-numbers): Ditto.
9421         (wl-e21-insert-image): Removed.
9422         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9423         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9424         said.
9425         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9426         `wl-e21-force-switch-toolbar'.
9427         (wl-e21-make-icon-image): Removed.
9428         (wl-e21-setup-toolbar): Don't search for XBM files.
9429         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9430         the default value.
9431
9432 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9433
9434         * wl-util.el (wl-biff-check-folder-async): Set
9435         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9436
9437 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9438
9439         * wl-e21.el (after-make-frame-functions): Add
9440         `wl-e21-force-switch-toolbar'.
9441         (wl-e21-force-switch-toolbar): New function force to switch the
9442         toolbar appearance automatically.
9443         (post-command-hook): Add `wl-e21-switch-toolbar'.
9444         (wl-e21-switch-toolbar): New function to switch the toolbar
9445         appearance automatically.
9446         (wl-e21-tool-bar-lines): New buffer local variable.
9447
9448 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9449
9450         * wl-util.el (wl-biff-check-folders-running): New variable.
9451         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9452         (wl-biff-check-folder-async-callback):
9453         Set `wl-biff-check-folders-running'.
9454         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9455         with unwind-protect.
9456
9457         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9458         Enclose `wl-folder-auto-check' with unwind-protect.
9459
9460         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9461         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9462
9463         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9464
9465         * wl-util.el (wl-biff-notify): New inline function.
9466         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9467         locally.
9468         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9469         folder-list' is 1.
9470         Use `wl-biff-notify'.
9471         (wl-biff-check-folder-async-callback): New function.
9472         (wl-biff-check-folder-async): Ditto.
9473
9474         * wl-folder.el (wl-folder): Don't check folders.
9475         (wl-folder-auto-check): New function.
9476
9477 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9478
9479         * wl-util.el (wl-biff-start) [Emacs19+]:
9480         Use `timer-next-integral-multiple-of-time'.
9481         (wl-biff-check-folders): Use `wl-default-folder'
9482         if `wl-biff-check-folder-list' is nil.
9483
9484 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9485
9486         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9487         instead of `elmo-delete-lists'.
9488
9489 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9490
9491         * wl.el (wl-plugged-toggle-all): Set the value of
9492         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9493         (wl-plugged-toggle): Ditto.
9494         (wl-toggle-plugged): Ditto.
9495         (wl-plugged-init): Ditto.
9496
9497         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9498         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9499         instead of `wl-biff-state-indicator-off' and
9500         `wl-biff-state-indicator-on'; don't modify the value and the type
9501         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9502         (wl-plugged-init-icons): Set icons data to
9503         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9504         instead of `wl-plug-state-indicator-off' and
9505         `wl-plug-state-indicator-on'; don't modify the value and the type
9506         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9507
9508         * wl-vars.el (wl-modeline-biff-state-off,
9509         wl-modeline-biff-state-on, wl-modeline-biff-status,
9510         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9511         wl-modeline-plug-status): New internal variables.
9512         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9513         wl-biff-check-interval, wl-biff-check-folder-list): Change
9514         customization group from `wl-folder' to `wl-highlight'.
9515         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9516         wl-show-plug-status-on-modeline): Defcustomized.
9517
9518         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9519         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9520         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9521         a flag to `mode-line-buffer-identification'.
9522
9523         * wl-e21.el (wl-biff-init-icons): Set icons data to
9524         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9525         instead of `wl-biff-state-indicator-off' and
9526         `wl-biff-state-indicator-on'.
9527         (wl-plugged-init-icons): Set icons data to
9528         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9529         instead of `wl-plug-state-indicator-off' and
9530         `wl-plug-state-indicator-on'.
9531
9532 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9533
9534         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9535         excessive titles.
9536
9537 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9538
9539         * wl.el (wl-plugged-mode): Use revised
9540         `wl-mode-line-buffer-identification'.
9541         (wl-plugged-init): Don't use `force-mode-line-update'.
9542
9543         * wl-xmas.el (wl-draft-overload-functions): Use revised
9544         `wl-mode-line-buffer-identification'.
9545         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9546         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9547         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9548         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9549         `wl-make-plugged-hook';
9550         add `wl-folder-init-icons' and `wl-setup-folder' to
9551         `wl-folder-mode-hook'.
9552
9553         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9554         19 as well.
9555         (wl-mode-line-display-priority-list): New user option.
9556         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9557         Defcustomized.
9558         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9559         Add docs.
9560
9561         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9562         start.
9563         (wl-mode-line-buffer-identification): Revised as a function.
9564
9565         * wl-summary.el (wl-summary-mode): Use revised
9566         `wl-mode-line-buffer-identification'; don't call
9567         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9568         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9569         `wl-xmas-setup-summary'.
9570
9571         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9572         `wl-mode-line-buffer-identification'.
9573
9574         * wl-mule.el (wl-draft-overload-functions): Use revised
9575         `wl-mode-line-buffer-identification'.
9576
9577         * wl-folder.el (wl-make-plugged-alist): Don't call
9578         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9579         (wl-folder): Don't call `wl-folder-init-icons' directly.
9580         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9581         `wl-xmas-setup-folder' directly;
9582         use revised `wl-mode-line-buffer-identification'.
9583         (TopLevel): Don't bind `wl-biff-init-icons',
9584         `wl-plugged-init-icons', `wl-folder-init-icons',
9585         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9586
9587         * wl-e21.el (wl-draft-overload-functions): Use revised
9588         `wl-mode-line-buffer-identification'.
9589         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9590         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9591         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9592         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9593         `wl-make-plugged-hook';
9594         add `wl-folder-init-icons' and `wl-setup-folder' to
9595         `wl-folder-mode-hook'.
9596
9597 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9598             Katsumi Yamaoka    <yamaoka@jpl.org>
9599
9600         * wl.el (wl): Call `wl-biff-start'.
9601         (wl-exit): Call `wl-biff-stop'.
9602         (wl-plugged-mode): Show biff in modeline.
9603         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9604
9605         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9606         (wl-biff-init-icons): New function.
9607         (wl-plugged-init-icons): Don't make too much keymaps.
9608         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9609
9610         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9611         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9612         variables.
9613         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9614         options.
9615
9616         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9617         wl-biff-start, wl-biff-stop): New functions.
9618         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9619         (wl-biff-timer-name): New variable.
9620
9621         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9622
9623         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9624         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9625
9626         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9627         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9628
9629         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9630         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9631         `wl-folder-init-icons' to `ignore' if they are not available.
9632         (wl-folder-mode): Show biff in modeline.
9633
9634         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9635         (wl-biff-init-icons): New function.
9636         (wl-plugged-init-icons): Don't make too much keymaps.
9637         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9638
9639 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9640
9641         * wl-vars.el (wl-strict-diff-folders): Customization Type
9642         and doc fix.  Define as a list of regular expressions for
9643         folders or nil.
9644         * wl-folder.el (wl-folder-check-one-entity): Use
9645         `wl-string-match-member' instead of `wl-string-member' for
9646         `wl-strict-diff-folders'.
9647
9648 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9649
9650         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9651         (wl-highlight-folder-current-line): Use it; new implementation.
9652         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9653         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9654         `defsubst' instead of `defun'.
9655
9656         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9657         `wl-highlight-group-folder-by-numbers'; made it can also be a
9658         number.  See info for more details.
9659
9660         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9661         running.
9662
9663         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9664         to bind them.
9665
9666         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9667         (wl-highlight-folder-current-line): New implementation.
9668
9669         * wl-highlight.el (wl-highlight-folder-group-line): New
9670         implementation.
9671         (wl-delete-all-overlays): Rewrite as a marco.
9672         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9673
9674         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9675         running.
9676         (wl-folder-*-glyph): No need to bind them.
9677
9678         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9679         `wl-e21-highlight-folder-group-icon'; rewrite.
9680         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9681         `defsubst' instead of `defun'.
9682         (wl-folder-mode-map): Bind it when compiling.
9683
9684 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9685
9686         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9687
9688         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9689
9690 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9691
9692         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9693
9694 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9695
9696         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9697         (wl-highlight-folder-current-line): Use it.
9698
9699         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9700         in `id-name'.
9701
9702 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9703
9704         * wl.el: Require `wl-e21' when Emacs 21 is running.
9705
9706         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9707         default when Emacs 21 is running.
9708         (wl-use-highlight-mouse-line): Ditto.
9709         (wl-on-emacs21): New constant.
9710         (wl-on-emacs20): Removed.
9711
9712         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9713         Emacs 21 is running.
9714
9715         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9716         Emacs 21 is running.
9717
9718         * wl-e21.el: New file.
9719
9720 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9721
9722         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9723         (wl-toggle-plugged): Ditto.
9724         (wl-plugged-toggle): Ditto.
9725         (wl-plugged-toggle-all): Ditto.
9726
9727         * wl-vars.el (wl-plug-state-indicator): Refer
9728         `wl-plug-state-indicator-on' indirectly.
9729
9730 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9731
9732         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9733         Call `wl-folder-confirm-existence'.
9734
9735         * wl-folder.el (wl-folder-confirm-existence): Added optional
9736         argument `force'.
9737
9738 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9739
9740         * wl-summary.el (wl-summary-refile-subr): Assume
9741         `copy-or-refile' as symbol.
9742         (wl-summary-refile): Follow up above change.
9743         (wl-summary-copy): Ditto.  Doc fix.
9744
9745 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9746
9747         * wl-summary.el (wl-summary-pick): Don't bind
9748         `elmo-search-mime-charset'.
9749
9750         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9751         default using old backquote style.
9752         (wl-search-mime-charset): Abolished.
9753
9754         * wl-highlight.el (wl-highlight-headers):
9755         Call `point' after `re-search-forward'(for Nemacs).
9756
9757         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9758         for elmo-imap4.el.
9759
9760 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9761
9762         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9763         `wl-message-ignored-field-list' instead of
9764         `mime-view-ignored-field-list'.
9765
9766         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9767         Add interactive spec.
9768         (wl-folder-goto-bottom-of-current-folder): Ditto.
9769         (wl-folder-mode-map): Bind them.
9770
9771         * wl-vars.el (wl-message-ignored-field-list): New variable.
9772         (wl-message-visible-field-list): New variable.
9773
9774         * wl-mime.el (wl-mime-header-presentation-method): New function.
9775         (wl-mime-setup): Set header-presentation-method.
9776
9777 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9778
9779         * wl-nemacs.el (wl-draft-overload-functions): Set
9780         `mode-line-buffer-identification' instead of using
9781         `wl-make-modeline'.
9782
9783         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9784         instead of using `wl-make-modeline'.
9785
9786         * wl-xmas.el (wl-plugged-init-icons): Set up
9787         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9788         (wl-make-modeline): Abolish.
9789         (wl-draft-overload-functions): Set
9790         `mode-line-buffer-identification' instead of using
9791         `wl-make-modeline'.
9792
9793         * wl-util.el (wl-make-modeline-subr): Abolish.
9794         (wl-mode-line-buffer-identification): New alias.
9795
9796         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9797         (wl-summary-make-modeline): Abolish.
9798         (wl-summary-buffer-set-folder): Set
9799         `wl-summary-buffer-folder-indicator'.
9800         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9801         of using `wl-make-modeline'.
9802         (wl-summary-switch-to-clone-buffer): Don't set
9803         `mode-line-buffer-identification'.
9804         (wl-summary-goto-folder-subr): Ditto.
9805
9806         * wl-mule.el (wl-draft-overload-functions): Set
9807         `mode-line-buffer-identification' instead of using
9808         `wl-make-modeline'.
9809
9810         * wl-folder.el (wl-folder-mode): Set
9811         `mode-line-buffer-identification' instead of using
9812         `wl-make-modeline'.
9813         (wl-folder): Don't set `mode-line-buffer-identification'.
9814
9815 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9816
9817         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9818         instead of `member' for `wl-refile-guess-func-list' look-ups.
9819         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9820
9821 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9822
9823         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9824         `wl-message-button-dispatcher'.
9825
9826         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9827
9828         * wl-message.el (wl-message-button-dispatcher): Use it.
9829
9830         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9831         "In-Reply-To".
9832
9833         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9834         Bind `case-fold-search' to t.
9835
9836 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9837
9838         * wl-xmas.el (wl-message-overload-functions): Initialize
9839         `wl-message-button-map'.
9840
9841         * wl-mule.el (wl-message-overload-functions): Initialize
9842         `wl-message-button-map'.
9843
9844         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9845
9846         * wl-message.el (wl-message-button-map): New keymap.
9847         (wl-message-add-button): New function.
9848         (wl-message-button-dispatcher): New function.
9849         (wl-message-button-refer-article): New function.
9850
9851         * wl-highlight.el
9852         (wl-highlight-message-add-buttons-to-header): New function.
9853         (wl-highlight-headers): Use it.
9854
9855 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9856
9857         * wl-summary.el (wl-summary-default-from): Use
9858         `wl-address-get-petname-1'.
9859         (wl-summary-simple-from): Ditto.
9860
9861         * wl-address.el (wl-address-get-petname-1): New inline function.
9862         (wl-address-get-petname): Use it.
9863
9864 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9865
9866         * wl-summary.el (wl-summary-default-from): Return full-name part
9867         from the address if no petname was found.
9868         (wl-summary-simple-from): Ditto.
9869
9870         * wl-address.el (wl-address-get-petname): Return nil if no petname
9871         associated with the address was found.
9872
9873 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9874
9875         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9876         display is finished.
9877
9878 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9879
9880         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9881         `elmo-folder-exists-p' argument.
9882
9883 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9884
9885         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9886         the folder.
9887
9888 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9889
9890         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9891
9892         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9893         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9894
9895 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9896
9897         * wl-folder.el (wl-folder-create-subr): New function.
9898         (wl-folder-confirm-existence): Use it.
9899         (wl-folder-check-one-entity): Use it.
9900         Check the error symbol is derived from 'elmo-open-error.
9901
9902         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9903         `ignore-error'.
9904
9905 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9906
9907         * wl-util.el (toplevel): Add (eval-when-compile (require
9908         'elmo-util)).  (Maybe `provide' is typo.)
9909
9910 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9911
9912         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9913         (I don't know why this was needed.)
9914
9915         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9916         Follow up changes for stream-type.
9917
9918         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9919         (wl-draft-elmo-nntp-send): Ditto.
9920
9921         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9922         (wl-nntp-posting-stream-type): Ditto.
9923         (wl-pop-before-smtp-ssl): Abolished.
9924         (wl-nntp-posting-ssl): Ditto.
9925
9926         * wl-address.el (wl-address-quote-specials): New function.
9927         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9928
9929         * wl-draft.el (wl-draft-reply): Ditto.
9930
9931 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9932
9933         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9934         use function `wl-string-match-assoc'.
9935
9936 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9937
9938         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9939
9940         * wl-draft.el (wl-draft-deduce-address-list): New function.
9941         (wl-draft-parse-mailbox-list): Ditto.
9942         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9943         instead of `smtp-deduce-address-list'.
9944         (wl-draft-on-field-p): Follow group list.
9945
9946         * wl-address.el (wl-address-concat-token): New function.
9947         (wl-address-string-without-group-list-contents): Ditto.
9948         (wl-complete-field-body): Fixed problem of completion
9949         by japanese petname.
9950         (wl-address-make-completion-list): Rewrite.
9951
9952 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9953
9954         * wl-address.el (wl-address-make-completion-list): Completion by
9955         petname.
9956         (wl-complete-field-body): Likewise.
9957
9958 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9959
9960         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9961         contains invalid address syntax.
9962
9963 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9964
9965         * wl-folder.el (wl-folder-check-entity-async): Use
9966         `elmo-nntp-spec-hostname'.
9967
9968 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9969
9970         * wl-summary.el (wl-summary-msgdb-load-async): Use
9971         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9972
9973 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9974
9975         * wl-draft.el (wl-draft-reply): Set argument
9976         `content-transfer-encoding' as nil.
9977
9978 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9979
9980         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9981         `wl-refile-alist'.
9982
9983 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9984
9985         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9986         (wl-draft-edit-string): Ditto.
9987         (wl-draft-forward): Ditto.
9988         * wl-summary.el (wl-summary-write): Ditto.
9989
9990 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9991
9992         * wl-summary.el (wl-summary-sync-update3): Call
9993         `wl-summary-buffer-number-column-detect'.
9994         (wl-summary-buffer-number-column-detect): Search from point-min.
9995
9996 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9997
9998         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9999         contains an address which is not included in original to or cc.
10000
10001 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10002
10003         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10004         begin-line does not exist.
10005         * wl-message.el (wl-message-uu-substring): Ditto.
10006
10007 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10008
10009         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10010         clear local variables.
10011         (wl-summary-exit): Call `elmo-commit'.
10012         (wl-summary-switch-to-clone-buffer): Call
10013         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10014         (wl-summary-goto-folder-subr): Ditto.
10015
10016         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10017         POP folder.
10018
10019 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10020
10021         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10022         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10023         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10024         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10025         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10026         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10027
10028         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10029
10030 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10031
10032         * wl-summary.el (wl-summary-search-by-subject):
10033         Search parent message from the latest one.
10034
10035 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10036
10037         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10038         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10039
10040         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10041         New user option.
10042
10043         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10044         if elmo-nntp-use-killed-list is nil.
10045         Use `elmo-msgdb-append-to-killed-list'.
10046         (Append numbers confirmed as disappeared to the killed list.)
10047         (wl-summary-confirm-appends): Don't display negative number.
10048
10049 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10050
10051         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10052
10053 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10054
10055         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10056         range is `all'.
10057         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10058         `elmo-list-bigger-diff'.
10059
10060 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-summary.el (wl-summary-buffer-exit-func):
10063         New buffer local variable.
10064         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10065
10066 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10067
10068         * wl-demo.el (wl-demo): Fix the last change.
10069
10070 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10071
10072         * wl-demo.el (wl-demo): Don't use `eval'.
10073
10074 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10075
10076         * wl-summary.el (wl-summary-buffer-thread-modified):
10077         New buffer-local variable.
10078         (wl-summary-set-thread-modified): New function.
10079         (wl-summary-thread-modified-p): New function.
10080         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10081         (wl-summary-yank-saved-message): Use function
10082         `wl-summary-set-thread-modified'
10083         (wl-summary-switch-to-clone-buffer): Add
10084         `wl-summary-buffer-thread-modified'.
10085
10086         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10087         (wl-summary-buffer-mark-saved-hook): Ditto.
10088         * wl-summary.el (wl-summary-msgdb-save): New hook
10089         `wl-summary-buffer-message-saved-hook' and
10090         `wl-summary-buffer-mark-saved-hook'.
10091
10092 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10093
10094         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10095
10096 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10097
10098         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10099         don't hide scroll bars under FSF Emacsen because it may incur an
10100         undesirable redrawing.
10101
10102 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10103
10104         * wl-draft.el (wl-draft-edit-string): Call
10105         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10106
10107 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10108
10109         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10110
10111 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10112
10113         * wl-summary.el (wl-summary-msgdb-load-async): Call
10114         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10115
10116 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10117
10118         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10119         fringes in demo buffer; center bitmap logo correctly even if old
10120         Mule is used.
10121
10122 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10123
10124         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10125
10126         * wl-refile.el (wl-refile-subject-alist): New variable.
10127         (wl-refile-subject-alist-file-name): Ditto.
10128         (wl-refile-alist-setup): Rewrite.
10129         (wl-refile-alist-save): Use `elmo-object-save'.
10130         Eliminated arguments.
10131         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10132         (wl-refile-guess-by-subject): New function.
10133         (wl-refile-guess-func-list): Added it.
10134
10135 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10136
10137         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10138         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10139
10140 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10141
10142         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10143         New buffer-local variable.
10144         (wl-summary-buffer-next-folder-func): Ditto.
10145         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10146         if non-nil.
10147         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10148         if non-nil.
10149         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10150         if non-nil.
10151         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10152         if non-nil.
10153
10154 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10155
10156         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10157         permanently in the demo buffer.
10158
10159 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10160
10161         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10162         `mime-entity-fetch-field'.
10163
10164         * wl.el (wl-exit): Delete plugged buffer.
10165
10166         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10167         XEmacs has menubar feature.
10168
10169 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10170
10171         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10172         cannot arrive at the beginning of the buffer under old Emacsen.
10173
10174 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10175
10176         * wl-address.el (wl-address-ldap-search):
10177         Call `ldap-search-entries' with `withdn' argument t.
10178         (wl-complete-field-body): Bind completion-ignore-case as t.
10179         Clear ldap search hash when it was sole completion.
10180         Use elmo-string for pattern string.
10181         (wl-ldap-alias-safe-string): Eliminated needless let.
10182
10183 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10184
10185         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10186         (wl-ldap-alias-sep): New constant.
10187         (wl-ldap-search-attribute-type-list): Ditto.
10188         (wl-ldap-get-value): New function.
10189         (wl-ldap-make-filter): Ditto.
10190         (wl-ldap-make-matched-value-list): Ditto.
10191         (wl-ldap-alias-safe-string): Ditto.
10192         (wl-ldap-register-dn-string): Ditto.
10193         (wl-address-ldap-search): Rewrite.
10194
10195 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10196
10197         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10198         thread is deleted.
10199         (wl-thread-delete-line-from-buffer): Ditto.
10200         (wl-thread-get-exist-children): New function.
10201
10202 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10203
10204         * wl-demo.el (wl-demo): Made it to select various image types.
10205         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10206         from `wl-title-logo'.
10207         (wl-logo-ascii): New variable.
10208         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10209         (wl-demo-copyright-notice): New constant.
10210
10211         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10212
10213 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10214
10215         * wl-vars.el (wl-summary-target-above): Renamed from
10216         wl-summary-temp-above.
10217         * wl-score.el (wl-score-get-score-alist): Use it.
10218         (wl-summary-score-update-all-lines): Use it.
10219         * wl-summary.el: Ditto. (make-variable-buffer-local).
10220
10221 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10222
10223         * wl-vars.el (wl-ldap-port): New user option.
10224
10225         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10226         Rewite whole implementation.
10227         (wl-complete-field-body): Fixed.
10228
10229 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10230
10231         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10232         Choose implementation at compile time.
10233
10234 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10235
10236         * wl-address.el (wl-ldap-search-internal): New function.
10237         (wl-complete-field-to): Use it.
10238
10239 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10240
10241         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10242         Use `let' instead of `let*'.
10243         Require 'wl-vars.
10244
10245         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10246         Define as defcustom.
10247         (wl-ldap-base): Ditto.
10248         (wl-use-ldap): Ditto.
10249
10250 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10251
10252         * wl-address.el (wl-ldap-search): New function.
10253         (wl-complete-field-body): Use `wl-ldap-search'.
10254         (wl-ldap-server): New variable.
10255         (wl-ldap-base): Ditto.
10256         (wl-use-ldap): Ditto.
10257
10258 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10259
10260         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10261         (Pointed out by Mito <mit@nines.nec.co.jp>).
10262         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10263         buffer-local variables like `wl-summary-redisplay-internal'.
10264         (wl-summary-redisplay-all-header): Likewise.  Update
10265         Summary view too.
10266
10267 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10268
10269         * wl-summary.el (wl-summary-jump-to-parent-message):
10270         Consider prefix argument.
10271
10272         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10273         when closed thread is deleted.
10274
10275 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10276
10277         * wl-summary.el (wl-summary-jump-to-parent-message):
10278         Consider thread modification.
10279
10280 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10281
10282         * wl-message.el (wl-message-normal-get-original-buffer): Use
10283         `save-excursion'.
10284
10285         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10286         (wl-summary-showto-folder-regexp): Ditto.
10287
10288 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10289
10290         * wl-util.el (wl-delete-alist): Doc fix.
10291         (wl-delete-associations): New function.
10292         (wl-inverse-alist): New function.
10293         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10294         Split temporary variables. Use `wl-delete-associations'
10295         and `wl-inverse-alist'.
10296         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10297
10298 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10299
10300         * wl-folder.el (wl-folder-prefetch-entity):
10301         Execute prefetching if new count is unknown.
10302
10303 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10304
10305         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10306
10307         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10308         delete entity.
10309         (wl-thread-set-parent): If insert as top, set linked as nil.
10310
10311         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10312         `wl-thread-cleanup-symbols' when view mode is thread.
10313
10314 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10315
10316         * wl-folder.el (wl-folder-create-folder-entity): Use
10317         with-current-buffer.
10318         (wl-local-folder-init): Call set-buffer to make sure we are in
10319         the Folder buffer. Don't touch buffer-local variables here.
10320         (wl-folder-mode): Initialize buffer-local variables here.
10321
10322         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10323         (wl-folder-entity-assign-id): Ditto.
10324         (wl-folder-create-entity-hashtb): Ditto.
10325         (wl-local-folder-init): Ditto.
10326         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10327
10328 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10329
10330         * wl-summary.el (wl-summary-default-from): Fix probrem when
10331         std11-extract-address-components return (nil "foo@bar").
10332
10333 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10334
10335         * wl-draft.el (wl-draft-clone-local-variables):
10336         Remove redundant `setq'.
10337
10338 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10339
10340         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10341         Bind wl-highlight-x-face-func as nil while highlighting header.
10342
10343 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10344
10345         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10346
10347 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10348
10349         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10350         elmo-msgdb-overview-hashtb from copy-variables.
10351         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10352         instead of `elmo-msgdb-overview-get-entity-by-number'.
10353         (wl-summary-auto-refile): Ditto.
10354
10355         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10356         `elmo-msgdb-overview-get-entity' instead of
10357         `elmo-msgdb-search-overview-entity'.  Use
10358         `elmo-msgdb-overview-get-entity' instead of
10359         `elmo-msgdb-overview-get-entity-by-number'.
10360         (wl-thread-insert-entity-sub): Ditto.
10361         (wl-thread-insert-message): Ditto.
10362
10363         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10364         `elmo-msgdb-overview-get-entity'.
10365         (wl-normal-message-redisplay): Ditto.
10366
10367 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10368
10369         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10370         `wl-thread-entities'.
10371         (wl-thread-delete-message): Fix remove top message from
10372         `wl-thread-entity-list'.
10373
10374         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10375         wl-append(nconc), because update-list is broken on Meadow.
10376
10377         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10378         updating process.
10379         (wl-summary-rescan): Ditto.
10380         (wl-summary-sync-update3): Ditto.
10381         * wl-thread.el (wl-thread-set-parent): Renamed from
10382         `wl-summary-set-parent'.
10383         (wl-thread-insert-message): Updating buffer faster.
10384         (wl-thread-delete-message): Updating buffer faster.
10385
10386         * wl-score.el (wl-summary-score-update-all-lines): Changed
10387         interval for display progress gauge.
10388
10389 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10390
10391         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10392         folder always-sticky.
10393         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10394         defmacro.
10395
10396 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10397
10398         * wl-vars.el (wl-draft-add-references): New user option.
10399
10400         * wl-draft.el (wl-draft-add-references): New function.
10401         (wl-draft-yank-from-mail-reply-buffer): Use it.
10402         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10403         as nil.
10404
10405 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10406
10407         * wl-thread.el (wl-thread-update-line-msgs): Called
10408         `wl-thread-update-line-on-buffer-sub'.
10409         (wl-thread-update-line-on-buffer): Delete routine of inserting
10410         thread.
10411         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10412         moved from `wl-thread-update-line-on-buffer'.
10413         Add threshold for displaying progress gauge.
10414         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10415         argument of `wl-thread-update-line-msgs'.
10416         Add threshold for displaying progress gauge.
10417         * wl-folder.el:
10418         Add threshold for displaying progress gauge.
10419         * wl-score.el: Ditto.
10420
10421         * wl-expire.el (wl-summary-expire): Display deleting info.
10422
10423 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10424
10425         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10426         `no-msg'.
10427         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10428         argument of `wl-thread-update-line-msgs'.
10429         (wl-summary-set-parent): Added optional argument `parent-number'.
10430         (wl-summary-buffer-saved-message): New buffer local variable.
10431         (wl-summary-save-current-message): New command.
10432         (wl-summary-yank-saved-message): Ditto.
10433         (wl-summary-mode-map): Added key binding for
10434         `wl-summary-save-current-message' (\ew) and
10435         `wl-summary-yank-saved-message' (\C-y).
10436         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10437
10438 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10439
10440         * wl-summary.el (wl-summary-mode-map): Added key binding for
10441         `wl-summary-set-parent' (ts).
10442
10443 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10444
10445         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10446         subject faster. If thread number is reverse, delayed updating
10447         thread.
10448         (wl-summary-search-by-subject): Ditto.
10449         (wl-summary-put-alike): Ditto.
10450         (wl-summary-get-alike): Ditto.
10451         (wl-summary-insert-headers): Insert header of all overview in
10452         buffer.
10453         (wl-summary-rescan): Delayed updating thread. Kill search subject
10454         buffer for wl-summary-search-by-subject.
10455         (wl-summary-sync-update3): Ditto.
10456         (wl-summary-exit): Ditto.
10457         (wl-summary-goto-bottom-of-current-thread): Change for linked
10458         thread.
10459         (wl-summary-overview-create-summary-line): Change line for linked
10460         thread.
10461
10462         * wl-summary.el (wl-summary-update-thread): Use
10463         wl-thread-maybe-get-children-num.
10464         (wl-summary-set-parent): If change parent, move sub thread.
10465         (wl-summary-redisplay-internal): Add horizontal recenter.
10466         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10467
10468         * wl-thread.el (wl-thread-entity-get-linked): New function.
10469         (wl-thread-entity-set-linked): New function.
10470         (wl-thread-create-entity): Add linked element.
10471         (wl-thread-entity-insert-as-top): Use wl-append.
10472         (wl-thread-maybe-get-children-num): If closing thread, return
10473         children msgs.
10474         (wl-thread-update-line-msgs): Displaying progress message.
10475         (wl-thread-update-line-on-buffer-sub): Use
10476         wl-thread-maybe-get-children-num.
10477         (wl-thread-update-line-on-buffer): If update line is not exists,
10478         insert thread.
10479         (wl-thread-delete-message): If delete top msg of thread, search
10480         parent by subject.
10481         (wl-thread-insert-entity): Use
10482         wl-thread-maybe-get-children-num.
10483
10484         * wl-highlight.el (wl-highlight-summary-current-line): change
10485         sregexp for linked thread.
10486         * wl-util.el (wl-count-lines): Count lines.
10487         (wl-horizontal-recenter): horizontal recenter.
10488         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10489         (wl-score-get-alike): Ditto.
10490         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10491         (wl-subject-length-limit): New variable.
10492         (wl-highlight-thread-indent-string-regexp): Changed for linked
10493         thread.
10494
10495 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10496
10497         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10498         New variable (revival).
10499         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10500         by subject matching if there's no in-reply-to nor references field
10501         (revival).
10502
10503 \f
10504 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10505
10506         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10507         message.
10508
10509 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-summary.el (wl-summary-reply): Return t if there was a
10512         message at cursor point.
10513         Added unwind-protect.
10514         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10515         returns t.
10516         (wl-summary-cancel-message): Do nothing when there's no message at
10517         cursor point.
10518         (wl-summary-forward): Ditto.
10519         (wl-summary-jump-to-parent-message): Ditto.
10520         (wl-summary-reedit): Ditto.
10521         (wl-summary-edit-addresses): Ditto.
10522         (wl-summary-pipe-message): Ditto.
10523         (wl-summary-print-message-with-ps-print): Ditto.
10524         (wl-summary-print-message): Ditto.
10525         (wl-summary-mark-as-important): Ditto.
10526         (wl-summary-mark-as-unread): Ditto.
10527
10528         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10529         message at cursor point.
10530         (wl-summary-reply-with-citation): Remove unwind-protect.
10531
10532         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10533         subject searching feature.
10534         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10535         Eliminated.
10536
10537 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10538
10539         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10540         New variable.
10541         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10542         by subject matching if there's no in-reply-to nor references field.
10543
10544         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10545
10546         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10547         when display is finished.
10548         (wl-folder-open-all): Ditto.
10549         (wl-folder-update-access-group): Ditto.
10550         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10551         * wl-thread.el (wl-thread-close-all): Ditto.
10552
10553         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10554         progress gauge only when it was displayed.
10555         * wl-folder.el (wl-folder-insert-entity): Ditto.
10556
10557 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10558
10559         * wl-summary.el (wl-summary-incorporate): Enclose
10560         `wl-summary-sync-force-update' with save-excursion.
10561
10562 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10563
10564         * wl-summary.el (wl-summary-prefetch-region):
10565         Pass current cursor point to `pos-visible-in-window-p' after
10566         moving cursor to the started point.
10567
10568 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10569
10570         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10571
10572         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10573         fields from the forwarding message.
10574         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10575         `ignored-fields'.
10576
10577 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10578
10579         * wl-mime.el (wl-message-request-partial):
10580         Eliminated argument `msgdb'.
10581         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10582         (wl-mime-combine-message/partial-pieces): Likewise.
10583         * tm-wl.el (wl-message-request-partial): Likewise.
10584         (wl-mime-combine-message/partial-pieces): Likewise.
10585
10586 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10587
10588         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10589         when display is finished.
10590
10591 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10592
10593         * wl-summary.el (wl-summary-goto-folder-subr):
10594         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10595
10596 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10597
10598         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10599         when cursor point is visible.
10600
10601 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10602
10603         * wl-expire.el (wl-expire-archive-get-max-number):
10604         Don't use `file-name-directory'.
10605
10606 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10607
10608         * wl-expire.el (wl-expire-archive-get-max-number):
10609         Use `file-name-directory'.
10610
10611 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10612
10613         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10614         only when there is progress.
10615
10616 2000-04-13  Mito <mit@nines.nec.co.jp>
10617
10618         * wl-summary.el (wl-summary-sync-marks): Display progress.
10619
10620 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10621
10622         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10623         (wl-summary-prev): Move cursor regardless of unread status.
10624         (wl-summary-next): Ditto.
10625
10626 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10629         Added argument `target' and `number'.
10630         * tm-wl.el (wl-summary-burst-subr): New function.
10631         (wl-summary-burst): Use it.
10632
10633 2000-04-10  Mito <mit@nines.nec.co.jp>
10634
10635         * wl-mime.el (wl-burst): New function.
10636         (wl-summary-burst): Use it.
10637
10638 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10639
10640         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10641         as petname when there's no candidate.
10642
10643 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10644
10645         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10646         New variable.
10647         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10648
10649         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10650
10651         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10652
10653 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10654
10655         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10656         Use substring of `original' instead of buffer-substring.
10657         (wl-refile-evaluate-rule):
10658         Set `original' argument of wl-refile-expand-newtext.
10659
10660         * wl-summary.el
10661         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10662         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10663         (wl-summary-auto-refile): Check existence of destination folder just
10664         before marking.
10665
10666 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10667
10668         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10669         when wl-refile-get-field-value return nil.
10670
10671 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10672
10673         * wl-refile.el
10674         (wl-refile-expand-newtext): New function imported from Gnus.
10675         (wl-refile-evaluate-rule): Use it.
10676
10677 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10678
10679         * wl-summary.el (wl-summary-print-destination):
10680         Duplicate folder string to avoid putting text-property on
10681         original string.
10682
10683         * wl-refile.el (wl-refile-get-field-value): New function.
10684         (wl-refile-evaluate-rule): New function;
10685         Evaluate refile rule recursively.
10686         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10687         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10688         New function; Check existence of a target folder recursively.
10689         (wl-summary-auto-refile-check-refile-rule-alist):
10690         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10691
10692 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10695
10696         * wl-folder.el (wl-create-folder-entity-from-buffer):
10697         Fixed problem when '}' character is contained in folder name.
10698
10699         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10700
10701 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10702
10703         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10704         (wl-fldmgr-add-completion-all-completions):
10705         Use wl-fldmgr-add-completion-hashtb.
10706
10707 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10708
10709         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10710         wl-fldmgr-add-completion-subr): New functions.
10711         * wl-folder.el (wl-folder-completion-func): New variable.
10712         * wl-summary.el (wl-summary-read-folder):
10713         Use wl-folder-completion-func.
10714
10715         * wl-refile.el: Eliminate throw & catch.
10716
10717         * wl.el (wl-plugged-sending-queue-status): Fixed.
10718
10719 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10720
10721         * wl-draft.el (wl-draft): Put category property on
10722         mail-header-separator.