(wl-mime-pgp-decrypt-region): Display a progress
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
4         message.
5         (wl-mime-pgp-verify-region): Ditto.
6
7 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
10         buffer. Use epa-display-verify-result.
11
12 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-draft.el (wl-draft-send): Continue even if setting parent
15         flag was failed.
16
17 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-message.el (wl-message-flag-indicator): Fixed the problem
20         of returning string only of parentheses.
21
22 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
23
24         * wl-summary.el (wl-summary-write): Add argument `folder'.
25         (wl-summary-write-current-folder): Change argument `folder' from
26         optional to require.
27         (wl-summary-get-buffer): Return the buffer associated folder only.
28
29         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
30         change.
31         (wl-folder-toggle-disp-summary): Ditto.
32
33         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
34         current summary as parent-folder.
35
36 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
37
38         * wl-draft.el (wl-draft-reedit): Don't overwrite
39         wl-draft-parent-folder.
40
41 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
44         (wl-mime-pgp-verify-region): Ditto.
45         (wl-message-decrypt-pgp-nonmime): Use the above function.
46         (wl-message-verify-pgp-nonmime): Likewise.
47         (wl-mime-preview-application/pgp): Likewise.
48
49 2006-04-20  Kenichi Okada  <okada@opaopa.org>
50
51         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
52         Fix about the order of `wl-nntp-posting-port' and
53         `wl-nntp-posting-stream-type'.
54         * wl.el (wl-plugged-port-label-alist): Add smtp.
55
56 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-summary.el (wl-summary-message-status): New macro.
59
60         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
61         (wl-summary-killed-mark): New user option.
62
63         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
64         API change.
65         (wl-thread-insert-entity-sub): Ditto.
66         (wl-thread-recover-messages): New command.
67
68         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
69         Don't call `wl-highlight-summary-current-line' directly.
70         (wl-summary-buffer-attach): Connect to signal `status-changed'
71         instead of `cache-changed'.
72         (wl-summary-buffer-detach): Follow the above change.
73         (wl-summary-detect-mark-position): Follow the API change.
74         (wl-summary-rescan-message): Ditto.
75         (wl-summary-insert-sequential): Ditto.
76         (wl-summary-update-thread): Ditto.
77         (wl-summary-message-mark): Ditto.
78         (wl-summary-persistent-mark): Ditto.
79         (wl-summary-create-line): Ditto.
80         (wl-summary-prefetch-region-no-mark): Call
81         `wl-summary-persistent-mark' with number.
82         (wl-summary-recover-messages-region): New command.
83         (wl-summary-target-mark-recover): Ditto.
84         (wl-summary-recover-message): Ditto.
85         (wl-summary-persistent-mark-string): Add argument `status' instead
86         of remove arguments `flags' and `cached'.  Treat killed status.
87         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
88
89         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
90         (wl-highlight-summary-line-face-spec): Treat killed status.
91         (wl-highlight-summary-line-string): Follow the API change.
92         (wl-highlight-summary-current-line): Ditto.
93
94         * Version number is increased to 2.15.3.
95
96 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
99         of symbolp to test whether the condition is function.
100
101 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
102
103         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
104         to nil.
105
106 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-summary.el (wl-summary-buffer-message-ring): New internal
109         variable.
110         (wl-summary-buffer-last-displayed-msg): Abolish.
111         (wl-summary-push-message): New function.
112         (wl-summary-pop-message): Ditto.
113         (wl-summary-goto-folder-subr): Reset
114         `wl-summary-buffer-message-ring'.
115         (wl-summary-pop-to-last-message): New command.
116         (wl-summary-goto-last-displayed-msg): Call
117         wl-summary-pop-to-last-message if optional argument is non-nil or
118         the last command is itself.
119         (wl-summary-redisplay-internal): Push last message number into
120         `wl-summary-buffer-message-ring'.
121
122         * wl-vars.el (wl-summary-message-ring-max): New user option.
123
124 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
127         from `wl-draft-reply').
128         (wl-draft-reply): Use it.
129         (wl-draft-find-reply-headers): Avoid compile warning.
130
131 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
132
133         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
134
135 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl-message.el (wl-message-flag-indicator): New function.
138         (wl-message-redisplay): Use it.
139
140 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
143
144 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
147         instead of `read-event'.
148
149         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
150
151         * wl-mule.el (wl-read-event-char): Ditto.
152
153         * wl-e21.el (wl-read-event-char): Ditto.
154
155 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
158
159 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-vars.el (wl-draft-send-confirm-type): New user option.
162
163         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
164
165         * wl-draft.el (wl-draft-send-confirm): Confirmation by
166         `wl-draft-send-confirm-type'
167
168 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
171         Avoid error when the buffer name is already used.
172
173 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
176         the change of elmo-nmz -> elmo-search.
177         (wl-highlight-summary-line-help-echo-alist): Ditto.
178         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
179         (wl-nmz-folder-icon): Define as obsolete.
180         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
181         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
182
183 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185         * wl-summary.el (wl-summary-get-list-info): Rewrite with
186         `elmo-find-list-match-value'
187
188 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
189
190         * wl-summary.el (wl-summary-get-list-info): Optimize.
191         Use List-Id and List-Post also.
192
193 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
194
195         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
196
197 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
200
201 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-util.el (wl-completing-read-multiple-1): New internal function.
204         (wl-completing-read-multiple-2): Ditto.
205         (wl-completing-read-multiple): Define use above functions.
206
207         * wl-summary.el (wl-summary-sort): Removed the workaround for a
208         bug of `completing-read-multiple' about default value.
209
210         * wl-xmas.el (wl-completing-read-multiple): Removed.
211
212         * wl-mule.el (wl-completing-read-multiple): Ditto.
213
214         * wl-e21.el (wl-completing-read-multiple): Ditto.
215
216 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * wl-util.el (wl-filter-associations): New function.
219
220         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
221         (wl-spam-ignored-folder-list): Ditto.
222         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
223         (wl-spam-string-member-p): New function.
224         (wl-spam-domain): Use it.
225         (wl-spam-split-numbers): New function.
226         (wl-spam-apply-partitions): Ditto.
227         (wl-spam-register-spam-messages): Use `folder' instead of
228         `wl-summary-buffer-elmo-folder'.
229         (wl-spam-register-good-messages): Ditto.
230         (wl-summary-exec-action-spam): Decide a domain by real folder of
231         message.
232         (wl-summary-exec-action-refile-with-register): Likewise.
233
234 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-e21.el (wl-e21-find-image): New function.
237         (wl-e21-setup-toolbar): Use it instead of `find-image'.
238         (wl-e21-highlight-folder-group-line): Ditto.
239         (wl-folder-init-icons): Ditto.
240         (wl-plugged-init-icons): Ditto.
241         (wl-biff-init-icons): Ditto.
242
243 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
246         (wl-inhibit-save-drafts): New internal variable.
247         (wl-disable-auto-save): Ditto.
248         (wl-save-drafts): Treat above variables.
249         (wl-auto-save-drafts): New function.
250         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
251         `wl-stop-save-drafts'.
252         (wl-start-save-drafts): New function.
253         (wl-stop-save-drafts): Ditto.
254         (wl-set-auto-save-draft): New command.
255
256         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
257         `wl-set-save-drafts'.
258
259 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
262         `make-local-variable' instead of `make-variable-buffer-local'.
263
264 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
267
268 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
269
270         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
271
272 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
275         of working buffer.
276
277 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
280
281         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
282         value into recipients; Bind `wl-draft-remove-group-list-contents'
283         as nil.
284
285 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-summary.el (wl-summary-sort): Fixed the last change.
288
289         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
290         (wl-summary-sort-messages): Ditto.
291         (wl-summary-rescan): Use it.
292         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
293         `completing-read'; Append candidates for reverse order.
294
295 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * Version number is increased to 2.15.2.
298
299 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
302         "Smaller".
303         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
304
305 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
308
309 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-vars.el (wl-draft-additional-header-alist): Add into the
312         customize group `wl-draft'.
313         (wl-draft-add-in-reply-to): Move customize group from `wl' to
314         `wl-draft'.
315         (wl-draft-add-references): Ditto.
316
317         * wl-action.el (wl-summary-print-argument): Rename argument from
318         `folder' to `data'.
319
320 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-summary.el (wl-summary-rescan-message): Call
323         `wl-thread-cleanup-symbols' before insert thread.
324
325 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl.el (wl-init): Set `elmo-get-folder-function' as
328         `wl-folder-make-elmo-folder'.
329
330         * wl-spam.el (wl-summary-exec-action-spam): Use
331         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
332
333         * wl-folder.el (wl-folder-make-elmo-folder): New function.
334         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
335         `elmo-make-folder'.
336         (wl-folder-get-elmo-folder): Ditto.
337         (wl-folder-create-subr): Simplify.
338
339 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
342
343 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
346         contents in message buffer instead of original buffer. If optional
347         argument specified, ask coding system for encode.
348
349 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
350
351         * wl-spam.el (wl-summary-test-spam-region): New function.
352         (wl-spam-setup): Bind "rkc".
353
354 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
355
356         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
357
358 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
359
360         * wl-spam.el (wl-summary-test-spam): Fix typo.
361         (wl-message-check-spam): Ditto.
362
363 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * wl-summary.el (wl-summary-default-from): Simplify.
366
367 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * wl-action.el (wl-summary-exec-action-refile): Simplify.
370         (wl-summary-exec-action-copy): Ditto.
371         (wl-summary-auto-refile): Check existence of temporary mark.
372
373 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * wl-summary.el (wl-summary-create-line): Use
376         `elmo-time-to-datevec'.
377
378         * wl-expire.el (wl-expire-archive-date): Ditto.
379         (wl-expire-localdir-date): Ditto.
380
381         * wl-util.el (wl-day-number): Abolish.
382
383         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
384         of `wl-day-number'.
385         (wl-score-followup): Ditto.
386         (wl-score-add-followups): Ditto.
387         (wl-score-get-latest-msgs): Ditto.
388         (wl-score-get-header-entry): Ditto.
389         (wl-score-edit-insert-date): Ditto.
390
391 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
394         `elmo-message-entity-field' with 2nd argument `type'.
395
396 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
397
398         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
399
400 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-thread.el (wl-thread-delete-message): Delete descendant
403         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
404
405 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
406
407         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
408
409 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
412         `Access folder'.
413
414 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-vars.el (wl-access-folder-icon): New user option.
417
418         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
419         `Access folder'.
420
421 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-summary.el (wl-summary-buffer-set-folder): Use
424         `wl-folder-mime-charset'.
425
426         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
427         `mime-charset'.
428         (wl-folder-get-elmo-folder): Ditto.
429         (wl-folder-mime-charset): New function.
430
431 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-util.el (wl-parse-addresses): Define alias of
434         `elmo-parse-addresses' (move to `elmo-util.el').
435
436         * wl-summary.el (wl-summary-default-from): Follow the API change.
437         (wl-summary-overview-entity-compare-by-date): Ditto.
438         (wl-summary-overview-entity-compare-by-from): Ditto.
439         (wl-summary-get-list-info): Get value of `ml-info' field from
440         entity at first.
441         (wl-summary-rescan-message): Treat prefix argument.
442         (wl-summary-prefetch-msg): Follow the API change.
443         (wl-summary-search-by-subject): Ditto.
444         (wl-summary-insert-thread): Ditto.
445         (wl-summary-line-subject): Ditto.
446         (wl-summary-line-from): Ditto.
447         (wl-summary-create-line): Ditto.
448         (wl-summary-print-message-with-ps-print): Ditto.
449
450         * wl-score.el (wl-score-ov-entity-get): Ditto.
451         (wl-score-followup): Ditto.
452         (wl-score-add-followups): Use `elmo-message-entity-field' instead
453         of `car'.
454         (wl-score-get-latest-msgs): Follow the API change.
455         (wl-score-get-header): Ditto.
456
457         * wl-refile.el (wl-refile-learn): Ditto.
458         (wl-refile-subject-learn): Ditto.
459         (wl-refile-get-field-value): Ditto.
460         (wl-refile-guess-by-history): Ditto.
461         (wl-refile-guess-by-subject): Ditto.
462
463         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
464
465         * wl-expire.el (wl-expire-date-p): Removed.
466         (wl-expire-archive-date): Follow the API change.
467         (wl-expire-localdir-date): Ditto.
468         (wl-summary-expire): Ditto.
469
470         * Version number is increased to 2.15.1.
471
472 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
473
474         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
475         group is access or not (it is not strict, like wl-fldmgr-rename).
476
477 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
478
479         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
480         duplicate call of `wl-summary-print-argument' on the wrong line.
481
482 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
485         even if argument `number' is nil.
486         (wl-summary-insert-line): Print action argument if current message
487         has it.
488
489 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
492         (wl-draft-reply): Ditto.
493         (wl-draft): Add optional argument `parent-number' and call
494         `wl-draft-create-buffer' with it.
495         (wl-draft-create-buffer): Add optional argument
496         `parent-number'. Set wl-draft-parent-number as it.
497
498 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-folder.el (wl-folder-set-persistent-mark): If summary
501         buffer is not for given folder, don't use it.
502
503 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
504
505         * Version number is increased to 2.15.0.
506
507 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
510
511         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
512         (wl-highlight-get-face-by-name): New internal function.
513         (wl-highlight-summary-line-face-spec): Use it and fixed.
514
515 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-summary.el (wl-summary-sync-update): Use
518         `elmo-message-entity-field' instead of `car' to get message-id
519         from overview entity.
520
521         * wl-summary.el (wl-summary-rescan-message): Call
522         `wl-highlight-summary-displaying' when displaying a message.
523
524 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-draft.el (wl-draft-config-info-filename): Extracted from
527         `wl-draft-config-info-operation'.
528         (wl-draft-buffer-change-number): New function.
529         (wl-draft-rename-saved-config): Ditto.
530         * wl.el (wl-init): Connect slot for message-number-changed.
531         (toplevel): Add autoload for wl-draft-rename-saved-config.
532
533 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
536         `update-overview'
537         (wl-summary-buffer-detach): Disconnect from it.
538         (wl-summary-rescan-message): Use command.
539
540         * wl-message.el (wl-message-buffer-display): Use
541         `with-current-buffer' instead of `save-excursion'.
542
543 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-mime.el (wl-draft-preview-attributes-list): Protect
546         wl-draft-preview-attributes-list from distraction.
547
548 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
549
550         * wl-summary.el (wl-summary-sync-update): Sort the return value of
551         `elmo-list-diff'.
552
553 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-summary.el
556         (wl-summary-edit-addresses-collect-candidate-fields): Use
557         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
558
559         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
560         instead of `elmo-set-work-buf'.
561
562         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
563         (wl-address-make-address-list): Ditto.
564
565         * Version number is increased to 2.13.3.
566
567 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
570         user option.
571
572         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
573         argument `5'.
574
575         * wl-message.el (wl-message-display-no-merge-p): New function.
576         (wl-message-buffer-display): Check whether the message is
577         reassembled and follow the API change.
578
579 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
582         multibyte on working buffer and removed unnecessary
583         `buffer-disable-undo'.
584
585 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-util.el (wl-read-search-condition-internal): Fixed the last
588         change.
589
590 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-util.el (wl-read-search-condition-internal): Protect
593         elmo-global-flags from distraction.
594
595 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
598
599         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
600         (wl-summary-event-handler): Ditto.
601         (wl-summary-update-persistent-mark-on-event): New
602         function (renamed from `elmo-event-handler-flag-changed').
603         (wl-summary-buffer-attach): New function.
604         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
605         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
606         instead of `elmo-folder-add-handler'.
607
608         * Version number is increased to 2.13.2.
609
610 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
613         and "\177" to the `wl-news-previous-page'.
614         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
615         (wl-news-previous-page): New function.
616
617 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
620         instead of `write-region' and simplify.
621
622 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-template.el (wl-template-select): Cause error if
625         `wl-template-alist' is nil.
626
627 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
628
629         * wl-news.el.in: Set file variable `no-byte-compile'.
630
631 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
634         whether a target message is within displaying area.
635         (elmo-event-handler-cache-changed): Ditto.
636
637 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
638
639         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
640         to `defun'.  Use `nconc' instead of `append' to collect descendant
641         message numbers.
642
643 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
644
645         * wl-thread.el (wl-thread-save-top-list)
646         (wl-thread-save-entities): Use `with-temp-buffer'.
647         * wl-news.el.in (wl-news-previous-version-load):
648         (wl-news-previous-version-save): Ditto.
649         * wl-summary.el (wl-summary-load-file-object)
650         (wl-summary-save-view-cache): Ditto.
651
652 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-util.el (toplevel): Require 'elmo-flag'.
655         (wl-read-search-condition): New function (Renamed from
656         `elmo-read-search-condition').
657         (wl-read-search-condition-internal): Likewise.
658
659         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
660         invalid.
661         (wl-summary-pick): Use `wl-read-search-condition' instead of
662         `elmo-read-search-condition'.
663         (wl-summary-virtual): Ditto.
664
665         * wl-folder.el (wl-folder-virtual): Ditto.
666         (wl-folder-pick): Ditto.
667
668         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
669
670 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-summary.el (wl-summary-reedit): Call
673         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
674
675 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-mime.el (toplevel): Require wl-vars.
678
679         * wl-message.el (toplevel): Require cl at compile.
680
681         * wl-draft.el (toplevel): Require elmo.
682
683 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-message.el (wl-message-buffer-prefetch): Count is a number
686         and do nothing when it is not positive.
687         (wl-message-buffer-prefetch-next): Ditto.
688
689 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
692         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
693         (wl-summary-redisplay-internal): Ditto.
694
695         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
696         message (the condition is borrowed from `wl-check-variables-2').
697         (wl-summary-redisplay-internal): Ditto.
698
699 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-mime.el (wl-draft-nntp-attribute): New function.
702         (wl-draft-attribute-nntp-posting-server): Use it.
703         (wl-draft-attribute-nntp-posting-port): Ditto.
704
705         * wl-mime.el (wl-draft-preview-attributes-list): New function.
706         (wl-draft-show-attributes-buffer): Ditto.
707         (wl-draft-hide-attributes-buffer): Ditto.
708         (wl-draft-attribute-newsgroups): Ditto.
709         (wl-draft-attribute-nntp-posting-server): Ditto.
710         (wl-draft-attribute-nntp-posting-port): Ditto.
711         (wl-draft-preview-message): Use there functions.
712
713         * wl-vars.el (wl-draft-preview-attributes-list): Change default
714         value.
715
716 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
719         (wl-draft-reedit): Ditto.
720         (wl-draft-queue-flush): Ditto.
721
722         * wl-mime.el (wl-message-request-partial): Ditto.
723         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
724         instead of `elmo-message-fetch'.
725
726         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
727
728         * wl-summary.el (wl-summary-message-string): Ditto.
729
730 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-util.el (wl-current-message-buffer): Follow the API change.
733
734         * wl-summary.el (wl-summary-redisplay-internal): Call
735         `wl-summary-mark-as-read' with 2nd argument as nil and update
736         unread count instead of persistent mark.
737
738         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
739         variable.
740         (wl-message-redisplay): Follow the API change.
741         (wl-message-buffer-display): Managed mime-entity directly and
742         return preview buffer only.
743         (wl-message-display-internal): Rewrite.
744         (wl-message-buffer-prefetch-subr): Not save return value of
745         `wl-message-buffer-display'.
746
747         * Version number is increased to 2.13.1.
748
749 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
752         'elmo-multiple-fields-body-list' with boundary specified.
753
754 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
755
756         * wl-vars.el (wl-summary-resend-use-cache): New variable.
757         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
758         cache if `wl-summary-resend-use-cache' is non-nil.
759
760 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
763         (wl-nntp-posting-stream-type): Ditto.
764
765 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
766
767         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
768
769 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
770
771         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
772         message.
773
774 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
775
776         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
777         Abolish.
778         (wl-summary-buffer-persistent-mark-version): New internal
779         variable.
780         (wl-summary-update-mark-and-highlight-window): Check by
781         wl-summary-persistent-mark-invalid-p.
782         (wl-summary-update-status-marks): Ditto.
783         (elmo-event-handler-flag-changed): Rewrite.
784         (elmo-event-handler-cache-changed): Define.
785         (wl-summary-prefetch-msg): Does not update persistent mark here.
786         (wl-summary-delete-cache): Ditto.
787         (wl-summary-resume-cache-status): Ditto.
788         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
789         (wl-summary-persistent-mark-invalid-p): New function.
790         (wl-summary-validate-persistent-mark): Ditto.
791         (wl-summary-validate-persistent-mark-string): Ditto.
792         (wl-summary-invalidate-persistent-mark): Ditto.
793         (wl-summary-update-persistent-mark): Call
794         `wl-summary-validate-persistent-mark'.
795         (wl-summary-create-line): Call
796         `wl-summary-validate-persistent-mark-string'.
797
798         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
799         status as t if cache used.
800
801 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
802
803         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
804         only if the target is group.
805         * wl-folder.el (wl-folder-append-petname): Don't check group name.
806
807 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
810
811 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
812
813         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
814
815         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
816
817 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
818
819         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
820         (Thanks to Yoichi NAKAYAMA).
821
822 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
823
824         * wl-util.el (wl-save-drafts): Restore echo area.
825
826 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
827
828         * Version number is increased to 2.13.0.
829
830         * wl-util.el (wl-biff-check-folder-async): Use
831         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
832
833 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-message.el (wl-message-display-internal): Does not put
836         wl-message-display-type property on message buffer.
837         (wl-message-buffer-display-type): New function.
838
839         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
840
841         * wl-summary.el (wl-summary-mode): Use `dolist' to add
842         `wl-summary-buffer-detach'.
843         (wl-summary-message-display-type): Use
844         `wl-summary-buffer-display-type'.
845
846 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
849         buffer-local.
850
851         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
852         kill-buffer-hook instead of make-local-variable.
853         (wl-draft-preview-message): Set `local' argument of add-hook as t.
854
855 2004-12-12  Scott Renfro <scott@renfro.org>
856
857         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
858         regex for square-branket.
859
860 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
863         `wl-message-mime-analysis-p' with argument `header'.
864
865 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-mime.el (wl-draft-yank-current-message-entity): 
868         Switch to no-mime following method according to wl-message-display-type
869         property.
870         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
871
872         * wl-message.el (wl-message-display-internal): 
873         Put wl-message-display-type property on message buffer.
874
875         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
876         (wl-message-display-internal): Ditto;
877
878         * wl-summary.el (wl-summary-toggle-mime): Ditto.
879
880 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-message.el (wl-message-make-display-type): New function.
883         (wl-message-display-type-property): Ditto.
884         (wl-message-mime-analysys-p): Ditto.
885         (wl-message-display-all-header-p): Ditto.
886         (wl-message-redisplay): Removed argument `as-is', `all-header' and
887         added `display-type'.
888         (wl-message-buffer-display): Likewise.
889         (wl-message-display-internal): Likewise.
890         (wl-message-buffer-display-type): Abolish.
891         (wl-message-buffer-prefetch-subr): Follow the API changed.
892
893         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
894         from wl-summary-buffer-display-all-header and changed default value.
895         (wl-summary-message-display-type): New function.
896         (wl-summary-buffer-display-mime-mode): Ditto.
897         (wl-summary-buffer-display-header-mode): Ditto.
898         (wl-summary-toggle-mime): Rewrite with above functions.
899         (wl-summary-toggle-all-header): Ditto.
900         (wl-summary-redisplay): Force redisplay with default mode.
901         (wl-summary-redisplay-internal): Renamed argument from `mode',
902         `all-header' to `mime-mode', `header-mode'.
903         Use `wl-message-make-display-type'.
904
905         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
906         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
907
908 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
911
912 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
913
914         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
915         in original message buffer.
916         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
917         buffer.
918
919 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
920
921         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
922
923 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
926
927 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
928
929         * wl-action.el (wl-summary-exec-action-refile): Display a done message
930         when actions succeeded.
931         (wl-summary-exec-action-copy): Likewise.
932
933 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
936         there is switch-to-buffer at the end of wl-message-select-buffer.
937         (wl-summary-reply): Ditto.
938
939 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-summary.el (wl-summary-forward): Put subject in original
942         message buffer as argument of wl-draft-forward.
943         * wl-draft.el (wl-draft-forward): Decode subject as in
944         wl-draft-reply.
945
946 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
949         a folder under access group.
950
951 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
952
953         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
954         wl-message-buffer-display.
955
956         * wl-util.el (wl-set-save-drafts): Fix typo.
957
958 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
961         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
962         wl-highlight-logo-face to set the bg color of an xbm image; fixed
963         the way to measure the width of a bitmap image; don't put face on
964         ascii and bitmap images; put the mark which should not use the
965         variable-pitch face on ascii and bitmap images.
966         (wl-demo-setup-properties): Don't use the variable-pitch face on
967         ascii and bitmap images; made it work on Emacs 20 and earlier.
968         (wl-demo-insert-text): End with a newline at the bottom; don't put
969         face on text.
970
971         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
972
973 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
976
977         * wl-util.el (wl-save-drafts): Moved from sample setting.
978         (wl-set-save-drafts): New function to set idle timer.
979         * wl-draft.el (wl-draft): Call it.
980         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
981
982 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
983
984         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
985         a summary which has toggle display status off.
986
987 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-draft.el (wl-draft-do-fcc): No cache save.
990
991 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-summary.el (elmo-event-handler-flag-changed): Use
994         `set-buffer' instead of `with-current-buffer'.
995
996 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-summary.el (wl-summary-after-resize-function): New function.
999         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1000         window-size-change-functions.
1001
1002 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-draft.el (wl-draft-create-buffer): Bind
1005         `change-major-mode-hook' after current buffer is changed.
1006
1007         * wl-summary.el (wl-summary-buffer-detach): New function.
1008         (wl-summary-buffer-set-folder): Call it.
1009         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1010         change-major-mode-hook and kill-buffer-hook.
1011         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1012         (wl-summary-switch-to-clone-buffer): Ditto.
1013         (wl-summary-goto-folder-subr): Ditto.
1014
1015 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1016
1017         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1018         after boundp check.
1019
1020 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1023         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1024         for `kill-buffer'.
1025
1026         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1027         handler of current buffer from elmo-folder.
1028
1029 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1030
1031         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1032
1033 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1036         variable.
1037         (wl-summary-event-handler): New class.
1038         (elmo-event-handler-flag-changed): Define to update persistent
1039         mark.
1040         (wl-summary-buffer-set-folder): Register event handler to
1041         elmo-folder.
1042         (wl-summary-exit): Unregister event handler.
1043         (wl-summary-goto-folder-subr): Ditto.
1044         (wl-summary-mark-as-read-all): Does not call
1045         `wl-summary-update-persistent-mark' directly.
1046         (wl-summary-mark-as-read-internal): Ditto.
1047         (wl-summary-set-persistent-mark-internal): Ditto.
1048         (wl-summary-set-flags-internal): Ditto.
1049
1050         * Version number is increased to 2.11.33.
1051
1052 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1053
1054         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1055         to nil.
1056
1057 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-spam.el (wl-spam-setup): Add hook
1060         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1061         instead of `wl-summary-prepare-hook'.
1062
1063         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1064         if folder type is `'flag'.
1065         (wl-summary-mark-as-important): Ditto.
1066
1067 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-address.el (wl-address-minibuffer-history): New variable.
1070         (wl-address-minibuffer-local-map): New keymap.
1071         (wl-address-read-from-minibuffer): New function.
1072
1073         * wl-action.el (wl-summary-get-resend-address): Use
1074         `wl-address-read-from-minibuffer' instead of `completing-read'.
1075
1076 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * Version number is increased to 2.11.32.
1079
1080 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1081
1082         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1083         without mule to iso-8859-1.
1084         (wl-draft-add-in-reply-to): Add note in description.
1085         (wl-draft-add-references): Ditto.
1086
1087 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1090         definition for `m'.
1091         (wl-summary-mode-line-format): Add '[%m]'.
1092         (wl-message-mode-line-format-spec-alist): Ditto.
1093         (wl-summary-display-mime-mode-list): New variable.
1094
1095         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1096         from wl-summary-buffer-display-as-is.
1097         (wl-summary-buffer-display-all-header): New buffer local variable.
1098         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1099         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1100         instead of wl-summary-buffer-display-as-is.
1101         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1102         (wl-summary-set-persistent-mark): Ditto.
1103         (wl-summary-set-message-buffer-or-redisplay): Just call
1104         `wl-summary-redisplay-internal' without optional arguments.
1105         (wl-summary-toggle-mime): Rewrite.
1106         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1107         (wl-summary-toggle-all-header): New function.
1108         (wl-summary-redisplay-internal): Treat mime mode.
1109
1110         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1111         to wl-mime-preview-follow-no-mime.
1112         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1113         accodring to the display-mode.
1114
1115         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1116         (wl-message-buffer-display): Changed argument name from `as-is' to
1117         `mode'.
1118         (wl-message-display-internal): Ditto;
1119         Bind elmo-mime-display-header-analysis according to the mode.
1120         (wl-message-display-internal): Put wl-message-display-mime-mode
1121         property on entire buffer.
1122
1123 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1124
1125         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1126
1127 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1130         Don't extract mail address.
1131         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1132
1133         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1134
1135         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1136
1137 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1140         wl-fldmgr-cut-entity-list on confirmation.
1141
1142 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1143
1144         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1145         (wl-mime-quit-preview): Check existence of
1146         mime-edit-temp-message-buffer here.
1147
1148 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1151         after deletion.
1152
1153         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1154         before calling wl-mime-quit-preview.
1155
1156 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-pick): If call it with prefix
1159         argument, set `delete-marks' as non-nil. Pick from only visible
1160         messages.
1161         (wl-summary-check-target-mark): New function.
1162         (wl-summary-target-mark-mark-as-read): Use it.
1163         (wl-summary-target-mark-mark-as-unread): Ditto.
1164         (wl-summary-target-mark-operation): Ditto.
1165         (wl-summary-target-mark-set-flags): Ditto.
1166         (wl-summary-target-mark-save): Ditto.
1167         (wl-summary-target-mark-pick): Ditto.
1168         (wl-summary-target-mark-forward): Ditto.
1169         (wl-summary-target-mark-reply-with-citation): Ditto.
1170         (wl-summary-target-mark-print): Ditto.
1171         (wl-summary-target-mark-uudecode): Ditto.
1172
1173         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1174         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1175         with `ask-coding' is non-nil.
1176
1177 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-thread.el (wl-thread-set-parent): If parent is a message
1180         which is identified by references, set linked as nil.
1181
1182 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1185         (wl-message-mode-line-format-spec-alist): Ditto.
1186         (wl-message-mode-line-format): Ditto.
1187         (wl-summary-mode-line-format): Ditto for docstring.
1188         (wl-summary-no-mime-folder-list): Fix typo.
1189
1190         * wl-util.el (wl-current-message-buffer): Call
1191         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1192
1193         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1194         variable.
1195         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1196         of `wl-summary-redisplay-no-mime'.
1197         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1198         (wl-summary-toggle-mime): New function.
1199         (wl-summary-redisplay-all-header): Rewrite.
1200         (wl-summary-redisplay-no-mime): Ditto.
1201         (wl-summary-redisplay-internal): Added argument `as-is' and
1202         `all-header'.
1203
1204         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1205         New variable.
1206         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1207         bottom.
1208         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1209         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1210         "/" unconditionally.
1211
1212         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1213         wl-mime-preview-follow-no-mime for as-is content.
1214         (wl-mime-preview-follow-no-mime): New function.
1215         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1216
1217         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1218         and added `as-is', `all-header'.
1219         (wl-message-buffer-display): Ditto.
1220         (wl-message-buffer-display-type): New function.
1221
1222 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-vars.el (wl-message-header-button-alist): Change default
1225         value.
1226         (wl-message-body-button-alist): Ditto.
1227
1228 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1231
1232 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1235
1236 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1239         is always true.
1240
1241 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1242
1243         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1244         on null entity.
1245
1246 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1249
1250 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-vars.el (wl-summary-resend-hook): New hook.
1253
1254         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1255         `wl-summary-resend-hook'.
1256
1257 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1258
1259         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1260         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1261         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1262         (wl-summary-new-cached-mark): Changed default value to 'n'.
1263         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1264         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1265         (wl-folder-sync-range-alist): Remove spec for 'flag.
1266         (wl-summary-force-prefetch-folder-list): New user option.
1267
1268         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1269         `wl-summary-toggle-persistent-mark'.
1270         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1271         number is nil.
1272         (wl-summary-mark-as-answered-region): Set interactive argument of
1273         `wl-summary-set-persistent-mark-internal'.
1274         (wl-summary-mark-as-important-region): Ditto.
1275         (wl-summary-unset-persistent-mark): Ditto.
1276         (wl-summary-set-persistent-mark): Ditto.
1277         (wl-summary-mark-as-answered): Ditto.
1278         (wl-summary-mark-as-important): Ditto.
1279         (wl-summary-set-persistent-mark-internal): Do nothing
1280         when `elmo-message-flag-available-p' is nil.
1281         (wl-summary-toggle-persistent-mark): New function.
1282         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1283         when the folder matches `wl-summary-force-prefetch-folder-list'.
1284
1285
1286         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1287         when number is nil.
1288         (wl-highlight-summary-forwarded-face): New face.
1289
1290 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1291
1292         * Version number is increased to 2.11.31.
1293
1294 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1295
1296         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1297         (wl-biff-check-folder-async): Ditto.
1298         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1299
1300 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1301
1302         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1303         Add an argument `reverse'.  All callers are updated.
1304         (wl-summary-sort): Add a prefix argument `reverse' to specify
1305         reverse sorting.
1306         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1307         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1308         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1309
1310 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1311
1312         * wl-message.el (wl-message-redisplay): Does not narrow header if
1313         disply-type is all-header or as-is.
1314
1315         * wl-summary.el (wl-summary-enter-handler): Use
1316         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1317
1318 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1319
1320         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1321         after adding wl-draft-parent-variables.
1322         (wl-draft-forward): Ditto.
1323
1324 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-summary.el (wl-summary-sync-marks): Call
1327         `wl-summary-set-persistent-mark' and
1328         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1329         (wl-summary-set-persistent-mark-internal): Add 4th argument
1330         `no-server'.
1331         (wl-summary-unset-persistent-mark): Ditto.
1332         (wl-summary-set-persistent-mark): Ditto.
1333         (wl-summary-add-flags-internal): Abolish.
1334         (wl-summary-remove-flags-internal): Ditto.
1335         (wl-summary-mark-as-important-internal): Ditto.
1336         (wl-summary-mark-as-important): Use
1337         `wl-summary-set-persistent-mark' instead of
1338         `wl-summary-add-flags-internal'.
1339         (wl-summary-mark-as-important-region): Ditto.
1340
1341         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1342
1343         * wl-summary.el (wl-summary-get-available-flags): New function.
1344         (wl-summary-sync-marks): Use it and simplified.
1345         (wl-summary-unset-persistent-mark): Use
1346         `wl-summary-get-available-flags'.
1347         (wl-summary-set-persistent-mark): Ditto.
1348
1349 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1352         id.
1353
1354 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1357         number, call `wl-summary-prev-line-content'. Show message when the
1358         message is not found.
1359
1360 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1363         wl-summary-enter-handler.
1364         (wl-summary-enter-handler): New command.
1365
1366         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1367         docstring and custom spec.
1368
1369         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1370         flags too; Don't treat Cached and New.
1371         (wl-summary-set-persistent-mark): Ditto.
1372
1373         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1374         `wl-folder-set-flag'.
1375
1376         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1377         instead of `wl-folder-set-flag'.
1378
1379         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1380         for completion.
1381         (wl-summary-set-persistent-mark): Ditto.
1382
1383         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1384         instead of `wl-draft-quit-preview'.
1385
1386         * wl-mime.el (toplevel): Avoid compile warning.
1387         (wl-mime-quit-preview): New function
1388         (formarly defined as `wl-draft-quit-preview').
1389         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1390         quitting method.
1391
1392         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1393
1394         * wl-folder.el (wl-folder-set-flag): Renamed from
1395         `wl-draft-set-flag-on-parent'.
1396
1397         * wl-draft.el (wl-draft-quit-preview): New function.
1398         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1399         (wl-draft-send): Call `wl-folder-set-flag' instead of
1400         `wl-draft-set-flag-on-parent'.
1401         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1402
1403 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1406         (wl-draft-send): Ditto.
1407
1408 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1411         (wl-draft-kill-pre-hook): Set default value as nil.
1412         (wl-summary-reply-hook): Ditto.
1413         (wl-draft-kill-flags): Abolish.
1414
1415         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1416         (wl-draft-parent-variables): Renamed from
1417         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1418         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1419         argument; Add wl-draft-parent-variables to
1420         wl-draft-config-variables.
1421         (wl-draft-reply): Likewise.
1422         (wl-draft-kill-flags): Abolish.
1423         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1424         (wl-draft-set-flag-on-parent): New function.
1425         (wl-draft-setup-parent-flag): Ditto.
1426
1427 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1428
1429         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1430         `wl-draft-parent-folder' is "".
1431
1432 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1433
1434         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1435         (wl-summary-digit-jump): New function.
1436         (Adviced by John Owens and Hiroya Murata)
1437
1438         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1439         (Adviced by John Owens)
1440
1441         * wl-xmas.el (wl-message-define-keymap): Ditto.
1442
1443         * wl-mule.el (wl-message-define-keymap): Ditto.
1444
1445 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1448         change of return value of elmo-folder-count-flags.
1449
1450         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1451         (wl-summary-mark-as-read-internal): Ditto.
1452         (wl-summary-set-persistent-mark-internal): Ditto.
1453         (wl-summary-folder-info-update): Ditto.
1454         (wl-summary-sync-update): Fixed the last change.
1455
1456         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1457
1458 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1459
1460         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1461         (wl-draft-kill-flags): Fixed docstring.
1462
1463         * wl-draft.el (wl-draft-kill-flags): New function.
1464         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1465
1466 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-vars.el (wl-reply-hook): Abolish.
1469         (wl-draft-reply-hook): New hook.
1470         (wl-summary-reply-hook): Ditto.
1471         (wl-draft-forward-hook): Ditto.
1472         (wl-summary-forward-hook): Ditto.
1473         (wl-draft-kill-flags): New variable.
1474
1475         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1476         wl-summary-set-persistent-mark-internal.
1477         (wl-summary-sync-marks): Use elmo-preserved-flags.
1478         (wl-summary-update-persistent-mark): Make it interactive.
1479         (wl-summary-set-persistent-mark-internal): New inline function.
1480         (wl-summary-mark-as-answered): Use it.
1481         (wl-summary-mark-as-unanswered): Ditto.
1482         (wl-summary-unset-persistent-mark): New function.
1483         (wl-summary-set-persistent-mark): Ditto.
1484         (wl-summary-reply): Don't set answered flag;
1485         Run wl-summary-reply-hook instead.
1486         (wl-summary-forward): Call wl-draft-forward with number.
1487         Run wl-summary-forward-hook.
1488
1489         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1490         (wl-highlight-summary-line-face-spec): Use it as a default
1491         persistent mark face.
1492
1493         * wl-draft.el (wl-draft-forward): Added optional argument number;
1494         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1495         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1496         (wl-draft-kill): Use wl-draft-kill-flags.
1497
1498         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1499
1500         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1501         of return value of elmo-folder-count-flags.
1502
1503         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1504
1505         * wl-summary.el (wl-summary-count-unread): Ditto.
1506         (wl-summary-sync-update): Follow the change above.
1507         (wl-summary-force-prefetch): New function.
1508
1509 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1510
1511         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1512         variable `buf' with `let' instead of `setq'.
1513
1514 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1517         add Content-Disposition heaeder on the deleted part.
1518
1519 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1520
1521         * wl-draft.el (wl-draft-save): Encode address list under edit by
1522         `eword-encode-unstructured-field-body'.
1523
1524         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1525
1526 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1527
1528         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1529         wl-current-summary-buffer.
1530
1531 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1532
1533         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1534         `numbers' is ignored.
1535
1536 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-folder.el (wl-folder-open-folder): Avoid error.
1539         Reported by John Owens, [wl-en:815]
1540
1541         * wl.el (wl): Set timer for biff process even if prefix argument
1542         is given or auto-checking is quitted.
1543
1544         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1545         immediately.
1546         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1547         (wl-toggle-plugged): Ditto.
1548
1549         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1550         * wl-util.el (wl-biff-start): Use idle timer if
1551         `wl-biff-use-idle-timer' is non-nil.
1552
1553 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1554
1555         * wl-highlight.el (wl-highlight-message): Fix description.
1556
1557 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1560         tty.
1561
1562 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-action.el (wl-summary-exec): Print failure count.
1565
1566 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1569         to `defun', remove interactive form.
1570         Set elmo-message-fetch-confirm when force-reload is non-nil.
1571
1572 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-summary.el (toplevel): Removed unnecessary autoload.
1575
1576 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1579         the buffer is generated from another message buffer.
1580
1581 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1584         extracted from `wl-fldmgr-save-folders'.
1585         (wl-fldmgr-delete): Call it after deletion.
1586
1587 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1590         multi-tty support.
1591
1592 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1593
1594         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1595
1596 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1597
1598         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1599         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1600
1601 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1604         unsubscribe list only if argument CLEAR is nil.
1605
1606 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl-draft.el (wl-draft-reply): Decode subject before removing
1609         Re: prefix.
1610
1611 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1612
1613         * wl-summary.el (wl-summary-sort-by-size): New command.
1614
1615 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-summary.el (wl-summary-number-list-from-region): New
1618         function.
1619         (wl-summary-mark-as-read-region): Use it.
1620         (wl-summary-mark-as-unread-region): Ditto.
1621         (wl-summary-set-flags-region): Ditto and add optional argument
1622         remove.
1623         (wl-summary-mark-as-answered-region): Ditto.
1624         (wl-summary-mark-as-important-region): Ditto.
1625         (wl-summary-target-mark-mark-as-important): Added optional
1626         argument remove.
1627         (wl-summary-target-mark-mark-as-answered): Ditto.
1628         (wl-summary-target-mark-set-flags): Ditto.
1629
1630 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-summary.el (wl-summary-set-flags-region): Call
1633         `wl-summary-set-flags-internal' with number list instead of call
1634         one by each message.
1635         (wl-summary-target-mark-set-flags): Likewise.
1636
1637 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1638
1639         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1640         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1641         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1642         (wl-summary-target-mark-mark-as-answered): Likewise.
1643
1644 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-summary.el (wl-summary-target-mark-forward): Use
1647         `wl-summary-delete-all-target-marks' instead of
1648         `wl-summary-delete-all-temp-marks'.
1649         (wl-summary-target-mark-reply-with-citation): Ditto.
1650         (wl-summary-target-mark-uudecode): Ditto.
1651         (wl-summary-target-mark-set-flags): Ditto and remove needless
1652         cursor move.
1653
1654 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1655
1656         * wl-summary.el (wl-summary-target-mark-forward): Protect
1657         wl-summary-buffer-target-mark-list from nreverse.
1658         (wl-summary-target-mark-reply-with-citation): Ditto.
1659
1660 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1663         `elmo-display-progress-threshold'.
1664
1665 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1668         check `wl-summary-highlight'.
1669         (wl-summary-window-scroll-functions): Respect value of
1670         `wl-summary-highlight'.
1671         (wl-summary-sync-update): Run hooks
1672         `wl-summary-buffer-window-scroll-functions' at any time.
1673
1674 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1675
1676         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1677         from `wl-summary-cleanup-temp-marks'.
1678         (wl-summary-cleanup-temp-marks): Abolish argument.
1679         * wl.el (wl-save-status): Revert previous change.
1680         (wl-execute-temp-marks): New function, call
1681         `wl-summary-exec-with-confirmation'.
1682         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1683         (wl-folder-save-and-exec-marks): Abolished.
1684
1685 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1686
1687         * wl-e21.el (wl-e21-display-image-p): Respect
1688         `wl-highlight-folder-with-icon'.
1689         (wl-e21-highlight-folder-group-line): Highlight mouse line
1690         even if wl-e21-display-image-p is nil.
1691
1692         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1693         Respect value of `wl-summary-highlight'.
1694
1695         * wl.el (wl-save-status): Remove unused variable.
1696
1697         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1698         (wl-folder-mode-map): Bind it to "x".
1699
1700 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1703
1704         * wl-thread.el (wl-thread-get-parent-list): Don't check
1705         disconnected ancestors, neglecting needless work in
1706         `wl-thread-update-indent-string-thread'.
1707
1708         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1709         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1710         argument, add argument default-keep to keep marks by default.
1711
1712         * Version number is increased to 2.11.30.
1713
1714         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1715         customization type and docstring.
1716         (wl-draft-reply-without-argument-list): Ditto.
1717
1718 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1721
1722         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1723
1724 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1727
1728 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1731         save-excursion so as not to include run-hooks.
1732
1733 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1734
1735         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1736         Clarify that marks are going to be cleared.
1737
1738 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1741         according to 3rd element of wl-summary-flag-mark.
1742
1743         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1744
1745 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-action.el (wl-summary-target-mark-all): Don't set
1748         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1749
1750 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1751
1752         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1753         (wl-forward-subject-prefix): Ditto.
1754         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1755         (wl-draft-reply-make-subject): Ditto.
1756
1757         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1758         `wl-draft-forward'.
1759         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1760
1761 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762
1763         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1764         target message does not exist.
1765
1766 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1767
1768         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1769         `wl-subject-prefix-regexp'.
1770         (wl-subject-forward-prefix-regexp): New variable.
1771         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1772         `wl-draft-strip-subject-re' and take regexp as argument.
1773         (wl-draft-forward): Use it.
1774         (wl-draft-reply): Ditto.
1775
1776 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1777
1778         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1779         emacs multi-tty support.
1780
1781 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1782
1783         * wl-e21.el (wl-e21-display-image-p): Don't call
1784         `display-images-p'.
1785         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1786         support.
1787         (wl-highlight-folder-current-line): Ditto.
1788         (wl-folder-init-icons): Ditto.
1789
1790 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1791
1792         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1793         the last line of summary in unplugged mode.
1794
1795 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1796
1797         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1798
1799 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1802         * wl-address.el (wl-address-user-mail-address-p): Use it.
1803         (wl-address-delete-user-mail-addresses): Ditto.
1804         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1805
1806         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1807         (wl-address-delete-user-mail-addresses): Ditto.
1808
1809         * wl-address.el (wl-address-delete-user-mail-addresses): New
1810         function.
1811         * wl-refile.el (wl-refile-guess-by-history): Use it.
1812         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1813         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1814
1815         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1816         use wl-address-user-mail-address-p.
1817
1818 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1821         after opening group.
1822
1823 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1826         of elmo-set-buffer-multibyte.
1827
1828         * wl-message.el (wl-original-message-mode): Ditto.
1829
1830         * wl-score.el (wl-score-insert-header): Ditto.
1831
1832         * wl-summary.el
1833         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1834         (wl-summary-goto-folder-subr): Ditto.
1835         (wl-summary-insert-headers): Ditto.
1836
1837         * wl-util.el (wl-set-string-width): Ditto.
1838
1839         * Version number is increased to 2.11.29.
1840
1841 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1842
1843         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1844         (wl-highlight-summary-line-help-echo-alist): New variable.
1845         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1846         into `wl-highlight-summary-line-help-echo' and
1847         `wl-highlight-flag-folder-help-echo'.
1848         (wl-highlight-summary-line-string): Change accordingly.
1849         (wl-highlight-summary-current-line): Ditto.
1850
1851 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1854         at the beginning of field body (Thanks to Markus Knittig).
1855
1856         * wl-draft.el (wl-draft-insert-current-message): Also check
1857         summary buffer, remove unnecessary tag.
1858
1859 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1862         when wl-message-buffer is nil.
1863
1864         * wl-folder.el (wl-folder): Abolish unused argument.
1865         Call wl-folder-init when wl-folder-entity is nil.
1866         * wl.el (wl): Change accordingly.
1867
1868 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1871         multibyte string before insert into draft buffer.
1872         (wl-draft-create-buffer): Always enable multibyte characters for
1873         draft buffer.
1874
1875         * Version number is increased to 2.11.28.
1876
1877 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1878
1879         * wl-folder.el (wl-folder-open-close): Handle blank line.
1880         (wl-folder-jump-to-current-entity): Ditto.
1881
1882 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * Version number is increased to 2.11.27.
1885
1886 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1887
1888         * wl-thread.el (wl-thread-insert-message): When the thread is
1889         devided by wl-summary-max-thread-depth, insert line at the end of
1890         buffer.
1891
1892 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * Version number is increased to 2.11.26.
1895
1896 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1899
1900 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1903         value of stream-type and session.
1904
1905 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1906
1907         * Version number is increased to 2.11.25.
1908
1909 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1910
1911         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1912         in a quit message.
1913
1914 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1915
1916         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1917         (wl-summary-redisplay-no-mime-internal): Ditto.
1918
1919 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1922         * wl-vars.el (wl-smtp-connection-type): Ditto.
1923
1924 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1925
1926         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1927         for the separator line and quote mail-header-separator.
1928
1929 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1932         result message.
1933
1934         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1935         `elmo-multiple-fields-body-list' with boundary as
1936         mail-header-separator.
1937
1938 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1941
1942 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * wl-util.el (wl-list-diff): Remove unused function.
1945
1946         * wl-draft.el (wl-draft-send-confirm): Discard input before
1947         confirmation.
1948
1949 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1952         order of flag and new.
1953
1954 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1955
1956         * wl-vars.el (wl-refile-policy-alist): Abolished.
1957
1958         * wl-action.el (wl-summary-set-action-refile): Follow the change
1959         above.
1960
1961 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * wl-highlight.el (wl-highlight-signature-search): Don't use
1964         re-search-backward for a long word since it is possible to crash
1965         XEmacs because of a bug.
1966
1967 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1968
1969         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1970
1971 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1972
1973         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1974         argument for wl-summary-sync-force-update.
1975
1976 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1977
1978         * wl-summary.el (wl-summary-mode-map): Revival of
1979         wl-summary-mark-as-important related bindings;
1980         Bind 'F','tF','mF','rF','m&'.
1981         (wl-summary-mark-as-important-region): Revival.
1982         (wl-summary-target-mark-mark-as-important): Ditto.
1983         (wl-summary-target-mark-operation): New function.
1984         (wl-summary-target-mark-mark-as-answered): Use it.
1985         (wl-summary-decide-flag): Don't set Important as default.
1986         (wl-summary-mark-as-important-internal): Revival.
1987         (wl-summary-mark-as-important): Ditto.
1988
1989         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1990
1991         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1992         instead of facep.
1993
1994 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1995
1996         * wl-dnd.el (wl-dnd-drop-func): Fix.
1997
1998         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1999         mouse-set-point instead of posn-point.
2000
2001         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2002
2003         * wl-mule.el (wl-completing-read-multiple): Ditto.
2004
2005 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-demo.el (face-background-name): Defalias to avoid compile
2008         warning.
2009
2010 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * wl-summary.el (wl-summary-decide-flag): Use
2013         wl-completing-read-multiple instead of completing-read-multiple.
2014
2015         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2016         New alias.
2017
2018         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2019         Use face-background-name instead of face-background.
2020
2021         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2022
2023         * wl-summary.el (wl-summary-save): Use it.
2024         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2025
2026         * wl-mime.el (wl-mime-save-content): Fix last change.
2027
2028 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2029
2030         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2031         New function.
2032         (wl-summary-sort-specs): Added sort.
2033         * wl-mime.el (wl-mime-save-content): Expand file name.
2034
2035 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2036
2037         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2038
2039         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2040
2041 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2042
2043         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2044         for flag if it is not defined.
2045
2046 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2047
2048         * wl-e21.el (wl-highlight-folder-current-line): Use
2049         elmo-folder-type-internal when elmo-folder-type returns nil.
2050
2051         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2052
2053         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2054
2055         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2056
2057         * wl-e21.el (wl-summary-toolbar): Ditto.
2058
2059         * wl-vars.el (wl-demo-background-color): Abolished.
2060         (wl-summary-persistent-mark-priority-list): Renamed from
2061         wl-summary-flag-priority-list.
2062         (wl-summary-flag-alist): New user option.
2063         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2064         (wl-message-mode-line-format-spec-alist): Added 'F'.
2065         (wl-message-mode-line-format): Likewise.
2066         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2067         instead of wl-summary-important-mark.
2068         (wl-file-folder-icon): New variable.
2069
2070         * wl-thread.el (wl-thread-set-flags): Renamed from
2071         wl-thread-mark-as-important.
2072
2073         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2074         warning.
2075         (wl-summary-mode-menu-spec): Follow the change of 
2076         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2077         (wl-summary-mode-map): Follow the change of
2078         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2079         (wl-summary-detect-mark-position): Follow the variable name change.
2080         (wl-summary-set-flags-region): New function for the replacement of
2081         wl-summary-mark-as-important-region.
2082         (wl-summary-sync-marks): Sync all global-flags.
2083         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2084         instead of elmo-message-flagged-p.
2085         (wl-summary-persistent-mark-string): Follow the variable name change;
2086         Put wl-summary-flag-mark if the message has global-flag.
2087         (wl-summary-target-mark-set-flags): Renamed from 
2088         wl-summary-target-mark-mark-as-important.
2089         (wl-summary-decide-flag): New function.
2090         (wl-summary-set-flags-internal): Renamed from
2091         wl-summary-mark-as-important-internal.
2092         (wl-summary-add-flags-internal): New function.
2093         (wl-summary-remove-flags-internal): Ditto.
2094         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2095         (wl-summary-mark-as-unimportant): Abolish.
2096         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2097         (wl-summary-next-message): List flagged messages in the msgdb.
2098
2099         * wl-score.el (wl-summary-score-update-all-lines): Use
2100         wl-summary-add-flags-internal instead of 
2101
2102         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2103
2104         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2105         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2106         (wl-message-buffer-require-all-header): Renamed from
2107         wl-message-buffer-all-header-flag (Ditto).
2108         (wl-message-buffer-flag-indicator): New variable.
2109         (wl-message-redisplay): Changed local varibale name from `flag' to
2110         `display-type'; Set up wl-message-buffer-flag-indicator.
2111         (wl-message-buffer-display): Changed varibale name from `flag' to
2112         `display-type'.
2113         (wl-message-display-internal): Likewise.
2114
2115         * wl-highlight.el (wl-highlight-demo-face): Define default background
2116         color.
2117         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2118
2119         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2120
2121         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2122         (wl-demo-setup-properties): Renamed from
2123         `wl-demo-set-background-color'.
2124         (wl-demo): Follow the change above.
2125         
2126         * Version number is increased to 2.11.24.
2127
2128 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-summary.el (wl-summary-toggle-thread): Call
2131         `wl-summary-rescan' with disable-thread as non-nil.
2132         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2133
2134 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2137         foreground property of the face.
2138         (wl-demo-insert-text): Don't set up face property here.
2139         (wl-demo): Call wl-demo-set-background-color, anyway.
2140
2141 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-vars.el (wl-demo-background-color): The value can be nil.
2144
2145 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2146
2147         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2148         to wl-summary-wheel-dispatcher.
2149
2150         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2151         wl-message-wheel-dispatcher.
2152         (wl-message-wheel-dispatcher): New function.
2153         (wl-summary-wheel-dispatcher): Ditto.
2154
2155 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-action.el (wl-summary-target-mark-all): List messages which are
2158         not in the killed-list.
2159
2160         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2161         only when the folder is 'flag/important.
2162
2163         * wl-address.el (wl-complete-field-body): Complete if the last
2164         character is a space.
2165
2166 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * wl-folder.el (wl-folder-clear-entity-info): Use
2169         elmo-clear-hash-val.
2170
2171         * wl-fldmgr.el (wl-fldmgr-rename): Set
2172         wl-folder-info-alist-modified as t.
2173
2174 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2177
2178 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2179
2180         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2181         (wl-folder-buffer-last-visited-entity-id): New buffer local
2182         variable.
2183         (wl-folder-revisit-last-visited-folder): New function.
2184         (wl-folder-mode-map): Bind it to "C-i".
2185         (wl-folder-set-current-entity-id): Set last visited folder.
2186         * wl-summary.el (wl-summary-exit): Ditto.
2187
2188 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2191         before calling `recenter' in order to cope with an XEmacs bug.
2192
2193 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2196         to the default value.
2197
2198 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2201         change.
2202         (wl-summary-sync-marks): Ditto.
2203         (wl-summary-mark-as-read-internal): Ditto.
2204         (wl-summary-mark-as-answered-internal): Ditto.
2205         (wl-summary-mark-as-important-internal): Ditto.
2206         (wl-summary-reply): Ditto.
2207
2208         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2209         instead of `elmo-folder-unflag-answered'.
2210
2211         * Version number is increased to 2.11.23.
2212
2213         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2214         the last change.
2215
2216 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2217
2218         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2219         Specify "spam" or "good".
2220
2221 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * wl-spam.el (wl-summary-exec-action-spam): Call
2224         wl-folder-confirm-existence for spam folder.
2225         (wl-spam-setup): Bind "mk".
2226
2227 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2230
2231 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2234         destination folder is empty.
2235
2236 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2237
2238         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2239         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2240
2241         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2242         (wl-summary-refile-prev-destination-region): New function.
2243         (wl-thread-refile-prev-destination): Ditto.
2244         (wl-summary-target-mark-refile-prev-destination): Ditto.
2245
2246 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2249         (wl-demo-background-color): Changed default value.
2250
2251         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2252         color.
2253
2254         * wl-demo.el (wl-demo-set-background-color): New function.
2255         (wl-demo): Call it.
2256
2257 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2260         * wl-address.el (wl-address-add-or-change): Don't add empty
2261         address.
2262
2263 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2264
2265         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2266
2267 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2268
2269         * wl-vars.el (wl-demo-image-filter-alist): New variable
2270         (wl-demo-background-color): Ditto.
2271
2272         * wl-demo.el (wl-demo-xpm-set-background): New function.
2273         (wl-demo-image-filter): Ditto.
2274         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2275
2276         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2277
2278         * wl-demo.el (wl-demo-icon-name): Define as function.
2279         (wl-demo-insert-image): Use it.
2280
2281 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2282
2283         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2284
2285 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2286
2287         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2288
2289 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2290
2291         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2292
2293 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-thread.el (wl-thread-mark-as-answered): New function.
2296
2297         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2298         answered" entry.
2299         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2300         "r&" and wl-thread-mark-as-answered to "t&".
2301         (wl-summary-mark-as-important-region): Refine to toggle mark.
2302         (wl-summary-mark-as-answered-region): New function.
2303         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2304         and 3rd argument.
2305         (wl-summary-mark-as-important-internal): Likewise.
2306
2307 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-template.el (wl-template-preview): New internal variable.
2310         (wl-template-preview-p): New function.
2311         (wl-template-show): Bind `wl-template-preview' as t.
2312
2313 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2316         `elmo-message-entity-field' with 3rd argument which is non-nil.
2317
2318 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2321         Removed duplicate local bind `folder'.
2322
2323 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2324
2325         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2326
2327 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2330         duplicate definition.
2331
2332 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2333
2334         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2335         non-nil, use it; Don't fetch message if there's no message in the
2336         current cursor position.
2337
2338 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2339
2340         * wl-util.el (wl-region-exists-p): Use region-active-p.
2341         (wl-deactivate-region): New function.
2342         * wl-message.el (wl-message-redisplay): Deactivate region.
2343
2344         * wl-summary.el (wl-summary-reply): Call
2345         `wl-summary-set-message-buffer-or-redisplay' instead of
2346         `wl-summary-redisplay-internal', don't move point.
2347
2348 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2351         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2352         by regexp.
2353
2354 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2357         if no need.
2358
2359 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2360
2361         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2362         default value to nil.
2363         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2364         `wl-summary-prepare-hook'; Replace refile action to
2365         `wl-summary-exec-action-refile-with-register'.
2366
2367         * Version number is increased to 2.11.22.
2368
2369 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * wl-summary.el (wl-summary-detect-mark-position): Set
2372         `wl-summary-buffer-weekday-name-lang'.
2373
2374 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2375
2376         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2377         (wl-summary-mark-as-read-all): Ditto.
2378         (wl-summary-delete-messages-on-buffer): Ditto.
2379         (wl-summary-sync-update): Ditto.
2380         (wl-summary-mark-as-read-internal): Ditto.
2381         (wl-summary-mark-as-answered-internal): Ditto.
2382         (wl-summary-update-folder-info): Abolished.
2383
2384 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-summary.el (wl-summary-mark-as-read-all): Use
2387         `wl-summary-update-folder-info' instead of
2388         `wl-folder-update-unread'.
2389
2390 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2391
2392         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2393         `wl-summary-folder-info-update'.
2394         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2395         instead of `wl-summary-folder-info-update'.
2396         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2397         `wl-folder-set-folder-updated'.
2398         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2399         instead of `wl-folder-update-unread'.
2400         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2401         the value of `wl-summary-buffer-unread-count' for the second parameter of
2402         `wl-folder-update-unread'.
2403
2404         * Version number is increased to 2.11.21.
2405
2406 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2407
2408         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2409         a local variable.
2410
2411 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2414         interactively.
2415
2416         * wl-summary.el (wl-summary-mark-as-important-internal): New
2417         internal function.
2418         (wl-summary-mark-as-important): Use it.
2419         (wl-summary-mark-as-unimportant): New function.
2420         (wl-summary-sync-marks): Follow the API change.
2421
2422         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2423
2424         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2425
2426 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2427
2428         * wl-folder.el (wl-folder-update-unread): Re-indent.
2429         Narrow the scope of a local variable.
2430
2431 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2434         (wl-addrmgr-merge-entries): Ditto.
2435         (wl-addrmgr): Added to address entry which exists in draft buffer
2436         if no entry is in original.
2437
2438 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2439
2440         * wl-batch.el: New file.
2441
2442 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2443
2444         * wl-vars.el (wl-use-semi): Remove unused variable.
2445
2446 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2449         "?".
2450
2451 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2452
2453         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2454         wl-summary-new-mark.
2455         (wl-summary-new-cached-mark): New user option.
2456         (wl-summary-score-marks): Follow the change above.
2457         (wl-summary-auto-refile-skip-marks): Ditto.
2458         (wl-summary-incorporate-marks): Ditto.
2459         (wl-summary-expire-reserve-marks): Ditto.
2460
2461         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2462
2463         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2464         (wl-summary-persistent-mark-string): Distinguished between cached
2465         and uncached mark when the message is new.
2466
2467 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * wl-spam.el (wl-spam-domain): Renamed from
2470         `wl-spam-folder-guess-domain'.
2471         (wl-summary-exec-action-spam): Register as spam if domain of the
2472         source folder is good.
2473         (wl-summary-exec-action-refile-with-register): Register message if
2474         domain of the source folder is not undecided.
2475
2476 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2477
2478         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2479         detect thread loop.
2480
2481 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2484         and wl-summary-skip-mark-list.
2485
2486 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2489
2490         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2491
2492         * wl-spam.el (toplevel): Require wl-highlight.
2493         (wl-spam-auto-check-policy-alist): Abolish.
2494         (wl-spam-auto-check-folder-regexp-list): New user option.
2495         (wl-spam-auto-check-marks): Ditto.
2496         (wl-spam-mark-action-list): Ditto.
2497         (wl-highlight-summary-spam-face): New face.
2498         (wl-spam-auto-check-message-p): New function.
2499         (wl-spam-map-spam-messages): Fixed message.
2500         (wl-spam-register-spam-messages): Ditto.
2501         (wl-spam-register-good-messages): Ditto.
2502         (wl-summary-spam-map): Add and remove keybind.
2503         (wl-summary-target-mark-spam): Abolish.
2504         (wl-summary-refile-spam): Ditto.
2505         (wl-summary-test-spam): New function.
2506         (wl-summary-mark-spam): Ditto.
2507         (wl-summary-auto-check-spam): Follow the above change.
2508         (wl-summary-exec-action-spam): New function.
2509         (wl-summary-exec-action-refile-with-register): Fixed message.
2510         (wl-message-check-spam): New function.
2511         (wl-spam-setup): Ditto.
2512         (toplevel): Call it if this file is loaded interactivity.
2513
2514         * Version number is increased to 2.11.20.
2515
2516 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2519         when new optional argument `force' is non nil or modified.
2520
2521 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl.el (toplevel): Require wl-spam when compile.
2524         (wl-save-status): Call wl-spam-save-status.
2525
2526         * wl-spam.el (wl-spam-register-spam-messages): New function.
2527         (wl-spam-register-good-messages): Ditto.
2528         (wl-spam-save-status): Ditto.
2529         (wl-summary-mode-map): Bind
2530         wl-summary-target-mark-register-as-spam to "ms" and
2531         wl-summary-target-mark-register-as-good to "mn".
2532         (wl-summary-register-as-spam): Abolish optional argument; Use
2533         wl-spam-register-spam-messages.
2534         (wl-summary-register-as-spam-all): Use
2535         wl-spam-register-spam-messages.
2536         (wl-summary-register-as-good): Abolish optional argument; Use
2537         wl-spam-register-good-messages.
2538         (wl-summary-register-as-good-all): Use
2539         wl-spam-register-good-messages.
2540         (wl-summary-target-mark-register-as-spam): New funtion.
2541         (wl-summary-target-mark-register-as-good): Ditto.
2542
2543 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-spam.el: New file.
2546
2547 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2550
2551         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2552         (wl-summary-auto-refile): Call wl-refile-guess with
2553         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2554
2555 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2556
2557         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2558         with disable-thread argument non-nil.
2559
2560 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-summary.el (wl-summary-rescan): Added optional argument
2563         disable-thread.
2564         (wl-summary-sync): Call wl-summary-rescan with argument
2565         disable-thread.
2566         (wl-summary-input-range): Added new range `rescan-thread'.
2567
2568 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2569
2570         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2571
2572 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2575         internal variable.
2576         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2577         wl-summary-search-parent-by-subject-regexp and
2578         wl-summary-divide-thread-when-subject-changed as nil.
2579         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2580         (wl-summary-insert-thread): Search parent entity from
2581         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2582         thread loop.
2583
2584 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2587
2588         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2589
2590         * wl-util.el (wl-require-update-all-folder-p): New function.
2591         (wl-get-assoc-list-value): Added `function' to match directive.
2592         (wl-collect-draft): Rewrite.
2593
2594         * wl-summary.el (wl-summary-sync-update): Clear faces
2595         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2596         are non-nil.
2597         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2598         argument as function.
2599         (wl-summary-input-range): Ditto.
2600
2601         * wl-folder.el (wl-draft-get-folder): New function.
2602         (wl-folder-get-elmo-folder): Consider draft folder.
2603
2604         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2605         (wl-draft-buffer-message-number): New buffer local variable.
2606         (wl-draft-folder-internal): New internal variable.
2607         (wl-draft-delete): Rewrite.
2608         (wl-draft-save): Ditto.
2609         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2610         wl-folder-get-elmo-folder.
2611         (wl-draft-config-info-operation): Ditto.
2612         (wl-jump-to-draft-folder): Ditto.
2613         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2614         (wl-draft-reedit): Rewrite.
2615
2616         * Version number is increased to 2.11.19.
2617         
2618 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2619
2620         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2621         variable.
2622
2623 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2624
2625         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2626         Use ignore-errors instead of unwind-protect.
2627
2628 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2629
2630         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2631         for updating `wl-thread-entity-list'.
2632
2633 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2634
2635         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2636         parameter from calling `wl-thread-entity-get-older-brothers' and
2637         `wl-thread-entity-get-younger-brothers'.
2638         Replace nested `append' with a single one.
2639
2640 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * wl-summary.el (wl-summary-mode): Don't use the return value of
2643         `make-local-hook'.
2644
2645 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2646
2647         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2648         instead of `let*'.
2649         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2650         of local variables.
2651
2652 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2653
2654         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2655         Renamed from wl-summary-window-scroll-functions.
2656         (wl-summary-window-scroll-functions): Don't set to variable.
2657         (wl-summary-display-top): Use run-hooks.
2658         (wl-summary-display-bottom): Ditto.
2659         (wl-summary-toggle-disp-msg): Ditto.
2660         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2661         Use it instead of wl-summary-window-scroll-functions.
2662         (wl-summary-goto-folder-subr): Don't call
2663         wl-summary-window-scroll-functions, use
2664         wl-summary-buffer-window-scroll-functions instead.
2665
2666 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2667
2668         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2669         make-local-variable.
2670
2671 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2672
2673         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2674         set-buffer-modified-p.
2675         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2676         (wl-summary-display-bottom): Ditto.
2677         (wl-summary-toggle-disp-msg): Ditto.
2678
2679 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2680
2681         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2682
2683         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2684         (wl-summary-forward): Use elmo-message-entity-field instead of
2685         elmo-message-field.
2686
2687         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2688
2689 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-summary.el (wl-summary-window-scroll-functions): No use
2692         `append'.
2693
2694 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2697         function.
2698         (wl-summary-window-scroll-functions): Call it when both
2699         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2700         (wl-summary-temp-mark): Added optional argument number.
2701         (wl-summary-message-mark): Added optional argument flag.
2702         (wl-summary-persistent-mark): Added optional argument number and flag.
2703         (wl-summary-update-persistent-mark): Ditto.
2704         (wl-summary-update-status-marks): Set "r" for interactive spec.
2705
2706         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2707         argument number and flag.
2708
2709         * wl-action.el (wl-summary-registered-temp-mark): 
2710         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2711
2712 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2715         internal variable (buffer local).
2716         (wl-summary-window-scroll-functions): New function.
2717         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2718         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2719         as nil.
2720         (wl-summary-update-status-marks): Added arguments beg, end and
2721         check.
2722         (wl-summary-update-mark-window): Use function.
2723         (wl-summary-sync-update): Follow the change above.
2724         (wl-summary-switch-to-clone-buffer): Copy
2725         wl-summary-buffer-unsync-mark-number-list.
2726         (wl-summary-goto-folder-subr): Set
2727         wl-summary-buffer-unsync-mark-number-list and
2728         use wl-summary-window-scroll-functions instead of
2729         wl-summary-lazy-highlight.
2730
2731         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2732
2733 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2736
2737         * wl-summary.el (wl-summary-update-persistent-mark): Call
2738         wl-summary-set-message-modified.
2739
2740         * wl-summary.el (wl-summary-sync-update): Don't call
2741         wl-summary-update-status-marks.
2742
2743         * Version number is increased to 2.11.18.
2744
2745 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2746
2747         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2748         (wl-message-next-page): Ditto.
2749
2750 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2751
2752         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2753         local variable.  Change the order of a collected list into the
2754         same as the specified range.  Remove nil from a collected list.
2755
2756 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2759         argument for elmo-folder-list-messages.
2760
2761 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2764         change (wl-summary-count-unreads return a list instead of a cons
2765         cell).
2766
2767 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2768
2769         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2770         `wl-summary-folder-info-update'.
2771
2772 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-summary.el (wl-summary-set-message-modified): No use
2775         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2776         (wl-summary-set-mark-modified): Abolish.
2777         (wl-summary-mark-modified-p): Ditto.
2778         (wl-summary-save-view): Follow the change above.
2779
2780         * wl-expire.el (wl-summary-expire): Likewise.
2781
2782 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2783
2784         * wl-summary.el (wl-summary-detect-mark-position): Use
2785         modb-entity-handler.
2786         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2787
2788         * Version number is increased to 2.11.17.
2789
2790 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2791
2792         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2793         entity field value.
2794         (wl-summary-prefetch-msg): Ditto.
2795         (wl-summary-print-message-with-ps-print): Ditto.
2796
2797 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2798
2799         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2800         for dummy entity.
2801         (wl-summary-insert-thread): Use elmo-message-entity-field.
2802         (wl-summary-update-thread): Use elmo-message-entity-field and
2803         elmo-message-entity-number.
2804         (wl-summary-line-number):  Use elmo-message-entity-number.
2805         (wl-summary-line-size): Use elmo-message-entity-field.
2806         (wl-summary-line-subject): Ditto.
2807         (wl-summary-line-from): Ditto.
2808         (wl-summary-line-attached): Ditto.
2809         (wl-summary-create-line): Ditto.
2810         (wl-summary-create-line): Use elmo-message-entity-number.
2811         (wl-summary-print-message-with-ps-print): Use
2812         elmo-message-entity-field.
2813
2814 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2815
2816         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2817         change in elmo-msgdb-make-message-entity.
2818         (wl-summary-buffer-set-folder): Don't call
2819         wl-summary-detect-mark-position here.
2820         (wl-summary-rescan): Call elmo-message-entity-number.
2821         (wl-summary-sync-update): Ditto.
2822         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2823
2824         * wl-score.el (wl-score-header-index): Redefine 2th element.
2825         (wl-score-overview-entity-get-extra): Abolish.
2826         (wl-score-ov-entity-get): Rewrite.
2827         (wl-score-string-index<, wl-score-string-func<): Abolish.
2828         (wl-score-string<): New function.
2829         (wl-score-string-sort): Use it.
2830
2831         * wl-refile.el (wl-refile-guess-by-history): Use
2832         elmo-message-entity-field.
2833         (wl-refile-guess-by-from): Ditto.
2834         (wl-refile-guess-by-msgid): Ditto.
2835
2836         * Version number is increased to 2.11.16.
2837
2838 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2839
2840         * wl-folder.el (wl-folder-confirm-existence): Don't call
2841         file-exists-p if msgdb-path is nil.
2842         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2843         `wl-read-folder-hist' to `wl-read-folder-history'.
2844
2845 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2846
2847         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2848         `y-or-n-p'.
2849
2850 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-score.el (wl-score-headers): Don't use
2853         elmo-folder-do-each-message-entity.
2854
2855         * Version number is increased to 2.11.15.
2856
2857 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-summary.el (wl-summary-delete-all-msgs): Use
2860         elmo-folder-move-messages instead of elmo-folder-delete-messages
2861         and elmo-folder-detach-messages.
2862         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2863
2864         * wl-expire.el (wl-expire-delete): Ditto.
2865         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2866
2867 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2868
2869         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2870         (wl-message-header-narrowing-fields): Ditto.
2871         (wl-message-header-narrowing-lines): Ditto.
2872         (wl-message-header-narrowing-string): Ditto.
2873
2874         * wl-summary.el (wl-summary-mode-map): Bind
2875         wl-summary-toggle-header-narrowing to "C-cC-f".
2876         (wl-summary-toggle-header-narrowing): New function.
2877
2878         * wl-message.el (wl-message-buffer-create): Call
2879         wl-message-header-narrowing-setup.
2880         (wl-message-redisplay): Call wl-message-header-narrowing.
2881         (wl-message-header-narrowing): New function.
2882         (wl-message-header-narrowing-map): New keymap.
2883         (wl-message-header-narrowing-widen-map): New keymap.
2884         (wl-message-header-narrowing-again-at-mouse): New function.
2885         (wl-message-header-narrowing-1): Ditto.
2886         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2887         (wl-message-header-narrowing-setup): Ditto.
2888         (wl-message-header-narrowing-toggle): Ditto.
2889         
2890         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2891
2892         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2893         'flag as all.
2894         (wl-use-flag-folder-help-echo): New user option.
2895
2896         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2897         wl-summary-highlight as nil.
2898         (wl-summary-set-mark-modified): Follow the API change.
2899         (wl-summary-mark-modified-p): Ditto.
2900         (wl-summary-mark-as-read-all): Ditto.
2901         (wl-summary-sync-marks): Don't call
2902         elmo-folder-list-messages-with-global-mark.
2903         (wl-summary-mark-as-read-internal): Follow the API change.
2904         (wl-summary-mark-as-answered-internal): Ditto.
2905         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2906         Follow the API change.
2907         (wl-summary-create-line): Call with number argument.
2908         (wl-summary-reply): Follow the API change.
2909
2910         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2911         function.
2912         (wl-highlight-summary-line-string): Call it when
2913         wl-use-flag-folder-help-echo is non-nil.
2914         (wl-highlight-summary-current-line): Ditto.
2915         (elmo-flag-folder-referrer): Added autoload setting.
2916
2917         * wl-draft.el (wl-draft-kill): Follow the API change.
2918
2919         * Version number is increased to 2.11.14.
2920         
2921 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2924
2925 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * Version number is increased to 2.11.13.
2928
2929 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2930
2931         * wl-draft.el (wl-draft-previous-history-element): Fixed
2932         unbalanced parenthesis and bind unbound local variables.
2933
2934 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2935
2936         * wl-draft.el (wl-draft-previous-history-element): New function.
2937         (wl-draft-next-history-element): Ditto.
2938         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2939         them to M-p and M-n.
2940
2941 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * Version number is increased to 2.11.12.
2944
2945 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2946
2947         * wl-draft.el (wl-draft-hide): Select buffer-window.
2948
2949 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2950
2951         * wl-summary.el (wl-summary-narrow-to-region): New function.
2952         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2953         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2954         (wl-summary-save-region): Use it.
2955         * wl-action.el (wl-summary-collect-numbers-region)
2956         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2957
2958 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-folder.el (wl-folder-count-incorporates): Don't use
2961         `elmo-msgdb-mark-load'
2962
2963         * Version number is increased to 2.11.11.
2964
2965 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2966
2967         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2968         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2969
2970 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2971
2972         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2973
2974 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * Version number is increased to 2.11.10.
2977
2978 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979
2980         * wl-mime.el (wl-draft-attribute-value): Fixed.
2981
2982 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2983
2984         * wl-util.el (wl-copy-local-variables): New function.
2985
2986         * wl-mime.el (wl-draft-attribute-recipients): New function.
2987         (wl-draft-attribute-envelope-from): Ditto.
2988         (wl-draft-attribute-smtp-posting-server): Ditto.
2989         (wl-draft-attribute-smtp-posting-port): Ditto.
2990         (wl-draft-attribute-value): Ditto.
2991         (wl-draft-preview-message): Use it to get value for
2992         attributes. Reflect result of `wl-draft-config'.
2993
2994         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2995         and call `wl-summary-mark-as-read' before to call
2996         `wl-summary-unset-mark'.
2997         (wl-summary-target-mark-mark-as-unread): Likewise.
2998         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2999
3000 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3001
3002         * wl-mime.el (wl-draft-preview-message): Use actual value for
3003         attributes; Fix for small window.
3004
3005 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-refile.el (wl-refile-get-field-value): Call
3008         `elmo-message-entity-field' with 3rd argument is non-nil.
3009
3010 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3011
3012         * wl-vars.el (wl-draft-preview-attributes): New user option.
3013         (wl-draft-preview-attributes-list): Ditto.
3014         (wl-draft-preview-attributes-buffer-lines): Ditto.
3015         (wl-draft-preview-attributes-buffer-name): Ditto.
3016
3017         * wl-mime.el (wl-draft-preview-message): Display attributes.
3018
3019 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-summary.el (wl-summary-detect-mark-position): Bind
3022         wl-summary-flag-priority-list to '(new).
3023
3024 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3027         funtion.
3028         (wl-highlight-summary-line-string): Use it.
3029         (wl-highlight-summary-current-line): Ditto.
3030
3031 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3034         line even when the mark string is not changed.
3035
3036         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3037         argument change in the wl-summary-create-line.
3038         (wl-thread-insert-entity-sub): Ditto.
3039
3040         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3041         argument change in the wl-summary-create-line.
3042         (wl-summary-insert-sequential): Ditto.
3043         (wl-summary-update-thread): Ditto.
3044         (wl-summary-persistent-mark-string): New inline function.
3045         (wl-summary-message-mark): Use it.
3046         (wl-summary-create-line): Abolish argument wl-persistent-mark
3047         and added wl-flags, wl-cached.
3048
3049         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3050         mark to flags.
3051         (wl-highlight-summary-current-line): Decide the face not by the 
3052         persistent mark but flags.
3053
3054 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3057         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3058         wl-summary-read-uncached-mark): Revive.
3059         (wl-summary-answered-cached-mark,
3060         wl-summary-answered-uncached-mark): New user option.
3061         (wl-summary-score-marks): Follow the change above.
3062         (wl-summary-auto-refile-skip-marks): Ditto.
3063         (wl-summary-incorporate-marks): Ditto.
3064         (wl-summary-expire-reserve-marks): Ditto.
3065         (wl-summary-flag-priority-list): New user option.
3066
3067         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3068         changes.
3069         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3070         of elmo-message-mark.
3071         (wl-summary-mark-as-read-internal): Ditto.
3072         (wl-summary-mark-as-answered): Ditto.
3073         (wl-summary-mark-as-important): Ditto.
3074         (wl-summary-redisplay-internal): Ditto.
3075         (wl-summary-redisplay-no-mime-internal): Ditto.
3076         (wl-summary-message-mark): New function.
3077         (wl-summary-insert-sequential): Use wl-summary-message-mark
3078         instead of elmo-message-mark.
3079         (wl-summary-update-thread): Ditto.
3080         (wl-summary-persistent-mark): Ditto.
3081         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3082         instead of elmo-message-mark.
3083
3084         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3085         wl-summary-message-mark instead of elmo-message-mark.
3086         (wl-thread-insert-entity-sub): Ditto.
3087         (wl-thread-get-children-msgs-uncached): Ditto.
3088
3089         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3090         variable name changes.
3091         (wl-highlight-summary-current-line): Ditto.
3092
3093         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3094         wl-summary-message-mark instead of elmo-message-mark.
3095
3096         * wl-expire.el (wl-expire-message-p): Ditto.
3097
3098         * wl-score.el (wl-score-headers): Ditto.
3099
3100         * Version number is increased to 2.11.9.
3101
3102         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3103         (wl-summary-sync-update): Follow the change above.
3104         (wl-summary-switch-to-clone-buffer): Ditto.
3105         (wl-summary-open-folder): Ditto.
3106
3107 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3110         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3111
3112         * Version number is increased to 2.11.8.
3113
3114         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3115
3116         * wl-expire.el (wl-expire-refile): Follow the API change on
3117         `elmo-folder-move-messages'.
3118         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3119
3120         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3121         (wl-summary-exec-action-refile): Ditto.
3122         (wl-summary-exec-action-copy): Ditto.
3123         (wl-summary-no-auto-refile-message-p): No use
3124         `wl-summary-buffer-msgdb'.
3125         (wl-summary-auto-refile): Ditto.
3126
3127 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3128
3129         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3130
3131 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3132
3133         * wl-summary.el (wl-summary-sync): Treat no-sync.
3134
3135         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3136         (wl-default-sync-range): Ditto.
3137
3138 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-refile.el (wl-refile-subject-learn): Call
3141         `elmo-message-entity-field' with 3rd argument is non-nil.
3142         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3143         instead of `elmo-msgdb-overview-entity-get-subject'.
3144
3145 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3148         scan-type is rescan.
3149         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3150         new optional argument force is non-nil.
3151         (wl-summary-save-view-cache): Call it with force argument non-nil.
3152
3153         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3154
3155 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3156
3157         * wl-action.el (wl-summary-print-argument): Fixed last change.
3158
3159 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3162         simplified.
3163         (wl-summary-target-mark-mark-as-unread): Likewise.
3164         (wl-summary-target-mark-mark-as-important): Likewise.
3165
3166 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3167
3168         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3169         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3170         (wl-summary-mark-as-important-region): Change accordingly.
3171         (wl-summary-target-mark-mark-as-important): Ditto.
3172
3173 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3176
3177         * wl-action.el (wl-summary-print-argument): Print argument to
3178         right side of window if `wl-summary-print-argument-within-window'
3179         is non-nil.
3180
3181 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3182
3183         * wl-action.el (wl-summary-set-mark): Use
3184         `wl-summary-message-visible-p' to check visibility of the message
3185         and jump to message only when the message line is visible and have
3186         different number; Call wl-summary-unset-mark with number argument.
3187         (wl-summary-unset-mark): 
3188         Use `wl-summary-message-visible-p'
3189         to check visibility of the message and jump to message only when
3190         the message line is visible and have different number;
3191
3192 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3193
3194         * Version number is increased to 2.11.7.
3195
3196         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3197         and wl-folder-summary-line-format.
3198
3199         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3200         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3201         (wl-summary-set-score-mark): Use it.
3202         (wl-summary-target-mark-mark-as-read): Ditto.
3203         (wl-summary-target-mark-mark-as-unread): Ditto.
3204         (wl-summary-target-mark-mark-as-important): Ditto.
3205         (wl-summary-target-mark-msgs): Simplified.
3206         (wl-summary-detect-mark-position): Fixed problem when
3207         summary-line-format no contain persisten/temp mark spec.
3208         (wl-summary-temp-mark): Ditto.
3209         (wl-summary-persistent-mark): Ditto.
3210         (wl-summary-update-persistent-mark): Ditto.
3211
3212         * wl-action.el (wl-summary-set-mark): Ditto.
3213         (wl-summary-unset-mark): Ditto.
3214         All other related portions are changed.
3215
3216 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * Version number is increased to 2.11.6.
3219
3220 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-util.el (wl-current-message-buffer): Define as function;
3223         Don't use the value of wl-messge-buffer.
3224
3225         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3226         persistent mark.
3227
3228         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3229         no current message, cause an error.
3230
3231 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-summary.el (wl-summary-set-message-modified): Use
3234         elmo-folder-set-message-modified instead of
3235         elmo-folder-set-message-modified-internal.
3236
3237 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3240         interactively.
3241         (wl-summary-sync): nokill->entirely.
3242         (wl-summary-sync-marks): Fixed message.
3243         (wl-summary-input-range): Added mark, nokill->entirely.
3244
3245         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3246         messages as read.
3247
3248 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3251         update-noscore.
3252         (wl-summary-sync): Follow the change above.
3253
3254 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-action.el (wl-summary-target-mark-all): Use
3257         elmo-folder-list-messages.
3258
3259 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3262         (wl-summary-rescan): Set wl-summary-scored as nil.
3263         (wl-summary-sync-force-update): Follow the change above.
3264         (wl-summary-sync): Ditto.
3265         (wl-summary-sync-update): Added argument disable-killed.
3266         (wl-summary-insert-headers): Set visible-only argument for
3267         elmo-folder-list-messages.
3268         (wl-summary-input-range): Added update-nokill, update-noscore,
3269         all-nokill, all-noscore and mark.
3270
3271         * Version number is increased to 2.11.5.
3272
3273         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3274
3275 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3276
3277         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3278         (wl-summary-prefetch-region-no-mark): Change accordingly.
3279         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3280
3281 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3282
3283         * wl-address.el (wl-complete-field-to): Abolished.
3284         (wl-complete-address): Completion function for completing-read.
3285         * wl-action.el (wl-summary-get-resend-address): Use it.
3286
3287         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3288         wl-summary-update-mark and abolish unused argument.
3289         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3290         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3291         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3292         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3293         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3294         * wl-draft.el (wl-draft-kill): Ditto.
3295
3296         * wl-summary.el: Remove unused binding of case-fold-search.
3297         (wl-summary-replace-status-marks): Abolished.
3298
3299 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3302         is specified or folder length is zero.
3303
3304 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3305
3306         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3307         (wl-folder-archive-current-entity): Ditto.
3308
3309 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3312         retrieving message mark.
3313         (wl-summary-redisplay-internal): Ditto.
3314
3315         * wl-message.el (wl-message-buffer-display): Ignore errors while
3316         retrieving message-id field.
3317
3318         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3319         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3320         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3321         order of the arguments for `wl-expire-message-p'.
3322         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3323
3324         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3325         Check return value of wl-summary-reply.
3326         (wl-summary-reply): Recover window configuration when an error occured.
3327
3328 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3329
3330         * wl-summary.el (wl-summary-resend-message): Abolished, the
3331         feature is inherited by wl-summary-resend (put resend mark).
3332
3333 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3334
3335         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3336         wl-message-buffer to nil when the message is hide.
3337
3338 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * .cvsignore: New file.
3341
3342 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3343
3344         * wl-action.el (wl-summary-action-docstring): Add more info.
3345         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3346         duplicate definition.
3347         (wl-summary-define-mark-action): Functions wl-summary-*-region
3348         keep current position.
3349         (wl-summary-unregister-target-mark): Store result to the variable.
3350
3351 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3352
3353         * Version number is increased to 2.11.4.
3354
3355 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3356
3357         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3358         wl-summary-delete-all-temp-marks.
3359         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3360
3361         * wl-action.el (wl-summary-set-mark): Changed terminology
3362         refile-destination -> action-argument.
3363         (wl-summary-unset-mark): Ditto.
3364         (wl-summary-remove-argument): Ditto.
3365         (wl-summary-print-argument): Ditto.
3366
3367         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3368         (wl-thread-remove-argument-region): Ditto.
3369         (wl-thread-print-argument-region): Ditto.
3370         (wl-thread-close): Ditto.
3371         (wl-thread-open): Ditto.
3372
3373         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3374         (wl-highlight-refile-destination-face is abolished)
3375         (wl-highlight-action-argument-string): Ditto.
3376         (wl-highlight-summary-current-line): Highlight action argument.
3377
3378         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3379         color for light backgrounds.
3380         (wl-highlight-summary-answered-face): Ditto.
3381
3382 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3383
3384         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3385
3386         * wl-score.el (wl-summary-score-update-all-lines): Use
3387         wl-summary-set-mark.
3388         (wl-summary-score-update-all-lines): Kill expunged messages.
3389
3390         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3391
3392 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3393
3394         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3395         directly.
3396         (wl-score-overview-entity-get-lines): Ditto.
3397         (wl-score-overview-entity-get-xref): Ditto.
3398         (wl-score-get-latest-msgs): Ditto.
3399         (wl-summary-rescore): Ditto.
3400
3401         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3402         to "&".
3403         (wl-summary-mark-as-answered-internal): New inline function.
3404         (wl-summary-mark-as-answered): New function.
3405         (wl-summary-mark-as-unanswered): Ditto.
3406         (wl-summary-sync-marks): Modified for answered-mark synching.
3407
3408 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3409
3410         * wl-action.el (wl-summary-set-mark): Fixed last change.
3411
3412 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3413
3414         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3415         behavior of wl-summary-unread-message-hook
3416         (Pointed out by akira yamada <akira@arika.org>).
3417
3418 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3419
3420         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3421         wl-summary-delete.
3422         * wl-xmas.el (wl-summary-toolbar): Ditto.
3423
3424         * wl-action.el (wl-summary-set-mark): Don't override current
3425         temp-mark.
3426
3427         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3428
3429 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3432         (wl-refile-msgid-learn): Ditto.
3433         (wl-refile-get-field-value): Ditto.
3434
3435         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3436
3437         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3438         (wl-expire-delete-reserved-messages): Renamed from
3439         wl-expire-reserve-marked-msgs-from-list.
3440         (wl-expire-delete): Removed argument `msgdb'.
3441         (wl-expire-refile): Ditto.
3442         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3443         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3444         mark-alist as argument.
3445         (wl-expire-archive-number1): Removed argument `msgdb'.
3446         (wl-expire-archive-number2): Ditto.
3447         (wl-expire-archive-date): Ditto.
3448         (wl-expire-localdir-date): Ditto.
3449         (wl-expire-hide): Ditto.
3450         (wl-archive-number1): Ditto.
3451         (wl-archive-number2): Ditto.
3452         (wl-archive-date): Ditto.
3453         (wl-archive-folder): Ditto.
3454         All other related portions are changed.
3455
3456 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3457
3458         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3459         mean move up and down. (suggested by Takashi Kawachi)
3460
3461 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-acap.el (toplevel): Don't require un-define.
3464
3465 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-thread.el (wl-thread-delete-message): Always update
3468         wl-summary-buffer-number-list.
3469
3470         * wl-action.el (wl-summary-print-destination): 
3471         Do nothing when folder is nil.
3472
3473 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3474
3475         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3476         persistent mark when prefetch is succeeded.
3477
3478 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3481         instead of elmo-msgdb-delete-msgs.
3482         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3483         (wl-expire-hide): Ditto.
3484
3485         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3486
3487         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3488         elmo-msgdb interface.
3489         (wl-thread-get-exist-children): Likewise.
3490         (wl-thread-insert-message): Likewise.
3491         (wl-thread-msg-mark-as-important): Likewise.
3492         (wl-thread-insert-entity-sub): Likewise.
3493         (wl-thread-get-children-msgs-uncached): Likewise.
3494
3495         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3496         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3497         (wl-summary-sync-update): Likewise.
3498         (wl-summary-auto-select-msg-p): Likewise.
3499         (wl-summary-update-thread): Likewise.
3500         (wl-summary-mark-as-important): Likewise.
3501         (wl-summary-jump-to-msg-internal): Likewise.
3502         (wl-summary-redisplay-internal): Likewise.
3503         (wl-summary-print-message-with-ps-print): Likewise.
3504         (wl-summary-folder-info-update): Likewise.
3505
3506         * wl-folder.el (wl-folder-check-one-entity):
3507         elmo-folder-count-flags instead of wl-summary-count-unread.
3508
3509         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3510
3511         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3512
3513         * wl-summary.el (wl-summary-set-message-modified): 
3514         Call wl-summary-set-mark-modified.
3515         (wl-summary-delete-messages-on-buffer): Call
3516         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3517         (wl-summary-sync-update): Call elmo-folder-length instead of
3518         elmo-folder-messages.
3519         (wl-summary-insert-headers): Don't call
3520         elmo-folder-list-message-entities.
3521
3522 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3523
3524         * wl-action.el (wl-summary-define-mark-action): Call
3525         `wl-summary-set-mark' with argument `data'.
3526         (wl-summary-auto-refile): Fixed order of arguments when call
3527         `wl-summary-refile'.
3528
3529 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3532
3533         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3534
3535         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3536         (Renamed from wl-highlight-summary-deleted-face).
3537         (wl-highlight-summary-resend-face): New face.
3538
3539         (wl-highlight-summary-deleted-face): Renamed from
3540         wl-highlight-summary-erased-face.
3541
3542         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3543
3544         * wl-action.el (wl-summary-get-resend-address): New function.
3545         (wl-summary-exec-action-resend): Ditto.
3546         (wl-summary-exec-action-resend-subr): Ditto.
3547
3548         * w-thread.el (wl-thread-copy): Removed definition.
3549         (wl-thread-refile): Ditto.
3550         (wl-thread-delete): Ditto.
3551         (wl-thread-target-mark): Ditto.
3552
3553         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3554         (wl-summary-target-mark-set-action): Fixed.
3555         (wl-summary-define-mark-action): Fixed quotation.
3556         (wl-summary-move-mark-list-messages): Display message.
3557         (wl-summary-define-mark-action): Define thread functions.
3558         (wl-summary-exec-action-refile): Changed message.
3559         (wl-summary-exec): Ditto.
3560
3561 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3562         
3563         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3564         '%%'.
3565
3566 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3567
3568         * wl.el (toplevel): Require wl-action.
3569         (wl-init): Call wl-summary-define-mark-action.
3570
3571         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3572
3573         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3574         wl-summary-delete and wl-summary-erase.
3575         (wl-summary-mode-map): Ditto.
3576
3577         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3578         wl-delete-folder-alist.
3579
3580         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3581         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3582         (toplevel): Moved mark & action related functions to the wl-action.el.
3583
3584         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3585         in wl-summary-mark-action-list.
3586         (wl-highlight-summary-current-line): Ditto.
3587
3588         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3589         empty lines.
3590
3591         * wl-action.el: New file. 
3592
3593 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3594
3595         * wl-summary.el (wl-summary-target-mark-replace): New function.
3596         (wl-summary-target-mark-prefetch): Use it.
3597         (wl-summary-target-mark-delete): Ditto.
3598         (toplevel): Rearranged definition order.
3599         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3600         (wl-summary-target-mark-erase): Rewrite.
3601         (wl-summary-erase-region): New function.
3602         (wl-summary-exec-action-erase): Changed message.
3603         (wl-summary-move-mark-list-messages): New function.
3604         (wl-summary-exec-action-delete): Use it.
3605         (wl-summary-exec-action-erase): Ditto.
3606
3607         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3608         (wl-summary-skip-mark-list): Added "d".
3609
3610         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3611         while searching.
3612
3613         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3614         and define using defcustom;
3615         Define 4th element as a face.
3616         
3617         * wl-summary.el (wl-summary-incorporate): Use 
3618         `wl-summary-prefetch-region-no-mark' instead of
3619         `wl-summary-prefetch-region'.
3620         (wl-summary-prefetch-region-no-mark): Revival of old
3621         `wl-summary-prefetch-region'.
3622         (wl-summary-mark-action-list): Moved to wl-vars.el
3623
3624         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3625         face according to the `wl-summary-mark-action-list'.
3626         (wl-highlight-summary-current-line): Ditto;
3627         Removed destination highlighting.
3628
3629         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3630         (wl-highlight-summary-line-string): Highlight for "i" mark.
3631         (wl-highlight-summary-current-line): Ditto.
3632
3633         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3634         no destination.
3635
3636         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3637         exists, just go ahead.
3638         (wl-summary-prefetch-region): Rewrite.
3639         (wl-summary-prefetch): Ditto.
3640         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3641         (wl-summary-exec-action-prefetch): New function.
3642         (wl-summary-target-mark-prefetch): Rewrite.
3643
3644 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3645
3646         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3647         (wl-highlight-summary-line-string): Added "d" and "D".
3648         (wl-highlight-summary-current-line): Ditto.
3649
3650         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3651         in wl-summary.el.
3652         (wl-thread-insert-entity-sub): Ditto.
3653         (wl-thread-remove-destination-region): Ditto.
3654         (wl-thread-print-destination-region): Ditto.
3655
3656         * wl-summary.el (wl-summary-buffer-refile-list,
3657         wl-summary-buffer-delete-list,
3658         wl-summary-buffer-copy-list): Abolish.
3659         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3660         All other related portions are changed.
3661         (wl-summary-mark-action-list): New variable.
3662         (wl-summary-set-mark): New function.
3663         (wl-summary-register-target-mark): Ditto.
3664         (wl-summary-unregister-target-mark): Ditto.
3665         (wl-summary-have-target-mark-p): Ditto.
3666         (wl-summary-register-temp-mark): Ditto.
3667         (wl-summary-unregister-temp-mark): Ditto.
3668         (wl-summary-registered-temp-mark): Ditto.
3669         (wl-summary-collect-temp-mark): Ditto.
3670         (wl-summary-unset-mark): Ditto.
3671         (wl-summary-set-target-mark): Ditto.
3672         (wl-summary-unset-target-mark): Ditto.
3673         (wl-summary-set-action-generic): Ditto.
3674         (wl-summary-unset-action-generic): Ditto.
3675         (wl-summary-exec-action-delete): Ditto.
3676         (wl-summary-exec-action-erase): Ditto.
3677         (wl-summary-set-action-refile): Ditto.
3678         (wl-summary-set-action-refile-subr): Ditto.
3679         (wl-summary-unset-action-refile): Ditto.
3680         (wl-summary-make-destination-numbers-list): Ditto.
3681         (wl-summary-exec-action-refile): Ditto.
3682         (wl-summary-set-action-copy): Ditto.
3683         (wl-summary-unset-action-copy): Ditto.
3684         (wl-summary-exec-action-copy): Ditto.
3685         (wl-summary-collect-numbers-region): Ditto.
3686         (wl-summary-delete): Rewrite.
3687         (wl-summary-erase): Ditto.
3688         (wl-summary-remove-destination): Ditto.
3689         (wl-summary-exec): Ditto.
3690         (wl-summary-exec-region): Ditto.
3691         (wl-summary-target-mark-erase): Ditto.
3692         (wl-summary-refile): Ditto.
3693         (wl-summary-copy): Ditto.
3694         (wl-summary-unmark): Ditto.
3695         (wl-summary-delete-all-mark): Ditto.
3696         (wl-summary-mark-line): Don't highlight.
3697         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3698         (wl-summary-target-mark-refile-subr): Rewrite.
3699
3700         (wl-summary-copy-prev-destination): Abolish.
3701
3702 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3703
3704         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3705         default values along the value of wl-on-mule.
3706         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3707         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3708         It is not used anywhere.
3709
3710 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3711
3712         * wl-summary.el (wl-summary-print-destination): Keep position.
3713         (wl-summary-cursor-move-surface): Keep horizontal position.
3714
3715 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3716
3717         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3718         write sendlog.
3719
3720 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3721
3722         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3723         `wl-summary-highlight'.
3724
3725 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3726
3727         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3728         trivial condition for temp-mark.
3729
3730 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3731
3732         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3733         when it hits killed buffer.
3734
3735 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3736
3737         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3738         * wl-news.el.in: `message' and `error' take format string.
3739
3740 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3741
3742         * wl-folder (wl-folder-insert-entity): Display a message,
3743         `...done', when the work finish.
3744         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3745
3746 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3747
3748         * wl-message.el (wl-message-redisplay): Remove unused local
3749         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3750
3751 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3752
3753         * wl-summary.el (wl-summary-replace-status-marks): Disable
3754         interactive use.
3755         (wl-summary-reedit): Check message existence at first.
3756         (wl-summary-mark-line): Fix doc, return value is indefinite.
3757
3758         * wl-highlight.el (wl-highlight-message): Arranged.
3759
3760         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3761         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3762         check temp-mark by wl-summary-temp-mark always.
3763         (wl-highlight-summary): Change accordingly.
3764         * wl-summary.el (wl-summary-mark-as-read-all)
3765         (wl-summary-delete-cache, wl-summary-set-score-mark)
3766         (wl-summary-mark-as-unread, wl-summary-unmark)
3767         (wl-summary-mark-line, wl-summary-mark-as-read)
3768         (wl-summary-mark-as-important): Ditto.
3769
3770         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3771         end of the window if possible.
3772         * wl-summary.el (wl-summary-sync-update): Support lazy
3773         highlighting.
3774         (wl-summary-toggle-disp-msg): Ditto.
3775
3776 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3777
3778         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3779
3780 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3781
3782         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3783         change.
3784
3785 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3788         API.
3789         (wl-summary-sync-update): Ditto.
3790
3791         * wl-score.el (wl-score-get-score-alist): Changed argument.
3792         (wl-summary-rescore-msgs): Likewise.
3793         (wl-summary-score-headers): Likewise.
3794         (wl-score-headers): Likewise;
3795         Use elmo-folder-do-each-message-entity, etc.
3796         (wl-summary-score-effect): Follow the changes above.
3797         (wl-summary-rescore): Ditto.
3798         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3799         (wl-score-get-overview): Abolish.
3800
3801         * wl-summary.el (wl-summary-default-from): Follow the API change in
3802         elmo-msgdb.
3803         (wl-summary-count-unread): Ditto.
3804         (wl-summary-detect-mark-position): Ditto.
3805         (wl-summary-overview-entity-compare-by-date): Ditto.
3806         (wl-summary-overview-entity-compare-by-number): Ditto.
3807         (wl-summary-overview-entity-compare-by-from): Ditto.
3808         (wl-summary-overview-entity-compare-by-subject): Ditto.
3809         (wl-summary-get-list-info): Ditto.
3810         (wl-summary-rescan): Ditto.
3811         (wl-summary-jump-to-msg-by-message-id): Ditto.
3812         (wl-summary-sync-update): Ditto; Removed comment.
3813         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3814         (wl-summary-insert-message): Use wl-summary-insert
3815         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3816         (wl-summary-insert-headers): Changed argument overview to folder.
3817         (wl-summary-search-by-subject): Likewise.
3818         (wl-summary-insert-thread): Renamed from 
3819         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3820
3821         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3822         too.
3823
3824         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3825         wl-string-member.
3826
3827 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3830         elmo-folder-append-buffer.
3831         (wl-draft-queue-append): Likewise.
3832
3833         * wl-mime.el (wl-message-delete-current-part): Ditto.
3834         (wl-summary-burst-subr): Ditto.
3835
3836         * wl-news.el.in (wl-news-send-news): Ditto.
3837
3838 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3841         function.
3842         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3843         (wl-summary-update-mark): Enclose with save-excursion.
3844         (wl-summary-mark-as-read-internal): Fixed last change.
3845         (wl-summary-mark-as-important): Use 3rd argument of
3846         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3847         Don't use elmo-msgdb-set-mark.
3848         (wl-summary-redisplay-internal): If msgdb flag is already read,
3849         just update the mark on buffer.
3850
3851 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3852
3853         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3854         cut visible folder when elmo-folder-delete returns non-nil value.
3855
3856 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3857
3858         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3859         by Kenichi OKADA <okada@opaopa.org>).
3860
3861 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3862
3863         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3864
3865 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3868         Fixed the last change, search group entity by its real name.
3869         (Thanks to: KOBAYASHI Shinji)
3870
3871 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3872
3873         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3874         (wl-fldmgr-access-display-all): Don't refer visible name.
3875         * wl-expire.el (wl-folder-archive-current-entity)
3876         (wl-folder-expire-current-entity): Ditto.
3877         * wl-folder.el (wl-folder-jump-to-current-entity)
3878         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3879         (wl-folder-open-folder-sub,wl-folder-open-all)
3880         (wl-folder-write-current-folder): Ditto.
3881         (wl-folder-insert-entity): Don't use petname for normal group.
3882         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3883         is the real name.
3884         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3885         Abolished.
3886
3887 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3888
3889         * wl-draft.el (wl-draft-create-buffer): Add
3890         `wl-summary-reply-with-citation'
3891
3892 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3893
3894         * wl-draft.el (wl-draft-reply): Fixed.
3895
3896 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3899         when `wl-draft-send-confirm-with-preview' is non-nil.
3900         You can scroll up/down by j/k.
3901         (wl-draft-send-confirm-with-preview): New variable (default=t).
3902
3903 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3906         (wl-fldmgr-save-folders): Fix comment.
3907
3908 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3909
3910         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3911         along the last change in `wl-folder-buffer-group-p'.
3912
3913 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3914
3915         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3916         folder.
3917
3918         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3919         the default value.
3920
3921         * wl-mime.el (wl-summary-burst): Update summary only when target
3922         folder equals current folder.
3923
3924 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3927
3928 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3929
3930         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3931         value.
3932
3933 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3936         `map-extents' instead of `extent-at' repeatedly.
3937         (wl-highlight-folder-current-line): Ditto.
3938
3939         * wl-highlight.el: Remove useless dummy functions.
3940
3941 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3944         (wl-folder-put-folder-property): New function to put text property.
3945         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3946         (wl-folder-insert-entity, wl-folder-update-diff-line)
3947         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3948         * wl-e21.el, wl-xmas.el, wl-mule.el
3949         (wl-highlight-folder-current-line): Ditto.
3950         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3951         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3952         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3953         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3954
3955 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * Version number is increased to 2.11.3.
3958
3959 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3960
3961         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3962         Resume current-buffer since it is assumed by remaining tasks.
3963
3964 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3967         (wl-folder-completion-function): Abolished.
3968         (wl-folder-complete-folder): New function.
3969         (wl-folder-complete-filter-condition): Ditto.
3970         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3971         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3972
3973 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-draft.el (wl-draft-send-confirm): New function.
3976         (wl-draft-send): Use it.
3977
3978         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3979         cursor-in-echo-area while confirming.
3980
3981         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3982
3983         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3984         searching via nntp if wl-summary-search-via-nntp is 'force.
3985         Otherwise, invoke searching in nntp folder only.
3986         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3987
3988         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3989         explicitly for mime-make-text-tag.
3990
3991 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3992
3993         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3994         `mime-make-text-tag' instead of `mime-create-tag'.
3995
3996 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3997
3998         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3999         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4000
4001 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4002
4003         * wl-score.el (wl-score-save): Bind print-length and print-level.
4004         (wl-score-pretty-print): Ditto.
4005         (wl-score-edit-insert-header-entry): Ditto.
4006
4007         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4008         "From" entry to be treated with wl-draft-eword-encode-address-list.
4009         * wl-mime.el (wl-draft-preview-message): Ditto.
4010
4011         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4012         (wl-summary-mark-as-unread): Ditto.
4013         (wl-summary-mark-as-read-region): Change accordingly.
4014         (wl-summary-mark-as-unread-region): Ditto.
4015         (wl-summary-target-mark-mark-as-read): Ditto.
4016         (wl-summary-target-mark-mark-as-unread): Ditto.
4017
4018 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * Version number is increased to 2.11.2.
4021
4022 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4023
4024         * wl-news.el.in (wl-news-previous-version-save): Bind
4025         print-length and print-level.
4026         * wl-thread.el (wl-thread-save-entities): Ditto.
4027         (wl-thread-save-top-list): Bind print-length.
4028
4029 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4030
4031         * wl-highlight.el (wl-highlight-summary-line-string): Use
4032         wl-summary-score-below-mark, wl-summary-score-over-mark.
4033         (wl-highlight-summary-current-line): Ditto.
4034
4035 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4036
4037         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4038         insert it.
4039
4040 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4041
4042         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4043
4044 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4047         message without msgid.
4048         Rewrite with elmo-folder-move-messages.
4049         Set wl-message-buffer to nil.
4050
4051         * wl-summary.el (wl-summary-erase-subr): New function. Use
4052         elmo-folder-move-messages.
4053         (wl-summary-erase): Call it.
4054         (wl-summary-target-mark-erase): Ditto.
4055
4056 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4057
4058         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4059         it is not up-tp-date.
4060
4061 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4062
4063         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4064         buffer after calling `wl-summary-goto-folder-subr' without the
4065         argument `interactive'.
4066         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4067
4068 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4069
4070         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4071         `mime-create-tag'. Use `string=' instead of `looking-at'.
4072
4073 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4076         to avoid compile warning.
4077
4078         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4079         entity-id when folder is given.
4080         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4081         save-excursion, use save-selected-window instead.
4082         Select folder buffer window if exists.
4083         (To correct behavior with wl-folder-move-cur-folder.)
4084
4085 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4086
4087         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4088
4089 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4090
4091         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4092         list-count instead of %d.
4093
4094 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4095
4096         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4097         (wl-news): Set it.
4098         (wl-news-append-to-folder): Use it.
4099
4100         * wl-news.el.in (wl-news-send-news): Append to specified folder
4101         instead of wl-default-folder.
4102         (wl-news-append-to-folder): Show error message with specified folder.
4103
4104         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4105                 In most major modes, Emacs assumes that any opening
4106                 delimiter found at the left margin is the start of a
4107                 top-level definition, or defun. Therefore, *never put an
4108                 opening delimiter at the left margin unless it should have
4109                 that significance.*
4110
4111         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4112
4113 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4114
4115         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4116
4117 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4118
4119         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4120
4121 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4122
4123         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4124         for sequential numbering case.
4125
4126 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4127
4128         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4129         value.
4130         (wl-draft-reply-without-argument-list): Ditto.
4131         (wl-draft-reply-myself-with-argument-list): Abolish.
4132         (wl-draft-reply-myself-without-argument-list): Ditto.
4133         * wl-draft.el (wl-draft-self-reply-p): New function.
4134         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4135
4136 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4137
4138         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4139         (avoid error for the case without byte-compiling)
4140
4141 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4142
4143         * wl-news.el.in (wl-news-append-to-folder): New function.
4144         (wl-news-exit): Rewrite.
4145         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4146
4147 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4148
4149         * wl-draft.el (wl-draft-reply-position): New function.
4150         (wl-draft-reply-position): Fix.
4151         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4152         (wl-summary-target-mark-reply-with-citation): Ditto.
4153         (wl-summary-reply-with-citation): Ditto.
4154         * wl-vars.el (wl-draft-reply-default-position): New variable.
4155
4156 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4157
4158         * wl-draft.el (wl-draft-send): Preview when interactive send.
4159
4160 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * wl-draft.el (wl-draft-reply): Set default position.
4163         * wl-summary.el (wl-summary-reply): Ditto.
4164         (wl-summary-reply-with-citation): Ditto.
4165         (wl-summary-target-mark-reply-with-citation): Ditto.
4166
4167 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4168
4169         * wl-news.el.in (wl-news-lang): Set default value according to
4170         current-language-environment.
4171         (wl-news-append-news): Do nothing when news-list is nil.
4172
4173 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4174
4175         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4176         (wl-news): Change message.
4177         (wl-news-exit): Check buffer.
4178         (wl-news-force-exit): New function.
4179         (wl-news-show-all): New function.
4180         (wl-news-discard-and-exit): Fix.
4181
4182 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4183
4184         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4185         according to current-language-environment.
4186
4187         * wl-news.el.in (wl-news): If arg, show all NEWS after
4188         wl-news-default-previous-version.
4189
4190 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4191
4192         * wl-news.el.in (wl-news-check): Rewritten.
4193         (wl-news-previous-version-load): Change data type.
4194         (wl-news-previous-version-save): Change data type.
4195         (wl-news-append-news): Add return value.
4196         (wl-news-check-news): New function.
4197         (wl-news-already-current-p): New function.
4198         (wl-news-send-news): Rewritten.
4199         (wl-news-mode-map): Add new keybind.
4200         (wl-news): Rewritten.
4201         (wl-news-exit): Rewritten.
4202         (wl-news-discard-and-mail): New function.
4203         (wl-news-send-to-address): Abolished.
4204         * wl.el (wl-init): Delete a message.
4205
4206 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4207
4208         * wl-news.el.in (wl-news-exit): Update previous version.
4209         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4210
4211 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4212
4213         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4214
4215 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4216
4217         * wl-news.el.in (wl-news): New function.
4218         (wl-news-mode): New function.
4219         (wl-news-next-line): New function.
4220         (wl-news-next-page): New function.
4221         (wl-news-exit): New function.
4222         (wl-news-buf-name): New variable.
4223         (wl-news-mode-map): New variable.
4224         (wl-news-winconf): New variable.
4225         (wl-news-append-news): Add an option.
4226
4227 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4228
4229         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4230
4231 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4232
4233         * wl-news.el.in (wl-news-send-to-address): New variable.
4234         (wl-news-send-news): Use it.
4235         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4236         Return updating status.
4237         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4238
4239 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4240
4241         * wl-news.el.in (wl-news-send-news): Delete
4242         Organization and X-Face.
4243
4244 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4245
4246         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4247         (wl-news-append-news): New function.
4248         (wl-news-send-news): New function.
4249
4250 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4251
4252         * Version number is increased to 2.11.1.
4253
4254 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4255
4256         * wl-news.el.in : New file.
4257
4258 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4261         default value.
4262         (wl-draft-reply-without-argument-list): Ditto.
4263
4264 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4265
4266         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4267         (wl-message-buffer-prefetch-idle-time): Ditto.
4268         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4269
4270 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * wl-thread.el (wl-thread-insert-message): Use
4273         wl-summary-max-thread-depth.
4274
4275         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4276         loop detection.
4277
4278         * wl-message.el (wl-message-buffer-display): Back to the first page
4279         when cache is hit.
4280
4281 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4282
4283         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4284
4285         * wl-summary.el (wl-summary-insert-thread-entity):
4286         If the thread depth is reached to wl-summary-max-thread-depth,
4287         divide the thread.
4288
4289 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4290
4291         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4292         for elmo-remove-passwd.
4293
4294 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4295
4296         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4297         folder is sticky.
4298         (wl-folder-mark-as-read-all-entity): Ditto.
4299         (wl-folder-prefetch-entity): Ditto.
4300
4301 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4302
4303         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4304
4305 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4306
4307         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4308         Delete messages on buffer for unplugged operation.
4309         (wl-summary-erase): Ditto.
4310
4311 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4314         take nil so as not to search parent by subject.
4315
4316 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4319         (wl-folder-get-next-folder): Ditto.
4320         (wl-folder-get-path): Ditto.
4321
4322 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4325         system and encode the region with it before verifying.
4326
4327 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4330         system of the echo buffer before decoding.
4331
4332 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4335         original contents.
4336
4337 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4338
4339         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4340         with argument 'any-exists.
4341
4342 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4345         Use `wl-cs-autoconv'.
4346
4347 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348
4349         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4350         by `mime-view-automatic-conversion'.
4351
4352         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4353         (wl-message-verify-pgp-nonmime): Ditto.
4354         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4355         Bind them to C-c:d and C-c:v respectively.
4356
4357         Merge following code by Teranishi-san from [wl-en:00167].
4358         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4359         (wl-mime-preview-application/pgp-encrypted): Ditto.
4360         (wl-mime-setup): Add entry.
4361
4362 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-summary.el (wl-summary-target-mark-erase): New function.
4365         Bind it to "mD".
4366
4367 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4368
4369         * wl-vars.el (wl-draft-write-file-function): Fix.
4370         (wl-draft-reedit-hook): Changed default value.
4371
4372         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4373         wl-draft-reedit-hook.
4374         (wl-draft-remove-text-plain-tag): New function.
4375         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4376
4377         * wl-vars.el (wl-draft-write-file-function): New user option.
4378
4379         * wl-draft.el (wl-draft-prepare-edit): Use it for
4380         local-write-file-hooks.
4381         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4382
4383         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4384         (wl-draft-insert-mail-header-separator): Return the body beginning
4385         point.
4386         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4387         text/plain.
4388         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4389
4390 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-summary.el (wl-summary-erase): New function to erase message
4393         without moving it to trash. Bind to "D".
4394
4395         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4396         as `keep' unless switch-function.
4397
4398 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4401         message buffer by using `wl-summary-toggle-disp-msg'.
4402         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4403         buffer window.
4404         (wl-summary-supresedes-message): Ditto.
4405
4406         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4407         Do not delete other windows.
4408         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4409         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4410         (wl-draft-create-buffer): Set reply-or-forward also for target
4411         mark commands.
4412
4413 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4414
4415         * wl-draft.el (wl-user-agent-compose): Delete special case for
4416         switch-to-buffer-other-window.
4417
4418         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4419         (wl-summary-forward): Ditto.
4420
4421         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4422         function.
4423         (wl-draft-buffer-style): New use option.
4424
4425         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4426         (wl-draft): Follow the change above.
4427         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4428         wl-draft-buffer-style.
4429         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4430         switch-function.
4431
4432 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4433
4434         * wl-address.el (wl-address-make-completion-entry): Extracted from
4435         `wl-address-make-completion-list'.
4436         (wl-address-enable-strict-loading): New variable.
4437         (wl-address-make-completion-list): Revive petname duplication
4438         inquiry, and enable it if `wl-address-enable-strict-loading'.
4439         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4440
4441 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-message.el (wl-message-get-original-buffer): Avoid
4444         'Selecting deleted buffer' error when original buffer is killed.
4445
4446 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * wl-summary.el (wl-summary-next-message): Use
4449         elmo-message-accessible-p instead of elmo-message-cached-p.
4450
4451 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4452
4453         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4454
4455         * wl-thread.el (wl-thread-open-all-unread): Use
4456         elmo-folder-list-flagged instead of
4457         elmo-folder-list-messages-mark-match.
4458
4459         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4460         instead of elmo-folder-list-messages-mark-match.
4461         (wl-summary-move-spec-alist): New variable.
4462         (wl-summary-move-spec-plugged-alist,
4463         wl-summary-move-spec-unplugged-alist): Abolish.
4464         (wl-summary-next-message): Follow the change above.
4465         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4466         with 'no-msg' argument.
4467
4468         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4469         variable.
4470         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4471         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4472         (wl-message-buffer-prefetch-get-next): Follow the change above.
4473
4474 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4475
4476         * wl-version.el (wl-version): Changed codename.
4477
4478         * Version number is increased to 2.11.0.
4479
4480 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4481
4482         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4483         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4484         `wl-draft-config-variables'.
4485         (wl-draft-kill): Fixed problem when the draft is reedit.
4486
4487 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4490         buffer-modified status (Thanks to
4491         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4492
4493 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4494
4495         * wl-util.el (wl-region-exists-p): New function.
4496
4497         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4498         Remove defvars for byte-compile warnings.
4499
4500 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4501
4502         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4503         defvar-maybe. Removed unused bind.
4504
4505 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4508         summary buffer window before creating new frame.
4509         (wl-draft-reply): Ditto.
4510
4511 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4512
4513         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4514
4515 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4518
4519 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4520
4521         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4522         instead of `kill-region'.
4523
4524 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4527         (wl-highlight-summary-line-string): Use it.
4528         (wl-highlight-summary-current-line): Ditto.
4529
4530         * wl-mime.el (wl-message-delete-current-part): Check the class of
4531         mime-entity.
4532
4533         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4534
4535         * wl-summary.el (wl-summary-make-number-list): Initialize.
4536         (wl-summary-update-mark): New function.
4537         (wl-summary-reply): Put `answered' mark on the message.
4538         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4539
4540         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4541         (wl-draft-reply): Added optional argument `number';
4542         Set wl-draft-parent-number.
4543         (wl-draft-kill): Delete answered mark if it is a reply.
4544
4545 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4548         that originates in mime-preview-follow-current-entity.
4549         (wl-draft-yank-current-message-entity): Use it if region is active.
4550
4551         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4552         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4553         `wl-message-delete-current-part'.
4554         * wl-mule.el (wl-message-define-keymap): Ditto.
4555         * wl-xmas.el (wl-message-define-keymap): Ditto.
4556
4557 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-mime.el (wl-message-delete-current-part): New function.
4560         (wl-mime-node-id-to-string): Ditto.
4561
4562         * wl-mime.el (wl-message-delete-current-part): Use existing
4563         original buffer which corresponds current mime-view buffer.
4564         (fetched buffer might have different structure, possibly)
4565
4566         * wl-mime.el (wl-message-delete-current-part): Quit if the
4567         message content differs from the actual message.
4568
4569 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4572         order.
4573         (wl-summary-search-by-subject): Search parent message from tail;
4574         Check the existence of the parent message on the current thread tree.
4575         (wl-summary-update-thread): Check whether the line is inserted.
4576
4577 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4578
4579         * wl-vars.el (wl-summary-line-format): Undo last change.
4580         * wl-summary.el (wl-summary-print-destination): Do not put
4581         invisible property when `wl-summary-width' is nil.
4582         (wl-summary-line-subject-minimum-length): Abolished.
4583         (wl-summary-line-subject): Ditto.
4584
4585 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-vars.el (wl-summary-line-format): Change default value.
4588         (wl-summary-subject-length-limit): Abolished.
4589         * wl-summary.el (wl-summary-line-subject): Ditto.
4590
4591 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4592
4593         * wl-template.el (wl-template-select): Added optional argument.
4594         If optional argument is specified, reverse
4595         `wl-template-visible-select'.
4596
4597 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4600         Take prefix argument to force asking the destination folder.
4601
4602 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4603
4604         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4605         count and update status.
4606
4607 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4608
4609         * wl-summary.el (wl-summary-redisplay-internal): If
4610         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4611         after fetching.
4612
4613 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4614
4615         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4616         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4617
4618         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4619
4620 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4621
4622         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4623         (All other related portions are changed).
4624         (wl-summary-mark-as-read-all): Rewrite.
4625
4626 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4627
4628         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4629         `wl-summary-mark-as-read'.
4630         (wl-summary-mark-as-unread): Rewrite.
4631         (wl-summary-mark-as-read): Added no-modeline argument.
4632         (wl-summary-resume-cache-status): Rewrite.
4633         (wl-summary-exec-subr): Remove unused local variable.
4634
4635 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4636
4637         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4638         logic to call `wl-summary-buffer-prev-folder-function'.
4639         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4640
4641 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4642
4643         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4644         is nil.
4645
4646 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4649         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4650         (wl-mime-setup): Add its entry.
4651
4652 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4655         (wl-summary-delete-cache): Likewise.
4656         (wl-summary-mark-as-read): Rewrite.
4657
4658 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4661         `wl-summary-count-unread'.
4662
4663         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4664
4665         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4666
4667 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4668
4669         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4670         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4671         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4672         Renamed to the elmo-msgdb-*-mark.
4673         (wl-summary-score-marks): Follow the change above.
4674         (wl-summary-auto-refile-skip-marks): Ditto.
4675         (wl-summary-incorporate-marks): Ditto.
4676         (wl-summary-expire-reserve-marks): Ditto.
4677
4678         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4679         changes.
4680         (wl-thread-insert-top): Changed updating message.
4681
4682         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4683         variable.
4684         (wl-summary-count-unread): Count answered marks.
4685         (wl-summary-rescan): Call wl-summary-insert-message instead of
4686         wl-summary-append-message-func-internal.
4687         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4688         (wl-summary-prefetch-msg): Follow the variable name changes.
4689         (wl-summary-prefetch-region): Ditto.
4690         (wl-summary-mark-as-read-all): Follow the API changes;
4691         Don't call elmo-folder-replace-marks.
4692         (wl-summary-delete-cache): Follow the variable name changes.
4693         (wl-summary-resume-cache-status): Ditto.
4694         (wl-summary-update-status-marks): New function.
4695         (wl-summary-insert-message): New function.
4696         (wl-summary-sync-marks): Follow the variable name changes.
4697         (wl-summary-sync-update): Synchronize to the msgdb, too;
4698         Changed update messages.
4699         (wl-summary-make-number-list): Rewrite.
4700         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4701         (wl-summary-mark-as-unread): Follow the API changes.
4702         (wl-summary-exec-subr): Follow the variable name changes.
4703         (wl-summary-mark-as-read): Ditto.
4704         (wl-summary-move-spec-plugged-alist): Ditto.
4705         (wl-summary-move-spec-unplugged-alist): Ditto.
4706         (wl-summary-cursor-move-surface): Ditto.
4707
4708         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4709         variable name changes.
4710         (wl-highlight-summary-current-line): Ditto.
4711
4712         * wl-expire.el (wl-expire-refile): Follow the API change in
4713         elmo-folder-move-messages.
4714         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4715         (wl-summary-archive): Use elmo-folder-msgdb instead of
4716         elmo-msgdb-load.
4717
4718 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * wl-mime.el (wl-draft-preview-message): Restore the position
4721         before evaluating wl-draft-send-hook in preview buffer.
4722
4723 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4726         when it creates new draft buffer.
4727
4728         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4729         without argument.
4730
4731         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4732         Evaluate content and if the value is string, insert it.
4733         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4734         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4735         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4736         wl-draft-config-sub-part-bottom): Use it.
4737
4738         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4739         with the folder name. The question was unintelligible when it is
4740         called from wl-save-status.
4741
4742 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4745         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4746         cannot take second argument).
4747
4748 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4751         as t. Since type and subtype are not case sensitive (RFC 2045).
4752
4753 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * wl-vars.el (wl-message-mode-line-format): New variable.
4756         (wl-message-mode-line-format-spec-alist): Ditto.
4757         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4758         (wl-message-redisplay): Use wl-message-mode-line-format.
4759
4760 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4763
4764 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765
4766         * wl-summary.el (wl-summary-default-from): Write description.
4767
4768 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4769
4770         * wl-vars.el (wl-ldap-objectclass): Abolish.
4771
4772         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4773         (wl-ldap-make-filter): Removed condition for objectclass.
4774         (wl-ldap-make-matched-value-list): Remove meaningless process.
4775         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4776         (wl-address-ldap-search): Don't add `*' to `pat' string;
4777         use ignore-errors; added `email';
4778         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4779         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4780         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4781
4782
4783 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-draft.el (wl-draft-parent-folder): Write description.
4786         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4787
4788 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4791         as "" (zero-length string) if no parent.
4792         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4793
4794 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4795
4796         * wl-address.el (wl-address-make-completion-list): Skip duplication
4797         checking.
4798         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4799         `append'.
4800
4801 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4802
4803         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4804         instead of `beginning-of-buffer'.
4805
4806 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4809
4810 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4813         Refer wl-message-buffer-name.
4814         (wl-message-wheel-down): Ditto.
4815
4816 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * wl-vars.el (wl-message-buffer-name): New user option.
4819
4820         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4821         directly instead of making alist dinamically.
4822
4823         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4824         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4825         wl-message-buffer-cache-name.
4826         (wl-message-buffer-cache-clean-up): Ditto.
4827
4828         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4829
4830         * Version number is increased to 2.9.15.
4831
4832 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4833
4834         * wl-vars.el (wl-summary-default-view-alist): New user option.
4835
4836         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4837
4838         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4839         while deleting address.
4840         (wl-draft-delete-myself-from-cc): Ditto.
4841
4842         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4843         If optional argument is specified, reverse sort order.
4844
4845         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4846
4847 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4848
4849         * wl-thread.el (wl-thread-insert-message): Return parent number if
4850         exists.
4851         (wl-thread-update-indent-string-region): Use
4852         wl-thread-update-line-on-buffer-sub instead of
4853         wl-thread-update-line-on-buffer.
4854
4855 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4856
4857         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4858         (wl-folder-close-all): Ditto.
4859
4860 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4861
4862         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4863         and mailing-list:.
4864         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4865         value.
4866         (wl-summary-line-list-info): Print mailing-list name even when 
4867         list-number is empty.
4868
4869 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4872
4873         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4874         (wl-draft-open-file): Ditto.
4875         (wl-draft-random-alphabet): Ditto.
4876
4877         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4878         bindings.
4879
4880 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4883         * wl-vars.el (wl-draft-config-alist): Ditto.
4884
4885 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * Version number is increased to 2.9.14.
4888
4889         * wl.el (wl): Don't set wl-init as nil when error occured while
4890         auto-checking folders.
4891
4892         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4893         `elmo-expand-newtext'.
4894
4895 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4898         `this-command' so that `wl-folder-goto-folder' contained in
4899         `wl-summary-keep-cursor-command' work.
4900
4901 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4902
4903         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4904         message buffer displaying state.
4905
4906 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4907
4908         * wl-vars.el (wl-summary-default-view): New variable to specify
4909         default value for `wl-summary-buffer-view' instead of using
4910         set-default.
4911         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4912
4913 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4914
4915         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4916
4917         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4918
4919 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4920
4921         * wl-vars.el (wl-forward-subject-prefix): New variable.
4922         * wl-draft.el (wl-draft-forward): Use it.
4923
4924 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4925
4926         * wl-message.el (wl-message-prev-page): When it is called without
4927         lines argument, scroll down by wl-message-scroll-amount lines.
4928         (wl-message-next-page): Ditto.
4929         * wl-vars.el (wl-message-scroll-amount): Change default value
4930         to preserve current behavior.
4931
4932 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4933
4934         * wl-summary.el (wl-summary-prefetch-msg): Bind
4935         `wl-message-entity' to call `wl-summary-from-function'.
4936
4937 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl-message.el (wl-message-buffer-create): Run
4940         wl-message-buffer-created-hook.
4941
4942 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-summary.el (wl-summary-sort-specs): New variable.
4945         (wl-summary-default-sort-spec): Ditto.
4946         (wl-summary-sort): Rewrite.
4947         (wl-summary-sort-by-list-info): New function.
4948
4949 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4950
4951         * wl-summary.el (wl-summary-get-list-info): New function.
4952         (wl-summary-sort): Rewrite.
4953         (wl-summary-line-list-info): Ditto.
4954         (wl-summary-line-list-count): Ditto.
4955         (wl-summary-refile-region): Fixed docstring.
4956
4957 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4958
4959         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4960         `wl-folder-entity-hashtb' as completion table.
4961
4962 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4965         only when this command is called interactively; silence the byte-
4966         compiler.
4967
4968 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4969
4970         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4971         active in XEmacs.
4972
4973 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4974
4975         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4976         plural lines.
4977
4978 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4981         of current line when the cursor is on the header name.
4982         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4983
4984 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4985
4986         * wl-util.el (wl-read-directory-name): Return displayed directory
4987         as the default value also on XEmacs.
4988
4989 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4992         formatting.
4993
4994 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4997         argument and when it is non-nil, check face property before
4998         highlighting for each line.
4999         (wl-highlight-summary-window): Set it.
5000
5001 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5002
5003         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5004         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5005
5006         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5007         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5008         (wl-draft-get-fcc-list): Likewise.
5009
5010 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5013         (wl-thread-entity-cur): Ditto.
5014         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5015         wl-thread-indent-regexp setting.
5016         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5017
5018         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5019         wl-summary-lazy-highlight.
5020         (wl-summary-display-bottom): Ditto.
5021
5022         * wl-thread.el (wl-thread-open-close): Likewise.
5023
5024         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5025         from and subject;
5026         Bind wl-draft-use-frame;
5027         Enclose with save-window-excursion;
5028         Use wl-draft-create-buffer instead of with-temp-buffer;
5029         Use wl-draft-prepare-edit;
5030         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5031         Use wl-draft-send instead of wl-draft-raw-send.
5032
5033 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5036         of using wl-from.
5037
5038 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5039
5040         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5041         insert-buffer instead of clone-buffer.
5042         (wl-draft-doing-mime-bcc): New variable.
5043         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5044         infinite loop.
5045         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5046
5047         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5048         (wl-draft-mime-bcc-body): Ditto.
5049
5050         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5051         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5052         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5053         wl-draft-do-mime-bcc.
5054         (wl-draft-mime-bcc-field): New function.
5055         (wl-draft-do-mime-bcc): Ditto.
5056
5057         * wl-address.el (wl-address-complete-header-list): New variable.
5058         (wl-address-complete-header-regexp): Changed default value.
5059
5060         * Version number is increased to 2.9.13.
5061
5062 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5065         it is differed.
5066
5067 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5068
5069         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5070         (wl-summary-line-list-count): Ditto.
5071
5072 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5073
5074         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5075         (wl-nntp-posting-function): New variable.
5076         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5077         `wl-nntp-posting-config-alist'.
5078
5079 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5080
5081         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5082         FLIM.
5083
5084 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5085
5086         * wl-summary.el (wl-summary-target-mark-refile-sub):
5087         Remove a nuisance funcall.
5088
5089 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5092         as t for `try-completion'.
5093
5094 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-summary.el (wl-summary-default-from): Use
5097         wl-address-header-extract-address instead of
5098         std11-extract-address-components.
5099         (wl-summary-simple-from): Ditto.
5100         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5101         (wl-summary-insert-headers): Show message.
5102         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5103         for whole line.
5104         (wl-summary-default-from): Revert last change.
5105         (wl-summary-simple-from): Ditto.
5106         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5107         (wl-summary-mark-as-read-region): Follow the change above.
5108         (wl-summary-sync-marks): Ditto.
5109         (wl-summary-target-mark-mark-as-read): Ditto.
5110         (wl-summary-redisplay-internal): Ditto.
5111         (wl-summary-redisplay-no-mime-internal): Ditto.
5112         (wl-summary-redisplay-all-header): Ditto.
5113         (wl-summary-mark-as-read): Removed argument `cached';
5114         Use current cache status to set cache mark.
5115         (wl-summary-redisplay-internal): Follow the change above.
5116         (wl-summary-redisplay-no-mime-internal): Ditto.
5117         (wl-summary-redisplay-all-header): Ditto.
5118
5119         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5120
5121         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5122         Don't call itself recursively (Adviced by Yamaoka-san).
5123
5124 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5127         bind wl-summary-highlight as nil to avoid error caused by missing
5128         local variables.
5129
5130 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-vars.el (wl-invalid-character-message): New user option.
5133
5134         * wl-util.el (wl-set-string-width): If truncated string-width is
5135         larger than specified width, use `wl-invalid-character-message'.
5136
5137 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5138
5139         * wl-summary.el (wl-summary-prefetch-msg): 
5140         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5141
5142 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl-vars.el (wl-summary-check-line-format): New user option.
5145         (wl-summary-line-format-file): Ditto.
5146
5147         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5148         variable.
5149         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5150         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5151         and `wl-summary-view-old-p' to check whether do a rescan or not.
5152         (wl-summary-view-old-p): New function.
5153         (wl-summary-line-format-changed-p): Ditto.
5154         (wl-summary-line-format-save): Ditto.
5155         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5156
5157         * wl-util.el (wl-set-string-width): Avoid using negative number
5158         for make-string.
5159
5160 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5161
5162         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5163         return value.
5164
5165         * wl-util.el (wl-set-string-width): Added optional argument
5166         `padding' (All other related portions are changed).
5167         (wl-line-parse-format): If the first letter of column number is
5168         `0', zero-padding the result (ex: "%05l").
5169
5170         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5171
5172 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5175         sequential summary view.
5176
5177 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5180         if it doesn't have a -unix version.
5181
5182 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5185
5186 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5189         content.
5190         (wl-draft): Follow the change above.
5191
5192         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5193
5194         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5195         and wl-folder-summary-line-format-alist contain %T and %P.
5196
5197         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5198         (wl-summary-mode-line-format): New user option.
5199         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5200         (wl-summary-line-format): Changed default value.
5201         (wl-summary-lazy-highlight): Changed default value.
5202
5203         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5204         change in wl-summary-create-line.
5205         (wl-thread-insert-entity-sub): Ditto.
5206
5207         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5208         (wl-summary-buffer-unread-status): Ditto.
5209         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5210         (wl-summary-buffer-persistent-mark-column): Ditto.
5211         (wl-summary-buffer-mode-line-formatter): Ditto.
5212         (wl-summary-buffer-mode-line): Ditto.
5213         (wl-summary-message-regexp): Abolished.
5214         (All other related portions are changed.)
5215         (wl-summary-detect-mark-position): New function.
5216         (wl-summary-buffer-set-folder): Setup
5217         wl-summary-buffer-mode-line-formatter.
5218         (wl-summary-mode): Setup selective-display;
5219         Setup pre-idle-hook when xemacs.
5220         (wl-summary-update-modeline): Rewrite.
5221         (wl-summary-jump-to-msg): Define as function;
5222         Changed regexp for searching messages.
5223         (wl-summary-message-number): Rewrite.
5224         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5225         Do rescan when old type summary cache.
5226         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5227         (wl-summary-remove-destination): Use '\r' to detect EOL.
5228         (wl-summary-print-destination): Ditto.
5229         (wl-summary-temp-mark): New inline function.
5230         (wl-summary-persistent-mark): Ditto.
5231         (wl-summary-line-number): New function.
5232         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5233         (wl-summary-line-list-count): New function.
5234         (wl-summary-create-line): Added argument persistent-mark.
5235         (All other related portions are changed)
5236         (wl-summary-create-line): Insert '\r'.
5237         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5238         (wl-summary-cursor-move-surface): New inline function.
5239         (wl-summary-prev): Use it.
5240         (wl-summary-next): Ditto.
5241
5242         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5243         wl-summary-message-regexp.
5244         (wl-highlight-summary): Delete progress message.
5245         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5246
5247         * Version number is increased to 2.9.12.
5248
5249 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5252         variable (nil: no minimum).
5253         (wl-summary-line-subject): Add some spaces after subject by
5254         wl-summary-line-subject-minimum-length.
5255
5256 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5257
5258         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5259         and removed `F'.
5260         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5261         change above).
5262
5263 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-summary.el (wl-summary-line-list-count): Reverted.
5266         (example setting in samples/*/dot.wl is also updated)
5267
5268 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5271
5272         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5273
5274         * wl-vars.el (wl-summary-line-format): Addes some description to the
5275         docstring.
5276
5277         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5278         (wl-summary-line-close-bracket): Ditto.
5279         (wl-summary-line-children-number): Ditto.
5280         (wl-summary-line-thread-indent): Ditto.
5281         (wl-summary-line-children-and-from): Ditto.
5282
5283         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5284         't', 'c', 'F' and added 'C'.
5285
5286         * wl-util.el (wl-set-string-width): Accept negative value.
5287         (wl-line-parse-format): Added "%number(" and "%)".
5288
5289 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-summary.el (wl-summary-line-list-count): Change format of the
5292         return value.
5293
5294 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5295
5296         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5297         from the recent message.el.
5298         (wl-draft-point-in-header-p): Ditto.
5299         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5300         wl-draft-beginning-of-line.
5301         * wl-e21.el (wl-draft-mode-map): Ditto.
5302         * wl-xmas.el (wl-draft-mode-map): Ditto.
5303
5304         * wl-folder.el: Sort macrodefs by dependencies.
5305
5306 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5307
5308         * wl-summary.el (wl-summary-prev): Fixed regexp.
5309         (wl-summary-next): Ditto.
5310
5311 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5314
5315 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5316
5317         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5318         for backward compatibility.
5319
5320 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-summary.el (wl-summary-line-list-count): New function, merged
5323         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5324         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5325         list counts.
5326
5327 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5328
5329         * wl-summary.el (wl-summary-create-line): Ignore errors while
5330         timezone-fix-time.
5331
5332         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5333
5334         * wl-summary.el (wl-summary-sync-update): Ditto.
5335         (wl-summary-default-from): Use wl-message-entity
5336         instead of entity.
5337
5338         * wl-summary.el (wl-summary-create-line): Fix.
5339
5340         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5341         (wl-summary-line-format): New user option.
5342         (wl-folder-summary-line-format-alist): Ditto.
5343         (wl-summary-from-width): Abolished.
5344
5345         * wl-util.el (toplevel): Require 'bytecomp.
5346         (wl-line-parse-format): New function.
5347         (wl-line-formatter-setup): New macro.
5348
5349         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5350         (wl-summary-buffer-line-formatter): New buffer local variable.
5351         (wl-summary-switch-to-clone-buffer): Follow the change above.
5352         (wl-summary-message-regexp): Fix.
5353         (wl-summary-from-func-internal): Abolished.
5354         (wl-summary-subject-func-internal): Ditto.
5355         (wl-summary-subject-filter-func-internal): Ditto.
5356         (All other related portions are changed.)
5357         (wl-summary-buffer-set-folder):
5358         Set up wl-summary-buffer-number-column and 
5359         wl-summary-buffer-line-formatter
5360         (All other related portions are changed.)
5361         (wl-summary-buffer-number-column-detect): Abolished.
5362         (All other related portions are changed.)
5363         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5364         (wl-summary-delete-all-temp-marks-on-buffer): Use
5365         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5366         (wl-summary-target-mark-delete): Ditto.
5367         (wl-summary-target-mark-refile-subr): Ditto.
5368         (wl-summary-target-mark-mark-as-read): Ditto.
5369         (wl-summary-target-mark-mark-as-unread): Ditto.
5370         (wl-summary-target-mark-mark-as-important): Ditto.
5371         (wl-summary-target-mark-save): Ditto.
5372         (wl-summary-replace-status-marks): Renamed from
5373         wl-summary-set-status-marks-on-buffer;
5374         Use wl-summary-message-regexp instead of
5375         wl-summary-buffer-number-regexp.
5376         (wl-summary-sync-update): Follow the change above.
5377         (wl-summary-goto-previous-message-beginning): New function.
5378         (wl-summary-mark-as-unread): Use it.
5379         (wl-summary-mark-as-important): Ditto.
5380         (wl-summary-line-formatter): New variable.
5381         (wl-summary-line-year): New function.
5382         (wl-summary-line-day): Ditto.
5383         (wl-summary-line-day-of-week): Ditto.
5384         (wl-summary-line-hour): Ditto.
5385         (wl-summary-line-minute): Ditto.
5386         (wl-summary-line-open-bracket): Ditto.
5387         (wl-summary-line-close-bracket): Ditto.
5388         (wl-summary-line-children-number): Ditto.
5389         (wl-summary-line-thread-indent): Ditto.
5390         (wl-summary-line-size): Ditto.
5391         (wl-summary-line-subject): Ditto.
5392         (wl-summary-line-from): Ditto.
5393         (wl-summary-line-children-and-from): Ditto.
5394         (wl-summary-create-line): Rewritten.
5395         (wl-summary-format-date): Abolished.
5396
5397         * wl-highlight.el (wl-highlight-summary-current-line): Use
5398         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5399         Use thread structure to detect thread top message.
5400
5401         * wl-draft.el (wl-default-draft-cite): Don't use
5402         wl-summary-from-func-internal.
5403
5404         * wl-refile.el (wl-refile-subject-learn): Don't use
5405         wl-summary-subject-filter-func-internal.
5406         (wl-refile-guess-by-subject): Ditto.
5407
5408         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5409         parameters.
5410
5411         * wl-thread.el (wl-thread-update-indent-string-region):
5412         Use wl-thread-update-line-on-buffer instead of
5413         wl-thread-update-indent-string.
5414         (wl-thread-update-children-number): Redefine using
5415         wl-thread-update-line-on-buffer.
5416         (wl-thread-update-indent-string): Abolished.
5417
5418         * Version number is increased to 2.9.11.
5419
5420 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5423         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5424         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5425
5426         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5427         as nil.
5428
5429         * wl-thread.el (wl-thread-open-all-unread): Use 
5430         elmo-folder-list-messages-mark-match.
5431         (wl-thread-insert-message): Removed argument `mark-alist'.
5432         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5433         elmo-msgdb-set-mark.
5434         (wl-thread-get-children-msgs-uncached): Likewise.
5435         (wl-thread-get-exist-children): Added argument include-self.
5436         (wl-thread-delete-message): Follow the change above.
5437
5438         * wl-summary.el (wl-summary-count-unread): Removed argument.
5439         (wl-summary-rescan): Follow the change above.
5440         (wl-summary-mark-as-read-region): Ditto
5441         (wl-summary-mark-as-unread-region): Ditto.
5442         (wl-summary-delete-messages-on-buffer): Ditto.
5443         (wl-summary-sync-update): Ditto.
5444         (wl-summary-switch-to-clone-buffer): Ditto.
5445         (wl-summary-goto-folder-subr): Ditto.
5446         (wl-summary-target-mark-mark-as-read): Ditto.
5447         (wl-summary-target-mark-mark-as-unread): Ditto.
5448         (wl-summary-target-mark-mark-as-important): Ditto.
5449         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5450         (wl-summary-update-thread): Removed argument `mark-alist'.
5451         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5452         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5453         (wl-summary-resume-cache-status): Likewise.
5454         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5455         elmo-msgdb-set-mark.
5456         (wl-summary-mark-as-read-all): Likewise.
5457         (wl-summary-delete-cache): Ditto.
5458         (wl-summary-auto-select-msg-p): Ditto.
5459         (wl-summary-mark-as-unread): Ditto.
5460         (wl-summary-no-auto-refile-message-p): Ditto.
5461         (wl-summary-mark-as-read): Ditto.
5462         (wl-summary-mark-as-important): Ditto.
5463         (wl-summary-auto-refile): Follow the change above.
5464         (wl-summary-delete-all-marks): Removed.
5465         (wl-summary-resume-marks-and-highlight): Ditto.
5466         (wl-summary-resume-marks): Ditto.
5467         (wl-summary-delete-important-msgs-from-list): Ditto.
5468         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5469
5470         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5471         wl-summary-count-unread.
5472
5473         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5474         (wl-summary-score-update-all-lines): Use
5475         elmo-msgdb-set-mark.
5476
5477 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5480         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5481         (wl-summary-create-line): Renamed from
5482         wl-summary-overview-create-summary-line;
5483         Argument rearrangement.
5484         (wl-summary-update-thread): Follow the change above.
5485
5486         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5487         (wl-thread-insert-entity-sub): Likewise.
5488
5489         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5490         argument `overview', `mark-alist' and added `msgdb'.
5491
5492         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5493
5494         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5495         (wl-summary-rescan): Follow the change above.
5496         (wl-summary-sync-update): Ditto.
5497         (wl-summary-insert-thread-entity): Ditto;
5498         Don't use `let*' in every while loop;
5499         Detect infinite loop of threads.
5500         (wl-summary-update-thread): Removed argument `overview'.
5501
5502         * wl-thread.el (wl-thread-insert-message): Ditto.
5503
5504         * Version number is increased to 2.9.10.
5505
5506         * wl-message.el (wl-message-redisplay): Ignore errors while
5507         wl-message-redisplay-hook.
5508
5509 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5510
5511         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5512
5513 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl.el (wl): inhibit-quit while wl-folder.
5516
5517 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5520         while msgdb access.
5521
5522 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5523
5524         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5525         even if no folder is not created.
5526
5527 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5530
5531         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5532         implementation.
5533         (wl-summary-target-mark-thread): Ditto.
5534
5535         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5536
5537 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5538
5539         * wl-util.el (wl-display-bytes): Remove unused function.
5540
5541 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5542
5543         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5544         seems critical one (partially reverse the change in 2002/03/17).
5545
5546 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547
5548         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5549         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5550
5551 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5552
5553         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5554         is not writable.
5555         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5556         plugged status instead of `'force' as 2nd argument.
5557
5558         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5559         is not creatable.
5560
5561         * Version number is increased to 2.9.9.
5562
5563 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-summary.el (wl-summary-suspend): New function.
5566
5567 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5568
5569         * wl.el (wl): Do not check variables if check is nil.
5570         * wl-utils.el (wl-collect-draft): New function.
5571         * wl-folder.el (wl-folder-suspend): Put summary buffers
5572         and draft buffers at the end of buffer list.
5573         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5574
5575 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5576
5577         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5578         loop instead of recursive call.
5579
5580         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5581         2nd argument.
5582
5583 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl-draft.el (wl-draft-create-contents): Don't take neither
5586         (function . args) nor (string . something) any more.
5587
5588         * wl-version.el (wl-generate-user-agent-string): Return string
5589         without header symbol.
5590         * wl-draft.el (wl-draft-default-headers): Use it.
5591
5592         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5593         `wl-draft-insert-ccs' and return field value instead of inserting
5594         the header. Abolish cc argument.
5595         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5596
5597         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5598         rather than one with string car.
5599
5600         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5601         * wl-draft.el (wl-draft-create-contents): Add it after the default
5602         headers.
5603
5604         * wl-draft.el (wl-draft-create-contents): For the case of
5605         (symbol-or-string . function) insert header only when the function
5606         returns string value.
5607
5608 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5611         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5612
5613 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl.el (wl-check-environment): Don't check Message-ID when
5616         `wl-insert-message-id' is nil.
5617         Revive checking if `wl-message-id-domain' contains "@".
5618
5619 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * wl.el (wl-check-environment): Merge examination for "@" at
5622         inappropriate position into the first string-match.
5623
5624         * wl-summary.el (wl-summary-target-mark-print): New function.
5625         (wl-summary-pipe-message-subr): Extracted from
5626         `wl-summary-pipe-message'.
5627         (wl-summary-target-mark-pipe): New function.
5628         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5629         `wl-summary-target-mark-pipe'.
5630
5631 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5634
5635 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl.el (wl-check-environment): Use elmo-warning instead of
5638         error for non-critical ones.
5639         Remove trash folder check.
5640         (wl): Don't ignore error in wl-check-environment.
5641
5642         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5643         check, which is moved from `wl-check-environment'.
5644         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5645
5646 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5647
5648         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5649         guess anything, call wl-summary-write.
5650         (wl-summary-write): Create draft with blank To field.
5651         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5652
5653 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5654
5655         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5656         argument full as well for wl-folder-write-current-folder.
5657         If wl-*-write-current-folder cannot guess addressee, add blank
5658         To header.
5659         Rewrite condition for positioning cursor.
5660
5661 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5662
5663         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5664         summary buffer is present, use it.
5665         (wl-folder-jump-to-previous-summary): Ditto.
5666
5667 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5670
5671         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5672         wl-summary-previous-buffer and wl-summary-next-buffer.
5673
5674         * wl-folder.el (wl-folder-mode-map): Bind
5675         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5676         (wl-folder-jump-to-next-summary): New function.
5677         (wl-folder-jump-to-previous-summary): Ditto.
5678
5679         * wl-draft.el (wl-draft): Rearranged.
5680
5681 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5682
5683         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5684         of header.
5685         (wl-draft): Collect arguments for the header as header-alist.
5686         (wl-draft-forward): Arrange arguments for wl-draft.
5687         (wl-draft-reply): Ditto.
5688         (wl-draft-edit-string): Ditto.
5689         * wl-summary.el (wl-summary-write): Ditto.
5690         (wl-summary-write-current-folder): Ditto.
5691
5692         * Version number is increased to 2.9.8.
5693
5694 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5695
5696         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5697
5698         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5699
5700         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5701         even if the guess failed.
5702
5703         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5704         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5705         wl-summary-write-current-folder.
5706         * wl-xmas.el: Ditto.
5707
5708 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-summary.el (wl-summary-next-page): Force display message if
5711         message is not displayed yet.
5712         (wl-summary-prev-page): Ditto.
5713
5714 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5715
5716         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5717
5718 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5719
5720         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5721         add "Preview Message" and "Save Draft and Exit".
5722
5723 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5724
5725         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5726         if addrmgr is called from draft in splitted window.
5727
5728         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5729         * wl-mule.el: Ditto.
5730         * wl-xmas.el: Ditto.
5731
5732 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5733
5734         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5735
5736         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5737         * wl-xmas.el (wl-folder-toolbar): Ditto.
5738
5739 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5742         and wl-draft-save-and-exit.
5743         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5744         * wl-xmas.el: Ditto.
5745         * wl-mule.el: Ditto.
5746
5747         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5748         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5749
5750 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5753         lists for saving buffer.
5754
5755 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5756
5757         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5758         parent-folder argument instead of it.
5759         (wl-draft-create-buffer): Ditto.
5760         (wl-draft-forward): Ditto.
5761         (wl-draft-reply): Ditto.
5762         * wl-summary.el (wl-summary-write): Ditto.
5763         (wl-summary-write-current-folder): Ditto.
5764
5765         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5766         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5767         Folder buffer after composing.
5768
5769 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5772         header if the file `wl-x-face-file' already contains it.
5773
5774 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5775
5776         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5777         folder" entry.
5778         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5779         * wl-e21.el (wl-folder-toolbar): Ditto.
5780         * wl-xmas.el (wl-folder-toolbar): Ditto.
5781
5782 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5785         wl-folder-goto-folder with sticky argument.
5786         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5787
5788 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5791         and wl-summary-previous-buffer.
5792         (wl-summary-next-buffer): New function.
5793         (wl-summary-previous-buffer): Ditto.
5794
5795 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5798         wl-folder-jump-to-current-entity-with-arg.
5799         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5800         `wl-folder-jump-to-current-entity'.
5801         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5802         `wl-summary-goto-folder-sticky'.
5803         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5804         `wl-summary-goto-folder'.
5805         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5806         Unless force-exit, do not clean temp. marks for sticky summary.
5807         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5808
5809 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5812         not entire.
5813
5814 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5817         to `C-x C-s'.
5818         (wl-summary-save-status): New command.
5819         (wl-summary-exit): Don't clean-up temp marks when sticky.
5820         (Applied patch from Nakayama-san [wl: 09548])
5821         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5822         Do nothing when no mark data.
5823         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5824         Call `wl-summary-delete-all-temp-marks' before saving.
5825
5826 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5827
5828         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5829
5830 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5831
5832         * wl.el (wl-check-environment): Also cause error when (system-name)
5833         returns "localhost.localdomain". (Although it doesn't affect because
5834         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5835
5836 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5837
5838         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5839         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5840
5841         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5842         value.
5843
5844 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5847         Likewise r-cc-list and r-ng-list.
5848
5849 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5852         only if it is bound as variable.
5853
5854         * wl-mime.el (wl-draft-preview-message): Ditto.
5855
5856 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5857
5858         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5859         needless `goto-char'.
5860
5861         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5862         `wl-summary-redisplay-no-mime-internal' instead of
5863         `wl-summary-redisplay-no-mime'.
5864         (wl-summary-redisplay-no-mime): Changed argument;
5865         Call `wl-summary-redisplay-no-mime-internal'.
5866
5867         * wl-mime.el (wl-draft-preview-message): Bind
5868         `mime-header-encode-method-alist' locally.
5869
5870         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5871         (wl-draft-std11-parse-addresses): Added the first address check.
5872         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5873
5874         * Version number is increased to 2.9.7.
5875
5876 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5879
5880 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5881
5882         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5883         related to scrollbar support, if there is no such a feature
5884         compiled in.
5885
5886 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5887
5888         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5889         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5890         for prefetch.
5891
5892 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5893
5894         * wl-summary.el (wl-summary-pick): Fix for no match.
5895
5896 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5897
5898         * wl-draft.el (wl-draft-save):
5899         Override `mime-header-encode-method-alist'.
5900
5901 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-folder.el (wl-folder-pick): New function.
5904         Define key as "?".
5905
5906 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5907
5908         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5909         Fix for unplugged.
5910
5911 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5912
5913         * wl-folder.el (wl-folder-virtual): New function.
5914         Define key as "V".
5915
5916 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5919         multi folder if entity is group.
5920
5921 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5922
5923         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5924         is nil.
5925
5926 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5927
5928         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5929         (wl-summary-target-mark-msgs): Return the number of marked messages.
5930
5931 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5932
5933         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5934         "first:" is specified.
5935
5936 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5937
5938         * wl-vars.el (wl-from): Use return value of function
5939         user-full-name instead of the variable user-full-name since
5940         XEmacs-20.4 doesn't set this variable.
5941
5942 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5943
5944         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5945         call `wl' directly.
5946
5947 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5948
5949         * wl-draft.el (wl-draft-reedit): Removed duplicated
5950         switch-to-buffers.
5951
5952 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * wl.el (wl-other-frame): Removed garbages.
5955
5956 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5959
5960         * wl-xmas.el (wl-draft-key-setup): Ditto.
5961
5962         * wl-mule.el (wl-draft-key-setup): Ditto.
5963
5964         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5965         (wl-draft-reedit): Ditto.
5966         (wl-draft-prepare-edit): Add `wl-draft-save' to
5967         `local-write-file-hooks'.
5968         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5969         (wl-draft-reedit): Set buffer-file-name.
5970         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5971
5972
5973         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5974         call it.
5975         (wl-delete-startup-frame-function): New variable.
5976         (wl-other-frame): New function
5977         (Original was written by Yamaoka san [wl: 09239]).
5978
5979         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5980         if `wl-folder-use-frame'.
5981
5982 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5983
5984         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5985
5986 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5987
5988         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5989         New variable.
5990         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5991         (wl-message-buffer-prefetch-get-next): Use them.
5992         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5993
5994 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5997         with unwind-protect.
5998
5999         * wl-draft.el (wl-draft-reedit): Rewrite.
6000         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6001         (wl-draft-save): Insert header separator if it does not exist;
6002         Removed condition-case.
6003
6004         * wl-summary.el (wl-summary-reedit): Revert last change.
6005
6006         * wl-draft.el (wl-draft-save): Rewrite.
6007         (wl-draft-create-buffer): Set buffer-file-name as nil.
6008
6009         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6010
6011         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6012
6013         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6014         nil.
6015
6016 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6017
6018         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6019         If count is nil, do not prefetch.
6020         (wl-message-buffer-prefetch-next): Next.
6021
6022 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6025
6026 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6029         `delete-backward-char'
6030         (wl-draft-prepare-edit): Check major-mode.
6031         (wl-draft-decode-header): Rewrite.
6032         (wl-draft): Fix.
6033
6034 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6035
6036         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6037
6038 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6039
6040         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6041         (wl-message-buffer-prefetch-get-next): Remove size checking.
6042         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6043
6044 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6045
6046         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6047         (wl-draft-default-headers): Fix.
6048
6049 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-draft.el (wl-draft-default-headers): Insert return value of
6052         `wl-generate-mailer-string-function'.
6053
6054 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6057         (wl-draft-insert-mail-header-separator): Ditto.
6058
6059         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6060         again (Reverted the change on 2002-01-17 by OKADA san).
6061
6062 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft): Rewrite.
6065         (wl-draft-create-buffer): New function.
6066         (wl-draft-create-contents): Ditto.
6067         (wl-draft-prepare-edit): Ditto.
6068         (wl-draft-decode-header): Ditto.
6069         (wl-draft-decode-body): Ditto.
6070         (wl-draft-check-new-line): Ditto.
6071         (wl-draft-default-headers): Ditto.
6072         (wl-draft-insert-mail-header-separator): Ditto.
6073
6074 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6075
6076         * Version number is increased to 2.9.6.
6077
6078 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl-draft.el (wl-draft-delete-field): Optional argument.
6081         (wl-draft-delete-fields): Ditto.
6082
6083 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-message.el (toplevel): Eliminated byte-compile warning.
6086         for `itimer-function', `delete-timer' and `itimer-list'.
6087
6088 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6089
6090         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6091         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6092         `wl-message-buffer-prefetch-threshold'.
6093         * wl-summary.el (wl-summary-redisplay-internal): Remove
6094         the check of `wl-message-buffer-prefetch-depth'.
6095
6096 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6099         size of article.
6100         (wl-message-buffer-prefetch-subr): Remove size check.
6101
6102 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6103
6104         * wl-vars.el (wl-plugged): Make customizable.
6105
6106 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6107
6108         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6109         (wl-message-buffer-prefetch-set-timer): New function.
6110         (wl-message-buffer-prefetch-get-next): New function.
6111         (wl-message-buffer-prefetch): New function.
6112         (wl-message-buffer-prefetch-next): Rewrite.
6113         (wl-message-buffer-prefetch-subr): Rewrite.
6114         * wl-vars.el (wl-auto-prefetch-first): New variable.
6115         * wl-summary.el (wl-summary-goto-folder-subr): Call
6116         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6117
6118 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6121         `wl-summary-unread-message-hook'.
6122
6123 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6126         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6127         if range is `cache-status'.
6128
6129 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6130
6131         * wl-message.el (wl-message-buffer-prefetch-subr):
6132         Improve debug message.
6133
6134 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6135
6136         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6137         `wl-mail-send-pre-hook'.
6138         (wl-draft-send-mail-with-qmail): Ditto.
6139         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6140
6141 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * wl-message.el (wl-message-buffer-prefetch-subr):
6144         Fix for cancel-function-timers bug.
6145         (wl-message-buffer-prefetch-debug): Default value is t.
6146
6147 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6150         (wl-message-buffer-prefetch-subr): Rewrite.
6151         Rename from `wl-message-buffer-prefetch'.
6152
6153 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6156         (wl-default-draft-cite-decorate-author): Ditto.
6157
6158         * wl-draft.el (wl-draft-cite-function): Removed.
6159         (wl-default-draft-cite-decorate-author): Ditto.
6160
6161 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162
6163         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6164         (wl-default-draft-cite): Do not arrange author name if the value of
6165         `wl-default-draft-cite-decorate-author' is nil.
6166
6167 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6170
6171         * wl-folder.el (wl-folder-check-one-entity): Don't care
6172         `elmo-folder-use-flag-p'.
6173
6174 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6175
6176         * wl-folder (wl-folder-check-one-entity): Fix
6177         problem if unread is nil.
6178
6179 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6180
6181         * wl-address.el (wl-address-make-completion-list): Check whether
6182         the address is a group list.
6183         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6184
6185 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6186
6187         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6188         The number of the messages of new and unread does not count
6189         correctly.
6190
6191         * wl-summary.el (wl-summary-count-unread): Changed to return
6192         `(new . unread)' instead of total.
6193         (wl-summary-sync-update): Follow the change above.
6194
6195         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6196
6197 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6198
6199         * wl-address.el (wl-address-make-completion-list): Do not enclose
6200         address by " <" and ">" if associated realname is "".
6201         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6202         This is against the promblem with group list in .addresses pointed
6203         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6204
6205 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6206
6207         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6208         message is a format control string.
6209         * wl-expire.el (wl-expire-append-log): Ditto.
6210         * wl-mime.el (wl-summary-burst-subr): Ditto.
6211         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6212         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6213
6214 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6215
6216         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6217         wl.el (wl-check-variables): Rename from `wl-check-type'.
6218         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6219         (wl-check-variables-2): New function.
6220         (wl): Call `wl-check-variables-2'.
6221
6222 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6223
6224         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6225         after renaming folder in access group.
6226
6227 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6228
6229         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6230         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6231         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6232         (wl-message-buffer-prefetch): Rewrite.
6233         (wl-message-buffer-prefetch-idle-time): Removed.
6234         * wl-summary.el (wl-summary-redisplay-internal):
6235         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6236         Error check for `wl-message-buffer-prefetch-depht'.
6237
6238 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6239
6240         * Version number is increased to 2.9.5.
6241         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6242
6243 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6244
6245         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6246         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6247         Based on the patch written by
6248         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6249
6250 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6251
6252         * wl-draft.el (wl-draft-raw-send): Fix for
6253         `wl-news-send-pre-hook'
6254
6255 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6256
6257         * wl-utils.el (wl-message-id-function): New variable.
6258         * wl-draft.el (wl-draft-insert-required-fields):
6259         Use `wl-message-id-function'.
6260
6261 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6262
6263         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6264         * wl-utils.el (wl-draft-make-message-id-string):
6265         Use `wl-from' for domain part of Message-ID
6266         if `wl-message-id-use-wl-from' if non-nil.
6267         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6268
6269 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl.el (wl): Call `wl-check-type'
6272         Do not 'condition-case'.
6273
6274 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl.el (wl-check-type): New function.
6277         (wl-check-type-variables): New variable.
6278
6279 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6282
6283 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-draft.el (wl-smtp-password-key): New function.
6286         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6287         (wl-draft-send-mail-with-smtp): Ditto.
6288         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6289
6290 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6293         * wl-utils.el (wl-unique-id-suffix): Remove.
6294
6295 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6296
6297         * Version number is increased to 2.9.4.
6298
6299 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-utils.el (wl-unique-id-suffix): New variable.
6302         (wl-unique-id): Use `wl-unique-id-suffix'
6303
6304 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6305
6306         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6307         instead of `elmo-msgdb-search'.
6308
6309         * Version number is increased to 2.9.3.
6310
6311 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6312
6313         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6314
6315 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6316
6317         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6318         (wl-draft-dispatch-message): Changed for send-later.
6319         (wl-draft-queue-flush): Ditto.
6320         (wl-draft): Clear `wl-sent-message-queued'.
6321         (wl-draft-reedit): Ditto.
6322         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6323         * wl-vars.el (wl-draft-force-queuing): New variable.
6324         (wl-draft-force-queuing-mail): New variable.
6325         (wl-draft-force-queuing-news): New variable.
6326
6327 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6330         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6331
6332 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6333
6334         * Version number is increased to 2.9.2.
6335
6336 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * wl-draft.el (wl-draft-elide-region): New user command.
6339         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6340
6341         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6342         command `wl-draft-elide-region'.
6343         * wl-mule.el: Ditto.
6344         * wl-xmas.el: Ditto.
6345
6346 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6349         (wl-biff-check-folder-async): Removed needless let.
6350
6351 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6354         wl-folder-get-elmo-folder.
6355         (wl-biff-check-folder): Set `biff' argument of
6356         `wl-folder-check-one-entity'.
6357         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6358
6359         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6360         (wl-folder-check-one-entity): Added `biff' argument;
6361         Setup `biff' slot of folder.
6362
6363         * Version number is increased to 2.9.1.
6364
6365 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6368         comment out and fixed.
6369         (wl-fldmgr-add-completion-subr): Ditto.
6370
6371         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6372         and msgdb.
6373
6374         * wl.el (wl-toggle-plugged): Save summary view.
6375
6376 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6379
6380 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6381
6382         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6383
6384 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6387         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6388         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6389
6390         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6391         if it was failed.
6392         (wl-demo): Disable undo in the demo buffer.
6393
6394 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-version.el (wl-version): Changed codename.
6397
6398         * Version number is increased to 2.9.0.
6399
6400 2001-12-14  Takuo KITAME <kitame@northeye.org>
6401
6402         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6403         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6404         (wl-folder-mark-as-read-all-current-entity): Ditto.
6405
6406 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-vars.el (wl-from-width): Define as obsolete variable.
6409         (wl-subject-length-limit): Ditto.
6410
6411         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6412
6413         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6414         wl-summary-save-view.
6415
6416         * wl.el (wl-save-status): Ditto.
6417         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6418
6419         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6420         (wl-summary-exit): Follow the change above.
6421         (wl-summary-goto-folder-subr): Ditto.
6422
6423         * wl-folder.el (wl-folder-create-subr): Don't use
6424         `elmo-folder-creatable-p'.
6425
6426 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6429
6430 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6433         rather than bitmap on Emacs 21.
6434         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6435         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6436         for xbm if the new redisplay engine is not available.
6437
6438 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-folder.el (wl-folder-init-hook): New hook.
6441         (wl-folder-init): Run `wl-folder-init-hook'.
6442
6443 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6446
6447 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-acap.el (wl-acap-cache-filename): New variable.
6450         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6451         (wl-acap-init): Use cache if no ACAP server found.
6452
6453 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6454
6455         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6456         `wl-acap-original-msgdb-dir'.
6457
6458         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6459         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6460
6461         * wl-mime.el (wl-mime-save-directory): Renamed from
6462         `wl-mime-save-dir'.
6463
6464 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6467
6468         * wl-demo.el: Require `path-util'.
6469         (wl-demo-bitmap-mule-available-p): New internal variable.
6470         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6471         `module-installed-p' instead.
6472         (wl-demo-insert-image): Use *.img file for a bitmap image.
6473         (wl-demo): Don't call the ascii demo recursively.
6474
6475 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6476
6477         * Version number is increased to 2.7.7.
6478
6479 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl.el (wl-exit): Eliminated byte-compile warning.
6482
6483 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6484
6485         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6486         obsolete variable using `elmo-define-obsolete-variable'.
6487         (wl-fetch-confirm-threshold): Ditto.
6488         (wl-cache-prefetch-folder-type-list): Ditto.
6489         (wl-cache-prefetch-folder-list): Ditto.
6490
6491 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6494         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6495         (wl-demo-insert-image): New function.
6496         (wl-demo-insert-text): New function.
6497         (wl-demo-image-type-alist): Redefine as a function.
6498         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6499         (wl-demo-with-temp-file-buffer): Removed.
6500         (wl-logo-xpm): Removed.
6501         (wl-logo-xbm): Removed.
6502         (wl-logo-bitmap): Removed.
6503
6504 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6505
6506         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6507         (wl-expire-localdir-get-folder-function): New user option.
6508         (wl-expire-localdir-get-folder): New function.
6509         (wl-expire-localdir-date): Ditto.
6510
6511 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6512
6513         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6514         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6515         Fixed unread number mismatch when all-unread < unread.
6516
6517 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6520         (wl-fetch-confirm-threshold): Ditto.
6521
6522         * wl-summary.el (wl-summary-confirm-appends): Removed.
6523         (wl-summary-sync-update): Don't refer
6524         `wl-summary-update-confirm-threshold' (It is now abolished).
6525
6526         * wl-message.el (wl-message-display-internal): Don't refer
6527         `wl-fetch-confirm-threshold' (It is now abolished).
6528
6529 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6532
6533 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6534
6535         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6536         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6537         Change default value to nil.
6538         (wl-summary-indent-length-limit): The value can be nil, nil means
6539         unlimited.
6540
6541         * wl-summary.el: Don't set limit for indent length if the value of
6542         wl-summary-indent-length-limit is nil.
6543         If the value of wl-summary-width is nil, it means only that the width
6544         of summary is unlimited (nil doesn't mean that the indent length is
6545         unlimited).
6546
6547         * wl-thread.el: Ditto.
6548
6549 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6550
6551         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6552         be nil, nil means never confirm.
6553         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6554
6555 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6556
6557         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6558         means unlimited).
6559
6560 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6563         Use `with-temp-buffer'.
6564
6565 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6568         with new backquote style).
6569         (wl-folder-get-entity-from-buffer): Ditto.
6570
6571 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6572
6573         * wl-version.el (nemacs-version): Eliminated.
6574         (wl-extended-emacs-version2): Ignore nemacs.
6575         (wl-extended-emacs-version3): Ditto.
6576
6577 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6578
6579         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6580         (wl-draft-add-in-reply-to): New variable.
6581         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6582         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6583         (wl-draft-yank-from-mail-reply-buffer): Use
6584         `wl-draft-add-in-reply-to'.
6585         (wl-draft-insert-current-message): Ditto.
6586
6587 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6588
6589         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6590         typo (kill->hide).
6591         (wl-message-buffer-prefetch-folder-type-list): Added elements
6592         `mark' and `cache' instead of `internal'.
6593
6594 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6597         resume msgdb directory.
6598
6599 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl.el (wl-exit): Call `wl-acap-exit'.
6602
6603         * wl-summary.el (wl-summary-message-string): New function.
6604         (wl-summary-reedit): Use it.
6605         (wl-summary-resend-bounced-mail): Remove needless let.
6606         (wl-summary-supersedes-message): Ditto.
6607         (wl-summary-save): Ditto.
6608
6609         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6610         (wl-acap-init): Set it.
6611         (wl-acap-exit): New function.
6612
6613 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6614
6615         * wl.el (wl-init): Revert (require 'mime-setup). move from
6616         toplevel.
6617
6618 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6619
6620         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6621         local variables.  Add error when guess function return invalid
6622         value.
6623
6624 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6625
6626         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6627         Change local variable name.
6628         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6629         (wl-folder-get-newsgroups): Return nil when non-news folder.
6630         * wl-summary.el (wl-summary-write-current-folder): State through
6631         when guess-list return nil.
6632         (wl-summary-write-current-folder-functions): Fixed docstring.
6633
6634         * wl.el (wl-exit): Changed confirm message.
6635
6636         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6637         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6638
6639         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6640
6641 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6642
6643         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6644         user option (Renamed from wl-cache-prefetch-folder-type-list).
6645         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6646         from wl-cache-prefetch-folder-list).
6647
6648         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6649         Move to wl-vars.el.
6650         (wl-message-buffer-prefetch-p): Changed to enable
6651         `wl-message-buffer-prefetch-folder-list'.
6652
6653         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6654         `ignore-cache'.
6655
6656 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6659         `part-top' and `part-bottom'.
6660         (wl-draft-config-sub-part-top): New function.
6661         (wl-draft-config-sub-part-bottom): New function.
6662
6663 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6664
6665         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6666
6667 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6670
6671 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6672
6673         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6674
6675         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6676         (wl-summary-write-current-folder): Ditto.
6677
6678 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-folder.el (wl-folder-get-newsgroups): Use
6681         `elmo-folder-newsgroups'.
6682
6683 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6686         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6687         `wl-draft-config-sub-header-bottom'.
6688
6689 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6690
6691         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6692         localnews folder.
6693
6694 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6695
6696         * wl-summary.el (wl-summary-mode): Undo last change.
6697
6698         * wl-folder.el (wl-folder-mode): Ditto.
6699
6700 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6701
6702         * wl-summary.el (wl-summary-mode): Locally set
6703         truncate-partial-window-width to nil.
6704         (for XEmacs)
6705
6706         * wl-folder.el (wl-folder-mode): Ditto.
6707
6708 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6711
6712 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6713
6714         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6715         number.
6716
6717         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6718
6719         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6720
6721         * Version number is increased to 2.7.6.
6722
6723 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6726
6727 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-summary.el (wl-summary-sync-update): Enclose network
6730         related portion with `unwind-protect'.
6731
6732 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6733
6734         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6735
6736 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6739         element.
6740         * wl-vars.el (wl-message-body-button-alist): Ditto.
6741
6742         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6743         max match length.
6744         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6745
6746         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6747         for the max match length;
6748         Use 4th element value for the button string regexp group.
6749
6750         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6751         candidate exists, prompt to select.
6752
6753 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6754
6755         * wl-summary.el (wl-summary-jump-to-msg): Search before
6756         calibration point by `beginning-of-line'.
6757
6758 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6759
6760         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6761         for access group.
6762
6763 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-message.el (wl-message-display-internal): Bind
6766         `default-mime-charset'.
6767
6768         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6769
6770         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6771
6772         * Version number is increased to 2.7.5.
6773
6774 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6775
6776         * wl-expire.el (wl-summary-archive): Fixed;
6777         Use `elmo-folder-name-internal'.
6778
6779 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6780
6781         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6782         from `elmo-folder-move-messages' caller.
6783         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6784
6785         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6786         related portions are changed).
6787
6788 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6789
6790         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6791         counter.
6792
6793 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6794
6795         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6796         buffer local and set it to nil.
6797
6798         * wl-message.el (wl-message-redisplay): Ditto.
6799
6800 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-summary.el (wl-summary-mark-as-important): If message is
6803         already cached, set messag as read, otherwise encache and mark as read.
6804
6805 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6806
6807         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6808         point-min.
6809
6810 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6813         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6814         a keymap.
6815
6816 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6819         parent.
6820
6821         * wl-mule.el (wl-message-define-keymap): Ditto.
6822
6823         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6824
6825         * wl-xmas.el (wl-message-display-internal-hook): Define.
6826         (wl-xmas-setup-message-toolbar): Define as function.
6827         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6828         (wl-message-overload-functions): Abolished.
6829         (wl-message-define-keymap): New function.
6830
6831         * wl-vars.el (wl-message-display-internal-hook): New variable.
6832         (wl-message-header-button-alist): New variable (Renamed from
6833         wl-highlight-message-header-button-alist).
6834         (wl-message-body-button-alist): Ditto.
6835
6836         * wl-mule.el (wl-message-define-keymap): New function.
6837         (wl-message-overload-functions): Abolished.
6838
6839         * wl-message.el (wl-message-add-buttons-to-body): New function.
6840         (wl-message-redisplay): Don't call wl-message-overload-functions;
6841         Call wl-message-add-buttons-to-header and
6842         wl-message-add-buttons-to-body.
6843         (wl-message-display-internal): Set keymap argument for
6844         elmo-mime-display-as-is, elmo-mime-message-display;
6845         Run wl-message-display-internal-hook.
6846         (wl-message-refer-article-or-url): Abolished.
6847
6848         * wl-highlight.el (wl-highlight-headers): Don't call
6849         wl-highlight-message-add-buttons-to-header.
6850         (wl-highlight-message-add-buttons-to-header): Abolished.
6851
6852
6853         * wl-e21.el (wl-message-display-internal-hook): Define.
6854         (wl-e21-setup-toolbar): Deleted duplicated binding.
6855         (wl-e21-setup-message-toolbar): Define as function.
6856         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6857         (wl-message-define-keymap): New function.
6858         (wl-message-overload-functions): Abolished.
6859
6860 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6861
6862         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6863         and elmo-folder-close.
6864
6865         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6866
6867 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6868
6869         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6870         boolean value.
6871         * wl-draft.el (wl-draft-do-fcc): Ditto.
6872
6873 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6874
6875         * wl-vars.el (wl-fcc-force-as-read): New variable.
6876         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6877         mark copied message as read.
6878
6879 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6882
6883 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6884
6885         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6886         `wl-summary-target-above' instead of obsolete variable
6887         `wl-summary-temp-above'.
6888
6889         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6890         instead of `make-obsolete-variable'.
6891         * wl-refile.el (toplevel): Ditto.
6892
6893 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6896         with third argument t.
6897         (wl-draft): Set first argument for wl-plugged-init as t.
6898
6899         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6900         definition.
6901
6902 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6903
6904         * wl-vars.el: Tabify.
6905         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6906
6907         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6908         message.
6909
6910 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6911
6912         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6913         and set default to beep.
6914
6915 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6916
6917         * wl-vars.el (wl-draft-truncate-lines): New variable.
6918
6919         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6920         instead of wl-message-truncate-lines for truncate-lines.
6921
6922 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-message.el (wl-message-display-internal): Call
6925         `wl-highlight-message' after `elmo-mime-display-as-is'.
6926
6927         * wl-mime.el (wl-mime-display-text/plain): New function.
6928         (wl-mime-display-header): Ditto.
6929         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6930         body-presentation-method for text/plain;
6931         Register `wl-mime-display-header' as a header-presentation-method;
6932         Don't set up `elmo-message-text-content-inserted-hook' and
6933         `elmo-message-header-inserted-hook'.
6934
6935         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6936         variable.
6937         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6938         as t if flag is 'all-header;
6939         Don't bind `elmo-message-ignored-field-list',
6940         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6941
6942 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6945         for xemacs with non-mule environment.
6946
6947 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6948
6949         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6950         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6951         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6952
6953 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6954
6955         * wl-vars.el (wl-interactive-send): Set default value as t.
6956
6957 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6960         (wl-addrmgr-method-list): Abolished.
6961         (wl-addrmgr-change-method): Follow above change.
6962
6963         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6964
6965 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6966
6967         * wl-vars.el (wl-message-truncate-lines): Change default value
6968         to default-truncate-lines.
6969
6970         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6971
6972 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6973
6974         * wl-vars.el (wl-message-truncate-lines): New variable.
6975
6976         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6977         wl-message-truncate-lines.
6978
6979 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6980
6981         * wl-acap.el (wl-acap-init): Remove period from error message.
6982         (wl-acap-find-acap-service): Remove period from message.
6983
6984 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6985
6986         * wl.el (wl-check-environment): Undo last change.
6987
6988         * wl-vars.el (wl-from): Changed default value.
6989
6990         * wl-util.el (toplevel): Don't require tm-edit.
6991
6992         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6993         `wl-folder-init';
6994         Don't set mark on mail body.
6995         (wl-draft-reedit): Ditto.
6996
6997         * wl-address.el (wl-address-quote-specials): Define as an alias for
6998         elmo-address-quote-specials.
6999
7000 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7003
7004         * wl-vars.el (wl-from): Set default value as nil.
7005         (wl-organization): Set default value as ORGANIZATION environment
7006         variable.
7007
7008         * wl-draft.el (wl-smtp-extension-bind): Check value of
7009         wl-smtp-connection-type.
7010
7011         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7012         error.
7013
7014 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * Version number is increased to 2.7.4.
7017
7018         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7019         arguments from `wl-highlight-x-face-function' caller.
7020         Use x-face-1.3.6.12 or later.
7021
7022 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7023
7024         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7025
7026 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7027
7028         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7029         (wl-fcc): Fix to accept function.
7030         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7031
7032 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7033
7034         * wl-acap.el (toplevel): Added `product-provide' declare.
7035         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7036
7037 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl.el (wl): Changed order of calling `elmo-init'
7040         and `elmo-folder-init'.
7041
7042 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7043
7044         * wl-mime.el (wl-summary-burst): Extract message when content-type
7045         of root entity is not only `multipart' but also `message/rfc822'.
7046         (wl-summary-burst-subr): Ditto.
7047
7048 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * wl-vars.el (toplevel): Require 'custom.
7051         (wl-trash-folder): Added to `wl-setting' group.
7052
7053         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7054         exists.
7055         (wl-addrmgr-draw): Insert empty line when no entry exists.
7056
7057         * wl-mule.el (wl-message-wheel-up): Fixed.
7058         (wl-message-wheel-down): Ditto.
7059
7060 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7061
7062         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7063         config is an anonymous lambda expression.
7064
7065 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7068         when Mule 2 is running.
7069
7070 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7071
7072         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7073
7074 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7077         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7078
7079         * wl-address.el (wl-address-specials-regexp): Eliminated.
7080         (wl-address-quote-specials): Rewrite.
7081
7082 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7085         shy-groups for regexp.
7086
7087         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7088         character classes and Perl style shy-groups for regexp.
7089         (wl-highlight-plugged-current-line): Use Posix style character
7090         classes for regexp.
7091         (wl-e21-highlight-folder-by-numbers): Ditto.
7092         (wl-e21-display-image-p): Use `display-images-p' instead of
7093         `display-graphic-p'.
7094         (display-images-p): Make an alias to `display-graphic-p' if it is
7095         not available.  It is for Emacs version prior to 21.0.105.
7096
7097         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7098         `display-graphic-p'.
7099         (wl-demo-image-type-alist): Ditto.
7100         (display-images-p): Make an alias to `display-graphic-p' if it is
7101         not available.  It is for Emacs version prior to 21.0.105.
7102
7103 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7104
7105         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7106         support.
7107         (wl-generate-user-agent-string): Ditto.
7108
7109         * wl-version.el (wl-version): Update docsting.
7110         (wl-version-status): Ditto.
7111
7112 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7113
7114         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7115         21.0.105.  For Emacs 21.0.104 or earlier.
7116
7117 2001-09-03  Takuo KITAME <kitame@northeye.org>
7118
7119         * wl-e21.el (wl-plugged-init-icons): Use
7120         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7121         (wl-biff-init-icons): Ditto.
7122
7123 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-highlight.el (wl-highlight-summary-current-line):
7126         Fixed highlighting refile/copy destination.
7127
7128         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7129         (wl-acap-store): Encode string by wl-acap-coding-system.
7130
7131 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-acap.el (toplevel): Check and require 'un-define before
7134         'xemacs-ucs;
7135          Added checking for UTF-2000.
7136
7137 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7140         Don't enclose with `eval-and-compile'.
7141
7142         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7143         wl-init is non-nil.
7144
7145         * wl-draft.el (wl-draft): Ditto.
7146
7147         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7148
7149         * wl-acap.el (toplevel): Require 'wl.
7150         (wl-acap-store): Call `elmo-init'.
7151
7152         * wl.el (wl): Changed position of `wl-check-environment'.
7153         (toplevel): Added autoload setting for wl-acap.
7154
7155         * wl-vars.el (wl-setting): New custom group.
7156         (wl-from): Added wl-setting group.
7157         (wl-user-mail-address-list): Ditto.
7158         (wl-organization): Ditto.
7159         (wl-subscribed-mailing-list): Ditto.
7160         (wl-envelope-from): Ditto.
7161         (wl-smtp-posting-user): Ditto.
7162         (wl-smtp-posting-server): Ditto.
7163         (wl-smtp-posting-port): Ditto.
7164         (wl-smtp-authenticate-type): Ditto.
7165         (wl-pop-before-smtp-user): Ditto.
7166         (wl-pop-before-smtp-server): Ditto.
7167         (wl-pop-before-smtp-port): Ditto.
7168         (wl-pop-before-smtp-authenticate-type): Ditto.
7169         (wl-nntp-posting-server): Ditto.
7170         (wl-nntp-posting-user): Ditto.
7171         (wl-nntp-posting-port): Ditto.
7172         (wl-fetch-confirm-threshold): Ditto.
7173         (wl-prefetch-threshold): Ditto.
7174         (wl-thread-insert-opened): Ditto.
7175         (wl-ldap-server): Ditto.
7176         (wl-ldap-port): Ditto.
7177         (wl-ldap-base): Ditto.
7178         (wl-ldap-objectclass): Ditto.
7179         (wl-use-ldap): Ditto.
7180         (wl-draft-config-alist): Ditto.
7181         (wl-draft-config-matchone): Ditto.
7182         (wl-template-alist): Ditto.
7183         (wl-message-sort-field-list): Ditto.
7184         (wl-message-ignored-field-list): Ditto.
7185         (wl-message-visible-field-list): Ditto.
7186         (wl-interactive-send): Ditto.
7187         (wl-summary-move-order): Ditto.
7188         (wl-auto-select-first): Ditto.
7189         (wl-auto-select-next): Ditto.
7190         (wl-interactive-save-folders): Ditto.
7191
7192         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7193         Initialization codes are moved from wl-local-folder-init.
7194         (wl-local-folder-init): Follow the change above.
7195         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7196
7197         * wl-acap.el: New file.
7198
7199         * Version number is increased to 2.7.3.
7200
7201 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7202
7203         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7204
7205 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7206
7207         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7208         (wl-addrmgr-address-entry-list): Ditto.
7209
7210 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * wl-e21.el (wl-draft-mode-map): Removed binding for
7213         `wl-draft-insert-x-face-field'.
7214
7215         * wl-mule.el (wl-draft-mode-map): Ditto.
7216
7217         * wl-xmas.el (wl-draft-mode-map): Ditto.
7218
7219         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7220         (wl-cs-autoconv): Ditto.
7221         (wl-cs-local): Ditto.
7222         (wl-use-scoring): Ditto.
7223         (wl-mime-charset): Ditto.
7224         (wl-folder-check-async): Ditto.
7225
7226         * wl.el (toplevel): Ignore nemacs and tm.
7227         (wl-exit): Ditto.
7228
7229         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7230         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7231         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7232         instead of wl-address-petname-add-or-change.
7233         (wl-summary-edit-addresses-subr): Use wl-address-delete
7234         instead of wl-address-petname-delete.
7235
7236         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7237
7238         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7239         if error occured.
7240
7241         * wl-message.el (require): Remove tm support.
7242
7243         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7244
7245         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7246         (wl-folder-jump-to-current-entity): Ditto.
7247         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7248
7249         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7250         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7251         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7252
7253         * wl-mule.el (wl-draft-key-setup): Ditto.
7254
7255         * wl-xmas.el (wl-draft-key-setup): Ditto.
7256
7257         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7258         (wl-draft-std11-parse-addresses): New function.
7259         (wl-draft-parse-mailbox-list): Use it.
7260         (wl-draft): Ignore nemacs.
7261         (wl-draft-reedit): Ditto.
7262
7263         * wl-addrmgr.el: New file.
7264         (Original is wl-rcpt.el written by
7265         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7266         Thanks Kitamoto-san.)
7267
7268         * wl-address.el (wl-address-make-address-list): Modified parsing
7269         process.
7270         (wl-address-delete): Renamed from `wl-address-petname-delete';
7271         Modify wl-address-list too.
7272         (wl-address-add-or-change): Renamed from
7273         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7274
7275 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7276
7277         * wl-highlight.el (wl-highlight-summary-current-line):
7278           Work with transient-mark-mode
7279
7280 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * Version number is increased to 2.7.2.
7283
7284         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7285         instead of elmo-dop-queue-method.
7286
7287 2001-08-06  SAITO Atsunori <sai@yedo.com>
7288
7289         * wl-vars.el (wl-ldap-objectclass): New user option.
7290
7291         * wl-address.el (wl-ldap-make-filter): Use it.
7292
7293 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7296
7297 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * wl-folder.el (wl-folder): redisplay after folder insertion.
7300
7301         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7302
7303         * wl-summary.el (wl-summary-sync-update):
7304         Change status mark only when new-msgdb exists.
7305         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7306
7307 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-summary.el (wl-summary-open-folder): New function.
7310         (wl-summary-goto-folder-subr): Use it.
7311         (wl-summary-mark-as-important): Fix;
7312         Encache only when no cache exists.
7313
7314 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7317         Use with-current-buffer.
7318
7319 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7320
7321         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7322         before call `get-buffer'. Fixed parenthesis.
7323         (wl-score-get-header-entry): Clear message and help window when
7324         keyboard quit.
7325         (wl-score-edit-insert-header): Ditto.
7326
7327 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7328
7329         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7330         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7331         (wl-default-draft-cite): Fix.
7332
7333         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7334         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7335
7336 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-message.el (wl-message-prev-page): Do same bahavior
7339         as summary when it is called in the message buffer.
7340         (wl-message-next-page): Ditto.
7341
7342 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-summary.el (wl-summary-forward): Use cache if it is not
7345         section cache.
7346
7347 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7348
7349         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7350         Removed redundant require of elmo-vars.
7351         (wl-biff-state-indicator-on): Changed default value for
7352         xemacs with non-mule environment.
7353
7354         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7355         wl-message-buffer is nil;
7356         Hide progress bar after moving messages.
7357
7358 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7361         message at cursor point is deleted.
7362
7363 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-vars.el: Changed file coding system to euc-japan.
7366         Added -*-coding:-*- magic to the first line.
7367
7368         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7369         Search parent from the first message.
7370
7371         * Version number is increased to 2.7.1.
7372
7373 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7374
7375         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7376
7377 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7380         refile/delete execution.
7381
7382         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7383         Fixed docstring.
7384
7385 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7386
7387         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7388         do update process;
7389         Don't update marks when update process is interrupted.
7390
7391 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-summary.el (wl-summary-reply): Fixed problem when
7394         wl-draft-use-frame is non-nil.
7395         (wl-summary-forward): Ditto.
7396
7397         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7398         as nil.
7399         (wl-folder-mark-as-read-all-entity): Ditto.
7400         (wl-folder-prefetch-entity): Ditto.
7401
7402         * wl.el (wl): Check environment before wl-init.
7403
7404         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7405         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7406         instead of wl-summary-collect-unread.
7407         (wl-summary-reply): Split message window.
7408
7409 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7412         only if current language environment is japanese,
7413
7414         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7415         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7416         (wl-folder-goto-folder-subr): Ditto.
7417
7418         * wl-draft.el (wl-draft-dispatch-message): Call
7419         `elmo-file-cache-get-path'.
7420
7421 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-summary.el (wl-summary-cursor-move): If return value of
7424         wl-summary-next-message is not number, don't jump.
7425
7426 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-summary.el (wl-summary-buffer-next-message-function): New
7429         variable.
7430         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7431         if it is bound.
7432
7433         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7434         string.
7435
7436         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7437         (wl-plugged-drawing): Ditto.
7438
7439 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7442         process.
7443         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7444         with unwind-protect.
7445
7446         * wl.el (wl-init): Require mime-setup.
7447         (wl-check-environment): Don't require mime-setup.
7448
7449         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7450         instead of elmo-folder-type.
7451
7452         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7453         value as nil.
7454
7455 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * Version number is increased to 2.7.0.
7458
7459         * wl-version.el (wl-version): Changed codename.
7460
7461         * wl-summary.el (wl-summary-delete-cache): Fixed.
7462
7463         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7464         Workaround for net folders.
7465         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7466
7467         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7468         value to nil (According to the patch from
7469         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7470
7471         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7472         of elmo-folder-close.
7473
7474 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7475
7476         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7477         for postfix.
7478
7479 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-summary.el (wl-summary-resend-message): Fixed.
7482
7483         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7484         Call wl-draft with `from' argument if its address is included in
7485         `wl-user-mail-address-list'.
7486         (wl-draft): Added `from' argument.
7487
7488         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7489         non-nil.
7490         (wl): Don't show demo if wl-demo is nil.
7491
7492         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7493         wl-summary-use-frame.
7494
7495         * wl-vars.el (wl-summary-use-frame): New user option.
7496         (wl-folder-use-frame): Changed docstring.
7497
7498         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7499         non-nil.
7500         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7501         wl-summary-use-frame.
7502
7503         * wl-vars.el (wl-folder-use-frame): New user option.
7504
7505         * wl-summary.el (wl-summary-exit): Back to folder frame if
7506         wl-folder-use-frame is non-nil.
7507         (wl-summary-redisplay-internal): Ignore cache if current folder
7508         is draft folder,
7509         (wl-summary-redisplay-no-mime): Ditto.
7510         (wl-summary-redisplay-all-header): Ditto.
7511
7512         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7513         if wl-folder-use-frame is non-nil.
7514
7515 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-summary.el (wl-summary-sync-update): Bind
7518         elmo-folder-update-threshold.
7519         (wl-summary-mark-as-important): Enclosed server mark processing
7520         with `save-match-data'.
7521
7522         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7523         only when it is already defined.
7524
7525 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7526
7527         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7528         name of folder exclude localdir is wrong.
7529         * wl-folder.el (wl-folder-sync-entity):
7530         Set `wl-summary-always-sticky-folder-list' as nil.
7531         (wl-folder-mark-as-read-all-entity): Ditto.
7532         (wl-folder-prefetch-entity): Ditto.
7533
7534 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7535
7536         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7537         instead of `wl-summary-write-current-newsgroup'.
7538
7539 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7540
7541         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7542         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7543         non-nil and selected message is important, do not display.
7544
7545 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7546
7547         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7548
7549 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7552
7553         * wl-summary.el (wl-summary-mark-as-important): Set message number
7554         using wl-summary-message-number.
7555
7556 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7557
7558         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7559         destination folder is 'null.
7560
7561 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7562
7563         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7564         New function.
7565         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7566         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7567         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7568
7569 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7570
7571         * wl-mime.el (wl-mime-setup): Added setting for
7572         `mime-setup-signature-key-alist' to avoid overriding key bind for
7573         `wl-draft-send'.
7574
7575         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7576         for `wl-draft-send'.
7577         * wl-mule.el (wl-draft-overload-functions): Ditto.
7578         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7579         * wl-draft.el (wl-draft-send): Ditto.
7580
7581         * wl-message.el (wl-message-display-internal):
7582         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7583         (Patch is provided by <kita@coe.nttdata.co.jp>).
7584
7585 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7586
7587         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7588
7589 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7590
7591         * wl.el (wl): Fix for wl-demo.
7592
7593 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7594
7595         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7596
7597 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7598
7599         * wl-folder.el (wl-folder-prefetch-entity): Use
7600         `wl-folder-get-elmo-folder'.
7601         (wl-folder-count-incorporates): Do not use
7602         `wl-folder-get-elmo-folder'.
7603
7604 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7605
7606         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7607         instead of `elmo-folder-get-type'.
7608
7609 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7610
7611         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7612         position on Subject: field.
7613         (Advised by Mito <mit@nines.nec.co.jp>)
7614
7615 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7616
7617         * wl-folder.el (wl-folder-prefetch-entity): Use
7618         `wl-folder-get-elmo-folder'.
7619
7620 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7623
7624         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7625         `process-duplicates' slot.
7626
7627         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7628         if detection failed.
7629
7630 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7631
7632         * wl-version.el (wl-version-status): Set to "alpha".
7633
7634 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7637         Check wl-message-buffer lives before set-buffer.
7638
7639 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7640
7641         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7642         called in folder mode.
7643         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7644         * wl-summary.el (wl-summary-exit-pre-hook): Run
7645         `wl-summary-exit-pre-hook' before exit summary mode.
7646
7647 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7648
7649         * wl-version.el (wl-version-status): New variable.
7650         (wl-version-status-alist): Removed.
7651         (wl-version-status): Rule included.
7652
7653 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7656         @sponichi.
7657
7658         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7659         when `mail-reply-buffer' is buffer-local variable.
7660         (Reported by <kita@coe.nttdata.co.jp>).
7661
7662 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-vars.el (toplevel): Require 'elmo-util.
7665
7666 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7669         (All other related portions are changed)
7670
7671         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7672
7673         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7674
7675 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7676
7677         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7678
7679 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7682         Delete other windows to avoid an error.
7683         Use `point-marker' instead of `point' to remember the start point
7684         of body.
7685
7686         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7687
7688         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7689         number not to exceed all message number.
7690
7691 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7692
7693         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7694         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7695
7696 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7697
7698         * wl-summary.el (wl-summary-sync-force-update): Added argument
7699         no-check.
7700         (wl-summary-sync-update): Ditto.
7701         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7702         with `no-check'.
7703
7704         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7705         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7706         already running.
7707
7708 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7709
7710         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7711         `dst-folder-arg'.
7712         (wl-expire-archive-number1): Diito.
7713         (wl-expire-archive-number2): Diito.
7714         (wl-expire-archive-Date): Diito.
7715         (wl-archive-number1): Diito.
7716         (wl-archive-number2): Diito.
7717         (wl-archive-date): Diito.
7718         (wl-archive-folder-p): New function.
7719         (wl-summary-expire): Support of expand folder name at
7720         wl-expire-alist.
7721         * wl-util.el (wl-expand-newtext): Renamed from
7722         `wl-refile-expand-newtext'.
7723
7724 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7725
7726         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7727         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7728         `(elmo-msgdb-get-overview msgdb)'.
7729         (wl-summary-prefetch): Bind match data before call
7730         `wl-summay-prefetch-msg'.
7731         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7732         'off if `wl-summary-buffer-disp-msg' is non-nil.
7733         Fixed problem that couldn't show only one new or unread message when
7734         enter folder.
7735         (wl-summary-reply): Don't call `split-window-vertically' and other
7736         window.
7737
7738 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl-expire.el (wl-expire-refile): Fixed.
7741
7742 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7745
7746         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7747         biff notification is removed.
7748
7749         * wl.el (wl): Changed position of `elmo-init'.
7750
7751         * wl-draft.el (wl-default-draft-cite): Use date field
7752         on the citation buffer.
7753
7754         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7755
7756         * wl-xmas.el (wl-folder-internal-icon-list): Added
7757         `wl-folder-shimbun-image'.
7758
7759         * wl-e21.el (wl-folder-internal-icon-list): Added
7760         `wl-folder-shimbun-image'.
7761
7762 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl.el (wl-init): Eliminated argument.
7765         (wl): Rewrite.
7766
7767         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7768         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7769         instead of `elmo-folder-msgdb-internal'.
7770         (wl-summary-sync-update): Ditto.
7771         (wl-summary-flush-pending-append-operations): Eliminated.
7772         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7773         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7774         `elmo-folder-open'.
7775
7776         * wl-mime.el (wl-summary-burst): Fixed.
7777
7778         * wl-folder.el (wl-folder-info-save): Check data type.
7779
7780         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7781         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7782         instead of `elmo-folder-msgdb-internal'.
7783         (wl-expire-hide): Ditto.
7784
7785
7786         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7787
7788 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7789
7790         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7791
7792 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7793
7794         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7795
7796 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7797
7798         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7799         Fixed `match-beginning' argument mismatch.
7800
7801 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7802
7803         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7804         the default value.
7805
7806 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7809         instead of `elmo-nntp-default-port'.
7810
7811         * wl-vars.el: Fixed some doc strings.
7812
7813 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-prefetch-msg): Use
7816         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7817
7818         * wl-vars.el: Define *-func as obsolete variable using
7819         `elmo-define-obsolete-variable'.
7820
7821         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7822         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7823         instead of `wl-message-buffer-prefetch-threshold'.
7824
7825         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7826
7827         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7828
7829         * wl-draft.el (wl-caesar-region-func): Ditto.
7830
7831         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7832         Keep unread status in elmo-folder-move-messages.
7833         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7834
7835 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7836
7837         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7838         `wl-summary-buffer-exit-func'
7839         (wl-summary-buffer-message-redisplay-function): Renamed from
7840         `wl-summary-buffer-message-redisplay-func'
7841         (wl-summary-buffer-next-folder-function): Renamed from
7842         `wl-summary-buffer-next-folder-func'.
7843         (wl-summary-buffer-prev-folder-function): Renamed from
7844         `wl-summary-buffer-prev-folder-func'.
7845         (wl-summary-get-petname-function): Renamed from
7846         `wl-summary-get-petname-func'.
7847
7848         * wl-score.el (wl-score-edit-exit-function): Renamed from
7849         `wl-score-edit-exit-func'.
7850
7851         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7852         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7853
7854         * wl-util.el (wl-load-profile-function): Renamed from
7855         `wl-load-profile-func'.
7856
7857         * wl-folder.el (wl-folder-completion-function): Renamed from
7858         `wl-folder-completion-func'.
7859         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7860
7861         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7862         `wl-expire-archive-get-folder-func'.
7863         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7864         (wl-draft-send-mail-function): Renamed from
7865         `wl-draft-send-mail-func'.
7866         (wl-draft-send-news-function): Renamed from
7867         `wl-draft-send-news-func'.
7868         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7869         (wl-generate-mailer-string-function): Renamed from
7870         `wl-generate-mailer-string-func'.
7871         (wl-highlight-signature-search-function): Renamed from
7872         `wl-highlight-signature-search-func'.
7873         (wl-highlight-x-face-function): Renamed from
7874         `wl-highlight-x-face-func'
7875         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7876         (wl-ps-print-buffer-function): Renamed from
7877         `wl-ps-print-buffer-func'
7878         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7879         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7880         (wl-summary-subject-filter-function): Renamed from
7881         `wl-summary-subject-filter-func'.
7882
7883         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7884         `wl-draft-queue-flush-send-func'
7885         (wl-draft-cite-function): Renamed from
7886         `wl-draft-cite-func'
7887
7888         * wl-address.el (wl-address-init-function): Renamed from
7889         `wl-address-init-func'.
7890
7891 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-draft.el (wl-draft-queue-flush): Don't call
7894         `elmo-dop-unlock-message'.
7895         * wl-draft.el (wl-draft-queue-append): Don't call
7896         `elmo-dop-lock-message'.
7897
7898         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7899         (wl-summary-buffer-folder-name): Ditto.
7900         (wl-summary-message-regexp): Added '-' (all other related portions
7901         are changed).
7902         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7903         wl-summary-buffer-folder-name.
7904
7905 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7906
7907         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7908         the number of mails in the folder buffer is not updated by wl-biff.
7909
7910 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7911
7912         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7913         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7914
7915 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * wl-summary.el (wl-summary-next-message):
7918         Return next message number when wl-summary-move-order is nil.
7919
7920 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7921
7922         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7923         `wl-summary-move-spec-alist'.
7924         (wl-summary-move-spec-unplugged-alist): New variable
7925         (Move spec for unplugged status).
7926         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7927         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7928
7929 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7930
7931         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7932         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7933
7934 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7935
7936         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7937         simple quotation to quote the anonymous function.
7938         * tm-wl.el (wl-draft-preview-message): Ditto.
7939
7940 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7941
7942         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7943         Eliminate redundant `save-excursion'.
7944         (wl-highlight-summary-current-line): Ditto.
7945
7946         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7947         accessing match data when `looking-at' failed.
7948
7949         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7950         `elmo-match-string' where users don't care about the speed.
7951         (wl-draft-save): Ditto.
7952
7953 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * wl-util.el (wl-regexp-opt): New function.
7956
7957         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7958         number from `wl-summary-buffer-number-list'.
7959         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7960         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7961         (wl-summary-move-spec-alist): Changed default setting.
7962
7963 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7964
7965         * wl-vars.el (wl-biff-notify-hook): New hook.
7966         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7967         the arrival of new mail.
7968         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7969         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7970
7971 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7974
7975 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7978
7979         * Version number is increased to 2.5.8.
7980
7981         * wl-thread.el (toplevel): require 'cl.
7982         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7983         (wl-thread-make-number-list): New function.
7984         (wl-thread-entity-make-number-list-from-children): Ditto.
7985         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7986         (wl-thread-entity-insert-as-children): Likewise.
7987         (wl-thread-delete-message): Likewise.
7988         (wl-meaning-of-mark): Eliminated.
7989         (wl-thread-next-failure-mark-p): Ditto.
7990         (wl-thread-entity-get-mark): Ditto.
7991         (wl-thread-meaning-alist-get-result): Ditto.
7992         (wl-thread-entity-check-prev-mark): Ditto.
7993         (wl-thread-entity-check-next-mark): Ditto.
7994         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7995         (wl-thread-entity-get-prev-marked-entity): Ditto.
7996         (wl-thread-get-prev-unread): Ditto.
7997         (wl-thread-jump-to-prev-unread): Ditto.
7998         (wl-thread-get-next-unread): Ditto.
7999         (wl-thread-jump-to-next-unread): Ditto.
8000         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8001         (wl-thread-entity-get-next-marked-entity): Ditto.
8002
8003         * wl-summary.el (wl-summary-buffer-number-list):
8004         New bufer-local variable.
8005         (wl-summary-switch-to-clone-buffer): Clone
8006         `wl-summary-buffer-number-list'.
8007         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8008         (wl-summary-cursor-move-regex): Eliminated.
8009         (wl-summary-cursor-up): Rewrite.
8010         (wl-summary-cursor-down): Ditto.
8011         (wl-summary-mode-spec-alist): New variable.
8012         (wl-summary-next-message): New inline function.
8013         (wl-summary-cursor-move): New function.
8014         (wl-summary-default-get-next-msg): Rewrite.
8015         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8016         (wl-summary-rescan): Ditto.
8017         (wl-summary-sync-all-init): Ditto.
8018         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8019         summary is not thread view.
8020         (wl-summary-sync-update): Ditto.
8021         (wl-summary-rescan): Ditto.
8022         (wl-summary-make-number-list): New function.
8023
8024         * wl-draft.el: "FCC" -> "Fcc".
8025
8026 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-highlight.el (wl-highlight-summary-window):
8029         Call `set-buffer-modified-p'.
8030
8031         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8032         (wl): Call `elmo-init' and fix.
8033
8034         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8035         Use new variables.
8036
8037         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8038
8039 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8040
8041         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8042
8043 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8044
8045         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8046
8047 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8048
8049         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8050         `wl-use-toolbar' nor `display-graphic-p'.
8051         (wl-e21-setup-message-toolbar): Ditto.
8052         (wl-e21-setup-summary-toolbar): Ditto.
8053         (wl-e21-setup-folder-toolbar): Ditto.
8054
8055         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8056         (wl-plugged-init-icons): Ditto.
8057
8058         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8059         `display-graphic-p'.
8060         (wl-plugged-set-folder-icon): Ditto.
8061         (wl-highlight-plugged-current-line): Ditto.
8062         (wl-highlight-folder-current-line): Ditto.
8063         (wl-e21-highlight-folder-group-line): Ditto.
8064         (wl-e21-setup-toolbar): Ditto.
8065         (wl-e21-display-image-p): New macro.
8066
8067         * wl-demo.el (wl-demo): Simplified.
8068         (wl-demo-image-type-alist): Use `image-type-available-p' for
8069         checking whether the image type `xbm' is available.
8070
8071 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8074         (wl-summary-input-range): Ditto.
8075
8076 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-summary.el (wl-summary-edit-addresses): Use
8079         `wl-summary-get-original-buffer'
8080         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8081         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8082         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8083         (wl-summary-get-newsgroups): Eliminated.
8084         (wl-summary-set-crosspost): Ditto.
8085         (wl-summary-is-crosspost-folder): Ditto.
8086         (wl-crosspost-alist-load): Ditto.
8087         (wl-crosspost-alist-save): Ditto.
8088
8089         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8090         `elmo-setup-subscribed-newsgroups' instead of
8091         `elmo-nntp-make-groups-hashtb'.
8092         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8093         instead of `wl-crosspost-alist-save'.
8094
8095         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8096         of `elmo-folder-message-appendable-p'.
8097         (wl-mime-header-presentation-method): Eliminated.
8098
8099         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8100         (Error occurs in emacs21).
8101
8102         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8103         the current buffer).
8104
8105         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8106         instead of `wl-crosspost-alist-save'.
8107         (wl-init): `elmo-crosspost-message-alist-load'
8108         instead of `wl-crosspost-alist-load'
8109
8110         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8111         (wl-parse-newsgroups): Likewise.
8112         (wl-biff-notify): Run `wl-biff-notify-hook'.
8113
8114 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8117
8118         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8119         when `wl-summary-lazy-highlight' is non-nil.
8120         (wl-summary-goto-folder-subr): Highlight only when
8121         `wl-summary-lazy-highlight' is non-nil.
8122
8123         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8124         Don't display progress and highlight temp-mark when
8125         `wl-summary-lazy-highlight' is non-nil.
8126         (wl-highlight-summary-window): New function.
8127         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8128
8129 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8130
8131         * wl-summary.el (wl-summary-sync): Change `all-visible'
8132         from `all-shown'
8133         (wl-summary-input-range): Ditto.
8134
8135 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8136
8137         * wl-e21.el (wl-highlight-folder-current-line): Call
8138         `wl-folder-init-icons' when folder icons have not been initialized.
8139
8140         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8141
8142         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8143         (wl-demo-image-type-alist): New macro.
8144
8145 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8146
8147         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8148         display does not support graphics.
8149         (wl-plugged-init-icons): Ditto.
8150         (wl-folder-init-icons): Ditto.
8151
8152         * wl-demo.el (wl-demo): Chech closely whether the display
8153         supports graphics.
8154
8155 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-summary.el (wl-summary-get-original-buffer): New function.
8158         (wl-summary-set-crosspost): Use it.
8159         (wl-summary-target-mark-uudecode): Ditto.
8160         (wl-summary-reedit): Ditto.
8161         (wl-summary-resend-bounced-mail): Ditto.
8162         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8163         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8164
8165         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8166         (wl-message-display-internal): Ditto.
8167
8168 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8171
8172 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-summary.el (wl-summary-save-view): Renamed from
8175         `wl-summary-save-status'.
8176
8177 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8178
8179         * wl-summary.el (wl-summary-sync): Added `all-shown'
8180
8181 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8182
8183         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8184
8185 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8186
8187         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8188
8189 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8190
8191         * wl-highlight.el (wl-highlight-summary-line-string): Use
8192         `zerop' instead of `= 0'.
8193         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8194
8195         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8196         for comparing numbers.
8197         (wl-template-prev): Use `zerop' instead of `eq 0'.
8198
8199         * wl-draft.el (wl-draft-insert-current-message): Use
8200         `with-current-buffer' instead of `save-excursion'.
8201         Use `zerop' instead of `eq 0'.
8202
8203 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * wl-draft.el (wl-draft-insert-ccs): New function.
8206         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8207         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8208
8209 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8212
8213 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8214
8215         * wl-expire.el (wl-expire-refile): Don't call
8216         elmo-msgdb-add-msgs-to-seen-list;
8217         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8218         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8219
8220 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-message.el (wl-message-prev-page): Ignore errors while
8223         scroll-down.
8224
8225 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-mime.el: Use elmo-original-message-mode instead of
8228         mmelmo-original-mode.
8229
8230         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8231         `elmo-folder-get-spec';
8232         (wl-fldmgr-add-completion-all-completions):
8233         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8234
8235         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8236         of `elmo-folder-get-type'.
8237
8238         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8239         `elmo-folder-get-spec';
8240         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8241         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8242         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8243         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8244         `elmo-read-msg-no-cache';
8245         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8246         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8247         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8248         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8249         `elmo-cache-save';
8250         (wl-draft-reedit): Use `elmo-message-file-name'.
8251
8252         * wl-expire.el: Use `elmo-folder-name-internal';
8253         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8254         Use macro `wl-summary-buffer-msgdb' instead of variable
8255         `wl-summary-buffer-msgdb';
8256         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8257         Use macro `wl-summary-buffer-folder-name' instead of variable
8258         `wl-summary-buffer-folder-name'.
8259         * wl-score.el: Likewise.
8260
8261         * wl-message.el: Rewrite for new message buffer cache mechanism.
8262         (wl-message-buffer-cache-buffer-get): New macro.
8263         (wl-message-buffer-cache-folder-get): Ditto.
8264         (wl-message-buffer-cache-message-get): Ditto.
8265         (wl-message-buffer-cache-entry-make): Ditto.
8266         (wl-message-buffer-cache-hit): Ditto.
8267         (wl-message-buffer-cache-sort): New function.
8268         (wl-message-buffer-cache-add): Ditto.
8269         (wl-message-buffer-cache-delete): Ditto.
8270         (wl-message-buffer-cache-clean-up): Ditto.
8271         (wl-message-buffer-window): Rewrite.
8272         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8273         (wl-message-buffer-display): New function.
8274         (wl-message-display-internal): New function.
8275
8276 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-folder.el: Use `elmo-folder-name-internal';
8279         Use `wl-folder-get-elmo-folder';
8280         Use `elmo-folder-list-messages' instead of
8281         `elmo-list-folder';
8282         Use `elmo-folder-get-primitive-list' instead of
8283         `elmo-folder-get-primitive-spec-list';
8284         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8285         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8286         Use `elmo-folder-create' instead of `elmo-create-folder'.
8287         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8288         (wl-folder-get-elmo-folder): New macro.
8289         (wl-folder-elmo-folder-cache-get): Ditto.
8290         (wl-folder-elmo-folder-cache-put): Ditto.
8291         (wl-folder-suspend): Call `elmo-quit'.
8292
8293         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8294         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8295         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8296         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8297         (toplevel): require 'cl.
8298         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8299
8300         * wl-summary.el: Rewrite to use new elmo interface.
8301
8302 \f
8303 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8304
8305         * wl-mime.el (wl-draft-preview-message):
8306         Run `wl-draft-send-hook' before collecting recipients information;
8307         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8308
8309         * tm-wl.el (wl-draft-preview-message): Ditto.
8310
8311 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8312
8313         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8314         wrong recipients are displayed when forwarded message.
8315
8316 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * Version number is increased to 2.5.7.
8319
8320 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8321
8322         * wl-message.el (wl-message-next-page): Bind
8323         `window-pixel-scroll-increment' to nil while scrolling up.
8324
8325 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8326
8327         * wl-vars.el (wl-save-hook): New hook.
8328         * wl.el (wl-save): Call `wl-save-hook'.
8329
8330 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8331
8332         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8333         Argument WITH-ARG instead of NO-ARG (negative mean).
8334         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8335         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8336         * wl-message.el (wl-message-follow-current-entity): Likewise.
8337
8338 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8339
8340         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8341         FROM was optional argument.
8342         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8343
8344 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8345
8346         * Version number is increased to 2.5.6.
8347
8348 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8349
8350         * wl-version.el (wl-version-show): Removed.
8351         (wl-version): Add `interactive'.
8352
8353 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8354
8355         * wl-summary.el (wl-summary-get-petname-func): New variable.
8356         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8357         instead of `wl-address-get-petname-1'.
8358         (wl-summary-simple-from): Ditto.
8359
8360         * wl-address.el (wl-address-get-petname-1): Define as function.
8361
8362 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8365         field in the original message.
8366         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8367
8368 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8369
8370         * wl-expire.el (wl-expire-hide):
8371         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8372
8373 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8376         find decoder for To, Cc, and Subject.
8377
8378 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8381         for checking `elmo-use-buffer-cache'.
8382         (wl-summary-mark-as-important): Fixed typo in comment.
8383
8384 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8387         field in the original message.
8388         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8389
8390 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8391
8392         * wl-expire.el (wl-expire-hide):
8393         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8394
8395 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8398         find decoder for To, Cc, and Subject.
8399
8400 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * Version number is increased to 2.5.5.
8403
8404         * wl-address.el (wl-address-specials-regexp): New constant.
8405         (wl-address-quote-specials): Use it.
8406
8407 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8408
8409         * wl-summary.el (wl-summary-rescan):
8410         Call `wl-summary-buffer-number-column-detect'.
8411         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8412
8413         * wl-message.el (wl-message-mode-map): Define.
8414         (wl-message-decode): Use it as local-map.
8415
8416 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8419         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8420
8421 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8424
8425         * wl-mule.el (wl-read-event-char): Ditto.
8426
8427         * wl-e21.el (wl-read-event-char): Ditto.
8428
8429         * wl-nemacs.el (wl-read-event-char): Ditto.
8430         (read-event): Removed.
8431
8432         * wl-util.el (toplevel): Removed dummy definition of
8433         `read-event'.
8434         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8435
8436 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8437
8438         * wl-nemacs.el (elmo-archive-call-process): Moved to
8439         elmo-archive.el.
8440
8441 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8442
8443         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8444         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8445
8446         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8447         instead of magic-number 6.  Use `not' instead of `null' for symbol
8448         `nil' check (not empty list).
8449         (wl-draft-insert-x-face-field): Fixed paren style.
8450
8451         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8452         one-branch conditional statement, instead of `and' and `if'.
8453         (wl-draft-forward): Likewise.
8454         (wl-draft-add-references): Likewise.
8455         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8456
8457         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8458         conditional steatment.  Use `cond' instead of `if'.
8459         (wl-draft-confirm): Likewise.
8460
8461 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8462
8463         * wl-version.el (wl-version-show): Use `product-string-1'
8464         instead of `wl-version'.
8465         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8466
8467         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8468
8469 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8470
8471         * wl-highlight.el (wl-highlight-headers): Revert
8472         `wl-highlight-x-face-func' argument (`beg' and `end').
8473
8474 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8475
8476         * wl.el (toplevel): Move `product-provide' declare.
8477         * wl-demo.el (toplevel): Ditto.
8478         * wl-dnd.el (toplevel): Ditto.
8479         * wl-highlight.el (toplevel): Ditto.
8480         * wl-message.el (toplevel): Ditto.
8481         * wl-refile.el (toplevel): Ditto.
8482         * wl-util.el (toplevel): Ditto.
8483
8484 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8487         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8488         (wl-thread-close-all): keep cursor position.
8489
8490 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8493         (eq x 0).
8494         (wl-generate-user-agent-string-1): Fix conditional statement.
8495
8496 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8497
8498         * wl.el (wl-check-environment): Additional check for
8499         'wl-local-domain' and `wl-message-id-domain'.
8500
8501 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8502
8503         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8504
8505 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8506
8507         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8508         instead of `smtp-sasl-user-realm'.
8509
8510 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8511
8512         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8513
8514 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8515
8516         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8517         to the default value as well as `eword-lexical-analyzer'.
8518
8519 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8520
8521         * wl-version.el (wl-extended-emacs-version,
8522         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8523         `elmo-match-string' instead of `wl-match-string'.
8524
8525 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8526
8527         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8528         docstring.
8529
8530 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8531
8532         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8533
8534 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8535
8536         * wl-highlight.el (wl-highlight-headers): Remove
8537         `wl-highlight-x-face-func' argument (`beg' and `end').
8538
8539 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8540
8541         * wl-summary.el (wl-summary-mark-as-important):
8542         Remove cache if folder is local.
8543
8544 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8545
8546         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8547         to get existing e-mail address string.
8548
8549 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8550
8551         * wl-version.el (wl-generate-user-agent-string): Commentary.
8552         (wl-generate-user-agent-string-1): Use `when' for
8553         one-branch conditional statement, instead of `and' and `if'.
8554         (wl-extended-emacs-version, wl-extended-emacs-version2,
8555         wl-extended-emacs-version3): Ditto.
8556
8557 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8558
8559         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8560         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8561         condition-case; Remove initialization.
8562         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8563         (wl-summary-sync-update3): Added argument `sync-all';
8564         Eliminated local variable `msgdb';
8565         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8566         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8567         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8568
8569 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8570
8571         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8572         connection before call `wl-draft-send-mail-with-smtp'.
8573
8574 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * Version number is increased to 2.5.4.
8577
8578 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8579
8580         * wl.el (wl-check-environment): Additional check for
8581         'wl-local-domain' and `wl-message-id-domain'.
8582
8583 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8584
8585         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8586         buffer as command specific.
8587         (wl-folder-mark-as-read-all-entity): Ditto.
8588         (wl-folder-prefetch-entity): Ditto.
8589         (wl-folder-drop-unsync-entity): Ditto.
8590
8591         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8592         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8593         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8594
8595         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8596         save-excursion.
8597
8598 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * Version number is increased to 2.5.3.
8601
8602         * wl-summary.el (wl-summary-save-view-cache):
8603         Delete duplicated `write-region';
8604         Use `write-region-as-binary' instead of `as-binary-output-file' and
8605         `write-region'.
8606
8607 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8608
8609         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8610
8611 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8612
8613         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8614         instead of `smtp-via-smtp'.
8615
8616 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8617
8618         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8619
8620 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8621
8622         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8623         instead of `smtp-sasl-user-realm'.
8624
8625 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8628
8629 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8630
8631         * Version number is increased to 2.5.2.
8632
8633 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8634
8635         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8636         does not exist.
8637         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8638         (wl-biff-start): Call `timer-activate' if timer already exists.
8639
8640         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8641         only when it is bound as function.
8642
8643 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * Version number is increased to 2.5.1.
8646
8647 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8648
8649         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8650         Print refile/copy destination.
8651
8652 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8655         queue-flush-only is non-nil.
8656
8657         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8658
8659         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8660         checking cache folder.
8661
8662 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8663
8664         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8665         `regexp-quote'.
8666
8667 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8668
8669         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8670         function.
8671         * wl-summary.el (wl-summary-write-current-folder-functions):
8672         Change default value.  Use it.
8673
8674 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * Version number is increased to 2.5.0.
8677
8678         * wl-version.el (wl-version): Changed codename.
8679
8680 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8681
8682         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8683         (wl-summary-supersedes-message): Ditto.
8684
8685 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8686
8687         * wl-refile.el (wl-refile-guess-functions): Renamed from
8688         `wl-refile-guess-func-list'.
8689
8690 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8693         Fixed problem when no rule was matched.
8694
8695 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8696
8697         * wl-summary.el (wl-summary-get-mark): Fixed
8698         `wl-summary-buffer-target-mark' check logic.
8699
8700 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8701
8702         * wl-folder.el (wl-folder-write-current-folder): Added group
8703         folder check.
8704
8705         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8706         `wl-summary-write-current-newsgroup'.
8707         (wl-summary-write-current-folder-functions): New variable.
8708         * wl-folder.el (wl-folder-get-newsgroups): New function.
8709         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8710         (wl-folder-write-current-folder): Renamed from
8711         `wl-folder-write-current-newsgroup'.
8712
8713 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8714
8715         * Version number is increased to 2.3.93.
8716
8717 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8720         (wl-ldap-make-matched-value-list): Ditto.
8721         (wl-ldap-alias-safe-string): Split e-mail address.
8722
8723         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8724         petname folder default was selected.
8725         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8726         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8727
8728 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8731         to `wl-draft-config-exec'.
8732
8733         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8734         instead of calling `wl-draft-config-exec';
8735         Process group-list and show recipients in minibuffer.
8736
8737         * tm-wl.el (wl-draft-preview-message): Ditto.
8738
8739 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8740
8741         * wl.el (toplevel): Added (C) to copyright notice, and
8742         sync Author header.
8743         * tm-wl.el (toplevel): Ditto.
8744         * wl-address.el (toplevel): Ditto.
8745         * wl-demo.el (toplevel): Ditto.
8746         * wl-dnd.el (toplevel): Ditto.
8747         * wl-draft.el (toplevel): Ditto.
8748         * wl-e21.el (toplevel): Ditto.
8749         * wl-expire.el (toplevel): Ditto.
8750         * wl-folder.el (toplevel): Ditto.
8751         * wl-highlight.el (toplevel): Ditto.
8752         * wl-message.el (toplevel): Ditto.
8753         * wl-mime.el (toplevel): Ditto.
8754         * wl-mule.el (toplevel): Ditto.
8755         * wl-nemacs.el (toplevel): Ditto.
8756         * wl-refile.el (toplevel): Ditto.
8757         * wl-score.el (toplevel): Ditto.
8758         * wl-summary.el (toplevel): Ditto.
8759         * wl-template.el (toplevel): Ditto.
8760         * wl-thread.el (toplevel): Ditto.
8761         * wl-util.el (toplevel): Ditto.
8762         * wl-vars.el (toplevel): Ditto.
8763         * wl-xmas.el (toplevel): Ditto.
8764
8765 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8766
8767         * wl.el (wl-init): Added comment about `wl-init-hook'.
8768         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8769         * wl-vars.el (wl-init-hook): Added docs.
8770         (wl-make-plugged-hook): Removed useless docs.
8771         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8772         * wl-xmas.el (toplevel): Ditto.
8773
8774 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8775
8776         * wl-address.el (toplevel): Fixed multiple Author header format.
8777         * wl-demo.el (toplevel): Ditto.
8778         * wl-draft.el (toplevel): Ditto.
8779         * wl-folder.el (toplevel): Ditto.
8780         * wl-summary.el (toplevel): Ditto.
8781         * wl-thread.el (toplevel): Ditto.
8782         * wl-util.el (toplevel): Ditto.
8783         * wl-vars.el (toplevel): Ditto.
8784         * wl-version.el (toplevel): Ditto.
8785         * wl-xmas.el (toplevel): Ditto.
8786         * wl.el (toplevel): Ditto.
8787
8788         * wl-version.el (toplevel): Added require `elmo-version' for
8789         `product-version-as-string'.
8790
8791 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8792
8793         * wl-vars.el (wl-draft-send-hook): Changed default value to
8794         '(wl-draft-config-exec).
8795
8796         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8797         explicitly.
8798         (wl-draft): Set `wl-draft-config-exec-flag' before running
8799         `wl-mail-setup-hook'.
8800
8801         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8802         `wl-biff-init-icons' to `wl-init-hook' instead of
8803         `wl-make-plugged-hook'.
8804         (Because if `wl-draft' command is invoked at first,
8805         they are not initialized)
8806         Updated copyright notice.
8807
8808         * wl-e21.el (toplevel): Ditto;
8809
8810         * wl-demo.el (toplevel): Updated copyright notice.
8811         * wl-address.el (toplevel): Ditto.
8812         * wl-draft.el (toplevel): Ditto.
8813         * wl-version.el (toplevel): Ditto.
8814         * wl-folder.el (toplevel): Ditto.
8815         * wl-summary.el (toplevel): Ditto.
8816         * wl-thread.el (toplevel): Ditto.
8817         * wl-util.el (toplevel): Ditto.
8818         * wl-vars.el (toplevel): Ditto.
8819         * wl.el (toplevel): Ditto.
8820
8821 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8822
8823         * wl-highlight.el (wl-highlight-message): Fixed problem of
8824         highlighting failure which occured when the last field contains
8825         multiple lines in the draft buffer.
8826
8827         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8828         `wl-biff-start' if plugged.
8829
8830         * wl-util.el (wl-biff-check-folder): New function.
8831         (wl-biff-check-folders): Don't set session name prefix.
8832         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8833         (wl-biff-check-folder-async): Ditto.
8834
8835         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8836         in email address.
8837
8838 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8839
8840         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8841
8842         * wl-draft.el (wl-draft-strip-subject-re): New function.
8843
8844         * wl-draft.el (wl-draft-reply): Use it.
8845
8846 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-message.el (wl-mmelmo-message-redisplay): Use
8849         `mime-display-message' instead of `wl-mime-display-message'.
8850
8851         * wl-mime.el (toplevel): Removed compatibility workaround
8852         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8853         (wl-mime-display-message): Abolished.
8854         (wl-mime-entity-read-field): Ditto.
8855         (wl-mime-combine-message/partial-pieces): Use
8856         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8857
8858 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8859
8860         * wl-template.el: Doc fixes.
8861
8862 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8863
8864         * wl-e21.el (wl-message-overload-functions): Do nothing if
8865         `current-local-map' is not available.
8866         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8867
8868 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8869
8870         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8871         representation.
8872
8873         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8874         number.
8875         (wl-fldmgr-save-folders): Don't use `format' when insert
8876         `wl-fldmgr-folders-header'.
8877
8878 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8879
8880         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8881
8882 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8883
8884         * wl-highlight.el (wl-highlight-message):
8885         Use `std11-field-end' to detect end point of the header field.
8886         Refer `wl-highlight-max-header-size'.
8887
8888         * wl-vars.el (wl-highlight-max-header-size): New variable.
8889
8890         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8891
8892         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8893         Set `for-draft' argument of wl-highlight-headers.
8894         (wl-draft): Ditto.
8895         (wl-draft-reedit): Ditto.
8896         (wl-user-agent-compose-internal): Ditto.
8897
8898 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8899
8900         * wl-message.el (wl-message-add-button): Use overlay.
8901
8902 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8905
8906         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8907         problem when group-list content is nothing.
8908         (Reported by Mito <mit@nines.nec.co.jp>)
8909
8910 2000-10-18  SAITO Atsunori <sai@yedo.com>
8911
8912         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8913
8914 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * tm-wl.el (toplevel): Use product-provide.
8917
8918 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * Version number is increased to 2.3.92.
8921
8922 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8923
8924         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8925         title text, use `display' property for left margin under Emacs 21.
8926
8927         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8928         properties.
8929         (wl-plugged-init-icons): Ditto.
8930
8931 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932
8933         * wl.el (wl-save-status, wl-init): Remove last period in
8934         "...done." message.
8935         * tm-wl.el (wl-summary-burst): Ditto.
8936         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8937         wl-summary-resume-cache-status,
8938         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8939         wl-summary-sync-update3, wl-summary-highlight-msgs,
8940         wl-summary-flush-pending-append-operations,
8941         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8942         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8943         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8944         wl-thread-open-all): Ditto.
8945         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8946         * wl-mime.el (wl-summary-burst): Ditto.
8947         * wl-highlight.el (wl-highlight-summary): Ditto.
8948         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8949         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8950         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8951         * wl-address.el (wl-local-address-init): Ditto.
8952
8953 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8954
8955         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8956         `add-text-properties'.
8957         (wl-plugged-init-icons): Ditto.
8958         (wl-folder-init-icons): Use `propertize' instead of
8959         `put-text-property'.
8960         (wl-plugged-set-folder-icon): Ditto.
8961         (wl-e21-highlight-folder-group-line): Ditto.
8962
8963 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-version.el (wl-version-status-alist): New variable.
8966         (wl-version-status): New function.
8967
8968         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8969         "Cc" part of the case "Reply-To".
8970
8971         * wl-draft.el (wl-draft-reply): Use result of
8972         `eword-extract-address-components'.
8973
8974         * wl-demo.el (wl-demo-icon-name): New constant.
8975         (wl-logo-xpm): Use it.
8976         (wl-logo-xbm): Ditto.
8977         (wl-logo-bitmap): Ditto.
8978
8979         * Version number is increased to 2.3.91.
8980
8981 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8982
8983         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8984         (wl-extended-emacs-version, wl-extended-emacs-version2,
8985         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8986         docstring.
8987
8988         * wl-version.el (wl-generate-user-agent-string-1): New function.
8989         (wl-generate-user-agent-string): Use it.
8990
8991         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8992         `mime-edit-insert-user-agent-field'.
8993         (wl-generate-user-agent-string): Check
8994         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8995
8996         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8997         instead of `if', when verbose case.
8998
8999 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9000
9001         * wl-expire.el (wl-summary-expire): Fix.
9002
9003 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9004
9005         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9006         and `elmo-lost+found-folder' if 'wl-draft.
9007         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9008
9009 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9010
9011         * wl-expire.el (wl-summary-expire): Change messages.
9012         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9013         `deleing-info' instead of "Deleting..."
9014
9015 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9016
9017         * wl-summary.el (wl-summary-refile-subr): Fix.
9018
9019 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9020
9021         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9022         if pipe folder.
9023
9024 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9025
9026         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9027
9028 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9029
9030         * wl-expire.el (wl-expire-hide): New function.
9031         (wl-summary-expire): Add `hide'.
9032
9033 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9034
9035         * wl-vars.el (wl-draft-reply-without-argument-list):
9036         Changed default value to consider `Reply-To:'.
9037         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9038
9039         * Version number is increased to 2.3.90.
9040
9041         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9042         elmo-imap4-get-session with unwind-protect.
9043         Don't cause error.
9044         (wl-summary-sync-marks): Don't check plugged nor folder type.
9045         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9046         (Always keep current buffer).
9047
9048 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9049
9050         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9051         Enclose with `save-excursion'.
9052
9053 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9054
9055         * wl-version.el (wl-version): Remove interactive.
9056
9057 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9058
9059         * wl-version.el (wl-generate-user-agent-string): Use
9060         `product-string-verbose' instead of `product-string-1'.
9061
9062 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9063
9064         * wl-vars.el (wl-draft-use-cache): New variable.
9065         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9066         if wl-draft-use-cache is non-nil.
9067
9068 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9069
9070         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9071         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9072
9073 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9076         (wl-thread-msg-mark-as-unread): Ditto.
9077
9078         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9079         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9080         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9081         Don't set mark in summary if return value of `elmo-mark-as-read'
9082         is nil.
9083         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9084         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9085         instead of `wl-thread-msg-mark-as-read'.
9086         (wl-summary-mark-as-unread-region): Ditto.
9087         (wl-summary-target-mark-mark-as-read): Ditto.
9088
9089         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9090
9091 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9094
9095         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9096
9097 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9100         face.
9101
9102 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9103
9104         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9105         `running-xemacs'.
9106
9107 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9108
9109         * wl-version.el (toplevel): Use `product-version-as-string' for
9110         set verstion-string, if defined.
9111
9112         * wl-version.el (wl-version-show): Insert string at point, when
9113         call with argument.
9114
9115         * wl-version.el (wl-generate-user-agent-string): Use
9116         `product-string-1' instead of `wl-appname', `wl-version' and
9117         `wl-codename'.
9118
9119 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9120
9121         * wl-address.el (toplevel): Use product-provide.
9122         * wl-demo.el (toplevel): Ditto.
9123         * wl-dnd.el (toplevel): Ditto.
9124         * wl-draft.el (toplevel): Ditto.
9125         * wl-e21.el (toplevel): Ditto.
9126         * wl-expire.el (toplevel): Ditto.
9127         * wl-fldmgr.el (toplevel): Ditto.
9128         * wl-folder.el (toplevel): Ditto.
9129         * wl-highlight.el (toplevel): Ditto.
9130         * wl-message.el (toplevel): Ditto.
9131         * wl-mime.el (toplevel): Ditto.
9132         * wl-mule.el (toplevel): Ditto.
9133         * wl-nemacs.el (toplevel): Ditto.
9134         * wl-refile.el (toplevel): Ditto.
9135         * wl-score.el (toplevel): Ditto.
9136         * wl-summary.el (toplevel): Ditto.
9137         * wl-template.el (toplevel): Ditto.
9138         * wl-thread.el (toplevel): Ditto.
9139         * wl-util.el (toplevel): Ditto.
9140         * wl-vars.el (toplevel): Ditto.
9141         * wl-xmas.el (toplevel): Ditto.
9142         * wl.el (toplevel): Ditto.
9143
9144 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9145
9146         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9147         instead of product.
9148
9149         * wl-version.el (wl-version): Compile time evalution elmo-version.
9150
9151 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9152
9153         * wl-summary.el (wl-summary-sync-force-update): Append queue
9154         `mark-as-read'if unplugged.
9155
9156 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9157
9158         * wl-version.el: New file.  Use product.el.
9159         * wl.el: add (require 'wl-version).
9160         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9161         for ~/.folders header.
9162         (wl-fldmgr-folders-header): Changed.
9163         * wl-demo.el (wl-demo): Use product.el.
9164
9165         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9166         wl-version.el.
9167         * wl-util.el (wl-version, wl-version-show): Ditto.
9168
9169         * wl-util.el (wl-generate-user-agent-string,
9170         wl-extended-emacs-version, wl-extended-emacs-version2,
9171         wl-extended-emacs-version3): Move to wl-version.el.
9172         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9173         xemacs-codename, mime-edit-insert-user-agent-field,
9174         mime-edit-user-agent-value, mime-editor/version,
9175         mime-editor/codename): Compile warning killer move to
9176         wl-version.el
9177
9178 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9179
9180         * wl-summary.el (wl-summary-refile-subr): Fix.
9181
9182 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9183
9184         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9185         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9186
9187 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9188
9189         * wl.el (wl-check-environment): Check too many `@'.
9190
9191 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9192
9193         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9194
9195 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9196
9197         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9198         wl-draft-reply-myself-without-argument-list): Add variables.
9199         * wl-draft.el (wl-draft-reply): Use it.
9200
9201 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9202
9203         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9204         the 5th argument of `elmo-network-get-spec'.
9205
9206         * wl-thread.el (wl-thread-reparent-children): New inline function.
9207         (wl-thread-delete-message): Use it.
9208
9209         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9210         (wl-summary-score-update-all-lines): Don't use `dolist'.
9211
9212 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9213
9214         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9215         (require 'elmo-msgdb) for inline function.
9216
9217 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9218
9219         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9220
9221 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9222
9223         * wl-score.el (wl-score-headers): Fix for the confusing macro
9224         `elmo-kill-buffer'.
9225
9226 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9227
9228         * wl-summary.el: Don't use the 3rd argument of `require' because
9229         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9230         * wl-util.el: Ditto.
9231         * wl-draft.el: Ditto.
9232
9233 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9234
9235         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9236         window system is not used.
9237
9238 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9239
9240         * wl-thread.el: Don't use `mapcar' only for iteration.
9241         (wl-thread-resume-entity): Ditto.
9242         (wl-thread-delete-message): Ditto.
9243
9244         * wl-summary.el: Bind `dragdrop-drop-functions',
9245         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9246         of `require' for `timezone', `easymenu' and `ps-print';
9247         don't use `mapcar' only for iteration.
9248
9249         * wl-util.el: Bind `mule-version', `nemacs-version',
9250         `emacs-beta-version', `xemacs-codename',
9251         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9252         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9253         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9254         only for iteration.
9255
9256         * wl-score.el: Don't use `mapcar' only for iteration.
9257         (wl-score-simplify-buffer-fuzzy): Ditto.
9258         (wl-score-simplify-subject): Ditto.
9259         (wl-score-headers): Ditto.
9260         (wl-summary-score-update-all-lines): Ditto.
9261
9262         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9263         `enable-multibyte-characters' and `mule-version'.
9264
9265         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9266         `mapcar' only for iteration.
9267
9268         * wl-demo.el: Don't use `mapcar' only for iteration.
9269
9270         * wl-folder.el: Don't use `mapcar' only for iteration.
9271         (wl-folder-open-all): Ditto.
9272         (wl-folder-count-incorporates): Ditto.
9273
9274         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9275         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9276
9277         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9278         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9279         `smtp-connection-type'; specify 3rd argument of `require' for
9280         `timezone'; don't use `mapcar' only for iteration.
9281         (wl-draft-clone-local-variables): Don't use `mapcar'.
9282         (wl-draft-generate-clone-buffer): Ditto.
9283         (wl-user-agent-compose-internal): Ditto.
9284
9285         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9286
9287         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9288         (wl-save-status): Ditto.
9289
9290         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9291         for iteration.
9292
9293 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9296         removed `Date'.
9297         (wl-fldmgr-make-filter-default): New user option.
9298
9299         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9300         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9301         (wl-fldmgr-filter-completion-alist): Abolish.
9302
9303         * wl.el (wl): Don't check servers if arg is non-nil.
9304
9305         * wl-draft.el (wl-draft-reply): Set only message-id string to
9306         In-Reply-To field.
9307
9308 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-summary.el (wl-summary-pick): Rewrite.
9311
9312         * wl-draft.el (wl-draft-forward): Get references field from
9313         original buffer.
9314         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9315
9316 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9317
9318         * wl-draft.el (wl-draft-forward): Add references field.
9319
9320 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9321
9322         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9323         (wl-draft-reply): Use it.
9324
9325 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9326
9327         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9328         when Emacs 21 is running.
9329
9330         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9331         bindings.
9332
9333 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9334
9335         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9336         XPM icons transparent.
9337
9338         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9339         Emacs 21.
9340
9341 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9342
9343         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9344         nil.
9345
9346         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9347         when it is persistent.
9348         (wl-summary-sync-marks): Changed argument for
9349         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9350         (wl-summary-virtual): Use `elmo-read-search-condition'.
9351         (wl-summary-redisplay-internal): If folder is local, mark as read
9352         even when folder is plugged.
9353
9354 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9355
9356         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9357         of `tool-bar-lines' in the frame parameters.
9358         (after-make-frame-functions, post-command-hook): Don't modify the
9359         value.
9360         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9361         wl-e21-tool-bar-lines): Removed.
9362
9363 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9364
9365         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9366         properties `evaporate' and `wl-momentary-overlay' as well.
9367         (wl-highlight-summary-displaying): Ditto.
9368         (wl-delete-all-overlays): Don't delete overlay which does not have
9369         a property `wl-momentary-overlay'.
9370
9371         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9372         `display-mouse-p' and `display-graphic-p'.
9373         (wl-folder-init-icons): Don't search for XBM or the other files.
9374         (wl-plugged-set-folder-icon): Make icons if and only if
9375         `display-graphic-p' returns non-nil.
9376         (wl-highlight-plugged-current-line): Use `before-string' overlay
9377         property to show icon images.
9378         (wl-highlight-folder-current-line): Ditto.
9379         (wl-e21-highlight-folder-group-line): Ditto.
9380         (wl-e21-highlight-folder-by-numbers): Ditto.
9381         (wl-e21-insert-image): Removed.
9382         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9383         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9384         said.
9385         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9386         `wl-e21-force-switch-toolbar'.
9387         (wl-e21-make-icon-image): Removed.
9388         (wl-e21-setup-toolbar): Don't search for XBM files.
9389         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9390         the default value.
9391
9392 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-util.el (wl-biff-check-folder-async): Set
9395         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9396
9397 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9398
9399         * wl-e21.el (after-make-frame-functions): Add
9400         `wl-e21-force-switch-toolbar'.
9401         (wl-e21-force-switch-toolbar): New function force to switch the
9402         toolbar appearance automatically.
9403         (post-command-hook): Add `wl-e21-switch-toolbar'.
9404         (wl-e21-switch-toolbar): New function to switch the toolbar
9405         appearance automatically.
9406         (wl-e21-tool-bar-lines): New buffer local variable.
9407
9408 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-util.el (wl-biff-check-folders-running): New variable.
9411         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9412         (wl-biff-check-folder-async-callback):
9413         Set `wl-biff-check-folders-running'.
9414         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9415         with unwind-protect.
9416
9417         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9418         Enclose `wl-folder-auto-check' with unwind-protect.
9419
9420         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9421         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9422
9423         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9424
9425         * wl-util.el (wl-biff-notify): New inline function.
9426         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9427         locally.
9428         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9429         folder-list' is 1.
9430         Use `wl-biff-notify'.
9431         (wl-biff-check-folder-async-callback): New function.
9432         (wl-biff-check-folder-async): Ditto.
9433
9434         * wl-folder.el (wl-folder): Don't check folders.
9435         (wl-folder-auto-check): New function.
9436
9437 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9438
9439         * wl-util.el (wl-biff-start) [Emacs19+]:
9440         Use `timer-next-integral-multiple-of-time'.
9441         (wl-biff-check-folders): Use `wl-default-folder'
9442         if `wl-biff-check-folder-list' is nil.
9443
9444 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9445
9446         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9447         instead of `elmo-delete-lists'.
9448
9449 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9450
9451         * wl.el (wl-plugged-toggle-all): Set the value of
9452         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9453         (wl-plugged-toggle): Ditto.
9454         (wl-toggle-plugged): Ditto.
9455         (wl-plugged-init): Ditto.
9456
9457         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9458         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9459         instead of `wl-biff-state-indicator-off' and
9460         `wl-biff-state-indicator-on'; don't modify the value and the type
9461         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9462         (wl-plugged-init-icons): Set icons data to
9463         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9464         instead of `wl-plug-state-indicator-off' and
9465         `wl-plug-state-indicator-on'; don't modify the value and the type
9466         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9467
9468         * wl-vars.el (wl-modeline-biff-state-off,
9469         wl-modeline-biff-state-on, wl-modeline-biff-status,
9470         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9471         wl-modeline-plug-status): New internal variables.
9472         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9473         wl-biff-check-interval, wl-biff-check-folder-list): Change
9474         customization group from `wl-folder' to `wl-highlight'.
9475         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9476         wl-show-plug-status-on-modeline): Defcustomized.
9477
9478         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9479         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9480         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9481         a flag to `mode-line-buffer-identification'.
9482
9483         * wl-e21.el (wl-biff-init-icons): Set icons data to
9484         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9485         instead of `wl-biff-state-indicator-off' and
9486         `wl-biff-state-indicator-on'.
9487         (wl-plugged-init-icons): Set icons data to
9488         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9489         instead of `wl-plug-state-indicator-off' and
9490         `wl-plug-state-indicator-on'.
9491
9492 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9493
9494         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9495         excessive titles.
9496
9497 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9498
9499         * wl.el (wl-plugged-mode): Use revised
9500         `wl-mode-line-buffer-identification'.
9501         (wl-plugged-init): Don't use `force-mode-line-update'.
9502
9503         * wl-xmas.el (wl-draft-overload-functions): Use revised
9504         `wl-mode-line-buffer-identification'.
9505         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9506         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9507         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9508         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9509         `wl-make-plugged-hook';
9510         add `wl-folder-init-icons' and `wl-setup-folder' to
9511         `wl-folder-mode-hook'.
9512
9513         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9514         19 as well.
9515         (wl-mode-line-display-priority-list): New user option.
9516         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9517         Defcustomized.
9518         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9519         Add docs.
9520
9521         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9522         start.
9523         (wl-mode-line-buffer-identification): Revised as a function.
9524
9525         * wl-summary.el (wl-summary-mode): Use revised
9526         `wl-mode-line-buffer-identification'; don't call
9527         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9528         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9529         `wl-xmas-setup-summary'.
9530
9531         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9532         `wl-mode-line-buffer-identification'.
9533
9534         * wl-mule.el (wl-draft-overload-functions): Use revised
9535         `wl-mode-line-buffer-identification'.
9536
9537         * wl-folder.el (wl-make-plugged-alist): Don't call
9538         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9539         (wl-folder): Don't call `wl-folder-init-icons' directly.
9540         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9541         `wl-xmas-setup-folder' directly;
9542         use revised `wl-mode-line-buffer-identification'.
9543         (TopLevel): Don't bind `wl-biff-init-icons',
9544         `wl-plugged-init-icons', `wl-folder-init-icons',
9545         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9546
9547         * wl-e21.el (wl-draft-overload-functions): Use revised
9548         `wl-mode-line-buffer-identification'.
9549         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9550         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9551         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9552         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9553         `wl-make-plugged-hook';
9554         add `wl-folder-init-icons' and `wl-setup-folder' to
9555         `wl-folder-mode-hook'.
9556
9557 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9558             Katsumi Yamaoka    <yamaoka@jpl.org>
9559
9560         * wl.el (wl): Call `wl-biff-start'.
9561         (wl-exit): Call `wl-biff-stop'.
9562         (wl-plugged-mode): Show biff in modeline.
9563         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9564
9565         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9566         (wl-biff-init-icons): New function.
9567         (wl-plugged-init-icons): Don't make too much keymaps.
9568         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9569
9570         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9571         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9572         variables.
9573         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9574         options.
9575
9576         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9577         wl-biff-start, wl-biff-stop): New functions.
9578         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9579         (wl-biff-timer-name): New variable.
9580
9581         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9582
9583         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9584         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9585
9586         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9587         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9588
9589         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9590         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9591         `wl-folder-init-icons' to `ignore' if they are not available.
9592         (wl-folder-mode): Show biff in modeline.
9593
9594         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9595         (wl-biff-init-icons): New function.
9596         (wl-plugged-init-icons): Don't make too much keymaps.
9597         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9598
9599 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9600
9601         * wl-vars.el (wl-strict-diff-folders): Customization Type
9602         and doc fix.  Define as a list of regular expressions for
9603         folders or nil.
9604         * wl-folder.el (wl-folder-check-one-entity): Use
9605         `wl-string-match-member' instead of `wl-string-member' for
9606         `wl-strict-diff-folders'.
9607
9608 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9609
9610         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9611         (wl-highlight-folder-current-line): Use it; new implementation.
9612         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9613         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9614         `defsubst' instead of `defun'.
9615
9616         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9617         `wl-highlight-group-folder-by-numbers'; made it can also be a
9618         number.  See info for more details.
9619
9620         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9621         running.
9622
9623         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9624         to bind them.
9625
9626         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9627         (wl-highlight-folder-current-line): New implementation.
9628
9629         * wl-highlight.el (wl-highlight-folder-group-line): New
9630         implementation.
9631         (wl-delete-all-overlays): Rewrite as a marco.
9632         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9633
9634         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9635         running.
9636         (wl-folder-*-glyph): No need to bind them.
9637
9638         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9639         `wl-e21-highlight-folder-group-icon'; rewrite.
9640         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9641         `defsubst' instead of `defun'.
9642         (wl-folder-mode-map): Bind it when compiling.
9643
9644 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9645
9646         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9647
9648         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9649
9650 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9651
9652         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9653
9654 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9655
9656         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9657         (wl-highlight-folder-current-line): Use it.
9658
9659         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9660         in `id-name'.
9661
9662 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9663
9664         * wl.el: Require `wl-e21' when Emacs 21 is running.
9665
9666         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9667         default when Emacs 21 is running.
9668         (wl-use-highlight-mouse-line): Ditto.
9669         (wl-on-emacs21): New constant.
9670         (wl-on-emacs20): Removed.
9671
9672         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9673         Emacs 21 is running.
9674
9675         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9676         Emacs 21 is running.
9677
9678         * wl-e21.el: New file.
9679
9680 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9681
9682         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9683         (wl-toggle-plugged): Ditto.
9684         (wl-plugged-toggle): Ditto.
9685         (wl-plugged-toggle-all): Ditto.
9686
9687         * wl-vars.el (wl-plug-state-indicator): Refer
9688         `wl-plug-state-indicator-on' indirectly.
9689
9690 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9691
9692         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9693         Call `wl-folder-confirm-existence'.
9694
9695         * wl-folder.el (wl-folder-confirm-existence): Added optional
9696         argument `force'.
9697
9698 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9699
9700         * wl-summary.el (wl-summary-refile-subr): Assume
9701         `copy-or-refile' as symbol.
9702         (wl-summary-refile): Follow up above change.
9703         (wl-summary-copy): Ditto.  Doc fix.
9704
9705 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9706
9707         * wl-summary.el (wl-summary-pick): Don't bind
9708         `elmo-search-mime-charset'.
9709
9710         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9711         default using old backquote style.
9712         (wl-search-mime-charset): Abolished.
9713
9714         * wl-highlight.el (wl-highlight-headers):
9715         Call `point' after `re-search-forward'(for Nemacs).
9716
9717         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9718         for elmo-imap4.el.
9719
9720 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9721
9722         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9723         `wl-message-ignored-field-list' instead of
9724         `mime-view-ignored-field-list'.
9725
9726         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9727         Add interactive spec.
9728         (wl-folder-goto-bottom-of-current-folder): Ditto.
9729         (wl-folder-mode-map): Bind them.
9730
9731         * wl-vars.el (wl-message-ignored-field-list): New variable.
9732         (wl-message-visible-field-list): New variable.
9733
9734         * wl-mime.el (wl-mime-header-presentation-method): New function.
9735         (wl-mime-setup): Set header-presentation-method.
9736
9737 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9738
9739         * wl-nemacs.el (wl-draft-overload-functions): Set
9740         `mode-line-buffer-identification' instead of using
9741         `wl-make-modeline'.
9742
9743         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9744         instead of using `wl-make-modeline'.
9745
9746         * wl-xmas.el (wl-plugged-init-icons): Set up
9747         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9748         (wl-make-modeline): Abolish.
9749         (wl-draft-overload-functions): Set
9750         `mode-line-buffer-identification' instead of using
9751         `wl-make-modeline'.
9752
9753         * wl-util.el (wl-make-modeline-subr): Abolish.
9754         (wl-mode-line-buffer-identification): New alias.
9755
9756         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9757         (wl-summary-make-modeline): Abolish.
9758         (wl-summary-buffer-set-folder): Set
9759         `wl-summary-buffer-folder-indicator'.
9760         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9761         of using `wl-make-modeline'.
9762         (wl-summary-switch-to-clone-buffer): Don't set
9763         `mode-line-buffer-identification'.
9764         (wl-summary-goto-folder-subr): Ditto.
9765
9766         * wl-mule.el (wl-draft-overload-functions): Set
9767         `mode-line-buffer-identification' instead of using
9768         `wl-make-modeline'.
9769
9770         * wl-folder.el (wl-folder-mode): Set
9771         `mode-line-buffer-identification' instead of using
9772         `wl-make-modeline'.
9773         (wl-folder): Don't set `mode-line-buffer-identification'.
9774
9775 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9776
9777         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9778         instead of `member' for `wl-refile-guess-func-list' look-ups.
9779         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9780
9781 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9782
9783         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9784         `wl-message-button-dispatcher'.
9785
9786         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9787
9788         * wl-message.el (wl-message-button-dispatcher): Use it.
9789
9790         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9791         "In-Reply-To".
9792
9793         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9794         Bind `case-fold-search' to t.
9795
9796 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9797
9798         * wl-xmas.el (wl-message-overload-functions): Initialize
9799         `wl-message-button-map'.
9800
9801         * wl-mule.el (wl-message-overload-functions): Initialize
9802         `wl-message-button-map'.
9803
9804         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9805
9806         * wl-message.el (wl-message-button-map): New keymap.
9807         (wl-message-add-button): New function.
9808         (wl-message-button-dispatcher): New function.
9809         (wl-message-button-refer-article): New function.
9810
9811         * wl-highlight.el
9812         (wl-highlight-message-add-buttons-to-header): New function.
9813         (wl-highlight-headers): Use it.
9814
9815 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9816
9817         * wl-summary.el (wl-summary-default-from): Use
9818         `wl-address-get-petname-1'.
9819         (wl-summary-simple-from): Ditto.
9820
9821         * wl-address.el (wl-address-get-petname-1): New inline function.
9822         (wl-address-get-petname): Use it.
9823
9824 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9825
9826         * wl-summary.el (wl-summary-default-from): Return full-name part
9827         from the address if no petname was found.
9828         (wl-summary-simple-from): Ditto.
9829
9830         * wl-address.el (wl-address-get-petname): Return nil if no petname
9831         associated with the address was found.
9832
9833 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9834
9835         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9836         display is finished.
9837
9838 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9839
9840         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9841         `elmo-folder-exists-p' argument.
9842
9843 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9844
9845         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9846         the folder.
9847
9848 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9849
9850         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9851
9852         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9853         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9854
9855 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9856
9857         * wl-folder.el (wl-folder-create-subr): New function.
9858         (wl-folder-confirm-existence): Use it.
9859         (wl-folder-check-one-entity): Use it.
9860         Check the error symbol is derived from 'elmo-open-error.
9861
9862         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9863         `ignore-error'.
9864
9865 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9866
9867         * wl-util.el (toplevel): Add (eval-when-compile (require
9868         'elmo-util)).  (Maybe `provide' is typo.)
9869
9870 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9871
9872         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9873         (I don't know why this was needed.)
9874
9875         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9876         Follow up changes for stream-type.
9877
9878         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9879         (wl-draft-elmo-nntp-send): Ditto.
9880
9881         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9882         (wl-nntp-posting-stream-type): Ditto.
9883         (wl-pop-before-smtp-ssl): Abolished.
9884         (wl-nntp-posting-ssl): Ditto.
9885
9886         * wl-address.el (wl-address-quote-specials): New function.
9887         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9888
9889         * wl-draft.el (wl-draft-reply): Ditto.
9890
9891 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9892
9893         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9894         use function `wl-string-match-assoc'.
9895
9896 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9897
9898         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9899
9900         * wl-draft.el (wl-draft-deduce-address-list): New function.
9901         (wl-draft-parse-mailbox-list): Ditto.
9902         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9903         instead of `smtp-deduce-address-list'.
9904         (wl-draft-on-field-p): Follow group list.
9905
9906         * wl-address.el (wl-address-concat-token): New function.
9907         (wl-address-string-without-group-list-contents): Ditto.
9908         (wl-complete-field-body): Fixed problem of completion
9909         by japanese petname.
9910         (wl-address-make-completion-list): Rewrite.
9911
9912 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9913
9914         * wl-address.el (wl-address-make-completion-list): Completion by
9915         petname.
9916         (wl-complete-field-body): Likewise.
9917
9918 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9919
9920         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9921         contains invalid address syntax.
9922
9923 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9924
9925         * wl-folder.el (wl-folder-check-entity-async): Use
9926         `elmo-nntp-spec-hostname'.
9927
9928 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9929
9930         * wl-summary.el (wl-summary-msgdb-load-async): Use
9931         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9932
9933 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9934
9935         * wl-draft.el (wl-draft-reply): Set argument
9936         `content-transfer-encoding' as nil.
9937
9938 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9939
9940         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9941         `wl-refile-alist'.
9942
9943 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9944
9945         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9946         (wl-draft-edit-string): Ditto.
9947         (wl-draft-forward): Ditto.
9948         * wl-summary.el (wl-summary-write): Ditto.
9949
9950 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9951
9952         * wl-summary.el (wl-summary-sync-update3): Call
9953         `wl-summary-buffer-number-column-detect'.
9954         (wl-summary-buffer-number-column-detect): Search from point-min.
9955
9956 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9957
9958         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9959         contains an address which is not included in original to or cc.
9960
9961 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9962
9963         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9964         begin-line does not exist.
9965         * wl-message.el (wl-message-uu-substring): Ditto.
9966
9967 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9968
9969         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9970         clear local variables.
9971         (wl-summary-exit): Call `elmo-commit'.
9972         (wl-summary-switch-to-clone-buffer): Call
9973         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9974         (wl-summary-goto-folder-subr): Ditto.
9975
9976         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9977         POP folder.
9978
9979 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9980
9981         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9982         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9983         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9984         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9985         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9986         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9987
9988         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9989
9990 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9991
9992         * wl-summary.el (wl-summary-search-by-subject):
9993         Search parent message from the latest one.
9994
9995 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9996
9997         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9998         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9999
10000         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10001         New user option.
10002
10003         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10004         if elmo-nntp-use-killed-list is nil.
10005         Use `elmo-msgdb-append-to-killed-list'.
10006         (Append numbers confirmed as disappeared to the killed list.)
10007         (wl-summary-confirm-appends): Don't display negative number.
10008
10009 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10010
10011         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10012
10013 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10014
10015         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10016         range is `all'.
10017         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10018         `elmo-list-bigger-diff'.
10019
10020 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10021
10022         * wl-summary.el (wl-summary-buffer-exit-func):
10023         New buffer local variable.
10024         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10025
10026 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10027
10028         * wl-demo.el (wl-demo): Fix the last change.
10029
10030 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10031
10032         * wl-demo.el (wl-demo): Don't use `eval'.
10033
10034 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10035
10036         * wl-summary.el (wl-summary-buffer-thread-modified):
10037         New buffer-local variable.
10038         (wl-summary-set-thread-modified): New function.
10039         (wl-summary-thread-modified-p): New function.
10040         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10041         (wl-summary-yank-saved-message): Use function
10042         `wl-summary-set-thread-modified'
10043         (wl-summary-switch-to-clone-buffer): Add
10044         `wl-summary-buffer-thread-modified'.
10045
10046         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10047         (wl-summary-buffer-mark-saved-hook): Ditto.
10048         * wl-summary.el (wl-summary-msgdb-save): New hook
10049         `wl-summary-buffer-message-saved-hook' and
10050         `wl-summary-buffer-mark-saved-hook'.
10051
10052 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10053
10054         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10055
10056 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10057
10058         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10059         don't hide scroll bars under FSF Emacsen because it may incur an
10060         undesirable redrawing.
10061
10062 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10063
10064         * wl-draft.el (wl-draft-edit-string): Call
10065         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10066
10067 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10068
10069         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10070
10071 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10072
10073         * wl-summary.el (wl-summary-msgdb-load-async): Call
10074         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10075
10076 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10077
10078         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10079         fringes in demo buffer; center bitmap logo correctly even if old
10080         Mule is used.
10081
10082 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10083
10084         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10085
10086         * wl-refile.el (wl-refile-subject-alist): New variable.
10087         (wl-refile-subject-alist-file-name): Ditto.
10088         (wl-refile-alist-setup): Rewrite.
10089         (wl-refile-alist-save): Use `elmo-object-save'.
10090         Eliminated arguments.
10091         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10092         (wl-refile-guess-by-subject): New function.
10093         (wl-refile-guess-func-list): Added it.
10094
10095 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10096
10097         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10098         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10099
10100 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10101
10102         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10103         New buffer-local variable.
10104         (wl-summary-buffer-next-folder-func): Ditto.
10105         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10106         if non-nil.
10107         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10108         if non-nil.
10109         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10110         if non-nil.
10111         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10112         if non-nil.
10113
10114 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10115
10116         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10117         permanently in the demo buffer.
10118
10119 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10120
10121         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10122         `mime-entity-fetch-field'.
10123
10124         * wl.el (wl-exit): Delete plugged buffer.
10125
10126         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10127         XEmacs has menubar feature.
10128
10129 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10130
10131         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10132         cannot arrive at the beginning of the buffer under old Emacsen.
10133
10134 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10135
10136         * wl-address.el (wl-address-ldap-search):
10137         Call `ldap-search-entries' with `withdn' argument t.
10138         (wl-complete-field-body): Bind completion-ignore-case as t.
10139         Clear ldap search hash when it was sole completion.
10140         Use elmo-string for pattern string.
10141         (wl-ldap-alias-safe-string): Eliminated needless let.
10142
10143 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10144
10145         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10146         (wl-ldap-alias-sep): New constant.
10147         (wl-ldap-search-attribute-type-list): Ditto.
10148         (wl-ldap-get-value): New function.
10149         (wl-ldap-make-filter): Ditto.
10150         (wl-ldap-make-matched-value-list): Ditto.
10151         (wl-ldap-alias-safe-string): Ditto.
10152         (wl-ldap-register-dn-string): Ditto.
10153         (wl-address-ldap-search): Rewrite.
10154
10155 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10156
10157         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10158         thread is deleted.
10159         (wl-thread-delete-line-from-buffer): Ditto.
10160         (wl-thread-get-exist-children): New function.
10161
10162 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10163
10164         * wl-demo.el (wl-demo): Made it to select various image types.
10165         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10166         from `wl-title-logo'.
10167         (wl-logo-ascii): New variable.
10168         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10169         (wl-demo-copyright-notice): New constant.
10170
10171         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10172
10173 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10174
10175         * wl-vars.el (wl-summary-target-above): Renamed from
10176         wl-summary-temp-above.
10177         * wl-score.el (wl-score-get-score-alist): Use it.
10178         (wl-summary-score-update-all-lines): Use it.
10179         * wl-summary.el: Ditto. (make-variable-buffer-local).
10180
10181 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10182
10183         * wl-vars.el (wl-ldap-port): New user option.
10184
10185         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10186         Rewite whole implementation.
10187         (wl-complete-field-body): Fixed.
10188
10189 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10190
10191         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10192         Choose implementation at compile time.
10193
10194 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10195
10196         * wl-address.el (wl-ldap-search-internal): New function.
10197         (wl-complete-field-to): Use it.
10198
10199 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10200
10201         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10202         Use `let' instead of `let*'.
10203         Require 'wl-vars.
10204
10205         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10206         Define as defcustom.
10207         (wl-ldap-base): Ditto.
10208         (wl-use-ldap): Ditto.
10209
10210 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10211
10212         * wl-address.el (wl-ldap-search): New function.
10213         (wl-complete-field-body): Use `wl-ldap-search'.
10214         (wl-ldap-server): New variable.
10215         (wl-ldap-base): Ditto.
10216         (wl-use-ldap): Ditto.
10217
10218 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10219
10220         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10221         (Pointed out by Mito <mit@nines.nec.co.jp>).
10222         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10223         buffer-local variables like `wl-summary-redisplay-internal'.
10224         (wl-summary-redisplay-all-header): Likewise.  Update
10225         Summary view too.
10226
10227 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10228
10229         * wl-summary.el (wl-summary-jump-to-parent-message):
10230         Consider prefix argument.
10231
10232         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10233         when closed thread is deleted.
10234
10235 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10236
10237         * wl-summary.el (wl-summary-jump-to-parent-message):
10238         Consider thread modification.
10239
10240 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10241
10242         * wl-message.el (wl-message-normal-get-original-buffer): Use
10243         `save-excursion'.
10244
10245         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10246         (wl-summary-showto-folder-regexp): Ditto.
10247
10248 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10249
10250         * wl-util.el (wl-delete-alist): Doc fix.
10251         (wl-delete-associations): New function.
10252         (wl-inverse-alist): New function.
10253         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10254         Split temporary variables. Use `wl-delete-associations'
10255         and `wl-inverse-alist'.
10256         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10257
10258 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10259
10260         * wl-folder.el (wl-folder-prefetch-entity):
10261         Execute prefetching if new count is unknown.
10262
10263 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10264
10265         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10266
10267         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10268         delete entity.
10269         (wl-thread-set-parent): If insert as top, set linked as nil.
10270
10271         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10272         `wl-thread-cleanup-symbols' when view mode is thread.
10273
10274 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10275
10276         * wl-folder.el (wl-folder-create-folder-entity): Use
10277         with-current-buffer.
10278         (wl-local-folder-init): Call set-buffer to make sure we are in
10279         the Folder buffer. Don't touch buffer-local variables here.
10280         (wl-folder-mode): Initialize buffer-local variables here.
10281
10282         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10283         (wl-folder-entity-assign-id): Ditto.
10284         (wl-folder-create-entity-hashtb): Ditto.
10285         (wl-local-folder-init): Ditto.
10286         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10287
10288 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10289
10290         * wl-summary.el (wl-summary-default-from): Fix probrem when
10291         std11-extract-address-components return (nil "foo@bar").
10292
10293 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10294
10295         * wl-draft.el (wl-draft-clone-local-variables):
10296         Remove redundant `setq'.
10297
10298 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10299
10300         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10301         Bind wl-highlight-x-face-func as nil while highlighting header.
10302
10303 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10304
10305         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10306
10307 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10308
10309         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10310         elmo-msgdb-overview-hashtb from copy-variables.
10311         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10312         instead of `elmo-msgdb-overview-get-entity-by-number'.
10313         (wl-summary-auto-refile): Ditto.
10314
10315         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10316         `elmo-msgdb-overview-get-entity' instead of
10317         `elmo-msgdb-search-overview-entity'.  Use
10318         `elmo-msgdb-overview-get-entity' instead of
10319         `elmo-msgdb-overview-get-entity-by-number'.
10320         (wl-thread-insert-entity-sub): Ditto.
10321         (wl-thread-insert-message): Ditto.
10322
10323         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10324         `elmo-msgdb-overview-get-entity'.
10325         (wl-normal-message-redisplay): Ditto.
10326
10327 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10328
10329         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10330         `wl-thread-entities'.
10331         (wl-thread-delete-message): Fix remove top message from
10332         `wl-thread-entity-list'.
10333
10334         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10335         wl-append(nconc), because update-list is broken on Meadow.
10336
10337         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10338         updating process.
10339         (wl-summary-rescan): Ditto.
10340         (wl-summary-sync-update3): Ditto.
10341         * wl-thread.el (wl-thread-set-parent): Renamed from
10342         `wl-summary-set-parent'.
10343         (wl-thread-insert-message): Updating buffer faster.
10344         (wl-thread-delete-message): Updating buffer faster.
10345
10346         * wl-score.el (wl-summary-score-update-all-lines): Changed
10347         interval for display progress gauge.
10348
10349 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10350
10351         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10352         folder always-sticky.
10353         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10354         defmacro.
10355
10356 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10357
10358         * wl-vars.el (wl-draft-add-references): New user option.
10359
10360         * wl-draft.el (wl-draft-add-references): New function.
10361         (wl-draft-yank-from-mail-reply-buffer): Use it.
10362         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10363         as nil.
10364
10365 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10366
10367         * wl-thread.el (wl-thread-update-line-msgs): Called
10368         `wl-thread-update-line-on-buffer-sub'.
10369         (wl-thread-update-line-on-buffer): Delete routine of inserting
10370         thread.
10371         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10372         moved from `wl-thread-update-line-on-buffer'.
10373         Add threshold for displaying progress gauge.
10374         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10375         argument of `wl-thread-update-line-msgs'.
10376         Add threshold for displaying progress gauge.
10377         * wl-folder.el:
10378         Add threshold for displaying progress gauge.
10379         * wl-score.el: Ditto.
10380
10381         * wl-expire.el (wl-summary-expire): Display deleting info.
10382
10383 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10384
10385         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10386         `no-msg'.
10387         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10388         argument of `wl-thread-update-line-msgs'.
10389         (wl-summary-set-parent): Added optional argument `parent-number'.
10390         (wl-summary-buffer-saved-message): New buffer local variable.
10391         (wl-summary-save-current-message): New command.
10392         (wl-summary-yank-saved-message): Ditto.
10393         (wl-summary-mode-map): Added key binding for
10394         `wl-summary-save-current-message' (\ew) and
10395         `wl-summary-yank-saved-message' (\C-y).
10396         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10397
10398 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl-summary.el (wl-summary-mode-map): Added key binding for
10401         `wl-summary-set-parent' (ts).
10402
10403 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10404
10405         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10406         subject faster. If thread number is reverse, delayed updating
10407         thread.
10408         (wl-summary-search-by-subject): Ditto.
10409         (wl-summary-put-alike): Ditto.
10410         (wl-summary-get-alike): Ditto.
10411         (wl-summary-insert-headers): Insert header of all overview in
10412         buffer.
10413         (wl-summary-rescan): Delayed updating thread. Kill search subject
10414         buffer for wl-summary-search-by-subject.
10415         (wl-summary-sync-update3): Ditto.
10416         (wl-summary-exit): Ditto.
10417         (wl-summary-goto-bottom-of-current-thread): Change for linked
10418         thread.
10419         (wl-summary-overview-create-summary-line): Change line for linked
10420         thread.
10421
10422         * wl-summary.el (wl-summary-update-thread): Use
10423         wl-thread-maybe-get-children-num.
10424         (wl-summary-set-parent): If change parent, move sub thread.
10425         (wl-summary-redisplay-internal): Add horizontal recenter.
10426         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10427
10428         * wl-thread.el (wl-thread-entity-get-linked): New function.
10429         (wl-thread-entity-set-linked): New function.
10430         (wl-thread-create-entity): Add linked element.
10431         (wl-thread-entity-insert-as-top): Use wl-append.
10432         (wl-thread-maybe-get-children-num): If closing thread, return
10433         children msgs.
10434         (wl-thread-update-line-msgs): Displaying progress message.
10435         (wl-thread-update-line-on-buffer-sub): Use
10436         wl-thread-maybe-get-children-num.
10437         (wl-thread-update-line-on-buffer): If update line is not exists,
10438         insert thread.
10439         (wl-thread-delete-message): If delete top msg of thread, search
10440         parent by subject.
10441         (wl-thread-insert-entity): Use
10442         wl-thread-maybe-get-children-num.
10443
10444         * wl-highlight.el (wl-highlight-summary-current-line): change
10445         sregexp for linked thread.
10446         * wl-util.el (wl-count-lines): Count lines.
10447         (wl-horizontal-recenter): horizontal recenter.
10448         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10449         (wl-score-get-alike): Ditto.
10450         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10451         (wl-subject-length-limit): New variable.
10452         (wl-highlight-thread-indent-string-regexp): Changed for linked
10453         thread.
10454
10455 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10456
10457         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10458         New variable (revival).
10459         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10460         by subject matching if there's no in-reply-to nor references field
10461         (revival).
10462
10463 \f
10464 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10465
10466         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10467         message.
10468
10469 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10470
10471         * wl-summary.el (wl-summary-reply): Return t if there was a
10472         message at cursor point.
10473         Added unwind-protect.
10474         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10475         returns t.
10476         (wl-summary-cancel-message): Do nothing when there's no message at
10477         cursor point.
10478         (wl-summary-forward): Ditto.
10479         (wl-summary-jump-to-parent-message): Ditto.
10480         (wl-summary-reedit): Ditto.
10481         (wl-summary-edit-addresses): Ditto.
10482         (wl-summary-pipe-message): Ditto.
10483         (wl-summary-print-message-with-ps-print): Ditto.
10484         (wl-summary-print-message): Ditto.
10485         (wl-summary-mark-as-important): Ditto.
10486         (wl-summary-mark-as-unread): Ditto.
10487
10488         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10489         message at cursor point.
10490         (wl-summary-reply-with-citation): Remove unwind-protect.
10491
10492         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10493         subject searching feature.
10494         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10495         Eliminated.
10496
10497 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10498
10499         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10500         New variable.
10501         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10502         by subject matching if there's no in-reply-to nor references field.
10503
10504         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10505
10506         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10507         when display is finished.
10508         (wl-folder-open-all): Ditto.
10509         (wl-folder-update-access-group): Ditto.
10510         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10511         * wl-thread.el (wl-thread-close-all): Ditto.
10512
10513         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10514         progress gauge only when it was displayed.
10515         * wl-folder.el (wl-folder-insert-entity): Ditto.
10516
10517 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10518
10519         * wl-summary.el (wl-summary-incorporate): Enclose
10520         `wl-summary-sync-force-update' with save-excursion.
10521
10522 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10523
10524         * wl-summary.el (wl-summary-prefetch-region):
10525         Pass current cursor point to `pos-visible-in-window-p' after
10526         moving cursor to the started point.
10527
10528 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10529
10530         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10531
10532         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10533         fields from the forwarding message.
10534         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10535         `ignored-fields'.
10536
10537 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10538
10539         * wl-mime.el (wl-message-request-partial):
10540         Eliminated argument `msgdb'.
10541         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10542         (wl-mime-combine-message/partial-pieces): Likewise.
10543         * tm-wl.el (wl-message-request-partial): Likewise.
10544         (wl-mime-combine-message/partial-pieces): Likewise.
10545
10546 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10547
10548         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10549         when display is finished.
10550
10551 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10552
10553         * wl-summary.el (wl-summary-goto-folder-subr):
10554         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10555
10556 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10557
10558         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10559         when cursor point is visible.
10560
10561 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10562
10563         * wl-expire.el (wl-expire-archive-get-max-number):
10564         Don't use `file-name-directory'.
10565
10566 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10567
10568         * wl-expire.el (wl-expire-archive-get-max-number):
10569         Use `file-name-directory'.
10570
10571 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10572
10573         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10574         only when there is progress.
10575
10576 2000-04-13  Mito <mit@nines.nec.co.jp>
10577
10578         * wl-summary.el (wl-summary-sync-marks): Display progress.
10579
10580 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10581
10582         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10583         (wl-summary-prev): Move cursor regardless of unread status.
10584         (wl-summary-next): Ditto.
10585
10586 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10587
10588         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10589         Added argument `target' and `number'.
10590         * tm-wl.el (wl-summary-burst-subr): New function.
10591         (wl-summary-burst): Use it.
10592
10593 2000-04-10  Mito <mit@nines.nec.co.jp>
10594
10595         * wl-mime.el (wl-burst): New function.
10596         (wl-summary-burst): Use it.
10597
10598 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10599
10600         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10601         as petname when there's no candidate.
10602
10603 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10604
10605         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10606         New variable.
10607         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10608
10609         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10610
10611         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10612
10613 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10614
10615         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10616         Use substring of `original' instead of buffer-substring.
10617         (wl-refile-evaluate-rule):
10618         Set `original' argument of wl-refile-expand-newtext.
10619
10620         * wl-summary.el
10621         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10622         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10623         (wl-summary-auto-refile): Check existence of destination folder just
10624         before marking.
10625
10626 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10627
10628         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10629         when wl-refile-get-field-value return nil.
10630
10631 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10632
10633         * wl-refile.el
10634         (wl-refile-expand-newtext): New function imported from Gnus.
10635         (wl-refile-evaluate-rule): Use it.
10636
10637 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10638
10639         * wl-summary.el (wl-summary-print-destination):
10640         Duplicate folder string to avoid putting text-property on
10641         original string.
10642
10643         * wl-refile.el (wl-refile-get-field-value): New function.
10644         (wl-refile-evaluate-rule): New function;
10645         Evaluate refile rule recursively.
10646         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10647         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10648         New function; Check existence of a target folder recursively.
10649         (wl-summary-auto-refile-check-refile-rule-alist):
10650         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10651
10652 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10653
10654         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10655
10656         * wl-folder.el (wl-create-folder-entity-from-buffer):
10657         Fixed problem when '}' character is contained in folder name.
10658
10659         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10660
10661 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10662
10663         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10664         (wl-fldmgr-add-completion-all-completions):
10665         Use wl-fldmgr-add-completion-hashtb.
10666
10667 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10668
10669         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10670         wl-fldmgr-add-completion-subr): New functions.
10671         * wl-folder.el (wl-folder-completion-func): New variable.
10672         * wl-summary.el (wl-summary-read-folder):
10673         Use wl-folder-completion-func.
10674
10675         * wl-refile.el: Eliminate throw & catch.
10676
10677         * wl.el (wl-plugged-sending-queue-status): Fixed.
10678
10679 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10680
10681         * wl-draft.el (wl-draft): Put category property on
10682         mail-header-separator.