74cadacb8c946df56a00000645933605542adfdd
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
4         (wl-mime-pgp-verify-region): Ditto.
5         (wl-message-decrypt-pgp-nonmime): Use the above function.
6         (wl-message-verify-pgp-nonmime): Likewise.
7         (wl-mime-preview-application/pgp): Likewise.
8
9 2006-04-20  Kenichi Okada  <okada@opaopa.org>
10
11         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
12         Fix about the order of `wl-nntp-posting-port' and
13         `wl-nntp-posting-stream-type'.
14         * wl.el (wl-plugged-port-label-alist): Add smtp.
15
16 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-summary.el (wl-summary-message-status): New macro.
19
20         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
21         (wl-summary-killed-mark): New user option.
22
23         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
24         API change.
25         (wl-thread-insert-entity-sub): Ditto.
26         (wl-thread-recover-messages): New command.
27
28         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
29         Don't call `wl-highlight-summary-current-line' directly.
30         (wl-summary-buffer-attach): Connect to signal `status-changed'
31         instead of `cache-changed'.
32         (wl-summary-buffer-detach): Follow the above change.
33         (wl-summary-detect-mark-position): Follow the API change.
34         (wl-summary-rescan-message): Ditto.
35         (wl-summary-insert-sequential): Ditto.
36         (wl-summary-update-thread): Ditto.
37         (wl-summary-message-mark): Ditto.
38         (wl-summary-persistent-mark): Ditto.
39         (wl-summary-create-line): Ditto.
40         (wl-summary-prefetch-region-no-mark): Call
41         `wl-summary-persistent-mark' with number.
42         (wl-summary-recover-messages-region): New command.
43         (wl-summary-target-mark-recover): Ditto.
44         (wl-summary-recover-message): Ditto.
45         (wl-summary-persistent-mark-string): Add argument `status' instead
46         of remove arguments `flags' and `cached'.  Treat killed status.
47         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
48
49         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
50         (wl-highlight-summary-line-face-spec): Treat killed status.
51         (wl-highlight-summary-line-string): Follow the API change.
52         (wl-highlight-summary-current-line): Ditto.
53
54         * Version number is increased to 2.15.3.
55
56 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
59         of symbolp to test whether the condition is function.
60
61 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
62
63         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
64         to nil.
65
66 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
67
68         * wl-summary.el (wl-summary-buffer-message-ring): New internal
69         variable.
70         (wl-summary-buffer-last-displayed-msg): Abolish.
71         (wl-summary-push-message): New function.
72         (wl-summary-pop-message): Ditto.
73         (wl-summary-goto-folder-subr): Reset
74         `wl-summary-buffer-message-ring'.
75         (wl-summary-pop-to-last-message): New command.
76         (wl-summary-goto-last-displayed-msg): Call
77         wl-summary-pop-to-last-message if optional argument is non-nil or
78         the last command is itself.
79         (wl-summary-redisplay-internal): Push last message number into
80         `wl-summary-buffer-message-ring'.
81
82         * wl-vars.el (wl-summary-message-ring-max): New user option.
83
84 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
87         from `wl-draft-reply').
88         (wl-draft-reply): Use it.
89         (wl-draft-find-reply-headers): Avoid compile warning.
90
91 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
94
95 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-message.el (wl-message-flag-indicator): New function.
98         (wl-message-redisplay): Use it.
99
100 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
103
104 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
107         instead of `read-event'.
108
109         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
110
111         * wl-mule.el (wl-read-event-char): Ditto.
112
113         * wl-e21.el (wl-read-event-char): Ditto.
114
115 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
118
119 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-vars.el (wl-draft-send-confirm-type): New user option.
122
123         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
124
125         * wl-draft.el (wl-draft-send-confirm): Confirmation by
126         `wl-draft-send-confirm-type'
127
128 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
131         Avoid error when the buffer name is already used.
132
133 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
136         the change of elmo-nmz -> elmo-search.
137         (wl-highlight-summary-line-help-echo-alist): Ditto.
138         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
139         (wl-nmz-folder-icon): Define as obsolete.
140         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
141         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
142
143 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-summary.el (wl-summary-get-list-info): Rewrite with
146         `elmo-find-list-match-value'
147
148 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-summary.el (wl-summary-get-list-info): Optimize.
151         Use List-Id and List-Post also.
152
153 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
156
157 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
158
159         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
160
161 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-util.el (wl-completing-read-multiple-1): New internal function.
164         (wl-completing-read-multiple-2): Ditto.
165         (wl-completing-read-multiple): Define use above functions.
166
167         * wl-summary.el (wl-summary-sort): Removed the workaround for a
168         bug of `completing-read-multiple' about default value.
169
170         * wl-xmas.el (wl-completing-read-multiple): Removed.
171
172         * wl-mule.el (wl-completing-read-multiple): Ditto.
173
174         * wl-e21.el (wl-completing-read-multiple): Ditto.
175
176 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-util.el (wl-filter-associations): New function.
179
180         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
181         (wl-spam-ignored-folder-list): Ditto.
182         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
183         (wl-spam-string-member-p): New function.
184         (wl-spam-domain): Use it.
185         (wl-spam-split-numbers): New function.
186         (wl-spam-apply-partitions): Ditto.
187         (wl-spam-register-spam-messages): Use `folder' instead of
188         `wl-summary-buffer-elmo-folder'.
189         (wl-spam-register-good-messages): Ditto.
190         (wl-summary-exec-action-spam): Decide a domain by real folder of
191         message.
192         (wl-summary-exec-action-refile-with-register): Likewise.
193
194 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-e21.el (wl-e21-find-image): New function.
197         (wl-e21-setup-toolbar): Use it instead of `find-image'.
198         (wl-e21-highlight-folder-group-line): Ditto.
199         (wl-folder-init-icons): Ditto.
200         (wl-plugged-init-icons): Ditto.
201         (wl-biff-init-icons): Ditto.
202
203 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
206         (wl-inhibit-save-drafts): New internal variable.
207         (wl-disable-auto-save): Ditto.
208         (wl-save-drafts): Treat above variables.
209         (wl-auto-save-drafts): New function.
210         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
211         `wl-stop-save-drafts'.
212         (wl-start-save-drafts): New function.
213         (wl-stop-save-drafts): Ditto.
214         (wl-set-auto-save-draft): New command.
215
216         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
217         `wl-set-save-drafts'.
218
219 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
222         `make-local-variable' instead of `make-variable-buffer-local'.
223
224 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
225
226         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
227
228 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
231
232 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
235         of working buffer.
236
237 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
240
241         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
242         value into recipients; Bind `wl-draft-remove-group-list-contents'
243         as nil.
244
245 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
246
247         * wl-summary.el (wl-summary-sort): Fixed the last change.
248
249         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
250         (wl-summary-sort-messages): Ditto.
251         (wl-summary-rescan): Use it.
252         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
253         `completing-read'; Append candidates for reverse order.
254
255 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * Version number is increased to 2.15.2.
258
259 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
262         "Smaller".
263         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
264
265 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
268
269 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-vars.el (wl-draft-additional-header-alist): Add into the
272         customize group `wl-draft'.
273         (wl-draft-add-in-reply-to): Move customize group from `wl' to
274         `wl-draft'.
275         (wl-draft-add-references): Ditto.
276
277         * wl-action.el (wl-summary-print-argument): Rename argument from
278         `folder' to `data'.
279
280 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-summary.el (wl-summary-rescan-message): Call
283         `wl-thread-cleanup-symbols' before insert thread.
284
285 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl.el (wl-init): Set `elmo-get-folder-function' as
288         `wl-folder-make-elmo-folder'.
289
290         * wl-spam.el (wl-summary-exec-action-spam): Use
291         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
292
293         * wl-folder.el (wl-folder-make-elmo-folder): New function.
294         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
295         `elmo-make-folder'.
296         (wl-folder-get-elmo-folder): Ditto.
297         (wl-folder-create-subr): Simplify.
298
299 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
302
303 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
306         contents in message buffer instead of original buffer. If optional
307         argument specified, ask coding system for encode.
308
309 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
310
311         * wl-spam.el (wl-summary-test-spam-region): New function.
312         (wl-spam-setup): Bind "rkc".
313
314 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
317
318 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
319
320         * wl-spam.el (wl-summary-test-spam): Fix typo.
321         (wl-message-check-spam): Ditto.
322
323 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-summary.el (wl-summary-default-from): Simplify.
326
327 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-action.el (wl-summary-exec-action-refile): Simplify.
330         (wl-summary-exec-action-copy): Ditto.
331         (wl-summary-auto-refile): Check existence of temporary mark.
332
333 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * wl-summary.el (wl-summary-create-line): Use
336         `elmo-time-to-datevec'.
337
338         * wl-expire.el (wl-expire-archive-date): Ditto.
339         (wl-expire-localdir-date): Ditto.
340
341         * wl-util.el (wl-day-number): Abolish.
342
343         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
344         of `wl-day-number'.
345         (wl-score-followup): Ditto.
346         (wl-score-add-followups): Ditto.
347         (wl-score-get-latest-msgs): Ditto.
348         (wl-score-get-header-entry): Ditto.
349         (wl-score-edit-insert-date): Ditto.
350
351 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
354         `elmo-message-entity-field' with 2nd argument `type'.
355
356 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
357
358         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
359
360 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-thread.el (wl-thread-delete-message): Delete descendant
363         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
364
365 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
366
367         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
368
369 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
370
371         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
372         `Access folder'.
373
374 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-vars.el (wl-access-folder-icon): New user option.
377
378         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
379         `Access folder'.
380
381 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-summary.el (wl-summary-buffer-set-folder): Use
384         `wl-folder-mime-charset'.
385
386         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
387         `mime-charset'.
388         (wl-folder-get-elmo-folder): Ditto.
389         (wl-folder-mime-charset): New function.
390
391 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-util.el (wl-parse-addresses): Define alias of
394         `elmo-parse-addresses' (move to `elmo-util.el').
395
396         * wl-summary.el (wl-summary-default-from): Follow the API change.
397         (wl-summary-overview-entity-compare-by-date): Ditto.
398         (wl-summary-overview-entity-compare-by-from): Ditto.
399         (wl-summary-get-list-info): Get value of `ml-info' field from
400         entity at first.
401         (wl-summary-rescan-message): Treat prefix argument.
402         (wl-summary-prefetch-msg): Follow the API change.
403         (wl-summary-search-by-subject): Ditto.
404         (wl-summary-insert-thread): Ditto.
405         (wl-summary-line-subject): Ditto.
406         (wl-summary-line-from): Ditto.
407         (wl-summary-create-line): Ditto.
408         (wl-summary-print-message-with-ps-print): Ditto.
409
410         * wl-score.el (wl-score-ov-entity-get): Ditto.
411         (wl-score-followup): Ditto.
412         (wl-score-add-followups): Use `elmo-message-entity-field' instead
413         of `car'.
414         (wl-score-get-latest-msgs): Follow the API change.
415         (wl-score-get-header): Ditto.
416
417         * wl-refile.el (wl-refile-learn): Ditto.
418         (wl-refile-subject-learn): Ditto.
419         (wl-refile-get-field-value): Ditto.
420         (wl-refile-guess-by-history): Ditto.
421         (wl-refile-guess-by-subject): Ditto.
422
423         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
424
425         * wl-expire.el (wl-expire-date-p): Removed.
426         (wl-expire-archive-date): Follow the API change.
427         (wl-expire-localdir-date): Ditto.
428         (wl-summary-expire): Ditto.
429
430         * Version number is increased to 2.15.1.
431
432 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
433
434         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
435         group is access or not (it is not strict, like wl-fldmgr-rename).
436
437 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
440         duplicate call of `wl-summary-print-argument' on the wrong line.
441
442 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
445         even if argument `number' is nil.
446         (wl-summary-insert-line): Print action argument if current message
447         has it.
448
449 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
452         (wl-draft-reply): Ditto.
453         (wl-draft): Add optional argument `parent-number' and call
454         `wl-draft-create-buffer' with it.
455         (wl-draft-create-buffer): Add optional argument
456         `parent-number'. Set wl-draft-parent-number as it.
457
458 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
459
460         * wl-folder.el (wl-folder-set-persistent-mark): If summary
461         buffer is not for given folder, don't use it.
462
463 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
464
465         * Version number is increased to 2.15.0.
466
467 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
470
471         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
472         (wl-highlight-get-face-by-name): New internal function.
473         (wl-highlight-summary-line-face-spec): Use it and fixed.
474
475 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-sync-update): Use
478         `elmo-message-entity-field' instead of `car' to get message-id
479         from overview entity.
480
481         * wl-summary.el (wl-summary-rescan-message): Call
482         `wl-highlight-summary-displaying' when displaying a message.
483
484 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-draft.el (wl-draft-config-info-filename): Extracted from
487         `wl-draft-config-info-operation'.
488         (wl-draft-buffer-change-number): New function.
489         (wl-draft-rename-saved-config): Ditto.
490         * wl.el (wl-init): Connect slot for message-number-changed.
491         (toplevel): Add autoload for wl-draft-rename-saved-config.
492
493 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
496         `update-overview'
497         (wl-summary-buffer-detach): Disconnect from it.
498         (wl-summary-rescan-message): Use command.
499
500         * wl-message.el (wl-message-buffer-display): Use
501         `with-current-buffer' instead of `save-excursion'.
502
503 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-mime.el (wl-draft-preview-attributes-list): Protect
506         wl-draft-preview-attributes-list from distraction.
507
508 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-summary.el (wl-summary-sync-update): Sort the return value of
511         `elmo-list-diff'.
512
513 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-summary.el
516         (wl-summary-edit-addresses-collect-candidate-fields): Use
517         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
518
519         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
520         instead of `elmo-set-work-buf'.
521
522         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
523         (wl-address-make-address-list): Ditto.
524
525         * Version number is increased to 2.13.3.
526
527 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
530         user option.
531
532         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
533         argument `5'.
534
535         * wl-message.el (wl-message-display-no-merge-p): New function.
536         (wl-message-buffer-display): Check whether the message is
537         reassembled and follow the API change.
538
539 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
542         multibyte on working buffer and removed unnecessary
543         `buffer-disable-undo'.
544
545 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-util.el (wl-read-search-condition-internal): Fixed the last
548         change.
549
550 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-util.el (wl-read-search-condition-internal): Protect
553         elmo-global-flags from distraction.
554
555 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
558
559         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
560         (wl-summary-event-handler): Ditto.
561         (wl-summary-update-persistent-mark-on-event): New
562         function (renamed from `elmo-event-handler-flag-changed').
563         (wl-summary-buffer-attach): New function.
564         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
565         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
566         instead of `elmo-folder-add-handler'.
567
568         * Version number is increased to 2.13.2.
569
570 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
573         and "\177" to the `wl-news-previous-page'.
574         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
575         (wl-news-previous-page): New function.
576
577 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
580         instead of `write-region' and simplify.
581
582 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-template.el (wl-template-select): Cause error if
585         `wl-template-alist' is nil.
586
587 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
588
589         * wl-news.el.in: Set file variable `no-byte-compile'.
590
591 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
594         whether a target message is within displaying area.
595         (elmo-event-handler-cache-changed): Ditto.
596
597 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
598
599         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
600         to `defun'.  Use `nconc' instead of `append' to collect descendant
601         message numbers.
602
603 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
604
605         * wl-thread.el (wl-thread-save-top-list)
606         (wl-thread-save-entities): Use `with-temp-buffer'.
607         * wl-news.el.in (wl-news-previous-version-load):
608         (wl-news-previous-version-save): Ditto.
609         * wl-summary.el (wl-summary-load-file-object)
610         (wl-summary-save-view-cache): Ditto.
611
612 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-util.el (toplevel): Require 'elmo-flag'.
615         (wl-read-search-condition): New function (Renamed from
616         `elmo-read-search-condition').
617         (wl-read-search-condition-internal): Likewise.
618
619         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
620         invalid.
621         (wl-summary-pick): Use `wl-read-search-condition' instead of
622         `elmo-read-search-condition'.
623         (wl-summary-virtual): Ditto.
624
625         * wl-folder.el (wl-folder-virtual): Ditto.
626         (wl-folder-pick): Ditto.
627
628         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
629
630 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-summary.el (wl-summary-reedit): Call
633         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
634
635 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-mime.el (toplevel): Require wl-vars.
638
639         * wl-message.el (toplevel): Require cl at compile.
640
641         * wl-draft.el (toplevel): Require elmo.
642
643 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-message.el (wl-message-buffer-prefetch): Count is a number
646         and do nothing when it is not positive.
647         (wl-message-buffer-prefetch-next): Ditto.
648
649 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
650
651         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
652         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
653         (wl-summary-redisplay-internal): Ditto.
654
655         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
656         message (the condition is borrowed from `wl-check-variables-2').
657         (wl-summary-redisplay-internal): Ditto.
658
659 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-mime.el (wl-draft-nntp-attribute): New function.
662         (wl-draft-attribute-nntp-posting-server): Use it.
663         (wl-draft-attribute-nntp-posting-port): Ditto.
664
665         * wl-mime.el (wl-draft-preview-attributes-list): New function.
666         (wl-draft-show-attributes-buffer): Ditto.
667         (wl-draft-hide-attributes-buffer): Ditto.
668         (wl-draft-attribute-newsgroups): Ditto.
669         (wl-draft-attribute-nntp-posting-server): Ditto.
670         (wl-draft-attribute-nntp-posting-port): Ditto.
671         (wl-draft-preview-message): Use there functions.
672
673         * wl-vars.el (wl-draft-preview-attributes-list): Change default
674         value.
675
676 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
679         (wl-draft-reedit): Ditto.
680         (wl-draft-queue-flush): Ditto.
681
682         * wl-mime.el (wl-message-request-partial): Ditto.
683         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
684         instead of `elmo-message-fetch'.
685
686         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
687
688         * wl-summary.el (wl-summary-message-string): Ditto.
689
690 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-util.el (wl-current-message-buffer): Follow the API change.
693
694         * wl-summary.el (wl-summary-redisplay-internal): Call
695         `wl-summary-mark-as-read' with 2nd argument as nil and update
696         unread count instead of persistent mark.
697
698         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
699         variable.
700         (wl-message-redisplay): Follow the API change.
701         (wl-message-buffer-display): Managed mime-entity directly and
702         return preview buffer only.
703         (wl-message-display-internal): Rewrite.
704         (wl-message-buffer-prefetch-subr): Not save return value of
705         `wl-message-buffer-display'.
706
707         * Version number is increased to 2.13.1.
708
709 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
712         'elmo-multiple-fields-body-list' with boundary specified.
713
714 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
715
716         * wl-vars.el (wl-summary-resend-use-cache): New variable.
717         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
718         cache if `wl-summary-resend-use-cache' is non-nil.
719
720 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
723         (wl-nntp-posting-stream-type): Ditto.
724
725 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
726
727         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
728
729 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
730
731         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
732         message.
733
734 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
737         Abolish.
738         (wl-summary-buffer-persistent-mark-version): New internal
739         variable.
740         (wl-summary-update-mark-and-highlight-window): Check by
741         wl-summary-persistent-mark-invalid-p.
742         (wl-summary-update-status-marks): Ditto.
743         (elmo-event-handler-flag-changed): Rewrite.
744         (elmo-event-handler-cache-changed): Define.
745         (wl-summary-prefetch-msg): Does not update persistent mark here.
746         (wl-summary-delete-cache): Ditto.
747         (wl-summary-resume-cache-status): Ditto.
748         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
749         (wl-summary-persistent-mark-invalid-p): New function.
750         (wl-summary-validate-persistent-mark): Ditto.
751         (wl-summary-validate-persistent-mark-string): Ditto.
752         (wl-summary-invalidate-persistent-mark): Ditto.
753         (wl-summary-update-persistent-mark): Call
754         `wl-summary-validate-persistent-mark'.
755         (wl-summary-create-line): Call
756         `wl-summary-validate-persistent-mark-string'.
757
758         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
759         status as t if cache used.
760
761 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
764         only if the target is group.
765         * wl-folder.el (wl-folder-append-petname): Don't check group name.
766
767 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
770
771 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
772
773         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
774
775         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
776
777 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
778
779         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
780         (Thanks to Yoichi NAKAYAMA).
781
782 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
783
784         * wl-util.el (wl-save-drafts): Restore echo area.
785
786 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * Version number is increased to 2.13.0.
789
790         * wl-util.el (wl-biff-check-folder-async): Use
791         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
792
793 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-message.el (wl-message-display-internal): Does not put
796         wl-message-display-type property on message buffer.
797         (wl-message-buffer-display-type): New function.
798
799         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
800
801         * wl-summary.el (wl-summary-mode): Use `dolist' to add
802         `wl-summary-buffer-detach'.
803         (wl-summary-message-display-type): Use
804         `wl-summary-buffer-display-type'.
805
806 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
807
808         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
809         buffer-local.
810
811         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
812         kill-buffer-hook instead of make-local-variable.
813         (wl-draft-preview-message): Set `local' argument of add-hook as t.
814
815 2004-12-12  Scott Renfro <scott@renfro.org>
816
817         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
818         regex for square-branket.
819
820 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
823         `wl-message-mime-analysis-p' with argument `header'.
824
825 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-mime.el (wl-draft-yank-current-message-entity): 
828         Switch to no-mime following method according to wl-message-display-type
829         property.
830         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
831
832         * wl-message.el (wl-message-display-internal): 
833         Put wl-message-display-type property on message buffer.
834
835         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
836         (wl-message-display-internal): Ditto;
837
838         * wl-summary.el (wl-summary-toggle-mime): Ditto.
839
840 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-message.el (wl-message-make-display-type): New function.
843         (wl-message-display-type-property): Ditto.
844         (wl-message-mime-analysys-p): Ditto.
845         (wl-message-display-all-header-p): Ditto.
846         (wl-message-redisplay): Removed argument `as-is', `all-header' and
847         added `display-type'.
848         (wl-message-buffer-display): Likewise.
849         (wl-message-display-internal): Likewise.
850         (wl-message-buffer-display-type): Abolish.
851         (wl-message-buffer-prefetch-subr): Follow the API changed.
852
853         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
854         from wl-summary-buffer-display-all-header and changed default value.
855         (wl-summary-message-display-type): New function.
856         (wl-summary-buffer-display-mime-mode): Ditto.
857         (wl-summary-buffer-display-header-mode): Ditto.
858         (wl-summary-toggle-mime): Rewrite with above functions.
859         (wl-summary-toggle-all-header): Ditto.
860         (wl-summary-redisplay): Force redisplay with default mode.
861         (wl-summary-redisplay-internal): Renamed argument from `mode',
862         `all-header' to `mime-mode', `header-mode'.
863         Use `wl-message-make-display-type'.
864
865         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
866         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
867
868 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
869
870         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
871
872 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
875         in original message buffer.
876         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
877         buffer.
878
879 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
882
883 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
886
887 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
888
889         * wl-action.el (wl-summary-exec-action-refile): Display a done message
890         when actions succeeded.
891         (wl-summary-exec-action-copy): Likewise.
892
893 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
894
895         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
896         there is switch-to-buffer at the end of wl-message-select-buffer.
897         (wl-summary-reply): Ditto.
898
899 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-summary.el (wl-summary-forward): Put subject in original
902         message buffer as argument of wl-draft-forward.
903         * wl-draft.el (wl-draft-forward): Decode subject as in
904         wl-draft-reply.
905
906 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
907
908         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
909         a folder under access group.
910
911 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
914         wl-message-buffer-display.
915
916         * wl-util.el (wl-set-save-drafts): Fix typo.
917
918 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
921         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
922         wl-highlight-logo-face to set the bg color of an xbm image; fixed
923         the way to measure the width of a bitmap image; don't put face on
924         ascii and bitmap images; put the mark which should not use the
925         variable-pitch face on ascii and bitmap images.
926         (wl-demo-setup-properties): Don't use the variable-pitch face on
927         ascii and bitmap images; made it work on Emacs 20 and earlier.
928         (wl-demo-insert-text): End with a newline at the bottom; don't put
929         face on text.
930
931         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
932
933 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
936
937         * wl-util.el (wl-save-drafts): Moved from sample setting.
938         (wl-set-save-drafts): New function to set idle timer.
939         * wl-draft.el (wl-draft): Call it.
940         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
941
942 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
943
944         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
945         a summary which has toggle display status off.
946
947 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-draft.el (wl-draft-do-fcc): No cache save.
950
951 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-summary.el (elmo-event-handler-flag-changed): Use
954         `set-buffer' instead of `with-current-buffer'.
955
956 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-summary.el (wl-summary-after-resize-function): New function.
959         (wl-summary-mode): Add `wl-summary-after-resize-function' to
960         window-size-change-functions.
961
962 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * wl-draft.el (wl-draft-create-buffer): Bind
965         `change-major-mode-hook' after current buffer is changed.
966
967         * wl-summary.el (wl-summary-buffer-detach): New function.
968         (wl-summary-buffer-set-folder): Call it.
969         (wl-summary-mode): Add `wl-summary-buffer-detach' to
970         change-major-mode-hook and kill-buffer-hook.
971         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
972         (wl-summary-switch-to-clone-buffer): Ditto.
973         (wl-summary-goto-folder-subr): Ditto.
974
975 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
976
977         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
978         after boundp check.
979
980 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
983         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
984         for `kill-buffer'.
985
986         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
987         handler of current buffer from elmo-folder.
988
989 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
992
993 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-summary.el (wl-summary-buffer-event-handler): New internal
996         variable.
997         (wl-summary-event-handler): New class.
998         (elmo-event-handler-flag-changed): Define to update persistent
999         mark.
1000         (wl-summary-buffer-set-folder): Register event handler to
1001         elmo-folder.
1002         (wl-summary-exit): Unregister event handler.
1003         (wl-summary-goto-folder-subr): Ditto.
1004         (wl-summary-mark-as-read-all): Does not call
1005         `wl-summary-update-persistent-mark' directly.
1006         (wl-summary-mark-as-read-internal): Ditto.
1007         (wl-summary-set-persistent-mark-internal): Ditto.
1008         (wl-summary-set-flags-internal): Ditto.
1009
1010         * Version number is increased to 2.11.33.
1011
1012 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1013
1014         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1015         to nil.
1016
1017 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-spam.el (wl-spam-setup): Add hook
1020         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1021         instead of `wl-summary-prepare-hook'.
1022
1023         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1024         if folder type is `'flag'.
1025         (wl-summary-mark-as-important): Ditto.
1026
1027 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-address.el (wl-address-minibuffer-history): New variable.
1030         (wl-address-minibuffer-local-map): New keymap.
1031         (wl-address-read-from-minibuffer): New function.
1032
1033         * wl-action.el (wl-summary-get-resend-address): Use
1034         `wl-address-read-from-minibuffer' instead of `completing-read'.
1035
1036 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * Version number is increased to 2.11.32.
1039
1040 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1043         without mule to iso-8859-1.
1044         (wl-draft-add-in-reply-to): Add note in description.
1045         (wl-draft-add-references): Ditto.
1046
1047 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1048
1049         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1050         definition for `m'.
1051         (wl-summary-mode-line-format): Add '[%m]'.
1052         (wl-message-mode-line-format-spec-alist): Ditto.
1053         (wl-summary-display-mime-mode-list): New variable.
1054
1055         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1056         from wl-summary-buffer-display-as-is.
1057         (wl-summary-buffer-display-all-header): New buffer local variable.
1058         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1059         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1060         instead of wl-summary-buffer-display-as-is.
1061         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1062         (wl-summary-set-persistent-mark): Ditto.
1063         (wl-summary-set-message-buffer-or-redisplay): Just call
1064         `wl-summary-redisplay-internal' without optional arguments.
1065         (wl-summary-toggle-mime): Rewrite.
1066         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1067         (wl-summary-toggle-all-header): New function.
1068         (wl-summary-redisplay-internal): Treat mime mode.
1069
1070         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1071         to wl-mime-preview-follow-no-mime.
1072         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1073         accodring to the display-mode.
1074
1075         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1076         (wl-message-buffer-display): Changed argument name from `as-is' to
1077         `mode'.
1078         (wl-message-display-internal): Ditto;
1079         Bind elmo-mime-display-header-analysis according to the mode.
1080         (wl-message-display-internal): Put wl-message-display-mime-mode
1081         property on entire buffer.
1082
1083 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1086
1087 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1090         Don't extract mail address.
1091         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1092
1093         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1094
1095         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1096
1097 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1098
1099         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1100         wl-fldmgr-cut-entity-list on confirmation.
1101
1102 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1103
1104         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1105         (wl-mime-quit-preview): Check existence of
1106         mime-edit-temp-message-buffer here.
1107
1108 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1111         after deletion.
1112
1113         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1114         before calling wl-mime-quit-preview.
1115
1116 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-summary.el (wl-summary-pick): If call it with prefix
1119         argument, set `delete-marks' as non-nil. Pick from only visible
1120         messages.
1121         (wl-summary-check-target-mark): New function.
1122         (wl-summary-target-mark-mark-as-read): Use it.
1123         (wl-summary-target-mark-mark-as-unread): Ditto.
1124         (wl-summary-target-mark-operation): Ditto.
1125         (wl-summary-target-mark-set-flags): Ditto.
1126         (wl-summary-target-mark-save): Ditto.
1127         (wl-summary-target-mark-pick): Ditto.
1128         (wl-summary-target-mark-forward): Ditto.
1129         (wl-summary-target-mark-reply-with-citation): Ditto.
1130         (wl-summary-target-mark-print): Ditto.
1131         (wl-summary-target-mark-uudecode): Ditto.
1132
1133         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1134         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1135         with `ask-coding' is non-nil.
1136
1137 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1138
1139         * wl-thread.el (wl-thread-set-parent): If parent is a message
1140         which is identified by references, set linked as nil.
1141
1142 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1143
1144         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1145         (wl-message-mode-line-format-spec-alist): Ditto.
1146         (wl-message-mode-line-format): Ditto.
1147         (wl-summary-mode-line-format): Ditto for docstring.
1148         (wl-summary-no-mime-folder-list): Fix typo.
1149
1150         * wl-util.el (wl-current-message-buffer): Call
1151         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1152
1153         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1154         variable.
1155         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1156         of `wl-summary-redisplay-no-mime'.
1157         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1158         (wl-summary-toggle-mime): New function.
1159         (wl-summary-redisplay-all-header): Rewrite.
1160         (wl-summary-redisplay-no-mime): Ditto.
1161         (wl-summary-redisplay-internal): Added argument `as-is' and
1162         `all-header'.
1163
1164         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1165         New variable.
1166         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1167         bottom.
1168         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1169         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1170         "/" unconditionally.
1171
1172         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1173         wl-mime-preview-follow-no-mime for as-is content.
1174         (wl-mime-preview-follow-no-mime): New function.
1175         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1176
1177         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1178         and added `as-is', `all-header'.
1179         (wl-message-buffer-display): Ditto.
1180         (wl-message-buffer-display-type): New function.
1181
1182 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-vars.el (wl-message-header-button-alist): Change default
1185         value.
1186         (wl-message-body-button-alist): Ditto.
1187
1188 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1191
1192 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1195
1196 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1199         is always true.
1200
1201 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1202
1203         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1204         on null entity.
1205
1206 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1207
1208         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1209
1210 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-vars.el (wl-summary-resend-hook): New hook.
1213
1214         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1215         `wl-summary-resend-hook'.
1216
1217 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1220         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1221         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1222         (wl-summary-new-cached-mark): Changed default value to 'n'.
1223         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1224         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1225         (wl-folder-sync-range-alist): Remove spec for 'flag.
1226         (wl-summary-force-prefetch-folder-list): New user option.
1227
1228         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1229         `wl-summary-toggle-persistent-mark'.
1230         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1231         number is nil.
1232         (wl-summary-mark-as-answered-region): Set interactive argument of
1233         `wl-summary-set-persistent-mark-internal'.
1234         (wl-summary-mark-as-important-region): Ditto.
1235         (wl-summary-unset-persistent-mark): Ditto.
1236         (wl-summary-set-persistent-mark): Ditto.
1237         (wl-summary-mark-as-answered): Ditto.
1238         (wl-summary-mark-as-important): Ditto.
1239         (wl-summary-set-persistent-mark-internal): Do nothing
1240         when `elmo-message-flag-available-p' is nil.
1241         (wl-summary-toggle-persistent-mark): New function.
1242         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1243         when the folder matches `wl-summary-force-prefetch-folder-list'.
1244
1245
1246         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1247         when number is nil.
1248         (wl-highlight-summary-forwarded-face): New face.
1249
1250 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * Version number is increased to 2.11.31.
1253
1254 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1257         (wl-biff-check-folder-async): Ditto.
1258         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1259
1260 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1261
1262         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1263         Add an argument `reverse'.  All callers are updated.
1264         (wl-summary-sort): Add a prefix argument `reverse' to specify
1265         reverse sorting.
1266         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1267         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1268         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1269
1270 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-message.el (wl-message-redisplay): Does not narrow header if
1273         disply-type is all-header or as-is.
1274
1275         * wl-summary.el (wl-summary-enter-handler): Use
1276         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1277
1278 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1281         after adding wl-draft-parent-variables.
1282         (wl-draft-forward): Ditto.
1283
1284 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * wl-summary.el (wl-summary-sync-marks): Call
1287         `wl-summary-set-persistent-mark' and
1288         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1289         (wl-summary-set-persistent-mark-internal): Add 4th argument
1290         `no-server'.
1291         (wl-summary-unset-persistent-mark): Ditto.
1292         (wl-summary-set-persistent-mark): Ditto.
1293         (wl-summary-add-flags-internal): Abolish.
1294         (wl-summary-remove-flags-internal): Ditto.
1295         (wl-summary-mark-as-important-internal): Ditto.
1296         (wl-summary-mark-as-important): Use
1297         `wl-summary-set-persistent-mark' instead of
1298         `wl-summary-add-flags-internal'.
1299         (wl-summary-mark-as-important-region): Ditto.
1300
1301         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1302
1303         * wl-summary.el (wl-summary-get-available-flags): New function.
1304         (wl-summary-sync-marks): Use it and simplified.
1305         (wl-summary-unset-persistent-mark): Use
1306         `wl-summary-get-available-flags'.
1307         (wl-summary-set-persistent-mark): Ditto.
1308
1309 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1310
1311         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1312         id.
1313
1314 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1315
1316         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1317         number, call `wl-summary-prev-line-content'. Show message when the
1318         message is not found.
1319
1320 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1321
1322         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1323         wl-summary-enter-handler.
1324         (wl-summary-enter-handler): New command.
1325
1326         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1327         docstring and custom spec.
1328
1329         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1330         flags too; Don't treat Cached and New.
1331         (wl-summary-set-persistent-mark): Ditto.
1332
1333         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1334         `wl-folder-set-flag'.
1335
1336         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1337         instead of `wl-folder-set-flag'.
1338
1339         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1340         for completion.
1341         (wl-summary-set-persistent-mark): Ditto.
1342
1343         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1344         instead of `wl-draft-quit-preview'.
1345
1346         * wl-mime.el (toplevel): Avoid compile warning.
1347         (wl-mime-quit-preview): New function
1348         (formarly defined as `wl-draft-quit-preview').
1349         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1350         quitting method.
1351
1352         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1353
1354         * wl-folder.el (wl-folder-set-flag): Renamed from
1355         `wl-draft-set-flag-on-parent'.
1356
1357         * wl-draft.el (wl-draft-quit-preview): New function.
1358         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1359         (wl-draft-send): Call `wl-folder-set-flag' instead of
1360         `wl-draft-set-flag-on-parent'.
1361         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1362
1363 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1366         (wl-draft-send): Ditto.
1367
1368 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1371         (wl-draft-kill-pre-hook): Set default value as nil.
1372         (wl-summary-reply-hook): Ditto.
1373         (wl-draft-kill-flags): Abolish.
1374
1375         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1376         (wl-draft-parent-variables): Renamed from
1377         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1378         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1379         argument; Add wl-draft-parent-variables to
1380         wl-draft-config-variables.
1381         (wl-draft-reply): Likewise.
1382         (wl-draft-kill-flags): Abolish.
1383         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1384         (wl-draft-set-flag-on-parent): New function.
1385         (wl-draft-setup-parent-flag): Ditto.
1386
1387 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1388
1389         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1390         `wl-draft-parent-folder' is "".
1391
1392 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1395         (wl-summary-digit-jump): New function.
1396         (Adviced by John Owens and Hiroya Murata)
1397
1398         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1399         (Adviced by John Owens)
1400
1401         * wl-xmas.el (wl-message-define-keymap): Ditto.
1402
1403         * wl-mule.el (wl-message-define-keymap): Ditto.
1404
1405 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1408         change of return value of elmo-folder-count-flags.
1409
1410         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1411         (wl-summary-mark-as-read-internal): Ditto.
1412         (wl-summary-set-persistent-mark-internal): Ditto.
1413         (wl-summary-folder-info-update): Ditto.
1414         (wl-summary-sync-update): Fixed the last change.
1415
1416         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1417
1418 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1421         (wl-draft-kill-flags): Fixed docstring.
1422
1423         * wl-draft.el (wl-draft-kill-flags): New function.
1424         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1425
1426 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1427
1428         * wl-vars.el (wl-reply-hook): Abolish.
1429         (wl-draft-reply-hook): New hook.
1430         (wl-summary-reply-hook): Ditto.
1431         (wl-draft-forward-hook): Ditto.
1432         (wl-summary-forward-hook): Ditto.
1433         (wl-draft-kill-flags): New variable.
1434
1435         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1436         wl-summary-set-persistent-mark-internal.
1437         (wl-summary-sync-marks): Use elmo-preserved-flags.
1438         (wl-summary-update-persistent-mark): Make it interactive.
1439         (wl-summary-set-persistent-mark-internal): New inline function.
1440         (wl-summary-mark-as-answered): Use it.
1441         (wl-summary-mark-as-unanswered): Ditto.
1442         (wl-summary-unset-persistent-mark): New function.
1443         (wl-summary-set-persistent-mark): Ditto.
1444         (wl-summary-reply): Don't set answered flag;
1445         Run wl-summary-reply-hook instead.
1446         (wl-summary-forward): Call wl-draft-forward with number.
1447         Run wl-summary-forward-hook.
1448
1449         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1450         (wl-highlight-summary-line-face-spec): Use it as a default
1451         persistent mark face.
1452
1453         * wl-draft.el (wl-draft-forward): Added optional argument number;
1454         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1455         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1456         (wl-draft-kill): Use wl-draft-kill-flags.
1457
1458         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1459
1460         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1461         of return value of elmo-folder-count-flags.
1462
1463         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1464
1465         * wl-summary.el (wl-summary-count-unread): Ditto.
1466         (wl-summary-sync-update): Follow the change above.
1467         (wl-summary-force-prefetch): New function.
1468
1469 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1470
1471         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1472         variable `buf' with `let' instead of `setq'.
1473
1474 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1477         add Content-Disposition heaeder on the deleted part.
1478
1479 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1480
1481         * wl-draft.el (wl-draft-save): Encode address list under edit by
1482         `eword-encode-unstructured-field-body'.
1483
1484         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1485
1486 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1489         wl-current-summary-buffer.
1490
1491 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1492
1493         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1494         `numbers' is ignored.
1495
1496 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * wl-folder.el (wl-folder-open-folder): Avoid error.
1499         Reported by John Owens, [wl-en:815]
1500
1501         * wl.el (wl): Set timer for biff process even if prefix argument
1502         is given or auto-checking is quitted.
1503
1504         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1505         immediately.
1506         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1507         (wl-toggle-plugged): Ditto.
1508
1509         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1510         * wl-util.el (wl-biff-start): Use idle timer if
1511         `wl-biff-use-idle-timer' is non-nil.
1512
1513 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1514
1515         * wl-highlight.el (wl-highlight-message): Fix description.
1516
1517 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1518
1519         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1520         tty.
1521
1522 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-action.el (wl-summary-exec): Print failure count.
1525
1526 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1527
1528         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1529         to `defun', remove interactive form.
1530         Set elmo-message-fetch-confirm when force-reload is non-nil.
1531
1532 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-summary.el (toplevel): Removed unnecessary autoload.
1535
1536 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1539         the buffer is generated from another message buffer.
1540
1541 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1544         extracted from `wl-fldmgr-save-folders'.
1545         (wl-fldmgr-delete): Call it after deletion.
1546
1547 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1548
1549         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1550         multi-tty support.
1551
1552 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1553
1554         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1555
1556 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1557
1558         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1559         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1560
1561 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1562
1563         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1564         unsubscribe list only if argument CLEAR is nil.
1565
1566 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-draft.el (wl-draft-reply): Decode subject before removing
1569         Re: prefix.
1570
1571 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1572
1573         * wl-summary.el (wl-summary-sort-by-size): New command.
1574
1575 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-summary.el (wl-summary-number-list-from-region): New
1578         function.
1579         (wl-summary-mark-as-read-region): Use it.
1580         (wl-summary-mark-as-unread-region): Ditto.
1581         (wl-summary-set-flags-region): Ditto and add optional argument
1582         remove.
1583         (wl-summary-mark-as-answered-region): Ditto.
1584         (wl-summary-mark-as-important-region): Ditto.
1585         (wl-summary-target-mark-mark-as-important): Added optional
1586         argument remove.
1587         (wl-summary-target-mark-mark-as-answered): Ditto.
1588         (wl-summary-target-mark-set-flags): Ditto.
1589
1590 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-summary.el (wl-summary-set-flags-region): Call
1593         `wl-summary-set-flags-internal' with number list instead of call
1594         one by each message.
1595         (wl-summary-target-mark-set-flags): Likewise.
1596
1597 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1600         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1601         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1602         (wl-summary-target-mark-mark-as-answered): Likewise.
1603
1604 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1605
1606         * wl-summary.el (wl-summary-target-mark-forward): Use
1607         `wl-summary-delete-all-target-marks' instead of
1608         `wl-summary-delete-all-temp-marks'.
1609         (wl-summary-target-mark-reply-with-citation): Ditto.
1610         (wl-summary-target-mark-uudecode): Ditto.
1611         (wl-summary-target-mark-set-flags): Ditto and remove needless
1612         cursor move.
1613
1614 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1615
1616         * wl-summary.el (wl-summary-target-mark-forward): Protect
1617         wl-summary-buffer-target-mark-list from nreverse.
1618         (wl-summary-target-mark-reply-with-citation): Ditto.
1619
1620 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1621
1622         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1623         `elmo-display-progress-threshold'.
1624
1625 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1628         check `wl-summary-highlight'.
1629         (wl-summary-window-scroll-functions): Respect value of
1630         `wl-summary-highlight'.
1631         (wl-summary-sync-update): Run hooks
1632         `wl-summary-buffer-window-scroll-functions' at any time.
1633
1634 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1635
1636         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1637         from `wl-summary-cleanup-temp-marks'.
1638         (wl-summary-cleanup-temp-marks): Abolish argument.
1639         * wl.el (wl-save-status): Revert previous change.
1640         (wl-execute-temp-marks): New function, call
1641         `wl-summary-exec-with-confirmation'.
1642         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1643         (wl-folder-save-and-exec-marks): Abolished.
1644
1645 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-e21.el (wl-e21-display-image-p): Respect
1648         `wl-highlight-folder-with-icon'.
1649         (wl-e21-highlight-folder-group-line): Highlight mouse line
1650         even if wl-e21-display-image-p is nil.
1651
1652         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1653         Respect value of `wl-summary-highlight'.
1654
1655         * wl.el (wl-save-status): Remove unused variable.
1656
1657         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1658         (wl-folder-mode-map): Bind it to "x".
1659
1660 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1663
1664         * wl-thread.el (wl-thread-get-parent-list): Don't check
1665         disconnected ancestors, neglecting needless work in
1666         `wl-thread-update-indent-string-thread'.
1667
1668         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1669         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1670         argument, add argument default-keep to keep marks by default.
1671
1672         * Version number is increased to 2.11.30.
1673
1674         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1675         customization type and docstring.
1676         (wl-draft-reply-without-argument-list): Ditto.
1677
1678 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1679
1680         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1681
1682         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1683
1684 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1687
1688 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1691         save-excursion so as not to include run-hooks.
1692
1693 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1696         Clarify that marks are going to be cleared.
1697
1698 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1701         according to 3rd element of wl-summary-flag-mark.
1702
1703         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1704
1705 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl-action.el (wl-summary-target-mark-all): Don't set
1708         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1709
1710 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1713         (wl-forward-subject-prefix): Ditto.
1714         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1715         (wl-draft-reply-make-subject): Ditto.
1716
1717         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1718         `wl-draft-forward'.
1719         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1720
1721 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1724         target message does not exist.
1725
1726 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1727
1728         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1729         `wl-subject-prefix-regexp'.
1730         (wl-subject-forward-prefix-regexp): New variable.
1731         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1732         `wl-draft-strip-subject-re' and take regexp as argument.
1733         (wl-draft-forward): Use it.
1734         (wl-draft-reply): Ditto.
1735
1736 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1737
1738         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1739         emacs multi-tty support.
1740
1741 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1742
1743         * wl-e21.el (wl-e21-display-image-p): Don't call
1744         `display-images-p'.
1745         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1746         support.
1747         (wl-highlight-folder-current-line): Ditto.
1748         (wl-folder-init-icons): Ditto.
1749
1750 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1751
1752         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1753         the last line of summary in unplugged mode.
1754
1755 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1756
1757         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1758
1759 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1762         * wl-address.el (wl-address-user-mail-address-p): Use it.
1763         (wl-address-delete-user-mail-addresses): Ditto.
1764         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1765
1766         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1767         (wl-address-delete-user-mail-addresses): Ditto.
1768
1769         * wl-address.el (wl-address-delete-user-mail-addresses): New
1770         function.
1771         * wl-refile.el (wl-refile-guess-by-history): Use it.
1772         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1773         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1774
1775         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1776         use wl-address-user-mail-address-p.
1777
1778 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1781         after opening group.
1782
1783 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1786         of elmo-set-buffer-multibyte.
1787
1788         * wl-message.el (wl-original-message-mode): Ditto.
1789
1790         * wl-score.el (wl-score-insert-header): Ditto.
1791
1792         * wl-summary.el
1793         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1794         (wl-summary-goto-folder-subr): Ditto.
1795         (wl-summary-insert-headers): Ditto.
1796
1797         * wl-util.el (wl-set-string-width): Ditto.
1798
1799         * Version number is increased to 2.11.29.
1800
1801 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1802
1803         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1804         (wl-highlight-summary-line-help-echo-alist): New variable.
1805         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1806         into `wl-highlight-summary-line-help-echo' and
1807         `wl-highlight-flag-folder-help-echo'.
1808         (wl-highlight-summary-line-string): Change accordingly.
1809         (wl-highlight-summary-current-line): Ditto.
1810
1811 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1814         at the beginning of field body (Thanks to Markus Knittig).
1815
1816         * wl-draft.el (wl-draft-insert-current-message): Also check
1817         summary buffer, remove unnecessary tag.
1818
1819 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1820
1821         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1822         when wl-message-buffer is nil.
1823
1824         * wl-folder.el (wl-folder): Abolish unused argument.
1825         Call wl-folder-init when wl-folder-entity is nil.
1826         * wl.el (wl): Change accordingly.
1827
1828 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1831         multibyte string before insert into draft buffer.
1832         (wl-draft-create-buffer): Always enable multibyte characters for
1833         draft buffer.
1834
1835         * Version number is increased to 2.11.28.
1836
1837 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * wl-folder.el (wl-folder-open-close): Handle blank line.
1840         (wl-folder-jump-to-current-entity): Ditto.
1841
1842 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1843
1844         * Version number is increased to 2.11.27.
1845
1846 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1847
1848         * wl-thread.el (wl-thread-insert-message): When the thread is
1849         devided by wl-summary-max-thread-depth, insert line at the end of
1850         buffer.
1851
1852 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * Version number is increased to 2.11.26.
1855
1856 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1857
1858         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1859
1860 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1863         value of stream-type and session.
1864
1865 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * Version number is increased to 2.11.25.
1868
1869 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1870
1871         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1872         in a quit message.
1873
1874 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1877         (wl-summary-redisplay-no-mime-internal): Ditto.
1878
1879 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1882         * wl-vars.el (wl-smtp-connection-type): Ditto.
1883
1884 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1885
1886         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1887         for the separator line and quote mail-header-separator.
1888
1889 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1892         result message.
1893
1894         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1895         `elmo-multiple-fields-body-list' with boundary as
1896         mail-header-separator.
1897
1898 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1901
1902 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1903
1904         * wl-util.el (wl-list-diff): Remove unused function.
1905
1906         * wl-draft.el (wl-draft-send-confirm): Discard input before
1907         confirmation.
1908
1909 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1910
1911         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1912         order of flag and new.
1913
1914 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-vars.el (wl-refile-policy-alist): Abolished.
1917
1918         * wl-action.el (wl-summary-set-action-refile): Follow the change
1919         above.
1920
1921 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * wl-highlight.el (wl-highlight-signature-search): Don't use
1924         re-search-backward for a long word since it is possible to crash
1925         XEmacs because of a bug.
1926
1927 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1928
1929         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1930
1931 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1932
1933         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1934         argument for wl-summary-sync-force-update.
1935
1936 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-summary.el (wl-summary-mode-map): Revival of
1939         wl-summary-mark-as-important related bindings;
1940         Bind 'F','tF','mF','rF','m&'.
1941         (wl-summary-mark-as-important-region): Revival.
1942         (wl-summary-target-mark-mark-as-important): Ditto.
1943         (wl-summary-target-mark-operation): New function.
1944         (wl-summary-target-mark-mark-as-answered): Use it.
1945         (wl-summary-decide-flag): Don't set Important as default.
1946         (wl-summary-mark-as-important-internal): Revival.
1947         (wl-summary-mark-as-important): Ditto.
1948
1949         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1950
1951         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1952         instead of facep.
1953
1954 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * wl-dnd.el (wl-dnd-drop-func): Fix.
1957
1958         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1959         mouse-set-point instead of posn-point.
1960
1961         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1962
1963         * wl-mule.el (wl-completing-read-multiple): Ditto.
1964
1965 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * wl-demo.el (face-background-name): Defalias to avoid compile
1968         warning.
1969
1970 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1971
1972         * wl-summary.el (wl-summary-decide-flag): Use
1973         wl-completing-read-multiple instead of completing-read-multiple.
1974
1975         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1976         New alias.
1977
1978         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1979         Use face-background-name instead of face-background.
1980
1981         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1982
1983         * wl-summary.el (wl-summary-save): Use it.
1984         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1985
1986         * wl-mime.el (wl-mime-save-content): Fix last change.
1987
1988 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1989
1990         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1991         New function.
1992         (wl-summary-sort-specs): Added sort.
1993         * wl-mime.el (wl-mime-save-content): Expand file name.
1994
1995 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1998
1999         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2000
2001 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2002
2003         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2004         for flag if it is not defined.
2005
2006 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * wl-e21.el (wl-highlight-folder-current-line): Use
2009         elmo-folder-type-internal when elmo-folder-type returns nil.
2010
2011         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2012
2013         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2014
2015         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2016
2017         * wl-e21.el (wl-summary-toolbar): Ditto.
2018
2019         * wl-vars.el (wl-demo-background-color): Abolished.
2020         (wl-summary-persistent-mark-priority-list): Renamed from
2021         wl-summary-flag-priority-list.
2022         (wl-summary-flag-alist): New user option.
2023         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2024         (wl-message-mode-line-format-spec-alist): Added 'F'.
2025         (wl-message-mode-line-format): Likewise.
2026         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2027         instead of wl-summary-important-mark.
2028         (wl-file-folder-icon): New variable.
2029
2030         * wl-thread.el (wl-thread-set-flags): Renamed from
2031         wl-thread-mark-as-important.
2032
2033         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2034         warning.
2035         (wl-summary-mode-menu-spec): Follow the change of 
2036         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2037         (wl-summary-mode-map): Follow the change of
2038         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2039         (wl-summary-detect-mark-position): Follow the variable name change.
2040         (wl-summary-set-flags-region): New function for the replacement of
2041         wl-summary-mark-as-important-region.
2042         (wl-summary-sync-marks): Sync all global-flags.
2043         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2044         instead of elmo-message-flagged-p.
2045         (wl-summary-persistent-mark-string): Follow the variable name change;
2046         Put wl-summary-flag-mark if the message has global-flag.
2047         (wl-summary-target-mark-set-flags): Renamed from 
2048         wl-summary-target-mark-mark-as-important.
2049         (wl-summary-decide-flag): New function.
2050         (wl-summary-set-flags-internal): Renamed from
2051         wl-summary-mark-as-important-internal.
2052         (wl-summary-add-flags-internal): New function.
2053         (wl-summary-remove-flags-internal): Ditto.
2054         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2055         (wl-summary-mark-as-unimportant): Abolish.
2056         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2057         (wl-summary-next-message): List flagged messages in the msgdb.
2058
2059         * wl-score.el (wl-summary-score-update-all-lines): Use
2060         wl-summary-add-flags-internal instead of 
2061
2062         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2063
2064         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2065         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2066         (wl-message-buffer-require-all-header): Renamed from
2067         wl-message-buffer-all-header-flag (Ditto).
2068         (wl-message-buffer-flag-indicator): New variable.
2069         (wl-message-redisplay): Changed local varibale name from `flag' to
2070         `display-type'; Set up wl-message-buffer-flag-indicator.
2071         (wl-message-buffer-display): Changed varibale name from `flag' to
2072         `display-type'.
2073         (wl-message-display-internal): Likewise.
2074
2075         * wl-highlight.el (wl-highlight-demo-face): Define default background
2076         color.
2077         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2078
2079         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2080
2081         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2082         (wl-demo-setup-properties): Renamed from
2083         `wl-demo-set-background-color'.
2084         (wl-demo): Follow the change above.
2085         
2086         * Version number is increased to 2.11.24.
2087
2088 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2089
2090         * wl-summary.el (wl-summary-toggle-thread): Call
2091         `wl-summary-rescan' with disable-thread as non-nil.
2092         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2093
2094 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2095
2096         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2097         foreground property of the face.
2098         (wl-demo-insert-text): Don't set up face property here.
2099         (wl-demo): Call wl-demo-set-background-color, anyway.
2100
2101 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-vars.el (wl-demo-background-color): The value can be nil.
2104
2105 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2108         to wl-summary-wheel-dispatcher.
2109
2110         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2111         wl-message-wheel-dispatcher.
2112         (wl-message-wheel-dispatcher): New function.
2113         (wl-summary-wheel-dispatcher): Ditto.
2114
2115 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * wl-action.el (wl-summary-target-mark-all): List messages which are
2118         not in the killed-list.
2119
2120         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2121         only when the folder is 'flag/important.
2122
2123         * wl-address.el (wl-complete-field-body): Complete if the last
2124         character is a space.
2125
2126 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-folder.el (wl-folder-clear-entity-info): Use
2129         elmo-clear-hash-val.
2130
2131         * wl-fldmgr.el (wl-fldmgr-rename): Set
2132         wl-folder-info-alist-modified as t.
2133
2134 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135
2136         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2137
2138 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2141         (wl-folder-buffer-last-visited-entity-id): New buffer local
2142         variable.
2143         (wl-folder-revisit-last-visited-folder): New function.
2144         (wl-folder-mode-map): Bind it to "C-i".
2145         (wl-folder-set-current-entity-id): Set last visited folder.
2146         * wl-summary.el (wl-summary-exit): Ditto.
2147
2148 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2151         before calling `recenter' in order to cope with an XEmacs bug.
2152
2153 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2154
2155         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2156         to the default value.
2157
2158 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2159
2160         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2161         change.
2162         (wl-summary-sync-marks): Ditto.
2163         (wl-summary-mark-as-read-internal): Ditto.
2164         (wl-summary-mark-as-answered-internal): Ditto.
2165         (wl-summary-mark-as-important-internal): Ditto.
2166         (wl-summary-reply): Ditto.
2167
2168         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2169         instead of `elmo-folder-unflag-answered'.
2170
2171         * Version number is increased to 2.11.23.
2172
2173         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2174         the last change.
2175
2176 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2177
2178         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2179         Specify "spam" or "good".
2180
2181 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * wl-spam.el (wl-summary-exec-action-spam): Call
2184         wl-folder-confirm-existence for spam folder.
2185         (wl-spam-setup): Bind "mk".
2186
2187 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2190
2191 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2192
2193         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2194         destination folder is empty.
2195
2196 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2197
2198         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2199         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2200
2201         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2202         (wl-summary-refile-prev-destination-region): New function.
2203         (wl-thread-refile-prev-destination): Ditto.
2204         (wl-summary-target-mark-refile-prev-destination): Ditto.
2205
2206 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2209         (wl-demo-background-color): Changed default value.
2210
2211         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2212         color.
2213
2214         * wl-demo.el (wl-demo-set-background-color): New function.
2215         (wl-demo): Call it.
2216
2217 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2220         * wl-address.el (wl-address-add-or-change): Don't add empty
2221         address.
2222
2223 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2224
2225         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2226
2227 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl-vars.el (wl-demo-image-filter-alist): New variable
2230         (wl-demo-background-color): Ditto.
2231
2232         * wl-demo.el (wl-demo-xpm-set-background): New function.
2233         (wl-demo-image-filter): Ditto.
2234         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2235
2236         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2237
2238         * wl-demo.el (wl-demo-icon-name): Define as function.
2239         (wl-demo-insert-image): Use it.
2240
2241 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2242
2243         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2244
2245 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2246
2247         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2248
2249 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2252
2253 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-thread.el (wl-thread-mark-as-answered): New function.
2256
2257         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2258         answered" entry.
2259         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2260         "r&" and wl-thread-mark-as-answered to "t&".
2261         (wl-summary-mark-as-important-region): Refine to toggle mark.
2262         (wl-summary-mark-as-answered-region): New function.
2263         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2264         and 3rd argument.
2265         (wl-summary-mark-as-important-internal): Likewise.
2266
2267 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * wl-template.el (wl-template-preview): New internal variable.
2270         (wl-template-preview-p): New function.
2271         (wl-template-show): Bind `wl-template-preview' as t.
2272
2273 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2276         `elmo-message-entity-field' with 3rd argument which is non-nil.
2277
2278 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2281         Removed duplicate local bind `folder'.
2282
2283 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2286
2287 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2290         duplicate definition.
2291
2292 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2293
2294         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2295         non-nil, use it; Don't fetch message if there's no message in the
2296         current cursor position.
2297
2298 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2299
2300         * wl-util.el (wl-region-exists-p): Use region-active-p.
2301         (wl-deactivate-region): New function.
2302         * wl-message.el (wl-message-redisplay): Deactivate region.
2303
2304         * wl-summary.el (wl-summary-reply): Call
2305         `wl-summary-set-message-buffer-or-redisplay' instead of
2306         `wl-summary-redisplay-internal', don't move point.
2307
2308 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2311         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2312         by regexp.
2313
2314 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2317         if no need.
2318
2319 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2320
2321         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2322         default value to nil.
2323         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2324         `wl-summary-prepare-hook'; Replace refile action to
2325         `wl-summary-exec-action-refile-with-register'.
2326
2327         * Version number is increased to 2.11.22.
2328
2329 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * wl-summary.el (wl-summary-detect-mark-position): Set
2332         `wl-summary-buffer-weekday-name-lang'.
2333
2334 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2335
2336         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2337         (wl-summary-mark-as-read-all): Ditto.
2338         (wl-summary-delete-messages-on-buffer): Ditto.
2339         (wl-summary-sync-update): Ditto.
2340         (wl-summary-mark-as-read-internal): Ditto.
2341         (wl-summary-mark-as-answered-internal): Ditto.
2342         (wl-summary-update-folder-info): Abolished.
2343
2344 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2345
2346         * wl-summary.el (wl-summary-mark-as-read-all): Use
2347         `wl-summary-update-folder-info' instead of
2348         `wl-folder-update-unread'.
2349
2350 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2351
2352         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2353         `wl-summary-folder-info-update'.
2354         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2355         instead of `wl-summary-folder-info-update'.
2356         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2357         `wl-folder-set-folder-updated'.
2358         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2359         instead of `wl-folder-update-unread'.
2360         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2361         the value of `wl-summary-buffer-unread-count' for the second parameter of
2362         `wl-folder-update-unread'.
2363
2364         * Version number is increased to 2.11.21.
2365
2366 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2367
2368         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2369         a local variable.
2370
2371 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2374         interactively.
2375
2376         * wl-summary.el (wl-summary-mark-as-important-internal): New
2377         internal function.
2378         (wl-summary-mark-as-important): Use it.
2379         (wl-summary-mark-as-unimportant): New function.
2380         (wl-summary-sync-marks): Follow the API change.
2381
2382         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2383
2384         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2385
2386 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2387
2388         * wl-folder.el (wl-folder-update-unread): Re-indent.
2389         Narrow the scope of a local variable.
2390
2391 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2394         (wl-addrmgr-merge-entries): Ditto.
2395         (wl-addrmgr): Added to address entry which exists in draft buffer
2396         if no entry is in original.
2397
2398 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-batch.el: New file.
2401
2402 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2403
2404         * wl-vars.el (wl-use-semi): Remove unused variable.
2405
2406 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2407
2408         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2409         "?".
2410
2411 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2414         wl-summary-new-mark.
2415         (wl-summary-new-cached-mark): New user option.
2416         (wl-summary-score-marks): Follow the change above.
2417         (wl-summary-auto-refile-skip-marks): Ditto.
2418         (wl-summary-incorporate-marks): Ditto.
2419         (wl-summary-expire-reserve-marks): Ditto.
2420
2421         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2422
2423         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2424         (wl-summary-persistent-mark-string): Distinguished between cached
2425         and uncached mark when the message is new.
2426
2427 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-spam.el (wl-spam-domain): Renamed from
2430         `wl-spam-folder-guess-domain'.
2431         (wl-summary-exec-action-spam): Register as spam if domain of the
2432         source folder is good.
2433         (wl-summary-exec-action-refile-with-register): Register message if
2434         domain of the source folder is not undecided.
2435
2436 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2439         detect thread loop.
2440
2441 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2444         and wl-summary-skip-mark-list.
2445
2446 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2449
2450         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2451
2452         * wl-spam.el (toplevel): Require wl-highlight.
2453         (wl-spam-auto-check-policy-alist): Abolish.
2454         (wl-spam-auto-check-folder-regexp-list): New user option.
2455         (wl-spam-auto-check-marks): Ditto.
2456         (wl-spam-mark-action-list): Ditto.
2457         (wl-highlight-summary-spam-face): New face.
2458         (wl-spam-auto-check-message-p): New function.
2459         (wl-spam-map-spam-messages): Fixed message.
2460         (wl-spam-register-spam-messages): Ditto.
2461         (wl-spam-register-good-messages): Ditto.
2462         (wl-summary-spam-map): Add and remove keybind.
2463         (wl-summary-target-mark-spam): Abolish.
2464         (wl-summary-refile-spam): Ditto.
2465         (wl-summary-test-spam): New function.
2466         (wl-summary-mark-spam): Ditto.
2467         (wl-summary-auto-check-spam): Follow the above change.
2468         (wl-summary-exec-action-spam): New function.
2469         (wl-summary-exec-action-refile-with-register): Fixed message.
2470         (wl-message-check-spam): New function.
2471         (wl-spam-setup): Ditto.
2472         (toplevel): Call it if this file is loaded interactivity.
2473
2474         * Version number is increased to 2.11.20.
2475
2476 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2477
2478         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2479         when new optional argument `force' is non nil or modified.
2480
2481 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl.el (toplevel): Require wl-spam when compile.
2484         (wl-save-status): Call wl-spam-save-status.
2485
2486         * wl-spam.el (wl-spam-register-spam-messages): New function.
2487         (wl-spam-register-good-messages): Ditto.
2488         (wl-spam-save-status): Ditto.
2489         (wl-summary-mode-map): Bind
2490         wl-summary-target-mark-register-as-spam to "ms" and
2491         wl-summary-target-mark-register-as-good to "mn".
2492         (wl-summary-register-as-spam): Abolish optional argument; Use
2493         wl-spam-register-spam-messages.
2494         (wl-summary-register-as-spam-all): Use
2495         wl-spam-register-spam-messages.
2496         (wl-summary-register-as-good): Abolish optional argument; Use
2497         wl-spam-register-good-messages.
2498         (wl-summary-register-as-good-all): Use
2499         wl-spam-register-good-messages.
2500         (wl-summary-target-mark-register-as-spam): New funtion.
2501         (wl-summary-target-mark-register-as-good): Ditto.
2502
2503 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2504
2505         * wl-spam.el: New file.
2506
2507 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2510
2511         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2512         (wl-summary-auto-refile): Call wl-refile-guess with
2513         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2514
2515 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2516
2517         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2518         with disable-thread argument non-nil.
2519
2520 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2521
2522         * wl-summary.el (wl-summary-rescan): Added optional argument
2523         disable-thread.
2524         (wl-summary-sync): Call wl-summary-rescan with argument
2525         disable-thread.
2526         (wl-summary-input-range): Added new range `rescan-thread'.
2527
2528 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2531
2532 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2535         internal variable.
2536         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2537         wl-summary-search-parent-by-subject-regexp and
2538         wl-summary-divide-thread-when-subject-changed as nil.
2539         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2540         (wl-summary-insert-thread): Search parent entity from
2541         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2542         thread loop.
2543
2544 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2545
2546         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2547
2548         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2549
2550         * wl-util.el (wl-require-update-all-folder-p): New function.
2551         (wl-get-assoc-list-value): Added `function' to match directive.
2552         (wl-collect-draft): Rewrite.
2553
2554         * wl-summary.el (wl-summary-sync-update): Clear faces
2555         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2556         are non-nil.
2557         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2558         argument as function.
2559         (wl-summary-input-range): Ditto.
2560
2561         * wl-folder.el (wl-draft-get-folder): New function.
2562         (wl-folder-get-elmo-folder): Consider draft folder.
2563
2564         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2565         (wl-draft-buffer-message-number): New buffer local variable.
2566         (wl-draft-folder-internal): New internal variable.
2567         (wl-draft-delete): Rewrite.
2568         (wl-draft-save): Ditto.
2569         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2570         wl-folder-get-elmo-folder.
2571         (wl-draft-config-info-operation): Ditto.
2572         (wl-jump-to-draft-folder): Ditto.
2573         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2574         (wl-draft-reedit): Rewrite.
2575
2576         * Version number is increased to 2.11.19.
2577         
2578 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2579
2580         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2581         variable.
2582
2583 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2584
2585         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2586         Use ignore-errors instead of unwind-protect.
2587
2588 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2589
2590         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2591         for updating `wl-thread-entity-list'.
2592
2593 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2594
2595         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2596         parameter from calling `wl-thread-entity-get-older-brothers' and
2597         `wl-thread-entity-get-younger-brothers'.
2598         Replace nested `append' with a single one.
2599
2600 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl-summary.el (wl-summary-mode): Don't use the return value of
2603         `make-local-hook'.
2604
2605 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2606
2607         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2608         instead of `let*'.
2609         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2610         of local variables.
2611
2612 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2615         Renamed from wl-summary-window-scroll-functions.
2616         (wl-summary-window-scroll-functions): Don't set to variable.
2617         (wl-summary-display-top): Use run-hooks.
2618         (wl-summary-display-bottom): Ditto.
2619         (wl-summary-toggle-disp-msg): Ditto.
2620         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2621         Use it instead of wl-summary-window-scroll-functions.
2622         (wl-summary-goto-folder-subr): Don't call
2623         wl-summary-window-scroll-functions, use
2624         wl-summary-buffer-window-scroll-functions instead.
2625
2626 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2629         make-local-variable.
2630
2631 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2632
2633         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2634         set-buffer-modified-p.
2635         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2636         (wl-summary-display-bottom): Ditto.
2637         (wl-summary-toggle-disp-msg): Ditto.
2638
2639 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2642
2643         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2644         (wl-summary-forward): Use elmo-message-entity-field instead of
2645         elmo-message-field.
2646
2647         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2648
2649 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-summary.el (wl-summary-window-scroll-functions): No use
2652         `append'.
2653
2654 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2655
2656         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2657         function.
2658         (wl-summary-window-scroll-functions): Call it when both
2659         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2660         (wl-summary-temp-mark): Added optional argument number.
2661         (wl-summary-message-mark): Added optional argument flag.
2662         (wl-summary-persistent-mark): Added optional argument number and flag.
2663         (wl-summary-update-persistent-mark): Ditto.
2664         (wl-summary-update-status-marks): Set "r" for interactive spec.
2665
2666         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2667         argument number and flag.
2668
2669         * wl-action.el (wl-summary-registered-temp-mark): 
2670         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2671
2672 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2673
2674         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2675         internal variable (buffer local).
2676         (wl-summary-window-scroll-functions): New function.
2677         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2678         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2679         as nil.
2680         (wl-summary-update-status-marks): Added arguments beg, end and
2681         check.
2682         (wl-summary-update-mark-window): Use function.
2683         (wl-summary-sync-update): Follow the change above.
2684         (wl-summary-switch-to-clone-buffer): Copy
2685         wl-summary-buffer-unsync-mark-number-list.
2686         (wl-summary-goto-folder-subr): Set
2687         wl-summary-buffer-unsync-mark-number-list and
2688         use wl-summary-window-scroll-functions instead of
2689         wl-summary-lazy-highlight.
2690
2691         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2692
2693 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2694
2695         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2696
2697         * wl-summary.el (wl-summary-update-persistent-mark): Call
2698         wl-summary-set-message-modified.
2699
2700         * wl-summary.el (wl-summary-sync-update): Don't call
2701         wl-summary-update-status-marks.
2702
2703         * Version number is increased to 2.11.18.
2704
2705 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2708         (wl-message-next-page): Ditto.
2709
2710 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2711
2712         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2713         local variable.  Change the order of a collected list into the
2714         same as the specified range.  Remove nil from a collected list.
2715
2716 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2719         argument for elmo-folder-list-messages.
2720
2721 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2724         change (wl-summary-count-unreads return a list instead of a cons
2725         cell).
2726
2727 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2728
2729         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2730         `wl-summary-folder-info-update'.
2731
2732 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * wl-summary.el (wl-summary-set-message-modified): No use
2735         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2736         (wl-summary-set-mark-modified): Abolish.
2737         (wl-summary-mark-modified-p): Ditto.
2738         (wl-summary-save-view): Follow the change above.
2739
2740         * wl-expire.el (wl-summary-expire): Likewise.
2741
2742 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2743
2744         * wl-summary.el (wl-summary-detect-mark-position): Use
2745         modb-entity-handler.
2746         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2747
2748         * Version number is increased to 2.11.17.
2749
2750 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2753         entity field value.
2754         (wl-summary-prefetch-msg): Ditto.
2755         (wl-summary-print-message-with-ps-print): Ditto.
2756
2757 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2758
2759         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2760         for dummy entity.
2761         (wl-summary-insert-thread): Use elmo-message-entity-field.
2762         (wl-summary-update-thread): Use elmo-message-entity-field and
2763         elmo-message-entity-number.
2764         (wl-summary-line-number):  Use elmo-message-entity-number.
2765         (wl-summary-line-size): Use elmo-message-entity-field.
2766         (wl-summary-line-subject): Ditto.
2767         (wl-summary-line-from): Ditto.
2768         (wl-summary-line-attached): Ditto.
2769         (wl-summary-create-line): Ditto.
2770         (wl-summary-create-line): Use elmo-message-entity-number.
2771         (wl-summary-print-message-with-ps-print): Use
2772         elmo-message-entity-field.
2773
2774 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2777         change in elmo-msgdb-make-message-entity.
2778         (wl-summary-buffer-set-folder): Don't call
2779         wl-summary-detect-mark-position here.
2780         (wl-summary-rescan): Call elmo-message-entity-number.
2781         (wl-summary-sync-update): Ditto.
2782         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2783
2784         * wl-score.el (wl-score-header-index): Redefine 2th element.
2785         (wl-score-overview-entity-get-extra): Abolish.
2786         (wl-score-ov-entity-get): Rewrite.
2787         (wl-score-string-index<, wl-score-string-func<): Abolish.
2788         (wl-score-string<): New function.
2789         (wl-score-string-sort): Use it.
2790
2791         * wl-refile.el (wl-refile-guess-by-history): Use
2792         elmo-message-entity-field.
2793         (wl-refile-guess-by-from): Ditto.
2794         (wl-refile-guess-by-msgid): Ditto.
2795
2796         * Version number is increased to 2.11.16.
2797
2798 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2799
2800         * wl-folder.el (wl-folder-confirm-existence): Don't call
2801         file-exists-p if msgdb-path is nil.
2802         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2803         `wl-read-folder-hist' to `wl-read-folder-history'.
2804
2805 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2806
2807         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2808         `y-or-n-p'.
2809
2810 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-score.el (wl-score-headers): Don't use
2813         elmo-folder-do-each-message-entity.
2814
2815         * Version number is increased to 2.11.15.
2816
2817 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl-summary.el (wl-summary-delete-all-msgs): Use
2820         elmo-folder-move-messages instead of elmo-folder-delete-messages
2821         and elmo-folder-detach-messages.
2822         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2823
2824         * wl-expire.el (wl-expire-delete): Ditto.
2825         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2826
2827 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2830         (wl-message-header-narrowing-fields): Ditto.
2831         (wl-message-header-narrowing-lines): Ditto.
2832         (wl-message-header-narrowing-string): Ditto.
2833
2834         * wl-summary.el (wl-summary-mode-map): Bind
2835         wl-summary-toggle-header-narrowing to "C-cC-f".
2836         (wl-summary-toggle-header-narrowing): New function.
2837
2838         * wl-message.el (wl-message-buffer-create): Call
2839         wl-message-header-narrowing-setup.
2840         (wl-message-redisplay): Call wl-message-header-narrowing.
2841         (wl-message-header-narrowing): New function.
2842         (wl-message-header-narrowing-map): New keymap.
2843         (wl-message-header-narrowing-widen-map): New keymap.
2844         (wl-message-header-narrowing-again-at-mouse): New function.
2845         (wl-message-header-narrowing-1): Ditto.
2846         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2847         (wl-message-header-narrowing-setup): Ditto.
2848         (wl-message-header-narrowing-toggle): Ditto.
2849         
2850         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2851
2852         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2853         'flag as all.
2854         (wl-use-flag-folder-help-echo): New user option.
2855
2856         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2857         wl-summary-highlight as nil.
2858         (wl-summary-set-mark-modified): Follow the API change.
2859         (wl-summary-mark-modified-p): Ditto.
2860         (wl-summary-mark-as-read-all): Ditto.
2861         (wl-summary-sync-marks): Don't call
2862         elmo-folder-list-messages-with-global-mark.
2863         (wl-summary-mark-as-read-internal): Follow the API change.
2864         (wl-summary-mark-as-answered-internal): Ditto.
2865         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2866         Follow the API change.
2867         (wl-summary-create-line): Call with number argument.
2868         (wl-summary-reply): Follow the API change.
2869
2870         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2871         function.
2872         (wl-highlight-summary-line-string): Call it when
2873         wl-use-flag-folder-help-echo is non-nil.
2874         (wl-highlight-summary-current-line): Ditto.
2875         (elmo-flag-folder-referrer): Added autoload setting.
2876
2877         * wl-draft.el (wl-draft-kill): Follow the API change.
2878
2879         * Version number is increased to 2.11.14.
2880         
2881 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2884
2885 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * Version number is increased to 2.11.13.
2888
2889 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl-draft.el (wl-draft-previous-history-element): Fixed
2892         unbalanced parenthesis and bind unbound local variables.
2893
2894 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2895
2896         * wl-draft.el (wl-draft-previous-history-element): New function.
2897         (wl-draft-next-history-element): Ditto.
2898         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2899         them to M-p and M-n.
2900
2901 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * Version number is increased to 2.11.12.
2904
2905 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2906
2907         * wl-draft.el (wl-draft-hide): Select buffer-window.
2908
2909 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2910
2911         * wl-summary.el (wl-summary-narrow-to-region): New function.
2912         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2913         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2914         (wl-summary-save-region): Use it.
2915         * wl-action.el (wl-summary-collect-numbers-region)
2916         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2917
2918 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * wl-folder.el (wl-folder-count-incorporates): Don't use
2921         `elmo-msgdb-mark-load'
2922
2923         * Version number is increased to 2.11.11.
2924
2925 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2926
2927         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2928         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2929
2930 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2933
2934 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * Version number is increased to 2.11.10.
2937
2938 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-mime.el (wl-draft-attribute-value): Fixed.
2941
2942 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2943
2944         * wl-util.el (wl-copy-local-variables): New function.
2945
2946         * wl-mime.el (wl-draft-attribute-recipients): New function.
2947         (wl-draft-attribute-envelope-from): Ditto.
2948         (wl-draft-attribute-smtp-posting-server): Ditto.
2949         (wl-draft-attribute-smtp-posting-port): Ditto.
2950         (wl-draft-attribute-value): Ditto.
2951         (wl-draft-preview-message): Use it to get value for
2952         attributes. Reflect result of `wl-draft-config'.
2953
2954         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2955         and call `wl-summary-mark-as-read' before to call
2956         `wl-summary-unset-mark'.
2957         (wl-summary-target-mark-mark-as-unread): Likewise.
2958         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2959
2960 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2961
2962         * wl-mime.el (wl-draft-preview-message): Use actual value for
2963         attributes; Fix for small window.
2964
2965 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * wl-refile.el (wl-refile-get-field-value): Call
2968         `elmo-message-entity-field' with 3rd argument is non-nil.
2969
2970 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2971
2972         * wl-vars.el (wl-draft-preview-attributes): New user option.
2973         (wl-draft-preview-attributes-list): Ditto.
2974         (wl-draft-preview-attributes-buffer-lines): Ditto.
2975         (wl-draft-preview-attributes-buffer-name): Ditto.
2976
2977         * wl-mime.el (wl-draft-preview-message): Display attributes.
2978
2979 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-summary.el (wl-summary-detect-mark-position): Bind
2982         wl-summary-flag-priority-list to '(new).
2983
2984 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2987         funtion.
2988         (wl-highlight-summary-line-string): Use it.
2989         (wl-highlight-summary-current-line): Ditto.
2990
2991 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2992
2993         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2994         line even when the mark string is not changed.
2995
2996         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2997         argument change in the wl-summary-create-line.
2998         (wl-thread-insert-entity-sub): Ditto.
2999
3000         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3001         argument change in the wl-summary-create-line.
3002         (wl-summary-insert-sequential): Ditto.
3003         (wl-summary-update-thread): Ditto.
3004         (wl-summary-persistent-mark-string): New inline function.
3005         (wl-summary-message-mark): Use it.
3006         (wl-summary-create-line): Abolish argument wl-persistent-mark
3007         and added wl-flags, wl-cached.
3008
3009         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3010         mark to flags.
3011         (wl-highlight-summary-current-line): Decide the face not by the 
3012         persistent mark but flags.
3013
3014 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3017         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3018         wl-summary-read-uncached-mark): Revive.
3019         (wl-summary-answered-cached-mark,
3020         wl-summary-answered-uncached-mark): New user option.
3021         (wl-summary-score-marks): Follow the change above.
3022         (wl-summary-auto-refile-skip-marks): Ditto.
3023         (wl-summary-incorporate-marks): Ditto.
3024         (wl-summary-expire-reserve-marks): Ditto.
3025         (wl-summary-flag-priority-list): New user option.
3026
3027         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3028         changes.
3029         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3030         of elmo-message-mark.
3031         (wl-summary-mark-as-read-internal): Ditto.
3032         (wl-summary-mark-as-answered): Ditto.
3033         (wl-summary-mark-as-important): Ditto.
3034         (wl-summary-redisplay-internal): Ditto.
3035         (wl-summary-redisplay-no-mime-internal): Ditto.
3036         (wl-summary-message-mark): New function.
3037         (wl-summary-insert-sequential): Use wl-summary-message-mark
3038         instead of elmo-message-mark.
3039         (wl-summary-update-thread): Ditto.
3040         (wl-summary-persistent-mark): Ditto.
3041         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3042         instead of elmo-message-mark.
3043
3044         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3045         wl-summary-message-mark instead of elmo-message-mark.
3046         (wl-thread-insert-entity-sub): Ditto.
3047         (wl-thread-get-children-msgs-uncached): Ditto.
3048
3049         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3050         variable name changes.
3051         (wl-highlight-summary-current-line): Ditto.
3052
3053         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3054         wl-summary-message-mark instead of elmo-message-mark.
3055
3056         * wl-expire.el (wl-expire-message-p): Ditto.
3057
3058         * wl-score.el (wl-score-headers): Ditto.
3059
3060         * Version number is increased to 2.11.9.
3061
3062         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3063         (wl-summary-sync-update): Follow the change above.
3064         (wl-summary-switch-to-clone-buffer): Ditto.
3065         (wl-summary-open-folder): Ditto.
3066
3067 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3070         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3071
3072         * Version number is increased to 2.11.8.
3073
3074         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3075
3076         * wl-expire.el (wl-expire-refile): Follow the API change on
3077         `elmo-folder-move-messages'.
3078         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3079
3080         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3081         (wl-summary-exec-action-refile): Ditto.
3082         (wl-summary-exec-action-copy): Ditto.
3083         (wl-summary-no-auto-refile-message-p): No use
3084         `wl-summary-buffer-msgdb'.
3085         (wl-summary-auto-refile): Ditto.
3086
3087 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3088
3089         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3090
3091 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-summary.el (wl-summary-sync): Treat no-sync.
3094
3095         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3096         (wl-default-sync-range): Ditto.
3097
3098 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-refile.el (wl-refile-subject-learn): Call
3101         `elmo-message-entity-field' with 3rd argument is non-nil.
3102         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3103         instead of `elmo-msgdb-overview-entity-get-subject'.
3104
3105 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3106
3107         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3108         scan-type is rescan.
3109         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3110         new optional argument force is non-nil.
3111         (wl-summary-save-view-cache): Call it with force argument non-nil.
3112
3113         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3114
3115 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3116
3117         * wl-action.el (wl-summary-print-argument): Fixed last change.
3118
3119 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3122         simplified.
3123         (wl-summary-target-mark-mark-as-unread): Likewise.
3124         (wl-summary-target-mark-mark-as-important): Likewise.
3125
3126 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3127
3128         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3129         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3130         (wl-summary-mark-as-important-region): Change accordingly.
3131         (wl-summary-target-mark-mark-as-important): Ditto.
3132
3133 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3134
3135         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3136
3137         * wl-action.el (wl-summary-print-argument): Print argument to
3138         right side of window if `wl-summary-print-argument-within-window'
3139         is non-nil.
3140
3141 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3142
3143         * wl-action.el (wl-summary-set-mark): Use
3144         `wl-summary-message-visible-p' to check visibility of the message
3145         and jump to message only when the message line is visible and have
3146         different number; Call wl-summary-unset-mark with number argument.
3147         (wl-summary-unset-mark): 
3148         Use `wl-summary-message-visible-p'
3149         to check visibility of the message and jump to message only when
3150         the message line is visible and have different number;
3151
3152 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * Version number is increased to 2.11.7.
3155
3156         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3157         and wl-folder-summary-line-format.
3158
3159         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3160         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3161         (wl-summary-set-score-mark): Use it.
3162         (wl-summary-target-mark-mark-as-read): Ditto.
3163         (wl-summary-target-mark-mark-as-unread): Ditto.
3164         (wl-summary-target-mark-mark-as-important): Ditto.
3165         (wl-summary-target-mark-msgs): Simplified.
3166         (wl-summary-detect-mark-position): Fixed problem when
3167         summary-line-format no contain persisten/temp mark spec.
3168         (wl-summary-temp-mark): Ditto.
3169         (wl-summary-persistent-mark): Ditto.
3170         (wl-summary-update-persistent-mark): Ditto.
3171
3172         * wl-action.el (wl-summary-set-mark): Ditto.
3173         (wl-summary-unset-mark): Ditto.
3174         All other related portions are changed.
3175
3176 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * Version number is increased to 2.11.6.
3179
3180 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-util.el (wl-current-message-buffer): Define as function;
3183         Don't use the value of wl-messge-buffer.
3184
3185         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3186         persistent mark.
3187
3188         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3189         no current message, cause an error.
3190
3191 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3192
3193         * wl-summary.el (wl-summary-set-message-modified): Use
3194         elmo-folder-set-message-modified instead of
3195         elmo-folder-set-message-modified-internal.
3196
3197 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3200         interactively.
3201         (wl-summary-sync): nokill->entirely.
3202         (wl-summary-sync-marks): Fixed message.
3203         (wl-summary-input-range): Added mark, nokill->entirely.
3204
3205         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3206         messages as read.
3207
3208 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3211         update-noscore.
3212         (wl-summary-sync): Follow the change above.
3213
3214 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-action.el (wl-summary-target-mark-all): Use
3217         elmo-folder-list-messages.
3218
3219 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3220
3221         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3222         (wl-summary-rescan): Set wl-summary-scored as nil.
3223         (wl-summary-sync-force-update): Follow the change above.
3224         (wl-summary-sync): Ditto.
3225         (wl-summary-sync-update): Added argument disable-killed.
3226         (wl-summary-insert-headers): Set visible-only argument for
3227         elmo-folder-list-messages.
3228         (wl-summary-input-range): Added update-nokill, update-noscore,
3229         all-nokill, all-noscore and mark.
3230
3231         * Version number is increased to 2.11.5.
3232
3233         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3234
3235 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3236
3237         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3238         (wl-summary-prefetch-region-no-mark): Change accordingly.
3239         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3240
3241 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3242
3243         * wl-address.el (wl-complete-field-to): Abolished.
3244         (wl-complete-address): Completion function for completing-read.
3245         * wl-action.el (wl-summary-get-resend-address): Use it.
3246
3247         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3248         wl-summary-update-mark and abolish unused argument.
3249         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3250         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3251         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3252         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3253         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3254         * wl-draft.el (wl-draft-kill): Ditto.
3255
3256         * wl-summary.el: Remove unused binding of case-fold-search.
3257         (wl-summary-replace-status-marks): Abolished.
3258
3259 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3262         is specified or folder length is zero.
3263
3264 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3265
3266         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3267         (wl-folder-archive-current-entity): Ditto.
3268
3269 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3272         retrieving message mark.
3273         (wl-summary-redisplay-internal): Ditto.
3274
3275         * wl-message.el (wl-message-buffer-display): Ignore errors while
3276         retrieving message-id field.
3277
3278         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3279         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3280         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3281         order of the arguments for `wl-expire-message-p'.
3282         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3283
3284         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3285         Check return value of wl-summary-reply.
3286         (wl-summary-reply): Recover window configuration when an error occured.
3287
3288 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3289
3290         * wl-summary.el (wl-summary-resend-message): Abolished, the
3291         feature is inherited by wl-summary-resend (put resend mark).
3292
3293 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3294
3295         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3296         wl-message-buffer to nil when the message is hide.
3297
3298 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3299
3300         * .cvsignore: New file.
3301
3302 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3303
3304         * wl-action.el (wl-summary-action-docstring): Add more info.
3305         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3306         duplicate definition.
3307         (wl-summary-define-mark-action): Functions wl-summary-*-region
3308         keep current position.
3309         (wl-summary-unregister-target-mark): Store result to the variable.
3310
3311 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3312
3313         * Version number is increased to 2.11.4.
3314
3315 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3318         wl-summary-delete-all-temp-marks.
3319         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3320
3321         * wl-action.el (wl-summary-set-mark): Changed terminology
3322         refile-destination -> action-argument.
3323         (wl-summary-unset-mark): Ditto.
3324         (wl-summary-remove-argument): Ditto.
3325         (wl-summary-print-argument): Ditto.
3326
3327         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3328         (wl-thread-remove-argument-region): Ditto.
3329         (wl-thread-print-argument-region): Ditto.
3330         (wl-thread-close): Ditto.
3331         (wl-thread-open): Ditto.
3332
3333         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3334         (wl-highlight-refile-destination-face is abolished)
3335         (wl-highlight-action-argument-string): Ditto.
3336         (wl-highlight-summary-current-line): Highlight action argument.
3337
3338         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3339         color for light backgrounds.
3340         (wl-highlight-summary-answered-face): Ditto.
3341
3342 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3343
3344         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3345
3346         * wl-score.el (wl-summary-score-update-all-lines): Use
3347         wl-summary-set-mark.
3348         (wl-summary-score-update-all-lines): Kill expunged messages.
3349
3350         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3351
3352 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3353
3354         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3355         directly.
3356         (wl-score-overview-entity-get-lines): Ditto.
3357         (wl-score-overview-entity-get-xref): Ditto.
3358         (wl-score-get-latest-msgs): Ditto.
3359         (wl-summary-rescore): Ditto.
3360
3361         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3362         to "&".
3363         (wl-summary-mark-as-answered-internal): New inline function.
3364         (wl-summary-mark-as-answered): New function.
3365         (wl-summary-mark-as-unanswered): Ditto.
3366         (wl-summary-sync-marks): Modified for answered-mark synching.
3367
3368 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * wl-action.el (wl-summary-set-mark): Fixed last change.
3371
3372 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3373
3374         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3375         behavior of wl-summary-unread-message-hook
3376         (Pointed out by akira yamada <akira@arika.org>).
3377
3378 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3379
3380         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3381         wl-summary-delete.
3382         * wl-xmas.el (wl-summary-toolbar): Ditto.
3383
3384         * wl-action.el (wl-summary-set-mark): Don't override current
3385         temp-mark.
3386
3387         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3388
3389 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3390
3391         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3392         (wl-refile-msgid-learn): Ditto.
3393         (wl-refile-get-field-value): Ditto.
3394
3395         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3396
3397         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3398         (wl-expire-delete-reserved-messages): Renamed from
3399         wl-expire-reserve-marked-msgs-from-list.
3400         (wl-expire-delete): Removed argument `msgdb'.
3401         (wl-expire-refile): Ditto.
3402         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3403         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3404         mark-alist as argument.
3405         (wl-expire-archive-number1): Removed argument `msgdb'.
3406         (wl-expire-archive-number2): Ditto.
3407         (wl-expire-archive-date): Ditto.
3408         (wl-expire-localdir-date): Ditto.
3409         (wl-expire-hide): Ditto.
3410         (wl-archive-number1): Ditto.
3411         (wl-archive-number2): Ditto.
3412         (wl-archive-date): Ditto.
3413         (wl-archive-folder): Ditto.
3414         All other related portions are changed.
3415
3416 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3417
3418         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3419         mean move up and down. (suggested by Takashi Kawachi)
3420
3421 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-acap.el (toplevel): Don't require un-define.
3424
3425 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3426
3427         * wl-thread.el (wl-thread-delete-message): Always update
3428         wl-summary-buffer-number-list.
3429
3430         * wl-action.el (wl-summary-print-destination): 
3431         Do nothing when folder is nil.
3432
3433 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3434
3435         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3436         persistent mark when prefetch is succeeded.
3437
3438 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3441         instead of elmo-msgdb-delete-msgs.
3442         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3443         (wl-expire-hide): Ditto.
3444
3445         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3446
3447         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3448         elmo-msgdb interface.
3449         (wl-thread-get-exist-children): Likewise.
3450         (wl-thread-insert-message): Likewise.
3451         (wl-thread-msg-mark-as-important): Likewise.
3452         (wl-thread-insert-entity-sub): Likewise.
3453         (wl-thread-get-children-msgs-uncached): Likewise.
3454
3455         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3456         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3457         (wl-summary-sync-update): Likewise.
3458         (wl-summary-auto-select-msg-p): Likewise.
3459         (wl-summary-update-thread): Likewise.
3460         (wl-summary-mark-as-important): Likewise.
3461         (wl-summary-jump-to-msg-internal): Likewise.
3462         (wl-summary-redisplay-internal): Likewise.
3463         (wl-summary-print-message-with-ps-print): Likewise.
3464         (wl-summary-folder-info-update): Likewise.
3465
3466         * wl-folder.el (wl-folder-check-one-entity):
3467         elmo-folder-count-flags instead of wl-summary-count-unread.
3468
3469         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3470
3471         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3472
3473         * wl-summary.el (wl-summary-set-message-modified): 
3474         Call wl-summary-set-mark-modified.
3475         (wl-summary-delete-messages-on-buffer): Call
3476         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3477         (wl-summary-sync-update): Call elmo-folder-length instead of
3478         elmo-folder-messages.
3479         (wl-summary-insert-headers): Don't call
3480         elmo-folder-list-message-entities.
3481
3482 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3483
3484         * wl-action.el (wl-summary-define-mark-action): Call
3485         `wl-summary-set-mark' with argument `data'.
3486         (wl-summary-auto-refile): Fixed order of arguments when call
3487         `wl-summary-refile'.
3488
3489 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3492
3493         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3494
3495         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3496         (Renamed from wl-highlight-summary-deleted-face).
3497         (wl-highlight-summary-resend-face): New face.
3498
3499         (wl-highlight-summary-deleted-face): Renamed from
3500         wl-highlight-summary-erased-face.
3501
3502         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3503
3504         * wl-action.el (wl-summary-get-resend-address): New function.
3505         (wl-summary-exec-action-resend): Ditto.
3506         (wl-summary-exec-action-resend-subr): Ditto.
3507
3508         * w-thread.el (wl-thread-copy): Removed definition.
3509         (wl-thread-refile): Ditto.
3510         (wl-thread-delete): Ditto.
3511         (wl-thread-target-mark): Ditto.
3512
3513         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3514         (wl-summary-target-mark-set-action): Fixed.
3515         (wl-summary-define-mark-action): Fixed quotation.
3516         (wl-summary-move-mark-list-messages): Display message.
3517         (wl-summary-define-mark-action): Define thread functions.
3518         (wl-summary-exec-action-refile): Changed message.
3519         (wl-summary-exec): Ditto.
3520
3521 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3522         
3523         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3524         '%%'.
3525
3526 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl.el (toplevel): Require wl-action.
3529         (wl-init): Call wl-summary-define-mark-action.
3530
3531         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3532
3533         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3534         wl-summary-delete and wl-summary-erase.
3535         (wl-summary-mode-map): Ditto.
3536
3537         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3538         wl-delete-folder-alist.
3539
3540         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3541         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3542         (toplevel): Moved mark & action related functions to the wl-action.el.
3543
3544         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3545         in wl-summary-mark-action-list.
3546         (wl-highlight-summary-current-line): Ditto.
3547
3548         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3549         empty lines.
3550
3551         * wl-action.el: New file. 
3552
3553 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-summary.el (wl-summary-target-mark-replace): New function.
3556         (wl-summary-target-mark-prefetch): Use it.
3557         (wl-summary-target-mark-delete): Ditto.
3558         (toplevel): Rearranged definition order.
3559         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3560         (wl-summary-target-mark-erase): Rewrite.
3561         (wl-summary-erase-region): New function.
3562         (wl-summary-exec-action-erase): Changed message.
3563         (wl-summary-move-mark-list-messages): New function.
3564         (wl-summary-exec-action-delete): Use it.
3565         (wl-summary-exec-action-erase): Ditto.
3566
3567         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3568         (wl-summary-skip-mark-list): Added "d".
3569
3570         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3571         while searching.
3572
3573         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3574         and define using defcustom;
3575         Define 4th element as a face.
3576         
3577         * wl-summary.el (wl-summary-incorporate): Use 
3578         `wl-summary-prefetch-region-no-mark' instead of
3579         `wl-summary-prefetch-region'.
3580         (wl-summary-prefetch-region-no-mark): Revival of old
3581         `wl-summary-prefetch-region'.
3582         (wl-summary-mark-action-list): Moved to wl-vars.el
3583
3584         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3585         face according to the `wl-summary-mark-action-list'.
3586         (wl-highlight-summary-current-line): Ditto;
3587         Removed destination highlighting.
3588
3589         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3590         (wl-highlight-summary-line-string): Highlight for "i" mark.
3591         (wl-highlight-summary-current-line): Ditto.
3592
3593         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3594         no destination.
3595
3596         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3597         exists, just go ahead.
3598         (wl-summary-prefetch-region): Rewrite.
3599         (wl-summary-prefetch): Ditto.
3600         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3601         (wl-summary-exec-action-prefetch): New function.
3602         (wl-summary-target-mark-prefetch): Rewrite.
3603
3604 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3605
3606         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3607         (wl-highlight-summary-line-string): Added "d" and "D".
3608         (wl-highlight-summary-current-line): Ditto.
3609
3610         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3611         in wl-summary.el.
3612         (wl-thread-insert-entity-sub): Ditto.
3613         (wl-thread-remove-destination-region): Ditto.
3614         (wl-thread-print-destination-region): Ditto.
3615
3616         * wl-summary.el (wl-summary-buffer-refile-list,
3617         wl-summary-buffer-delete-list,
3618         wl-summary-buffer-copy-list): Abolish.
3619         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3620         All other related portions are changed.
3621         (wl-summary-mark-action-list): New variable.
3622         (wl-summary-set-mark): New function.
3623         (wl-summary-register-target-mark): Ditto.
3624         (wl-summary-unregister-target-mark): Ditto.
3625         (wl-summary-have-target-mark-p): Ditto.
3626         (wl-summary-register-temp-mark): Ditto.
3627         (wl-summary-unregister-temp-mark): Ditto.
3628         (wl-summary-registered-temp-mark): Ditto.
3629         (wl-summary-collect-temp-mark): Ditto.
3630         (wl-summary-unset-mark): Ditto.
3631         (wl-summary-set-target-mark): Ditto.
3632         (wl-summary-unset-target-mark): Ditto.
3633         (wl-summary-set-action-generic): Ditto.
3634         (wl-summary-unset-action-generic): Ditto.
3635         (wl-summary-exec-action-delete): Ditto.
3636         (wl-summary-exec-action-erase): Ditto.
3637         (wl-summary-set-action-refile): Ditto.
3638         (wl-summary-set-action-refile-subr): Ditto.
3639         (wl-summary-unset-action-refile): Ditto.
3640         (wl-summary-make-destination-numbers-list): Ditto.
3641         (wl-summary-exec-action-refile): Ditto.
3642         (wl-summary-set-action-copy): Ditto.
3643         (wl-summary-unset-action-copy): Ditto.
3644         (wl-summary-exec-action-copy): Ditto.
3645         (wl-summary-collect-numbers-region): Ditto.
3646         (wl-summary-delete): Rewrite.
3647         (wl-summary-erase): Ditto.
3648         (wl-summary-remove-destination): Ditto.
3649         (wl-summary-exec): Ditto.
3650         (wl-summary-exec-region): Ditto.
3651         (wl-summary-target-mark-erase): Ditto.
3652         (wl-summary-refile): Ditto.
3653         (wl-summary-copy): Ditto.
3654         (wl-summary-unmark): Ditto.
3655         (wl-summary-delete-all-mark): Ditto.
3656         (wl-summary-mark-line): Don't highlight.
3657         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3658         (wl-summary-target-mark-refile-subr): Rewrite.
3659
3660         (wl-summary-copy-prev-destination): Abolish.
3661
3662 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3663
3664         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3665         default values along the value of wl-on-mule.
3666         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3667         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3668         It is not used anywhere.
3669
3670 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3671
3672         * wl-summary.el (wl-summary-print-destination): Keep position.
3673         (wl-summary-cursor-move-surface): Keep horizontal position.
3674
3675 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3676
3677         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3678         write sendlog.
3679
3680 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3681
3682         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3683         `wl-summary-highlight'.
3684
3685 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3686
3687         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3688         trivial condition for temp-mark.
3689
3690 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3691
3692         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3693         when it hits killed buffer.
3694
3695 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3696
3697         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3698         * wl-news.el.in: `message' and `error' take format string.
3699
3700 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3701
3702         * wl-folder (wl-folder-insert-entity): Display a message,
3703         `...done', when the work finish.
3704         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3705
3706 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3707
3708         * wl-message.el (wl-message-redisplay): Remove unused local
3709         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3710
3711 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3712
3713         * wl-summary.el (wl-summary-replace-status-marks): Disable
3714         interactive use.
3715         (wl-summary-reedit): Check message existence at first.
3716         (wl-summary-mark-line): Fix doc, return value is indefinite.
3717
3718         * wl-highlight.el (wl-highlight-message): Arranged.
3719
3720         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3721         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3722         check temp-mark by wl-summary-temp-mark always.
3723         (wl-highlight-summary): Change accordingly.
3724         * wl-summary.el (wl-summary-mark-as-read-all)
3725         (wl-summary-delete-cache, wl-summary-set-score-mark)
3726         (wl-summary-mark-as-unread, wl-summary-unmark)
3727         (wl-summary-mark-line, wl-summary-mark-as-read)
3728         (wl-summary-mark-as-important): Ditto.
3729
3730         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3731         end of the window if possible.
3732         * wl-summary.el (wl-summary-sync-update): Support lazy
3733         highlighting.
3734         (wl-summary-toggle-disp-msg): Ditto.
3735
3736 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3737
3738         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3739
3740 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3741
3742         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3743         change.
3744
3745 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3748         API.
3749         (wl-summary-sync-update): Ditto.
3750
3751         * wl-score.el (wl-score-get-score-alist): Changed argument.
3752         (wl-summary-rescore-msgs): Likewise.
3753         (wl-summary-score-headers): Likewise.
3754         (wl-score-headers): Likewise;
3755         Use elmo-folder-do-each-message-entity, etc.
3756         (wl-summary-score-effect): Follow the changes above.
3757         (wl-summary-rescore): Ditto.
3758         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3759         (wl-score-get-overview): Abolish.
3760
3761         * wl-summary.el (wl-summary-default-from): Follow the API change in
3762         elmo-msgdb.
3763         (wl-summary-count-unread): Ditto.
3764         (wl-summary-detect-mark-position): Ditto.
3765         (wl-summary-overview-entity-compare-by-date): Ditto.
3766         (wl-summary-overview-entity-compare-by-number): Ditto.
3767         (wl-summary-overview-entity-compare-by-from): Ditto.
3768         (wl-summary-overview-entity-compare-by-subject): Ditto.
3769         (wl-summary-get-list-info): Ditto.
3770         (wl-summary-rescan): Ditto.
3771         (wl-summary-jump-to-msg-by-message-id): Ditto.
3772         (wl-summary-sync-update): Ditto; Removed comment.
3773         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3774         (wl-summary-insert-message): Use wl-summary-insert
3775         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3776         (wl-summary-insert-headers): Changed argument overview to folder.
3777         (wl-summary-search-by-subject): Likewise.
3778         (wl-summary-insert-thread): Renamed from 
3779         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3780
3781         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3782         too.
3783
3784         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3785         wl-string-member.
3786
3787 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3790         elmo-folder-append-buffer.
3791         (wl-draft-queue-append): Likewise.
3792
3793         * wl-mime.el (wl-message-delete-current-part): Ditto.
3794         (wl-summary-burst-subr): Ditto.
3795
3796         * wl-news.el.in (wl-news-send-news): Ditto.
3797
3798 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3801         function.
3802         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3803         (wl-summary-update-mark): Enclose with save-excursion.
3804         (wl-summary-mark-as-read-internal): Fixed last change.
3805         (wl-summary-mark-as-important): Use 3rd argument of
3806         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3807         Don't use elmo-msgdb-set-mark.
3808         (wl-summary-redisplay-internal): If msgdb flag is already read,
3809         just update the mark on buffer.
3810
3811 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3812
3813         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3814         cut visible folder when elmo-folder-delete returns non-nil value.
3815
3816 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3817
3818         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3819         by Kenichi OKADA <okada@opaopa.org>).
3820
3821 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3822
3823         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3824
3825 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3826
3827         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3828         Fixed the last change, search group entity by its real name.
3829         (Thanks to: KOBAYASHI Shinji)
3830
3831 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3832
3833         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3834         (wl-fldmgr-access-display-all): Don't refer visible name.
3835         * wl-expire.el (wl-folder-archive-current-entity)
3836         (wl-folder-expire-current-entity): Ditto.
3837         * wl-folder.el (wl-folder-jump-to-current-entity)
3838         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3839         (wl-folder-open-folder-sub,wl-folder-open-all)
3840         (wl-folder-write-current-folder): Ditto.
3841         (wl-folder-insert-entity): Don't use petname for normal group.
3842         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3843         is the real name.
3844         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3845         Abolished.
3846
3847 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3848
3849         * wl-draft.el (wl-draft-create-buffer): Add
3850         `wl-summary-reply-with-citation'
3851
3852 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3853
3854         * wl-draft.el (wl-draft-reply): Fixed.
3855
3856 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3857
3858         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3859         when `wl-draft-send-confirm-with-preview' is non-nil.
3860         You can scroll up/down by j/k.
3861         (wl-draft-send-confirm-with-preview): New variable (default=t).
3862
3863 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3866         (wl-fldmgr-save-folders): Fix comment.
3867
3868 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3869
3870         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3871         along the last change in `wl-folder-buffer-group-p'.
3872
3873 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3876         folder.
3877
3878         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3879         the default value.
3880
3881         * wl-mime.el (wl-summary-burst): Update summary only when target
3882         folder equals current folder.
3883
3884 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3885
3886         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3887
3888 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3891         value.
3892
3893 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3896         `map-extents' instead of `extent-at' repeatedly.
3897         (wl-highlight-folder-current-line): Ditto.
3898
3899         * wl-highlight.el: Remove useless dummy functions.
3900
3901 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3904         (wl-folder-put-folder-property): New function to put text property.
3905         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3906         (wl-folder-insert-entity, wl-folder-update-diff-line)
3907         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3908         * wl-e21.el, wl-xmas.el, wl-mule.el
3909         (wl-highlight-folder-current-line): Ditto.
3910         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3911         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3912         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3913         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3914
3915 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * Version number is increased to 2.11.3.
3918
3919 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3920
3921         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3922         Resume current-buffer since it is assumed by remaining tasks.
3923
3924 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3927         (wl-folder-completion-function): Abolished.
3928         (wl-folder-complete-folder): New function.
3929         (wl-folder-complete-filter-condition): Ditto.
3930         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3931         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3932
3933 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3934
3935         * wl-draft.el (wl-draft-send-confirm): New function.
3936         (wl-draft-send): Use it.
3937
3938         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3939         cursor-in-echo-area while confirming.
3940
3941         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3942
3943         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3944         searching via nntp if wl-summary-search-via-nntp is 'force.
3945         Otherwise, invoke searching in nntp folder only.
3946         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3947
3948         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3949         explicitly for mime-make-text-tag.
3950
3951 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3952
3953         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3954         `mime-make-text-tag' instead of `mime-create-tag'.
3955
3956 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3957
3958         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3959         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3960
3961 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-score.el (wl-score-save): Bind print-length and print-level.
3964         (wl-score-pretty-print): Ditto.
3965         (wl-score-edit-insert-header-entry): Ditto.
3966
3967         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3968         "From" entry to be treated with wl-draft-eword-encode-address-list.
3969         * wl-mime.el (wl-draft-preview-message): Ditto.
3970
3971         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3972         (wl-summary-mark-as-unread): Ditto.
3973         (wl-summary-mark-as-read-region): Change accordingly.
3974         (wl-summary-mark-as-unread-region): Ditto.
3975         (wl-summary-target-mark-mark-as-read): Ditto.
3976         (wl-summary-target-mark-mark-as-unread): Ditto.
3977
3978 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3979
3980         * Version number is increased to 2.11.2.
3981
3982 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-news.el.in (wl-news-previous-version-save): Bind
3985         print-length and print-level.
3986         * wl-thread.el (wl-thread-save-entities): Ditto.
3987         (wl-thread-save-top-list): Bind print-length.
3988
3989 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3990
3991         * wl-highlight.el (wl-highlight-summary-line-string): Use
3992         wl-summary-score-below-mark, wl-summary-score-over-mark.
3993         (wl-highlight-summary-current-line): Ditto.
3994
3995 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3998         insert it.
3999
4000 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4001
4002         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4003
4004 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4007         message without msgid.
4008         Rewrite with elmo-folder-move-messages.
4009         Set wl-message-buffer to nil.
4010
4011         * wl-summary.el (wl-summary-erase-subr): New function. Use
4012         elmo-folder-move-messages.
4013         (wl-summary-erase): Call it.
4014         (wl-summary-target-mark-erase): Ditto.
4015
4016 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4017
4018         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4019         it is not up-tp-date.
4020
4021 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4024         buffer after calling `wl-summary-goto-folder-subr' without the
4025         argument `interactive'.
4026         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4027
4028 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4029
4030         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4031         `mime-create-tag'. Use `string=' instead of `looking-at'.
4032
4033 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4036         to avoid compile warning.
4037
4038         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4039         entity-id when folder is given.
4040         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4041         save-excursion, use save-selected-window instead.
4042         Select folder buffer window if exists.
4043         (To correct behavior with wl-folder-move-cur-folder.)
4044
4045 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4046
4047         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4048
4049 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4050
4051         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4052         list-count instead of %d.
4053
4054 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4057         (wl-news): Set it.
4058         (wl-news-append-to-folder): Use it.
4059
4060         * wl-news.el.in (wl-news-send-news): Append to specified folder
4061         instead of wl-default-folder.
4062         (wl-news-append-to-folder): Show error message with specified folder.
4063
4064         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4065                 In most major modes, Emacs assumes that any opening
4066                 delimiter found at the left margin is the start of a
4067                 top-level definition, or defun. Therefore, *never put an
4068                 opening delimiter at the left margin unless it should have
4069                 that significance.*
4070
4071         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4072
4073 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4074
4075         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4076
4077 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4078
4079         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4080
4081 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4082
4083         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4084         for sequential numbering case.
4085
4086 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4087
4088         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4089         value.
4090         (wl-draft-reply-without-argument-list): Ditto.
4091         (wl-draft-reply-myself-with-argument-list): Abolish.
4092         (wl-draft-reply-myself-without-argument-list): Ditto.
4093         * wl-draft.el (wl-draft-self-reply-p): New function.
4094         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4095
4096 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4099         (avoid error for the case without byte-compiling)
4100
4101 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4102
4103         * wl-news.el.in (wl-news-append-to-folder): New function.
4104         (wl-news-exit): Rewrite.
4105         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4106
4107 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4108
4109         * wl-draft.el (wl-draft-reply-position): New function.
4110         (wl-draft-reply-position): Fix.
4111         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4112         (wl-summary-target-mark-reply-with-citation): Ditto.
4113         (wl-summary-reply-with-citation): Ditto.
4114         * wl-vars.el (wl-draft-reply-default-position): New variable.
4115
4116 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4117
4118         * wl-draft.el (wl-draft-send): Preview when interactive send.
4119
4120 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * wl-draft.el (wl-draft-reply): Set default position.
4123         * wl-summary.el (wl-summary-reply): Ditto.
4124         (wl-summary-reply-with-citation): Ditto.
4125         (wl-summary-target-mark-reply-with-citation): Ditto.
4126
4127 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-news.el.in (wl-news-lang): Set default value according to
4130         current-language-environment.
4131         (wl-news-append-news): Do nothing when news-list is nil.
4132
4133 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4136         (wl-news): Change message.
4137         (wl-news-exit): Check buffer.
4138         (wl-news-force-exit): New function.
4139         (wl-news-show-all): New function.
4140         (wl-news-discard-and-exit): Fix.
4141
4142 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4143
4144         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4145         according to current-language-environment.
4146
4147         * wl-news.el.in (wl-news): If arg, show all NEWS after
4148         wl-news-default-previous-version.
4149
4150 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-news.el.in (wl-news-check): Rewritten.
4153         (wl-news-previous-version-load): Change data type.
4154         (wl-news-previous-version-save): Change data type.
4155         (wl-news-append-news): Add return value.
4156         (wl-news-check-news): New function.
4157         (wl-news-already-current-p): New function.
4158         (wl-news-send-news): Rewritten.
4159         (wl-news-mode-map): Add new keybind.
4160         (wl-news): Rewritten.
4161         (wl-news-exit): Rewritten.
4162         (wl-news-discard-and-mail): New function.
4163         (wl-news-send-to-address): Abolished.
4164         * wl.el (wl-init): Delete a message.
4165
4166 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4167
4168         * wl-news.el.in (wl-news-exit): Update previous version.
4169         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4170
4171 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4172
4173         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4174
4175 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4176
4177         * wl-news.el.in (wl-news): New function.
4178         (wl-news-mode): New function.
4179         (wl-news-next-line): New function.
4180         (wl-news-next-page): New function.
4181         (wl-news-exit): New function.
4182         (wl-news-buf-name): New variable.
4183         (wl-news-mode-map): New variable.
4184         (wl-news-winconf): New variable.
4185         (wl-news-append-news): Add an option.
4186
4187 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4188
4189         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4190
4191 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4192
4193         * wl-news.el.in (wl-news-send-to-address): New variable.
4194         (wl-news-send-news): Use it.
4195         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4196         Return updating status.
4197         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4198
4199 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4200
4201         * wl-news.el.in (wl-news-send-news): Delete
4202         Organization and X-Face.
4203
4204 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4205
4206         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4207         (wl-news-append-news): New function.
4208         (wl-news-send-news): New function.
4209
4210 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4211
4212         * Version number is increased to 2.11.1.
4213
4214 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4215
4216         * wl-news.el.in : New file.
4217
4218 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4221         default value.
4222         (wl-draft-reply-without-argument-list): Ditto.
4223
4224 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4225
4226         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4227         (wl-message-buffer-prefetch-idle-time): Ditto.
4228         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4229
4230 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-thread.el (wl-thread-insert-message): Use
4233         wl-summary-max-thread-depth.
4234
4235         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4236         loop detection.
4237
4238         * wl-message.el (wl-message-buffer-display): Back to the first page
4239         when cache is hit.
4240
4241 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4244
4245         * wl-summary.el (wl-summary-insert-thread-entity):
4246         If the thread depth is reached to wl-summary-max-thread-depth,
4247         divide the thread.
4248
4249 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4250
4251         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4252         for elmo-remove-passwd.
4253
4254 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4257         folder is sticky.
4258         (wl-folder-mark-as-read-all-entity): Ditto.
4259         (wl-folder-prefetch-entity): Ditto.
4260
4261 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4262
4263         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4264
4265 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4266
4267         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4268         Delete messages on buffer for unplugged operation.
4269         (wl-summary-erase): Ditto.
4270
4271 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4274         take nil so as not to search parent by subject.
4275
4276 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4279         (wl-folder-get-next-folder): Ditto.
4280         (wl-folder-get-path): Ditto.
4281
4282 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4285         system and encode the region with it before verifying.
4286
4287 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4288
4289         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4290         system of the echo buffer before decoding.
4291
4292 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4295         original contents.
4296
4297 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4298
4299         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4300         with argument 'any-exists.
4301
4302 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303
4304         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4305         Use `wl-cs-autoconv'.
4306
4307 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4310         by `mime-view-automatic-conversion'.
4311
4312         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4313         (wl-message-verify-pgp-nonmime): Ditto.
4314         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4315         Bind them to C-c:d and C-c:v respectively.
4316
4317         Merge following code by Teranishi-san from [wl-en:00167].
4318         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4319         (wl-mime-preview-application/pgp-encrypted): Ditto.
4320         (wl-mime-setup): Add entry.
4321
4322 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-summary.el (wl-summary-target-mark-erase): New function.
4325         Bind it to "mD".
4326
4327 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4328
4329         * wl-vars.el (wl-draft-write-file-function): Fix.
4330         (wl-draft-reedit-hook): Changed default value.
4331
4332         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4333         wl-draft-reedit-hook.
4334         (wl-draft-remove-text-plain-tag): New function.
4335         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4336
4337         * wl-vars.el (wl-draft-write-file-function): New user option.
4338
4339         * wl-draft.el (wl-draft-prepare-edit): Use it for
4340         local-write-file-hooks.
4341         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4342
4343         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4344         (wl-draft-insert-mail-header-separator): Return the body beginning
4345         point.
4346         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4347         text/plain.
4348         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4349
4350 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-summary.el (wl-summary-erase): New function to erase message
4353         without moving it to trash. Bind to "D".
4354
4355         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4356         as `keep' unless switch-function.
4357
4358 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4361         message buffer by using `wl-summary-toggle-disp-msg'.
4362         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4363         buffer window.
4364         (wl-summary-supresedes-message): Ditto.
4365
4366         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4367         Do not delete other windows.
4368         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4369         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4370         (wl-draft-create-buffer): Set reply-or-forward also for target
4371         mark commands.
4372
4373 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-draft.el (wl-user-agent-compose): Delete special case for
4376         switch-to-buffer-other-window.
4377
4378         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4379         (wl-summary-forward): Ditto.
4380
4381         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4382         function.
4383         (wl-draft-buffer-style): New use option.
4384
4385         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4386         (wl-draft): Follow the change above.
4387         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4388         wl-draft-buffer-style.
4389         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4390         switch-function.
4391
4392 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4393
4394         * wl-address.el (wl-address-make-completion-entry): Extracted from
4395         `wl-address-make-completion-list'.
4396         (wl-address-enable-strict-loading): New variable.
4397         (wl-address-make-completion-list): Revive petname duplication
4398         inquiry, and enable it if `wl-address-enable-strict-loading'.
4399         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4400
4401 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4402
4403         * wl-message.el (wl-message-get-original-buffer): Avoid
4404         'Selecting deleted buffer' error when original buffer is killed.
4405
4406 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4407
4408         * wl-summary.el (wl-summary-next-message): Use
4409         elmo-message-accessible-p instead of elmo-message-cached-p.
4410
4411 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4414
4415         * wl-thread.el (wl-thread-open-all-unread): Use
4416         elmo-folder-list-flagged instead of
4417         elmo-folder-list-messages-mark-match.
4418
4419         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4420         instead of elmo-folder-list-messages-mark-match.
4421         (wl-summary-move-spec-alist): New variable.
4422         (wl-summary-move-spec-plugged-alist,
4423         wl-summary-move-spec-unplugged-alist): Abolish.
4424         (wl-summary-next-message): Follow the change above.
4425         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4426         with 'no-msg' argument.
4427
4428         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4429         variable.
4430         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4431         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4432         (wl-message-buffer-prefetch-get-next): Follow the change above.
4433
4434 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4435
4436         * wl-version.el (wl-version): Changed codename.
4437
4438         * Version number is increased to 2.11.0.
4439
4440 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4441
4442         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4443         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4444         `wl-draft-config-variables'.
4445         (wl-draft-kill): Fixed problem when the draft is reedit.
4446
4447 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4448
4449         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4450         buffer-modified status (Thanks to
4451         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4452
4453 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-util.el (wl-region-exists-p): New function.
4456
4457         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4458         Remove defvars for byte-compile warnings.
4459
4460 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4461
4462         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4463         defvar-maybe. Removed unused bind.
4464
4465 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4466
4467         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4468         summary buffer window before creating new frame.
4469         (wl-draft-reply): Ditto.
4470
4471 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4472
4473         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4474
4475 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4476
4477         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4478
4479 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4480
4481         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4482         instead of `kill-region'.
4483
4484 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4487         (wl-highlight-summary-line-string): Use it.
4488         (wl-highlight-summary-current-line): Ditto.
4489
4490         * wl-mime.el (wl-message-delete-current-part): Check the class of
4491         mime-entity.
4492
4493         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4494
4495         * wl-summary.el (wl-summary-make-number-list): Initialize.
4496         (wl-summary-update-mark): New function.
4497         (wl-summary-reply): Put `answered' mark on the message.
4498         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4499
4500         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4501         (wl-draft-reply): Added optional argument `number';
4502         Set wl-draft-parent-number.
4503         (wl-draft-kill): Delete answered mark if it is a reply.
4504
4505 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4508         that originates in mime-preview-follow-current-entity.
4509         (wl-draft-yank-current-message-entity): Use it if region is active.
4510
4511         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4512         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4513         `wl-message-delete-current-part'.
4514         * wl-mule.el (wl-message-define-keymap): Ditto.
4515         * wl-xmas.el (wl-message-define-keymap): Ditto.
4516
4517 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * wl-mime.el (wl-message-delete-current-part): New function.
4520         (wl-mime-node-id-to-string): Ditto.
4521
4522         * wl-mime.el (wl-message-delete-current-part): Use existing
4523         original buffer which corresponds current mime-view buffer.
4524         (fetched buffer might have different structure, possibly)
4525
4526         * wl-mime.el (wl-message-delete-current-part): Quit if the
4527         message content differs from the actual message.
4528
4529 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4532         order.
4533         (wl-summary-search-by-subject): Search parent message from tail;
4534         Check the existence of the parent message on the current thread tree.
4535         (wl-summary-update-thread): Check whether the line is inserted.
4536
4537 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4538
4539         * wl-vars.el (wl-summary-line-format): Undo last change.
4540         * wl-summary.el (wl-summary-print-destination): Do not put
4541         invisible property when `wl-summary-width' is nil.
4542         (wl-summary-line-subject-minimum-length): Abolished.
4543         (wl-summary-line-subject): Ditto.
4544
4545 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-vars.el (wl-summary-line-format): Change default value.
4548         (wl-summary-subject-length-limit): Abolished.
4549         * wl-summary.el (wl-summary-line-subject): Ditto.
4550
4551 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4552
4553         * wl-template.el (wl-template-select): Added optional argument.
4554         If optional argument is specified, reverse
4555         `wl-template-visible-select'.
4556
4557 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4560         Take prefix argument to force asking the destination folder.
4561
4562 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4563
4564         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4565         count and update status.
4566
4567 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-summary.el (wl-summary-redisplay-internal): If
4570         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4571         after fetching.
4572
4573 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4574
4575         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4576         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4577
4578         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4579
4580 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4581
4582         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4583         (All other related portions are changed).
4584         (wl-summary-mark-as-read-all): Rewrite.
4585
4586 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4589         `wl-summary-mark-as-read'.
4590         (wl-summary-mark-as-unread): Rewrite.
4591         (wl-summary-mark-as-read): Added no-modeline argument.
4592         (wl-summary-resume-cache-status): Rewrite.
4593         (wl-summary-exec-subr): Remove unused local variable.
4594
4595 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4598         logic to call `wl-summary-buffer-prev-folder-function'.
4599         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4600
4601 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4602
4603         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4604         is nil.
4605
4606 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4609         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4610         (wl-mime-setup): Add its entry.
4611
4612 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4613
4614         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4615         (wl-summary-delete-cache): Likewise.
4616         (wl-summary-mark-as-read): Rewrite.
4617
4618 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4621         `wl-summary-count-unread'.
4622
4623         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4624
4625         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4626
4627 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4628
4629         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4630         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4631         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4632         Renamed to the elmo-msgdb-*-mark.
4633         (wl-summary-score-marks): Follow the change above.
4634         (wl-summary-auto-refile-skip-marks): Ditto.
4635         (wl-summary-incorporate-marks): Ditto.
4636         (wl-summary-expire-reserve-marks): Ditto.
4637
4638         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4639         changes.
4640         (wl-thread-insert-top): Changed updating message.
4641
4642         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4643         variable.
4644         (wl-summary-count-unread): Count answered marks.
4645         (wl-summary-rescan): Call wl-summary-insert-message instead of
4646         wl-summary-append-message-func-internal.
4647         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4648         (wl-summary-prefetch-msg): Follow the variable name changes.
4649         (wl-summary-prefetch-region): Ditto.
4650         (wl-summary-mark-as-read-all): Follow the API changes;
4651         Don't call elmo-folder-replace-marks.
4652         (wl-summary-delete-cache): Follow the variable name changes.
4653         (wl-summary-resume-cache-status): Ditto.
4654         (wl-summary-update-status-marks): New function.
4655         (wl-summary-insert-message): New function.
4656         (wl-summary-sync-marks): Follow the variable name changes.
4657         (wl-summary-sync-update): Synchronize to the msgdb, too;
4658         Changed update messages.
4659         (wl-summary-make-number-list): Rewrite.
4660         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4661         (wl-summary-mark-as-unread): Follow the API changes.
4662         (wl-summary-exec-subr): Follow the variable name changes.
4663         (wl-summary-mark-as-read): Ditto.
4664         (wl-summary-move-spec-plugged-alist): Ditto.
4665         (wl-summary-move-spec-unplugged-alist): Ditto.
4666         (wl-summary-cursor-move-surface): Ditto.
4667
4668         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4669         variable name changes.
4670         (wl-highlight-summary-current-line): Ditto.
4671
4672         * wl-expire.el (wl-expire-refile): Follow the API change in
4673         elmo-folder-move-messages.
4674         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4675         (wl-summary-archive): Use elmo-folder-msgdb instead of
4676         elmo-msgdb-load.
4677
4678 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-mime.el (wl-draft-preview-message): Restore the position
4681         before evaluating wl-draft-send-hook in preview buffer.
4682
4683 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4684
4685         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4686         when it creates new draft buffer.
4687
4688         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4689         without argument.
4690
4691         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4692         Evaluate content and if the value is string, insert it.
4693         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4694         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4695         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4696         wl-draft-config-sub-part-bottom): Use it.
4697
4698         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4699         with the folder name. The question was unintelligible when it is
4700         called from wl-save-status.
4701
4702 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4705         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4706         cannot take second argument).
4707
4708 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4711         as t. Since type and subtype are not case sensitive (RFC 2045).
4712
4713 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-vars.el (wl-message-mode-line-format): New variable.
4716         (wl-message-mode-line-format-spec-alist): Ditto.
4717         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4718         (wl-message-redisplay): Use wl-message-mode-line-format.
4719
4720 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4723
4724 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl-summary.el (wl-summary-default-from): Write description.
4727
4728 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4729
4730         * wl-vars.el (wl-ldap-objectclass): Abolish.
4731
4732         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4733         (wl-ldap-make-filter): Removed condition for objectclass.
4734         (wl-ldap-make-matched-value-list): Remove meaningless process.
4735         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4736         (wl-address-ldap-search): Don't add `*' to `pat' string;
4737         use ignore-errors; added `email';
4738         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4739         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4740         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4741
4742
4743 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4744
4745         * wl-draft.el (wl-draft-parent-folder): Write description.
4746         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4747
4748 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4749
4750         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4751         as "" (zero-length string) if no parent.
4752         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4753
4754 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-address.el (wl-address-make-completion-list): Skip duplication
4757         checking.
4758         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4759         `append'.
4760
4761 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4762
4763         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4764         instead of `beginning-of-buffer'.
4765
4766 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4769
4770 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4773         Refer wl-message-buffer-name.
4774         (wl-message-wheel-down): Ditto.
4775
4776 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-vars.el (wl-message-buffer-name): New user option.
4779
4780         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4781         directly instead of making alist dinamically.
4782
4783         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4784         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4785         wl-message-buffer-cache-name.
4786         (wl-message-buffer-cache-clean-up): Ditto.
4787
4788         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4789
4790         * Version number is increased to 2.9.15.
4791
4792 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4793
4794         * wl-vars.el (wl-summary-default-view-alist): New user option.
4795
4796         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4797
4798         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4799         while deleting address.
4800         (wl-draft-delete-myself-from-cc): Ditto.
4801
4802         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4803         If optional argument is specified, reverse sort order.
4804
4805         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4806
4807 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4808
4809         * wl-thread.el (wl-thread-insert-message): Return parent number if
4810         exists.
4811         (wl-thread-update-indent-string-region): Use
4812         wl-thread-update-line-on-buffer-sub instead of
4813         wl-thread-update-line-on-buffer.
4814
4815 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4816
4817         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4818         (wl-folder-close-all): Ditto.
4819
4820 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4821
4822         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4823         and mailing-list:.
4824         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4825         value.
4826         (wl-summary-line-list-info): Print mailing-list name even when 
4827         list-number is empty.
4828
4829 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4832
4833         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4834         (wl-draft-open-file): Ditto.
4835         (wl-draft-random-alphabet): Ditto.
4836
4837         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4838         bindings.
4839
4840 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4843         * wl-vars.el (wl-draft-config-alist): Ditto.
4844
4845 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * Version number is increased to 2.9.14.
4848
4849         * wl.el (wl): Don't set wl-init as nil when error occured while
4850         auto-checking folders.
4851
4852         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4853         `elmo-expand-newtext'.
4854
4855 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4858         `this-command' so that `wl-folder-goto-folder' contained in
4859         `wl-summary-keep-cursor-command' work.
4860
4861 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4864         message buffer displaying state.
4865
4866 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-vars.el (wl-summary-default-view): New variable to specify
4869         default value for `wl-summary-buffer-view' instead of using
4870         set-default.
4871         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4872
4873 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4876
4877         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4878
4879 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4880
4881         * wl-vars.el (wl-forward-subject-prefix): New variable.
4882         * wl-draft.el (wl-draft-forward): Use it.
4883
4884 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-message.el (wl-message-prev-page): When it is called without
4887         lines argument, scroll down by wl-message-scroll-amount lines.
4888         (wl-message-next-page): Ditto.
4889         * wl-vars.el (wl-message-scroll-amount): Change default value
4890         to preserve current behavior.
4891
4892 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4893
4894         * wl-summary.el (wl-summary-prefetch-msg): Bind
4895         `wl-message-entity' to call `wl-summary-from-function'.
4896
4897 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-message.el (wl-message-buffer-create): Run
4900         wl-message-buffer-created-hook.
4901
4902 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-summary.el (wl-summary-sort-specs): New variable.
4905         (wl-summary-default-sort-spec): Ditto.
4906         (wl-summary-sort): Rewrite.
4907         (wl-summary-sort-by-list-info): New function.
4908
4909 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4910
4911         * wl-summary.el (wl-summary-get-list-info): New function.
4912         (wl-summary-sort): Rewrite.
4913         (wl-summary-line-list-info): Ditto.
4914         (wl-summary-line-list-count): Ditto.
4915         (wl-summary-refile-region): Fixed docstring.
4916
4917 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4918
4919         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4920         `wl-folder-entity-hashtb' as completion table.
4921
4922 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4925         only when this command is called interactively; silence the byte-
4926         compiler.
4927
4928 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4929
4930         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4931         active in XEmacs.
4932
4933 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4934
4935         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4936         plural lines.
4937
4938 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4941         of current line when the cursor is on the header name.
4942         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4943
4944 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4945
4946         * wl-util.el (wl-read-directory-name): Return displayed directory
4947         as the default value also on XEmacs.
4948
4949 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4952         formatting.
4953
4954 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4957         argument and when it is non-nil, check face property before
4958         highlighting for each line.
4959         (wl-highlight-summary-window): Set it.
4960
4961 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4964         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4965
4966         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4967         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4968         (wl-draft-get-fcc-list): Likewise.
4969
4970 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4973         (wl-thread-entity-cur): Ditto.
4974         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4975         wl-thread-indent-regexp setting.
4976         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4977
4978         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4979         wl-summary-lazy-highlight.
4980         (wl-summary-display-bottom): Ditto.
4981
4982         * wl-thread.el (wl-thread-open-close): Likewise.
4983
4984         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4985         from and subject;
4986         Bind wl-draft-use-frame;
4987         Enclose with save-window-excursion;
4988         Use wl-draft-create-buffer instead of with-temp-buffer;
4989         Use wl-draft-prepare-edit;
4990         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4991         Use wl-draft-send instead of wl-draft-raw-send.
4992
4993 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4996         of using wl-from.
4997
4998 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5001         insert-buffer instead of clone-buffer.
5002         (wl-draft-doing-mime-bcc): New variable.
5003         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5004         infinite loop.
5005         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5006
5007         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5008         (wl-draft-mime-bcc-body): Ditto.
5009
5010         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5011         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5012         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5013         wl-draft-do-mime-bcc.
5014         (wl-draft-mime-bcc-field): New function.
5015         (wl-draft-do-mime-bcc): Ditto.
5016
5017         * wl-address.el (wl-address-complete-header-list): New variable.
5018         (wl-address-complete-header-regexp): Changed default value.
5019
5020         * Version number is increased to 2.9.13.
5021
5022 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5025         it is differed.
5026
5027 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5028
5029         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5030         (wl-summary-line-list-count): Ditto.
5031
5032 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5033
5034         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5035         (wl-nntp-posting-function): New variable.
5036         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5037         `wl-nntp-posting-config-alist'.
5038
5039 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5042         FLIM.
5043
5044 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5045
5046         * wl-summary.el (wl-summary-target-mark-refile-sub):
5047         Remove a nuisance funcall.
5048
5049 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5052         as t for `try-completion'.
5053
5054 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-summary.el (wl-summary-default-from): Use
5057         wl-address-header-extract-address instead of
5058         std11-extract-address-components.
5059         (wl-summary-simple-from): Ditto.
5060         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5061         (wl-summary-insert-headers): Show message.
5062         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5063         for whole line.
5064         (wl-summary-default-from): Revert last change.
5065         (wl-summary-simple-from): Ditto.
5066         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5067         (wl-summary-mark-as-read-region): Follow the change above.
5068         (wl-summary-sync-marks): Ditto.
5069         (wl-summary-target-mark-mark-as-read): Ditto.
5070         (wl-summary-redisplay-internal): Ditto.
5071         (wl-summary-redisplay-no-mime-internal): Ditto.
5072         (wl-summary-redisplay-all-header): Ditto.
5073         (wl-summary-mark-as-read): Removed argument `cached';
5074         Use current cache status to set cache mark.
5075         (wl-summary-redisplay-internal): Follow the change above.
5076         (wl-summary-redisplay-no-mime-internal): Ditto.
5077         (wl-summary-redisplay-all-header): Ditto.
5078
5079         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5080
5081         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5082         Don't call itself recursively (Adviced by Yamaoka-san).
5083
5084 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5085
5086         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5087         bind wl-summary-highlight as nil to avoid error caused by missing
5088         local variables.
5089
5090 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-vars.el (wl-invalid-character-message): New user option.
5093
5094         * wl-util.el (wl-set-string-width): If truncated string-width is
5095         larger than specified width, use `wl-invalid-character-message'.
5096
5097 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5098
5099         * wl-summary.el (wl-summary-prefetch-msg): 
5100         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5101
5102 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-vars.el (wl-summary-check-line-format): New user option.
5105         (wl-summary-line-format-file): Ditto.
5106
5107         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5108         variable.
5109         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5110         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5111         and `wl-summary-view-old-p' to check whether do a rescan or not.
5112         (wl-summary-view-old-p): New function.
5113         (wl-summary-line-format-changed-p): Ditto.
5114         (wl-summary-line-format-save): Ditto.
5115         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5116
5117         * wl-util.el (wl-set-string-width): Avoid using negative number
5118         for make-string.
5119
5120 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5121
5122         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5123         return value.
5124
5125         * wl-util.el (wl-set-string-width): Added optional argument
5126         `padding' (All other related portions are changed).
5127         (wl-line-parse-format): If the first letter of column number is
5128         `0', zero-padding the result (ex: "%05l").
5129
5130         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5131
5132 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5135         sequential summary view.
5136
5137 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5140         if it doesn't have a -unix version.
5141
5142 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5145
5146 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5149         content.
5150         (wl-draft): Follow the change above.
5151
5152         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5153
5154         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5155         and wl-folder-summary-line-format-alist contain %T and %P.
5156
5157         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5158         (wl-summary-mode-line-format): New user option.
5159         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5160         (wl-summary-line-format): Changed default value.
5161         (wl-summary-lazy-highlight): Changed default value.
5162
5163         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5164         change in wl-summary-create-line.
5165         (wl-thread-insert-entity-sub): Ditto.
5166
5167         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5168         (wl-summary-buffer-unread-status): Ditto.
5169         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5170         (wl-summary-buffer-persistent-mark-column): Ditto.
5171         (wl-summary-buffer-mode-line-formatter): Ditto.
5172         (wl-summary-buffer-mode-line): Ditto.
5173         (wl-summary-message-regexp): Abolished.
5174         (All other related portions are changed.)
5175         (wl-summary-detect-mark-position): New function.
5176         (wl-summary-buffer-set-folder): Setup
5177         wl-summary-buffer-mode-line-formatter.
5178         (wl-summary-mode): Setup selective-display;
5179         Setup pre-idle-hook when xemacs.
5180         (wl-summary-update-modeline): Rewrite.
5181         (wl-summary-jump-to-msg): Define as function;
5182         Changed regexp for searching messages.
5183         (wl-summary-message-number): Rewrite.
5184         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5185         Do rescan when old type summary cache.
5186         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5187         (wl-summary-remove-destination): Use '\r' to detect EOL.
5188         (wl-summary-print-destination): Ditto.
5189         (wl-summary-temp-mark): New inline function.
5190         (wl-summary-persistent-mark): Ditto.
5191         (wl-summary-line-number): New function.
5192         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5193         (wl-summary-line-list-count): New function.
5194         (wl-summary-create-line): Added argument persistent-mark.
5195         (All other related portions are changed)
5196         (wl-summary-create-line): Insert '\r'.
5197         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5198         (wl-summary-cursor-move-surface): New inline function.
5199         (wl-summary-prev): Use it.
5200         (wl-summary-next): Ditto.
5201
5202         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5203         wl-summary-message-regexp.
5204         (wl-highlight-summary): Delete progress message.
5205         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5206
5207         * Version number is increased to 2.9.12.
5208
5209 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5212         variable (nil: no minimum).
5213         (wl-summary-line-subject): Add some spaces after subject by
5214         wl-summary-line-subject-minimum-length.
5215
5216 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5217
5218         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5219         and removed `F'.
5220         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5221         change above).
5222
5223 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl-summary.el (wl-summary-line-list-count): Reverted.
5226         (example setting in samples/*/dot.wl is also updated)
5227
5228 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5231
5232         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5233
5234         * wl-vars.el (wl-summary-line-format): Addes some description to the
5235         docstring.
5236
5237         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5238         (wl-summary-line-close-bracket): Ditto.
5239         (wl-summary-line-children-number): Ditto.
5240         (wl-summary-line-thread-indent): Ditto.
5241         (wl-summary-line-children-and-from): Ditto.
5242
5243         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5244         't', 'c', 'F' and added 'C'.
5245
5246         * wl-util.el (wl-set-string-width): Accept negative value.
5247         (wl-line-parse-format): Added "%number(" and "%)".
5248
5249 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-summary.el (wl-summary-line-list-count): Change format of the
5252         return value.
5253
5254 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5255
5256         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5257         from the recent message.el.
5258         (wl-draft-point-in-header-p): Ditto.
5259         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5260         wl-draft-beginning-of-line.
5261         * wl-e21.el (wl-draft-mode-map): Ditto.
5262         * wl-xmas.el (wl-draft-mode-map): Ditto.
5263
5264         * wl-folder.el: Sort macrodefs by dependencies.
5265
5266 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5267
5268         * wl-summary.el (wl-summary-prev): Fixed regexp.
5269         (wl-summary-next): Ditto.
5270
5271 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5274
5275 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5276
5277         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5278         for backward compatibility.
5279
5280 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-summary.el (wl-summary-line-list-count): New function, merged
5283         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5284         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5285         list counts.
5286
5287 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * wl-summary.el (wl-summary-create-line): Ignore errors while
5290         timezone-fix-time.
5291
5292         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5293
5294         * wl-summary.el (wl-summary-sync-update): Ditto.
5295         (wl-summary-default-from): Use wl-message-entity
5296         instead of entity.
5297
5298         * wl-summary.el (wl-summary-create-line): Fix.
5299
5300         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5301         (wl-summary-line-format): New user option.
5302         (wl-folder-summary-line-format-alist): Ditto.
5303         (wl-summary-from-width): Abolished.
5304
5305         * wl-util.el (toplevel): Require 'bytecomp.
5306         (wl-line-parse-format): New function.
5307         (wl-line-formatter-setup): New macro.
5308
5309         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5310         (wl-summary-buffer-line-formatter): New buffer local variable.
5311         (wl-summary-switch-to-clone-buffer): Follow the change above.
5312         (wl-summary-message-regexp): Fix.
5313         (wl-summary-from-func-internal): Abolished.
5314         (wl-summary-subject-func-internal): Ditto.
5315         (wl-summary-subject-filter-func-internal): Ditto.
5316         (All other related portions are changed.)
5317         (wl-summary-buffer-set-folder):
5318         Set up wl-summary-buffer-number-column and 
5319         wl-summary-buffer-line-formatter
5320         (All other related portions are changed.)
5321         (wl-summary-buffer-number-column-detect): Abolished.
5322         (All other related portions are changed.)
5323         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5324         (wl-summary-delete-all-temp-marks-on-buffer): Use
5325         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5326         (wl-summary-target-mark-delete): Ditto.
5327         (wl-summary-target-mark-refile-subr): Ditto.
5328         (wl-summary-target-mark-mark-as-read): Ditto.
5329         (wl-summary-target-mark-mark-as-unread): Ditto.
5330         (wl-summary-target-mark-mark-as-important): Ditto.
5331         (wl-summary-target-mark-save): Ditto.
5332         (wl-summary-replace-status-marks): Renamed from
5333         wl-summary-set-status-marks-on-buffer;
5334         Use wl-summary-message-regexp instead of
5335         wl-summary-buffer-number-regexp.
5336         (wl-summary-sync-update): Follow the change above.
5337         (wl-summary-goto-previous-message-beginning): New function.
5338         (wl-summary-mark-as-unread): Use it.
5339         (wl-summary-mark-as-important): Ditto.
5340         (wl-summary-line-formatter): New variable.
5341         (wl-summary-line-year): New function.
5342         (wl-summary-line-day): Ditto.
5343         (wl-summary-line-day-of-week): Ditto.
5344         (wl-summary-line-hour): Ditto.
5345         (wl-summary-line-minute): Ditto.
5346         (wl-summary-line-open-bracket): Ditto.
5347         (wl-summary-line-close-bracket): Ditto.
5348         (wl-summary-line-children-number): Ditto.
5349         (wl-summary-line-thread-indent): Ditto.
5350         (wl-summary-line-size): Ditto.
5351         (wl-summary-line-subject): Ditto.
5352         (wl-summary-line-from): Ditto.
5353         (wl-summary-line-children-and-from): Ditto.
5354         (wl-summary-create-line): Rewritten.
5355         (wl-summary-format-date): Abolished.
5356
5357         * wl-highlight.el (wl-highlight-summary-current-line): Use
5358         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5359         Use thread structure to detect thread top message.
5360
5361         * wl-draft.el (wl-default-draft-cite): Don't use
5362         wl-summary-from-func-internal.
5363
5364         * wl-refile.el (wl-refile-subject-learn): Don't use
5365         wl-summary-subject-filter-func-internal.
5366         (wl-refile-guess-by-subject): Ditto.
5367
5368         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5369         parameters.
5370
5371         * wl-thread.el (wl-thread-update-indent-string-region):
5372         Use wl-thread-update-line-on-buffer instead of
5373         wl-thread-update-indent-string.
5374         (wl-thread-update-children-number): Redefine using
5375         wl-thread-update-line-on-buffer.
5376         (wl-thread-update-indent-string): Abolished.
5377
5378         * Version number is increased to 2.9.11.
5379
5380 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5383         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5384         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5385
5386         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5387         as nil.
5388
5389         * wl-thread.el (wl-thread-open-all-unread): Use 
5390         elmo-folder-list-messages-mark-match.
5391         (wl-thread-insert-message): Removed argument `mark-alist'.
5392         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5393         elmo-msgdb-set-mark.
5394         (wl-thread-get-children-msgs-uncached): Likewise.
5395         (wl-thread-get-exist-children): Added argument include-self.
5396         (wl-thread-delete-message): Follow the change above.
5397
5398         * wl-summary.el (wl-summary-count-unread): Removed argument.
5399         (wl-summary-rescan): Follow the change above.
5400         (wl-summary-mark-as-read-region): Ditto
5401         (wl-summary-mark-as-unread-region): Ditto.
5402         (wl-summary-delete-messages-on-buffer): Ditto.
5403         (wl-summary-sync-update): Ditto.
5404         (wl-summary-switch-to-clone-buffer): Ditto.
5405         (wl-summary-goto-folder-subr): Ditto.
5406         (wl-summary-target-mark-mark-as-read): Ditto.
5407         (wl-summary-target-mark-mark-as-unread): Ditto.
5408         (wl-summary-target-mark-mark-as-important): Ditto.
5409         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5410         (wl-summary-update-thread): Removed argument `mark-alist'.
5411         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5412         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5413         (wl-summary-resume-cache-status): Likewise.
5414         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5415         elmo-msgdb-set-mark.
5416         (wl-summary-mark-as-read-all): Likewise.
5417         (wl-summary-delete-cache): Ditto.
5418         (wl-summary-auto-select-msg-p): Ditto.
5419         (wl-summary-mark-as-unread): Ditto.
5420         (wl-summary-no-auto-refile-message-p): Ditto.
5421         (wl-summary-mark-as-read): Ditto.
5422         (wl-summary-mark-as-important): Ditto.
5423         (wl-summary-auto-refile): Follow the change above.
5424         (wl-summary-delete-all-marks): Removed.
5425         (wl-summary-resume-marks-and-highlight): Ditto.
5426         (wl-summary-resume-marks): Ditto.
5427         (wl-summary-delete-important-msgs-from-list): Ditto.
5428         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5429
5430         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5431         wl-summary-count-unread.
5432
5433         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5434         (wl-summary-score-update-all-lines): Use
5435         elmo-msgdb-set-mark.
5436
5437 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5438
5439         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5440         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5441         (wl-summary-create-line): Renamed from
5442         wl-summary-overview-create-summary-line;
5443         Argument rearrangement.
5444         (wl-summary-update-thread): Follow the change above.
5445
5446         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5447         (wl-thread-insert-entity-sub): Likewise.
5448
5449         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5450         argument `overview', `mark-alist' and added `msgdb'.
5451
5452         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5453
5454         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5455         (wl-summary-rescan): Follow the change above.
5456         (wl-summary-sync-update): Ditto.
5457         (wl-summary-insert-thread-entity): Ditto;
5458         Don't use `let*' in every while loop;
5459         Detect infinite loop of threads.
5460         (wl-summary-update-thread): Removed argument `overview'.
5461
5462         * wl-thread.el (wl-thread-insert-message): Ditto.
5463
5464         * Version number is increased to 2.9.10.
5465
5466         * wl-message.el (wl-message-redisplay): Ignore errors while
5467         wl-message-redisplay-hook.
5468
5469 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5472
5473 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl.el (wl): inhibit-quit while wl-folder.
5476
5477 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5480         while msgdb access.
5481
5482 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5483
5484         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5485         even if no folder is not created.
5486
5487 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5490
5491         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5492         implementation.
5493         (wl-summary-target-mark-thread): Ditto.
5494
5495         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5496
5497 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5498
5499         * wl-util.el (wl-display-bytes): Remove unused function.
5500
5501 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5504         seems critical one (partially reverse the change in 2002/03/17).
5505
5506 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5507
5508         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5509         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5510
5511 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5512
5513         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5514         is not writable.
5515         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5516         plugged status instead of `'force' as 2nd argument.
5517
5518         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5519         is not creatable.
5520
5521         * Version number is increased to 2.9.9.
5522
5523 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5524
5525         * wl-summary.el (wl-summary-suspend): New function.
5526
5527 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5528
5529         * wl.el (wl): Do not check variables if check is nil.
5530         * wl-utils.el (wl-collect-draft): New function.
5531         * wl-folder.el (wl-folder-suspend): Put summary buffers
5532         and draft buffers at the end of buffer list.
5533         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5534
5535 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5536
5537         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5538         loop instead of recursive call.
5539
5540         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5541         2nd argument.
5542
5543 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5544
5545         * wl-draft.el (wl-draft-create-contents): Don't take neither
5546         (function . args) nor (string . something) any more.
5547
5548         * wl-version.el (wl-generate-user-agent-string): Return string
5549         without header symbol.
5550         * wl-draft.el (wl-draft-default-headers): Use it.
5551
5552         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5553         `wl-draft-insert-ccs' and return field value instead of inserting
5554         the header. Abolish cc argument.
5555         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5556
5557         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5558         rather than one with string car.
5559
5560         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5561         * wl-draft.el (wl-draft-create-contents): Add it after the default
5562         headers.
5563
5564         * wl-draft.el (wl-draft-create-contents): For the case of
5565         (symbol-or-string . function) insert header only when the function
5566         returns string value.
5567
5568 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5571         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5572
5573 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5574
5575         * wl.el (wl-check-environment): Don't check Message-ID when
5576         `wl-insert-message-id' is nil.
5577         Revive checking if `wl-message-id-domain' contains "@".
5578
5579 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5580
5581         * wl.el (wl-check-environment): Merge examination for "@" at
5582         inappropriate position into the first string-match.
5583
5584         * wl-summary.el (wl-summary-target-mark-print): New function.
5585         (wl-summary-pipe-message-subr): Extracted from
5586         `wl-summary-pipe-message'.
5587         (wl-summary-target-mark-pipe): New function.
5588         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5589         `wl-summary-target-mark-pipe'.
5590
5591 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5592
5593         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5594
5595 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5596
5597         * wl.el (wl-check-environment): Use elmo-warning instead of
5598         error for non-critical ones.
5599         Remove trash folder check.
5600         (wl): Don't ignore error in wl-check-environment.
5601
5602         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5603         check, which is moved from `wl-check-environment'.
5604         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5605
5606 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5607
5608         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5609         guess anything, call wl-summary-write.
5610         (wl-summary-write): Create draft with blank To field.
5611         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5612
5613 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5616         argument full as well for wl-folder-write-current-folder.
5617         If wl-*-write-current-folder cannot guess addressee, add blank
5618         To header.
5619         Rewrite condition for positioning cursor.
5620
5621 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5624         summary buffer is present, use it.
5625         (wl-folder-jump-to-previous-summary): Ditto.
5626
5627 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5628
5629         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5630
5631         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5632         wl-summary-previous-buffer and wl-summary-next-buffer.
5633
5634         * wl-folder.el (wl-folder-mode-map): Bind
5635         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5636         (wl-folder-jump-to-next-summary): New function.
5637         (wl-folder-jump-to-previous-summary): Ditto.
5638
5639         * wl-draft.el (wl-draft): Rearranged.
5640
5641 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5642
5643         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5644         of header.
5645         (wl-draft): Collect arguments for the header as header-alist.
5646         (wl-draft-forward): Arrange arguments for wl-draft.
5647         (wl-draft-reply): Ditto.
5648         (wl-draft-edit-string): Ditto.
5649         * wl-summary.el (wl-summary-write): Ditto.
5650         (wl-summary-write-current-folder): Ditto.
5651
5652         * Version number is increased to 2.9.8.
5653
5654 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5657
5658         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5659
5660         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5661         even if the guess failed.
5662
5663         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5664         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5665         wl-summary-write-current-folder.
5666         * wl-xmas.el: Ditto.
5667
5668 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-summary.el (wl-summary-next-page): Force display message if
5671         message is not displayed yet.
5672         (wl-summary-prev-page): Ditto.
5673
5674 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5675
5676         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5677
5678 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5679
5680         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5681         add "Preview Message" and "Save Draft and Exit".
5682
5683 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5684
5685         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5686         if addrmgr is called from draft in splitted window.
5687
5688         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5689         * wl-mule.el: Ditto.
5690         * wl-xmas.el: Ditto.
5691
5692 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5695
5696         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5697         * wl-xmas.el (wl-folder-toolbar): Ditto.
5698
5699 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5700
5701         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5702         and wl-draft-save-and-exit.
5703         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5704         * wl-xmas.el: Ditto.
5705         * wl-mule.el: Ditto.
5706
5707         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5708         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5709
5710 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5713         lists for saving buffer.
5714
5715 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5716
5717         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5718         parent-folder argument instead of it.
5719         (wl-draft-create-buffer): Ditto.
5720         (wl-draft-forward): Ditto.
5721         (wl-draft-reply): Ditto.
5722         * wl-summary.el (wl-summary-write): Ditto.
5723         (wl-summary-write-current-folder): Ditto.
5724
5725         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5726         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5727         Folder buffer after composing.
5728
5729 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5732         header if the file `wl-x-face-file' already contains it.
5733
5734 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5735
5736         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5737         folder" entry.
5738         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5739         * wl-e21.el (wl-folder-toolbar): Ditto.
5740         * wl-xmas.el (wl-folder-toolbar): Ditto.
5741
5742 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5745         wl-folder-goto-folder with sticky argument.
5746         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5747
5748 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5749
5750         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5751         and wl-summary-previous-buffer.
5752         (wl-summary-next-buffer): New function.
5753         (wl-summary-previous-buffer): Ditto.
5754
5755 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5756
5757         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5758         wl-folder-jump-to-current-entity-with-arg.
5759         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5760         `wl-folder-jump-to-current-entity'.
5761         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5762         `wl-summary-goto-folder-sticky'.
5763         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5764         `wl-summary-goto-folder'.
5765         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5766         Unless force-exit, do not clean temp. marks for sticky summary.
5767         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5768
5769 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5772         not entire.
5773
5774 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5777         to `C-x C-s'.
5778         (wl-summary-save-status): New command.
5779         (wl-summary-exit): Don't clean-up temp marks when sticky.
5780         (Applied patch from Nakayama-san [wl: 09548])
5781         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5782         Do nothing when no mark data.
5783         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5784         Call `wl-summary-delete-all-temp-marks' before saving.
5785
5786 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5787
5788         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5789
5790 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5791
5792         * wl.el (wl-check-environment): Also cause error when (system-name)
5793         returns "localhost.localdomain". (Although it doesn't affect because
5794         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5795
5796 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5797
5798         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5799         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5800
5801         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5802         value.
5803
5804 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5805
5806         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5807         Likewise r-cc-list and r-ng-list.
5808
5809 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5812         only if it is bound as variable.
5813
5814         * wl-mime.el (wl-draft-preview-message): Ditto.
5815
5816 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5819         needless `goto-char'.
5820
5821         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5822         `wl-summary-redisplay-no-mime-internal' instead of
5823         `wl-summary-redisplay-no-mime'.
5824         (wl-summary-redisplay-no-mime): Changed argument;
5825         Call `wl-summary-redisplay-no-mime-internal'.
5826
5827         * wl-mime.el (wl-draft-preview-message): Bind
5828         `mime-header-encode-method-alist' locally.
5829
5830         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5831         (wl-draft-std11-parse-addresses): Added the first address check.
5832         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5833
5834         * Version number is increased to 2.9.7.
5835
5836 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5837
5838         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5839
5840 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5841
5842         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5843         related to scrollbar support, if there is no such a feature
5844         compiled in.
5845
5846 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5847
5848         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5849         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5850         for prefetch.
5851
5852 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5853
5854         * wl-summary.el (wl-summary-pick): Fix for no match.
5855
5856 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5857
5858         * wl-draft.el (wl-draft-save):
5859         Override `mime-header-encode-method-alist'.
5860
5861 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl-folder.el (wl-folder-pick): New function.
5864         Define key as "?".
5865
5866 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5867
5868         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5869         Fix for unplugged.
5870
5871 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl-folder.el (wl-folder-virtual): New function.
5874         Define key as "V".
5875
5876 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5879         multi folder if entity is group.
5880
5881 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5882
5883         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5884         is nil.
5885
5886 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5889         (wl-summary-target-mark-msgs): Return the number of marked messages.
5890
5891 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5892
5893         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5894         "first:" is specified.
5895
5896 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5897
5898         * wl-vars.el (wl-from): Use return value of function
5899         user-full-name instead of the variable user-full-name since
5900         XEmacs-20.4 doesn't set this variable.
5901
5902 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5905         call `wl' directly.
5906
5907 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5908
5909         * wl-draft.el (wl-draft-reedit): Removed duplicated
5910         switch-to-buffers.
5911
5912 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * wl.el (wl-other-frame): Removed garbages.
5915
5916 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5919
5920         * wl-xmas.el (wl-draft-key-setup): Ditto.
5921
5922         * wl-mule.el (wl-draft-key-setup): Ditto.
5923
5924         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5925         (wl-draft-reedit): Ditto.
5926         (wl-draft-prepare-edit): Add `wl-draft-save' to
5927         `local-write-file-hooks'.
5928         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5929         (wl-draft-reedit): Set buffer-file-name.
5930         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5931
5932
5933         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5934         call it.
5935         (wl-delete-startup-frame-function): New variable.
5936         (wl-other-frame): New function
5937         (Original was written by Yamaoka san [wl: 09239]).
5938
5939         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5940         if `wl-folder-use-frame'.
5941
5942 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5945
5946 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5947
5948         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5949         New variable.
5950         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5951         (wl-message-buffer-prefetch-get-next): Use them.
5952         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5953
5954 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5957         with unwind-protect.
5958
5959         * wl-draft.el (wl-draft-reedit): Rewrite.
5960         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5961         (wl-draft-save): Insert header separator if it does not exist;
5962         Removed condition-case.
5963
5964         * wl-summary.el (wl-summary-reedit): Revert last change.
5965
5966         * wl-draft.el (wl-draft-save): Rewrite.
5967         (wl-draft-create-buffer): Set buffer-file-name as nil.
5968
5969         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5970
5971         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5972
5973         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5974         nil.
5975
5976 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5979         If count is nil, do not prefetch.
5980         (wl-message-buffer-prefetch-next): Next.
5981
5982 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5983
5984         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5985
5986 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5987
5988         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5989         `delete-backward-char'
5990         (wl-draft-prepare-edit): Check major-mode.
5991         (wl-draft-decode-header): Rewrite.
5992         (wl-draft): Fix.
5993
5994 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5995
5996         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5997
5998 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5999
6000         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6001         (wl-message-buffer-prefetch-get-next): Remove size checking.
6002         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6003
6004 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6005
6006         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6007         (wl-draft-default-headers): Fix.
6008
6009 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl-draft.el (wl-draft-default-headers): Insert return value of
6012         `wl-generate-mailer-string-function'.
6013
6014 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6017         (wl-draft-insert-mail-header-separator): Ditto.
6018
6019         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6020         again (Reverted the change on 2002-01-17 by OKADA san).
6021
6022 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-draft.el (wl-draft): Rewrite.
6025         (wl-draft-create-buffer): New function.
6026         (wl-draft-create-contents): Ditto.
6027         (wl-draft-prepare-edit): Ditto.
6028         (wl-draft-decode-header): Ditto.
6029         (wl-draft-decode-body): Ditto.
6030         (wl-draft-check-new-line): Ditto.
6031         (wl-draft-default-headers): Ditto.
6032         (wl-draft-insert-mail-header-separator): Ditto.
6033
6034 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6035
6036         * Version number is increased to 2.9.6.
6037
6038 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6039
6040         * wl-draft.el (wl-draft-delete-field): Optional argument.
6041         (wl-draft-delete-fields): Ditto.
6042
6043 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl-message.el (toplevel): Eliminated byte-compile warning.
6046         for `itimer-function', `delete-timer' and `itimer-list'.
6047
6048 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6051         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6052         `wl-message-buffer-prefetch-threshold'.
6053         * wl-summary.el (wl-summary-redisplay-internal): Remove
6054         the check of `wl-message-buffer-prefetch-depth'.
6055
6056 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6059         size of article.
6060         (wl-message-buffer-prefetch-subr): Remove size check.
6061
6062 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6063
6064         * wl-vars.el (wl-plugged): Make customizable.
6065
6066 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6069         (wl-message-buffer-prefetch-set-timer): New function.
6070         (wl-message-buffer-prefetch-get-next): New function.
6071         (wl-message-buffer-prefetch): New function.
6072         (wl-message-buffer-prefetch-next): Rewrite.
6073         (wl-message-buffer-prefetch-subr): Rewrite.
6074         * wl-vars.el (wl-auto-prefetch-first): New variable.
6075         * wl-summary.el (wl-summary-goto-folder-subr): Call
6076         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6077
6078 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6081         `wl-summary-unread-message-hook'.
6082
6083 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6086         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6087         if range is `cache-status'.
6088
6089 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6090
6091         * wl-message.el (wl-message-buffer-prefetch-subr):
6092         Improve debug message.
6093
6094 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6095
6096         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6097         `wl-mail-send-pre-hook'.
6098         (wl-draft-send-mail-with-qmail): Ditto.
6099         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6100
6101 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6102
6103         * wl-message.el (wl-message-buffer-prefetch-subr):
6104         Fix for cancel-function-timers bug.
6105         (wl-message-buffer-prefetch-debug): Default value is t.
6106
6107 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6110         (wl-message-buffer-prefetch-subr): Rewrite.
6111         Rename from `wl-message-buffer-prefetch'.
6112
6113 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6116         (wl-default-draft-cite-decorate-author): Ditto.
6117
6118         * wl-draft.el (wl-draft-cite-function): Removed.
6119         (wl-default-draft-cite-decorate-author): Ditto.
6120
6121 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6124         (wl-default-draft-cite): Do not arrange author name if the value of
6125         `wl-default-draft-cite-decorate-author' is nil.
6126
6127 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6128
6129         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6130
6131         * wl-folder.el (wl-folder-check-one-entity): Don't care
6132         `elmo-folder-use-flag-p'.
6133
6134 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6135
6136         * wl-folder (wl-folder-check-one-entity): Fix
6137         problem if unread is nil.
6138
6139 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6140
6141         * wl-address.el (wl-address-make-completion-list): Check whether
6142         the address is a group list.
6143         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6144
6145 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6146
6147         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6148         The number of the messages of new and unread does not count
6149         correctly.
6150
6151         * wl-summary.el (wl-summary-count-unread): Changed to return
6152         `(new . unread)' instead of total.
6153         (wl-summary-sync-update): Follow the change above.
6154
6155         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6156
6157 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl-address.el (wl-address-make-completion-list): Do not enclose
6160         address by " <" and ">" if associated realname is "".
6161         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6162         This is against the promblem with group list in .addresses pointed
6163         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6164
6165 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6166
6167         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6168         message is a format control string.
6169         * wl-expire.el (wl-expire-append-log): Ditto.
6170         * wl-mime.el (wl-summary-burst-subr): Ditto.
6171         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6172         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6173
6174 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6175
6176         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6177         wl.el (wl-check-variables): Rename from `wl-check-type'.
6178         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6179         (wl-check-variables-2): New function.
6180         (wl): Call `wl-check-variables-2'.
6181
6182 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6183
6184         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6185         after renaming folder in access group.
6186
6187 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6188
6189         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6190         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6191         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6192         (wl-message-buffer-prefetch): Rewrite.
6193         (wl-message-buffer-prefetch-idle-time): Removed.
6194         * wl-summary.el (wl-summary-redisplay-internal):
6195         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6196         Error check for `wl-message-buffer-prefetch-depht'.
6197
6198 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6199
6200         * Version number is increased to 2.9.5.
6201         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6202
6203 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6204
6205         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6206         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6207         Based on the patch written by
6208         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6209
6210 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6211
6212         * wl-draft.el (wl-draft-raw-send): Fix for
6213         `wl-news-send-pre-hook'
6214
6215 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6216
6217         * wl-utils.el (wl-message-id-function): New variable.
6218         * wl-draft.el (wl-draft-insert-required-fields):
6219         Use `wl-message-id-function'.
6220
6221 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6222
6223         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6224         * wl-utils.el (wl-draft-make-message-id-string):
6225         Use `wl-from' for domain part of Message-ID
6226         if `wl-message-id-use-wl-from' if non-nil.
6227         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6228
6229 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6230
6231         * wl.el (wl): Call `wl-check-type'
6232         Do not 'condition-case'.
6233
6234 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl.el (wl-check-type): New function.
6237         (wl-check-type-variables): New variable.
6238
6239 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6240
6241         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6242
6243 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6244
6245         * wl-draft.el (wl-smtp-password-key): New function.
6246         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6247         (wl-draft-send-mail-with-smtp): Ditto.
6248         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6249
6250 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6251
6252         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6253         * wl-utils.el (wl-unique-id-suffix): Remove.
6254
6255 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6256
6257         * Version number is increased to 2.9.4.
6258
6259 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6260
6261         * wl-utils.el (wl-unique-id-suffix): New variable.
6262         (wl-unique-id): Use `wl-unique-id-suffix'
6263
6264 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265
6266         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6267         instead of `elmo-msgdb-search'.
6268
6269         * Version number is increased to 2.9.3.
6270
6271 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6272
6273         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6274
6275 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6276
6277         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6278         (wl-draft-dispatch-message): Changed for send-later.
6279         (wl-draft-queue-flush): Ditto.
6280         (wl-draft): Clear `wl-sent-message-queued'.
6281         (wl-draft-reedit): Ditto.
6282         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6283         * wl-vars.el (wl-draft-force-queuing): New variable.
6284         (wl-draft-force-queuing-mail): New variable.
6285         (wl-draft-force-queuing-news): New variable.
6286
6287 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6290         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6291
6292 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6293
6294         * Version number is increased to 2.9.2.
6295
6296 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * wl-draft.el (wl-draft-elide-region): New user command.
6299         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6300
6301         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6302         command `wl-draft-elide-region'.
6303         * wl-mule.el: Ditto.
6304         * wl-xmas.el: Ditto.
6305
6306 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6307
6308         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6309         (wl-biff-check-folder-async): Removed needless let.
6310
6311 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6314         wl-folder-get-elmo-folder.
6315         (wl-biff-check-folder): Set `biff' argument of
6316         `wl-folder-check-one-entity'.
6317         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6318
6319         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6320         (wl-folder-check-one-entity): Added `biff' argument;
6321         Setup `biff' slot of folder.
6322
6323         * Version number is increased to 2.9.1.
6324
6325 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6328         comment out and fixed.
6329         (wl-fldmgr-add-completion-subr): Ditto.
6330
6331         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6332         and msgdb.
6333
6334         * wl.el (wl-toggle-plugged): Save summary view.
6335
6336 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6339
6340 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6341
6342         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6343
6344 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6347         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6348         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6349
6350         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6351         if it was failed.
6352         (wl-demo): Disable undo in the demo buffer.
6353
6354 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6355
6356         * wl-version.el (wl-version): Changed codename.
6357
6358         * Version number is increased to 2.9.0.
6359
6360 2001-12-14  Takuo KITAME <kitame@northeye.org>
6361
6362         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6363         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6364         (wl-folder-mark-as-read-all-current-entity): Ditto.
6365
6366 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * wl-vars.el (wl-from-width): Define as obsolete variable.
6369         (wl-subject-length-limit): Ditto.
6370
6371         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6372
6373         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6374         wl-summary-save-view.
6375
6376         * wl.el (wl-save-status): Ditto.
6377         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6378
6379         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6380         (wl-summary-exit): Follow the change above.
6381         (wl-summary-goto-folder-subr): Ditto.
6382
6383         * wl-folder.el (wl-folder-create-subr): Don't use
6384         `elmo-folder-creatable-p'.
6385
6386 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6389
6390 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6393         rather than bitmap on Emacs 21.
6394         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6395         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6396         for xbm if the new redisplay engine is not available.
6397
6398 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-folder.el (wl-folder-init-hook): New hook.
6401         (wl-folder-init): Run `wl-folder-init-hook'.
6402
6403 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6406
6407 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-acap.el (wl-acap-cache-filename): New variable.
6410         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6411         (wl-acap-init): Use cache if no ACAP server found.
6412
6413 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6414
6415         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6416         `wl-acap-original-msgdb-dir'.
6417
6418         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6419         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6420
6421         * wl-mime.el (wl-mime-save-directory): Renamed from
6422         `wl-mime-save-dir'.
6423
6424 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6427
6428         * wl-demo.el: Require `path-util'.
6429         (wl-demo-bitmap-mule-available-p): New internal variable.
6430         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6431         `module-installed-p' instead.
6432         (wl-demo-insert-image): Use *.img file for a bitmap image.
6433         (wl-demo): Don't call the ascii demo recursively.
6434
6435 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6436
6437         * Version number is increased to 2.7.7.
6438
6439 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl.el (wl-exit): Eliminated byte-compile warning.
6442
6443 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6444
6445         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6446         obsolete variable using `elmo-define-obsolete-variable'.
6447         (wl-fetch-confirm-threshold): Ditto.
6448         (wl-cache-prefetch-folder-type-list): Ditto.
6449         (wl-cache-prefetch-folder-list): Ditto.
6450
6451 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6454         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6455         (wl-demo-insert-image): New function.
6456         (wl-demo-insert-text): New function.
6457         (wl-demo-image-type-alist): Redefine as a function.
6458         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6459         (wl-demo-with-temp-file-buffer): Removed.
6460         (wl-logo-xpm): Removed.
6461         (wl-logo-xbm): Removed.
6462         (wl-logo-bitmap): Removed.
6463
6464 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6465
6466         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6467         (wl-expire-localdir-get-folder-function): New user option.
6468         (wl-expire-localdir-get-folder): New function.
6469         (wl-expire-localdir-date): Ditto.
6470
6471 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6472
6473         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6474         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6475         Fixed unread number mismatch when all-unread < unread.
6476
6477 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6478
6479         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6480         (wl-fetch-confirm-threshold): Ditto.
6481
6482         * wl-summary.el (wl-summary-confirm-appends): Removed.
6483         (wl-summary-sync-update): Don't refer
6484         `wl-summary-update-confirm-threshold' (It is now abolished).
6485
6486         * wl-message.el (wl-message-display-internal): Don't refer
6487         `wl-fetch-confirm-threshold' (It is now abolished).
6488
6489 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6492
6493 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6494
6495         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6496         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6497         Change default value to nil.
6498         (wl-summary-indent-length-limit): The value can be nil, nil means
6499         unlimited.
6500
6501         * wl-summary.el: Don't set limit for indent length if the value of
6502         wl-summary-indent-length-limit is nil.
6503         If the value of wl-summary-width is nil, it means only that the width
6504         of summary is unlimited (nil doesn't mean that the indent length is
6505         unlimited).
6506
6507         * wl-thread.el: Ditto.
6508
6509 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6510
6511         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6512         be nil, nil means never confirm.
6513         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6514
6515 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6516
6517         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6518         means unlimited).
6519
6520 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6523         Use `with-temp-buffer'.
6524
6525 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6526
6527         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6528         with new backquote style).
6529         (wl-folder-get-entity-from-buffer): Ditto.
6530
6531 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6532
6533         * wl-version.el (nemacs-version): Eliminated.
6534         (wl-extended-emacs-version2): Ignore nemacs.
6535         (wl-extended-emacs-version3): Ditto.
6536
6537 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6538
6539         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6540         (wl-draft-add-in-reply-to): New variable.
6541         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6542         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6543         (wl-draft-yank-from-mail-reply-buffer): Use
6544         `wl-draft-add-in-reply-to'.
6545         (wl-draft-insert-current-message): Ditto.
6546
6547 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6548
6549         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6550         typo (kill->hide).
6551         (wl-message-buffer-prefetch-folder-type-list): Added elements
6552         `mark' and `cache' instead of `internal'.
6553
6554 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6557         resume msgdb directory.
6558
6559 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl.el (wl-exit): Call `wl-acap-exit'.
6562
6563         * wl-summary.el (wl-summary-message-string): New function.
6564         (wl-summary-reedit): Use it.
6565         (wl-summary-resend-bounced-mail): Remove needless let.
6566         (wl-summary-supersedes-message): Ditto.
6567         (wl-summary-save): Ditto.
6568
6569         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6570         (wl-acap-init): Set it.
6571         (wl-acap-exit): New function.
6572
6573 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6574
6575         * wl.el (wl-init): Revert (require 'mime-setup). move from
6576         toplevel.
6577
6578 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6579
6580         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6581         local variables.  Add error when guess function return invalid
6582         value.
6583
6584 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6585
6586         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6587         Change local variable name.
6588         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6589         (wl-folder-get-newsgroups): Return nil when non-news folder.
6590         * wl-summary.el (wl-summary-write-current-folder): State through
6591         when guess-list return nil.
6592         (wl-summary-write-current-folder-functions): Fixed docstring.
6593
6594         * wl.el (wl-exit): Changed confirm message.
6595
6596         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6597         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6598
6599         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6600
6601 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6602
6603         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6604         user option (Renamed from wl-cache-prefetch-folder-type-list).
6605         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6606         from wl-cache-prefetch-folder-list).
6607
6608         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6609         Move to wl-vars.el.
6610         (wl-message-buffer-prefetch-p): Changed to enable
6611         `wl-message-buffer-prefetch-folder-list'.
6612
6613         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6614         `ignore-cache'.
6615
6616 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6619         `part-top' and `part-bottom'.
6620         (wl-draft-config-sub-part-top): New function.
6621         (wl-draft-config-sub-part-bottom): New function.
6622
6623 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6624
6625         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6626
6627 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6630
6631 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6634
6635         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6636         (wl-summary-write-current-folder): Ditto.
6637
6638 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-folder.el (wl-folder-get-newsgroups): Use
6641         `elmo-folder-newsgroups'.
6642
6643 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6644
6645         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6646         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6647         `wl-draft-config-sub-header-bottom'.
6648
6649 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6650
6651         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6652         localnews folder.
6653
6654 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6655
6656         * wl-summary.el (wl-summary-mode): Undo last change.
6657
6658         * wl-folder.el (wl-folder-mode): Ditto.
6659
6660 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6661
6662         * wl-summary.el (wl-summary-mode): Locally set
6663         truncate-partial-window-width to nil.
6664         (for XEmacs)
6665
6666         * wl-folder.el (wl-folder-mode): Ditto.
6667
6668 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6669
6670         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6671
6672 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6673
6674         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6675         number.
6676
6677         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6678
6679         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6680
6681         * Version number is increased to 2.7.6.
6682
6683 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6686
6687 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * wl-summary.el (wl-summary-sync-update): Enclose network
6690         related portion with `unwind-protect'.
6691
6692 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6693
6694         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6695
6696 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6699         element.
6700         * wl-vars.el (wl-message-body-button-alist): Ditto.
6701
6702         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6703         max match length.
6704         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6705
6706         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6707         for the max match length;
6708         Use 4th element value for the button string regexp group.
6709
6710         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6711         candidate exists, prompt to select.
6712
6713 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6714
6715         * wl-summary.el (wl-summary-jump-to-msg): Search before
6716         calibration point by `beginning-of-line'.
6717
6718 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6721         for access group.
6722
6723 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-message.el (wl-message-display-internal): Bind
6726         `default-mime-charset'.
6727
6728         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6729
6730         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6731
6732         * Version number is increased to 2.7.5.
6733
6734 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6735
6736         * wl-expire.el (wl-summary-archive): Fixed;
6737         Use `elmo-folder-name-internal'.
6738
6739 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6740
6741         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6742         from `elmo-folder-move-messages' caller.
6743         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6744
6745         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6746         related portions are changed).
6747
6748 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6749
6750         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6751         counter.
6752
6753 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6754
6755         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6756         buffer local and set it to nil.
6757
6758         * wl-message.el (wl-message-redisplay): Ditto.
6759
6760 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * wl-summary.el (wl-summary-mark-as-important): If message is
6763         already cached, set messag as read, otherwise encache and mark as read.
6764
6765 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6766
6767         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6768         point-min.
6769
6770 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6773         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6774         a keymap.
6775
6776 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6779         parent.
6780
6781         * wl-mule.el (wl-message-define-keymap): Ditto.
6782
6783         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6784
6785         * wl-xmas.el (wl-message-display-internal-hook): Define.
6786         (wl-xmas-setup-message-toolbar): Define as function.
6787         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6788         (wl-message-overload-functions): Abolished.
6789         (wl-message-define-keymap): New function.
6790
6791         * wl-vars.el (wl-message-display-internal-hook): New variable.
6792         (wl-message-header-button-alist): New variable (Renamed from
6793         wl-highlight-message-header-button-alist).
6794         (wl-message-body-button-alist): Ditto.
6795
6796         * wl-mule.el (wl-message-define-keymap): New function.
6797         (wl-message-overload-functions): Abolished.
6798
6799         * wl-message.el (wl-message-add-buttons-to-body): New function.
6800         (wl-message-redisplay): Don't call wl-message-overload-functions;
6801         Call wl-message-add-buttons-to-header and
6802         wl-message-add-buttons-to-body.
6803         (wl-message-display-internal): Set keymap argument for
6804         elmo-mime-display-as-is, elmo-mime-message-display;
6805         Run wl-message-display-internal-hook.
6806         (wl-message-refer-article-or-url): Abolished.
6807
6808         * wl-highlight.el (wl-highlight-headers): Don't call
6809         wl-highlight-message-add-buttons-to-header.
6810         (wl-highlight-message-add-buttons-to-header): Abolished.
6811
6812
6813         * wl-e21.el (wl-message-display-internal-hook): Define.
6814         (wl-e21-setup-toolbar): Deleted duplicated binding.
6815         (wl-e21-setup-message-toolbar): Define as function.
6816         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6817         (wl-message-define-keymap): New function.
6818         (wl-message-overload-functions): Abolished.
6819
6820 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6823         and elmo-folder-close.
6824
6825         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6826
6827 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6828
6829         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6830         boolean value.
6831         * wl-draft.el (wl-draft-do-fcc): Ditto.
6832
6833 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * wl-vars.el (wl-fcc-force-as-read): New variable.
6836         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6837         mark copied message as read.
6838
6839 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6840
6841         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6842
6843 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6844
6845         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6846         `wl-summary-target-above' instead of obsolete variable
6847         `wl-summary-temp-above'.
6848
6849         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6850         instead of `make-obsolete-variable'.
6851         * wl-refile.el (toplevel): Ditto.
6852
6853 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6856         with third argument t.
6857         (wl-draft): Set first argument for wl-plugged-init as t.
6858
6859         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6860         definition.
6861
6862 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6863
6864         * wl-vars.el: Tabify.
6865         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6866
6867         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6868         message.
6869
6870 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6871
6872         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6873         and set default to beep.
6874
6875 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6876
6877         * wl-vars.el (wl-draft-truncate-lines): New variable.
6878
6879         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6880         instead of wl-message-truncate-lines for truncate-lines.
6881
6882 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6883
6884         * wl-message.el (wl-message-display-internal): Call
6885         `wl-highlight-message' after `elmo-mime-display-as-is'.
6886
6887         * wl-mime.el (wl-mime-display-text/plain): New function.
6888         (wl-mime-display-header): Ditto.
6889         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6890         body-presentation-method for text/plain;
6891         Register `wl-mime-display-header' as a header-presentation-method;
6892         Don't set up `elmo-message-text-content-inserted-hook' and
6893         `elmo-message-header-inserted-hook'.
6894
6895         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6896         variable.
6897         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6898         as t if flag is 'all-header;
6899         Don't bind `elmo-message-ignored-field-list',
6900         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6901
6902 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6905         for xemacs with non-mule environment.
6906
6907 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6908
6909         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6910         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6911         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6912
6913 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6914
6915         * wl-vars.el (wl-interactive-send): Set default value as t.
6916
6917 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6920         (wl-addrmgr-method-list): Abolished.
6921         (wl-addrmgr-change-method): Follow above change.
6922
6923         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6924
6925 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6926
6927         * wl-vars.el (wl-message-truncate-lines): Change default value
6928         to default-truncate-lines.
6929
6930         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6931
6932 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6933
6934         * wl-vars.el (wl-message-truncate-lines): New variable.
6935
6936         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6937         wl-message-truncate-lines.
6938
6939 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-acap.el (wl-acap-init): Remove period from error message.
6942         (wl-acap-find-acap-service): Remove period from message.
6943
6944 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl.el (wl-check-environment): Undo last change.
6947
6948         * wl-vars.el (wl-from): Changed default value.
6949
6950         * wl-util.el (toplevel): Don't require tm-edit.
6951
6952         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6953         `wl-folder-init';
6954         Don't set mark on mail body.
6955         (wl-draft-reedit): Ditto.
6956
6957         * wl-address.el (wl-address-quote-specials): Define as an alias for
6958         elmo-address-quote-specials.
6959
6960 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6963
6964         * wl-vars.el (wl-from): Set default value as nil.
6965         (wl-organization): Set default value as ORGANIZATION environment
6966         variable.
6967
6968         * wl-draft.el (wl-smtp-extension-bind): Check value of
6969         wl-smtp-connection-type.
6970
6971         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6972         error.
6973
6974 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6975
6976         * Version number is increased to 2.7.4.
6977
6978         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6979         arguments from `wl-highlight-x-face-function' caller.
6980         Use x-face-1.3.6.12 or later.
6981
6982 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6983
6984         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6985
6986 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6987
6988         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6989         (wl-fcc): Fix to accept function.
6990         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6991
6992 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6993
6994         * wl-acap.el (toplevel): Added `product-provide' declare.
6995         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6996
6997 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl.el (wl): Changed order of calling `elmo-init'
7000         and `elmo-folder-init'.
7001
7002 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7003
7004         * wl-mime.el (wl-summary-burst): Extract message when content-type
7005         of root entity is not only `multipart' but also `message/rfc822'.
7006         (wl-summary-burst-subr): Ditto.
7007
7008 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-vars.el (toplevel): Require 'custom.
7011         (wl-trash-folder): Added to `wl-setting' group.
7012
7013         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7014         exists.
7015         (wl-addrmgr-draw): Insert empty line when no entry exists.
7016
7017         * wl-mule.el (wl-message-wheel-up): Fixed.
7018         (wl-message-wheel-down): Ditto.
7019
7020 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7021
7022         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7023         config is an anonymous lambda expression.
7024
7025 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7028         when Mule 2 is running.
7029
7030 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7033
7034 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7037         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7038
7039         * wl-address.el (wl-address-specials-regexp): Eliminated.
7040         (wl-address-quote-specials): Rewrite.
7041
7042 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7045         shy-groups for regexp.
7046
7047         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7048         character classes and Perl style shy-groups for regexp.
7049         (wl-highlight-plugged-current-line): Use Posix style character
7050         classes for regexp.
7051         (wl-e21-highlight-folder-by-numbers): Ditto.
7052         (wl-e21-display-image-p): Use `display-images-p' instead of
7053         `display-graphic-p'.
7054         (display-images-p): Make an alias to `display-graphic-p' if it is
7055         not available.  It is for Emacs version prior to 21.0.105.
7056
7057         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7058         `display-graphic-p'.
7059         (wl-demo-image-type-alist): Ditto.
7060         (display-images-p): Make an alias to `display-graphic-p' if it is
7061         not available.  It is for Emacs version prior to 21.0.105.
7062
7063 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7064
7065         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7066         support.
7067         (wl-generate-user-agent-string): Ditto.
7068
7069         * wl-version.el (wl-version): Update docsting.
7070         (wl-version-status): Ditto.
7071
7072 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7075         21.0.105.  For Emacs 21.0.104 or earlier.
7076
7077 2001-09-03  Takuo KITAME <kitame@northeye.org>
7078
7079         * wl-e21.el (wl-plugged-init-icons): Use
7080         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7081         (wl-biff-init-icons): Ditto.
7082
7083 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-highlight.el (wl-highlight-summary-current-line):
7086         Fixed highlighting refile/copy destination.
7087
7088         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7089         (wl-acap-store): Encode string by wl-acap-coding-system.
7090
7091 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-acap.el (toplevel): Check and require 'un-define before
7094         'xemacs-ucs;
7095          Added checking for UTF-2000.
7096
7097 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7098
7099         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7100         Don't enclose with `eval-and-compile'.
7101
7102         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7103         wl-init is non-nil.
7104
7105         * wl-draft.el (wl-draft): Ditto.
7106
7107         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7108
7109         * wl-acap.el (toplevel): Require 'wl.
7110         (wl-acap-store): Call `elmo-init'.
7111
7112         * wl.el (wl): Changed position of `wl-check-environment'.
7113         (toplevel): Added autoload setting for wl-acap.
7114
7115         * wl-vars.el (wl-setting): New custom group.
7116         (wl-from): Added wl-setting group.
7117         (wl-user-mail-address-list): Ditto.
7118         (wl-organization): Ditto.
7119         (wl-subscribed-mailing-list): Ditto.
7120         (wl-envelope-from): Ditto.
7121         (wl-smtp-posting-user): Ditto.
7122         (wl-smtp-posting-server): Ditto.
7123         (wl-smtp-posting-port): Ditto.
7124         (wl-smtp-authenticate-type): Ditto.
7125         (wl-pop-before-smtp-user): Ditto.
7126         (wl-pop-before-smtp-server): Ditto.
7127         (wl-pop-before-smtp-port): Ditto.
7128         (wl-pop-before-smtp-authenticate-type): Ditto.
7129         (wl-nntp-posting-server): Ditto.
7130         (wl-nntp-posting-user): Ditto.
7131         (wl-nntp-posting-port): Ditto.
7132         (wl-fetch-confirm-threshold): Ditto.
7133         (wl-prefetch-threshold): Ditto.
7134         (wl-thread-insert-opened): Ditto.
7135         (wl-ldap-server): Ditto.
7136         (wl-ldap-port): Ditto.
7137         (wl-ldap-base): Ditto.
7138         (wl-ldap-objectclass): Ditto.
7139         (wl-use-ldap): Ditto.
7140         (wl-draft-config-alist): Ditto.
7141         (wl-draft-config-matchone): Ditto.
7142         (wl-template-alist): Ditto.
7143         (wl-message-sort-field-list): Ditto.
7144         (wl-message-ignored-field-list): Ditto.
7145         (wl-message-visible-field-list): Ditto.
7146         (wl-interactive-send): Ditto.
7147         (wl-summary-move-order): Ditto.
7148         (wl-auto-select-first): Ditto.
7149         (wl-auto-select-next): Ditto.
7150         (wl-interactive-save-folders): Ditto.
7151
7152         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7153         Initialization codes are moved from wl-local-folder-init.
7154         (wl-local-folder-init): Follow the change above.
7155         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7156
7157         * wl-acap.el: New file.
7158
7159         * Version number is increased to 2.7.3.
7160
7161 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7162
7163         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7164
7165 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7166
7167         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7168         (wl-addrmgr-address-entry-list): Ditto.
7169
7170 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7171
7172         * wl-e21.el (wl-draft-mode-map): Removed binding for
7173         `wl-draft-insert-x-face-field'.
7174
7175         * wl-mule.el (wl-draft-mode-map): Ditto.
7176
7177         * wl-xmas.el (wl-draft-mode-map): Ditto.
7178
7179         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7180         (wl-cs-autoconv): Ditto.
7181         (wl-cs-local): Ditto.
7182         (wl-use-scoring): Ditto.
7183         (wl-mime-charset): Ditto.
7184         (wl-folder-check-async): Ditto.
7185
7186         * wl.el (toplevel): Ignore nemacs and tm.
7187         (wl-exit): Ditto.
7188
7189         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7190         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7191         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7192         instead of wl-address-petname-add-or-change.
7193         (wl-summary-edit-addresses-subr): Use wl-address-delete
7194         instead of wl-address-petname-delete.
7195
7196         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7197
7198         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7199         if error occured.
7200
7201         * wl-message.el (require): Remove tm support.
7202
7203         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7204
7205         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7206         (wl-folder-jump-to-current-entity): Ditto.
7207         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7208
7209         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7210         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7211         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7212
7213         * wl-mule.el (wl-draft-key-setup): Ditto.
7214
7215         * wl-xmas.el (wl-draft-key-setup): Ditto.
7216
7217         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7218         (wl-draft-std11-parse-addresses): New function.
7219         (wl-draft-parse-mailbox-list): Use it.
7220         (wl-draft): Ignore nemacs.
7221         (wl-draft-reedit): Ditto.
7222
7223         * wl-addrmgr.el: New file.
7224         (Original is wl-rcpt.el written by
7225         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7226         Thanks Kitamoto-san.)
7227
7228         * wl-address.el (wl-address-make-address-list): Modified parsing
7229         process.
7230         (wl-address-delete): Renamed from `wl-address-petname-delete';
7231         Modify wl-address-list too.
7232         (wl-address-add-or-change): Renamed from
7233         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7234
7235 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7236
7237         * wl-highlight.el (wl-highlight-summary-current-line):
7238           Work with transient-mark-mode
7239
7240 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * Version number is increased to 2.7.2.
7243
7244         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7245         instead of elmo-dop-queue-method.
7246
7247 2001-08-06  SAITO Atsunori <sai@yedo.com>
7248
7249         * wl-vars.el (wl-ldap-objectclass): New user option.
7250
7251         * wl-address.el (wl-ldap-make-filter): Use it.
7252
7253 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7256
7257 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-folder.el (wl-folder): redisplay after folder insertion.
7260
7261         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7262
7263         * wl-summary.el (wl-summary-sync-update):
7264         Change status mark only when new-msgdb exists.
7265         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7266
7267 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-summary.el (wl-summary-open-folder): New function.
7270         (wl-summary-goto-folder-subr): Use it.
7271         (wl-summary-mark-as-important): Fix;
7272         Encache only when no cache exists.
7273
7274 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7275
7276         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7277         Use with-current-buffer.
7278
7279 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7280
7281         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7282         before call `get-buffer'. Fixed parenthesis.
7283         (wl-score-get-header-entry): Clear message and help window when
7284         keyboard quit.
7285         (wl-score-edit-insert-header): Ditto.
7286
7287 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7290         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7291         (wl-default-draft-cite): Fix.
7292
7293         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7294         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7295
7296 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-message.el (wl-message-prev-page): Do same bahavior
7299         as summary when it is called in the message buffer.
7300         (wl-message-next-page): Ditto.
7301
7302 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-summary.el (wl-summary-forward): Use cache if it is not
7305         section cache.
7306
7307 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7310         Removed redundant require of elmo-vars.
7311         (wl-biff-state-indicator-on): Changed default value for
7312         xemacs with non-mule environment.
7313
7314         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7315         wl-message-buffer is nil;
7316         Hide progress bar after moving messages.
7317
7318 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7321         message at cursor point is deleted.
7322
7323 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-vars.el: Changed file coding system to euc-japan.
7326         Added -*-coding:-*- magic to the first line.
7327
7328         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7329         Search parent from the first message.
7330
7331         * Version number is increased to 2.7.1.
7332
7333 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7334
7335         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7336
7337 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7340         refile/delete execution.
7341
7342         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7343         Fixed docstring.
7344
7345 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7348         do update process;
7349         Don't update marks when update process is interrupted.
7350
7351 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7352
7353         * wl-summary.el (wl-summary-reply): Fixed problem when
7354         wl-draft-use-frame is non-nil.
7355         (wl-summary-forward): Ditto.
7356
7357         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7358         as nil.
7359         (wl-folder-mark-as-read-all-entity): Ditto.
7360         (wl-folder-prefetch-entity): Ditto.
7361
7362         * wl.el (wl): Check environment before wl-init.
7363
7364         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7365         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7366         instead of wl-summary-collect-unread.
7367         (wl-summary-reply): Split message window.
7368
7369 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7372         only if current language environment is japanese,
7373
7374         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7375         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7376         (wl-folder-goto-folder-subr): Ditto.
7377
7378         * wl-draft.el (wl-draft-dispatch-message): Call
7379         `elmo-file-cache-get-path'.
7380
7381 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * wl-summary.el (wl-summary-cursor-move): If return value of
7384         wl-summary-next-message is not number, don't jump.
7385
7386 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-summary.el (wl-summary-buffer-next-message-function): New
7389         variable.
7390         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7391         if it is bound.
7392
7393         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7394         string.
7395
7396         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7397         (wl-plugged-drawing): Ditto.
7398
7399 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7402         process.
7403         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7404         with unwind-protect.
7405
7406         * wl.el (wl-init): Require mime-setup.
7407         (wl-check-environment): Don't require mime-setup.
7408
7409         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7410         instead of elmo-folder-type.
7411
7412         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7413         value as nil.
7414
7415 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * Version number is increased to 2.7.0.
7418
7419         * wl-version.el (wl-version): Changed codename.
7420
7421         * wl-summary.el (wl-summary-delete-cache): Fixed.
7422
7423         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7424         Workaround for net folders.
7425         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7426
7427         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7428         value to nil (According to the patch from
7429         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7430
7431         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7432         of elmo-folder-close.
7433
7434 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7435
7436         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7437         for postfix.
7438
7439 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-summary.el (wl-summary-resend-message): Fixed.
7442
7443         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7444         Call wl-draft with `from' argument if its address is included in
7445         `wl-user-mail-address-list'.
7446         (wl-draft): Added `from' argument.
7447
7448         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7449         non-nil.
7450         (wl): Don't show demo if wl-demo is nil.
7451
7452         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7453         wl-summary-use-frame.
7454
7455         * wl-vars.el (wl-summary-use-frame): New user option.
7456         (wl-folder-use-frame): Changed docstring.
7457
7458         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7459         non-nil.
7460         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7461         wl-summary-use-frame.
7462
7463         * wl-vars.el (wl-folder-use-frame): New user option.
7464
7465         * wl-summary.el (wl-summary-exit): Back to folder frame if
7466         wl-folder-use-frame is non-nil.
7467         (wl-summary-redisplay-internal): Ignore cache if current folder
7468         is draft folder,
7469         (wl-summary-redisplay-no-mime): Ditto.
7470         (wl-summary-redisplay-all-header): Ditto.
7471
7472         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7473         if wl-folder-use-frame is non-nil.
7474
7475 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7476
7477         * wl-summary.el (wl-summary-sync-update): Bind
7478         elmo-folder-update-threshold.
7479         (wl-summary-mark-as-important): Enclosed server mark processing
7480         with `save-match-data'.
7481
7482         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7483         only when it is already defined.
7484
7485 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7486
7487         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7488         name of folder exclude localdir is wrong.
7489         * wl-folder.el (wl-folder-sync-entity):
7490         Set `wl-summary-always-sticky-folder-list' as nil.
7491         (wl-folder-mark-as-read-all-entity): Ditto.
7492         (wl-folder-prefetch-entity): Ditto.
7493
7494 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7495
7496         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7497         instead of `wl-summary-write-current-newsgroup'.
7498
7499 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7500
7501         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7502         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7503         non-nil and selected message is important, do not display.
7504
7505 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7506
7507         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7508
7509 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7512
7513         * wl-summary.el (wl-summary-mark-as-important): Set message number
7514         using wl-summary-message-number.
7515
7516 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7517
7518         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7519         destination folder is 'null.
7520
7521 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7522
7523         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7524         New function.
7525         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7526         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7527         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7528
7529 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-mime.el (wl-mime-setup): Added setting for
7532         `mime-setup-signature-key-alist' to avoid overriding key bind for
7533         `wl-draft-send'.
7534
7535         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7536         for `wl-draft-send'.
7537         * wl-mule.el (wl-draft-overload-functions): Ditto.
7538         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7539         * wl-draft.el (wl-draft-send): Ditto.
7540
7541         * wl-message.el (wl-message-display-internal):
7542         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7543         (Patch is provided by <kita@coe.nttdata.co.jp>).
7544
7545 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7546
7547         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7548
7549 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7550
7551         * wl.el (wl): Fix for wl-demo.
7552
7553 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7554
7555         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7556
7557 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7558
7559         * wl-folder.el (wl-folder-prefetch-entity): Use
7560         `wl-folder-get-elmo-folder'.
7561         (wl-folder-count-incorporates): Do not use
7562         `wl-folder-get-elmo-folder'.
7563
7564 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7565
7566         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7567         instead of `elmo-folder-get-type'.
7568
7569 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7570
7571         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7572         position on Subject: field.
7573         (Advised by Mito <mit@nines.nec.co.jp>)
7574
7575 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7576
7577         * wl-folder.el (wl-folder-prefetch-entity): Use
7578         `wl-folder-get-elmo-folder'.
7579
7580 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7581
7582         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7583
7584         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7585         `process-duplicates' slot.
7586
7587         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7588         if detection failed.
7589
7590 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7591
7592         * wl-version.el (wl-version-status): Set to "alpha".
7593
7594 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7597         Check wl-message-buffer lives before set-buffer.
7598
7599 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7600
7601         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7602         called in folder mode.
7603         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7604         * wl-summary.el (wl-summary-exit-pre-hook): Run
7605         `wl-summary-exit-pre-hook' before exit summary mode.
7606
7607 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7608
7609         * wl-version.el (wl-version-status): New variable.
7610         (wl-version-status-alist): Removed.
7611         (wl-version-status): Rule included.
7612
7613 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7616         @sponichi.
7617
7618         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7619         when `mail-reply-buffer' is buffer-local variable.
7620         (Reported by <kita@coe.nttdata.co.jp>).
7621
7622 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7623
7624         * wl-vars.el (toplevel): Require 'elmo-util.
7625
7626 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7629         (All other related portions are changed)
7630
7631         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7632
7633         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7634
7635 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7636
7637         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7638
7639 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7640
7641         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7642         Delete other windows to avoid an error.
7643         Use `point-marker' instead of `point' to remember the start point
7644         of body.
7645
7646         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7647
7648         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7649         number not to exceed all message number.
7650
7651 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7652
7653         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7654         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7655
7656 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7657
7658         * wl-summary.el (wl-summary-sync-force-update): Added argument
7659         no-check.
7660         (wl-summary-sync-update): Ditto.
7661         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7662         with `no-check'.
7663
7664         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7665         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7666         already running.
7667
7668 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7669
7670         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7671         `dst-folder-arg'.
7672         (wl-expire-archive-number1): Diito.
7673         (wl-expire-archive-number2): Diito.
7674         (wl-expire-archive-Date): Diito.
7675         (wl-archive-number1): Diito.
7676         (wl-archive-number2): Diito.
7677         (wl-archive-date): Diito.
7678         (wl-archive-folder-p): New function.
7679         (wl-summary-expire): Support of expand folder name at
7680         wl-expire-alist.
7681         * wl-util.el (wl-expand-newtext): Renamed from
7682         `wl-refile-expand-newtext'.
7683
7684 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7685
7686         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7687         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7688         `(elmo-msgdb-get-overview msgdb)'.
7689         (wl-summary-prefetch): Bind match data before call
7690         `wl-summay-prefetch-msg'.
7691         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7692         'off if `wl-summary-buffer-disp-msg' is non-nil.
7693         Fixed problem that couldn't show only one new or unread message when
7694         enter folder.
7695         (wl-summary-reply): Don't call `split-window-vertically' and other
7696         window.
7697
7698 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-expire.el (wl-expire-refile): Fixed.
7701
7702 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7705
7706         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7707         biff notification is removed.
7708
7709         * wl.el (wl): Changed position of `elmo-init'.
7710
7711         * wl-draft.el (wl-default-draft-cite): Use date field
7712         on the citation buffer.
7713
7714         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7715
7716         * wl-xmas.el (wl-folder-internal-icon-list): Added
7717         `wl-folder-shimbun-image'.
7718
7719         * wl-e21.el (wl-folder-internal-icon-list): Added
7720         `wl-folder-shimbun-image'.
7721
7722 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl.el (wl-init): Eliminated argument.
7725         (wl): Rewrite.
7726
7727         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7728         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7729         instead of `elmo-folder-msgdb-internal'.
7730         (wl-summary-sync-update): Ditto.
7731         (wl-summary-flush-pending-append-operations): Eliminated.
7732         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7733         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7734         `elmo-folder-open'.
7735
7736         * wl-mime.el (wl-summary-burst): Fixed.
7737
7738         * wl-folder.el (wl-folder-info-save): Check data type.
7739
7740         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7741         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7742         instead of `elmo-folder-msgdb-internal'.
7743         (wl-expire-hide): Ditto.
7744
7745
7746         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7747
7748 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7749
7750         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7751
7752 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7755
7756 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7757
7758         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7759         Fixed `match-beginning' argument mismatch.
7760
7761 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7762
7763         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7764         the default value.
7765
7766 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7769         instead of `elmo-nntp-default-port'.
7770
7771         * wl-vars.el: Fixed some doc strings.
7772
7773 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-summary.el (wl-summary-prefetch-msg): Use
7776         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7777
7778         * wl-vars.el: Define *-func as obsolete variable using
7779         `elmo-define-obsolete-variable'.
7780
7781         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7782         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7783         instead of `wl-message-buffer-prefetch-threshold'.
7784
7785         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7786
7787         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7788
7789         * wl-draft.el (wl-caesar-region-func): Ditto.
7790
7791         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7792         Keep unread status in elmo-folder-move-messages.
7793         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7794
7795 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7796
7797         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7798         `wl-summary-buffer-exit-func'
7799         (wl-summary-buffer-message-redisplay-function): Renamed from
7800         `wl-summary-buffer-message-redisplay-func'
7801         (wl-summary-buffer-next-folder-function): Renamed from
7802         `wl-summary-buffer-next-folder-func'.
7803         (wl-summary-buffer-prev-folder-function): Renamed from
7804         `wl-summary-buffer-prev-folder-func'.
7805         (wl-summary-get-petname-function): Renamed from
7806         `wl-summary-get-petname-func'.
7807
7808         * wl-score.el (wl-score-edit-exit-function): Renamed from
7809         `wl-score-edit-exit-func'.
7810
7811         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7812         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7813
7814         * wl-util.el (wl-load-profile-function): Renamed from
7815         `wl-load-profile-func'.
7816
7817         * wl-folder.el (wl-folder-completion-function): Renamed from
7818         `wl-folder-completion-func'.
7819         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7820
7821         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7822         `wl-expire-archive-get-folder-func'.
7823         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7824         (wl-draft-send-mail-function): Renamed from
7825         `wl-draft-send-mail-func'.
7826         (wl-draft-send-news-function): Renamed from
7827         `wl-draft-send-news-func'.
7828         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7829         (wl-generate-mailer-string-function): Renamed from
7830         `wl-generate-mailer-string-func'.
7831         (wl-highlight-signature-search-function): Renamed from
7832         `wl-highlight-signature-search-func'.
7833         (wl-highlight-x-face-function): Renamed from
7834         `wl-highlight-x-face-func'
7835         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7836         (wl-ps-print-buffer-function): Renamed from
7837         `wl-ps-print-buffer-func'
7838         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7839         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7840         (wl-summary-subject-filter-function): Renamed from
7841         `wl-summary-subject-filter-func'.
7842
7843         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7844         `wl-draft-queue-flush-send-func'
7845         (wl-draft-cite-function): Renamed from
7846         `wl-draft-cite-func'
7847
7848         * wl-address.el (wl-address-init-function): Renamed from
7849         `wl-address-init-func'.
7850
7851 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-draft.el (wl-draft-queue-flush): Don't call
7854         `elmo-dop-unlock-message'.
7855         * wl-draft.el (wl-draft-queue-append): Don't call
7856         `elmo-dop-lock-message'.
7857
7858         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7859         (wl-summary-buffer-folder-name): Ditto.
7860         (wl-summary-message-regexp): Added '-' (all other related portions
7861         are changed).
7862         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7863         wl-summary-buffer-folder-name.
7864
7865 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7866
7867         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7868         the number of mails in the folder buffer is not updated by wl-biff.
7869
7870 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7871
7872         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7873         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7874
7875 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * wl-summary.el (wl-summary-next-message):
7878         Return next message number when wl-summary-move-order is nil.
7879
7880 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7881
7882         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7883         `wl-summary-move-spec-alist'.
7884         (wl-summary-move-spec-unplugged-alist): New variable
7885         (Move spec for unplugged status).
7886         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7887         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7888
7889 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7890
7891         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7892         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7893
7894 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7895
7896         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7897         simple quotation to quote the anonymous function.
7898         * tm-wl.el (wl-draft-preview-message): Ditto.
7899
7900 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7901
7902         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7903         Eliminate redundant `save-excursion'.
7904         (wl-highlight-summary-current-line): Ditto.
7905
7906         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7907         accessing match data when `looking-at' failed.
7908
7909         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7910         `elmo-match-string' where users don't care about the speed.
7911         (wl-draft-save): Ditto.
7912
7913 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-util.el (wl-regexp-opt): New function.
7916
7917         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7918         number from `wl-summary-buffer-number-list'.
7919         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7920         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7921         (wl-summary-move-spec-alist): Changed default setting.
7922
7923 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7924
7925         * wl-vars.el (wl-biff-notify-hook): New hook.
7926         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7927         the arrival of new mail.
7928         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7929         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7930
7931 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7934
7935 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7938
7939         * Version number is increased to 2.5.8.
7940
7941         * wl-thread.el (toplevel): require 'cl.
7942         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7943         (wl-thread-make-number-list): New function.
7944         (wl-thread-entity-make-number-list-from-children): Ditto.
7945         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7946         (wl-thread-entity-insert-as-children): Likewise.
7947         (wl-thread-delete-message): Likewise.
7948         (wl-meaning-of-mark): Eliminated.
7949         (wl-thread-next-failure-mark-p): Ditto.
7950         (wl-thread-entity-get-mark): Ditto.
7951         (wl-thread-meaning-alist-get-result): Ditto.
7952         (wl-thread-entity-check-prev-mark): Ditto.
7953         (wl-thread-entity-check-next-mark): Ditto.
7954         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7955         (wl-thread-entity-get-prev-marked-entity): Ditto.
7956         (wl-thread-get-prev-unread): Ditto.
7957         (wl-thread-jump-to-prev-unread): Ditto.
7958         (wl-thread-get-next-unread): Ditto.
7959         (wl-thread-jump-to-next-unread): Ditto.
7960         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7961         (wl-thread-entity-get-next-marked-entity): Ditto.
7962
7963         * wl-summary.el (wl-summary-buffer-number-list):
7964         New bufer-local variable.
7965         (wl-summary-switch-to-clone-buffer): Clone
7966         `wl-summary-buffer-number-list'.
7967         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7968         (wl-summary-cursor-move-regex): Eliminated.
7969         (wl-summary-cursor-up): Rewrite.
7970         (wl-summary-cursor-down): Ditto.
7971         (wl-summary-mode-spec-alist): New variable.
7972         (wl-summary-next-message): New inline function.
7973         (wl-summary-cursor-move): New function.
7974         (wl-summary-default-get-next-msg): Rewrite.
7975         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7976         (wl-summary-rescan): Ditto.
7977         (wl-summary-sync-all-init): Ditto.
7978         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7979         summary is not thread view.
7980         (wl-summary-sync-update): Ditto.
7981         (wl-summary-rescan): Ditto.
7982         (wl-summary-make-number-list): New function.
7983
7984         * wl-draft.el: "FCC" -> "Fcc".
7985
7986 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-highlight.el (wl-highlight-summary-window):
7989         Call `set-buffer-modified-p'.
7990
7991         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7992         (wl): Call `elmo-init' and fix.
7993
7994         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7995         Use new variables.
7996
7997         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7998
7999 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8002
8003 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8004
8005         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8006
8007 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8008
8009         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8010         `wl-use-toolbar' nor `display-graphic-p'.
8011         (wl-e21-setup-message-toolbar): Ditto.
8012         (wl-e21-setup-summary-toolbar): Ditto.
8013         (wl-e21-setup-folder-toolbar): Ditto.
8014
8015         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8016         (wl-plugged-init-icons): Ditto.
8017
8018         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8019         `display-graphic-p'.
8020         (wl-plugged-set-folder-icon): Ditto.
8021         (wl-highlight-plugged-current-line): Ditto.
8022         (wl-highlight-folder-current-line): Ditto.
8023         (wl-e21-highlight-folder-group-line): Ditto.
8024         (wl-e21-setup-toolbar): Ditto.
8025         (wl-e21-display-image-p): New macro.
8026
8027         * wl-demo.el (wl-demo): Simplified.
8028         (wl-demo-image-type-alist): Use `image-type-available-p' for
8029         checking whether the image type `xbm' is available.
8030
8031 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8034         (wl-summary-input-range): Ditto.
8035
8036 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-summary.el (wl-summary-edit-addresses): Use
8039         `wl-summary-get-original-buffer'
8040         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8041         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8042         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8043         (wl-summary-get-newsgroups): Eliminated.
8044         (wl-summary-set-crosspost): Ditto.
8045         (wl-summary-is-crosspost-folder): Ditto.
8046         (wl-crosspost-alist-load): Ditto.
8047         (wl-crosspost-alist-save): Ditto.
8048
8049         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8050         `elmo-setup-subscribed-newsgroups' instead of
8051         `elmo-nntp-make-groups-hashtb'.
8052         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8053         instead of `wl-crosspost-alist-save'.
8054
8055         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8056         of `elmo-folder-message-appendable-p'.
8057         (wl-mime-header-presentation-method): Eliminated.
8058
8059         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8060         (Error occurs in emacs21).
8061
8062         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8063         the current buffer).
8064
8065         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8066         instead of `wl-crosspost-alist-save'.
8067         (wl-init): `elmo-crosspost-message-alist-load'
8068         instead of `wl-crosspost-alist-load'
8069
8070         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8071         (wl-parse-newsgroups): Likewise.
8072         (wl-biff-notify): Run `wl-biff-notify-hook'.
8073
8074 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8077
8078         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8079         when `wl-summary-lazy-highlight' is non-nil.
8080         (wl-summary-goto-folder-subr): Highlight only when
8081         `wl-summary-lazy-highlight' is non-nil.
8082
8083         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8084         Don't display progress and highlight temp-mark when
8085         `wl-summary-lazy-highlight' is non-nil.
8086         (wl-highlight-summary-window): New function.
8087         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8088
8089 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8090
8091         * wl-summary.el (wl-summary-sync): Change `all-visible'
8092         from `all-shown'
8093         (wl-summary-input-range): Ditto.
8094
8095 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8096
8097         * wl-e21.el (wl-highlight-folder-current-line): Call
8098         `wl-folder-init-icons' when folder icons have not been initialized.
8099
8100         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8101
8102         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8103         (wl-demo-image-type-alist): New macro.
8104
8105 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8106
8107         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8108         display does not support graphics.
8109         (wl-plugged-init-icons): Ditto.
8110         (wl-folder-init-icons): Ditto.
8111
8112         * wl-demo.el (wl-demo): Chech closely whether the display
8113         supports graphics.
8114
8115 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * wl-summary.el (wl-summary-get-original-buffer): New function.
8118         (wl-summary-set-crosspost): Use it.
8119         (wl-summary-target-mark-uudecode): Ditto.
8120         (wl-summary-reedit): Ditto.
8121         (wl-summary-resend-bounced-mail): Ditto.
8122         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8123         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8124
8125         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8126         (wl-message-display-internal): Ditto.
8127
8128 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8131
8132 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * wl-summary.el (wl-summary-save-view): Renamed from
8135         `wl-summary-save-status'.
8136
8137 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8138
8139         * wl-summary.el (wl-summary-sync): Added `all-shown'
8140
8141 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8142
8143         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8144
8145 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8146
8147         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8148
8149 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8150
8151         * wl-highlight.el (wl-highlight-summary-line-string): Use
8152         `zerop' instead of `= 0'.
8153         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8154
8155         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8156         for comparing numbers.
8157         (wl-template-prev): Use `zerop' instead of `eq 0'.
8158
8159         * wl-draft.el (wl-draft-insert-current-message): Use
8160         `with-current-buffer' instead of `save-excursion'.
8161         Use `zerop' instead of `eq 0'.
8162
8163 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8164
8165         * wl-draft.el (wl-draft-insert-ccs): New function.
8166         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8167         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8168
8169 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8172
8173 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8174
8175         * wl-expire.el (wl-expire-refile): Don't call
8176         elmo-msgdb-add-msgs-to-seen-list;
8177         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8178         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8179
8180 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-message.el (wl-message-prev-page): Ignore errors while
8183         scroll-down.
8184
8185 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-mime.el: Use elmo-original-message-mode instead of
8188         mmelmo-original-mode.
8189
8190         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8191         `elmo-folder-get-spec';
8192         (wl-fldmgr-add-completion-all-completions):
8193         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8194
8195         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8196         of `elmo-folder-get-type'.
8197
8198         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8199         `elmo-folder-get-spec';
8200         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8201         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8202         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8203         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8204         `elmo-read-msg-no-cache';
8205         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8206         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8207         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8208         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8209         `elmo-cache-save';
8210         (wl-draft-reedit): Use `elmo-message-file-name'.
8211
8212         * wl-expire.el: Use `elmo-folder-name-internal';
8213         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8214         Use macro `wl-summary-buffer-msgdb' instead of variable
8215         `wl-summary-buffer-msgdb';
8216         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8217         Use macro `wl-summary-buffer-folder-name' instead of variable
8218         `wl-summary-buffer-folder-name'.
8219         * wl-score.el: Likewise.
8220
8221         * wl-message.el: Rewrite for new message buffer cache mechanism.
8222         (wl-message-buffer-cache-buffer-get): New macro.
8223         (wl-message-buffer-cache-folder-get): Ditto.
8224         (wl-message-buffer-cache-message-get): Ditto.
8225         (wl-message-buffer-cache-entry-make): Ditto.
8226         (wl-message-buffer-cache-hit): Ditto.
8227         (wl-message-buffer-cache-sort): New function.
8228         (wl-message-buffer-cache-add): Ditto.
8229         (wl-message-buffer-cache-delete): Ditto.
8230         (wl-message-buffer-cache-clean-up): Ditto.
8231         (wl-message-buffer-window): Rewrite.
8232         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8233         (wl-message-buffer-display): New function.
8234         (wl-message-display-internal): New function.
8235
8236 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * wl-folder.el: Use `elmo-folder-name-internal';
8239         Use `wl-folder-get-elmo-folder';
8240         Use `elmo-folder-list-messages' instead of
8241         `elmo-list-folder';
8242         Use `elmo-folder-get-primitive-list' instead of
8243         `elmo-folder-get-primitive-spec-list';
8244         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8245         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8246         Use `elmo-folder-create' instead of `elmo-create-folder'.
8247         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8248         (wl-folder-get-elmo-folder): New macro.
8249         (wl-folder-elmo-folder-cache-get): Ditto.
8250         (wl-folder-elmo-folder-cache-put): Ditto.
8251         (wl-folder-suspend): Call `elmo-quit'.
8252
8253         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8254         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8255         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8256         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8257         (toplevel): require 'cl.
8258         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8259
8260         * wl-summary.el: Rewrite to use new elmo interface.
8261
8262 \f
8263 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8264
8265         * wl-mime.el (wl-draft-preview-message):
8266         Run `wl-draft-send-hook' before collecting recipients information;
8267         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8268
8269         * tm-wl.el (wl-draft-preview-message): Ditto.
8270
8271 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8274         wrong recipients are displayed when forwarded message.
8275
8276 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * Version number is increased to 2.5.7.
8279
8280 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8281
8282         * wl-message.el (wl-message-next-page): Bind
8283         `window-pixel-scroll-increment' to nil while scrolling up.
8284
8285 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8286
8287         * wl-vars.el (wl-save-hook): New hook.
8288         * wl.el (wl-save): Call `wl-save-hook'.
8289
8290 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8291
8292         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8293         Argument WITH-ARG instead of NO-ARG (negative mean).
8294         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8295         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8296         * wl-message.el (wl-message-follow-current-entity): Likewise.
8297
8298 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8299
8300         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8301         FROM was optional argument.
8302         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8303
8304 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8305
8306         * Version number is increased to 2.5.6.
8307
8308 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8309
8310         * wl-version.el (wl-version-show): Removed.
8311         (wl-version): Add `interactive'.
8312
8313 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8314
8315         * wl-summary.el (wl-summary-get-petname-func): New variable.
8316         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8317         instead of `wl-address-get-petname-1'.
8318         (wl-summary-simple-from): Ditto.
8319
8320         * wl-address.el (wl-address-get-petname-1): Define as function.
8321
8322 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8325         field in the original message.
8326         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8327
8328 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8329
8330         * wl-expire.el (wl-expire-hide):
8331         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8332
8333 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8336         find decoder for To, Cc, and Subject.
8337
8338 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8341         for checking `elmo-use-buffer-cache'.
8342         (wl-summary-mark-as-important): Fixed typo in comment.
8343
8344 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8345
8346         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8347         field in the original message.
8348         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8349
8350 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8351
8352         * wl-expire.el (wl-expire-hide):
8353         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8354
8355 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8358         find decoder for To, Cc, and Subject.
8359
8360 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * Version number is increased to 2.5.5.
8363
8364         * wl-address.el (wl-address-specials-regexp): New constant.
8365         (wl-address-quote-specials): Use it.
8366
8367 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8368
8369         * wl-summary.el (wl-summary-rescan):
8370         Call `wl-summary-buffer-number-column-detect'.
8371         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8372
8373         * wl-message.el (wl-message-mode-map): Define.
8374         (wl-message-decode): Use it as local-map.
8375
8376 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8379         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8380
8381 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8382
8383         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8384
8385         * wl-mule.el (wl-read-event-char): Ditto.
8386
8387         * wl-e21.el (wl-read-event-char): Ditto.
8388
8389         * wl-nemacs.el (wl-read-event-char): Ditto.
8390         (read-event): Removed.
8391
8392         * wl-util.el (toplevel): Removed dummy definition of
8393         `read-event'.
8394         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8395
8396 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8397
8398         * wl-nemacs.el (elmo-archive-call-process): Moved to
8399         elmo-archive.el.
8400
8401 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8402
8403         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8404         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8405
8406         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8407         instead of magic-number 6.  Use `not' instead of `null' for symbol
8408         `nil' check (not empty list).
8409         (wl-draft-insert-x-face-field): Fixed paren style.
8410
8411         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8412         one-branch conditional statement, instead of `and' and `if'.
8413         (wl-draft-forward): Likewise.
8414         (wl-draft-add-references): Likewise.
8415         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8416
8417         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8418         conditional steatment.  Use `cond' instead of `if'.
8419         (wl-draft-confirm): Likewise.
8420
8421 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8422
8423         * wl-version.el (wl-version-show): Use `product-string-1'
8424         instead of `wl-version'.
8425         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8426
8427         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8428
8429 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8430
8431         * wl-highlight.el (wl-highlight-headers): Revert
8432         `wl-highlight-x-face-func' argument (`beg' and `end').
8433
8434 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8435
8436         * wl.el (toplevel): Move `product-provide' declare.
8437         * wl-demo.el (toplevel): Ditto.
8438         * wl-dnd.el (toplevel): Ditto.
8439         * wl-highlight.el (toplevel): Ditto.
8440         * wl-message.el (toplevel): Ditto.
8441         * wl-refile.el (toplevel): Ditto.
8442         * wl-util.el (toplevel): Ditto.
8443
8444 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8447         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8448         (wl-thread-close-all): keep cursor position.
8449
8450 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8451
8452         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8453         (eq x 0).
8454         (wl-generate-user-agent-string-1): Fix conditional statement.
8455
8456 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8457
8458         * wl.el (wl-check-environment): Additional check for
8459         'wl-local-domain' and `wl-message-id-domain'.
8460
8461 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8462
8463         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8464
8465 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8466
8467         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8468         instead of `smtp-sasl-user-realm'.
8469
8470 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8471
8472         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8473
8474 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8475
8476         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8477         to the default value as well as `eword-lexical-analyzer'.
8478
8479 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8480
8481         * wl-version.el (wl-extended-emacs-version,
8482         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8483         `elmo-match-string' instead of `wl-match-string'.
8484
8485 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8486
8487         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8488         docstring.
8489
8490 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8491
8492         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8493
8494 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8495
8496         * wl-highlight.el (wl-highlight-headers): Remove
8497         `wl-highlight-x-face-func' argument (`beg' and `end').
8498
8499 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8500
8501         * wl-summary.el (wl-summary-mark-as-important):
8502         Remove cache if folder is local.
8503
8504 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8505
8506         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8507         to get existing e-mail address string.
8508
8509 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl-version.el (wl-generate-user-agent-string): Commentary.
8512         (wl-generate-user-agent-string-1): Use `when' for
8513         one-branch conditional statement, instead of `and' and `if'.
8514         (wl-extended-emacs-version, wl-extended-emacs-version2,
8515         wl-extended-emacs-version3): Ditto.
8516
8517 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8520         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8521         condition-case; Remove initialization.
8522         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8523         (wl-summary-sync-update3): Added argument `sync-all';
8524         Eliminated local variable `msgdb';
8525         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8526         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8527         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8528
8529 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8530
8531         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8532         connection before call `wl-draft-send-mail-with-smtp'.
8533
8534 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * Version number is increased to 2.5.4.
8537
8538 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8539
8540         * wl.el (wl-check-environment): Additional check for
8541         'wl-local-domain' and `wl-message-id-domain'.
8542
8543 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8546         buffer as command specific.
8547         (wl-folder-mark-as-read-all-entity): Ditto.
8548         (wl-folder-prefetch-entity): Ditto.
8549         (wl-folder-drop-unsync-entity): Ditto.
8550
8551         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8552         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8553         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8554
8555         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8556         save-excursion.
8557
8558 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * Version number is increased to 2.5.3.
8561
8562         * wl-summary.el (wl-summary-save-view-cache):
8563         Delete duplicated `write-region';
8564         Use `write-region-as-binary' instead of `as-binary-output-file' and
8565         `write-region'.
8566
8567 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8568
8569         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8570
8571 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8572
8573         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8574         instead of `smtp-via-smtp'.
8575
8576 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8577
8578         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8579
8580 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8581
8582         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8583         instead of `smtp-sasl-user-realm'.
8584
8585 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8586
8587         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8588
8589 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * Version number is increased to 2.5.2.
8592
8593 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8594
8595         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8596         does not exist.
8597         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8598         (wl-biff-start): Call `timer-activate' if timer already exists.
8599
8600         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8601         only when it is bound as function.
8602
8603 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * Version number is increased to 2.5.1.
8606
8607 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8610         Print refile/copy destination.
8611
8612 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8615         queue-flush-only is non-nil.
8616
8617         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8618
8619         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8620         checking cache folder.
8621
8622 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8623
8624         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8625         `regexp-quote'.
8626
8627 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8628
8629         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8630         function.
8631         * wl-summary.el (wl-summary-write-current-folder-functions):
8632         Change default value.  Use it.
8633
8634 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * Version number is increased to 2.5.0.
8637
8638         * wl-version.el (wl-version): Changed codename.
8639
8640 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8641
8642         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8643         (wl-summary-supersedes-message): Ditto.
8644
8645 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8646
8647         * wl-refile.el (wl-refile-guess-functions): Renamed from
8648         `wl-refile-guess-func-list'.
8649
8650 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8653         Fixed problem when no rule was matched.
8654
8655 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8656
8657         * wl-summary.el (wl-summary-get-mark): Fixed
8658         `wl-summary-buffer-target-mark' check logic.
8659
8660 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8661
8662         * wl-folder.el (wl-folder-write-current-folder): Added group
8663         folder check.
8664
8665         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8666         `wl-summary-write-current-newsgroup'.
8667         (wl-summary-write-current-folder-functions): New variable.
8668         * wl-folder.el (wl-folder-get-newsgroups): New function.
8669         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8670         (wl-folder-write-current-folder): Renamed from
8671         `wl-folder-write-current-newsgroup'.
8672
8673 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8674
8675         * Version number is increased to 2.3.93.
8676
8677 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8680         (wl-ldap-make-matched-value-list): Ditto.
8681         (wl-ldap-alias-safe-string): Split e-mail address.
8682
8683         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8684         petname folder default was selected.
8685         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8686         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8687
8688 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8691         to `wl-draft-config-exec'.
8692
8693         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8694         instead of calling `wl-draft-config-exec';
8695         Process group-list and show recipients in minibuffer.
8696
8697         * tm-wl.el (wl-draft-preview-message): Ditto.
8698
8699 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8700
8701         * wl.el (toplevel): Added (C) to copyright notice, and
8702         sync Author header.
8703         * tm-wl.el (toplevel): Ditto.
8704         * wl-address.el (toplevel): Ditto.
8705         * wl-demo.el (toplevel): Ditto.
8706         * wl-dnd.el (toplevel): Ditto.
8707         * wl-draft.el (toplevel): Ditto.
8708         * wl-e21.el (toplevel): Ditto.
8709         * wl-expire.el (toplevel): Ditto.
8710         * wl-folder.el (toplevel): Ditto.
8711         * wl-highlight.el (toplevel): Ditto.
8712         * wl-message.el (toplevel): Ditto.
8713         * wl-mime.el (toplevel): Ditto.
8714         * wl-mule.el (toplevel): Ditto.
8715         * wl-nemacs.el (toplevel): Ditto.
8716         * wl-refile.el (toplevel): Ditto.
8717         * wl-score.el (toplevel): Ditto.
8718         * wl-summary.el (toplevel): Ditto.
8719         * wl-template.el (toplevel): Ditto.
8720         * wl-thread.el (toplevel): Ditto.
8721         * wl-util.el (toplevel): Ditto.
8722         * wl-vars.el (toplevel): Ditto.
8723         * wl-xmas.el (toplevel): Ditto.
8724
8725 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8726
8727         * wl.el (wl-init): Added comment about `wl-init-hook'.
8728         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8729         * wl-vars.el (wl-init-hook): Added docs.
8730         (wl-make-plugged-hook): Removed useless docs.
8731         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8732         * wl-xmas.el (toplevel): Ditto.
8733
8734 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8735
8736         * wl-address.el (toplevel): Fixed multiple Author header format.
8737         * wl-demo.el (toplevel): Ditto.
8738         * wl-draft.el (toplevel): Ditto.
8739         * wl-folder.el (toplevel): Ditto.
8740         * wl-summary.el (toplevel): Ditto.
8741         * wl-thread.el (toplevel): Ditto.
8742         * wl-util.el (toplevel): Ditto.
8743         * wl-vars.el (toplevel): Ditto.
8744         * wl-version.el (toplevel): Ditto.
8745         * wl-xmas.el (toplevel): Ditto.
8746         * wl.el (toplevel): Ditto.
8747
8748         * wl-version.el (toplevel): Added require `elmo-version' for
8749         `product-version-as-string'.
8750
8751 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-vars.el (wl-draft-send-hook): Changed default value to
8754         '(wl-draft-config-exec).
8755
8756         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8757         explicitly.
8758         (wl-draft): Set `wl-draft-config-exec-flag' before running
8759         `wl-mail-setup-hook'.
8760
8761         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8762         `wl-biff-init-icons' to `wl-init-hook' instead of
8763         `wl-make-plugged-hook'.
8764         (Because if `wl-draft' command is invoked at first,
8765         they are not initialized)
8766         Updated copyright notice.
8767
8768         * wl-e21.el (toplevel): Ditto;
8769
8770         * wl-demo.el (toplevel): Updated copyright notice.
8771         * wl-address.el (toplevel): Ditto.
8772         * wl-draft.el (toplevel): Ditto.
8773         * wl-version.el (toplevel): Ditto.
8774         * wl-folder.el (toplevel): Ditto.
8775         * wl-summary.el (toplevel): Ditto.
8776         * wl-thread.el (toplevel): Ditto.
8777         * wl-util.el (toplevel): Ditto.
8778         * wl-vars.el (toplevel): Ditto.
8779         * wl.el (toplevel): Ditto.
8780
8781 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * wl-highlight.el (wl-highlight-message): Fixed problem of
8784         highlighting failure which occured when the last field contains
8785         multiple lines in the draft buffer.
8786
8787         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8788         `wl-biff-start' if plugged.
8789
8790         * wl-util.el (wl-biff-check-folder): New function.
8791         (wl-biff-check-folders): Don't set session name prefix.
8792         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8793         (wl-biff-check-folder-async): Ditto.
8794
8795         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8796         in email address.
8797
8798 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8799
8800         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8801
8802         * wl-draft.el (wl-draft-strip-subject-re): New function.
8803
8804         * wl-draft.el (wl-draft-reply): Use it.
8805
8806 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8807
8808         * wl-message.el (wl-mmelmo-message-redisplay): Use
8809         `mime-display-message' instead of `wl-mime-display-message'.
8810
8811         * wl-mime.el (toplevel): Removed compatibility workaround
8812         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8813         (wl-mime-display-message): Abolished.
8814         (wl-mime-entity-read-field): Ditto.
8815         (wl-mime-combine-message/partial-pieces): Use
8816         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8817
8818 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8819
8820         * wl-template.el: Doc fixes.
8821
8822 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8823
8824         * wl-e21.el (wl-message-overload-functions): Do nothing if
8825         `current-local-map' is not available.
8826         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8827
8828 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8829
8830         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8831         representation.
8832
8833         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8834         number.
8835         (wl-fldmgr-save-folders): Don't use `format' when insert
8836         `wl-fldmgr-folders-header'.
8837
8838 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8839
8840         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8841
8842 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8843
8844         * wl-highlight.el (wl-highlight-message):
8845         Use `std11-field-end' to detect end point of the header field.
8846         Refer `wl-highlight-max-header-size'.
8847
8848         * wl-vars.el (wl-highlight-max-header-size): New variable.
8849
8850         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8851
8852         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8853         Set `for-draft' argument of wl-highlight-headers.
8854         (wl-draft): Ditto.
8855         (wl-draft-reedit): Ditto.
8856         (wl-user-agent-compose-internal): Ditto.
8857
8858 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8859
8860         * wl-message.el (wl-message-add-button): Use overlay.
8861
8862 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8865
8866         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8867         problem when group-list content is nothing.
8868         (Reported by Mito <mit@nines.nec.co.jp>)
8869
8870 2000-10-18  SAITO Atsunori <sai@yedo.com>
8871
8872         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8873
8874 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8875
8876         * tm-wl.el (toplevel): Use product-provide.
8877
8878 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * Version number is increased to 2.3.92.
8881
8882 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8883
8884         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8885         title text, use `display' property for left margin under Emacs 21.
8886
8887         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8888         properties.
8889         (wl-plugged-init-icons): Ditto.
8890
8891 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8892
8893         * wl.el (wl-save-status, wl-init): Remove last period in
8894         "...done." message.
8895         * tm-wl.el (wl-summary-burst): Ditto.
8896         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8897         wl-summary-resume-cache-status,
8898         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8899         wl-summary-sync-update3, wl-summary-highlight-msgs,
8900         wl-summary-flush-pending-append-operations,
8901         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8902         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8903         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8904         wl-thread-open-all): Ditto.
8905         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8906         * wl-mime.el (wl-summary-burst): Ditto.
8907         * wl-highlight.el (wl-highlight-summary): Ditto.
8908         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8909         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8910         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8911         * wl-address.el (wl-local-address-init): Ditto.
8912
8913 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8914
8915         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8916         `add-text-properties'.
8917         (wl-plugged-init-icons): Ditto.
8918         (wl-folder-init-icons): Use `propertize' instead of
8919         `put-text-property'.
8920         (wl-plugged-set-folder-icon): Ditto.
8921         (wl-e21-highlight-folder-group-line): Ditto.
8922
8923 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8924
8925         * wl-version.el (wl-version-status-alist): New variable.
8926         (wl-version-status): New function.
8927
8928         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8929         "Cc" part of the case "Reply-To".
8930
8931         * wl-draft.el (wl-draft-reply): Use result of
8932         `eword-extract-address-components'.
8933
8934         * wl-demo.el (wl-demo-icon-name): New constant.
8935         (wl-logo-xpm): Use it.
8936         (wl-logo-xbm): Ditto.
8937         (wl-logo-bitmap): Ditto.
8938
8939         * Version number is increased to 2.3.91.
8940
8941 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8942
8943         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8944         (wl-extended-emacs-version, wl-extended-emacs-version2,
8945         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8946         docstring.
8947
8948         * wl-version.el (wl-generate-user-agent-string-1): New function.
8949         (wl-generate-user-agent-string): Use it.
8950
8951         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8952         `mime-edit-insert-user-agent-field'.
8953         (wl-generate-user-agent-string): Check
8954         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8955
8956         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8957         instead of `if', when verbose case.
8958
8959 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8960
8961         * wl-expire.el (wl-summary-expire): Fix.
8962
8963 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8964
8965         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8966         and `elmo-lost+found-folder' if 'wl-draft.
8967         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8968
8969 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8970
8971         * wl-expire.el (wl-summary-expire): Change messages.
8972         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8973         `deleing-info' instead of "Deleting..."
8974
8975 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8976
8977         * wl-summary.el (wl-summary-refile-subr): Fix.
8978
8979 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8980
8981         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8982         if pipe folder.
8983
8984 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8985
8986         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8987
8988 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8989
8990         * wl-expire.el (wl-expire-hide): New function.
8991         (wl-summary-expire): Add `hide'.
8992
8993 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8994
8995         * wl-vars.el (wl-draft-reply-without-argument-list):
8996         Changed default value to consider `Reply-To:'.
8997         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8998
8999         * Version number is increased to 2.3.90.
9000
9001         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9002         elmo-imap4-get-session with unwind-protect.
9003         Don't cause error.
9004         (wl-summary-sync-marks): Don't check plugged nor folder type.
9005         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9006         (Always keep current buffer).
9007
9008 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9009
9010         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9011         Enclose with `save-excursion'.
9012
9013 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9014
9015         * wl-version.el (wl-version): Remove interactive.
9016
9017 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9018
9019         * wl-version.el (wl-generate-user-agent-string): Use
9020         `product-string-verbose' instead of `product-string-1'.
9021
9022 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9023
9024         * wl-vars.el (wl-draft-use-cache): New variable.
9025         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9026         if wl-draft-use-cache is non-nil.
9027
9028 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9029
9030         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9031         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9032
9033 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9034
9035         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9036         (wl-thread-msg-mark-as-unread): Ditto.
9037
9038         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9039         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9040         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9041         Don't set mark in summary if return value of `elmo-mark-as-read'
9042         is nil.
9043         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9044         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9045         instead of `wl-thread-msg-mark-as-read'.
9046         (wl-summary-mark-as-unread-region): Ditto.
9047         (wl-summary-target-mark-mark-as-read): Ditto.
9048
9049         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9050
9051 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9054
9055         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9056
9057 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9060         face.
9061
9062 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9063
9064         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9065         `running-xemacs'.
9066
9067 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9068
9069         * wl-version.el (toplevel): Use `product-version-as-string' for
9070         set verstion-string, if defined.
9071
9072         * wl-version.el (wl-version-show): Insert string at point, when
9073         call with argument.
9074
9075         * wl-version.el (wl-generate-user-agent-string): Use
9076         `product-string-1' instead of `wl-appname', `wl-version' and
9077         `wl-codename'.
9078
9079 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9080
9081         * wl-address.el (toplevel): Use product-provide.
9082         * wl-demo.el (toplevel): Ditto.
9083         * wl-dnd.el (toplevel): Ditto.
9084         * wl-draft.el (toplevel): Ditto.
9085         * wl-e21.el (toplevel): Ditto.
9086         * wl-expire.el (toplevel): Ditto.
9087         * wl-fldmgr.el (toplevel): Ditto.
9088         * wl-folder.el (toplevel): Ditto.
9089         * wl-highlight.el (toplevel): Ditto.
9090         * wl-message.el (toplevel): Ditto.
9091         * wl-mime.el (toplevel): Ditto.
9092         * wl-mule.el (toplevel): Ditto.
9093         * wl-nemacs.el (toplevel): Ditto.
9094         * wl-refile.el (toplevel): Ditto.
9095         * wl-score.el (toplevel): Ditto.
9096         * wl-summary.el (toplevel): Ditto.
9097         * wl-template.el (toplevel): Ditto.
9098         * wl-thread.el (toplevel): Ditto.
9099         * wl-util.el (toplevel): Ditto.
9100         * wl-vars.el (toplevel): Ditto.
9101         * wl-xmas.el (toplevel): Ditto.
9102         * wl.el (toplevel): Ditto.
9103
9104 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9105
9106         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9107         instead of product.
9108
9109         * wl-version.el (wl-version): Compile time evalution elmo-version.
9110
9111 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9112
9113         * wl-summary.el (wl-summary-sync-force-update): Append queue
9114         `mark-as-read'if unplugged.
9115
9116 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9117
9118         * wl-version.el: New file.  Use product.el.
9119         * wl.el: add (require 'wl-version).
9120         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9121         for ~/.folders header.
9122         (wl-fldmgr-folders-header): Changed.
9123         * wl-demo.el (wl-demo): Use product.el.
9124
9125         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9126         wl-version.el.
9127         * wl-util.el (wl-version, wl-version-show): Ditto.
9128
9129         * wl-util.el (wl-generate-user-agent-string,
9130         wl-extended-emacs-version, wl-extended-emacs-version2,
9131         wl-extended-emacs-version3): Move to wl-version.el.
9132         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9133         xemacs-codename, mime-edit-insert-user-agent-field,
9134         mime-edit-user-agent-value, mime-editor/version,
9135         mime-editor/codename): Compile warning killer move to
9136         wl-version.el
9137
9138 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9139
9140         * wl-summary.el (wl-summary-refile-subr): Fix.
9141
9142 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9145         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9146
9147 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9148
9149         * wl.el (wl-check-environment): Check too many `@'.
9150
9151 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9152
9153         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9154
9155 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9156
9157         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9158         wl-draft-reply-myself-without-argument-list): Add variables.
9159         * wl-draft.el (wl-draft-reply): Use it.
9160
9161 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9162
9163         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9164         the 5th argument of `elmo-network-get-spec'.
9165
9166         * wl-thread.el (wl-thread-reparent-children): New inline function.
9167         (wl-thread-delete-message): Use it.
9168
9169         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9170         (wl-summary-score-update-all-lines): Don't use `dolist'.
9171
9172 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9173
9174         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9175         (require 'elmo-msgdb) for inline function.
9176
9177 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9178
9179         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9180
9181 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9182
9183         * wl-score.el (wl-score-headers): Fix for the confusing macro
9184         `elmo-kill-buffer'.
9185
9186 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9187
9188         * wl-summary.el: Don't use the 3rd argument of `require' because
9189         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9190         * wl-util.el: Ditto.
9191         * wl-draft.el: Ditto.
9192
9193 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9194
9195         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9196         window system is not used.
9197
9198 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9199
9200         * wl-thread.el: Don't use `mapcar' only for iteration.
9201         (wl-thread-resume-entity): Ditto.
9202         (wl-thread-delete-message): Ditto.
9203
9204         * wl-summary.el: Bind `dragdrop-drop-functions',
9205         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9206         of `require' for `timezone', `easymenu' and `ps-print';
9207         don't use `mapcar' only for iteration.
9208
9209         * wl-util.el: Bind `mule-version', `nemacs-version',
9210         `emacs-beta-version', `xemacs-codename',
9211         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9212         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9213         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9214         only for iteration.
9215
9216         * wl-score.el: Don't use `mapcar' only for iteration.
9217         (wl-score-simplify-buffer-fuzzy): Ditto.
9218         (wl-score-simplify-subject): Ditto.
9219         (wl-score-headers): Ditto.
9220         (wl-summary-score-update-all-lines): Ditto.
9221
9222         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9223         `enable-multibyte-characters' and `mule-version'.
9224
9225         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9226         `mapcar' only for iteration.
9227
9228         * wl-demo.el: Don't use `mapcar' only for iteration.
9229
9230         * wl-folder.el: Don't use `mapcar' only for iteration.
9231         (wl-folder-open-all): Ditto.
9232         (wl-folder-count-incorporates): Ditto.
9233
9234         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9235         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9236
9237         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9238         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9239         `smtp-connection-type'; specify 3rd argument of `require' for
9240         `timezone'; don't use `mapcar' only for iteration.
9241         (wl-draft-clone-local-variables): Don't use `mapcar'.
9242         (wl-draft-generate-clone-buffer): Ditto.
9243         (wl-user-agent-compose-internal): Ditto.
9244
9245         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9246
9247         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9248         (wl-save-status): Ditto.
9249
9250         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9251         for iteration.
9252
9253 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9254
9255         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9256         removed `Date'.
9257         (wl-fldmgr-make-filter-default): New user option.
9258
9259         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9260         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9261         (wl-fldmgr-filter-completion-alist): Abolish.
9262
9263         * wl.el (wl): Don't check servers if arg is non-nil.
9264
9265         * wl-draft.el (wl-draft-reply): Set only message-id string to
9266         In-Reply-To field.
9267
9268 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9269
9270         * wl-summary.el (wl-summary-pick): Rewrite.
9271
9272         * wl-draft.el (wl-draft-forward): Get references field from
9273         original buffer.
9274         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9275
9276 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9277
9278         * wl-draft.el (wl-draft-forward): Add references field.
9279
9280 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9283         (wl-draft-reply): Use it.
9284
9285 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9286
9287         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9288         when Emacs 21 is running.
9289
9290         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9291         bindings.
9292
9293 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9294
9295         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9296         XPM icons transparent.
9297
9298         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9299         Emacs 21.
9300
9301 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9302
9303         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9304         nil.
9305
9306         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9307         when it is persistent.
9308         (wl-summary-sync-marks): Changed argument for
9309         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9310         (wl-summary-virtual): Use `elmo-read-search-condition'.
9311         (wl-summary-redisplay-internal): If folder is local, mark as read
9312         even when folder is plugged.
9313
9314 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9315
9316         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9317         of `tool-bar-lines' in the frame parameters.
9318         (after-make-frame-functions, post-command-hook): Don't modify the
9319         value.
9320         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9321         wl-e21-tool-bar-lines): Removed.
9322
9323 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9324
9325         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9326         properties `evaporate' and `wl-momentary-overlay' as well.
9327         (wl-highlight-summary-displaying): Ditto.
9328         (wl-delete-all-overlays): Don't delete overlay which does not have
9329         a property `wl-momentary-overlay'.
9330
9331         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9332         `display-mouse-p' and `display-graphic-p'.
9333         (wl-folder-init-icons): Don't search for XBM or the other files.
9334         (wl-plugged-set-folder-icon): Make icons if and only if
9335         `display-graphic-p' returns non-nil.
9336         (wl-highlight-plugged-current-line): Use `before-string' overlay
9337         property to show icon images.
9338         (wl-highlight-folder-current-line): Ditto.
9339         (wl-e21-highlight-folder-group-line): Ditto.
9340         (wl-e21-highlight-folder-by-numbers): Ditto.
9341         (wl-e21-insert-image): Removed.
9342         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9343         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9344         said.
9345         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9346         `wl-e21-force-switch-toolbar'.
9347         (wl-e21-make-icon-image): Removed.
9348         (wl-e21-setup-toolbar): Don't search for XBM files.
9349         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9350         the default value.
9351
9352 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9353
9354         * wl-util.el (wl-biff-check-folder-async): Set
9355         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9356
9357 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9358
9359         * wl-e21.el (after-make-frame-functions): Add
9360         `wl-e21-force-switch-toolbar'.
9361         (wl-e21-force-switch-toolbar): New function force to switch the
9362         toolbar appearance automatically.
9363         (post-command-hook): Add `wl-e21-switch-toolbar'.
9364         (wl-e21-switch-toolbar): New function to switch the toolbar
9365         appearance automatically.
9366         (wl-e21-tool-bar-lines): New buffer local variable.
9367
9368 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-util.el (wl-biff-check-folders-running): New variable.
9371         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9372         (wl-biff-check-folder-async-callback):
9373         Set `wl-biff-check-folders-running'.
9374         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9375         with unwind-protect.
9376
9377         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9378         Enclose `wl-folder-auto-check' with unwind-protect.
9379
9380         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9381         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9382
9383         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9384
9385         * wl-util.el (wl-biff-notify): New inline function.
9386         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9387         locally.
9388         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9389         folder-list' is 1.
9390         Use `wl-biff-notify'.
9391         (wl-biff-check-folder-async-callback): New function.
9392         (wl-biff-check-folder-async): Ditto.
9393
9394         * wl-folder.el (wl-folder): Don't check folders.
9395         (wl-folder-auto-check): New function.
9396
9397 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9398
9399         * wl-util.el (wl-biff-start) [Emacs19+]:
9400         Use `timer-next-integral-multiple-of-time'.
9401         (wl-biff-check-folders): Use `wl-default-folder'
9402         if `wl-biff-check-folder-list' is nil.
9403
9404 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9405
9406         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9407         instead of `elmo-delete-lists'.
9408
9409 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9410
9411         * wl.el (wl-plugged-toggle-all): Set the value of
9412         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9413         (wl-plugged-toggle): Ditto.
9414         (wl-toggle-plugged): Ditto.
9415         (wl-plugged-init): Ditto.
9416
9417         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9418         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9419         instead of `wl-biff-state-indicator-off' and
9420         `wl-biff-state-indicator-on'; don't modify the value and the type
9421         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9422         (wl-plugged-init-icons): Set icons data to
9423         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9424         instead of `wl-plug-state-indicator-off' and
9425         `wl-plug-state-indicator-on'; don't modify the value and the type
9426         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9427
9428         * wl-vars.el (wl-modeline-biff-state-off,
9429         wl-modeline-biff-state-on, wl-modeline-biff-status,
9430         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9431         wl-modeline-plug-status): New internal variables.
9432         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9433         wl-biff-check-interval, wl-biff-check-folder-list): Change
9434         customization group from `wl-folder' to `wl-highlight'.
9435         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9436         wl-show-plug-status-on-modeline): Defcustomized.
9437
9438         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9439         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9440         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9441         a flag to `mode-line-buffer-identification'.
9442
9443         * wl-e21.el (wl-biff-init-icons): Set icons data to
9444         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9445         instead of `wl-biff-state-indicator-off' and
9446         `wl-biff-state-indicator-on'.
9447         (wl-plugged-init-icons): Set icons data to
9448         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9449         instead of `wl-plug-state-indicator-off' and
9450         `wl-plug-state-indicator-on'.
9451
9452 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9453
9454         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9455         excessive titles.
9456
9457 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9458
9459         * wl.el (wl-plugged-mode): Use revised
9460         `wl-mode-line-buffer-identification'.
9461         (wl-plugged-init): Don't use `force-mode-line-update'.
9462
9463         * wl-xmas.el (wl-draft-overload-functions): Use revised
9464         `wl-mode-line-buffer-identification'.
9465         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9466         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9467         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9468         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9469         `wl-make-plugged-hook';
9470         add `wl-folder-init-icons' and `wl-setup-folder' to
9471         `wl-folder-mode-hook'.
9472
9473         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9474         19 as well.
9475         (wl-mode-line-display-priority-list): New user option.
9476         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9477         Defcustomized.
9478         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9479         Add docs.
9480
9481         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9482         start.
9483         (wl-mode-line-buffer-identification): Revised as a function.
9484
9485         * wl-summary.el (wl-summary-mode): Use revised
9486         `wl-mode-line-buffer-identification'; don't call
9487         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9488         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9489         `wl-xmas-setup-summary'.
9490
9491         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9492         `wl-mode-line-buffer-identification'.
9493
9494         * wl-mule.el (wl-draft-overload-functions): Use revised
9495         `wl-mode-line-buffer-identification'.
9496
9497         * wl-folder.el (wl-make-plugged-alist): Don't call
9498         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9499         (wl-folder): Don't call `wl-folder-init-icons' directly.
9500         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9501         `wl-xmas-setup-folder' directly;
9502         use revised `wl-mode-line-buffer-identification'.
9503         (TopLevel): Don't bind `wl-biff-init-icons',
9504         `wl-plugged-init-icons', `wl-folder-init-icons',
9505         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9506
9507         * wl-e21.el (wl-draft-overload-functions): Use revised
9508         `wl-mode-line-buffer-identification'.
9509         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9510         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9511         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9512         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9513         `wl-make-plugged-hook';
9514         add `wl-folder-init-icons' and `wl-setup-folder' to
9515         `wl-folder-mode-hook'.
9516
9517 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9518             Katsumi Yamaoka    <yamaoka@jpl.org>
9519
9520         * wl.el (wl): Call `wl-biff-start'.
9521         (wl-exit): Call `wl-biff-stop'.
9522         (wl-plugged-mode): Show biff in modeline.
9523         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9524
9525         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9526         (wl-biff-init-icons): New function.
9527         (wl-plugged-init-icons): Don't make too much keymaps.
9528         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9529
9530         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9531         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9532         variables.
9533         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9534         options.
9535
9536         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9537         wl-biff-start, wl-biff-stop): New functions.
9538         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9539         (wl-biff-timer-name): New variable.
9540
9541         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9542
9543         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9544         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9545
9546         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9547         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9548
9549         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9550         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9551         `wl-folder-init-icons' to `ignore' if they are not available.
9552         (wl-folder-mode): Show biff in modeline.
9553
9554         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9555         (wl-biff-init-icons): New function.
9556         (wl-plugged-init-icons): Don't make too much keymaps.
9557         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9558
9559 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9560
9561         * wl-vars.el (wl-strict-diff-folders): Customization Type
9562         and doc fix.  Define as a list of regular expressions for
9563         folders or nil.
9564         * wl-folder.el (wl-folder-check-one-entity): Use
9565         `wl-string-match-member' instead of `wl-string-member' for
9566         `wl-strict-diff-folders'.
9567
9568 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9569
9570         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9571         (wl-highlight-folder-current-line): Use it; new implementation.
9572         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9573         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9574         `defsubst' instead of `defun'.
9575
9576         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9577         `wl-highlight-group-folder-by-numbers'; made it can also be a
9578         number.  See info for more details.
9579
9580         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9581         running.
9582
9583         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9584         to bind them.
9585
9586         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9587         (wl-highlight-folder-current-line): New implementation.
9588
9589         * wl-highlight.el (wl-highlight-folder-group-line): New
9590         implementation.
9591         (wl-delete-all-overlays): Rewrite as a marco.
9592         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9593
9594         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9595         running.
9596         (wl-folder-*-glyph): No need to bind them.
9597
9598         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9599         `wl-e21-highlight-folder-group-icon'; rewrite.
9600         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9601         `defsubst' instead of `defun'.
9602         (wl-folder-mode-map): Bind it when compiling.
9603
9604 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9605
9606         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9607
9608         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9609
9610 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9611
9612         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9613
9614 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9615
9616         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9617         (wl-highlight-folder-current-line): Use it.
9618
9619         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9620         in `id-name'.
9621
9622 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9623
9624         * wl.el: Require `wl-e21' when Emacs 21 is running.
9625
9626         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9627         default when Emacs 21 is running.
9628         (wl-use-highlight-mouse-line): Ditto.
9629         (wl-on-emacs21): New constant.
9630         (wl-on-emacs20): Removed.
9631
9632         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9633         Emacs 21 is running.
9634
9635         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9636         Emacs 21 is running.
9637
9638         * wl-e21.el: New file.
9639
9640 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9641
9642         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9643         (wl-toggle-plugged): Ditto.
9644         (wl-plugged-toggle): Ditto.
9645         (wl-plugged-toggle-all): Ditto.
9646
9647         * wl-vars.el (wl-plug-state-indicator): Refer
9648         `wl-plug-state-indicator-on' indirectly.
9649
9650 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9651
9652         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9653         Call `wl-folder-confirm-existence'.
9654
9655         * wl-folder.el (wl-folder-confirm-existence): Added optional
9656         argument `force'.
9657
9658 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9659
9660         * wl-summary.el (wl-summary-refile-subr): Assume
9661         `copy-or-refile' as symbol.
9662         (wl-summary-refile): Follow up above change.
9663         (wl-summary-copy): Ditto.  Doc fix.
9664
9665 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9666
9667         * wl-summary.el (wl-summary-pick): Don't bind
9668         `elmo-search-mime-charset'.
9669
9670         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9671         default using old backquote style.
9672         (wl-search-mime-charset): Abolished.
9673
9674         * wl-highlight.el (wl-highlight-headers):
9675         Call `point' after `re-search-forward'(for Nemacs).
9676
9677         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9678         for elmo-imap4.el.
9679
9680 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9681
9682         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9683         `wl-message-ignored-field-list' instead of
9684         `mime-view-ignored-field-list'.
9685
9686         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9687         Add interactive spec.
9688         (wl-folder-goto-bottom-of-current-folder): Ditto.
9689         (wl-folder-mode-map): Bind them.
9690
9691         * wl-vars.el (wl-message-ignored-field-list): New variable.
9692         (wl-message-visible-field-list): New variable.
9693
9694         * wl-mime.el (wl-mime-header-presentation-method): New function.
9695         (wl-mime-setup): Set header-presentation-method.
9696
9697 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9698
9699         * wl-nemacs.el (wl-draft-overload-functions): Set
9700         `mode-line-buffer-identification' instead of using
9701         `wl-make-modeline'.
9702
9703         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9704         instead of using `wl-make-modeline'.
9705
9706         * wl-xmas.el (wl-plugged-init-icons): Set up
9707         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9708         (wl-make-modeline): Abolish.
9709         (wl-draft-overload-functions): Set
9710         `mode-line-buffer-identification' instead of using
9711         `wl-make-modeline'.
9712
9713         * wl-util.el (wl-make-modeline-subr): Abolish.
9714         (wl-mode-line-buffer-identification): New alias.
9715
9716         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9717         (wl-summary-make-modeline): Abolish.
9718         (wl-summary-buffer-set-folder): Set
9719         `wl-summary-buffer-folder-indicator'.
9720         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9721         of using `wl-make-modeline'.
9722         (wl-summary-switch-to-clone-buffer): Don't set
9723         `mode-line-buffer-identification'.
9724         (wl-summary-goto-folder-subr): Ditto.
9725
9726         * wl-mule.el (wl-draft-overload-functions): Set
9727         `mode-line-buffer-identification' instead of using
9728         `wl-make-modeline'.
9729
9730         * wl-folder.el (wl-folder-mode): Set
9731         `mode-line-buffer-identification' instead of using
9732         `wl-make-modeline'.
9733         (wl-folder): Don't set `mode-line-buffer-identification'.
9734
9735 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9736
9737         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9738         instead of `member' for `wl-refile-guess-func-list' look-ups.
9739         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9740
9741 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9742
9743         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9744         `wl-message-button-dispatcher'.
9745
9746         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9747
9748         * wl-message.el (wl-message-button-dispatcher): Use it.
9749
9750         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9751         "In-Reply-To".
9752
9753         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9754         Bind `case-fold-search' to t.
9755
9756 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9757
9758         * wl-xmas.el (wl-message-overload-functions): Initialize
9759         `wl-message-button-map'.
9760
9761         * wl-mule.el (wl-message-overload-functions): Initialize
9762         `wl-message-button-map'.
9763
9764         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9765
9766         * wl-message.el (wl-message-button-map): New keymap.
9767         (wl-message-add-button): New function.
9768         (wl-message-button-dispatcher): New function.
9769         (wl-message-button-refer-article): New function.
9770
9771         * wl-highlight.el
9772         (wl-highlight-message-add-buttons-to-header): New function.
9773         (wl-highlight-headers): Use it.
9774
9775 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9776
9777         * wl-summary.el (wl-summary-default-from): Use
9778         `wl-address-get-petname-1'.
9779         (wl-summary-simple-from): Ditto.
9780
9781         * wl-address.el (wl-address-get-petname-1): New inline function.
9782         (wl-address-get-petname): Use it.
9783
9784 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9785
9786         * wl-summary.el (wl-summary-default-from): Return full-name part
9787         from the address if no petname was found.
9788         (wl-summary-simple-from): Ditto.
9789
9790         * wl-address.el (wl-address-get-petname): Return nil if no petname
9791         associated with the address was found.
9792
9793 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9794
9795         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9796         display is finished.
9797
9798 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9799
9800         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9801         `elmo-folder-exists-p' argument.
9802
9803 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9804
9805         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9806         the folder.
9807
9808 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9809
9810         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9811
9812         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9813         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9814
9815 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9816
9817         * wl-folder.el (wl-folder-create-subr): New function.
9818         (wl-folder-confirm-existence): Use it.
9819         (wl-folder-check-one-entity): Use it.
9820         Check the error symbol is derived from 'elmo-open-error.
9821
9822         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9823         `ignore-error'.
9824
9825 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9826
9827         * wl-util.el (toplevel): Add (eval-when-compile (require
9828         'elmo-util)).  (Maybe `provide' is typo.)
9829
9830 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9831
9832         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9833         (I don't know why this was needed.)
9834
9835         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9836         Follow up changes for stream-type.
9837
9838         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9839         (wl-draft-elmo-nntp-send): Ditto.
9840
9841         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9842         (wl-nntp-posting-stream-type): Ditto.
9843         (wl-pop-before-smtp-ssl): Abolished.
9844         (wl-nntp-posting-ssl): Ditto.
9845
9846         * wl-address.el (wl-address-quote-specials): New function.
9847         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9848
9849         * wl-draft.el (wl-draft-reply): Ditto.
9850
9851 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9852
9853         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9854         use function `wl-string-match-assoc'.
9855
9856 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9859
9860         * wl-draft.el (wl-draft-deduce-address-list): New function.
9861         (wl-draft-parse-mailbox-list): Ditto.
9862         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9863         instead of `smtp-deduce-address-list'.
9864         (wl-draft-on-field-p): Follow group list.
9865
9866         * wl-address.el (wl-address-concat-token): New function.
9867         (wl-address-string-without-group-list-contents): Ditto.
9868         (wl-complete-field-body): Fixed problem of completion
9869         by japanese petname.
9870         (wl-address-make-completion-list): Rewrite.
9871
9872 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9873
9874         * wl-address.el (wl-address-make-completion-list): Completion by
9875         petname.
9876         (wl-complete-field-body): Likewise.
9877
9878 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9879
9880         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9881         contains invalid address syntax.
9882
9883 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9884
9885         * wl-folder.el (wl-folder-check-entity-async): Use
9886         `elmo-nntp-spec-hostname'.
9887
9888 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9889
9890         * wl-summary.el (wl-summary-msgdb-load-async): Use
9891         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9892
9893 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9894
9895         * wl-draft.el (wl-draft-reply): Set argument
9896         `content-transfer-encoding' as nil.
9897
9898 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9899
9900         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9901         `wl-refile-alist'.
9902
9903 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9904
9905         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9906         (wl-draft-edit-string): Ditto.
9907         (wl-draft-forward): Ditto.
9908         * wl-summary.el (wl-summary-write): Ditto.
9909
9910 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9911
9912         * wl-summary.el (wl-summary-sync-update3): Call
9913         `wl-summary-buffer-number-column-detect'.
9914         (wl-summary-buffer-number-column-detect): Search from point-min.
9915
9916 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9917
9918         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9919         contains an address which is not included in original to or cc.
9920
9921 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9922
9923         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9924         begin-line does not exist.
9925         * wl-message.el (wl-message-uu-substring): Ditto.
9926
9927 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9928
9929         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9930         clear local variables.
9931         (wl-summary-exit): Call `elmo-commit'.
9932         (wl-summary-switch-to-clone-buffer): Call
9933         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9934         (wl-summary-goto-folder-subr): Ditto.
9935
9936         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9937         POP folder.
9938
9939 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9940
9941         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9942         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9943         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9944         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9945         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9946         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9947
9948         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9949
9950 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9951
9952         * wl-summary.el (wl-summary-search-by-subject):
9953         Search parent message from the latest one.
9954
9955 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9956
9957         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9958         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9959
9960         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9961         New user option.
9962
9963         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9964         if elmo-nntp-use-killed-list is nil.
9965         Use `elmo-msgdb-append-to-killed-list'.
9966         (Append numbers confirmed as disappeared to the killed list.)
9967         (wl-summary-confirm-appends): Don't display negative number.
9968
9969 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9970
9971         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9972
9973 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9974
9975         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9976         range is `all'.
9977         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9978         `elmo-list-bigger-diff'.
9979
9980 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9981
9982         * wl-summary.el (wl-summary-buffer-exit-func):
9983         New buffer local variable.
9984         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9985
9986 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9987
9988         * wl-demo.el (wl-demo): Fix the last change.
9989
9990 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9991
9992         * wl-demo.el (wl-demo): Don't use `eval'.
9993
9994 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9995
9996         * wl-summary.el (wl-summary-buffer-thread-modified):
9997         New buffer-local variable.
9998         (wl-summary-set-thread-modified): New function.
9999         (wl-summary-thread-modified-p): New function.
10000         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10001         (wl-summary-yank-saved-message): Use function
10002         `wl-summary-set-thread-modified'
10003         (wl-summary-switch-to-clone-buffer): Add
10004         `wl-summary-buffer-thread-modified'.
10005
10006         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10007         (wl-summary-buffer-mark-saved-hook): Ditto.
10008         * wl-summary.el (wl-summary-msgdb-save): New hook
10009         `wl-summary-buffer-message-saved-hook' and
10010         `wl-summary-buffer-mark-saved-hook'.
10011
10012 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10013
10014         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10015
10016 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10017
10018         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10019         don't hide scroll bars under FSF Emacsen because it may incur an
10020         undesirable redrawing.
10021
10022 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10023
10024         * wl-draft.el (wl-draft-edit-string): Call
10025         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10026
10027 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10028
10029         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10030
10031 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10032
10033         * wl-summary.el (wl-summary-msgdb-load-async): Call
10034         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10035
10036 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10037
10038         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10039         fringes in demo buffer; center bitmap logo correctly even if old
10040         Mule is used.
10041
10042 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10043
10044         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10045
10046         * wl-refile.el (wl-refile-subject-alist): New variable.
10047         (wl-refile-subject-alist-file-name): Ditto.
10048         (wl-refile-alist-setup): Rewrite.
10049         (wl-refile-alist-save): Use `elmo-object-save'.
10050         Eliminated arguments.
10051         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10052         (wl-refile-guess-by-subject): New function.
10053         (wl-refile-guess-func-list): Added it.
10054
10055 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10056
10057         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10058         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10059
10060 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10063         New buffer-local variable.
10064         (wl-summary-buffer-next-folder-func): Ditto.
10065         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10066         if non-nil.
10067         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10068         if non-nil.
10069         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10070         if non-nil.
10071         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10072         if non-nil.
10073
10074 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10075
10076         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10077         permanently in the demo buffer.
10078
10079 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10082         `mime-entity-fetch-field'.
10083
10084         * wl.el (wl-exit): Delete plugged buffer.
10085
10086         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10087         XEmacs has menubar feature.
10088
10089 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10090
10091         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10092         cannot arrive at the beginning of the buffer under old Emacsen.
10093
10094 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10095
10096         * wl-address.el (wl-address-ldap-search):
10097         Call `ldap-search-entries' with `withdn' argument t.
10098         (wl-complete-field-body): Bind completion-ignore-case as t.
10099         Clear ldap search hash when it was sole completion.
10100         Use elmo-string for pattern string.
10101         (wl-ldap-alias-safe-string): Eliminated needless let.
10102
10103 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10104
10105         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10106         (wl-ldap-alias-sep): New constant.
10107         (wl-ldap-search-attribute-type-list): Ditto.
10108         (wl-ldap-get-value): New function.
10109         (wl-ldap-make-filter): Ditto.
10110         (wl-ldap-make-matched-value-list): Ditto.
10111         (wl-ldap-alias-safe-string): Ditto.
10112         (wl-ldap-register-dn-string): Ditto.
10113         (wl-address-ldap-search): Rewrite.
10114
10115 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10116
10117         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10118         thread is deleted.
10119         (wl-thread-delete-line-from-buffer): Ditto.
10120         (wl-thread-get-exist-children): New function.
10121
10122 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10123
10124         * wl-demo.el (wl-demo): Made it to select various image types.
10125         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10126         from `wl-title-logo'.
10127         (wl-logo-ascii): New variable.
10128         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10129         (wl-demo-copyright-notice): New constant.
10130
10131         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10132
10133 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10134
10135         * wl-vars.el (wl-summary-target-above): Renamed from
10136         wl-summary-temp-above.
10137         * wl-score.el (wl-score-get-score-alist): Use it.
10138         (wl-summary-score-update-all-lines): Use it.
10139         * wl-summary.el: Ditto. (make-variable-buffer-local).
10140
10141 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10142
10143         * wl-vars.el (wl-ldap-port): New user option.
10144
10145         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10146         Rewite whole implementation.
10147         (wl-complete-field-body): Fixed.
10148
10149 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10150
10151         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10152         Choose implementation at compile time.
10153
10154 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10155
10156         * wl-address.el (wl-ldap-search-internal): New function.
10157         (wl-complete-field-to): Use it.
10158
10159 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10160
10161         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10162         Use `let' instead of `let*'.
10163         Require 'wl-vars.
10164
10165         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10166         Define as defcustom.
10167         (wl-ldap-base): Ditto.
10168         (wl-use-ldap): Ditto.
10169
10170 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10171
10172         * wl-address.el (wl-ldap-search): New function.
10173         (wl-complete-field-body): Use `wl-ldap-search'.
10174         (wl-ldap-server): New variable.
10175         (wl-ldap-base): Ditto.
10176         (wl-use-ldap): Ditto.
10177
10178 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10179
10180         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10181         (Pointed out by Mito <mit@nines.nec.co.jp>).
10182         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10183         buffer-local variables like `wl-summary-redisplay-internal'.
10184         (wl-summary-redisplay-all-header): Likewise.  Update
10185         Summary view too.
10186
10187 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10188
10189         * wl-summary.el (wl-summary-jump-to-parent-message):
10190         Consider prefix argument.
10191
10192         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10193         when closed thread is deleted.
10194
10195 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10196
10197         * wl-summary.el (wl-summary-jump-to-parent-message):
10198         Consider thread modification.
10199
10200 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10201
10202         * wl-message.el (wl-message-normal-get-original-buffer): Use
10203         `save-excursion'.
10204
10205         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10206         (wl-summary-showto-folder-regexp): Ditto.
10207
10208 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10209
10210         * wl-util.el (wl-delete-alist): Doc fix.
10211         (wl-delete-associations): New function.
10212         (wl-inverse-alist): New function.
10213         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10214         Split temporary variables. Use `wl-delete-associations'
10215         and `wl-inverse-alist'.
10216         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10217
10218 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10219
10220         * wl-folder.el (wl-folder-prefetch-entity):
10221         Execute prefetching if new count is unknown.
10222
10223 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10224
10225         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10226
10227         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10228         delete entity.
10229         (wl-thread-set-parent): If insert as top, set linked as nil.
10230
10231         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10232         `wl-thread-cleanup-symbols' when view mode is thread.
10233
10234 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10235
10236         * wl-folder.el (wl-folder-create-folder-entity): Use
10237         with-current-buffer.
10238         (wl-local-folder-init): Call set-buffer to make sure we are in
10239         the Folder buffer. Don't touch buffer-local variables here.
10240         (wl-folder-mode): Initialize buffer-local variables here.
10241
10242         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10243         (wl-folder-entity-assign-id): Ditto.
10244         (wl-folder-create-entity-hashtb): Ditto.
10245         (wl-local-folder-init): Ditto.
10246         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10247
10248 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10249
10250         * wl-summary.el (wl-summary-default-from): Fix probrem when
10251         std11-extract-address-components return (nil "foo@bar").
10252
10253 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10254
10255         * wl-draft.el (wl-draft-clone-local-variables):
10256         Remove redundant `setq'.
10257
10258 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10259
10260         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10261         Bind wl-highlight-x-face-func as nil while highlighting header.
10262
10263 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10264
10265         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10266
10267 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10268
10269         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10270         elmo-msgdb-overview-hashtb from copy-variables.
10271         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10272         instead of `elmo-msgdb-overview-get-entity-by-number'.
10273         (wl-summary-auto-refile): Ditto.
10274
10275         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10276         `elmo-msgdb-overview-get-entity' instead of
10277         `elmo-msgdb-search-overview-entity'.  Use
10278         `elmo-msgdb-overview-get-entity' instead of
10279         `elmo-msgdb-overview-get-entity-by-number'.
10280         (wl-thread-insert-entity-sub): Ditto.
10281         (wl-thread-insert-message): Ditto.
10282
10283         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10284         `elmo-msgdb-overview-get-entity'.
10285         (wl-normal-message-redisplay): Ditto.
10286
10287 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10288
10289         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10290         `wl-thread-entities'.
10291         (wl-thread-delete-message): Fix remove top message from
10292         `wl-thread-entity-list'.
10293
10294         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10295         wl-append(nconc), because update-list is broken on Meadow.
10296
10297         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10298         updating process.
10299         (wl-summary-rescan): Ditto.
10300         (wl-summary-sync-update3): Ditto.
10301         * wl-thread.el (wl-thread-set-parent): Renamed from
10302         `wl-summary-set-parent'.
10303         (wl-thread-insert-message): Updating buffer faster.
10304         (wl-thread-delete-message): Updating buffer faster.
10305
10306         * wl-score.el (wl-summary-score-update-all-lines): Changed
10307         interval for display progress gauge.
10308
10309 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10310
10311         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10312         folder always-sticky.
10313         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10314         defmacro.
10315
10316 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10317
10318         * wl-vars.el (wl-draft-add-references): New user option.
10319
10320         * wl-draft.el (wl-draft-add-references): New function.
10321         (wl-draft-yank-from-mail-reply-buffer): Use it.
10322         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10323         as nil.
10324
10325 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10326
10327         * wl-thread.el (wl-thread-update-line-msgs): Called
10328         `wl-thread-update-line-on-buffer-sub'.
10329         (wl-thread-update-line-on-buffer): Delete routine of inserting
10330         thread.
10331         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10332         moved from `wl-thread-update-line-on-buffer'.
10333         Add threshold for displaying progress gauge.
10334         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10335         argument of `wl-thread-update-line-msgs'.
10336         Add threshold for displaying progress gauge.
10337         * wl-folder.el:
10338         Add threshold for displaying progress gauge.
10339         * wl-score.el: Ditto.
10340
10341         * wl-expire.el (wl-summary-expire): Display deleting info.
10342
10343 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10344
10345         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10346         `no-msg'.
10347         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10348         argument of `wl-thread-update-line-msgs'.
10349         (wl-summary-set-parent): Added optional argument `parent-number'.
10350         (wl-summary-buffer-saved-message): New buffer local variable.
10351         (wl-summary-save-current-message): New command.
10352         (wl-summary-yank-saved-message): Ditto.
10353         (wl-summary-mode-map): Added key binding for
10354         `wl-summary-save-current-message' (\ew) and
10355         `wl-summary-yank-saved-message' (\C-y).
10356         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10357
10358 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10359
10360         * wl-summary.el (wl-summary-mode-map): Added key binding for
10361         `wl-summary-set-parent' (ts).
10362
10363 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10364
10365         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10366         subject faster. If thread number is reverse, delayed updating
10367         thread.
10368         (wl-summary-search-by-subject): Ditto.
10369         (wl-summary-put-alike): Ditto.
10370         (wl-summary-get-alike): Ditto.
10371         (wl-summary-insert-headers): Insert header of all overview in
10372         buffer.
10373         (wl-summary-rescan): Delayed updating thread. Kill search subject
10374         buffer for wl-summary-search-by-subject.
10375         (wl-summary-sync-update3): Ditto.
10376         (wl-summary-exit): Ditto.
10377         (wl-summary-goto-bottom-of-current-thread): Change for linked
10378         thread.
10379         (wl-summary-overview-create-summary-line): Change line for linked
10380         thread.
10381
10382         * wl-summary.el (wl-summary-update-thread): Use
10383         wl-thread-maybe-get-children-num.
10384         (wl-summary-set-parent): If change parent, move sub thread.
10385         (wl-summary-redisplay-internal): Add horizontal recenter.
10386         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10387
10388         * wl-thread.el (wl-thread-entity-get-linked): New function.
10389         (wl-thread-entity-set-linked): New function.
10390         (wl-thread-create-entity): Add linked element.
10391         (wl-thread-entity-insert-as-top): Use wl-append.
10392         (wl-thread-maybe-get-children-num): If closing thread, return
10393         children msgs.
10394         (wl-thread-update-line-msgs): Displaying progress message.
10395         (wl-thread-update-line-on-buffer-sub): Use
10396         wl-thread-maybe-get-children-num.
10397         (wl-thread-update-line-on-buffer): If update line is not exists,
10398         insert thread.
10399         (wl-thread-delete-message): If delete top msg of thread, search
10400         parent by subject.
10401         (wl-thread-insert-entity): Use
10402         wl-thread-maybe-get-children-num.
10403
10404         * wl-highlight.el (wl-highlight-summary-current-line): change
10405         sregexp for linked thread.
10406         * wl-util.el (wl-count-lines): Count lines.
10407         (wl-horizontal-recenter): horizontal recenter.
10408         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10409         (wl-score-get-alike): Ditto.
10410         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10411         (wl-subject-length-limit): New variable.
10412         (wl-highlight-thread-indent-string-regexp): Changed for linked
10413         thread.
10414
10415 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10416
10417         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10418         New variable (revival).
10419         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10420         by subject matching if there's no in-reply-to nor references field
10421         (revival).
10422
10423 \f
10424 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10425
10426         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10427         message.
10428
10429 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10430
10431         * wl-summary.el (wl-summary-reply): Return t if there was a
10432         message at cursor point.
10433         Added unwind-protect.
10434         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10435         returns t.
10436         (wl-summary-cancel-message): Do nothing when there's no message at
10437         cursor point.
10438         (wl-summary-forward): Ditto.
10439         (wl-summary-jump-to-parent-message): Ditto.
10440         (wl-summary-reedit): Ditto.
10441         (wl-summary-edit-addresses): Ditto.
10442         (wl-summary-pipe-message): Ditto.
10443         (wl-summary-print-message-with-ps-print): Ditto.
10444         (wl-summary-print-message): Ditto.
10445         (wl-summary-mark-as-important): Ditto.
10446         (wl-summary-mark-as-unread): Ditto.
10447
10448         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10449         message at cursor point.
10450         (wl-summary-reply-with-citation): Remove unwind-protect.
10451
10452         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10453         subject searching feature.
10454         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10455         Eliminated.
10456
10457 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10458
10459         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10460         New variable.
10461         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10462         by subject matching if there's no in-reply-to nor references field.
10463
10464         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10465
10466         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10467         when display is finished.
10468         (wl-folder-open-all): Ditto.
10469         (wl-folder-update-access-group): Ditto.
10470         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10471         * wl-thread.el (wl-thread-close-all): Ditto.
10472
10473         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10474         progress gauge only when it was displayed.
10475         * wl-folder.el (wl-folder-insert-entity): Ditto.
10476
10477 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10478
10479         * wl-summary.el (wl-summary-incorporate): Enclose
10480         `wl-summary-sync-force-update' with save-excursion.
10481
10482 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10483
10484         * wl-summary.el (wl-summary-prefetch-region):
10485         Pass current cursor point to `pos-visible-in-window-p' after
10486         moving cursor to the started point.
10487
10488 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10489
10490         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10491
10492         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10493         fields from the forwarding message.
10494         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10495         `ignored-fields'.
10496
10497 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10498
10499         * wl-mime.el (wl-message-request-partial):
10500         Eliminated argument `msgdb'.
10501         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10502         (wl-mime-combine-message/partial-pieces): Likewise.
10503         * tm-wl.el (wl-message-request-partial): Likewise.
10504         (wl-mime-combine-message/partial-pieces): Likewise.
10505
10506 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10507
10508         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10509         when display is finished.
10510
10511 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10512
10513         * wl-summary.el (wl-summary-goto-folder-subr):
10514         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10515
10516 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10517
10518         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10519         when cursor point is visible.
10520
10521 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10522
10523         * wl-expire.el (wl-expire-archive-get-max-number):
10524         Don't use `file-name-directory'.
10525
10526 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10527
10528         * wl-expire.el (wl-expire-archive-get-max-number):
10529         Use `file-name-directory'.
10530
10531 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10532
10533         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10534         only when there is progress.
10535
10536 2000-04-13  Mito <mit@nines.nec.co.jp>
10537
10538         * wl-summary.el (wl-summary-sync-marks): Display progress.
10539
10540 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10541
10542         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10543         (wl-summary-prev): Move cursor regardless of unread status.
10544         (wl-summary-next): Ditto.
10545
10546 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10547
10548         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10549         Added argument `target' and `number'.
10550         * tm-wl.el (wl-summary-burst-subr): New function.
10551         (wl-summary-burst): Use it.
10552
10553 2000-04-10  Mito <mit@nines.nec.co.jp>
10554
10555         * wl-mime.el (wl-burst): New function.
10556         (wl-summary-burst): Use it.
10557
10558 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10559
10560         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10561         as petname when there's no candidate.
10562
10563 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10564
10565         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10566         New variable.
10567         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10568
10569         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10570
10571         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10572
10573 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10574
10575         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10576         Use substring of `original' instead of buffer-substring.
10577         (wl-refile-evaluate-rule):
10578         Set `original' argument of wl-refile-expand-newtext.
10579
10580         * wl-summary.el
10581         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10582         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10583         (wl-summary-auto-refile): Check existence of destination folder just
10584         before marking.
10585
10586 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10587
10588         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10589         when wl-refile-get-field-value return nil.
10590
10591 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10592
10593         * wl-refile.el
10594         (wl-refile-expand-newtext): New function imported from Gnus.
10595         (wl-refile-evaluate-rule): Use it.
10596
10597 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10598
10599         * wl-summary.el (wl-summary-print-destination):
10600         Duplicate folder string to avoid putting text-property on
10601         original string.
10602
10603         * wl-refile.el (wl-refile-get-field-value): New function.
10604         (wl-refile-evaluate-rule): New function;
10605         Evaluate refile rule recursively.
10606         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10607         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10608         New function; Check existence of a target folder recursively.
10609         (wl-summary-auto-refile-check-refile-rule-alist):
10610         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10611
10612 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10613
10614         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10615
10616         * wl-folder.el (wl-create-folder-entity-from-buffer):
10617         Fixed problem when '}' character is contained in folder name.
10618
10619         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10620
10621 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10622
10623         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10624         (wl-fldmgr-add-completion-all-completions):
10625         Use wl-fldmgr-add-completion-hashtb.
10626
10627 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10628
10629         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10630         wl-fldmgr-add-completion-subr): New functions.
10631         * wl-folder.el (wl-folder-completion-func): New variable.
10632         * wl-summary.el (wl-summary-read-folder):
10633         Use wl-folder-completion-func.
10634
10635         * wl-refile.el: Eliminate throw & catch.
10636
10637         * wl.el (wl-plugged-sending-queue-status): Fixed.
10638
10639 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10640
10641         * wl-draft.el (wl-draft): Put category property on
10642         mail-header-separator.