66c19eb938fbfafa7806738c329b079e98b3a3fa
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-util.el (wl-find-region): New function.
4
5         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
6         coding system.
7         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
8         property `wl-mime-decoded-coding-system'.
9         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
10         property `wl-mime-decoded-coding-system' to encode text.
11
12         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
13         message.
14         (wl-mime-pgp-verify-region): Ditto.
15
16 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
19         buffer. Use epa-display-verify-result.
20
21 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
22
23         * wl-draft.el (wl-draft-send): Continue even if setting parent
24         flag was failed.
25
26 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-message.el (wl-message-flag-indicator): Fixed the problem
29         of returning string only of parentheses.
30
31 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * wl-summary.el (wl-summary-write): Add argument `folder'.
34         (wl-summary-write-current-folder): Change argument `folder' from
35         optional to require.
36         (wl-summary-get-buffer): Return the buffer associated folder only.
37
38         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
39         change.
40         (wl-folder-toggle-disp-summary): Ditto.
41
42         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
43         current summary as parent-folder.
44
45 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
46
47         * wl-draft.el (wl-draft-reedit): Don't overwrite
48         wl-draft-parent-folder.
49
50 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
53         (wl-mime-pgp-verify-region): Ditto.
54         (wl-message-decrypt-pgp-nonmime): Use the above function.
55         (wl-message-verify-pgp-nonmime): Likewise.
56         (wl-mime-preview-application/pgp): Likewise.
57
58 2006-04-20  Kenichi Okada  <okada@opaopa.org>
59
60         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
61         Fix about the order of `wl-nntp-posting-port' and
62         `wl-nntp-posting-stream-type'.
63         * wl.el (wl-plugged-port-label-alist): Add smtp.
64
65 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-summary.el (wl-summary-message-status): New macro.
68
69         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
70         (wl-summary-killed-mark): New user option.
71
72         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
73         API change.
74         (wl-thread-insert-entity-sub): Ditto.
75         (wl-thread-recover-messages): New command.
76
77         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
78         Don't call `wl-highlight-summary-current-line' directly.
79         (wl-summary-buffer-attach): Connect to signal `status-changed'
80         instead of `cache-changed'.
81         (wl-summary-buffer-detach): Follow the above change.
82         (wl-summary-detect-mark-position): Follow the API change.
83         (wl-summary-rescan-message): Ditto.
84         (wl-summary-insert-sequential): Ditto.
85         (wl-summary-update-thread): Ditto.
86         (wl-summary-message-mark): Ditto.
87         (wl-summary-persistent-mark): Ditto.
88         (wl-summary-create-line): Ditto.
89         (wl-summary-prefetch-region-no-mark): Call
90         `wl-summary-persistent-mark' with number.
91         (wl-summary-recover-messages-region): New command.
92         (wl-summary-target-mark-recover): Ditto.
93         (wl-summary-recover-message): Ditto.
94         (wl-summary-persistent-mark-string): Add argument `status' instead
95         of remove arguments `flags' and `cached'.  Treat killed status.
96         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
97
98         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
99         (wl-highlight-summary-line-face-spec): Treat killed status.
100         (wl-highlight-summary-line-string): Follow the API change.
101         (wl-highlight-summary-current-line): Ditto.
102
103         * Version number is increased to 2.15.3.
104
105 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
108         of symbolp to test whether the condition is function.
109
110 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
113         to nil.
114
115 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
116
117         * wl-summary.el (wl-summary-buffer-message-ring): New internal
118         variable.
119         (wl-summary-buffer-last-displayed-msg): Abolish.
120         (wl-summary-push-message): New function.
121         (wl-summary-pop-message): Ditto.
122         (wl-summary-goto-folder-subr): Reset
123         `wl-summary-buffer-message-ring'.
124         (wl-summary-pop-to-last-message): New command.
125         (wl-summary-goto-last-displayed-msg): Call
126         wl-summary-pop-to-last-message if optional argument is non-nil or
127         the last command is itself.
128         (wl-summary-redisplay-internal): Push last message number into
129         `wl-summary-buffer-message-ring'.
130
131         * wl-vars.el (wl-summary-message-ring-max): New user option.
132
133 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
136         from `wl-draft-reply').
137         (wl-draft-reply): Use it.
138         (wl-draft-find-reply-headers): Avoid compile warning.
139
140 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
143
144 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-message.el (wl-message-flag-indicator): New function.
147         (wl-message-redisplay): Use it.
148
149 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
150
151         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
152
153 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
156         instead of `read-event'.
157
158         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
159
160         * wl-mule.el (wl-read-event-char): Ditto.
161
162         * wl-e21.el (wl-read-event-char): Ditto.
163
164 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
165
166         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
167
168 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * wl-vars.el (wl-draft-send-confirm-type): New user option.
171
172         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
173
174         * wl-draft.el (wl-draft-send-confirm): Confirmation by
175         `wl-draft-send-confirm-type'
176
177 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
178
179         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
180         Avoid error when the buffer name is already used.
181
182 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
185         the change of elmo-nmz -> elmo-search.
186         (wl-highlight-summary-line-help-echo-alist): Ditto.
187         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
188         (wl-nmz-folder-icon): Define as obsolete.
189         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
190         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
191
192 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-summary.el (wl-summary-get-list-info): Rewrite with
195         `elmo-find-list-match-value'
196
197 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
198
199         * wl-summary.el (wl-summary-get-list-info): Optimize.
200         Use List-Id and List-Post also.
201
202 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
205
206 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
209
210 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-util.el (wl-completing-read-multiple-1): New internal function.
213         (wl-completing-read-multiple-2): Ditto.
214         (wl-completing-read-multiple): Define use above functions.
215
216         * wl-summary.el (wl-summary-sort): Removed the workaround for a
217         bug of `completing-read-multiple' about default value.
218
219         * wl-xmas.el (wl-completing-read-multiple): Removed.
220
221         * wl-mule.el (wl-completing-read-multiple): Ditto.
222
223         * wl-e21.el (wl-completing-read-multiple): Ditto.
224
225 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-util.el (wl-filter-associations): New function.
228
229         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
230         (wl-spam-ignored-folder-list): Ditto.
231         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
232         (wl-spam-string-member-p): New function.
233         (wl-spam-domain): Use it.
234         (wl-spam-split-numbers): New function.
235         (wl-spam-apply-partitions): Ditto.
236         (wl-spam-register-spam-messages): Use `folder' instead of
237         `wl-summary-buffer-elmo-folder'.
238         (wl-spam-register-good-messages): Ditto.
239         (wl-summary-exec-action-spam): Decide a domain by real folder of
240         message.
241         (wl-summary-exec-action-refile-with-register): Likewise.
242
243 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-e21.el (wl-e21-find-image): New function.
246         (wl-e21-setup-toolbar): Use it instead of `find-image'.
247         (wl-e21-highlight-folder-group-line): Ditto.
248         (wl-folder-init-icons): Ditto.
249         (wl-plugged-init-icons): Ditto.
250         (wl-biff-init-icons): Ditto.
251
252 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
255         (wl-inhibit-save-drafts): New internal variable.
256         (wl-disable-auto-save): Ditto.
257         (wl-save-drafts): Treat above variables.
258         (wl-auto-save-drafts): New function.
259         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
260         `wl-stop-save-drafts'.
261         (wl-start-save-drafts): New function.
262         (wl-stop-save-drafts): Ditto.
263         (wl-set-auto-save-draft): New command.
264
265         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
266         `wl-set-save-drafts'.
267
268 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
271         `make-local-variable' instead of `make-variable-buffer-local'.
272
273 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
274
275         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
276
277 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
280
281 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
282
283         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
284         of working buffer.
285
286 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
289
290         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
291         value into recipients; Bind `wl-draft-remove-group-list-contents'
292         as nil.
293
294 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-summary.el (wl-summary-sort): Fixed the last change.
297
298         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
299         (wl-summary-sort-messages): Ditto.
300         (wl-summary-rescan): Use it.
301         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
302         `completing-read'; Append candidates for reverse order.
303
304 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * Version number is increased to 2.15.2.
307
308 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
311         "Smaller".
312         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
313
314 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
317
318 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
319
320         * wl-vars.el (wl-draft-additional-header-alist): Add into the
321         customize group `wl-draft'.
322         (wl-draft-add-in-reply-to): Move customize group from `wl' to
323         `wl-draft'.
324         (wl-draft-add-references): Ditto.
325
326         * wl-action.el (wl-summary-print-argument): Rename argument from
327         `folder' to `data'.
328
329 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-rescan-message): Call
332         `wl-thread-cleanup-symbols' before insert thread.
333
334 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl.el (wl-init): Set `elmo-get-folder-function' as
337         `wl-folder-make-elmo-folder'.
338
339         * wl-spam.el (wl-summary-exec-action-spam): Use
340         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
341
342         * wl-folder.el (wl-folder-make-elmo-folder): New function.
343         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
344         `elmo-make-folder'.
345         (wl-folder-get-elmo-folder): Ditto.
346         (wl-folder-create-subr): Simplify.
347
348 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
351
352 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
355         contents in message buffer instead of original buffer. If optional
356         argument specified, ask coding system for encode.
357
358 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
359
360         * wl-spam.el (wl-summary-test-spam-region): New function.
361         (wl-spam-setup): Bind "rkc".
362
363 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
364
365         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
366
367 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
368
369         * wl-spam.el (wl-summary-test-spam): Fix typo.
370         (wl-message-check-spam): Ditto.
371
372 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-summary.el (wl-summary-default-from): Simplify.
375
376 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-action.el (wl-summary-exec-action-refile): Simplify.
379         (wl-summary-exec-action-copy): Ditto.
380         (wl-summary-auto-refile): Check existence of temporary mark.
381
382 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-summary.el (wl-summary-create-line): Use
385         `elmo-time-to-datevec'.
386
387         * wl-expire.el (wl-expire-archive-date): Ditto.
388         (wl-expire-localdir-date): Ditto.
389
390         * wl-util.el (wl-day-number): Abolish.
391
392         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
393         of `wl-day-number'.
394         (wl-score-followup): Ditto.
395         (wl-score-add-followups): Ditto.
396         (wl-score-get-latest-msgs): Ditto.
397         (wl-score-get-header-entry): Ditto.
398         (wl-score-edit-insert-date): Ditto.
399
400 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
403         `elmo-message-entity-field' with 2nd argument `type'.
404
405 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
406
407         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
408
409 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-thread.el (wl-thread-delete-message): Delete descendant
412         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
413
414 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
415
416         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
417
418 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
421         `Access folder'.
422
423 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-vars.el (wl-access-folder-icon): New user option.
426
427         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
428         `Access folder'.
429
430 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-summary.el (wl-summary-buffer-set-folder): Use
433         `wl-folder-mime-charset'.
434
435         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
436         `mime-charset'.
437         (wl-folder-get-elmo-folder): Ditto.
438         (wl-folder-mime-charset): New function.
439
440 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-util.el (wl-parse-addresses): Define alias of
443         `elmo-parse-addresses' (move to `elmo-util.el').
444
445         * wl-summary.el (wl-summary-default-from): Follow the API change.
446         (wl-summary-overview-entity-compare-by-date): Ditto.
447         (wl-summary-overview-entity-compare-by-from): Ditto.
448         (wl-summary-get-list-info): Get value of `ml-info' field from
449         entity at first.
450         (wl-summary-rescan-message): Treat prefix argument.
451         (wl-summary-prefetch-msg): Follow the API change.
452         (wl-summary-search-by-subject): Ditto.
453         (wl-summary-insert-thread): Ditto.
454         (wl-summary-line-subject): Ditto.
455         (wl-summary-line-from): Ditto.
456         (wl-summary-create-line): Ditto.
457         (wl-summary-print-message-with-ps-print): Ditto.
458
459         * wl-score.el (wl-score-ov-entity-get): Ditto.
460         (wl-score-followup): Ditto.
461         (wl-score-add-followups): Use `elmo-message-entity-field' instead
462         of `car'.
463         (wl-score-get-latest-msgs): Follow the API change.
464         (wl-score-get-header): Ditto.
465
466         * wl-refile.el (wl-refile-learn): Ditto.
467         (wl-refile-subject-learn): Ditto.
468         (wl-refile-get-field-value): Ditto.
469         (wl-refile-guess-by-history): Ditto.
470         (wl-refile-guess-by-subject): Ditto.
471
472         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
473
474         * wl-expire.el (wl-expire-date-p): Removed.
475         (wl-expire-archive-date): Follow the API change.
476         (wl-expire-localdir-date): Ditto.
477         (wl-summary-expire): Ditto.
478
479         * Version number is increased to 2.15.1.
480
481 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
482
483         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
484         group is access or not (it is not strict, like wl-fldmgr-rename).
485
486 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
489         duplicate call of `wl-summary-print-argument' on the wrong line.
490
491 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
492
493         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
494         even if argument `number' is nil.
495         (wl-summary-insert-line): Print action argument if current message
496         has it.
497
498 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
501         (wl-draft-reply): Ditto.
502         (wl-draft): Add optional argument `parent-number' and call
503         `wl-draft-create-buffer' with it.
504         (wl-draft-create-buffer): Add optional argument
505         `parent-number'. Set wl-draft-parent-number as it.
506
507 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
508
509         * wl-folder.el (wl-folder-set-persistent-mark): If summary
510         buffer is not for given folder, don't use it.
511
512 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
513
514         * Version number is increased to 2.15.0.
515
516 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
519
520         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
521         (wl-highlight-get-face-by-name): New internal function.
522         (wl-highlight-summary-line-face-spec): Use it and fixed.
523
524 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-summary.el (wl-summary-sync-update): Use
527         `elmo-message-entity-field' instead of `car' to get message-id
528         from overview entity.
529
530         * wl-summary.el (wl-summary-rescan-message): Call
531         `wl-highlight-summary-displaying' when displaying a message.
532
533 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-draft.el (wl-draft-config-info-filename): Extracted from
536         `wl-draft-config-info-operation'.
537         (wl-draft-buffer-change-number): New function.
538         (wl-draft-rename-saved-config): Ditto.
539         * wl.el (wl-init): Connect slot for message-number-changed.
540         (toplevel): Add autoload for wl-draft-rename-saved-config.
541
542 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
545         `update-overview'
546         (wl-summary-buffer-detach): Disconnect from it.
547         (wl-summary-rescan-message): Use command.
548
549         * wl-message.el (wl-message-buffer-display): Use
550         `with-current-buffer' instead of `save-excursion'.
551
552 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-mime.el (wl-draft-preview-attributes-list): Protect
555         wl-draft-preview-attributes-list from distraction.
556
557 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
558
559         * wl-summary.el (wl-summary-sync-update): Sort the return value of
560         `elmo-list-diff'.
561
562 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-summary.el
565         (wl-summary-edit-addresses-collect-candidate-fields): Use
566         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
567
568         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
569         instead of `elmo-set-work-buf'.
570
571         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
572         (wl-address-make-address-list): Ditto.
573
574         * Version number is increased to 2.13.3.
575
576 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
579         user option.
580
581         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
582         argument `5'.
583
584         * wl-message.el (wl-message-display-no-merge-p): New function.
585         (wl-message-buffer-display): Check whether the message is
586         reassembled and follow the API change.
587
588 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
591         multibyte on working buffer and removed unnecessary
592         `buffer-disable-undo'.
593
594 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-util.el (wl-read-search-condition-internal): Fixed the last
597         change.
598
599 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-util.el (wl-read-search-condition-internal): Protect
602         elmo-global-flags from distraction.
603
604 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
607
608         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
609         (wl-summary-event-handler): Ditto.
610         (wl-summary-update-persistent-mark-on-event): New
611         function (renamed from `elmo-event-handler-flag-changed').
612         (wl-summary-buffer-attach): New function.
613         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
614         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
615         instead of `elmo-folder-add-handler'.
616
617         * Version number is increased to 2.13.2.
618
619 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
622         and "\177" to the `wl-news-previous-page'.
623         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
624         (wl-news-previous-page): New function.
625
626 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
629         instead of `write-region' and simplify.
630
631 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-template.el (wl-template-select): Cause error if
634         `wl-template-alist' is nil.
635
636 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
637
638         * wl-news.el.in: Set file variable `no-byte-compile'.
639
640 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
643         whether a target message is within displaying area.
644         (elmo-event-handler-cache-changed): Ditto.
645
646 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
647
648         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
649         to `defun'.  Use `nconc' instead of `append' to collect descendant
650         message numbers.
651
652 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
653
654         * wl-thread.el (wl-thread-save-top-list)
655         (wl-thread-save-entities): Use `with-temp-buffer'.
656         * wl-news.el.in (wl-news-previous-version-load):
657         (wl-news-previous-version-save): Ditto.
658         * wl-summary.el (wl-summary-load-file-object)
659         (wl-summary-save-view-cache): Ditto.
660
661 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-util.el (toplevel): Require 'elmo-flag'.
664         (wl-read-search-condition): New function (Renamed from
665         `elmo-read-search-condition').
666         (wl-read-search-condition-internal): Likewise.
667
668         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
669         invalid.
670         (wl-summary-pick): Use `wl-read-search-condition' instead of
671         `elmo-read-search-condition'.
672         (wl-summary-virtual): Ditto.
673
674         * wl-folder.el (wl-folder-virtual): Ditto.
675         (wl-folder-pick): Ditto.
676
677         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
678
679 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-summary.el (wl-summary-reedit): Call
682         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
683
684 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-mime.el (toplevel): Require wl-vars.
687
688         * wl-message.el (toplevel): Require cl at compile.
689
690         * wl-draft.el (toplevel): Require elmo.
691
692 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * wl-message.el (wl-message-buffer-prefetch): Count is a number
695         and do nothing when it is not positive.
696         (wl-message-buffer-prefetch-next): Ditto.
697
698 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
701         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
702         (wl-summary-redisplay-internal): Ditto.
703
704         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
705         message (the condition is borrowed from `wl-check-variables-2').
706         (wl-summary-redisplay-internal): Ditto.
707
708 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-mime.el (wl-draft-nntp-attribute): New function.
711         (wl-draft-attribute-nntp-posting-server): Use it.
712         (wl-draft-attribute-nntp-posting-port): Ditto.
713
714         * wl-mime.el (wl-draft-preview-attributes-list): New function.
715         (wl-draft-show-attributes-buffer): Ditto.
716         (wl-draft-hide-attributes-buffer): Ditto.
717         (wl-draft-attribute-newsgroups): Ditto.
718         (wl-draft-attribute-nntp-posting-server): Ditto.
719         (wl-draft-attribute-nntp-posting-port): Ditto.
720         (wl-draft-preview-message): Use there functions.
721
722         * wl-vars.el (wl-draft-preview-attributes-list): Change default
723         value.
724
725 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
728         (wl-draft-reedit): Ditto.
729         (wl-draft-queue-flush): Ditto.
730
731         * wl-mime.el (wl-message-request-partial): Ditto.
732         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
733         instead of `elmo-message-fetch'.
734
735         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
736
737         * wl-summary.el (wl-summary-message-string): Ditto.
738
739 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-util.el (wl-current-message-buffer): Follow the API change.
742
743         * wl-summary.el (wl-summary-redisplay-internal): Call
744         `wl-summary-mark-as-read' with 2nd argument as nil and update
745         unread count instead of persistent mark.
746
747         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
748         variable.
749         (wl-message-redisplay): Follow the API change.
750         (wl-message-buffer-display): Managed mime-entity directly and
751         return preview buffer only.
752         (wl-message-display-internal): Rewrite.
753         (wl-message-buffer-prefetch-subr): Not save return value of
754         `wl-message-buffer-display'.
755
756         * Version number is increased to 2.13.1.
757
758 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
761         'elmo-multiple-fields-body-list' with boundary specified.
762
763 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
764
765         * wl-vars.el (wl-summary-resend-use-cache): New variable.
766         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
767         cache if `wl-summary-resend-use-cache' is non-nil.
768
769 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
770
771         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
772         (wl-nntp-posting-stream-type): Ditto.
773
774 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
775
776         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
777
778 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
779
780         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
781         message.
782
783 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
786         Abolish.
787         (wl-summary-buffer-persistent-mark-version): New internal
788         variable.
789         (wl-summary-update-mark-and-highlight-window): Check by
790         wl-summary-persistent-mark-invalid-p.
791         (wl-summary-update-status-marks): Ditto.
792         (elmo-event-handler-flag-changed): Rewrite.
793         (elmo-event-handler-cache-changed): Define.
794         (wl-summary-prefetch-msg): Does not update persistent mark here.
795         (wl-summary-delete-cache): Ditto.
796         (wl-summary-resume-cache-status): Ditto.
797         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
798         (wl-summary-persistent-mark-invalid-p): New function.
799         (wl-summary-validate-persistent-mark): Ditto.
800         (wl-summary-validate-persistent-mark-string): Ditto.
801         (wl-summary-invalidate-persistent-mark): Ditto.
802         (wl-summary-update-persistent-mark): Call
803         `wl-summary-validate-persistent-mark'.
804         (wl-summary-create-line): Call
805         `wl-summary-validate-persistent-mark-string'.
806
807         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
808         status as t if cache used.
809
810 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
811
812         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
813         only if the target is group.
814         * wl-folder.el (wl-folder-append-petname): Don't check group name.
815
816 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
817
818         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
819
820 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
821
822         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
823
824         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
825
826 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
827
828         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
829         (Thanks to Yoichi NAKAYAMA).
830
831 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
832
833         * wl-util.el (wl-save-drafts): Restore echo area.
834
835 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
836
837         * Version number is increased to 2.13.0.
838
839         * wl-util.el (wl-biff-check-folder-async): Use
840         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
841
842 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-message.el (wl-message-display-internal): Does not put
845         wl-message-display-type property on message buffer.
846         (wl-message-buffer-display-type): New function.
847
848         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
849
850         * wl-summary.el (wl-summary-mode): Use `dolist' to add
851         `wl-summary-buffer-detach'.
852         (wl-summary-message-display-type): Use
853         `wl-summary-buffer-display-type'.
854
855 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
856
857         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
858         buffer-local.
859
860         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
861         kill-buffer-hook instead of make-local-variable.
862         (wl-draft-preview-message): Set `local' argument of add-hook as t.
863
864 2004-12-12  Scott Renfro <scott@renfro.org>
865
866         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
867         regex for square-branket.
868
869 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
872         `wl-message-mime-analysis-p' with argument `header'.
873
874 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
875
876         * wl-mime.el (wl-draft-yank-current-message-entity): 
877         Switch to no-mime following method according to wl-message-display-type
878         property.
879         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
880
881         * wl-message.el (wl-message-display-internal): 
882         Put wl-message-display-type property on message buffer.
883
884         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
885         (wl-message-display-internal): Ditto;
886
887         * wl-summary.el (wl-summary-toggle-mime): Ditto.
888
889 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-message.el (wl-message-make-display-type): New function.
892         (wl-message-display-type-property): Ditto.
893         (wl-message-mime-analysys-p): Ditto.
894         (wl-message-display-all-header-p): Ditto.
895         (wl-message-redisplay): Removed argument `as-is', `all-header' and
896         added `display-type'.
897         (wl-message-buffer-display): Likewise.
898         (wl-message-display-internal): Likewise.
899         (wl-message-buffer-display-type): Abolish.
900         (wl-message-buffer-prefetch-subr): Follow the API changed.
901
902         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
903         from wl-summary-buffer-display-all-header and changed default value.
904         (wl-summary-message-display-type): New function.
905         (wl-summary-buffer-display-mime-mode): Ditto.
906         (wl-summary-buffer-display-header-mode): Ditto.
907         (wl-summary-toggle-mime): Rewrite with above functions.
908         (wl-summary-toggle-all-header): Ditto.
909         (wl-summary-redisplay): Force redisplay with default mode.
910         (wl-summary-redisplay-internal): Renamed argument from `mode',
911         `all-header' to `mime-mode', `header-mode'.
912         Use `wl-message-make-display-type'.
913
914         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
915         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
916
917 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
918
919         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
920
921 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
922
923         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
924         in original message buffer.
925         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
926         buffer.
927
928 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
931
932 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
935
936 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
937
938         * wl-action.el (wl-summary-exec-action-refile): Display a done message
939         when actions succeeded.
940         (wl-summary-exec-action-copy): Likewise.
941
942 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
945         there is switch-to-buffer at the end of wl-message-select-buffer.
946         (wl-summary-reply): Ditto.
947
948 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-summary.el (wl-summary-forward): Put subject in original
951         message buffer as argument of wl-draft-forward.
952         * wl-draft.el (wl-draft-forward): Decode subject as in
953         wl-draft-reply.
954
955 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
956
957         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
958         a folder under access group.
959
960 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
961
962         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
963         wl-message-buffer-display.
964
965         * wl-util.el (wl-set-save-drafts): Fix typo.
966
967 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
970         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
971         wl-highlight-logo-face to set the bg color of an xbm image; fixed
972         the way to measure the width of a bitmap image; don't put face on
973         ascii and bitmap images; put the mark which should not use the
974         variable-pitch face on ascii and bitmap images.
975         (wl-demo-setup-properties): Don't use the variable-pitch face on
976         ascii and bitmap images; made it work on Emacs 20 and earlier.
977         (wl-demo-insert-text): End with a newline at the bottom; don't put
978         face on text.
979
980         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
981
982 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
985
986         * wl-util.el (wl-save-drafts): Moved from sample setting.
987         (wl-set-save-drafts): New function to set idle timer.
988         * wl-draft.el (wl-draft): Call it.
989         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
990
991 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
994         a summary which has toggle display status off.
995
996 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-draft.el (wl-draft-do-fcc): No cache save.
999
1000 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl-summary.el (elmo-event-handler-flag-changed): Use
1003         `set-buffer' instead of `with-current-buffer'.
1004
1005 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-summary.el (wl-summary-after-resize-function): New function.
1008         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1009         window-size-change-functions.
1010
1011 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-draft.el (wl-draft-create-buffer): Bind
1014         `change-major-mode-hook' after current buffer is changed.
1015
1016         * wl-summary.el (wl-summary-buffer-detach): New function.
1017         (wl-summary-buffer-set-folder): Call it.
1018         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1019         change-major-mode-hook and kill-buffer-hook.
1020         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1021         (wl-summary-switch-to-clone-buffer): Ditto.
1022         (wl-summary-goto-folder-subr): Ditto.
1023
1024 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1025
1026         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1027         after boundp check.
1028
1029 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1032         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1033         for `kill-buffer'.
1034
1035         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1036         handler of current buffer from elmo-folder.
1037
1038 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1041
1042 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1045         variable.
1046         (wl-summary-event-handler): New class.
1047         (elmo-event-handler-flag-changed): Define to update persistent
1048         mark.
1049         (wl-summary-buffer-set-folder): Register event handler to
1050         elmo-folder.
1051         (wl-summary-exit): Unregister event handler.
1052         (wl-summary-goto-folder-subr): Ditto.
1053         (wl-summary-mark-as-read-all): Does not call
1054         `wl-summary-update-persistent-mark' directly.
1055         (wl-summary-mark-as-read-internal): Ditto.
1056         (wl-summary-set-persistent-mark-internal): Ditto.
1057         (wl-summary-set-flags-internal): Ditto.
1058
1059         * Version number is increased to 2.11.33.
1060
1061 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1062
1063         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1064         to nil.
1065
1066 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-spam.el (wl-spam-setup): Add hook
1069         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1070         instead of `wl-summary-prepare-hook'.
1071
1072         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1073         if folder type is `'flag'.
1074         (wl-summary-mark-as-important): Ditto.
1075
1076 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-address.el (wl-address-minibuffer-history): New variable.
1079         (wl-address-minibuffer-local-map): New keymap.
1080         (wl-address-read-from-minibuffer): New function.
1081
1082         * wl-action.el (wl-summary-get-resend-address): Use
1083         `wl-address-read-from-minibuffer' instead of `completing-read'.
1084
1085 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * Version number is increased to 2.11.32.
1088
1089 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090
1091         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1092         without mule to iso-8859-1.
1093         (wl-draft-add-in-reply-to): Add note in description.
1094         (wl-draft-add-references): Ditto.
1095
1096 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1097
1098         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1099         definition for `m'.
1100         (wl-summary-mode-line-format): Add '[%m]'.
1101         (wl-message-mode-line-format-spec-alist): Ditto.
1102         (wl-summary-display-mime-mode-list): New variable.
1103
1104         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1105         from wl-summary-buffer-display-as-is.
1106         (wl-summary-buffer-display-all-header): New buffer local variable.
1107         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1108         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1109         instead of wl-summary-buffer-display-as-is.
1110         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1111         (wl-summary-set-persistent-mark): Ditto.
1112         (wl-summary-set-message-buffer-or-redisplay): Just call
1113         `wl-summary-redisplay-internal' without optional arguments.
1114         (wl-summary-toggle-mime): Rewrite.
1115         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1116         (wl-summary-toggle-all-header): New function.
1117         (wl-summary-redisplay-internal): Treat mime mode.
1118
1119         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1120         to wl-mime-preview-follow-no-mime.
1121         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1122         accodring to the display-mode.
1123
1124         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1125         (wl-message-buffer-display): Changed argument name from `as-is' to
1126         `mode'.
1127         (wl-message-display-internal): Ditto;
1128         Bind elmo-mime-display-header-analysis according to the mode.
1129         (wl-message-display-internal): Put wl-message-display-mime-mode
1130         property on entire buffer.
1131
1132 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1133
1134         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1135
1136 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1137
1138         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1139         Don't extract mail address.
1140         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1141
1142         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1143
1144         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1145
1146 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1149         wl-fldmgr-cut-entity-list on confirmation.
1150
1151 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1154         (wl-mime-quit-preview): Check existence of
1155         mime-edit-temp-message-buffer here.
1156
1157 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1160         after deletion.
1161
1162         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1163         before calling wl-mime-quit-preview.
1164
1165 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl-summary.el (wl-summary-pick): If call it with prefix
1168         argument, set `delete-marks' as non-nil. Pick from only visible
1169         messages.
1170         (wl-summary-check-target-mark): New function.
1171         (wl-summary-target-mark-mark-as-read): Use it.
1172         (wl-summary-target-mark-mark-as-unread): Ditto.
1173         (wl-summary-target-mark-operation): Ditto.
1174         (wl-summary-target-mark-set-flags): Ditto.
1175         (wl-summary-target-mark-save): Ditto.
1176         (wl-summary-target-mark-pick): Ditto.
1177         (wl-summary-target-mark-forward): Ditto.
1178         (wl-summary-target-mark-reply-with-citation): Ditto.
1179         (wl-summary-target-mark-print): Ditto.
1180         (wl-summary-target-mark-uudecode): Ditto.
1181
1182         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1183         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1184         with `ask-coding' is non-nil.
1185
1186 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1187
1188         * wl-thread.el (wl-thread-set-parent): If parent is a message
1189         which is identified by references, set linked as nil.
1190
1191 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1192
1193         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1194         (wl-message-mode-line-format-spec-alist): Ditto.
1195         (wl-message-mode-line-format): Ditto.
1196         (wl-summary-mode-line-format): Ditto for docstring.
1197         (wl-summary-no-mime-folder-list): Fix typo.
1198
1199         * wl-util.el (wl-current-message-buffer): Call
1200         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1201
1202         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1203         variable.
1204         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1205         of `wl-summary-redisplay-no-mime'.
1206         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1207         (wl-summary-toggle-mime): New function.
1208         (wl-summary-redisplay-all-header): Rewrite.
1209         (wl-summary-redisplay-no-mime): Ditto.
1210         (wl-summary-redisplay-internal): Added argument `as-is' and
1211         `all-header'.
1212
1213         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1214         New variable.
1215         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1216         bottom.
1217         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1218         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1219         "/" unconditionally.
1220
1221         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1222         wl-mime-preview-follow-no-mime for as-is content.
1223         (wl-mime-preview-follow-no-mime): New function.
1224         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1225
1226         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1227         and added `as-is', `all-header'.
1228         (wl-message-buffer-display): Ditto.
1229         (wl-message-buffer-display-type): New function.
1230
1231 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-vars.el (wl-message-header-button-alist): Change default
1234         value.
1235         (wl-message-body-button-alist): Ditto.
1236
1237 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1238
1239         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1240
1241 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1244
1245 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1246
1247         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1248         is always true.
1249
1250 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1251
1252         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1253         on null entity.
1254
1255 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1256
1257         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1258
1259 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-vars.el (wl-summary-resend-hook): New hook.
1262
1263         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1264         `wl-summary-resend-hook'.
1265
1266 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1269         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1270         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1271         (wl-summary-new-cached-mark): Changed default value to 'n'.
1272         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1273         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1274         (wl-folder-sync-range-alist): Remove spec for 'flag.
1275         (wl-summary-force-prefetch-folder-list): New user option.
1276
1277         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1278         `wl-summary-toggle-persistent-mark'.
1279         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1280         number is nil.
1281         (wl-summary-mark-as-answered-region): Set interactive argument of
1282         `wl-summary-set-persistent-mark-internal'.
1283         (wl-summary-mark-as-important-region): Ditto.
1284         (wl-summary-unset-persistent-mark): Ditto.
1285         (wl-summary-set-persistent-mark): Ditto.
1286         (wl-summary-mark-as-answered): Ditto.
1287         (wl-summary-mark-as-important): Ditto.
1288         (wl-summary-set-persistent-mark-internal): Do nothing
1289         when `elmo-message-flag-available-p' is nil.
1290         (wl-summary-toggle-persistent-mark): New function.
1291         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1292         when the folder matches `wl-summary-force-prefetch-folder-list'.
1293
1294
1295         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1296         when number is nil.
1297         (wl-highlight-summary-forwarded-face): New face.
1298
1299 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1300
1301         * Version number is increased to 2.11.31.
1302
1303 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1306         (wl-biff-check-folder-async): Ditto.
1307         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1308
1309 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1310
1311         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1312         Add an argument `reverse'.  All callers are updated.
1313         (wl-summary-sort): Add a prefix argument `reverse' to specify
1314         reverse sorting.
1315         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1316         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1317         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1318
1319 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-message.el (wl-message-redisplay): Does not narrow header if
1322         disply-type is all-header or as-is.
1323
1324         * wl-summary.el (wl-summary-enter-handler): Use
1325         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1326
1327 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1328
1329         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1330         after adding wl-draft-parent-variables.
1331         (wl-draft-forward): Ditto.
1332
1333 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1334
1335         * wl-summary.el (wl-summary-sync-marks): Call
1336         `wl-summary-set-persistent-mark' and
1337         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1338         (wl-summary-set-persistent-mark-internal): Add 4th argument
1339         `no-server'.
1340         (wl-summary-unset-persistent-mark): Ditto.
1341         (wl-summary-set-persistent-mark): Ditto.
1342         (wl-summary-add-flags-internal): Abolish.
1343         (wl-summary-remove-flags-internal): Ditto.
1344         (wl-summary-mark-as-important-internal): Ditto.
1345         (wl-summary-mark-as-important): Use
1346         `wl-summary-set-persistent-mark' instead of
1347         `wl-summary-add-flags-internal'.
1348         (wl-summary-mark-as-important-region): Ditto.
1349
1350         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1351
1352         * wl-summary.el (wl-summary-get-available-flags): New function.
1353         (wl-summary-sync-marks): Use it and simplified.
1354         (wl-summary-unset-persistent-mark): Use
1355         `wl-summary-get-available-flags'.
1356         (wl-summary-set-persistent-mark): Ditto.
1357
1358 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1359
1360         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1361         id.
1362
1363 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1366         number, call `wl-summary-prev-line-content'. Show message when the
1367         message is not found.
1368
1369 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1370
1371         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1372         wl-summary-enter-handler.
1373         (wl-summary-enter-handler): New command.
1374
1375         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1376         docstring and custom spec.
1377
1378         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1379         flags too; Don't treat Cached and New.
1380         (wl-summary-set-persistent-mark): Ditto.
1381
1382         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1383         `wl-folder-set-flag'.
1384
1385         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1386         instead of `wl-folder-set-flag'.
1387
1388         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1389         for completion.
1390         (wl-summary-set-persistent-mark): Ditto.
1391
1392         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1393         instead of `wl-draft-quit-preview'.
1394
1395         * wl-mime.el (toplevel): Avoid compile warning.
1396         (wl-mime-quit-preview): New function
1397         (formarly defined as `wl-draft-quit-preview').
1398         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1399         quitting method.
1400
1401         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1402
1403         * wl-folder.el (wl-folder-set-flag): Renamed from
1404         `wl-draft-set-flag-on-parent'.
1405
1406         * wl-draft.el (wl-draft-quit-preview): New function.
1407         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1408         (wl-draft-send): Call `wl-folder-set-flag' instead of
1409         `wl-draft-set-flag-on-parent'.
1410         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1411
1412 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1413
1414         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1415         (wl-draft-send): Ditto.
1416
1417 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1418
1419         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1420         (wl-draft-kill-pre-hook): Set default value as nil.
1421         (wl-summary-reply-hook): Ditto.
1422         (wl-draft-kill-flags): Abolish.
1423
1424         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1425         (wl-draft-parent-variables): Renamed from
1426         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1427         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1428         argument; Add wl-draft-parent-variables to
1429         wl-draft-config-variables.
1430         (wl-draft-reply): Likewise.
1431         (wl-draft-kill-flags): Abolish.
1432         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1433         (wl-draft-set-flag-on-parent): New function.
1434         (wl-draft-setup-parent-flag): Ditto.
1435
1436 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1437
1438         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1439         `wl-draft-parent-folder' is "".
1440
1441 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1444         (wl-summary-digit-jump): New function.
1445         (Adviced by John Owens and Hiroya Murata)
1446
1447         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1448         (Adviced by John Owens)
1449
1450         * wl-xmas.el (wl-message-define-keymap): Ditto.
1451
1452         * wl-mule.el (wl-message-define-keymap): Ditto.
1453
1454 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1457         change of return value of elmo-folder-count-flags.
1458
1459         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1460         (wl-summary-mark-as-read-internal): Ditto.
1461         (wl-summary-set-persistent-mark-internal): Ditto.
1462         (wl-summary-folder-info-update): Ditto.
1463         (wl-summary-sync-update): Fixed the last change.
1464
1465         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1466
1467 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1468
1469         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1470         (wl-draft-kill-flags): Fixed docstring.
1471
1472         * wl-draft.el (wl-draft-kill-flags): New function.
1473         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1474
1475 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1476
1477         * wl-vars.el (wl-reply-hook): Abolish.
1478         (wl-draft-reply-hook): New hook.
1479         (wl-summary-reply-hook): Ditto.
1480         (wl-draft-forward-hook): Ditto.
1481         (wl-summary-forward-hook): Ditto.
1482         (wl-draft-kill-flags): New variable.
1483
1484         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1485         wl-summary-set-persistent-mark-internal.
1486         (wl-summary-sync-marks): Use elmo-preserved-flags.
1487         (wl-summary-update-persistent-mark): Make it interactive.
1488         (wl-summary-set-persistent-mark-internal): New inline function.
1489         (wl-summary-mark-as-answered): Use it.
1490         (wl-summary-mark-as-unanswered): Ditto.
1491         (wl-summary-unset-persistent-mark): New function.
1492         (wl-summary-set-persistent-mark): Ditto.
1493         (wl-summary-reply): Don't set answered flag;
1494         Run wl-summary-reply-hook instead.
1495         (wl-summary-forward): Call wl-draft-forward with number.
1496         Run wl-summary-forward-hook.
1497
1498         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1499         (wl-highlight-summary-line-face-spec): Use it as a default
1500         persistent mark face.
1501
1502         * wl-draft.el (wl-draft-forward): Added optional argument number;
1503         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1504         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1505         (wl-draft-kill): Use wl-draft-kill-flags.
1506
1507         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1508
1509         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1510         of return value of elmo-folder-count-flags.
1511
1512         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1513
1514         * wl-summary.el (wl-summary-count-unread): Ditto.
1515         (wl-summary-sync-update): Follow the change above.
1516         (wl-summary-force-prefetch): New function.
1517
1518 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1519
1520         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1521         variable `buf' with `let' instead of `setq'.
1522
1523 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1524
1525         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1526         add Content-Disposition heaeder on the deleted part.
1527
1528 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-draft.el (wl-draft-save): Encode address list under edit by
1531         `eword-encode-unstructured-field-body'.
1532
1533         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1534
1535 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1536
1537         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1538         wl-current-summary-buffer.
1539
1540 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1541
1542         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1543         `numbers' is ignored.
1544
1545 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1546
1547         * wl-folder.el (wl-folder-open-folder): Avoid error.
1548         Reported by John Owens, [wl-en:815]
1549
1550         * wl.el (wl): Set timer for biff process even if prefix argument
1551         is given or auto-checking is quitted.
1552
1553         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1554         immediately.
1555         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1556         (wl-toggle-plugged): Ditto.
1557
1558         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1559         * wl-util.el (wl-biff-start): Use idle timer if
1560         `wl-biff-use-idle-timer' is non-nil.
1561
1562 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-highlight.el (wl-highlight-message): Fix description.
1565
1566 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1569         tty.
1570
1571 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-action.el (wl-summary-exec): Print failure count.
1574
1575 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1578         to `defun', remove interactive form.
1579         Set elmo-message-fetch-confirm when force-reload is non-nil.
1580
1581 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1582
1583         * wl-summary.el (toplevel): Removed unnecessary autoload.
1584
1585 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1588         the buffer is generated from another message buffer.
1589
1590 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1593         extracted from `wl-fldmgr-save-folders'.
1594         (wl-fldmgr-delete): Call it after deletion.
1595
1596 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1597
1598         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1599         multi-tty support.
1600
1601 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1602
1603         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1604
1605 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1606
1607         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1608         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1609
1610 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1613         unsubscribe list only if argument CLEAR is nil.
1614
1615 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-draft.el (wl-draft-reply): Decode subject before removing
1618         Re: prefix.
1619
1620 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1621
1622         * wl-summary.el (wl-summary-sort-by-size): New command.
1623
1624 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1625
1626         * wl-summary.el (wl-summary-number-list-from-region): New
1627         function.
1628         (wl-summary-mark-as-read-region): Use it.
1629         (wl-summary-mark-as-unread-region): Ditto.
1630         (wl-summary-set-flags-region): Ditto and add optional argument
1631         remove.
1632         (wl-summary-mark-as-answered-region): Ditto.
1633         (wl-summary-mark-as-important-region): Ditto.
1634         (wl-summary-target-mark-mark-as-important): Added optional
1635         argument remove.
1636         (wl-summary-target-mark-mark-as-answered): Ditto.
1637         (wl-summary-target-mark-set-flags): Ditto.
1638
1639 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * wl-summary.el (wl-summary-set-flags-region): Call
1642         `wl-summary-set-flags-internal' with number list instead of call
1643         one by each message.
1644         (wl-summary-target-mark-set-flags): Likewise.
1645
1646 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1647
1648         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1649         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1650         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1651         (wl-summary-target-mark-mark-as-answered): Likewise.
1652
1653 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1654
1655         * wl-summary.el (wl-summary-target-mark-forward): Use
1656         `wl-summary-delete-all-target-marks' instead of
1657         `wl-summary-delete-all-temp-marks'.
1658         (wl-summary-target-mark-reply-with-citation): Ditto.
1659         (wl-summary-target-mark-uudecode): Ditto.
1660         (wl-summary-target-mark-set-flags): Ditto and remove needless
1661         cursor move.
1662
1663 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-summary.el (wl-summary-target-mark-forward): Protect
1666         wl-summary-buffer-target-mark-list from nreverse.
1667         (wl-summary-target-mark-reply-with-citation): Ditto.
1668
1669 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1672         `elmo-display-progress-threshold'.
1673
1674 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1677         check `wl-summary-highlight'.
1678         (wl-summary-window-scroll-functions): Respect value of
1679         `wl-summary-highlight'.
1680         (wl-summary-sync-update): Run hooks
1681         `wl-summary-buffer-window-scroll-functions' at any time.
1682
1683 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1686         from `wl-summary-cleanup-temp-marks'.
1687         (wl-summary-cleanup-temp-marks): Abolish argument.
1688         * wl.el (wl-save-status): Revert previous change.
1689         (wl-execute-temp-marks): New function, call
1690         `wl-summary-exec-with-confirmation'.
1691         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1692         (wl-folder-save-and-exec-marks): Abolished.
1693
1694 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-e21.el (wl-e21-display-image-p): Respect
1697         `wl-highlight-folder-with-icon'.
1698         (wl-e21-highlight-folder-group-line): Highlight mouse line
1699         even if wl-e21-display-image-p is nil.
1700
1701         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1702         Respect value of `wl-summary-highlight'.
1703
1704         * wl.el (wl-save-status): Remove unused variable.
1705
1706         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1707         (wl-folder-mode-map): Bind it to "x".
1708
1709 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1712
1713         * wl-thread.el (wl-thread-get-parent-list): Don't check
1714         disconnected ancestors, neglecting needless work in
1715         `wl-thread-update-indent-string-thread'.
1716
1717         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1718         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1719         argument, add argument default-keep to keep marks by default.
1720
1721         * Version number is increased to 2.11.30.
1722
1723         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1724         customization type and docstring.
1725         (wl-draft-reply-without-argument-list): Ditto.
1726
1727 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1730
1731         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1732
1733 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1734
1735         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1736
1737 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1738
1739         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1740         save-excursion so as not to include run-hooks.
1741
1742 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1745         Clarify that marks are going to be cleared.
1746
1747 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1750         according to 3rd element of wl-summary-flag-mark.
1751
1752         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1753
1754 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-action.el (wl-summary-target-mark-all): Don't set
1757         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1758
1759 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1762         (wl-forward-subject-prefix): Ditto.
1763         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1764         (wl-draft-reply-make-subject): Ditto.
1765
1766         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1767         `wl-draft-forward'.
1768         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1769
1770 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1773         target message does not exist.
1774
1775 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1776
1777         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1778         `wl-subject-prefix-regexp'.
1779         (wl-subject-forward-prefix-regexp): New variable.
1780         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1781         `wl-draft-strip-subject-re' and take regexp as argument.
1782         (wl-draft-forward): Use it.
1783         (wl-draft-reply): Ditto.
1784
1785 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1786
1787         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1788         emacs multi-tty support.
1789
1790 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1791
1792         * wl-e21.el (wl-e21-display-image-p): Don't call
1793         `display-images-p'.
1794         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1795         support.
1796         (wl-highlight-folder-current-line): Ditto.
1797         (wl-folder-init-icons): Ditto.
1798
1799 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1802         the last line of summary in unplugged mode.
1803
1804 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1805
1806         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1807
1808 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1811         * wl-address.el (wl-address-user-mail-address-p): Use it.
1812         (wl-address-delete-user-mail-addresses): Ditto.
1813         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1814
1815         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1816         (wl-address-delete-user-mail-addresses): Ditto.
1817
1818         * wl-address.el (wl-address-delete-user-mail-addresses): New
1819         function.
1820         * wl-refile.el (wl-refile-guess-by-history): Use it.
1821         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1822         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1823
1824         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1825         use wl-address-user-mail-address-p.
1826
1827 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1828
1829         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1830         after opening group.
1831
1832 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1833
1834         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1835         of elmo-set-buffer-multibyte.
1836
1837         * wl-message.el (wl-original-message-mode): Ditto.
1838
1839         * wl-score.el (wl-score-insert-header): Ditto.
1840
1841         * wl-summary.el
1842         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1843         (wl-summary-goto-folder-subr): Ditto.
1844         (wl-summary-insert-headers): Ditto.
1845
1846         * wl-util.el (wl-set-string-width): Ditto.
1847
1848         * Version number is increased to 2.11.29.
1849
1850 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1851
1852         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1853         (wl-highlight-summary-line-help-echo-alist): New variable.
1854         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1855         into `wl-highlight-summary-line-help-echo' and
1856         `wl-highlight-flag-folder-help-echo'.
1857         (wl-highlight-summary-line-string): Change accordingly.
1858         (wl-highlight-summary-current-line): Ditto.
1859
1860 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1863         at the beginning of field body (Thanks to Markus Knittig).
1864
1865         * wl-draft.el (wl-draft-insert-current-message): Also check
1866         summary buffer, remove unnecessary tag.
1867
1868 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1869
1870         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1871         when wl-message-buffer is nil.
1872
1873         * wl-folder.el (wl-folder): Abolish unused argument.
1874         Call wl-folder-init when wl-folder-entity is nil.
1875         * wl.el (wl): Change accordingly.
1876
1877 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1878
1879         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1880         multibyte string before insert into draft buffer.
1881         (wl-draft-create-buffer): Always enable multibyte characters for
1882         draft buffer.
1883
1884         * Version number is increased to 2.11.28.
1885
1886 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1887
1888         * wl-folder.el (wl-folder-open-close): Handle blank line.
1889         (wl-folder-jump-to-current-entity): Ditto.
1890
1891 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1892
1893         * Version number is increased to 2.11.27.
1894
1895 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl-thread.el (wl-thread-insert-message): When the thread is
1898         devided by wl-summary-max-thread-depth, insert line at the end of
1899         buffer.
1900
1901 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * Version number is increased to 2.11.26.
1904
1905 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1906
1907         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1908
1909 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1910
1911         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1912         value of stream-type and session.
1913
1914 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * Version number is increased to 2.11.25.
1917
1918 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1919
1920         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1921         in a quit message.
1922
1923 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1924
1925         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1926         (wl-summary-redisplay-no-mime-internal): Ditto.
1927
1928 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1931         * wl-vars.el (wl-smtp-connection-type): Ditto.
1932
1933 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1934
1935         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1936         for the separator line and quote mail-header-separator.
1937
1938 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1941         result message.
1942
1943         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1944         `elmo-multiple-fields-body-list' with boundary as
1945         mail-header-separator.
1946
1947 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1948
1949         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1950
1951 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1952
1953         * wl-util.el (wl-list-diff): Remove unused function.
1954
1955         * wl-draft.el (wl-draft-send-confirm): Discard input before
1956         confirmation.
1957
1958 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1959
1960         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1961         order of flag and new.
1962
1963 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-vars.el (wl-refile-policy-alist): Abolished.
1966
1967         * wl-action.el (wl-summary-set-action-refile): Follow the change
1968         above.
1969
1970 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * wl-highlight.el (wl-highlight-signature-search): Don't use
1973         re-search-backward for a long word since it is possible to crash
1974         XEmacs because of a bug.
1975
1976 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1977
1978         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1979
1980 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1981
1982         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1983         argument for wl-summary-sync-force-update.
1984
1985 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1986
1987         * wl-summary.el (wl-summary-mode-map): Revival of
1988         wl-summary-mark-as-important related bindings;
1989         Bind 'F','tF','mF','rF','m&'.
1990         (wl-summary-mark-as-important-region): Revival.
1991         (wl-summary-target-mark-mark-as-important): Ditto.
1992         (wl-summary-target-mark-operation): New function.
1993         (wl-summary-target-mark-mark-as-answered): Use it.
1994         (wl-summary-decide-flag): Don't set Important as default.
1995         (wl-summary-mark-as-important-internal): Revival.
1996         (wl-summary-mark-as-important): Ditto.
1997
1998         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1999
2000         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2001         instead of facep.
2002
2003 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-dnd.el (wl-dnd-drop-func): Fix.
2006
2007         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2008         mouse-set-point instead of posn-point.
2009
2010         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2011
2012         * wl-mule.el (wl-completing-read-multiple): Ditto.
2013
2014 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-demo.el (face-background-name): Defalias to avoid compile
2017         warning.
2018
2019 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-summary.el (wl-summary-decide-flag): Use
2022         wl-completing-read-multiple instead of completing-read-multiple.
2023
2024         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2025         New alias.
2026
2027         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2028         Use face-background-name instead of face-background.
2029
2030         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2031
2032         * wl-summary.el (wl-summary-save): Use it.
2033         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2034
2035         * wl-mime.el (wl-mime-save-content): Fix last change.
2036
2037 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2038
2039         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2040         New function.
2041         (wl-summary-sort-specs): Added sort.
2042         * wl-mime.el (wl-mime-save-content): Expand file name.
2043
2044 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2047
2048         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2049
2050 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2051
2052         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2053         for flag if it is not defined.
2054
2055 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-e21.el (wl-highlight-folder-current-line): Use
2058         elmo-folder-type-internal when elmo-folder-type returns nil.
2059
2060         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2061
2062         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2063
2064         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2065
2066         * wl-e21.el (wl-summary-toolbar): Ditto.
2067
2068         * wl-vars.el (wl-demo-background-color): Abolished.
2069         (wl-summary-persistent-mark-priority-list): Renamed from
2070         wl-summary-flag-priority-list.
2071         (wl-summary-flag-alist): New user option.
2072         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2073         (wl-message-mode-line-format-spec-alist): Added 'F'.
2074         (wl-message-mode-line-format): Likewise.
2075         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2076         instead of wl-summary-important-mark.
2077         (wl-file-folder-icon): New variable.
2078
2079         * wl-thread.el (wl-thread-set-flags): Renamed from
2080         wl-thread-mark-as-important.
2081
2082         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2083         warning.
2084         (wl-summary-mode-menu-spec): Follow the change of 
2085         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2086         (wl-summary-mode-map): Follow the change of
2087         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2088         (wl-summary-detect-mark-position): Follow the variable name change.
2089         (wl-summary-set-flags-region): New function for the replacement of
2090         wl-summary-mark-as-important-region.
2091         (wl-summary-sync-marks): Sync all global-flags.
2092         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2093         instead of elmo-message-flagged-p.
2094         (wl-summary-persistent-mark-string): Follow the variable name change;
2095         Put wl-summary-flag-mark if the message has global-flag.
2096         (wl-summary-target-mark-set-flags): Renamed from 
2097         wl-summary-target-mark-mark-as-important.
2098         (wl-summary-decide-flag): New function.
2099         (wl-summary-set-flags-internal): Renamed from
2100         wl-summary-mark-as-important-internal.
2101         (wl-summary-add-flags-internal): New function.
2102         (wl-summary-remove-flags-internal): Ditto.
2103         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2104         (wl-summary-mark-as-unimportant): Abolish.
2105         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2106         (wl-summary-next-message): List flagged messages in the msgdb.
2107
2108         * wl-score.el (wl-summary-score-update-all-lines): Use
2109         wl-summary-add-flags-internal instead of 
2110
2111         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2112
2113         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2114         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2115         (wl-message-buffer-require-all-header): Renamed from
2116         wl-message-buffer-all-header-flag (Ditto).
2117         (wl-message-buffer-flag-indicator): New variable.
2118         (wl-message-redisplay): Changed local varibale name from `flag' to
2119         `display-type'; Set up wl-message-buffer-flag-indicator.
2120         (wl-message-buffer-display): Changed varibale name from `flag' to
2121         `display-type'.
2122         (wl-message-display-internal): Likewise.
2123
2124         * wl-highlight.el (wl-highlight-demo-face): Define default background
2125         color.
2126         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2127
2128         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2129
2130         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2131         (wl-demo-setup-properties): Renamed from
2132         `wl-demo-set-background-color'.
2133         (wl-demo): Follow the change above.
2134         
2135         * Version number is increased to 2.11.24.
2136
2137 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * wl-summary.el (wl-summary-toggle-thread): Call
2140         `wl-summary-rescan' with disable-thread as non-nil.
2141         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2142
2143 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2144
2145         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2146         foreground property of the face.
2147         (wl-demo-insert-text): Don't set up face property here.
2148         (wl-demo): Call wl-demo-set-background-color, anyway.
2149
2150 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-vars.el (wl-demo-background-color): The value can be nil.
2153
2154 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2155
2156         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2157         to wl-summary-wheel-dispatcher.
2158
2159         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2160         wl-message-wheel-dispatcher.
2161         (wl-message-wheel-dispatcher): New function.
2162         (wl-summary-wheel-dispatcher): Ditto.
2163
2164 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * wl-action.el (wl-summary-target-mark-all): List messages which are
2167         not in the killed-list.
2168
2169         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2170         only when the folder is 'flag/important.
2171
2172         * wl-address.el (wl-complete-field-body): Complete if the last
2173         character is a space.
2174
2175 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-folder.el (wl-folder-clear-entity-info): Use
2178         elmo-clear-hash-val.
2179
2180         * wl-fldmgr.el (wl-fldmgr-rename): Set
2181         wl-folder-info-alist-modified as t.
2182
2183 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2184
2185         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2186
2187 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2188
2189         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2190         (wl-folder-buffer-last-visited-entity-id): New buffer local
2191         variable.
2192         (wl-folder-revisit-last-visited-folder): New function.
2193         (wl-folder-mode-map): Bind it to "C-i".
2194         (wl-folder-set-current-entity-id): Set last visited folder.
2195         * wl-summary.el (wl-summary-exit): Ditto.
2196
2197 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2200         before calling `recenter' in order to cope with an XEmacs bug.
2201
2202 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2205         to the default value.
2206
2207 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2210         change.
2211         (wl-summary-sync-marks): Ditto.
2212         (wl-summary-mark-as-read-internal): Ditto.
2213         (wl-summary-mark-as-answered-internal): Ditto.
2214         (wl-summary-mark-as-important-internal): Ditto.
2215         (wl-summary-reply): Ditto.
2216
2217         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2218         instead of `elmo-folder-unflag-answered'.
2219
2220         * Version number is increased to 2.11.23.
2221
2222         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2223         the last change.
2224
2225 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2226
2227         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2228         Specify "spam" or "good".
2229
2230 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-spam.el (wl-summary-exec-action-spam): Call
2233         wl-folder-confirm-existence for spam folder.
2234         (wl-spam-setup): Bind "mk".
2235
2236 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2237
2238         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2239
2240 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2241
2242         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2243         destination folder is empty.
2244
2245 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2246
2247         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2248         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2249
2250         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2251         (wl-summary-refile-prev-destination-region): New function.
2252         (wl-thread-refile-prev-destination): Ditto.
2253         (wl-summary-target-mark-refile-prev-destination): Ditto.
2254
2255 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2256
2257         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2258         (wl-demo-background-color): Changed default value.
2259
2260         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2261         color.
2262
2263         * wl-demo.el (wl-demo-set-background-color): New function.
2264         (wl-demo): Call it.
2265
2266 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2269         * wl-address.el (wl-address-add-or-change): Don't add empty
2270         address.
2271
2272 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2273
2274         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2275
2276 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * wl-vars.el (wl-demo-image-filter-alist): New variable
2279         (wl-demo-background-color): Ditto.
2280
2281         * wl-demo.el (wl-demo-xpm-set-background): New function.
2282         (wl-demo-image-filter): Ditto.
2283         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2284
2285         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2286
2287         * wl-demo.el (wl-demo-icon-name): Define as function.
2288         (wl-demo-insert-image): Use it.
2289
2290 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2291
2292         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2293
2294 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2295
2296         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2297
2298 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2299
2300         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2301
2302 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2303
2304         * wl-thread.el (wl-thread-mark-as-answered): New function.
2305
2306         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2307         answered" entry.
2308         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2309         "r&" and wl-thread-mark-as-answered to "t&".
2310         (wl-summary-mark-as-important-region): Refine to toggle mark.
2311         (wl-summary-mark-as-answered-region): New function.
2312         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2313         and 3rd argument.
2314         (wl-summary-mark-as-important-internal): Likewise.
2315
2316 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-template.el (wl-template-preview): New internal variable.
2319         (wl-template-preview-p): New function.
2320         (wl-template-show): Bind `wl-template-preview' as t.
2321
2322 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2325         `elmo-message-entity-field' with 3rd argument which is non-nil.
2326
2327 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2330         Removed duplicate local bind `folder'.
2331
2332 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2335
2336 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2339         duplicate definition.
2340
2341 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2342
2343         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2344         non-nil, use it; Don't fetch message if there's no message in the
2345         current cursor position.
2346
2347 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-util.el (wl-region-exists-p): Use region-active-p.
2350         (wl-deactivate-region): New function.
2351         * wl-message.el (wl-message-redisplay): Deactivate region.
2352
2353         * wl-summary.el (wl-summary-reply): Call
2354         `wl-summary-set-message-buffer-or-redisplay' instead of
2355         `wl-summary-redisplay-internal', don't move point.
2356
2357 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2360         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2361         by regexp.
2362
2363 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2366         if no need.
2367
2368 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2371         default value to nil.
2372         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2373         `wl-summary-prepare-hook'; Replace refile action to
2374         `wl-summary-exec-action-refile-with-register'.
2375
2376         * Version number is increased to 2.11.22.
2377
2378 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-summary.el (wl-summary-detect-mark-position): Set
2381         `wl-summary-buffer-weekday-name-lang'.
2382
2383 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2384
2385         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2386         (wl-summary-mark-as-read-all): Ditto.
2387         (wl-summary-delete-messages-on-buffer): Ditto.
2388         (wl-summary-sync-update): Ditto.
2389         (wl-summary-mark-as-read-internal): Ditto.
2390         (wl-summary-mark-as-answered-internal): Ditto.
2391         (wl-summary-update-folder-info): Abolished.
2392
2393 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-summary.el (wl-summary-mark-as-read-all): Use
2396         `wl-summary-update-folder-info' instead of
2397         `wl-folder-update-unread'.
2398
2399 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2400
2401         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2402         `wl-summary-folder-info-update'.
2403         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2404         instead of `wl-summary-folder-info-update'.
2405         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2406         `wl-folder-set-folder-updated'.
2407         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2408         instead of `wl-folder-update-unread'.
2409         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2410         the value of `wl-summary-buffer-unread-count' for the second parameter of
2411         `wl-folder-update-unread'.
2412
2413         * Version number is increased to 2.11.21.
2414
2415 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2416
2417         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2418         a local variable.
2419
2420 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2421
2422         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2423         interactively.
2424
2425         * wl-summary.el (wl-summary-mark-as-important-internal): New
2426         internal function.
2427         (wl-summary-mark-as-important): Use it.
2428         (wl-summary-mark-as-unimportant): New function.
2429         (wl-summary-sync-marks): Follow the API change.
2430
2431         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2432
2433         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2434
2435 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2436
2437         * wl-folder.el (wl-folder-update-unread): Re-indent.
2438         Narrow the scope of a local variable.
2439
2440 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2443         (wl-addrmgr-merge-entries): Ditto.
2444         (wl-addrmgr): Added to address entry which exists in draft buffer
2445         if no entry is in original.
2446
2447 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-batch.el: New file.
2450
2451 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2452
2453         * wl-vars.el (wl-use-semi): Remove unused variable.
2454
2455 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2456
2457         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2458         "?".
2459
2460 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2463         wl-summary-new-mark.
2464         (wl-summary-new-cached-mark): New user option.
2465         (wl-summary-score-marks): Follow the change above.
2466         (wl-summary-auto-refile-skip-marks): Ditto.
2467         (wl-summary-incorporate-marks): Ditto.
2468         (wl-summary-expire-reserve-marks): Ditto.
2469
2470         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2471
2472         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2473         (wl-summary-persistent-mark-string): Distinguished between cached
2474         and uncached mark when the message is new.
2475
2476 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2477
2478         * wl-spam.el (wl-spam-domain): Renamed from
2479         `wl-spam-folder-guess-domain'.
2480         (wl-summary-exec-action-spam): Register as spam if domain of the
2481         source folder is good.
2482         (wl-summary-exec-action-refile-with-register): Register message if
2483         domain of the source folder is not undecided.
2484
2485 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2486
2487         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2488         detect thread loop.
2489
2490 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2493         and wl-summary-skip-mark-list.
2494
2495 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2498
2499         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2500
2501         * wl-spam.el (toplevel): Require wl-highlight.
2502         (wl-spam-auto-check-policy-alist): Abolish.
2503         (wl-spam-auto-check-folder-regexp-list): New user option.
2504         (wl-spam-auto-check-marks): Ditto.
2505         (wl-spam-mark-action-list): Ditto.
2506         (wl-highlight-summary-spam-face): New face.
2507         (wl-spam-auto-check-message-p): New function.
2508         (wl-spam-map-spam-messages): Fixed message.
2509         (wl-spam-register-spam-messages): Ditto.
2510         (wl-spam-register-good-messages): Ditto.
2511         (wl-summary-spam-map): Add and remove keybind.
2512         (wl-summary-target-mark-spam): Abolish.
2513         (wl-summary-refile-spam): Ditto.
2514         (wl-summary-test-spam): New function.
2515         (wl-summary-mark-spam): Ditto.
2516         (wl-summary-auto-check-spam): Follow the above change.
2517         (wl-summary-exec-action-spam): New function.
2518         (wl-summary-exec-action-refile-with-register): Fixed message.
2519         (wl-message-check-spam): New function.
2520         (wl-spam-setup): Ditto.
2521         (toplevel): Call it if this file is loaded interactivity.
2522
2523         * Version number is increased to 2.11.20.
2524
2525 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2528         when new optional argument `force' is non nil or modified.
2529
2530 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2531
2532         * wl.el (toplevel): Require wl-spam when compile.
2533         (wl-save-status): Call wl-spam-save-status.
2534
2535         * wl-spam.el (wl-spam-register-spam-messages): New function.
2536         (wl-spam-register-good-messages): Ditto.
2537         (wl-spam-save-status): Ditto.
2538         (wl-summary-mode-map): Bind
2539         wl-summary-target-mark-register-as-spam to "ms" and
2540         wl-summary-target-mark-register-as-good to "mn".
2541         (wl-summary-register-as-spam): Abolish optional argument; Use
2542         wl-spam-register-spam-messages.
2543         (wl-summary-register-as-spam-all): Use
2544         wl-spam-register-spam-messages.
2545         (wl-summary-register-as-good): Abolish optional argument; Use
2546         wl-spam-register-good-messages.
2547         (wl-summary-register-as-good-all): Use
2548         wl-spam-register-good-messages.
2549         (wl-summary-target-mark-register-as-spam): New funtion.
2550         (wl-summary-target-mark-register-as-good): Ditto.
2551
2552 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2553
2554         * wl-spam.el: New file.
2555
2556 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2559
2560         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2561         (wl-summary-auto-refile): Call wl-refile-guess with
2562         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2563
2564 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2567         with disable-thread argument non-nil.
2568
2569 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-summary.el (wl-summary-rescan): Added optional argument
2572         disable-thread.
2573         (wl-summary-sync): Call wl-summary-rescan with argument
2574         disable-thread.
2575         (wl-summary-input-range): Added new range `rescan-thread'.
2576
2577 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2580
2581 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2582
2583         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2584         internal variable.
2585         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2586         wl-summary-search-parent-by-subject-regexp and
2587         wl-summary-divide-thread-when-subject-changed as nil.
2588         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2589         (wl-summary-insert-thread): Search parent entity from
2590         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2591         thread loop.
2592
2593 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2596
2597         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2598
2599         * wl-util.el (wl-require-update-all-folder-p): New function.
2600         (wl-get-assoc-list-value): Added `function' to match directive.
2601         (wl-collect-draft): Rewrite.
2602
2603         * wl-summary.el (wl-summary-sync-update): Clear faces
2604         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2605         are non-nil.
2606         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2607         argument as function.
2608         (wl-summary-input-range): Ditto.
2609
2610         * wl-folder.el (wl-draft-get-folder): New function.
2611         (wl-folder-get-elmo-folder): Consider draft folder.
2612
2613         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2614         (wl-draft-buffer-message-number): New buffer local variable.
2615         (wl-draft-folder-internal): New internal variable.
2616         (wl-draft-delete): Rewrite.
2617         (wl-draft-save): Ditto.
2618         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2619         wl-folder-get-elmo-folder.
2620         (wl-draft-config-info-operation): Ditto.
2621         (wl-jump-to-draft-folder): Ditto.
2622         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2623         (wl-draft-reedit): Rewrite.
2624
2625         * Version number is increased to 2.11.19.
2626         
2627 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2628
2629         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2630         variable.
2631
2632 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2633
2634         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2635         Use ignore-errors instead of unwind-protect.
2636
2637 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2638
2639         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2640         for updating `wl-thread-entity-list'.
2641
2642 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2643
2644         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2645         parameter from calling `wl-thread-entity-get-older-brothers' and
2646         `wl-thread-entity-get-younger-brothers'.
2647         Replace nested `append' with a single one.
2648
2649 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-summary.el (wl-summary-mode): Don't use the return value of
2652         `make-local-hook'.
2653
2654 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2655
2656         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2657         instead of `let*'.
2658         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2659         of local variables.
2660
2661 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2662
2663         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2664         Renamed from wl-summary-window-scroll-functions.
2665         (wl-summary-window-scroll-functions): Don't set to variable.
2666         (wl-summary-display-top): Use run-hooks.
2667         (wl-summary-display-bottom): Ditto.
2668         (wl-summary-toggle-disp-msg): Ditto.
2669         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2670         Use it instead of wl-summary-window-scroll-functions.
2671         (wl-summary-goto-folder-subr): Don't call
2672         wl-summary-window-scroll-functions, use
2673         wl-summary-buffer-window-scroll-functions instead.
2674
2675 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2678         make-local-variable.
2679
2680 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2681
2682         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2683         set-buffer-modified-p.
2684         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2685         (wl-summary-display-bottom): Ditto.
2686         (wl-summary-toggle-disp-msg): Ditto.
2687
2688 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2689
2690         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2691
2692         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2693         (wl-summary-forward): Use elmo-message-entity-field instead of
2694         elmo-message-field.
2695
2696         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2697
2698 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2699
2700         * wl-summary.el (wl-summary-window-scroll-functions): No use
2701         `append'.
2702
2703 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2704
2705         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2706         function.
2707         (wl-summary-window-scroll-functions): Call it when both
2708         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2709         (wl-summary-temp-mark): Added optional argument number.
2710         (wl-summary-message-mark): Added optional argument flag.
2711         (wl-summary-persistent-mark): Added optional argument number and flag.
2712         (wl-summary-update-persistent-mark): Ditto.
2713         (wl-summary-update-status-marks): Set "r" for interactive spec.
2714
2715         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2716         argument number and flag.
2717
2718         * wl-action.el (wl-summary-registered-temp-mark): 
2719         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2720
2721 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2724         internal variable (buffer local).
2725         (wl-summary-window-scroll-functions): New function.
2726         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2727         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2728         as nil.
2729         (wl-summary-update-status-marks): Added arguments beg, end and
2730         check.
2731         (wl-summary-update-mark-window): Use function.
2732         (wl-summary-sync-update): Follow the change above.
2733         (wl-summary-switch-to-clone-buffer): Copy
2734         wl-summary-buffer-unsync-mark-number-list.
2735         (wl-summary-goto-folder-subr): Set
2736         wl-summary-buffer-unsync-mark-number-list and
2737         use wl-summary-window-scroll-functions instead of
2738         wl-summary-lazy-highlight.
2739
2740         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2741
2742 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2743
2744         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2745
2746         * wl-summary.el (wl-summary-update-persistent-mark): Call
2747         wl-summary-set-message-modified.
2748
2749         * wl-summary.el (wl-summary-sync-update): Don't call
2750         wl-summary-update-status-marks.
2751
2752         * Version number is increased to 2.11.18.
2753
2754 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2757         (wl-message-next-page): Ditto.
2758
2759 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2760
2761         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2762         local variable.  Change the order of a collected list into the
2763         same as the specified range.  Remove nil from a collected list.
2764
2765 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766
2767         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2768         argument for elmo-folder-list-messages.
2769
2770 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2773         change (wl-summary-count-unreads return a list instead of a cons
2774         cell).
2775
2776 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2777
2778         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2779         `wl-summary-folder-info-update'.
2780
2781 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-summary.el (wl-summary-set-message-modified): No use
2784         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2785         (wl-summary-set-mark-modified): Abolish.
2786         (wl-summary-mark-modified-p): Ditto.
2787         (wl-summary-save-view): Follow the change above.
2788
2789         * wl-expire.el (wl-summary-expire): Likewise.
2790
2791 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2792
2793         * wl-summary.el (wl-summary-detect-mark-position): Use
2794         modb-entity-handler.
2795         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2796
2797         * Version number is increased to 2.11.17.
2798
2799 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2802         entity field value.
2803         (wl-summary-prefetch-msg): Ditto.
2804         (wl-summary-print-message-with-ps-print): Ditto.
2805
2806 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2809         for dummy entity.
2810         (wl-summary-insert-thread): Use elmo-message-entity-field.
2811         (wl-summary-update-thread): Use elmo-message-entity-field and
2812         elmo-message-entity-number.
2813         (wl-summary-line-number):  Use elmo-message-entity-number.
2814         (wl-summary-line-size): Use elmo-message-entity-field.
2815         (wl-summary-line-subject): Ditto.
2816         (wl-summary-line-from): Ditto.
2817         (wl-summary-line-attached): Ditto.
2818         (wl-summary-create-line): Ditto.
2819         (wl-summary-create-line): Use elmo-message-entity-number.
2820         (wl-summary-print-message-with-ps-print): Use
2821         elmo-message-entity-field.
2822
2823 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2824
2825         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2826         change in elmo-msgdb-make-message-entity.
2827         (wl-summary-buffer-set-folder): Don't call
2828         wl-summary-detect-mark-position here.
2829         (wl-summary-rescan): Call elmo-message-entity-number.
2830         (wl-summary-sync-update): Ditto.
2831         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2832
2833         * wl-score.el (wl-score-header-index): Redefine 2th element.
2834         (wl-score-overview-entity-get-extra): Abolish.
2835         (wl-score-ov-entity-get): Rewrite.
2836         (wl-score-string-index<, wl-score-string-func<): Abolish.
2837         (wl-score-string<): New function.
2838         (wl-score-string-sort): Use it.
2839
2840         * wl-refile.el (wl-refile-guess-by-history): Use
2841         elmo-message-entity-field.
2842         (wl-refile-guess-by-from): Ditto.
2843         (wl-refile-guess-by-msgid): Ditto.
2844
2845         * Version number is increased to 2.11.16.
2846
2847 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2848
2849         * wl-folder.el (wl-folder-confirm-existence): Don't call
2850         file-exists-p if msgdb-path is nil.
2851         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2852         `wl-read-folder-hist' to `wl-read-folder-history'.
2853
2854 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2855
2856         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2857         `y-or-n-p'.
2858
2859 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2860
2861         * wl-score.el (wl-score-headers): Don't use
2862         elmo-folder-do-each-message-entity.
2863
2864         * Version number is increased to 2.11.15.
2865
2866 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-summary.el (wl-summary-delete-all-msgs): Use
2869         elmo-folder-move-messages instead of elmo-folder-delete-messages
2870         and elmo-folder-detach-messages.
2871         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2872
2873         * wl-expire.el (wl-expire-delete): Ditto.
2874         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2875
2876 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2879         (wl-message-header-narrowing-fields): Ditto.
2880         (wl-message-header-narrowing-lines): Ditto.
2881         (wl-message-header-narrowing-string): Ditto.
2882
2883         * wl-summary.el (wl-summary-mode-map): Bind
2884         wl-summary-toggle-header-narrowing to "C-cC-f".
2885         (wl-summary-toggle-header-narrowing): New function.
2886
2887         * wl-message.el (wl-message-buffer-create): Call
2888         wl-message-header-narrowing-setup.
2889         (wl-message-redisplay): Call wl-message-header-narrowing.
2890         (wl-message-header-narrowing): New function.
2891         (wl-message-header-narrowing-map): New keymap.
2892         (wl-message-header-narrowing-widen-map): New keymap.
2893         (wl-message-header-narrowing-again-at-mouse): New function.
2894         (wl-message-header-narrowing-1): Ditto.
2895         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2896         (wl-message-header-narrowing-setup): Ditto.
2897         (wl-message-header-narrowing-toggle): Ditto.
2898         
2899         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2900
2901         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2902         'flag as all.
2903         (wl-use-flag-folder-help-echo): New user option.
2904
2905         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2906         wl-summary-highlight as nil.
2907         (wl-summary-set-mark-modified): Follow the API change.
2908         (wl-summary-mark-modified-p): Ditto.
2909         (wl-summary-mark-as-read-all): Ditto.
2910         (wl-summary-sync-marks): Don't call
2911         elmo-folder-list-messages-with-global-mark.
2912         (wl-summary-mark-as-read-internal): Follow the API change.
2913         (wl-summary-mark-as-answered-internal): Ditto.
2914         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2915         Follow the API change.
2916         (wl-summary-create-line): Call with number argument.
2917         (wl-summary-reply): Follow the API change.
2918
2919         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2920         function.
2921         (wl-highlight-summary-line-string): Call it when
2922         wl-use-flag-folder-help-echo is non-nil.
2923         (wl-highlight-summary-current-line): Ditto.
2924         (elmo-flag-folder-referrer): Added autoload setting.
2925
2926         * wl-draft.el (wl-draft-kill): Follow the API change.
2927
2928         * Version number is increased to 2.11.14.
2929         
2930 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2933
2934 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * Version number is increased to 2.11.13.
2937
2938 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-draft.el (wl-draft-previous-history-element): Fixed
2941         unbalanced parenthesis and bind unbound local variables.
2942
2943 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2944
2945         * wl-draft.el (wl-draft-previous-history-element): New function.
2946         (wl-draft-next-history-element): Ditto.
2947         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2948         them to M-p and M-n.
2949
2950 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2951
2952         * Version number is increased to 2.11.12.
2953
2954 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2955
2956         * wl-draft.el (wl-draft-hide): Select buffer-window.
2957
2958 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2959
2960         * wl-summary.el (wl-summary-narrow-to-region): New function.
2961         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2962         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2963         (wl-summary-save-region): Use it.
2964         * wl-action.el (wl-summary-collect-numbers-region)
2965         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2966
2967 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-folder.el (wl-folder-count-incorporates): Don't use
2970         `elmo-msgdb-mark-load'
2971
2972         * Version number is increased to 2.11.11.
2973
2974 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2975
2976         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2977         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2978
2979 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2982
2983 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * Version number is increased to 2.11.10.
2986
2987 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2988
2989         * wl-mime.el (wl-draft-attribute-value): Fixed.
2990
2991 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-util.el (wl-copy-local-variables): New function.
2994
2995         * wl-mime.el (wl-draft-attribute-recipients): New function.
2996         (wl-draft-attribute-envelope-from): Ditto.
2997         (wl-draft-attribute-smtp-posting-server): Ditto.
2998         (wl-draft-attribute-smtp-posting-port): Ditto.
2999         (wl-draft-attribute-value): Ditto.
3000         (wl-draft-preview-message): Use it to get value for
3001         attributes. Reflect result of `wl-draft-config'.
3002
3003         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3004         and call `wl-summary-mark-as-read' before to call
3005         `wl-summary-unset-mark'.
3006         (wl-summary-target-mark-mark-as-unread): Likewise.
3007         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3008
3009 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-mime.el (wl-draft-preview-message): Use actual value for
3012         attributes; Fix for small window.
3013
3014 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-refile.el (wl-refile-get-field-value): Call
3017         `elmo-message-entity-field' with 3rd argument is non-nil.
3018
3019 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3020
3021         * wl-vars.el (wl-draft-preview-attributes): New user option.
3022         (wl-draft-preview-attributes-list): Ditto.
3023         (wl-draft-preview-attributes-buffer-lines): Ditto.
3024         (wl-draft-preview-attributes-buffer-name): Ditto.
3025
3026         * wl-mime.el (wl-draft-preview-message): Display attributes.
3027
3028 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-summary.el (wl-summary-detect-mark-position): Bind
3031         wl-summary-flag-priority-list to '(new).
3032
3033 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3036         funtion.
3037         (wl-highlight-summary-line-string): Use it.
3038         (wl-highlight-summary-current-line): Ditto.
3039
3040 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3043         line even when the mark string is not changed.
3044
3045         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3046         argument change in the wl-summary-create-line.
3047         (wl-thread-insert-entity-sub): Ditto.
3048
3049         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3050         argument change in the wl-summary-create-line.
3051         (wl-summary-insert-sequential): Ditto.
3052         (wl-summary-update-thread): Ditto.
3053         (wl-summary-persistent-mark-string): New inline function.
3054         (wl-summary-message-mark): Use it.
3055         (wl-summary-create-line): Abolish argument wl-persistent-mark
3056         and added wl-flags, wl-cached.
3057
3058         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3059         mark to flags.
3060         (wl-highlight-summary-current-line): Decide the face not by the 
3061         persistent mark but flags.
3062
3063 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3066         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3067         wl-summary-read-uncached-mark): Revive.
3068         (wl-summary-answered-cached-mark,
3069         wl-summary-answered-uncached-mark): New user option.
3070         (wl-summary-score-marks): Follow the change above.
3071         (wl-summary-auto-refile-skip-marks): Ditto.
3072         (wl-summary-incorporate-marks): Ditto.
3073         (wl-summary-expire-reserve-marks): Ditto.
3074         (wl-summary-flag-priority-list): New user option.
3075
3076         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3077         changes.
3078         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3079         of elmo-message-mark.
3080         (wl-summary-mark-as-read-internal): Ditto.
3081         (wl-summary-mark-as-answered): Ditto.
3082         (wl-summary-mark-as-important): Ditto.
3083         (wl-summary-redisplay-internal): Ditto.
3084         (wl-summary-redisplay-no-mime-internal): Ditto.
3085         (wl-summary-message-mark): New function.
3086         (wl-summary-insert-sequential): Use wl-summary-message-mark
3087         instead of elmo-message-mark.
3088         (wl-summary-update-thread): Ditto.
3089         (wl-summary-persistent-mark): Ditto.
3090         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3091         instead of elmo-message-mark.
3092
3093         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3094         wl-summary-message-mark instead of elmo-message-mark.
3095         (wl-thread-insert-entity-sub): Ditto.
3096         (wl-thread-get-children-msgs-uncached): Ditto.
3097
3098         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3099         variable name changes.
3100         (wl-highlight-summary-current-line): Ditto.
3101
3102         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3103         wl-summary-message-mark instead of elmo-message-mark.
3104
3105         * wl-expire.el (wl-expire-message-p): Ditto.
3106
3107         * wl-score.el (wl-score-headers): Ditto.
3108
3109         * Version number is increased to 2.11.9.
3110
3111         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3112         (wl-summary-sync-update): Follow the change above.
3113         (wl-summary-switch-to-clone-buffer): Ditto.
3114         (wl-summary-open-folder): Ditto.
3115
3116 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3119         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3120
3121         * Version number is increased to 2.11.8.
3122
3123         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3124
3125         * wl-expire.el (wl-expire-refile): Follow the API change on
3126         `elmo-folder-move-messages'.
3127         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3128
3129         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3130         (wl-summary-exec-action-refile): Ditto.
3131         (wl-summary-exec-action-copy): Ditto.
3132         (wl-summary-no-auto-refile-message-p): No use
3133         `wl-summary-buffer-msgdb'.
3134         (wl-summary-auto-refile): Ditto.
3135
3136 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3137
3138         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3139
3140 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3141
3142         * wl-summary.el (wl-summary-sync): Treat no-sync.
3143
3144         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3145         (wl-default-sync-range): Ditto.
3146
3147 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-refile.el (wl-refile-subject-learn): Call
3150         `elmo-message-entity-field' with 3rd argument is non-nil.
3151         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3152         instead of `elmo-msgdb-overview-entity-get-subject'.
3153
3154 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3155
3156         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3157         scan-type is rescan.
3158         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3159         new optional argument force is non-nil.
3160         (wl-summary-save-view-cache): Call it with force argument non-nil.
3161
3162         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3163
3164 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3165
3166         * wl-action.el (wl-summary-print-argument): Fixed last change.
3167
3168 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3171         simplified.
3172         (wl-summary-target-mark-mark-as-unread): Likewise.
3173         (wl-summary-target-mark-mark-as-important): Likewise.
3174
3175 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3176
3177         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3178         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3179         (wl-summary-mark-as-important-region): Change accordingly.
3180         (wl-summary-target-mark-mark-as-important): Ditto.
3181
3182 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3185
3186         * wl-action.el (wl-summary-print-argument): Print argument to
3187         right side of window if `wl-summary-print-argument-within-window'
3188         is non-nil.
3189
3190 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-action.el (wl-summary-set-mark): Use
3193         `wl-summary-message-visible-p' to check visibility of the message
3194         and jump to message only when the message line is visible and have
3195         different number; Call wl-summary-unset-mark with number argument.
3196         (wl-summary-unset-mark): 
3197         Use `wl-summary-message-visible-p'
3198         to check visibility of the message and jump to message only when
3199         the message line is visible and have different number;
3200
3201 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3202
3203         * Version number is increased to 2.11.7.
3204
3205         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3206         and wl-folder-summary-line-format.
3207
3208         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3209         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3210         (wl-summary-set-score-mark): Use it.
3211         (wl-summary-target-mark-mark-as-read): Ditto.
3212         (wl-summary-target-mark-mark-as-unread): Ditto.
3213         (wl-summary-target-mark-mark-as-important): Ditto.
3214         (wl-summary-target-mark-msgs): Simplified.
3215         (wl-summary-detect-mark-position): Fixed problem when
3216         summary-line-format no contain persisten/temp mark spec.
3217         (wl-summary-temp-mark): Ditto.
3218         (wl-summary-persistent-mark): Ditto.
3219         (wl-summary-update-persistent-mark): Ditto.
3220
3221         * wl-action.el (wl-summary-set-mark): Ditto.
3222         (wl-summary-unset-mark): Ditto.
3223         All other related portions are changed.
3224
3225 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * Version number is increased to 2.11.6.
3228
3229 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-util.el (wl-current-message-buffer): Define as function;
3232         Don't use the value of wl-messge-buffer.
3233
3234         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3235         persistent mark.
3236
3237         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3238         no current message, cause an error.
3239
3240 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-summary.el (wl-summary-set-message-modified): Use
3243         elmo-folder-set-message-modified instead of
3244         elmo-folder-set-message-modified-internal.
3245
3246 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3247
3248         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3249         interactively.
3250         (wl-summary-sync): nokill->entirely.
3251         (wl-summary-sync-marks): Fixed message.
3252         (wl-summary-input-range): Added mark, nokill->entirely.
3253
3254         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3255         messages as read.
3256
3257 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3258
3259         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3260         update-noscore.
3261         (wl-summary-sync): Follow the change above.
3262
3263 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3264
3265         * wl-action.el (wl-summary-target-mark-all): Use
3266         elmo-folder-list-messages.
3267
3268 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3269
3270         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3271         (wl-summary-rescan): Set wl-summary-scored as nil.
3272         (wl-summary-sync-force-update): Follow the change above.
3273         (wl-summary-sync): Ditto.
3274         (wl-summary-sync-update): Added argument disable-killed.
3275         (wl-summary-insert-headers): Set visible-only argument for
3276         elmo-folder-list-messages.
3277         (wl-summary-input-range): Added update-nokill, update-noscore,
3278         all-nokill, all-noscore and mark.
3279
3280         * Version number is increased to 2.11.5.
3281
3282         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3283
3284 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3285
3286         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3287         (wl-summary-prefetch-region-no-mark): Change accordingly.
3288         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3289
3290 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3291
3292         * wl-address.el (wl-complete-field-to): Abolished.
3293         (wl-complete-address): Completion function for completing-read.
3294         * wl-action.el (wl-summary-get-resend-address): Use it.
3295
3296         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3297         wl-summary-update-mark and abolish unused argument.
3298         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3299         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3300         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3301         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3302         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3303         * wl-draft.el (wl-draft-kill): Ditto.
3304
3305         * wl-summary.el: Remove unused binding of case-fold-search.
3306         (wl-summary-replace-status-marks): Abolished.
3307
3308 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3311         is specified or folder length is zero.
3312
3313 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3314
3315         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3316         (wl-folder-archive-current-entity): Ditto.
3317
3318 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3321         retrieving message mark.
3322         (wl-summary-redisplay-internal): Ditto.
3323
3324         * wl-message.el (wl-message-buffer-display): Ignore errors while
3325         retrieving message-id field.
3326
3327         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3328         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3329         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3330         order of the arguments for `wl-expire-message-p'.
3331         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3332
3333         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3334         Check return value of wl-summary-reply.
3335         (wl-summary-reply): Recover window configuration when an error occured.
3336
3337 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3338
3339         * wl-summary.el (wl-summary-resend-message): Abolished, the
3340         feature is inherited by wl-summary-resend (put resend mark).
3341
3342 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3343
3344         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3345         wl-message-buffer to nil when the message is hide.
3346
3347 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348
3349         * .cvsignore: New file.
3350
3351 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3352
3353         * wl-action.el (wl-summary-action-docstring): Add more info.
3354         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3355         duplicate definition.
3356         (wl-summary-define-mark-action): Functions wl-summary-*-region
3357         keep current position.
3358         (wl-summary-unregister-target-mark): Store result to the variable.
3359
3360 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * Version number is increased to 2.11.4.
3363
3364 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3365
3366         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3367         wl-summary-delete-all-temp-marks.
3368         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3369
3370         * wl-action.el (wl-summary-set-mark): Changed terminology
3371         refile-destination -> action-argument.
3372         (wl-summary-unset-mark): Ditto.
3373         (wl-summary-remove-argument): Ditto.
3374         (wl-summary-print-argument): Ditto.
3375
3376         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3377         (wl-thread-remove-argument-region): Ditto.
3378         (wl-thread-print-argument-region): Ditto.
3379         (wl-thread-close): Ditto.
3380         (wl-thread-open): Ditto.
3381
3382         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3383         (wl-highlight-refile-destination-face is abolished)
3384         (wl-highlight-action-argument-string): Ditto.
3385         (wl-highlight-summary-current-line): Highlight action argument.
3386
3387         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3388         color for light backgrounds.
3389         (wl-highlight-summary-answered-face): Ditto.
3390
3391 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3394
3395         * wl-score.el (wl-summary-score-update-all-lines): Use
3396         wl-summary-set-mark.
3397         (wl-summary-score-update-all-lines): Kill expunged messages.
3398
3399         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3400
3401 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3404         directly.
3405         (wl-score-overview-entity-get-lines): Ditto.
3406         (wl-score-overview-entity-get-xref): Ditto.
3407         (wl-score-get-latest-msgs): Ditto.
3408         (wl-summary-rescore): Ditto.
3409
3410         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3411         to "&".
3412         (wl-summary-mark-as-answered-internal): New inline function.
3413         (wl-summary-mark-as-answered): New function.
3414         (wl-summary-mark-as-unanswered): Ditto.
3415         (wl-summary-sync-marks): Modified for answered-mark synching.
3416
3417 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-action.el (wl-summary-set-mark): Fixed last change.
3420
3421 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3422
3423         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3424         behavior of wl-summary-unread-message-hook
3425         (Pointed out by akira yamada <akira@arika.org>).
3426
3427 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428
3429         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3430         wl-summary-delete.
3431         * wl-xmas.el (wl-summary-toolbar): Ditto.
3432
3433         * wl-action.el (wl-summary-set-mark): Don't override current
3434         temp-mark.
3435
3436         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3437
3438 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3441         (wl-refile-msgid-learn): Ditto.
3442         (wl-refile-get-field-value): Ditto.
3443
3444         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3445
3446         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3447         (wl-expire-delete-reserved-messages): Renamed from
3448         wl-expire-reserve-marked-msgs-from-list.
3449         (wl-expire-delete): Removed argument `msgdb'.
3450         (wl-expire-refile): Ditto.
3451         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3452         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3453         mark-alist as argument.
3454         (wl-expire-archive-number1): Removed argument `msgdb'.
3455         (wl-expire-archive-number2): Ditto.
3456         (wl-expire-archive-date): Ditto.
3457         (wl-expire-localdir-date): Ditto.
3458         (wl-expire-hide): Ditto.
3459         (wl-archive-number1): Ditto.
3460         (wl-archive-number2): Ditto.
3461         (wl-archive-date): Ditto.
3462         (wl-archive-folder): Ditto.
3463         All other related portions are changed.
3464
3465 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3466
3467         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3468         mean move up and down. (suggested by Takashi Kawachi)
3469
3470 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-acap.el (toplevel): Don't require un-define.
3473
3474 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl-thread.el (wl-thread-delete-message): Always update
3477         wl-summary-buffer-number-list.
3478
3479         * wl-action.el (wl-summary-print-destination): 
3480         Do nothing when folder is nil.
3481
3482 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3483
3484         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3485         persistent mark when prefetch is succeeded.
3486
3487 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3488
3489         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3490         instead of elmo-msgdb-delete-msgs.
3491         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3492         (wl-expire-hide): Ditto.
3493
3494         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3495
3496         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3497         elmo-msgdb interface.
3498         (wl-thread-get-exist-children): Likewise.
3499         (wl-thread-insert-message): Likewise.
3500         (wl-thread-msg-mark-as-important): Likewise.
3501         (wl-thread-insert-entity-sub): Likewise.
3502         (wl-thread-get-children-msgs-uncached): Likewise.
3503
3504         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3505         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3506         (wl-summary-sync-update): Likewise.
3507         (wl-summary-auto-select-msg-p): Likewise.
3508         (wl-summary-update-thread): Likewise.
3509         (wl-summary-mark-as-important): Likewise.
3510         (wl-summary-jump-to-msg-internal): Likewise.
3511         (wl-summary-redisplay-internal): Likewise.
3512         (wl-summary-print-message-with-ps-print): Likewise.
3513         (wl-summary-folder-info-update): Likewise.
3514
3515         * wl-folder.el (wl-folder-check-one-entity):
3516         elmo-folder-count-flags instead of wl-summary-count-unread.
3517
3518         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3519
3520         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3521
3522         * wl-summary.el (wl-summary-set-message-modified): 
3523         Call wl-summary-set-mark-modified.
3524         (wl-summary-delete-messages-on-buffer): Call
3525         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3526         (wl-summary-sync-update): Call elmo-folder-length instead of
3527         elmo-folder-messages.
3528         (wl-summary-insert-headers): Don't call
3529         elmo-folder-list-message-entities.
3530
3531 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-action.el (wl-summary-define-mark-action): Call
3534         `wl-summary-set-mark' with argument `data'.
3535         (wl-summary-auto-refile): Fixed order of arguments when call
3536         `wl-summary-refile'.
3537
3538 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3541
3542         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3543
3544         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3545         (Renamed from wl-highlight-summary-deleted-face).
3546         (wl-highlight-summary-resend-face): New face.
3547
3548         (wl-highlight-summary-deleted-face): Renamed from
3549         wl-highlight-summary-erased-face.
3550
3551         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3552
3553         * wl-action.el (wl-summary-get-resend-address): New function.
3554         (wl-summary-exec-action-resend): Ditto.
3555         (wl-summary-exec-action-resend-subr): Ditto.
3556
3557         * w-thread.el (wl-thread-copy): Removed definition.
3558         (wl-thread-refile): Ditto.
3559         (wl-thread-delete): Ditto.
3560         (wl-thread-target-mark): Ditto.
3561
3562         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3563         (wl-summary-target-mark-set-action): Fixed.
3564         (wl-summary-define-mark-action): Fixed quotation.
3565         (wl-summary-move-mark-list-messages): Display message.
3566         (wl-summary-define-mark-action): Define thread functions.
3567         (wl-summary-exec-action-refile): Changed message.
3568         (wl-summary-exec): Ditto.
3569
3570 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3571         
3572         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3573         '%%'.
3574
3575 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl.el (toplevel): Require wl-action.
3578         (wl-init): Call wl-summary-define-mark-action.
3579
3580         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3581
3582         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3583         wl-summary-delete and wl-summary-erase.
3584         (wl-summary-mode-map): Ditto.
3585
3586         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3587         wl-delete-folder-alist.
3588
3589         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3590         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3591         (toplevel): Moved mark & action related functions to the wl-action.el.
3592
3593         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3594         in wl-summary-mark-action-list.
3595         (wl-highlight-summary-current-line): Ditto.
3596
3597         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3598         empty lines.
3599
3600         * wl-action.el: New file. 
3601
3602 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-summary.el (wl-summary-target-mark-replace): New function.
3605         (wl-summary-target-mark-prefetch): Use it.
3606         (wl-summary-target-mark-delete): Ditto.
3607         (toplevel): Rearranged definition order.
3608         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3609         (wl-summary-target-mark-erase): Rewrite.
3610         (wl-summary-erase-region): New function.
3611         (wl-summary-exec-action-erase): Changed message.
3612         (wl-summary-move-mark-list-messages): New function.
3613         (wl-summary-exec-action-delete): Use it.
3614         (wl-summary-exec-action-erase): Ditto.
3615
3616         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3617         (wl-summary-skip-mark-list): Added "d".
3618
3619         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3620         while searching.
3621
3622         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3623         and define using defcustom;
3624         Define 4th element as a face.
3625         
3626         * wl-summary.el (wl-summary-incorporate): Use 
3627         `wl-summary-prefetch-region-no-mark' instead of
3628         `wl-summary-prefetch-region'.
3629         (wl-summary-prefetch-region-no-mark): Revival of old
3630         `wl-summary-prefetch-region'.
3631         (wl-summary-mark-action-list): Moved to wl-vars.el
3632
3633         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3634         face according to the `wl-summary-mark-action-list'.
3635         (wl-highlight-summary-current-line): Ditto;
3636         Removed destination highlighting.
3637
3638         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3639         (wl-highlight-summary-line-string): Highlight for "i" mark.
3640         (wl-highlight-summary-current-line): Ditto.
3641
3642         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3643         no destination.
3644
3645         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3646         exists, just go ahead.
3647         (wl-summary-prefetch-region): Rewrite.
3648         (wl-summary-prefetch): Ditto.
3649         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3650         (wl-summary-exec-action-prefetch): New function.
3651         (wl-summary-target-mark-prefetch): Rewrite.
3652
3653 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3654
3655         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3656         (wl-highlight-summary-line-string): Added "d" and "D".
3657         (wl-highlight-summary-current-line): Ditto.
3658
3659         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3660         in wl-summary.el.
3661         (wl-thread-insert-entity-sub): Ditto.
3662         (wl-thread-remove-destination-region): Ditto.
3663         (wl-thread-print-destination-region): Ditto.
3664
3665         * wl-summary.el (wl-summary-buffer-refile-list,
3666         wl-summary-buffer-delete-list,
3667         wl-summary-buffer-copy-list): Abolish.
3668         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3669         All other related portions are changed.
3670         (wl-summary-mark-action-list): New variable.
3671         (wl-summary-set-mark): New function.
3672         (wl-summary-register-target-mark): Ditto.
3673         (wl-summary-unregister-target-mark): Ditto.
3674         (wl-summary-have-target-mark-p): Ditto.
3675         (wl-summary-register-temp-mark): Ditto.
3676         (wl-summary-unregister-temp-mark): Ditto.
3677         (wl-summary-registered-temp-mark): Ditto.
3678         (wl-summary-collect-temp-mark): Ditto.
3679         (wl-summary-unset-mark): Ditto.
3680         (wl-summary-set-target-mark): Ditto.
3681         (wl-summary-unset-target-mark): Ditto.
3682         (wl-summary-set-action-generic): Ditto.
3683         (wl-summary-unset-action-generic): Ditto.
3684         (wl-summary-exec-action-delete): Ditto.
3685         (wl-summary-exec-action-erase): Ditto.
3686         (wl-summary-set-action-refile): Ditto.
3687         (wl-summary-set-action-refile-subr): Ditto.
3688         (wl-summary-unset-action-refile): Ditto.
3689         (wl-summary-make-destination-numbers-list): Ditto.
3690         (wl-summary-exec-action-refile): Ditto.
3691         (wl-summary-set-action-copy): Ditto.
3692         (wl-summary-unset-action-copy): Ditto.
3693         (wl-summary-exec-action-copy): Ditto.
3694         (wl-summary-collect-numbers-region): Ditto.
3695         (wl-summary-delete): Rewrite.
3696         (wl-summary-erase): Ditto.
3697         (wl-summary-remove-destination): Ditto.
3698         (wl-summary-exec): Ditto.
3699         (wl-summary-exec-region): Ditto.
3700         (wl-summary-target-mark-erase): Ditto.
3701         (wl-summary-refile): Ditto.
3702         (wl-summary-copy): Ditto.
3703         (wl-summary-unmark): Ditto.
3704         (wl-summary-delete-all-mark): Ditto.
3705         (wl-summary-mark-line): Don't highlight.
3706         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3707         (wl-summary-target-mark-refile-subr): Rewrite.
3708
3709         (wl-summary-copy-prev-destination): Abolish.
3710
3711 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3712
3713         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3714         default values along the value of wl-on-mule.
3715         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3716         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3717         It is not used anywhere.
3718
3719 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3720
3721         * wl-summary.el (wl-summary-print-destination): Keep position.
3722         (wl-summary-cursor-move-surface): Keep horizontal position.
3723
3724 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3725
3726         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3727         write sendlog.
3728
3729 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3730
3731         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3732         `wl-summary-highlight'.
3733
3734 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3735
3736         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3737         trivial condition for temp-mark.
3738
3739 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3740
3741         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3742         when it hits killed buffer.
3743
3744 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3745
3746         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3747         * wl-news.el.in: `message' and `error' take format string.
3748
3749 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3750
3751         * wl-folder (wl-folder-insert-entity): Display a message,
3752         `...done', when the work finish.
3753         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3754
3755 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3756
3757         * wl-message.el (wl-message-redisplay): Remove unused local
3758         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3759
3760 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3761
3762         * wl-summary.el (wl-summary-replace-status-marks): Disable
3763         interactive use.
3764         (wl-summary-reedit): Check message existence at first.
3765         (wl-summary-mark-line): Fix doc, return value is indefinite.
3766
3767         * wl-highlight.el (wl-highlight-message): Arranged.
3768
3769         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3770         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3771         check temp-mark by wl-summary-temp-mark always.
3772         (wl-highlight-summary): Change accordingly.
3773         * wl-summary.el (wl-summary-mark-as-read-all)
3774         (wl-summary-delete-cache, wl-summary-set-score-mark)
3775         (wl-summary-mark-as-unread, wl-summary-unmark)
3776         (wl-summary-mark-line, wl-summary-mark-as-read)
3777         (wl-summary-mark-as-important): Ditto.
3778
3779         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3780         end of the window if possible.
3781         * wl-summary.el (wl-summary-sync-update): Support lazy
3782         highlighting.
3783         (wl-summary-toggle-disp-msg): Ditto.
3784
3785 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3786
3787         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3788
3789 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3790
3791         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3792         change.
3793
3794 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3795
3796         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3797         API.
3798         (wl-summary-sync-update): Ditto.
3799
3800         * wl-score.el (wl-score-get-score-alist): Changed argument.
3801         (wl-summary-rescore-msgs): Likewise.
3802         (wl-summary-score-headers): Likewise.
3803         (wl-score-headers): Likewise;
3804         Use elmo-folder-do-each-message-entity, etc.
3805         (wl-summary-score-effect): Follow the changes above.
3806         (wl-summary-rescore): Ditto.
3807         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3808         (wl-score-get-overview): Abolish.
3809
3810         * wl-summary.el (wl-summary-default-from): Follow the API change in
3811         elmo-msgdb.
3812         (wl-summary-count-unread): Ditto.
3813         (wl-summary-detect-mark-position): Ditto.
3814         (wl-summary-overview-entity-compare-by-date): Ditto.
3815         (wl-summary-overview-entity-compare-by-number): Ditto.
3816         (wl-summary-overview-entity-compare-by-from): Ditto.
3817         (wl-summary-overview-entity-compare-by-subject): Ditto.
3818         (wl-summary-get-list-info): Ditto.
3819         (wl-summary-rescan): Ditto.
3820         (wl-summary-jump-to-msg-by-message-id): Ditto.
3821         (wl-summary-sync-update): Ditto; Removed comment.
3822         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3823         (wl-summary-insert-message): Use wl-summary-insert
3824         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3825         (wl-summary-insert-headers): Changed argument overview to folder.
3826         (wl-summary-search-by-subject): Likewise.
3827         (wl-summary-insert-thread): Renamed from 
3828         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3829
3830         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3831         too.
3832
3833         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3834         wl-string-member.
3835
3836 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3837
3838         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3839         elmo-folder-append-buffer.
3840         (wl-draft-queue-append): Likewise.
3841
3842         * wl-mime.el (wl-message-delete-current-part): Ditto.
3843         (wl-summary-burst-subr): Ditto.
3844
3845         * wl-news.el.in (wl-news-send-news): Ditto.
3846
3847 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3850         function.
3851         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3852         (wl-summary-update-mark): Enclose with save-excursion.
3853         (wl-summary-mark-as-read-internal): Fixed last change.
3854         (wl-summary-mark-as-important): Use 3rd argument of
3855         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3856         Don't use elmo-msgdb-set-mark.
3857         (wl-summary-redisplay-internal): If msgdb flag is already read,
3858         just update the mark on buffer.
3859
3860 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3861
3862         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3863         cut visible folder when elmo-folder-delete returns non-nil value.
3864
3865 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3868         by Kenichi OKADA <okada@opaopa.org>).
3869
3870 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3871
3872         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3873
3874 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3875
3876         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3877         Fixed the last change, search group entity by its real name.
3878         (Thanks to: KOBAYASHI Shinji)
3879
3880 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3881
3882         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3883         (wl-fldmgr-access-display-all): Don't refer visible name.
3884         * wl-expire.el (wl-folder-archive-current-entity)
3885         (wl-folder-expire-current-entity): Ditto.
3886         * wl-folder.el (wl-folder-jump-to-current-entity)
3887         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3888         (wl-folder-open-folder-sub,wl-folder-open-all)
3889         (wl-folder-write-current-folder): Ditto.
3890         (wl-folder-insert-entity): Don't use petname for normal group.
3891         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3892         is the real name.
3893         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3894         Abolished.
3895
3896 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3897
3898         * wl-draft.el (wl-draft-create-buffer): Add
3899         `wl-summary-reply-with-citation'
3900
3901 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3902
3903         * wl-draft.el (wl-draft-reply): Fixed.
3904
3905 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3908         when `wl-draft-send-confirm-with-preview' is non-nil.
3909         You can scroll up/down by j/k.
3910         (wl-draft-send-confirm-with-preview): New variable (default=t).
3911
3912 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3915         (wl-fldmgr-save-folders): Fix comment.
3916
3917 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3920         along the last change in `wl-folder-buffer-group-p'.
3921
3922 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3925         folder.
3926
3927         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3928         the default value.
3929
3930         * wl-mime.el (wl-summary-burst): Update summary only when target
3931         folder equals current folder.
3932
3933 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3934
3935         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3936
3937 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3940         value.
3941
3942 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3945         `map-extents' instead of `extent-at' repeatedly.
3946         (wl-highlight-folder-current-line): Ditto.
3947
3948         * wl-highlight.el: Remove useless dummy functions.
3949
3950 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3951
3952         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3953         (wl-folder-put-folder-property): New function to put text property.
3954         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3955         (wl-folder-insert-entity, wl-folder-update-diff-line)
3956         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3957         * wl-e21.el, wl-xmas.el, wl-mule.el
3958         (wl-highlight-folder-current-line): Ditto.
3959         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3960         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3961         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3962         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3963
3964 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * Version number is increased to 2.11.3.
3967
3968 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3971         Resume current-buffer since it is assumed by remaining tasks.
3972
3973 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3976         (wl-folder-completion-function): Abolished.
3977         (wl-folder-complete-folder): New function.
3978         (wl-folder-complete-filter-condition): Ditto.
3979         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3980         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3981
3982 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-draft.el (wl-draft-send-confirm): New function.
3985         (wl-draft-send): Use it.
3986
3987         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3988         cursor-in-echo-area while confirming.
3989
3990         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3991
3992         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3993         searching via nntp if wl-summary-search-via-nntp is 'force.
3994         Otherwise, invoke searching in nntp folder only.
3995         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3996
3997         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3998         explicitly for mime-make-text-tag.
3999
4000 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4001
4002         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4003         `mime-make-text-tag' instead of `mime-create-tag'.
4004
4005 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4006
4007         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4008         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4009
4010 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * wl-score.el (wl-score-save): Bind print-length and print-level.
4013         (wl-score-pretty-print): Ditto.
4014         (wl-score-edit-insert-header-entry): Ditto.
4015
4016         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4017         "From" entry to be treated with wl-draft-eword-encode-address-list.
4018         * wl-mime.el (wl-draft-preview-message): Ditto.
4019
4020         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4021         (wl-summary-mark-as-unread): Ditto.
4022         (wl-summary-mark-as-read-region): Change accordingly.
4023         (wl-summary-mark-as-unread-region): Ditto.
4024         (wl-summary-target-mark-mark-as-read): Ditto.
4025         (wl-summary-target-mark-mark-as-unread): Ditto.
4026
4027 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * Version number is increased to 2.11.2.
4030
4031 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-news.el.in (wl-news-previous-version-save): Bind
4034         print-length and print-level.
4035         * wl-thread.el (wl-thread-save-entities): Ditto.
4036         (wl-thread-save-top-list): Bind print-length.
4037
4038 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-highlight.el (wl-highlight-summary-line-string): Use
4041         wl-summary-score-below-mark, wl-summary-score-over-mark.
4042         (wl-highlight-summary-current-line): Ditto.
4043
4044 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4047         insert it.
4048
4049 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4050
4051         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4052
4053 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4056         message without msgid.
4057         Rewrite with elmo-folder-move-messages.
4058         Set wl-message-buffer to nil.
4059
4060         * wl-summary.el (wl-summary-erase-subr): New function. Use
4061         elmo-folder-move-messages.
4062         (wl-summary-erase): Call it.
4063         (wl-summary-target-mark-erase): Ditto.
4064
4065 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4066
4067         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4068         it is not up-tp-date.
4069
4070 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4073         buffer after calling `wl-summary-goto-folder-subr' without the
4074         argument `interactive'.
4075         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4076
4077 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4078
4079         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4080         `mime-create-tag'. Use `string=' instead of `looking-at'.
4081
4082 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4083
4084         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4085         to avoid compile warning.
4086
4087         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4088         entity-id when folder is given.
4089         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4090         save-excursion, use save-selected-window instead.
4091         Select folder buffer window if exists.
4092         (To correct behavior with wl-folder-move-cur-folder.)
4093
4094 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4095
4096         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4097
4098 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4099
4100         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4101         list-count instead of %d.
4102
4103 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4104
4105         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4106         (wl-news): Set it.
4107         (wl-news-append-to-folder): Use it.
4108
4109         * wl-news.el.in (wl-news-send-news): Append to specified folder
4110         instead of wl-default-folder.
4111         (wl-news-append-to-folder): Show error message with specified folder.
4112
4113         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4114                 In most major modes, Emacs assumes that any opening
4115                 delimiter found at the left margin is the start of a
4116                 top-level definition, or defun. Therefore, *never put an
4117                 opening delimiter at the left margin unless it should have
4118                 that significance.*
4119
4120         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4121
4122 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4123
4124         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4125
4126 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4127
4128         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4129
4130 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4131
4132         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4133         for sequential numbering case.
4134
4135 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4136
4137         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4138         value.
4139         (wl-draft-reply-without-argument-list): Ditto.
4140         (wl-draft-reply-myself-with-argument-list): Abolish.
4141         (wl-draft-reply-myself-without-argument-list): Ditto.
4142         * wl-draft.el (wl-draft-self-reply-p): New function.
4143         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4144
4145 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4146
4147         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4148         (avoid error for the case without byte-compiling)
4149
4150 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-news.el.in (wl-news-append-to-folder): New function.
4153         (wl-news-exit): Rewrite.
4154         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4155
4156 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4157
4158         * wl-draft.el (wl-draft-reply-position): New function.
4159         (wl-draft-reply-position): Fix.
4160         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4161         (wl-summary-target-mark-reply-with-citation): Ditto.
4162         (wl-summary-reply-with-citation): Ditto.
4163         * wl-vars.el (wl-draft-reply-default-position): New variable.
4164
4165 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4166
4167         * wl-draft.el (wl-draft-send): Preview when interactive send.
4168
4169 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4170
4171         * wl-draft.el (wl-draft-reply): Set default position.
4172         * wl-summary.el (wl-summary-reply): Ditto.
4173         (wl-summary-reply-with-citation): Ditto.
4174         (wl-summary-target-mark-reply-with-citation): Ditto.
4175
4176 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-news.el.in (wl-news-lang): Set default value according to
4179         current-language-environment.
4180         (wl-news-append-news): Do nothing when news-list is nil.
4181
4182 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4183
4184         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4185         (wl-news): Change message.
4186         (wl-news-exit): Check buffer.
4187         (wl-news-force-exit): New function.
4188         (wl-news-show-all): New function.
4189         (wl-news-discard-and-exit): Fix.
4190
4191 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4192
4193         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4194         according to current-language-environment.
4195
4196         * wl-news.el.in (wl-news): If arg, show all NEWS after
4197         wl-news-default-previous-version.
4198
4199 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4200
4201         * wl-news.el.in (wl-news-check): Rewritten.
4202         (wl-news-previous-version-load): Change data type.
4203         (wl-news-previous-version-save): Change data type.
4204         (wl-news-append-news): Add return value.
4205         (wl-news-check-news): New function.
4206         (wl-news-already-current-p): New function.
4207         (wl-news-send-news): Rewritten.
4208         (wl-news-mode-map): Add new keybind.
4209         (wl-news): Rewritten.
4210         (wl-news-exit): Rewritten.
4211         (wl-news-discard-and-mail): New function.
4212         (wl-news-send-to-address): Abolished.
4213         * wl.el (wl-init): Delete a message.
4214
4215 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4216
4217         * wl-news.el.in (wl-news-exit): Update previous version.
4218         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4219
4220 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4221
4222         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4223
4224 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4225
4226         * wl-news.el.in (wl-news): New function.
4227         (wl-news-mode): New function.
4228         (wl-news-next-line): New function.
4229         (wl-news-next-page): New function.
4230         (wl-news-exit): New function.
4231         (wl-news-buf-name): New variable.
4232         (wl-news-mode-map): New variable.
4233         (wl-news-winconf): New variable.
4234         (wl-news-append-news): Add an option.
4235
4236 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4237
4238         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4239
4240 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-news.el.in (wl-news-send-to-address): New variable.
4243         (wl-news-send-news): Use it.
4244         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4245         Return updating status.
4246         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4247
4248 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4249
4250         * wl-news.el.in (wl-news-send-news): Delete
4251         Organization and X-Face.
4252
4253 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4254
4255         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4256         (wl-news-append-news): New function.
4257         (wl-news-send-news): New function.
4258
4259 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4260
4261         * Version number is increased to 2.11.1.
4262
4263 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4264
4265         * wl-news.el.in : New file.
4266
4267 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4270         default value.
4271         (wl-draft-reply-without-argument-list): Ditto.
4272
4273 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4274
4275         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4276         (wl-message-buffer-prefetch-idle-time): Ditto.
4277         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4278
4279 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-thread.el (wl-thread-insert-message): Use
4282         wl-summary-max-thread-depth.
4283
4284         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4285         loop detection.
4286
4287         * wl-message.el (wl-message-buffer-display): Back to the first page
4288         when cache is hit.
4289
4290 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4291
4292         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4293
4294         * wl-summary.el (wl-summary-insert-thread-entity):
4295         If the thread depth is reached to wl-summary-max-thread-depth,
4296         divide the thread.
4297
4298 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4301         for elmo-remove-passwd.
4302
4303 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4306         folder is sticky.
4307         (wl-folder-mark-as-read-all-entity): Ditto.
4308         (wl-folder-prefetch-entity): Ditto.
4309
4310 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4311
4312         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4313
4314 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4315
4316         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4317         Delete messages on buffer for unplugged operation.
4318         (wl-summary-erase): Ditto.
4319
4320 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4321
4322         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4323         take nil so as not to search parent by subject.
4324
4325 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4328         (wl-folder-get-next-folder): Ditto.
4329         (wl-folder-get-path): Ditto.
4330
4331 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4332
4333         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4334         system and encode the region with it before verifying.
4335
4336 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4339         system of the echo buffer before decoding.
4340
4341 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4344         original contents.
4345
4346 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4349         with argument 'any-exists.
4350
4351 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4354         Use `wl-cs-autoconv'.
4355
4356 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4359         by `mime-view-automatic-conversion'.
4360
4361         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4362         (wl-message-verify-pgp-nonmime): Ditto.
4363         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4364         Bind them to C-c:d and C-c:v respectively.
4365
4366         Merge following code by Teranishi-san from [wl-en:00167].
4367         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4368         (wl-mime-preview-application/pgp-encrypted): Ditto.
4369         (wl-mime-setup): Add entry.
4370
4371 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-summary.el (wl-summary-target-mark-erase): New function.
4374         Bind it to "mD".
4375
4376 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-vars.el (wl-draft-write-file-function): Fix.
4379         (wl-draft-reedit-hook): Changed default value.
4380
4381         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4382         wl-draft-reedit-hook.
4383         (wl-draft-remove-text-plain-tag): New function.
4384         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4385
4386         * wl-vars.el (wl-draft-write-file-function): New user option.
4387
4388         * wl-draft.el (wl-draft-prepare-edit): Use it for
4389         local-write-file-hooks.
4390         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4391
4392         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4393         (wl-draft-insert-mail-header-separator): Return the body beginning
4394         point.
4395         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4396         text/plain.
4397         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4398
4399 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-summary.el (wl-summary-erase): New function to erase message
4402         without moving it to trash. Bind to "D".
4403
4404         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4405         as `keep' unless switch-function.
4406
4407 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4410         message buffer by using `wl-summary-toggle-disp-msg'.
4411         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4412         buffer window.
4413         (wl-summary-supresedes-message): Ditto.
4414
4415         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4416         Do not delete other windows.
4417         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4418         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4419         (wl-draft-create-buffer): Set reply-or-forward also for target
4420         mark commands.
4421
4422 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4423
4424         * wl-draft.el (wl-user-agent-compose): Delete special case for
4425         switch-to-buffer-other-window.
4426
4427         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4428         (wl-summary-forward): Ditto.
4429
4430         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4431         function.
4432         (wl-draft-buffer-style): New use option.
4433
4434         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4435         (wl-draft): Follow the change above.
4436         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4437         wl-draft-buffer-style.
4438         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4439         switch-function.
4440
4441 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4442
4443         * wl-address.el (wl-address-make-completion-entry): Extracted from
4444         `wl-address-make-completion-list'.
4445         (wl-address-enable-strict-loading): New variable.
4446         (wl-address-make-completion-list): Revive petname duplication
4447         inquiry, and enable it if `wl-address-enable-strict-loading'.
4448         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4449
4450 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4451
4452         * wl-message.el (wl-message-get-original-buffer): Avoid
4453         'Selecting deleted buffer' error when original buffer is killed.
4454
4455 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4456
4457         * wl-summary.el (wl-summary-next-message): Use
4458         elmo-message-accessible-p instead of elmo-message-cached-p.
4459
4460 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4463
4464         * wl-thread.el (wl-thread-open-all-unread): Use
4465         elmo-folder-list-flagged instead of
4466         elmo-folder-list-messages-mark-match.
4467
4468         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4469         instead of elmo-folder-list-messages-mark-match.
4470         (wl-summary-move-spec-alist): New variable.
4471         (wl-summary-move-spec-plugged-alist,
4472         wl-summary-move-spec-unplugged-alist): Abolish.
4473         (wl-summary-next-message): Follow the change above.
4474         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4475         with 'no-msg' argument.
4476
4477         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4478         variable.
4479         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4480         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4481         (wl-message-buffer-prefetch-get-next): Follow the change above.
4482
4483 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4484
4485         * wl-version.el (wl-version): Changed codename.
4486
4487         * Version number is increased to 2.11.0.
4488
4489 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4490
4491         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4492         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4493         `wl-draft-config-variables'.
4494         (wl-draft-kill): Fixed problem when the draft is reedit.
4495
4496 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4497
4498         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4499         buffer-modified status (Thanks to
4500         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4501
4502 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * wl-util.el (wl-region-exists-p): New function.
4505
4506         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4507         Remove defvars for byte-compile warnings.
4508
4509 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4510
4511         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4512         defvar-maybe. Removed unused bind.
4513
4514 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4517         summary buffer window before creating new frame.
4518         (wl-draft-reply): Ditto.
4519
4520 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4521
4522         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4523
4524 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4527
4528 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4529
4530         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4531         instead of `kill-region'.
4532
4533 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4534
4535         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4536         (wl-highlight-summary-line-string): Use it.
4537         (wl-highlight-summary-current-line): Ditto.
4538
4539         * wl-mime.el (wl-message-delete-current-part): Check the class of
4540         mime-entity.
4541
4542         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4543
4544         * wl-summary.el (wl-summary-make-number-list): Initialize.
4545         (wl-summary-update-mark): New function.
4546         (wl-summary-reply): Put `answered' mark on the message.
4547         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4548
4549         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4550         (wl-draft-reply): Added optional argument `number';
4551         Set wl-draft-parent-number.
4552         (wl-draft-kill): Delete answered mark if it is a reply.
4553
4554 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4557         that originates in mime-preview-follow-current-entity.
4558         (wl-draft-yank-current-message-entity): Use it if region is active.
4559
4560         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4561         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4562         `wl-message-delete-current-part'.
4563         * wl-mule.el (wl-message-define-keymap): Ditto.
4564         * wl-xmas.el (wl-message-define-keymap): Ditto.
4565
4566 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-mime.el (wl-message-delete-current-part): New function.
4569         (wl-mime-node-id-to-string): Ditto.
4570
4571         * wl-mime.el (wl-message-delete-current-part): Use existing
4572         original buffer which corresponds current mime-view buffer.
4573         (fetched buffer might have different structure, possibly)
4574
4575         * wl-mime.el (wl-message-delete-current-part): Quit if the
4576         message content differs from the actual message.
4577
4578 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4581         order.
4582         (wl-summary-search-by-subject): Search parent message from tail;
4583         Check the existence of the parent message on the current thread tree.
4584         (wl-summary-update-thread): Check whether the line is inserted.
4585
4586 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-vars.el (wl-summary-line-format): Undo last change.
4589         * wl-summary.el (wl-summary-print-destination): Do not put
4590         invisible property when `wl-summary-width' is nil.
4591         (wl-summary-line-subject-minimum-length): Abolished.
4592         (wl-summary-line-subject): Ditto.
4593
4594 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-vars.el (wl-summary-line-format): Change default value.
4597         (wl-summary-subject-length-limit): Abolished.
4598         * wl-summary.el (wl-summary-line-subject): Ditto.
4599
4600 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4601
4602         * wl-template.el (wl-template-select): Added optional argument.
4603         If optional argument is specified, reverse
4604         `wl-template-visible-select'.
4605
4606 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4609         Take prefix argument to force asking the destination folder.
4610
4611 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4612
4613         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4614         count and update status.
4615
4616 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-summary.el (wl-summary-redisplay-internal): If
4619         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4620         after fetching.
4621
4622 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4623
4624         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4625         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4626
4627         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4628
4629 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4632         (All other related portions are changed).
4633         (wl-summary-mark-as-read-all): Rewrite.
4634
4635 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4638         `wl-summary-mark-as-read'.
4639         (wl-summary-mark-as-unread): Rewrite.
4640         (wl-summary-mark-as-read): Added no-modeline argument.
4641         (wl-summary-resume-cache-status): Rewrite.
4642         (wl-summary-exec-subr): Remove unused local variable.
4643
4644 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4645
4646         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4647         logic to call `wl-summary-buffer-prev-folder-function'.
4648         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4649
4650 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4653         is nil.
4654
4655 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4658         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4659         (wl-mime-setup): Add its entry.
4660
4661 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4664         (wl-summary-delete-cache): Likewise.
4665         (wl-summary-mark-as-read): Rewrite.
4666
4667 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4668
4669         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4670         `wl-summary-count-unread'.
4671
4672         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4673
4674         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4675
4676 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4679         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4680         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4681         Renamed to the elmo-msgdb-*-mark.
4682         (wl-summary-score-marks): Follow the change above.
4683         (wl-summary-auto-refile-skip-marks): Ditto.
4684         (wl-summary-incorporate-marks): Ditto.
4685         (wl-summary-expire-reserve-marks): Ditto.
4686
4687         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4688         changes.
4689         (wl-thread-insert-top): Changed updating message.
4690
4691         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4692         variable.
4693         (wl-summary-count-unread): Count answered marks.
4694         (wl-summary-rescan): Call wl-summary-insert-message instead of
4695         wl-summary-append-message-func-internal.
4696         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4697         (wl-summary-prefetch-msg): Follow the variable name changes.
4698         (wl-summary-prefetch-region): Ditto.
4699         (wl-summary-mark-as-read-all): Follow the API changes;
4700         Don't call elmo-folder-replace-marks.
4701         (wl-summary-delete-cache): Follow the variable name changes.
4702         (wl-summary-resume-cache-status): Ditto.
4703         (wl-summary-update-status-marks): New function.
4704         (wl-summary-insert-message): New function.
4705         (wl-summary-sync-marks): Follow the variable name changes.
4706         (wl-summary-sync-update): Synchronize to the msgdb, too;
4707         Changed update messages.
4708         (wl-summary-make-number-list): Rewrite.
4709         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4710         (wl-summary-mark-as-unread): Follow the API changes.
4711         (wl-summary-exec-subr): Follow the variable name changes.
4712         (wl-summary-mark-as-read): Ditto.
4713         (wl-summary-move-spec-plugged-alist): Ditto.
4714         (wl-summary-move-spec-unplugged-alist): Ditto.
4715         (wl-summary-cursor-move-surface): Ditto.
4716
4717         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4718         variable name changes.
4719         (wl-highlight-summary-current-line): Ditto.
4720
4721         * wl-expire.el (wl-expire-refile): Follow the API change in
4722         elmo-folder-move-messages.
4723         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4724         (wl-summary-archive): Use elmo-folder-msgdb instead of
4725         elmo-msgdb-load.
4726
4727 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-mime.el (wl-draft-preview-message): Restore the position
4730         before evaluating wl-draft-send-hook in preview buffer.
4731
4732 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4733
4734         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4735         when it creates new draft buffer.
4736
4737         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4738         without argument.
4739
4740         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4741         Evaluate content and if the value is string, insert it.
4742         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4743         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4744         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4745         wl-draft-config-sub-part-bottom): Use it.
4746
4747         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4748         with the folder name. The question was unintelligible when it is
4749         called from wl-save-status.
4750
4751 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4754         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4755         cannot take second argument).
4756
4757 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4760         as t. Since type and subtype are not case sensitive (RFC 2045).
4761
4762 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-vars.el (wl-message-mode-line-format): New variable.
4765         (wl-message-mode-line-format-spec-alist): Ditto.
4766         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4767         (wl-message-redisplay): Use wl-message-mode-line-format.
4768
4769 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4772
4773 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-summary.el (wl-summary-default-from): Write description.
4776
4777 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * wl-vars.el (wl-ldap-objectclass): Abolish.
4780
4781         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4782         (wl-ldap-make-filter): Removed condition for objectclass.
4783         (wl-ldap-make-matched-value-list): Remove meaningless process.
4784         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4785         (wl-address-ldap-search): Don't add `*' to `pat' string;
4786         use ignore-errors; added `email';
4787         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4788         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4789         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4790
4791
4792 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-draft.el (wl-draft-parent-folder): Write description.
4795         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4796
4797 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4800         as "" (zero-length string) if no parent.
4801         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4802
4803 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-address.el (wl-address-make-completion-list): Skip duplication
4806         checking.
4807         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4808         `append'.
4809
4810 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4811
4812         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4813         instead of `beginning-of-buffer'.
4814
4815 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4818
4819 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4822         Refer wl-message-buffer-name.
4823         (wl-message-wheel-down): Ditto.
4824
4825 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-vars.el (wl-message-buffer-name): New user option.
4828
4829         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4830         directly instead of making alist dinamically.
4831
4832         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4833         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4834         wl-message-buffer-cache-name.
4835         (wl-message-buffer-cache-clean-up): Ditto.
4836
4837         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4838
4839         * Version number is increased to 2.9.15.
4840
4841 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4842
4843         * wl-vars.el (wl-summary-default-view-alist): New user option.
4844
4845         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4846
4847         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4848         while deleting address.
4849         (wl-draft-delete-myself-from-cc): Ditto.
4850
4851         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4852         If optional argument is specified, reverse sort order.
4853
4854         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4855
4856 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-thread.el (wl-thread-insert-message): Return parent number if
4859         exists.
4860         (wl-thread-update-indent-string-region): Use
4861         wl-thread-update-line-on-buffer-sub instead of
4862         wl-thread-update-line-on-buffer.
4863
4864 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4865
4866         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4867         (wl-folder-close-all): Ditto.
4868
4869 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4870
4871         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4872         and mailing-list:.
4873         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4874         value.
4875         (wl-summary-line-list-info): Print mailing-list name even when 
4876         list-number is empty.
4877
4878 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4879
4880         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4881
4882         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4883         (wl-draft-open-file): Ditto.
4884         (wl-draft-random-alphabet): Ditto.
4885
4886         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4887         bindings.
4888
4889 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4892         * wl-vars.el (wl-draft-config-alist): Ditto.
4893
4894 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * Version number is increased to 2.9.14.
4897
4898         * wl.el (wl): Don't set wl-init as nil when error occured while
4899         auto-checking folders.
4900
4901         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4902         `elmo-expand-newtext'.
4903
4904 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4907         `this-command' so that `wl-folder-goto-folder' contained in
4908         `wl-summary-keep-cursor-command' work.
4909
4910 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4911
4912         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4913         message buffer displaying state.
4914
4915 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-vars.el (wl-summary-default-view): New variable to specify
4918         default value for `wl-summary-buffer-view' instead of using
4919         set-default.
4920         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4921
4922 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4925
4926         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4927
4928 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4929
4930         * wl-vars.el (wl-forward-subject-prefix): New variable.
4931         * wl-draft.el (wl-draft-forward): Use it.
4932
4933 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4934
4935         * wl-message.el (wl-message-prev-page): When it is called without
4936         lines argument, scroll down by wl-message-scroll-amount lines.
4937         (wl-message-next-page): Ditto.
4938         * wl-vars.el (wl-message-scroll-amount): Change default value
4939         to preserve current behavior.
4940
4941 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4942
4943         * wl-summary.el (wl-summary-prefetch-msg): Bind
4944         `wl-message-entity' to call `wl-summary-from-function'.
4945
4946 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-message.el (wl-message-buffer-create): Run
4949         wl-message-buffer-created-hook.
4950
4951 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * wl-summary.el (wl-summary-sort-specs): New variable.
4954         (wl-summary-default-sort-spec): Ditto.
4955         (wl-summary-sort): Rewrite.
4956         (wl-summary-sort-by-list-info): New function.
4957
4958 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4959
4960         * wl-summary.el (wl-summary-get-list-info): New function.
4961         (wl-summary-sort): Rewrite.
4962         (wl-summary-line-list-info): Ditto.
4963         (wl-summary-line-list-count): Ditto.
4964         (wl-summary-refile-region): Fixed docstring.
4965
4966 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4969         `wl-folder-entity-hashtb' as completion table.
4970
4971 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4974         only when this command is called interactively; silence the byte-
4975         compiler.
4976
4977 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4978
4979         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4980         active in XEmacs.
4981
4982 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4983
4984         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4985         plural lines.
4986
4987 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4990         of current line when the cursor is on the header name.
4991         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4992
4993 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4994
4995         * wl-util.el (wl-read-directory-name): Return displayed directory
4996         as the default value also on XEmacs.
4997
4998 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5001         formatting.
5002
5003 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5006         argument and when it is non-nil, check face property before
5007         highlighting for each line.
5008         (wl-highlight-summary-window): Set it.
5009
5010 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5013         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5014
5015         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5016         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5017         (wl-draft-get-fcc-list): Likewise.
5018
5019 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5022         (wl-thread-entity-cur): Ditto.
5023         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5024         wl-thread-indent-regexp setting.
5025         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5026
5027         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5028         wl-summary-lazy-highlight.
5029         (wl-summary-display-bottom): Ditto.
5030
5031         * wl-thread.el (wl-thread-open-close): Likewise.
5032
5033         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5034         from and subject;
5035         Bind wl-draft-use-frame;
5036         Enclose with save-window-excursion;
5037         Use wl-draft-create-buffer instead of with-temp-buffer;
5038         Use wl-draft-prepare-edit;
5039         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5040         Use wl-draft-send instead of wl-draft-raw-send.
5041
5042 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5043
5044         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5045         of using wl-from.
5046
5047 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5050         insert-buffer instead of clone-buffer.
5051         (wl-draft-doing-mime-bcc): New variable.
5052         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5053         infinite loop.
5054         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5055
5056         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5057         (wl-draft-mime-bcc-body): Ditto.
5058
5059         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5060         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5061         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5062         wl-draft-do-mime-bcc.
5063         (wl-draft-mime-bcc-field): New function.
5064         (wl-draft-do-mime-bcc): Ditto.
5065
5066         * wl-address.el (wl-address-complete-header-list): New variable.
5067         (wl-address-complete-header-regexp): Changed default value.
5068
5069         * Version number is increased to 2.9.13.
5070
5071 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5074         it is differed.
5075
5076 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5077
5078         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5079         (wl-summary-line-list-count): Ditto.
5080
5081 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5082
5083         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5084         (wl-nntp-posting-function): New variable.
5085         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5086         `wl-nntp-posting-config-alist'.
5087
5088 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5089
5090         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5091         FLIM.
5092
5093 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5094
5095         * wl-summary.el (wl-summary-target-mark-refile-sub):
5096         Remove a nuisance funcall.
5097
5098 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5101         as t for `try-completion'.
5102
5103 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-summary.el (wl-summary-default-from): Use
5106         wl-address-header-extract-address instead of
5107         std11-extract-address-components.
5108         (wl-summary-simple-from): Ditto.
5109         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5110         (wl-summary-insert-headers): Show message.
5111         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5112         for whole line.
5113         (wl-summary-default-from): Revert last change.
5114         (wl-summary-simple-from): Ditto.
5115         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5116         (wl-summary-mark-as-read-region): Follow the change above.
5117         (wl-summary-sync-marks): Ditto.
5118         (wl-summary-target-mark-mark-as-read): Ditto.
5119         (wl-summary-redisplay-internal): Ditto.
5120         (wl-summary-redisplay-no-mime-internal): Ditto.
5121         (wl-summary-redisplay-all-header): Ditto.
5122         (wl-summary-mark-as-read): Removed argument `cached';
5123         Use current cache status to set cache mark.
5124         (wl-summary-redisplay-internal): Follow the change above.
5125         (wl-summary-redisplay-no-mime-internal): Ditto.
5126         (wl-summary-redisplay-all-header): Ditto.
5127
5128         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5129
5130         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5131         Don't call itself recursively (Adviced by Yamaoka-san).
5132
5133 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5136         bind wl-summary-highlight as nil to avoid error caused by missing
5137         local variables.
5138
5139 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-vars.el (wl-invalid-character-message): New user option.
5142
5143         * wl-util.el (wl-set-string-width): If truncated string-width is
5144         larger than specified width, use `wl-invalid-character-message'.
5145
5146 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5147
5148         * wl-summary.el (wl-summary-prefetch-msg): 
5149         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5150
5151 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-vars.el (wl-summary-check-line-format): New user option.
5154         (wl-summary-line-format-file): Ditto.
5155
5156         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5157         variable.
5158         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5159         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5160         and `wl-summary-view-old-p' to check whether do a rescan or not.
5161         (wl-summary-view-old-p): New function.
5162         (wl-summary-line-format-changed-p): Ditto.
5163         (wl-summary-line-format-save): Ditto.
5164         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5165
5166         * wl-util.el (wl-set-string-width): Avoid using negative number
5167         for make-string.
5168
5169 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5170
5171         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5172         return value.
5173
5174         * wl-util.el (wl-set-string-width): Added optional argument
5175         `padding' (All other related portions are changed).
5176         (wl-line-parse-format): If the first letter of column number is
5177         `0', zero-padding the result (ex: "%05l").
5178
5179         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5180
5181 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5184         sequential summary view.
5185
5186 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5189         if it doesn't have a -unix version.
5190
5191 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5194
5195 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5198         content.
5199         (wl-draft): Follow the change above.
5200
5201         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5202
5203         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5204         and wl-folder-summary-line-format-alist contain %T and %P.
5205
5206         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5207         (wl-summary-mode-line-format): New user option.
5208         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5209         (wl-summary-line-format): Changed default value.
5210         (wl-summary-lazy-highlight): Changed default value.
5211
5212         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5213         change in wl-summary-create-line.
5214         (wl-thread-insert-entity-sub): Ditto.
5215
5216         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5217         (wl-summary-buffer-unread-status): Ditto.
5218         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5219         (wl-summary-buffer-persistent-mark-column): Ditto.
5220         (wl-summary-buffer-mode-line-formatter): Ditto.
5221         (wl-summary-buffer-mode-line): Ditto.
5222         (wl-summary-message-regexp): Abolished.
5223         (All other related portions are changed.)
5224         (wl-summary-detect-mark-position): New function.
5225         (wl-summary-buffer-set-folder): Setup
5226         wl-summary-buffer-mode-line-formatter.
5227         (wl-summary-mode): Setup selective-display;
5228         Setup pre-idle-hook when xemacs.
5229         (wl-summary-update-modeline): Rewrite.
5230         (wl-summary-jump-to-msg): Define as function;
5231         Changed regexp for searching messages.
5232         (wl-summary-message-number): Rewrite.
5233         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5234         Do rescan when old type summary cache.
5235         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5236         (wl-summary-remove-destination): Use '\r' to detect EOL.
5237         (wl-summary-print-destination): Ditto.
5238         (wl-summary-temp-mark): New inline function.
5239         (wl-summary-persistent-mark): Ditto.
5240         (wl-summary-line-number): New function.
5241         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5242         (wl-summary-line-list-count): New function.
5243         (wl-summary-create-line): Added argument persistent-mark.
5244         (All other related portions are changed)
5245         (wl-summary-create-line): Insert '\r'.
5246         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5247         (wl-summary-cursor-move-surface): New inline function.
5248         (wl-summary-prev): Use it.
5249         (wl-summary-next): Ditto.
5250
5251         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5252         wl-summary-message-regexp.
5253         (wl-highlight-summary): Delete progress message.
5254         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5255
5256         * Version number is increased to 2.9.12.
5257
5258 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5259
5260         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5261         variable (nil: no minimum).
5262         (wl-summary-line-subject): Add some spaces after subject by
5263         wl-summary-line-subject-minimum-length.
5264
5265 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5266
5267         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5268         and removed `F'.
5269         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5270         change above).
5271
5272 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-summary.el (wl-summary-line-list-count): Reverted.
5275         (example setting in samples/*/dot.wl is also updated)
5276
5277 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5280
5281         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5282
5283         * wl-vars.el (wl-summary-line-format): Addes some description to the
5284         docstring.
5285
5286         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5287         (wl-summary-line-close-bracket): Ditto.
5288         (wl-summary-line-children-number): Ditto.
5289         (wl-summary-line-thread-indent): Ditto.
5290         (wl-summary-line-children-and-from): Ditto.
5291
5292         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5293         't', 'c', 'F' and added 'C'.
5294
5295         * wl-util.el (wl-set-string-width): Accept negative value.
5296         (wl-line-parse-format): Added "%number(" and "%)".
5297
5298 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-summary.el (wl-summary-line-list-count): Change format of the
5301         return value.
5302
5303 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5304
5305         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5306         from the recent message.el.
5307         (wl-draft-point-in-header-p): Ditto.
5308         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5309         wl-draft-beginning-of-line.
5310         * wl-e21.el (wl-draft-mode-map): Ditto.
5311         * wl-xmas.el (wl-draft-mode-map): Ditto.
5312
5313         * wl-folder.el: Sort macrodefs by dependencies.
5314
5315 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5316
5317         * wl-summary.el (wl-summary-prev): Fixed regexp.
5318         (wl-summary-next): Ditto.
5319
5320 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5323
5324 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5325
5326         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5327         for backward compatibility.
5328
5329 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-summary.el (wl-summary-line-list-count): New function, merged
5332         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5333         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5334         list counts.
5335
5336 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-summary.el (wl-summary-create-line): Ignore errors while
5339         timezone-fix-time.
5340
5341         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5342
5343         * wl-summary.el (wl-summary-sync-update): Ditto.
5344         (wl-summary-default-from): Use wl-message-entity
5345         instead of entity.
5346
5347         * wl-summary.el (wl-summary-create-line): Fix.
5348
5349         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5350         (wl-summary-line-format): New user option.
5351         (wl-folder-summary-line-format-alist): Ditto.
5352         (wl-summary-from-width): Abolished.
5353
5354         * wl-util.el (toplevel): Require 'bytecomp.
5355         (wl-line-parse-format): New function.
5356         (wl-line-formatter-setup): New macro.
5357
5358         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5359         (wl-summary-buffer-line-formatter): New buffer local variable.
5360         (wl-summary-switch-to-clone-buffer): Follow the change above.
5361         (wl-summary-message-regexp): Fix.
5362         (wl-summary-from-func-internal): Abolished.
5363         (wl-summary-subject-func-internal): Ditto.
5364         (wl-summary-subject-filter-func-internal): Ditto.
5365         (All other related portions are changed.)
5366         (wl-summary-buffer-set-folder):
5367         Set up wl-summary-buffer-number-column and 
5368         wl-summary-buffer-line-formatter
5369         (All other related portions are changed.)
5370         (wl-summary-buffer-number-column-detect): Abolished.
5371         (All other related portions are changed.)
5372         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5373         (wl-summary-delete-all-temp-marks-on-buffer): Use
5374         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5375         (wl-summary-target-mark-delete): Ditto.
5376         (wl-summary-target-mark-refile-subr): Ditto.
5377         (wl-summary-target-mark-mark-as-read): Ditto.
5378         (wl-summary-target-mark-mark-as-unread): Ditto.
5379         (wl-summary-target-mark-mark-as-important): Ditto.
5380         (wl-summary-target-mark-save): Ditto.
5381         (wl-summary-replace-status-marks): Renamed from
5382         wl-summary-set-status-marks-on-buffer;
5383         Use wl-summary-message-regexp instead of
5384         wl-summary-buffer-number-regexp.
5385         (wl-summary-sync-update): Follow the change above.
5386         (wl-summary-goto-previous-message-beginning): New function.
5387         (wl-summary-mark-as-unread): Use it.
5388         (wl-summary-mark-as-important): Ditto.
5389         (wl-summary-line-formatter): New variable.
5390         (wl-summary-line-year): New function.
5391         (wl-summary-line-day): Ditto.
5392         (wl-summary-line-day-of-week): Ditto.
5393         (wl-summary-line-hour): Ditto.
5394         (wl-summary-line-minute): Ditto.
5395         (wl-summary-line-open-bracket): Ditto.
5396         (wl-summary-line-close-bracket): Ditto.
5397         (wl-summary-line-children-number): Ditto.
5398         (wl-summary-line-thread-indent): Ditto.
5399         (wl-summary-line-size): Ditto.
5400         (wl-summary-line-subject): Ditto.
5401         (wl-summary-line-from): Ditto.
5402         (wl-summary-line-children-and-from): Ditto.
5403         (wl-summary-create-line): Rewritten.
5404         (wl-summary-format-date): Abolished.
5405
5406         * wl-highlight.el (wl-highlight-summary-current-line): Use
5407         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5408         Use thread structure to detect thread top message.
5409
5410         * wl-draft.el (wl-default-draft-cite): Don't use
5411         wl-summary-from-func-internal.
5412
5413         * wl-refile.el (wl-refile-subject-learn): Don't use
5414         wl-summary-subject-filter-func-internal.
5415         (wl-refile-guess-by-subject): Ditto.
5416
5417         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5418         parameters.
5419
5420         * wl-thread.el (wl-thread-update-indent-string-region):
5421         Use wl-thread-update-line-on-buffer instead of
5422         wl-thread-update-indent-string.
5423         (wl-thread-update-children-number): Redefine using
5424         wl-thread-update-line-on-buffer.
5425         (wl-thread-update-indent-string): Abolished.
5426
5427         * Version number is increased to 2.9.11.
5428
5429 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5432         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5433         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5434
5435         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5436         as nil.
5437
5438         * wl-thread.el (wl-thread-open-all-unread): Use 
5439         elmo-folder-list-messages-mark-match.
5440         (wl-thread-insert-message): Removed argument `mark-alist'.
5441         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5442         elmo-msgdb-set-mark.
5443         (wl-thread-get-children-msgs-uncached): Likewise.
5444         (wl-thread-get-exist-children): Added argument include-self.
5445         (wl-thread-delete-message): Follow the change above.
5446
5447         * wl-summary.el (wl-summary-count-unread): Removed argument.
5448         (wl-summary-rescan): Follow the change above.
5449         (wl-summary-mark-as-read-region): Ditto
5450         (wl-summary-mark-as-unread-region): Ditto.
5451         (wl-summary-delete-messages-on-buffer): Ditto.
5452         (wl-summary-sync-update): Ditto.
5453         (wl-summary-switch-to-clone-buffer): Ditto.
5454         (wl-summary-goto-folder-subr): Ditto.
5455         (wl-summary-target-mark-mark-as-read): Ditto.
5456         (wl-summary-target-mark-mark-as-unread): Ditto.
5457         (wl-summary-target-mark-mark-as-important): Ditto.
5458         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5459         (wl-summary-update-thread): Removed argument `mark-alist'.
5460         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5461         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5462         (wl-summary-resume-cache-status): Likewise.
5463         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5464         elmo-msgdb-set-mark.
5465         (wl-summary-mark-as-read-all): Likewise.
5466         (wl-summary-delete-cache): Ditto.
5467         (wl-summary-auto-select-msg-p): Ditto.
5468         (wl-summary-mark-as-unread): Ditto.
5469         (wl-summary-no-auto-refile-message-p): Ditto.
5470         (wl-summary-mark-as-read): Ditto.
5471         (wl-summary-mark-as-important): Ditto.
5472         (wl-summary-auto-refile): Follow the change above.
5473         (wl-summary-delete-all-marks): Removed.
5474         (wl-summary-resume-marks-and-highlight): Ditto.
5475         (wl-summary-resume-marks): Ditto.
5476         (wl-summary-delete-important-msgs-from-list): Ditto.
5477         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5478
5479         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5480         wl-summary-count-unread.
5481
5482         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5483         (wl-summary-score-update-all-lines): Use
5484         elmo-msgdb-set-mark.
5485
5486 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5489         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5490         (wl-summary-create-line): Renamed from
5491         wl-summary-overview-create-summary-line;
5492         Argument rearrangement.
5493         (wl-summary-update-thread): Follow the change above.
5494
5495         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5496         (wl-thread-insert-entity-sub): Likewise.
5497
5498         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5499         argument `overview', `mark-alist' and added `msgdb'.
5500
5501         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5502
5503         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5504         (wl-summary-rescan): Follow the change above.
5505         (wl-summary-sync-update): Ditto.
5506         (wl-summary-insert-thread-entity): Ditto;
5507         Don't use `let*' in every while loop;
5508         Detect infinite loop of threads.
5509         (wl-summary-update-thread): Removed argument `overview'.
5510
5511         * wl-thread.el (wl-thread-insert-message): Ditto.
5512
5513         * Version number is increased to 2.9.10.
5514
5515         * wl-message.el (wl-message-redisplay): Ignore errors while
5516         wl-message-redisplay-hook.
5517
5518 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5521
5522 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl.el (wl): inhibit-quit while wl-folder.
5525
5526 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5529         while msgdb access.
5530
5531 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5532
5533         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5534         even if no folder is not created.
5535
5536 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5539
5540         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5541         implementation.
5542         (wl-summary-target-mark-thread): Ditto.
5543
5544         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5545
5546 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5547
5548         * wl-util.el (wl-display-bytes): Remove unused function.
5549
5550 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5551
5552         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5553         seems critical one (partially reverse the change in 2002/03/17).
5554
5555 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5558         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5559
5560 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5561
5562         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5563         is not writable.
5564         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5565         plugged status instead of `'force' as 2nd argument.
5566
5567         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5568         is not creatable.
5569
5570         * Version number is increased to 2.9.9.
5571
5572 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5573
5574         * wl-summary.el (wl-summary-suspend): New function.
5575
5576 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5577
5578         * wl.el (wl): Do not check variables if check is nil.
5579         * wl-utils.el (wl-collect-draft): New function.
5580         * wl-folder.el (wl-folder-suspend): Put summary buffers
5581         and draft buffers at the end of buffer list.
5582         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5583
5584 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5585
5586         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5587         loop instead of recursive call.
5588
5589         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5590         2nd argument.
5591
5592 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5593
5594         * wl-draft.el (wl-draft-create-contents): Don't take neither
5595         (function . args) nor (string . something) any more.
5596
5597         * wl-version.el (wl-generate-user-agent-string): Return string
5598         without header symbol.
5599         * wl-draft.el (wl-draft-default-headers): Use it.
5600
5601         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5602         `wl-draft-insert-ccs' and return field value instead of inserting
5603         the header. Abolish cc argument.
5604         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5605
5606         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5607         rather than one with string car.
5608
5609         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5610         * wl-draft.el (wl-draft-create-contents): Add it after the default
5611         headers.
5612
5613         * wl-draft.el (wl-draft-create-contents): For the case of
5614         (symbol-or-string . function) insert header only when the function
5615         returns string value.
5616
5617 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5618
5619         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5620         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5621
5622 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5623
5624         * wl.el (wl-check-environment): Don't check Message-ID when
5625         `wl-insert-message-id' is nil.
5626         Revive checking if `wl-message-id-domain' contains "@".
5627
5628 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5629
5630         * wl.el (wl-check-environment): Merge examination for "@" at
5631         inappropriate position into the first string-match.
5632
5633         * wl-summary.el (wl-summary-target-mark-print): New function.
5634         (wl-summary-pipe-message-subr): Extracted from
5635         `wl-summary-pipe-message'.
5636         (wl-summary-target-mark-pipe): New function.
5637         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5638         `wl-summary-target-mark-pipe'.
5639
5640 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5641
5642         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5643
5644 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5645
5646         * wl.el (wl-check-environment): Use elmo-warning instead of
5647         error for non-critical ones.
5648         Remove trash folder check.
5649         (wl): Don't ignore error in wl-check-environment.
5650
5651         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5652         check, which is moved from `wl-check-environment'.
5653         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5654
5655 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5656
5657         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5658         guess anything, call wl-summary-write.
5659         (wl-summary-write): Create draft with blank To field.
5660         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5661
5662 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5663
5664         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5665         argument full as well for wl-folder-write-current-folder.
5666         If wl-*-write-current-folder cannot guess addressee, add blank
5667         To header.
5668         Rewrite condition for positioning cursor.
5669
5670 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5673         summary buffer is present, use it.
5674         (wl-folder-jump-to-previous-summary): Ditto.
5675
5676 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5677
5678         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5679
5680         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5681         wl-summary-previous-buffer and wl-summary-next-buffer.
5682
5683         * wl-folder.el (wl-folder-mode-map): Bind
5684         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5685         (wl-folder-jump-to-next-summary): New function.
5686         (wl-folder-jump-to-previous-summary): Ditto.
5687
5688         * wl-draft.el (wl-draft): Rearranged.
5689
5690 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5691
5692         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5693         of header.
5694         (wl-draft): Collect arguments for the header as header-alist.
5695         (wl-draft-forward): Arrange arguments for wl-draft.
5696         (wl-draft-reply): Ditto.
5697         (wl-draft-edit-string): Ditto.
5698         * wl-summary.el (wl-summary-write): Ditto.
5699         (wl-summary-write-current-folder): Ditto.
5700
5701         * Version number is increased to 2.9.8.
5702
5703 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5704
5705         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5706
5707         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5708
5709         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5710         even if the guess failed.
5711
5712         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5713         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5714         wl-summary-write-current-folder.
5715         * wl-xmas.el: Ditto.
5716
5717 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-summary.el (wl-summary-next-page): Force display message if
5720         message is not displayed yet.
5721         (wl-summary-prev-page): Ditto.
5722
5723 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5724
5725         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5726
5727 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5728
5729         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5730         add "Preview Message" and "Save Draft and Exit".
5731
5732 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5733
5734         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5735         if addrmgr is called from draft in splitted window.
5736
5737         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5738         * wl-mule.el: Ditto.
5739         * wl-xmas.el: Ditto.
5740
5741 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5744
5745         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5746         * wl-xmas.el (wl-folder-toolbar): Ditto.
5747
5748 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5749
5750         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5751         and wl-draft-save-and-exit.
5752         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5753         * wl-xmas.el: Ditto.
5754         * wl-mule.el: Ditto.
5755
5756         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5757         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5758
5759 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5762         lists for saving buffer.
5763
5764 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5767         parent-folder argument instead of it.
5768         (wl-draft-create-buffer): Ditto.
5769         (wl-draft-forward): Ditto.
5770         (wl-draft-reply): Ditto.
5771         * wl-summary.el (wl-summary-write): Ditto.
5772         (wl-summary-write-current-folder): Ditto.
5773
5774         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5775         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5776         Folder buffer after composing.
5777
5778 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5781         header if the file `wl-x-face-file' already contains it.
5782
5783 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5784
5785         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5786         folder" entry.
5787         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5788         * wl-e21.el (wl-folder-toolbar): Ditto.
5789         * wl-xmas.el (wl-folder-toolbar): Ditto.
5790
5791 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5792
5793         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5794         wl-folder-goto-folder with sticky argument.
5795         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5796
5797 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5800         and wl-summary-previous-buffer.
5801         (wl-summary-next-buffer): New function.
5802         (wl-summary-previous-buffer): Ditto.
5803
5804 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5807         wl-folder-jump-to-current-entity-with-arg.
5808         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5809         `wl-folder-jump-to-current-entity'.
5810         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5811         `wl-summary-goto-folder-sticky'.
5812         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5813         `wl-summary-goto-folder'.
5814         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5815         Unless force-exit, do not clean temp. marks for sticky summary.
5816         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5817
5818 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5819
5820         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5821         not entire.
5822
5823 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5826         to `C-x C-s'.
5827         (wl-summary-save-status): New command.
5828         (wl-summary-exit): Don't clean-up temp marks when sticky.
5829         (Applied patch from Nakayama-san [wl: 09548])
5830         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5831         Do nothing when no mark data.
5832         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5833         Call `wl-summary-delete-all-temp-marks' before saving.
5834
5835 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5836
5837         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5838
5839 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5840
5841         * wl.el (wl-check-environment): Also cause error when (system-name)
5842         returns "localhost.localdomain". (Although it doesn't affect because
5843         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5844
5845 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5846
5847         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5848         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5849
5850         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5851         value.
5852
5853 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5856         Likewise r-cc-list and r-ng-list.
5857
5858 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5861         only if it is bound as variable.
5862
5863         * wl-mime.el (wl-draft-preview-message): Ditto.
5864
5865 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5868         needless `goto-char'.
5869
5870         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5871         `wl-summary-redisplay-no-mime-internal' instead of
5872         `wl-summary-redisplay-no-mime'.
5873         (wl-summary-redisplay-no-mime): Changed argument;
5874         Call `wl-summary-redisplay-no-mime-internal'.
5875
5876         * wl-mime.el (wl-draft-preview-message): Bind
5877         `mime-header-encode-method-alist' locally.
5878
5879         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5880         (wl-draft-std11-parse-addresses): Added the first address check.
5881         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5882
5883         * Version number is increased to 2.9.7.
5884
5885 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5886
5887         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5888
5889 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5890
5891         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5892         related to scrollbar support, if there is no such a feature
5893         compiled in.
5894
5895 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5896
5897         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5898         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5899         for prefetch.
5900
5901 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-summary.el (wl-summary-pick): Fix for no match.
5904
5905 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * wl-draft.el (wl-draft-save):
5908         Override `mime-header-encode-method-alist'.
5909
5910 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5911
5912         * wl-folder.el (wl-folder-pick): New function.
5913         Define key as "?".
5914
5915 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5916
5917         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5918         Fix for unplugged.
5919
5920 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-folder.el (wl-folder-virtual): New function.
5923         Define key as "V".
5924
5925 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5928         multi folder if entity is group.
5929
5930 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5933         is nil.
5934
5935 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5938         (wl-summary-target-mark-msgs): Return the number of marked messages.
5939
5940 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5941
5942         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5943         "first:" is specified.
5944
5945 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5946
5947         * wl-vars.el (wl-from): Use return value of function
5948         user-full-name instead of the variable user-full-name since
5949         XEmacs-20.4 doesn't set this variable.
5950
5951 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5952
5953         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5954         call `wl' directly.
5955
5956 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5957
5958         * wl-draft.el (wl-draft-reedit): Removed duplicated
5959         switch-to-buffers.
5960
5961 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * wl.el (wl-other-frame): Removed garbages.
5964
5965 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5966
5967         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5968
5969         * wl-xmas.el (wl-draft-key-setup): Ditto.
5970
5971         * wl-mule.el (wl-draft-key-setup): Ditto.
5972
5973         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5974         (wl-draft-reedit): Ditto.
5975         (wl-draft-prepare-edit): Add `wl-draft-save' to
5976         `local-write-file-hooks'.
5977         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5978         (wl-draft-reedit): Set buffer-file-name.
5979         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5980
5981
5982         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5983         call it.
5984         (wl-delete-startup-frame-function): New variable.
5985         (wl-other-frame): New function
5986         (Original was written by Yamaoka san [wl: 09239]).
5987
5988         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5989         if `wl-folder-use-frame'.
5990
5991 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5992
5993         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5994
5995 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5998         New variable.
5999         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6000         (wl-message-buffer-prefetch-get-next): Use them.
6001         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6002
6003 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6006         with unwind-protect.
6007
6008         * wl-draft.el (wl-draft-reedit): Rewrite.
6009         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6010         (wl-draft-save): Insert header separator if it does not exist;
6011         Removed condition-case.
6012
6013         * wl-summary.el (wl-summary-reedit): Revert last change.
6014
6015         * wl-draft.el (wl-draft-save): Rewrite.
6016         (wl-draft-create-buffer): Set buffer-file-name as nil.
6017
6018         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6019
6020         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6021
6022         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6023         nil.
6024
6025 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6026
6027         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6028         If count is nil, do not prefetch.
6029         (wl-message-buffer-prefetch-next): Next.
6030
6031 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6034
6035 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6038         `delete-backward-char'
6039         (wl-draft-prepare-edit): Check major-mode.
6040         (wl-draft-decode-header): Rewrite.
6041         (wl-draft): Fix.
6042
6043 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6046
6047 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6048
6049         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6050         (wl-message-buffer-prefetch-get-next): Remove size checking.
6051         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6052
6053 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6054
6055         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6056         (wl-draft-default-headers): Fix.
6057
6058 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6059
6060         * wl-draft.el (wl-draft-default-headers): Insert return value of
6061         `wl-generate-mailer-string-function'.
6062
6063 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6064
6065         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6066         (wl-draft-insert-mail-header-separator): Ditto.
6067
6068         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6069         again (Reverted the change on 2002-01-17 by OKADA san).
6070
6071 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-draft.el (wl-draft): Rewrite.
6074         (wl-draft-create-buffer): New function.
6075         (wl-draft-create-contents): Ditto.
6076         (wl-draft-prepare-edit): Ditto.
6077         (wl-draft-decode-header): Ditto.
6078         (wl-draft-decode-body): Ditto.
6079         (wl-draft-check-new-line): Ditto.
6080         (wl-draft-default-headers): Ditto.
6081         (wl-draft-insert-mail-header-separator): Ditto.
6082
6083 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * Version number is increased to 2.9.6.
6086
6087 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6088
6089         * wl-draft.el (wl-draft-delete-field): Optional argument.
6090         (wl-draft-delete-fields): Ditto.
6091
6092 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-message.el (toplevel): Eliminated byte-compile warning.
6095         for `itimer-function', `delete-timer' and `itimer-list'.
6096
6097 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6100         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6101         `wl-message-buffer-prefetch-threshold'.
6102         * wl-summary.el (wl-summary-redisplay-internal): Remove
6103         the check of `wl-message-buffer-prefetch-depth'.
6104
6105 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6108         size of article.
6109         (wl-message-buffer-prefetch-subr): Remove size check.
6110
6111 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-vars.el (wl-plugged): Make customizable.
6114
6115 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6116
6117         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6118         (wl-message-buffer-prefetch-set-timer): New function.
6119         (wl-message-buffer-prefetch-get-next): New function.
6120         (wl-message-buffer-prefetch): New function.
6121         (wl-message-buffer-prefetch-next): Rewrite.
6122         (wl-message-buffer-prefetch-subr): Rewrite.
6123         * wl-vars.el (wl-auto-prefetch-first): New variable.
6124         * wl-summary.el (wl-summary-goto-folder-subr): Call
6125         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6126
6127 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6130         `wl-summary-unread-message-hook'.
6131
6132 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6135         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6136         if range is `cache-status'.
6137
6138 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * wl-message.el (wl-message-buffer-prefetch-subr):
6141         Improve debug message.
6142
6143 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6144
6145         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6146         `wl-mail-send-pre-hook'.
6147         (wl-draft-send-mail-with-qmail): Ditto.
6148         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6149
6150 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6151
6152         * wl-message.el (wl-message-buffer-prefetch-subr):
6153         Fix for cancel-function-timers bug.
6154         (wl-message-buffer-prefetch-debug): Default value is t.
6155
6156 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6159         (wl-message-buffer-prefetch-subr): Rewrite.
6160         Rename from `wl-message-buffer-prefetch'.
6161
6162 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6165         (wl-default-draft-cite-decorate-author): Ditto.
6166
6167         * wl-draft.el (wl-draft-cite-function): Removed.
6168         (wl-default-draft-cite-decorate-author): Ditto.
6169
6170 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6173         (wl-default-draft-cite): Do not arrange author name if the value of
6174         `wl-default-draft-cite-decorate-author' is nil.
6175
6176 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6179
6180         * wl-folder.el (wl-folder-check-one-entity): Don't care
6181         `elmo-folder-use-flag-p'.
6182
6183 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6184
6185         * wl-folder (wl-folder-check-one-entity): Fix
6186         problem if unread is nil.
6187
6188 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-address.el (wl-address-make-completion-list): Check whether
6191         the address is a group list.
6192         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6193
6194 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6195
6196         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6197         The number of the messages of new and unread does not count
6198         correctly.
6199
6200         * wl-summary.el (wl-summary-count-unread): Changed to return
6201         `(new . unread)' instead of total.
6202         (wl-summary-sync-update): Follow the change above.
6203
6204         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6205
6206 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6207
6208         * wl-address.el (wl-address-make-completion-list): Do not enclose
6209         address by " <" and ">" if associated realname is "".
6210         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6211         This is against the promblem with group list in .addresses pointed
6212         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6213
6214 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6217         message is a format control string.
6218         * wl-expire.el (wl-expire-append-log): Ditto.
6219         * wl-mime.el (wl-summary-burst-subr): Ditto.
6220         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6221         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6222
6223 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6226         wl.el (wl-check-variables): Rename from `wl-check-type'.
6227         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6228         (wl-check-variables-2): New function.
6229         (wl): Call `wl-check-variables-2'.
6230
6231 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6232
6233         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6234         after renaming folder in access group.
6235
6236 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6237
6238         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6239         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6240         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6241         (wl-message-buffer-prefetch): Rewrite.
6242         (wl-message-buffer-prefetch-idle-time): Removed.
6243         * wl-summary.el (wl-summary-redisplay-internal):
6244         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6245         Error check for `wl-message-buffer-prefetch-depht'.
6246
6247 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6248
6249         * Version number is increased to 2.9.5.
6250         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6251
6252 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6255         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6256         Based on the patch written by
6257         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6258
6259 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6260
6261         * wl-draft.el (wl-draft-raw-send): Fix for
6262         `wl-news-send-pre-hook'
6263
6264 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-utils.el (wl-message-id-function): New variable.
6267         * wl-draft.el (wl-draft-insert-required-fields):
6268         Use `wl-message-id-function'.
6269
6270 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6273         * wl-utils.el (wl-draft-make-message-id-string):
6274         Use `wl-from' for domain part of Message-ID
6275         if `wl-message-id-use-wl-from' if non-nil.
6276         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6277
6278 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl.el (wl): Call `wl-check-type'
6281         Do not 'condition-case'.
6282
6283 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl.el (wl-check-type): New function.
6286         (wl-check-type-variables): New variable.
6287
6288 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6291
6292 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6293
6294         * wl-draft.el (wl-smtp-password-key): New function.
6295         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6296         (wl-draft-send-mail-with-smtp): Ditto.
6297         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6298
6299 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6302         * wl-utils.el (wl-unique-id-suffix): Remove.
6303
6304 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * Version number is increased to 2.9.4.
6307
6308 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6309
6310         * wl-utils.el (wl-unique-id-suffix): New variable.
6311         (wl-unique-id): Use `wl-unique-id-suffix'
6312
6313 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6314
6315         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6316         instead of `elmo-msgdb-search'.
6317
6318         * Version number is increased to 2.9.3.
6319
6320 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6321
6322         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6323
6324 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6327         (wl-draft-dispatch-message): Changed for send-later.
6328         (wl-draft-queue-flush): Ditto.
6329         (wl-draft): Clear `wl-sent-message-queued'.
6330         (wl-draft-reedit): Ditto.
6331         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6332         * wl-vars.el (wl-draft-force-queuing): New variable.
6333         (wl-draft-force-queuing-mail): New variable.
6334         (wl-draft-force-queuing-news): New variable.
6335
6336 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6339         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6340
6341 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6342
6343         * Version number is increased to 2.9.2.
6344
6345 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * wl-draft.el (wl-draft-elide-region): New user command.
6348         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6349
6350         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6351         command `wl-draft-elide-region'.
6352         * wl-mule.el: Ditto.
6353         * wl-xmas.el: Ditto.
6354
6355 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6358         (wl-biff-check-folder-async): Removed needless let.
6359
6360 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6363         wl-folder-get-elmo-folder.
6364         (wl-biff-check-folder): Set `biff' argument of
6365         `wl-folder-check-one-entity'.
6366         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6367
6368         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6369         (wl-folder-check-one-entity): Added `biff' argument;
6370         Setup `biff' slot of folder.
6371
6372         * Version number is increased to 2.9.1.
6373
6374 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6377         comment out and fixed.
6378         (wl-fldmgr-add-completion-subr): Ditto.
6379
6380         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6381         and msgdb.
6382
6383         * wl.el (wl-toggle-plugged): Save summary view.
6384
6385 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6388
6389 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6390
6391         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6392
6393 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6396         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6397         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6398
6399         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6400         if it was failed.
6401         (wl-demo): Disable undo in the demo buffer.
6402
6403 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-version.el (wl-version): Changed codename.
6406
6407         * Version number is increased to 2.9.0.
6408
6409 2001-12-14  Takuo KITAME <kitame@northeye.org>
6410
6411         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6412         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6413         (wl-folder-mark-as-read-all-current-entity): Ditto.
6414
6415 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6416
6417         * wl-vars.el (wl-from-width): Define as obsolete variable.
6418         (wl-subject-length-limit): Ditto.
6419
6420         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6421
6422         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6423         wl-summary-save-view.
6424
6425         * wl.el (wl-save-status): Ditto.
6426         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6427
6428         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6429         (wl-summary-exit): Follow the change above.
6430         (wl-summary-goto-folder-subr): Ditto.
6431
6432         * wl-folder.el (wl-folder-create-subr): Don't use
6433         `elmo-folder-creatable-p'.
6434
6435 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6438
6439 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6442         rather than bitmap on Emacs 21.
6443         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6444         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6445         for xbm if the new redisplay engine is not available.
6446
6447 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-folder.el (wl-folder-init-hook): New hook.
6450         (wl-folder-init): Run `wl-folder-init-hook'.
6451
6452 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6455
6456 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-acap.el (wl-acap-cache-filename): New variable.
6459         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6460         (wl-acap-init): Use cache if no ACAP server found.
6461
6462 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6463
6464         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6465         `wl-acap-original-msgdb-dir'.
6466
6467         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6468         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6469
6470         * wl-mime.el (wl-mime-save-directory): Renamed from
6471         `wl-mime-save-dir'.
6472
6473 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6476
6477         * wl-demo.el: Require `path-util'.
6478         (wl-demo-bitmap-mule-available-p): New internal variable.
6479         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6480         `module-installed-p' instead.
6481         (wl-demo-insert-image): Use *.img file for a bitmap image.
6482         (wl-demo): Don't call the ascii demo recursively.
6483
6484 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6485
6486         * Version number is increased to 2.7.7.
6487
6488 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl.el (wl-exit): Eliminated byte-compile warning.
6491
6492 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6493
6494         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6495         obsolete variable using `elmo-define-obsolete-variable'.
6496         (wl-fetch-confirm-threshold): Ditto.
6497         (wl-cache-prefetch-folder-type-list): Ditto.
6498         (wl-cache-prefetch-folder-list): Ditto.
6499
6500 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6503         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6504         (wl-demo-insert-image): New function.
6505         (wl-demo-insert-text): New function.
6506         (wl-demo-image-type-alist): Redefine as a function.
6507         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6508         (wl-demo-with-temp-file-buffer): Removed.
6509         (wl-logo-xpm): Removed.
6510         (wl-logo-xbm): Removed.
6511         (wl-logo-bitmap): Removed.
6512
6513 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6514
6515         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6516         (wl-expire-localdir-get-folder-function): New user option.
6517         (wl-expire-localdir-get-folder): New function.
6518         (wl-expire-localdir-date): Ditto.
6519
6520 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6521
6522         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6523         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6524         Fixed unread number mismatch when all-unread < unread.
6525
6526 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6529         (wl-fetch-confirm-threshold): Ditto.
6530
6531         * wl-summary.el (wl-summary-confirm-appends): Removed.
6532         (wl-summary-sync-update): Don't refer
6533         `wl-summary-update-confirm-threshold' (It is now abolished).
6534
6535         * wl-message.el (wl-message-display-internal): Don't refer
6536         `wl-fetch-confirm-threshold' (It is now abolished).
6537
6538 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6541
6542 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6543
6544         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6545         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6546         Change default value to nil.
6547         (wl-summary-indent-length-limit): The value can be nil, nil means
6548         unlimited.
6549
6550         * wl-summary.el: Don't set limit for indent length if the value of
6551         wl-summary-indent-length-limit is nil.
6552         If the value of wl-summary-width is nil, it means only that the width
6553         of summary is unlimited (nil doesn't mean that the indent length is
6554         unlimited).
6555
6556         * wl-thread.el: Ditto.
6557
6558 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6559
6560         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6561         be nil, nil means never confirm.
6562         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6563
6564 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6565
6566         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6567         means unlimited).
6568
6569 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6572         Use `with-temp-buffer'.
6573
6574 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6577         with new backquote style).
6578         (wl-folder-get-entity-from-buffer): Ditto.
6579
6580 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6581
6582         * wl-version.el (nemacs-version): Eliminated.
6583         (wl-extended-emacs-version2): Ignore nemacs.
6584         (wl-extended-emacs-version3): Ditto.
6585
6586 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6587
6588         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6589         (wl-draft-add-in-reply-to): New variable.
6590         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6591         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6592         (wl-draft-yank-from-mail-reply-buffer): Use
6593         `wl-draft-add-in-reply-to'.
6594         (wl-draft-insert-current-message): Ditto.
6595
6596 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6597
6598         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6599         typo (kill->hide).
6600         (wl-message-buffer-prefetch-folder-type-list): Added elements
6601         `mark' and `cache' instead of `internal'.
6602
6603 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6606         resume msgdb directory.
6607
6608 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl.el (wl-exit): Call `wl-acap-exit'.
6611
6612         * wl-summary.el (wl-summary-message-string): New function.
6613         (wl-summary-reedit): Use it.
6614         (wl-summary-resend-bounced-mail): Remove needless let.
6615         (wl-summary-supersedes-message): Ditto.
6616         (wl-summary-save): Ditto.
6617
6618         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6619         (wl-acap-init): Set it.
6620         (wl-acap-exit): New function.
6621
6622 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6623
6624         * wl.el (wl-init): Revert (require 'mime-setup). move from
6625         toplevel.
6626
6627 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6628
6629         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6630         local variables.  Add error when guess function return invalid
6631         value.
6632
6633 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6634
6635         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6636         Change local variable name.
6637         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6638         (wl-folder-get-newsgroups): Return nil when non-news folder.
6639         * wl-summary.el (wl-summary-write-current-folder): State through
6640         when guess-list return nil.
6641         (wl-summary-write-current-folder-functions): Fixed docstring.
6642
6643         * wl.el (wl-exit): Changed confirm message.
6644
6645         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6646         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6647
6648         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6649
6650 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6651
6652         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6653         user option (Renamed from wl-cache-prefetch-folder-type-list).
6654         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6655         from wl-cache-prefetch-folder-list).
6656
6657         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6658         Move to wl-vars.el.
6659         (wl-message-buffer-prefetch-p): Changed to enable
6660         `wl-message-buffer-prefetch-folder-list'.
6661
6662         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6663         `ignore-cache'.
6664
6665 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6668         `part-top' and `part-bottom'.
6669         (wl-draft-config-sub-part-top): New function.
6670         (wl-draft-config-sub-part-bottom): New function.
6671
6672 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6673
6674         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6675
6676 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6679
6680 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6681
6682         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6683
6684         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6685         (wl-summary-write-current-folder): Ditto.
6686
6687 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * wl-folder.el (wl-folder-get-newsgroups): Use
6690         `elmo-folder-newsgroups'.
6691
6692 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6695         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6696         `wl-draft-config-sub-header-bottom'.
6697
6698 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6699
6700         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6701         localnews folder.
6702
6703 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6704
6705         * wl-summary.el (wl-summary-mode): Undo last change.
6706
6707         * wl-folder.el (wl-folder-mode): Ditto.
6708
6709 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6710
6711         * wl-summary.el (wl-summary-mode): Locally set
6712         truncate-partial-window-width to nil.
6713         (for XEmacs)
6714
6715         * wl-folder.el (wl-folder-mode): Ditto.
6716
6717 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6720
6721 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6724         number.
6725
6726         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6727
6728         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6729
6730         * Version number is increased to 2.7.6.
6731
6732 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6735
6736 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-summary.el (wl-summary-sync-update): Enclose network
6739         related portion with `unwind-protect'.
6740
6741 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6742
6743         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6744
6745 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6748         element.
6749         * wl-vars.el (wl-message-body-button-alist): Ditto.
6750
6751         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6752         max match length.
6753         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6754
6755         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6756         for the max match length;
6757         Use 4th element value for the button string regexp group.
6758
6759         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6760         candidate exists, prompt to select.
6761
6762 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6763
6764         * wl-summary.el (wl-summary-jump-to-msg): Search before
6765         calibration point by `beginning-of-line'.
6766
6767 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6768
6769         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6770         for access group.
6771
6772 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-message.el (wl-message-display-internal): Bind
6775         `default-mime-charset'.
6776
6777         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6778
6779         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6780
6781         * Version number is increased to 2.7.5.
6782
6783 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6784
6785         * wl-expire.el (wl-summary-archive): Fixed;
6786         Use `elmo-folder-name-internal'.
6787
6788 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6789
6790         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6791         from `elmo-folder-move-messages' caller.
6792         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6793
6794         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6795         related portions are changed).
6796
6797 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6798
6799         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6800         counter.
6801
6802 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6803
6804         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6805         buffer local and set it to nil.
6806
6807         * wl-message.el (wl-message-redisplay): Ditto.
6808
6809 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl-summary.el (wl-summary-mark-as-important): If message is
6812         already cached, set messag as read, otherwise encache and mark as read.
6813
6814 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6815
6816         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6817         point-min.
6818
6819 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6822         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6823         a keymap.
6824
6825 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6828         parent.
6829
6830         * wl-mule.el (wl-message-define-keymap): Ditto.
6831
6832         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6833
6834         * wl-xmas.el (wl-message-display-internal-hook): Define.
6835         (wl-xmas-setup-message-toolbar): Define as function.
6836         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6837         (wl-message-overload-functions): Abolished.
6838         (wl-message-define-keymap): New function.
6839
6840         * wl-vars.el (wl-message-display-internal-hook): New variable.
6841         (wl-message-header-button-alist): New variable (Renamed from
6842         wl-highlight-message-header-button-alist).
6843         (wl-message-body-button-alist): Ditto.
6844
6845         * wl-mule.el (wl-message-define-keymap): New function.
6846         (wl-message-overload-functions): Abolished.
6847
6848         * wl-message.el (wl-message-add-buttons-to-body): New function.
6849         (wl-message-redisplay): Don't call wl-message-overload-functions;
6850         Call wl-message-add-buttons-to-header and
6851         wl-message-add-buttons-to-body.
6852         (wl-message-display-internal): Set keymap argument for
6853         elmo-mime-display-as-is, elmo-mime-message-display;
6854         Run wl-message-display-internal-hook.
6855         (wl-message-refer-article-or-url): Abolished.
6856
6857         * wl-highlight.el (wl-highlight-headers): Don't call
6858         wl-highlight-message-add-buttons-to-header.
6859         (wl-highlight-message-add-buttons-to-header): Abolished.
6860
6861
6862         * wl-e21.el (wl-message-display-internal-hook): Define.
6863         (wl-e21-setup-toolbar): Deleted duplicated binding.
6864         (wl-e21-setup-message-toolbar): Define as function.
6865         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6866         (wl-message-define-keymap): New function.
6867         (wl-message-overload-functions): Abolished.
6868
6869 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6872         and elmo-folder-close.
6873
6874         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6875
6876 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6877
6878         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6879         boolean value.
6880         * wl-draft.el (wl-draft-do-fcc): Ditto.
6881
6882 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-vars.el (wl-fcc-force-as-read): New variable.
6885         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6886         mark copied message as read.
6887
6888 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6889
6890         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6891
6892 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6893
6894         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6895         `wl-summary-target-above' instead of obsolete variable
6896         `wl-summary-temp-above'.
6897
6898         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6899         instead of `make-obsolete-variable'.
6900         * wl-refile.el (toplevel): Ditto.
6901
6902 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6905         with third argument t.
6906         (wl-draft): Set first argument for wl-plugged-init as t.
6907
6908         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6909         definition.
6910
6911 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6912
6913         * wl-vars.el: Tabify.
6914         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6915
6916         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6917         message.
6918
6919 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6920
6921         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6922         and set default to beep.
6923
6924 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6925
6926         * wl-vars.el (wl-draft-truncate-lines): New variable.
6927
6928         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6929         instead of wl-message-truncate-lines for truncate-lines.
6930
6931 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-message.el (wl-message-display-internal): Call
6934         `wl-highlight-message' after `elmo-mime-display-as-is'.
6935
6936         * wl-mime.el (wl-mime-display-text/plain): New function.
6937         (wl-mime-display-header): Ditto.
6938         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6939         body-presentation-method for text/plain;
6940         Register `wl-mime-display-header' as a header-presentation-method;
6941         Don't set up `elmo-message-text-content-inserted-hook' and
6942         `elmo-message-header-inserted-hook'.
6943
6944         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6945         variable.
6946         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6947         as t if flag is 'all-header;
6948         Don't bind `elmo-message-ignored-field-list',
6949         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6950
6951 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6954         for xemacs with non-mule environment.
6955
6956 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6959         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6960         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6961
6962 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6963
6964         * wl-vars.el (wl-interactive-send): Set default value as t.
6965
6966 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6969         (wl-addrmgr-method-list): Abolished.
6970         (wl-addrmgr-change-method): Follow above change.
6971
6972         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6973
6974 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6975
6976         * wl-vars.el (wl-message-truncate-lines): Change default value
6977         to default-truncate-lines.
6978
6979         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6980
6981 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6982
6983         * wl-vars.el (wl-message-truncate-lines): New variable.
6984
6985         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6986         wl-message-truncate-lines.
6987
6988 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * wl-acap.el (wl-acap-init): Remove period from error message.
6991         (wl-acap-find-acap-service): Remove period from message.
6992
6993 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl.el (wl-check-environment): Undo last change.
6996
6997         * wl-vars.el (wl-from): Changed default value.
6998
6999         * wl-util.el (toplevel): Don't require tm-edit.
7000
7001         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7002         `wl-folder-init';
7003         Don't set mark on mail body.
7004         (wl-draft-reedit): Ditto.
7005
7006         * wl-address.el (wl-address-quote-specials): Define as an alias for
7007         elmo-address-quote-specials.
7008
7009 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7010
7011         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7012
7013         * wl-vars.el (wl-from): Set default value as nil.
7014         (wl-organization): Set default value as ORGANIZATION environment
7015         variable.
7016
7017         * wl-draft.el (wl-smtp-extension-bind): Check value of
7018         wl-smtp-connection-type.
7019
7020         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7021         error.
7022
7023 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7024
7025         * Version number is increased to 2.7.4.
7026
7027         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7028         arguments from `wl-highlight-x-face-function' caller.
7029         Use x-face-1.3.6.12 or later.
7030
7031 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7032
7033         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7034
7035 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7036
7037         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7038         (wl-fcc): Fix to accept function.
7039         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7040
7041 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7042
7043         * wl-acap.el (toplevel): Added `product-provide' declare.
7044         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7045
7046 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl.el (wl): Changed order of calling `elmo-init'
7049         and `elmo-folder-init'.
7050
7051 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7052
7053         * wl-mime.el (wl-summary-burst): Extract message when content-type
7054         of root entity is not only `multipart' but also `message/rfc822'.
7055         (wl-summary-burst-subr): Ditto.
7056
7057 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl-vars.el (toplevel): Require 'custom.
7060         (wl-trash-folder): Added to `wl-setting' group.
7061
7062         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7063         exists.
7064         (wl-addrmgr-draw): Insert empty line when no entry exists.
7065
7066         * wl-mule.el (wl-message-wheel-up): Fixed.
7067         (wl-message-wheel-down): Ditto.
7068
7069 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7070
7071         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7072         config is an anonymous lambda expression.
7073
7074 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7077         when Mule 2 is running.
7078
7079 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7080
7081         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7082
7083 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7086         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7087
7088         * wl-address.el (wl-address-specials-regexp): Eliminated.
7089         (wl-address-quote-specials): Rewrite.
7090
7091 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7094         shy-groups for regexp.
7095
7096         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7097         character classes and Perl style shy-groups for regexp.
7098         (wl-highlight-plugged-current-line): Use Posix style character
7099         classes for regexp.
7100         (wl-e21-highlight-folder-by-numbers): Ditto.
7101         (wl-e21-display-image-p): Use `display-images-p' instead of
7102         `display-graphic-p'.
7103         (display-images-p): Make an alias to `display-graphic-p' if it is
7104         not available.  It is for Emacs version prior to 21.0.105.
7105
7106         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7107         `display-graphic-p'.
7108         (wl-demo-image-type-alist): Ditto.
7109         (display-images-p): Make an alias to `display-graphic-p' if it is
7110         not available.  It is for Emacs version prior to 21.0.105.
7111
7112 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7113
7114         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7115         support.
7116         (wl-generate-user-agent-string): Ditto.
7117
7118         * wl-version.el (wl-version): Update docsting.
7119         (wl-version-status): Ditto.
7120
7121 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7122
7123         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7124         21.0.105.  For Emacs 21.0.104 or earlier.
7125
7126 2001-09-03  Takuo KITAME <kitame@northeye.org>
7127
7128         * wl-e21.el (wl-plugged-init-icons): Use
7129         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7130         (wl-biff-init-icons): Ditto.
7131
7132 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-highlight.el (wl-highlight-summary-current-line):
7135         Fixed highlighting refile/copy destination.
7136
7137         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7138         (wl-acap-store): Encode string by wl-acap-coding-system.
7139
7140 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-acap.el (toplevel): Check and require 'un-define before
7143         'xemacs-ucs;
7144          Added checking for UTF-2000.
7145
7146 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7149         Don't enclose with `eval-and-compile'.
7150
7151         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7152         wl-init is non-nil.
7153
7154         * wl-draft.el (wl-draft): Ditto.
7155
7156         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7157
7158         * wl-acap.el (toplevel): Require 'wl.
7159         (wl-acap-store): Call `elmo-init'.
7160
7161         * wl.el (wl): Changed position of `wl-check-environment'.
7162         (toplevel): Added autoload setting for wl-acap.
7163
7164         * wl-vars.el (wl-setting): New custom group.
7165         (wl-from): Added wl-setting group.
7166         (wl-user-mail-address-list): Ditto.
7167         (wl-organization): Ditto.
7168         (wl-subscribed-mailing-list): Ditto.
7169         (wl-envelope-from): Ditto.
7170         (wl-smtp-posting-user): Ditto.
7171         (wl-smtp-posting-server): Ditto.
7172         (wl-smtp-posting-port): Ditto.
7173         (wl-smtp-authenticate-type): Ditto.
7174         (wl-pop-before-smtp-user): Ditto.
7175         (wl-pop-before-smtp-server): Ditto.
7176         (wl-pop-before-smtp-port): Ditto.
7177         (wl-pop-before-smtp-authenticate-type): Ditto.
7178         (wl-nntp-posting-server): Ditto.
7179         (wl-nntp-posting-user): Ditto.
7180         (wl-nntp-posting-port): Ditto.
7181         (wl-fetch-confirm-threshold): Ditto.
7182         (wl-prefetch-threshold): Ditto.
7183         (wl-thread-insert-opened): Ditto.
7184         (wl-ldap-server): Ditto.
7185         (wl-ldap-port): Ditto.
7186         (wl-ldap-base): Ditto.
7187         (wl-ldap-objectclass): Ditto.
7188         (wl-use-ldap): Ditto.
7189         (wl-draft-config-alist): Ditto.
7190         (wl-draft-config-matchone): Ditto.
7191         (wl-template-alist): Ditto.
7192         (wl-message-sort-field-list): Ditto.
7193         (wl-message-ignored-field-list): Ditto.
7194         (wl-message-visible-field-list): Ditto.
7195         (wl-interactive-send): Ditto.
7196         (wl-summary-move-order): Ditto.
7197         (wl-auto-select-first): Ditto.
7198         (wl-auto-select-next): Ditto.
7199         (wl-interactive-save-folders): Ditto.
7200
7201         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7202         Initialization codes are moved from wl-local-folder-init.
7203         (wl-local-folder-init): Follow the change above.
7204         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7205
7206         * wl-acap.el: New file.
7207
7208         * Version number is increased to 2.7.3.
7209
7210 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7211
7212         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7213
7214 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7215
7216         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7217         (wl-addrmgr-address-entry-list): Ditto.
7218
7219 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-e21.el (wl-draft-mode-map): Removed binding for
7222         `wl-draft-insert-x-face-field'.
7223
7224         * wl-mule.el (wl-draft-mode-map): Ditto.
7225
7226         * wl-xmas.el (wl-draft-mode-map): Ditto.
7227
7228         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7229         (wl-cs-autoconv): Ditto.
7230         (wl-cs-local): Ditto.
7231         (wl-use-scoring): Ditto.
7232         (wl-mime-charset): Ditto.
7233         (wl-folder-check-async): Ditto.
7234
7235         * wl.el (toplevel): Ignore nemacs and tm.
7236         (wl-exit): Ditto.
7237
7238         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7239         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7240         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7241         instead of wl-address-petname-add-or-change.
7242         (wl-summary-edit-addresses-subr): Use wl-address-delete
7243         instead of wl-address-petname-delete.
7244
7245         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7246
7247         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7248         if error occured.
7249
7250         * wl-message.el (require): Remove tm support.
7251
7252         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7253
7254         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7255         (wl-folder-jump-to-current-entity): Ditto.
7256         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7257
7258         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7259         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7260         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7261
7262         * wl-mule.el (wl-draft-key-setup): Ditto.
7263
7264         * wl-xmas.el (wl-draft-key-setup): Ditto.
7265
7266         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7267         (wl-draft-std11-parse-addresses): New function.
7268         (wl-draft-parse-mailbox-list): Use it.
7269         (wl-draft): Ignore nemacs.
7270         (wl-draft-reedit): Ditto.
7271
7272         * wl-addrmgr.el: New file.
7273         (Original is wl-rcpt.el written by
7274         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7275         Thanks Kitamoto-san.)
7276
7277         * wl-address.el (wl-address-make-address-list): Modified parsing
7278         process.
7279         (wl-address-delete): Renamed from `wl-address-petname-delete';
7280         Modify wl-address-list too.
7281         (wl-address-add-or-change): Renamed from
7282         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7283
7284 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7285
7286         * wl-highlight.el (wl-highlight-summary-current-line):
7287           Work with transient-mark-mode
7288
7289 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * Version number is increased to 2.7.2.
7292
7293         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7294         instead of elmo-dop-queue-method.
7295
7296 2001-08-06  SAITO Atsunori <sai@yedo.com>
7297
7298         * wl-vars.el (wl-ldap-objectclass): New user option.
7299
7300         * wl-address.el (wl-ldap-make-filter): Use it.
7301
7302 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7305
7306 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7307
7308         * wl-folder.el (wl-folder): redisplay after folder insertion.
7309
7310         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7311
7312         * wl-summary.el (wl-summary-sync-update):
7313         Change status mark only when new-msgdb exists.
7314         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7315
7316 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * wl-summary.el (wl-summary-open-folder): New function.
7319         (wl-summary-goto-folder-subr): Use it.
7320         (wl-summary-mark-as-important): Fix;
7321         Encache only when no cache exists.
7322
7323 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7326         Use with-current-buffer.
7327
7328 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7329
7330         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7331         before call `get-buffer'. Fixed parenthesis.
7332         (wl-score-get-header-entry): Clear message and help window when
7333         keyboard quit.
7334         (wl-score-edit-insert-header): Ditto.
7335
7336 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7339         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7340         (wl-default-draft-cite): Fix.
7341
7342         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7343         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7344
7345 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-message.el (wl-message-prev-page): Do same bahavior
7348         as summary when it is called in the message buffer.
7349         (wl-message-next-page): Ditto.
7350
7351 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7352
7353         * wl-summary.el (wl-summary-forward): Use cache if it is not
7354         section cache.
7355
7356 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7359         Removed redundant require of elmo-vars.
7360         (wl-biff-state-indicator-on): Changed default value for
7361         xemacs with non-mule environment.
7362
7363         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7364         wl-message-buffer is nil;
7365         Hide progress bar after moving messages.
7366
7367 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7370         message at cursor point is deleted.
7371
7372 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-vars.el: Changed file coding system to euc-japan.
7375         Added -*-coding:-*- magic to the first line.
7376
7377         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7378         Search parent from the first message.
7379
7380         * Version number is increased to 2.7.1.
7381
7382 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7383
7384         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7385
7386 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7389         refile/delete execution.
7390
7391         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7392         Fixed docstring.
7393
7394 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7397         do update process;
7398         Don't update marks when update process is interrupted.
7399
7400 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-summary.el (wl-summary-reply): Fixed problem when
7403         wl-draft-use-frame is non-nil.
7404         (wl-summary-forward): Ditto.
7405
7406         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7407         as nil.
7408         (wl-folder-mark-as-read-all-entity): Ditto.
7409         (wl-folder-prefetch-entity): Ditto.
7410
7411         * wl.el (wl): Check environment before wl-init.
7412
7413         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7414         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7415         instead of wl-summary-collect-unread.
7416         (wl-summary-reply): Split message window.
7417
7418 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7421         only if current language environment is japanese,
7422
7423         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7424         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7425         (wl-folder-goto-folder-subr): Ditto.
7426
7427         * wl-draft.el (wl-draft-dispatch-message): Call
7428         `elmo-file-cache-get-path'.
7429
7430 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-summary.el (wl-summary-cursor-move): If return value of
7433         wl-summary-next-message is not number, don't jump.
7434
7435 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-summary.el (wl-summary-buffer-next-message-function): New
7438         variable.
7439         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7440         if it is bound.
7441
7442         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7443         string.
7444
7445         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7446         (wl-plugged-drawing): Ditto.
7447
7448 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7451         process.
7452         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7453         with unwind-protect.
7454
7455         * wl.el (wl-init): Require mime-setup.
7456         (wl-check-environment): Don't require mime-setup.
7457
7458         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7459         instead of elmo-folder-type.
7460
7461         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7462         value as nil.
7463
7464 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * Version number is increased to 2.7.0.
7467
7468         * wl-version.el (wl-version): Changed codename.
7469
7470         * wl-summary.el (wl-summary-delete-cache): Fixed.
7471
7472         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7473         Workaround for net folders.
7474         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7475
7476         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7477         value to nil (According to the patch from
7478         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7479
7480         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7481         of elmo-folder-close.
7482
7483 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7484
7485         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7486         for postfix.
7487
7488 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-summary.el (wl-summary-resend-message): Fixed.
7491
7492         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7493         Call wl-draft with `from' argument if its address is included in
7494         `wl-user-mail-address-list'.
7495         (wl-draft): Added `from' argument.
7496
7497         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7498         non-nil.
7499         (wl): Don't show demo if wl-demo is nil.
7500
7501         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7502         wl-summary-use-frame.
7503
7504         * wl-vars.el (wl-summary-use-frame): New user option.
7505         (wl-folder-use-frame): Changed docstring.
7506
7507         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7508         non-nil.
7509         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7510         wl-summary-use-frame.
7511
7512         * wl-vars.el (wl-folder-use-frame): New user option.
7513
7514         * wl-summary.el (wl-summary-exit): Back to folder frame if
7515         wl-folder-use-frame is non-nil.
7516         (wl-summary-redisplay-internal): Ignore cache if current folder
7517         is draft folder,
7518         (wl-summary-redisplay-no-mime): Ditto.
7519         (wl-summary-redisplay-all-header): Ditto.
7520
7521         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7522         if wl-folder-use-frame is non-nil.
7523
7524 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * wl-summary.el (wl-summary-sync-update): Bind
7527         elmo-folder-update-threshold.
7528         (wl-summary-mark-as-important): Enclosed server mark processing
7529         with `save-match-data'.
7530
7531         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7532         only when it is already defined.
7533
7534 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7535
7536         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7537         name of folder exclude localdir is wrong.
7538         * wl-folder.el (wl-folder-sync-entity):
7539         Set `wl-summary-always-sticky-folder-list' as nil.
7540         (wl-folder-mark-as-read-all-entity): Ditto.
7541         (wl-folder-prefetch-entity): Ditto.
7542
7543 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7544
7545         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7546         instead of `wl-summary-write-current-newsgroup'.
7547
7548 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7549
7550         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7551         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7552         non-nil and selected message is important, do not display.
7553
7554 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7555
7556         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7557
7558 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7561
7562         * wl-summary.el (wl-summary-mark-as-important): Set message number
7563         using wl-summary-message-number.
7564
7565 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7566
7567         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7568         destination folder is 'null.
7569
7570 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7571
7572         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7573         New function.
7574         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7575         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7576         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7577
7578 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-mime.el (wl-mime-setup): Added setting for
7581         `mime-setup-signature-key-alist' to avoid overriding key bind for
7582         `wl-draft-send'.
7583
7584         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7585         for `wl-draft-send'.
7586         * wl-mule.el (wl-draft-overload-functions): Ditto.
7587         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7588         * wl-draft.el (wl-draft-send): Ditto.
7589
7590         * wl-message.el (wl-message-display-internal):
7591         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7592         (Patch is provided by <kita@coe.nttdata.co.jp>).
7593
7594 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7595
7596         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7597
7598 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7599
7600         * wl.el (wl): Fix for wl-demo.
7601
7602 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7603
7604         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7605
7606 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7607
7608         * wl-folder.el (wl-folder-prefetch-entity): Use
7609         `wl-folder-get-elmo-folder'.
7610         (wl-folder-count-incorporates): Do not use
7611         `wl-folder-get-elmo-folder'.
7612
7613 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7614
7615         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7616         instead of `elmo-folder-get-type'.
7617
7618 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7619
7620         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7621         position on Subject: field.
7622         (Advised by Mito <mit@nines.nec.co.jp>)
7623
7624 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7625
7626         * wl-folder.el (wl-folder-prefetch-entity): Use
7627         `wl-folder-get-elmo-folder'.
7628
7629 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7632
7633         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7634         `process-duplicates' slot.
7635
7636         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7637         if detection failed.
7638
7639 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7640
7641         * wl-version.el (wl-version-status): Set to "alpha".
7642
7643 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7644
7645         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7646         Check wl-message-buffer lives before set-buffer.
7647
7648 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7649
7650         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7651         called in folder mode.
7652         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7653         * wl-summary.el (wl-summary-exit-pre-hook): Run
7654         `wl-summary-exit-pre-hook' before exit summary mode.
7655
7656 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7657
7658         * wl-version.el (wl-version-status): New variable.
7659         (wl-version-status-alist): Removed.
7660         (wl-version-status): Rule included.
7661
7662 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7665         @sponichi.
7666
7667         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7668         when `mail-reply-buffer' is buffer-local variable.
7669         (Reported by <kita@coe.nttdata.co.jp>).
7670
7671 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-vars.el (toplevel): Require 'elmo-util.
7674
7675 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7678         (All other related portions are changed)
7679
7680         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7681
7682         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7683
7684 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7685
7686         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7687
7688 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7691         Delete other windows to avoid an error.
7692         Use `point-marker' instead of `point' to remember the start point
7693         of body.
7694
7695         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7696
7697         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7698         number not to exceed all message number.
7699
7700 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7701
7702         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7703         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7704
7705 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-summary.el (wl-summary-sync-force-update): Added argument
7708         no-check.
7709         (wl-summary-sync-update): Ditto.
7710         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7711         with `no-check'.
7712
7713         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7714         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7715         already running.
7716
7717 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7718
7719         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7720         `dst-folder-arg'.
7721         (wl-expire-archive-number1): Diito.
7722         (wl-expire-archive-number2): Diito.
7723         (wl-expire-archive-Date): Diito.
7724         (wl-archive-number1): Diito.
7725         (wl-archive-number2): Diito.
7726         (wl-archive-date): Diito.
7727         (wl-archive-folder-p): New function.
7728         (wl-summary-expire): Support of expand folder name at
7729         wl-expire-alist.
7730         * wl-util.el (wl-expand-newtext): Renamed from
7731         `wl-refile-expand-newtext'.
7732
7733 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7734
7735         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7736         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7737         `(elmo-msgdb-get-overview msgdb)'.
7738         (wl-summary-prefetch): Bind match data before call
7739         `wl-summay-prefetch-msg'.
7740         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7741         'off if `wl-summary-buffer-disp-msg' is non-nil.
7742         Fixed problem that couldn't show only one new or unread message when
7743         enter folder.
7744         (wl-summary-reply): Don't call `split-window-vertically' and other
7745         window.
7746
7747 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-expire.el (wl-expire-refile): Fixed.
7750
7751 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7754
7755         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7756         biff notification is removed.
7757
7758         * wl.el (wl): Changed position of `elmo-init'.
7759
7760         * wl-draft.el (wl-default-draft-cite): Use date field
7761         on the citation buffer.
7762
7763         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7764
7765         * wl-xmas.el (wl-folder-internal-icon-list): Added
7766         `wl-folder-shimbun-image'.
7767
7768         * wl-e21.el (wl-folder-internal-icon-list): Added
7769         `wl-folder-shimbun-image'.
7770
7771 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl.el (wl-init): Eliminated argument.
7774         (wl): Rewrite.
7775
7776         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7777         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7778         instead of `elmo-folder-msgdb-internal'.
7779         (wl-summary-sync-update): Ditto.
7780         (wl-summary-flush-pending-append-operations): Eliminated.
7781         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7782         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7783         `elmo-folder-open'.
7784
7785         * wl-mime.el (wl-summary-burst): Fixed.
7786
7787         * wl-folder.el (wl-folder-info-save): Check data type.
7788
7789         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7790         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7791         instead of `elmo-folder-msgdb-internal'.
7792         (wl-expire-hide): Ditto.
7793
7794
7795         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7796
7797 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7798
7799         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7800
7801 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7802
7803         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7804
7805 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7806
7807         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7808         Fixed `match-beginning' argument mismatch.
7809
7810 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7811
7812         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7813         the default value.
7814
7815 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7818         instead of `elmo-nntp-default-port'.
7819
7820         * wl-vars.el: Fixed some doc strings.
7821
7822 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-summary.el (wl-summary-prefetch-msg): Use
7825         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7826
7827         * wl-vars.el: Define *-func as obsolete variable using
7828         `elmo-define-obsolete-variable'.
7829
7830         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7831         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7832         instead of `wl-message-buffer-prefetch-threshold'.
7833
7834         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7835
7836         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7837
7838         * wl-draft.el (wl-caesar-region-func): Ditto.
7839
7840         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7841         Keep unread status in elmo-folder-move-messages.
7842         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7843
7844 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7845
7846         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7847         `wl-summary-buffer-exit-func'
7848         (wl-summary-buffer-message-redisplay-function): Renamed from
7849         `wl-summary-buffer-message-redisplay-func'
7850         (wl-summary-buffer-next-folder-function): Renamed from
7851         `wl-summary-buffer-next-folder-func'.
7852         (wl-summary-buffer-prev-folder-function): Renamed from
7853         `wl-summary-buffer-prev-folder-func'.
7854         (wl-summary-get-petname-function): Renamed from
7855         `wl-summary-get-petname-func'.
7856
7857         * wl-score.el (wl-score-edit-exit-function): Renamed from
7858         `wl-score-edit-exit-func'.
7859
7860         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7861         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7862
7863         * wl-util.el (wl-load-profile-function): Renamed from
7864         `wl-load-profile-func'.
7865
7866         * wl-folder.el (wl-folder-completion-function): Renamed from
7867         `wl-folder-completion-func'.
7868         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7869
7870         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7871         `wl-expire-archive-get-folder-func'.
7872         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7873         (wl-draft-send-mail-function): Renamed from
7874         `wl-draft-send-mail-func'.
7875         (wl-draft-send-news-function): Renamed from
7876         `wl-draft-send-news-func'.
7877         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7878         (wl-generate-mailer-string-function): Renamed from
7879         `wl-generate-mailer-string-func'.
7880         (wl-highlight-signature-search-function): Renamed from
7881         `wl-highlight-signature-search-func'.
7882         (wl-highlight-x-face-function): Renamed from
7883         `wl-highlight-x-face-func'
7884         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7885         (wl-ps-print-buffer-function): Renamed from
7886         `wl-ps-print-buffer-func'
7887         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7888         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7889         (wl-summary-subject-filter-function): Renamed from
7890         `wl-summary-subject-filter-func'.
7891
7892         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7893         `wl-draft-queue-flush-send-func'
7894         (wl-draft-cite-function): Renamed from
7895         `wl-draft-cite-func'
7896
7897         * wl-address.el (wl-address-init-function): Renamed from
7898         `wl-address-init-func'.
7899
7900 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * wl-draft.el (wl-draft-queue-flush): Don't call
7903         `elmo-dop-unlock-message'.
7904         * wl-draft.el (wl-draft-queue-append): Don't call
7905         `elmo-dop-lock-message'.
7906
7907         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7908         (wl-summary-buffer-folder-name): Ditto.
7909         (wl-summary-message-regexp): Added '-' (all other related portions
7910         are changed).
7911         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7912         wl-summary-buffer-folder-name.
7913
7914 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7915
7916         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7917         the number of mails in the folder buffer is not updated by wl-biff.
7918
7919 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7920
7921         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7922         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7923
7924 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-next-message):
7927         Return next message number when wl-summary-move-order is nil.
7928
7929 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7930
7931         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7932         `wl-summary-move-spec-alist'.
7933         (wl-summary-move-spec-unplugged-alist): New variable
7934         (Move spec for unplugged status).
7935         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7936         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7937
7938 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7939
7940         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7941         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7942
7943 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7944
7945         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7946         simple quotation to quote the anonymous function.
7947         * tm-wl.el (wl-draft-preview-message): Ditto.
7948
7949 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7950
7951         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7952         Eliminate redundant `save-excursion'.
7953         (wl-highlight-summary-current-line): Ditto.
7954
7955         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7956         accessing match data when `looking-at' failed.
7957
7958         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7959         `elmo-match-string' where users don't care about the speed.
7960         (wl-draft-save): Ditto.
7961
7962 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl-util.el (wl-regexp-opt): New function.
7965
7966         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7967         number from `wl-summary-buffer-number-list'.
7968         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7969         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7970         (wl-summary-move-spec-alist): Changed default setting.
7971
7972 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7973
7974         * wl-vars.el (wl-biff-notify-hook): New hook.
7975         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7976         the arrival of new mail.
7977         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7978         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7979
7980 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7983
7984 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7987
7988         * Version number is increased to 2.5.8.
7989
7990         * wl-thread.el (toplevel): require 'cl.
7991         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7992         (wl-thread-make-number-list): New function.
7993         (wl-thread-entity-make-number-list-from-children): Ditto.
7994         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7995         (wl-thread-entity-insert-as-children): Likewise.
7996         (wl-thread-delete-message): Likewise.
7997         (wl-meaning-of-mark): Eliminated.
7998         (wl-thread-next-failure-mark-p): Ditto.
7999         (wl-thread-entity-get-mark): Ditto.
8000         (wl-thread-meaning-alist-get-result): Ditto.
8001         (wl-thread-entity-check-prev-mark): Ditto.
8002         (wl-thread-entity-check-next-mark): Ditto.
8003         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8004         (wl-thread-entity-get-prev-marked-entity): Ditto.
8005         (wl-thread-get-prev-unread): Ditto.
8006         (wl-thread-jump-to-prev-unread): Ditto.
8007         (wl-thread-get-next-unread): Ditto.
8008         (wl-thread-jump-to-next-unread): Ditto.
8009         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8010         (wl-thread-entity-get-next-marked-entity): Ditto.
8011
8012         * wl-summary.el (wl-summary-buffer-number-list):
8013         New bufer-local variable.
8014         (wl-summary-switch-to-clone-buffer): Clone
8015         `wl-summary-buffer-number-list'.
8016         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8017         (wl-summary-cursor-move-regex): Eliminated.
8018         (wl-summary-cursor-up): Rewrite.
8019         (wl-summary-cursor-down): Ditto.
8020         (wl-summary-mode-spec-alist): New variable.
8021         (wl-summary-next-message): New inline function.
8022         (wl-summary-cursor-move): New function.
8023         (wl-summary-default-get-next-msg): Rewrite.
8024         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8025         (wl-summary-rescan): Ditto.
8026         (wl-summary-sync-all-init): Ditto.
8027         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8028         summary is not thread view.
8029         (wl-summary-sync-update): Ditto.
8030         (wl-summary-rescan): Ditto.
8031         (wl-summary-make-number-list): New function.
8032
8033         * wl-draft.el: "FCC" -> "Fcc".
8034
8035 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-highlight.el (wl-highlight-summary-window):
8038         Call `set-buffer-modified-p'.
8039
8040         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8041         (wl): Call `elmo-init' and fix.
8042
8043         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8044         Use new variables.
8045
8046         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8047
8048 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8051
8052 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8053
8054         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8055
8056 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8057
8058         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8059         `wl-use-toolbar' nor `display-graphic-p'.
8060         (wl-e21-setup-message-toolbar): Ditto.
8061         (wl-e21-setup-summary-toolbar): Ditto.
8062         (wl-e21-setup-folder-toolbar): Ditto.
8063
8064         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8065         (wl-plugged-init-icons): Ditto.
8066
8067         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8068         `display-graphic-p'.
8069         (wl-plugged-set-folder-icon): Ditto.
8070         (wl-highlight-plugged-current-line): Ditto.
8071         (wl-highlight-folder-current-line): Ditto.
8072         (wl-e21-highlight-folder-group-line): Ditto.
8073         (wl-e21-setup-toolbar): Ditto.
8074         (wl-e21-display-image-p): New macro.
8075
8076         * wl-demo.el (wl-demo): Simplified.
8077         (wl-demo-image-type-alist): Use `image-type-available-p' for
8078         checking whether the image type `xbm' is available.
8079
8080 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8083         (wl-summary-input-range): Ditto.
8084
8085 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-summary.el (wl-summary-edit-addresses): Use
8088         `wl-summary-get-original-buffer'
8089         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8090         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8091         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8092         (wl-summary-get-newsgroups): Eliminated.
8093         (wl-summary-set-crosspost): Ditto.
8094         (wl-summary-is-crosspost-folder): Ditto.
8095         (wl-crosspost-alist-load): Ditto.
8096         (wl-crosspost-alist-save): Ditto.
8097
8098         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8099         `elmo-setup-subscribed-newsgroups' instead of
8100         `elmo-nntp-make-groups-hashtb'.
8101         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8102         instead of `wl-crosspost-alist-save'.
8103
8104         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8105         of `elmo-folder-message-appendable-p'.
8106         (wl-mime-header-presentation-method): Eliminated.
8107
8108         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8109         (Error occurs in emacs21).
8110
8111         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8112         the current buffer).
8113
8114         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8115         instead of `wl-crosspost-alist-save'.
8116         (wl-init): `elmo-crosspost-message-alist-load'
8117         instead of `wl-crosspost-alist-load'
8118
8119         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8120         (wl-parse-newsgroups): Likewise.
8121         (wl-biff-notify): Run `wl-biff-notify-hook'.
8122
8123 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8126
8127         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8128         when `wl-summary-lazy-highlight' is non-nil.
8129         (wl-summary-goto-folder-subr): Highlight only when
8130         `wl-summary-lazy-highlight' is non-nil.
8131
8132         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8133         Don't display progress and highlight temp-mark when
8134         `wl-summary-lazy-highlight' is non-nil.
8135         (wl-highlight-summary-window): New function.
8136         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8137
8138 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8139
8140         * wl-summary.el (wl-summary-sync): Change `all-visible'
8141         from `all-shown'
8142         (wl-summary-input-range): Ditto.
8143
8144 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8145
8146         * wl-e21.el (wl-highlight-folder-current-line): Call
8147         `wl-folder-init-icons' when folder icons have not been initialized.
8148
8149         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8150
8151         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8152         (wl-demo-image-type-alist): New macro.
8153
8154 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8155
8156         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8157         display does not support graphics.
8158         (wl-plugged-init-icons): Ditto.
8159         (wl-folder-init-icons): Ditto.
8160
8161         * wl-demo.el (wl-demo): Chech closely whether the display
8162         supports graphics.
8163
8164 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-summary.el (wl-summary-get-original-buffer): New function.
8167         (wl-summary-set-crosspost): Use it.
8168         (wl-summary-target-mark-uudecode): Ditto.
8169         (wl-summary-reedit): Ditto.
8170         (wl-summary-resend-bounced-mail): Ditto.
8171         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8172         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8173
8174         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8175         (wl-message-display-internal): Ditto.
8176
8177 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8180
8181 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * wl-summary.el (wl-summary-save-view): Renamed from
8184         `wl-summary-save-status'.
8185
8186 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8187
8188         * wl-summary.el (wl-summary-sync): Added `all-shown'
8189
8190 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8191
8192         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8193
8194 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8195
8196         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8197
8198 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8199
8200         * wl-highlight.el (wl-highlight-summary-line-string): Use
8201         `zerop' instead of `= 0'.
8202         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8203
8204         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8205         for comparing numbers.
8206         (wl-template-prev): Use `zerop' instead of `eq 0'.
8207
8208         * wl-draft.el (wl-draft-insert-current-message): Use
8209         `with-current-buffer' instead of `save-excursion'.
8210         Use `zerop' instead of `eq 0'.
8211
8212 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl-draft.el (wl-draft-insert-ccs): New function.
8215         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8216         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8217
8218 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8219
8220         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8221
8222 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-expire.el (wl-expire-refile): Don't call
8225         elmo-msgdb-add-msgs-to-seen-list;
8226         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8227         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8228
8229 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-message.el (wl-message-prev-page): Ignore errors while
8232         scroll-down.
8233
8234 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-mime.el: Use elmo-original-message-mode instead of
8237         mmelmo-original-mode.
8238
8239         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8240         `elmo-folder-get-spec';
8241         (wl-fldmgr-add-completion-all-completions):
8242         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8243
8244         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8245         of `elmo-folder-get-type'.
8246
8247         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8248         `elmo-folder-get-spec';
8249         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8250         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8251         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8252         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8253         `elmo-read-msg-no-cache';
8254         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8255         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8256         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8257         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8258         `elmo-cache-save';
8259         (wl-draft-reedit): Use `elmo-message-file-name'.
8260
8261         * wl-expire.el: Use `elmo-folder-name-internal';
8262         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8263         Use macro `wl-summary-buffer-msgdb' instead of variable
8264         `wl-summary-buffer-msgdb';
8265         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8266         Use macro `wl-summary-buffer-folder-name' instead of variable
8267         `wl-summary-buffer-folder-name'.
8268         * wl-score.el: Likewise.
8269
8270         * wl-message.el: Rewrite for new message buffer cache mechanism.
8271         (wl-message-buffer-cache-buffer-get): New macro.
8272         (wl-message-buffer-cache-folder-get): Ditto.
8273         (wl-message-buffer-cache-message-get): Ditto.
8274         (wl-message-buffer-cache-entry-make): Ditto.
8275         (wl-message-buffer-cache-hit): Ditto.
8276         (wl-message-buffer-cache-sort): New function.
8277         (wl-message-buffer-cache-add): Ditto.
8278         (wl-message-buffer-cache-delete): Ditto.
8279         (wl-message-buffer-cache-clean-up): Ditto.
8280         (wl-message-buffer-window): Rewrite.
8281         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8282         (wl-message-buffer-display): New function.
8283         (wl-message-display-internal): New function.
8284
8285 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8286
8287         * wl-folder.el: Use `elmo-folder-name-internal';
8288         Use `wl-folder-get-elmo-folder';
8289         Use `elmo-folder-list-messages' instead of
8290         `elmo-list-folder';
8291         Use `elmo-folder-get-primitive-list' instead of
8292         `elmo-folder-get-primitive-spec-list';
8293         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8294         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8295         Use `elmo-folder-create' instead of `elmo-create-folder'.
8296         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8297         (wl-folder-get-elmo-folder): New macro.
8298         (wl-folder-elmo-folder-cache-get): Ditto.
8299         (wl-folder-elmo-folder-cache-put): Ditto.
8300         (wl-folder-suspend): Call `elmo-quit'.
8301
8302         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8303         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8304         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8305         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8306         (toplevel): require 'cl.
8307         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8308
8309         * wl-summary.el: Rewrite to use new elmo interface.
8310
8311 \f
8312 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * wl-mime.el (wl-draft-preview-message):
8315         Run `wl-draft-send-hook' before collecting recipients information;
8316         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8317
8318         * tm-wl.el (wl-draft-preview-message): Ditto.
8319
8320 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8323         wrong recipients are displayed when forwarded message.
8324
8325 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * Version number is increased to 2.5.7.
8328
8329 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8330
8331         * wl-message.el (wl-message-next-page): Bind
8332         `window-pixel-scroll-increment' to nil while scrolling up.
8333
8334 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8335
8336         * wl-vars.el (wl-save-hook): New hook.
8337         * wl.el (wl-save): Call `wl-save-hook'.
8338
8339 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8340
8341         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8342         Argument WITH-ARG instead of NO-ARG (negative mean).
8343         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8344         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8345         * wl-message.el (wl-message-follow-current-entity): Likewise.
8346
8347 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8348
8349         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8350         FROM was optional argument.
8351         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8352
8353 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8354
8355         * Version number is increased to 2.5.6.
8356
8357 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8358
8359         * wl-version.el (wl-version-show): Removed.
8360         (wl-version): Add `interactive'.
8361
8362 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8363
8364         * wl-summary.el (wl-summary-get-petname-func): New variable.
8365         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8366         instead of `wl-address-get-petname-1'.
8367         (wl-summary-simple-from): Ditto.
8368
8369         * wl-address.el (wl-address-get-petname-1): Define as function.
8370
8371 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8374         field in the original message.
8375         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8376
8377 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8378
8379         * wl-expire.el (wl-expire-hide):
8380         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8381
8382 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8385         find decoder for To, Cc, and Subject.
8386
8387 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8390         for checking `elmo-use-buffer-cache'.
8391         (wl-summary-mark-as-important): Fixed typo in comment.
8392
8393 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8396         field in the original message.
8397         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8398
8399 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8400
8401         * wl-expire.el (wl-expire-hide):
8402         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8403
8404 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8407         find decoder for To, Cc, and Subject.
8408
8409 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * Version number is increased to 2.5.5.
8412
8413         * wl-address.el (wl-address-specials-regexp): New constant.
8414         (wl-address-quote-specials): Use it.
8415
8416 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-summary.el (wl-summary-rescan):
8419         Call `wl-summary-buffer-number-column-detect'.
8420         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8421
8422         * wl-message.el (wl-message-mode-map): Define.
8423         (wl-message-decode): Use it as local-map.
8424
8425 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8428         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8429
8430 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8433
8434         * wl-mule.el (wl-read-event-char): Ditto.
8435
8436         * wl-e21.el (wl-read-event-char): Ditto.
8437
8438         * wl-nemacs.el (wl-read-event-char): Ditto.
8439         (read-event): Removed.
8440
8441         * wl-util.el (toplevel): Removed dummy definition of
8442         `read-event'.
8443         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8444
8445 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8446
8447         * wl-nemacs.el (elmo-archive-call-process): Moved to
8448         elmo-archive.el.
8449
8450 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8451
8452         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8453         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8454
8455         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8456         instead of magic-number 6.  Use `not' instead of `null' for symbol
8457         `nil' check (not empty list).
8458         (wl-draft-insert-x-face-field): Fixed paren style.
8459
8460         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8461         one-branch conditional statement, instead of `and' and `if'.
8462         (wl-draft-forward): Likewise.
8463         (wl-draft-add-references): Likewise.
8464         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8465
8466         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8467         conditional steatment.  Use `cond' instead of `if'.
8468         (wl-draft-confirm): Likewise.
8469
8470 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8471
8472         * wl-version.el (wl-version-show): Use `product-string-1'
8473         instead of `wl-version'.
8474         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8475
8476         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8477
8478 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8479
8480         * wl-highlight.el (wl-highlight-headers): Revert
8481         `wl-highlight-x-face-func' argument (`beg' and `end').
8482
8483 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8484
8485         * wl.el (toplevel): Move `product-provide' declare.
8486         * wl-demo.el (toplevel): Ditto.
8487         * wl-dnd.el (toplevel): Ditto.
8488         * wl-highlight.el (toplevel): Ditto.
8489         * wl-message.el (toplevel): Ditto.
8490         * wl-refile.el (toplevel): Ditto.
8491         * wl-util.el (toplevel): Ditto.
8492
8493 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8496         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8497         (wl-thread-close-all): keep cursor position.
8498
8499 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8500
8501         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8502         (eq x 0).
8503         (wl-generate-user-agent-string-1): Fix conditional statement.
8504
8505 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8506
8507         * wl.el (wl-check-environment): Additional check for
8508         'wl-local-domain' and `wl-message-id-domain'.
8509
8510 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8511
8512         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8513
8514 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8515
8516         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8517         instead of `smtp-sasl-user-realm'.
8518
8519 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8520
8521         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8522
8523 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8524
8525         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8526         to the default value as well as `eword-lexical-analyzer'.
8527
8528 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8529
8530         * wl-version.el (wl-extended-emacs-version,
8531         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8532         `elmo-match-string' instead of `wl-match-string'.
8533
8534 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8535
8536         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8537         docstring.
8538
8539 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8540
8541         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8542
8543 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8544
8545         * wl-highlight.el (wl-highlight-headers): Remove
8546         `wl-highlight-x-face-func' argument (`beg' and `end').
8547
8548 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-summary.el (wl-summary-mark-as-important):
8551         Remove cache if folder is local.
8552
8553 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8554
8555         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8556         to get existing e-mail address string.
8557
8558 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8559
8560         * wl-version.el (wl-generate-user-agent-string): Commentary.
8561         (wl-generate-user-agent-string-1): Use `when' for
8562         one-branch conditional statement, instead of `and' and `if'.
8563         (wl-extended-emacs-version, wl-extended-emacs-version2,
8564         wl-extended-emacs-version3): Ditto.
8565
8566 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8569         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8570         condition-case; Remove initialization.
8571         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8572         (wl-summary-sync-update3): Added argument `sync-all';
8573         Eliminated local variable `msgdb';
8574         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8575         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8576         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8577
8578 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8579
8580         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8581         connection before call `wl-draft-send-mail-with-smtp'.
8582
8583 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8584
8585         * Version number is increased to 2.5.4.
8586
8587 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8588
8589         * wl.el (wl-check-environment): Additional check for
8590         'wl-local-domain' and `wl-message-id-domain'.
8591
8592 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8595         buffer as command specific.
8596         (wl-folder-mark-as-read-all-entity): Ditto.
8597         (wl-folder-prefetch-entity): Ditto.
8598         (wl-folder-drop-unsync-entity): Ditto.
8599
8600         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8601         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8602         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8603
8604         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8605         save-excursion.
8606
8607 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * Version number is increased to 2.5.3.
8610
8611         * wl-summary.el (wl-summary-save-view-cache):
8612         Delete duplicated `write-region';
8613         Use `write-region-as-binary' instead of `as-binary-output-file' and
8614         `write-region'.
8615
8616 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8617
8618         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8619
8620 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8623         instead of `smtp-via-smtp'.
8624
8625 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8628
8629 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8630
8631         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8632         instead of `smtp-sasl-user-realm'.
8633
8634 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8635
8636         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8637
8638 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8639
8640         * Version number is increased to 2.5.2.
8641
8642 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8645         does not exist.
8646         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8647         (wl-biff-start): Call `timer-activate' if timer already exists.
8648
8649         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8650         only when it is bound as function.
8651
8652 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * Version number is increased to 2.5.1.
8655
8656 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8659         Print refile/copy destination.
8660
8661 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8664         queue-flush-only is non-nil.
8665
8666         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8667
8668         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8669         checking cache folder.
8670
8671 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8672
8673         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8674         `regexp-quote'.
8675
8676 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8677
8678         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8679         function.
8680         * wl-summary.el (wl-summary-write-current-folder-functions):
8681         Change default value.  Use it.
8682
8683 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * Version number is increased to 2.5.0.
8686
8687         * wl-version.el (wl-version): Changed codename.
8688
8689 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8690
8691         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8692         (wl-summary-supersedes-message): Ditto.
8693
8694 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8695
8696         * wl-refile.el (wl-refile-guess-functions): Renamed from
8697         `wl-refile-guess-func-list'.
8698
8699 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8702         Fixed problem when no rule was matched.
8703
8704 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8705
8706         * wl-summary.el (wl-summary-get-mark): Fixed
8707         `wl-summary-buffer-target-mark' check logic.
8708
8709 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8710
8711         * wl-folder.el (wl-folder-write-current-folder): Added group
8712         folder check.
8713
8714         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8715         `wl-summary-write-current-newsgroup'.
8716         (wl-summary-write-current-folder-functions): New variable.
8717         * wl-folder.el (wl-folder-get-newsgroups): New function.
8718         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8719         (wl-folder-write-current-folder): Renamed from
8720         `wl-folder-write-current-newsgroup'.
8721
8722 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8723
8724         * Version number is increased to 2.3.93.
8725
8726 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8727
8728         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8729         (wl-ldap-make-matched-value-list): Ditto.
8730         (wl-ldap-alias-safe-string): Split e-mail address.
8731
8732         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8733         petname folder default was selected.
8734         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8735         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8736
8737 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8740         to `wl-draft-config-exec'.
8741
8742         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8743         instead of calling `wl-draft-config-exec';
8744         Process group-list and show recipients in minibuffer.
8745
8746         * tm-wl.el (wl-draft-preview-message): Ditto.
8747
8748 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8749
8750         * wl.el (toplevel): Added (C) to copyright notice, and
8751         sync Author header.
8752         * tm-wl.el (toplevel): Ditto.
8753         * wl-address.el (toplevel): Ditto.
8754         * wl-demo.el (toplevel): Ditto.
8755         * wl-dnd.el (toplevel): Ditto.
8756         * wl-draft.el (toplevel): Ditto.
8757         * wl-e21.el (toplevel): Ditto.
8758         * wl-expire.el (toplevel): Ditto.
8759         * wl-folder.el (toplevel): Ditto.
8760         * wl-highlight.el (toplevel): Ditto.
8761         * wl-message.el (toplevel): Ditto.
8762         * wl-mime.el (toplevel): Ditto.
8763         * wl-mule.el (toplevel): Ditto.
8764         * wl-nemacs.el (toplevel): Ditto.
8765         * wl-refile.el (toplevel): Ditto.
8766         * wl-score.el (toplevel): Ditto.
8767         * wl-summary.el (toplevel): Ditto.
8768         * wl-template.el (toplevel): Ditto.
8769         * wl-thread.el (toplevel): Ditto.
8770         * wl-util.el (toplevel): Ditto.
8771         * wl-vars.el (toplevel): Ditto.
8772         * wl-xmas.el (toplevel): Ditto.
8773
8774 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8775
8776         * wl.el (wl-init): Added comment about `wl-init-hook'.
8777         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8778         * wl-vars.el (wl-init-hook): Added docs.
8779         (wl-make-plugged-hook): Removed useless docs.
8780         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8781         * wl-xmas.el (toplevel): Ditto.
8782
8783 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8784
8785         * wl-address.el (toplevel): Fixed multiple Author header format.
8786         * wl-demo.el (toplevel): Ditto.
8787         * wl-draft.el (toplevel): Ditto.
8788         * wl-folder.el (toplevel): Ditto.
8789         * wl-summary.el (toplevel): Ditto.
8790         * wl-thread.el (toplevel): Ditto.
8791         * wl-util.el (toplevel): Ditto.
8792         * wl-vars.el (toplevel): Ditto.
8793         * wl-version.el (toplevel): Ditto.
8794         * wl-xmas.el (toplevel): Ditto.
8795         * wl.el (toplevel): Ditto.
8796
8797         * wl-version.el (toplevel): Added require `elmo-version' for
8798         `product-version-as-string'.
8799
8800 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-vars.el (wl-draft-send-hook): Changed default value to
8803         '(wl-draft-config-exec).
8804
8805         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8806         explicitly.
8807         (wl-draft): Set `wl-draft-config-exec-flag' before running
8808         `wl-mail-setup-hook'.
8809
8810         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8811         `wl-biff-init-icons' to `wl-init-hook' instead of
8812         `wl-make-plugged-hook'.
8813         (Because if `wl-draft' command is invoked at first,
8814         they are not initialized)
8815         Updated copyright notice.
8816
8817         * wl-e21.el (toplevel): Ditto;
8818
8819         * wl-demo.el (toplevel): Updated copyright notice.
8820         * wl-address.el (toplevel): Ditto.
8821         * wl-draft.el (toplevel): Ditto.
8822         * wl-version.el (toplevel): Ditto.
8823         * wl-folder.el (toplevel): Ditto.
8824         * wl-summary.el (toplevel): Ditto.
8825         * wl-thread.el (toplevel): Ditto.
8826         * wl-util.el (toplevel): Ditto.
8827         * wl-vars.el (toplevel): Ditto.
8828         * wl.el (toplevel): Ditto.
8829
8830 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-highlight.el (wl-highlight-message): Fixed problem of
8833         highlighting failure which occured when the last field contains
8834         multiple lines in the draft buffer.
8835
8836         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8837         `wl-biff-start' if plugged.
8838
8839         * wl-util.el (wl-biff-check-folder): New function.
8840         (wl-biff-check-folders): Don't set session name prefix.
8841         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8842         (wl-biff-check-folder-async): Ditto.
8843
8844         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8845         in email address.
8846
8847 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8848
8849         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8850
8851         * wl-draft.el (wl-draft-strip-subject-re): New function.
8852
8853         * wl-draft.el (wl-draft-reply): Use it.
8854
8855 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-message.el (wl-mmelmo-message-redisplay): Use
8858         `mime-display-message' instead of `wl-mime-display-message'.
8859
8860         * wl-mime.el (toplevel): Removed compatibility workaround
8861         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8862         (wl-mime-display-message): Abolished.
8863         (wl-mime-entity-read-field): Ditto.
8864         (wl-mime-combine-message/partial-pieces): Use
8865         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8866
8867 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8868
8869         * wl-template.el: Doc fixes.
8870
8871 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8872
8873         * wl-e21.el (wl-message-overload-functions): Do nothing if
8874         `current-local-map' is not available.
8875         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8876
8877 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8878
8879         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8880         representation.
8881
8882         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8883         number.
8884         (wl-fldmgr-save-folders): Don't use `format' when insert
8885         `wl-fldmgr-folders-header'.
8886
8887 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8888
8889         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8890
8891 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-highlight.el (wl-highlight-message):
8894         Use `std11-field-end' to detect end point of the header field.
8895         Refer `wl-highlight-max-header-size'.
8896
8897         * wl-vars.el (wl-highlight-max-header-size): New variable.
8898
8899         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8900
8901         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8902         Set `for-draft' argument of wl-highlight-headers.
8903         (wl-draft): Ditto.
8904         (wl-draft-reedit): Ditto.
8905         (wl-user-agent-compose-internal): Ditto.
8906
8907 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8908
8909         * wl-message.el (wl-message-add-button): Use overlay.
8910
8911 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8914
8915         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8916         problem when group-list content is nothing.
8917         (Reported by Mito <mit@nines.nec.co.jp>)
8918
8919 2000-10-18  SAITO Atsunori <sai@yedo.com>
8920
8921         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8922
8923 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * tm-wl.el (toplevel): Use product-provide.
8926
8927 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * Version number is increased to 2.3.92.
8930
8931 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8932
8933         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8934         title text, use `display' property for left margin under Emacs 21.
8935
8936         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8937         properties.
8938         (wl-plugged-init-icons): Ditto.
8939
8940 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8941
8942         * wl.el (wl-save-status, wl-init): Remove last period in
8943         "...done." message.
8944         * tm-wl.el (wl-summary-burst): Ditto.
8945         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8946         wl-summary-resume-cache-status,
8947         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8948         wl-summary-sync-update3, wl-summary-highlight-msgs,
8949         wl-summary-flush-pending-append-operations,
8950         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8951         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8952         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8953         wl-thread-open-all): Ditto.
8954         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8955         * wl-mime.el (wl-summary-burst): Ditto.
8956         * wl-highlight.el (wl-highlight-summary): Ditto.
8957         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8958         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8959         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8960         * wl-address.el (wl-local-address-init): Ditto.
8961
8962 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8963
8964         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8965         `add-text-properties'.
8966         (wl-plugged-init-icons): Ditto.
8967         (wl-folder-init-icons): Use `propertize' instead of
8968         `put-text-property'.
8969         (wl-plugged-set-folder-icon): Ditto.
8970         (wl-e21-highlight-folder-group-line): Ditto.
8971
8972 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8973
8974         * wl-version.el (wl-version-status-alist): New variable.
8975         (wl-version-status): New function.
8976
8977         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8978         "Cc" part of the case "Reply-To".
8979
8980         * wl-draft.el (wl-draft-reply): Use result of
8981         `eword-extract-address-components'.
8982
8983         * wl-demo.el (wl-demo-icon-name): New constant.
8984         (wl-logo-xpm): Use it.
8985         (wl-logo-xbm): Ditto.
8986         (wl-logo-bitmap): Ditto.
8987
8988         * Version number is increased to 2.3.91.
8989
8990 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8993         (wl-extended-emacs-version, wl-extended-emacs-version2,
8994         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8995         docstring.
8996
8997         * wl-version.el (wl-generate-user-agent-string-1): New function.
8998         (wl-generate-user-agent-string): Use it.
8999
9000         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9001         `mime-edit-insert-user-agent-field'.
9002         (wl-generate-user-agent-string): Check
9003         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9004
9005         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9006         instead of `if', when verbose case.
9007
9008 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-expire.el (wl-summary-expire): Fix.
9011
9012 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9013
9014         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9015         and `elmo-lost+found-folder' if 'wl-draft.
9016         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9017
9018 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9019
9020         * wl-expire.el (wl-summary-expire): Change messages.
9021         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9022         `deleing-info' instead of "Deleting..."
9023
9024 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9025
9026         * wl-summary.el (wl-summary-refile-subr): Fix.
9027
9028 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9029
9030         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9031         if pipe folder.
9032
9033 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9034
9035         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9036
9037 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9038
9039         * wl-expire.el (wl-expire-hide): New function.
9040         (wl-summary-expire): Add `hide'.
9041
9042 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-vars.el (wl-draft-reply-without-argument-list):
9045         Changed default value to consider `Reply-To:'.
9046         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9047
9048         * Version number is increased to 2.3.90.
9049
9050         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9051         elmo-imap4-get-session with unwind-protect.
9052         Don't cause error.
9053         (wl-summary-sync-marks): Don't check plugged nor folder type.
9054         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9055         (Always keep current buffer).
9056
9057 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9058
9059         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9060         Enclose with `save-excursion'.
9061
9062 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9063
9064         * wl-version.el (wl-version): Remove interactive.
9065
9066 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9067
9068         * wl-version.el (wl-generate-user-agent-string): Use
9069         `product-string-verbose' instead of `product-string-1'.
9070
9071 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9072
9073         * wl-vars.el (wl-draft-use-cache): New variable.
9074         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9075         if wl-draft-use-cache is non-nil.
9076
9077 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9078
9079         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9080         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9081
9082 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9085         (wl-thread-msg-mark-as-unread): Ditto.
9086
9087         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9088         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9089         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9090         Don't set mark in summary if return value of `elmo-mark-as-read'
9091         is nil.
9092         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9093         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9094         instead of `wl-thread-msg-mark-as-read'.
9095         (wl-summary-mark-as-unread-region): Ditto.
9096         (wl-summary-target-mark-mark-as-read): Ditto.
9097
9098         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9099
9100 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9103
9104         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9105
9106 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9109         face.
9110
9111 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9112
9113         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9114         `running-xemacs'.
9115
9116 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9117
9118         * wl-version.el (toplevel): Use `product-version-as-string' for
9119         set verstion-string, if defined.
9120
9121         * wl-version.el (wl-version-show): Insert string at point, when
9122         call with argument.
9123
9124         * wl-version.el (wl-generate-user-agent-string): Use
9125         `product-string-1' instead of `wl-appname', `wl-version' and
9126         `wl-codename'.
9127
9128 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9129
9130         * wl-address.el (toplevel): Use product-provide.
9131         * wl-demo.el (toplevel): Ditto.
9132         * wl-dnd.el (toplevel): Ditto.
9133         * wl-draft.el (toplevel): Ditto.
9134         * wl-e21.el (toplevel): Ditto.
9135         * wl-expire.el (toplevel): Ditto.
9136         * wl-fldmgr.el (toplevel): Ditto.
9137         * wl-folder.el (toplevel): Ditto.
9138         * wl-highlight.el (toplevel): Ditto.
9139         * wl-message.el (toplevel): Ditto.
9140         * wl-mime.el (toplevel): Ditto.
9141         * wl-mule.el (toplevel): Ditto.
9142         * wl-nemacs.el (toplevel): Ditto.
9143         * wl-refile.el (toplevel): Ditto.
9144         * wl-score.el (toplevel): Ditto.
9145         * wl-summary.el (toplevel): Ditto.
9146         * wl-template.el (toplevel): Ditto.
9147         * wl-thread.el (toplevel): Ditto.
9148         * wl-util.el (toplevel): Ditto.
9149         * wl-vars.el (toplevel): Ditto.
9150         * wl-xmas.el (toplevel): Ditto.
9151         * wl.el (toplevel): Ditto.
9152
9153 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9154
9155         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9156         instead of product.
9157
9158         * wl-version.el (wl-version): Compile time evalution elmo-version.
9159
9160 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9161
9162         * wl-summary.el (wl-summary-sync-force-update): Append queue
9163         `mark-as-read'if unplugged.
9164
9165 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9166
9167         * wl-version.el: New file.  Use product.el.
9168         * wl.el: add (require 'wl-version).
9169         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9170         for ~/.folders header.
9171         (wl-fldmgr-folders-header): Changed.
9172         * wl-demo.el (wl-demo): Use product.el.
9173
9174         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9175         wl-version.el.
9176         * wl-util.el (wl-version, wl-version-show): Ditto.
9177
9178         * wl-util.el (wl-generate-user-agent-string,
9179         wl-extended-emacs-version, wl-extended-emacs-version2,
9180         wl-extended-emacs-version3): Move to wl-version.el.
9181         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9182         xemacs-codename, mime-edit-insert-user-agent-field,
9183         mime-edit-user-agent-value, mime-editor/version,
9184         mime-editor/codename): Compile warning killer move to
9185         wl-version.el
9186
9187 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9188
9189         * wl-summary.el (wl-summary-refile-subr): Fix.
9190
9191 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9192
9193         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9194         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9195
9196 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9197
9198         * wl.el (wl-check-environment): Check too many `@'.
9199
9200 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9201
9202         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9203
9204 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9205
9206         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9207         wl-draft-reply-myself-without-argument-list): Add variables.
9208         * wl-draft.el (wl-draft-reply): Use it.
9209
9210 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9211
9212         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9213         the 5th argument of `elmo-network-get-spec'.
9214
9215         * wl-thread.el (wl-thread-reparent-children): New inline function.
9216         (wl-thread-delete-message): Use it.
9217
9218         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9219         (wl-summary-score-update-all-lines): Don't use `dolist'.
9220
9221 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9222
9223         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9224         (require 'elmo-msgdb) for inline function.
9225
9226 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9227
9228         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9229
9230 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9231
9232         * wl-score.el (wl-score-headers): Fix for the confusing macro
9233         `elmo-kill-buffer'.
9234
9235 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9236
9237         * wl-summary.el: Don't use the 3rd argument of `require' because
9238         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9239         * wl-util.el: Ditto.
9240         * wl-draft.el: Ditto.
9241
9242 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9243
9244         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9245         window system is not used.
9246
9247 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9248
9249         * wl-thread.el: Don't use `mapcar' only for iteration.
9250         (wl-thread-resume-entity): Ditto.
9251         (wl-thread-delete-message): Ditto.
9252
9253         * wl-summary.el: Bind `dragdrop-drop-functions',
9254         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9255         of `require' for `timezone', `easymenu' and `ps-print';
9256         don't use `mapcar' only for iteration.
9257
9258         * wl-util.el: Bind `mule-version', `nemacs-version',
9259         `emacs-beta-version', `xemacs-codename',
9260         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9261         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9262         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9263         only for iteration.
9264
9265         * wl-score.el: Don't use `mapcar' only for iteration.
9266         (wl-score-simplify-buffer-fuzzy): Ditto.
9267         (wl-score-simplify-subject): Ditto.
9268         (wl-score-headers): Ditto.
9269         (wl-summary-score-update-all-lines): Ditto.
9270
9271         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9272         `enable-multibyte-characters' and `mule-version'.
9273
9274         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9275         `mapcar' only for iteration.
9276
9277         * wl-demo.el: Don't use `mapcar' only for iteration.
9278
9279         * wl-folder.el: Don't use `mapcar' only for iteration.
9280         (wl-folder-open-all): Ditto.
9281         (wl-folder-count-incorporates): Ditto.
9282
9283         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9284         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9285
9286         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9287         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9288         `smtp-connection-type'; specify 3rd argument of `require' for
9289         `timezone'; don't use `mapcar' only for iteration.
9290         (wl-draft-clone-local-variables): Don't use `mapcar'.
9291         (wl-draft-generate-clone-buffer): Ditto.
9292         (wl-user-agent-compose-internal): Ditto.
9293
9294         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9295
9296         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9297         (wl-save-status): Ditto.
9298
9299         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9300         for iteration.
9301
9302 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9305         removed `Date'.
9306         (wl-fldmgr-make-filter-default): New user option.
9307
9308         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9309         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9310         (wl-fldmgr-filter-completion-alist): Abolish.
9311
9312         * wl.el (wl): Don't check servers if arg is non-nil.
9313
9314         * wl-draft.el (wl-draft-reply): Set only message-id string to
9315         In-Reply-To field.
9316
9317 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-summary.el (wl-summary-pick): Rewrite.
9320
9321         * wl-draft.el (wl-draft-forward): Get references field from
9322         original buffer.
9323         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9324
9325 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9326
9327         * wl-draft.el (wl-draft-forward): Add references field.
9328
9329 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9332         (wl-draft-reply): Use it.
9333
9334 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9335
9336         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9337         when Emacs 21 is running.
9338
9339         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9340         bindings.
9341
9342 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9343
9344         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9345         XPM icons transparent.
9346
9347         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9348         Emacs 21.
9349
9350 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9353         nil.
9354
9355         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9356         when it is persistent.
9357         (wl-summary-sync-marks): Changed argument for
9358         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9359         (wl-summary-virtual): Use `elmo-read-search-condition'.
9360         (wl-summary-redisplay-internal): If folder is local, mark as read
9361         even when folder is plugged.
9362
9363 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9364
9365         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9366         of `tool-bar-lines' in the frame parameters.
9367         (after-make-frame-functions, post-command-hook): Don't modify the
9368         value.
9369         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9370         wl-e21-tool-bar-lines): Removed.
9371
9372 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9373
9374         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9375         properties `evaporate' and `wl-momentary-overlay' as well.
9376         (wl-highlight-summary-displaying): Ditto.
9377         (wl-delete-all-overlays): Don't delete overlay which does not have
9378         a property `wl-momentary-overlay'.
9379
9380         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9381         `display-mouse-p' and `display-graphic-p'.
9382         (wl-folder-init-icons): Don't search for XBM or the other files.
9383         (wl-plugged-set-folder-icon): Make icons if and only if
9384         `display-graphic-p' returns non-nil.
9385         (wl-highlight-plugged-current-line): Use `before-string' overlay
9386         property to show icon images.
9387         (wl-highlight-folder-current-line): Ditto.
9388         (wl-e21-highlight-folder-group-line): Ditto.
9389         (wl-e21-highlight-folder-by-numbers): Ditto.
9390         (wl-e21-insert-image): Removed.
9391         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9392         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9393         said.
9394         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9395         `wl-e21-force-switch-toolbar'.
9396         (wl-e21-make-icon-image): Removed.
9397         (wl-e21-setup-toolbar): Don't search for XBM files.
9398         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9399         the default value.
9400
9401 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * wl-util.el (wl-biff-check-folder-async): Set
9404         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9405
9406 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9407
9408         * wl-e21.el (after-make-frame-functions): Add
9409         `wl-e21-force-switch-toolbar'.
9410         (wl-e21-force-switch-toolbar): New function force to switch the
9411         toolbar appearance automatically.
9412         (post-command-hook): Add `wl-e21-switch-toolbar'.
9413         (wl-e21-switch-toolbar): New function to switch the toolbar
9414         appearance automatically.
9415         (wl-e21-tool-bar-lines): New buffer local variable.
9416
9417 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9418
9419         * wl-util.el (wl-biff-check-folders-running): New variable.
9420         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9421         (wl-biff-check-folder-async-callback):
9422         Set `wl-biff-check-folders-running'.
9423         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9424         with unwind-protect.
9425
9426         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9427         Enclose `wl-folder-auto-check' with unwind-protect.
9428
9429         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9430         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9431
9432         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9433
9434         * wl-util.el (wl-biff-notify): New inline function.
9435         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9436         locally.
9437         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9438         folder-list' is 1.
9439         Use `wl-biff-notify'.
9440         (wl-biff-check-folder-async-callback): New function.
9441         (wl-biff-check-folder-async): Ditto.
9442
9443         * wl-folder.el (wl-folder): Don't check folders.
9444         (wl-folder-auto-check): New function.
9445
9446 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9447
9448         * wl-util.el (wl-biff-start) [Emacs19+]:
9449         Use `timer-next-integral-multiple-of-time'.
9450         (wl-biff-check-folders): Use `wl-default-folder'
9451         if `wl-biff-check-folder-list' is nil.
9452
9453 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9454
9455         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9456         instead of `elmo-delete-lists'.
9457
9458 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9459
9460         * wl.el (wl-plugged-toggle-all): Set the value of
9461         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9462         (wl-plugged-toggle): Ditto.
9463         (wl-toggle-plugged): Ditto.
9464         (wl-plugged-init): Ditto.
9465
9466         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9467         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9468         instead of `wl-biff-state-indicator-off' and
9469         `wl-biff-state-indicator-on'; don't modify the value and the type
9470         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9471         (wl-plugged-init-icons): Set icons data to
9472         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9473         instead of `wl-plug-state-indicator-off' and
9474         `wl-plug-state-indicator-on'; don't modify the value and the type
9475         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9476
9477         * wl-vars.el (wl-modeline-biff-state-off,
9478         wl-modeline-biff-state-on, wl-modeline-biff-status,
9479         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9480         wl-modeline-plug-status): New internal variables.
9481         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9482         wl-biff-check-interval, wl-biff-check-folder-list): Change
9483         customization group from `wl-folder' to `wl-highlight'.
9484         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9485         wl-show-plug-status-on-modeline): Defcustomized.
9486
9487         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9488         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9489         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9490         a flag to `mode-line-buffer-identification'.
9491
9492         * wl-e21.el (wl-biff-init-icons): Set icons data to
9493         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9494         instead of `wl-biff-state-indicator-off' and
9495         `wl-biff-state-indicator-on'.
9496         (wl-plugged-init-icons): Set icons data to
9497         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9498         instead of `wl-plug-state-indicator-off' and
9499         `wl-plug-state-indicator-on'.
9500
9501 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9502
9503         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9504         excessive titles.
9505
9506 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9507
9508         * wl.el (wl-plugged-mode): Use revised
9509         `wl-mode-line-buffer-identification'.
9510         (wl-plugged-init): Don't use `force-mode-line-update'.
9511
9512         * wl-xmas.el (wl-draft-overload-functions): Use revised
9513         `wl-mode-line-buffer-identification'.
9514         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9515         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9516         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9517         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9518         `wl-make-plugged-hook';
9519         add `wl-folder-init-icons' and `wl-setup-folder' to
9520         `wl-folder-mode-hook'.
9521
9522         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9523         19 as well.
9524         (wl-mode-line-display-priority-list): New user option.
9525         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9526         Defcustomized.
9527         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9528         Add docs.
9529
9530         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9531         start.
9532         (wl-mode-line-buffer-identification): Revised as a function.
9533
9534         * wl-summary.el (wl-summary-mode): Use revised
9535         `wl-mode-line-buffer-identification'; don't call
9536         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9537         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9538         `wl-xmas-setup-summary'.
9539
9540         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9541         `wl-mode-line-buffer-identification'.
9542
9543         * wl-mule.el (wl-draft-overload-functions): Use revised
9544         `wl-mode-line-buffer-identification'.
9545
9546         * wl-folder.el (wl-make-plugged-alist): Don't call
9547         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9548         (wl-folder): Don't call `wl-folder-init-icons' directly.
9549         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9550         `wl-xmas-setup-folder' directly;
9551         use revised `wl-mode-line-buffer-identification'.
9552         (TopLevel): Don't bind `wl-biff-init-icons',
9553         `wl-plugged-init-icons', `wl-folder-init-icons',
9554         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9555
9556         * wl-e21.el (wl-draft-overload-functions): Use revised
9557         `wl-mode-line-buffer-identification'.
9558         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9559         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9560         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9561         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9562         `wl-make-plugged-hook';
9563         add `wl-folder-init-icons' and `wl-setup-folder' to
9564         `wl-folder-mode-hook'.
9565
9566 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9567             Katsumi Yamaoka    <yamaoka@jpl.org>
9568
9569         * wl.el (wl): Call `wl-biff-start'.
9570         (wl-exit): Call `wl-biff-stop'.
9571         (wl-plugged-mode): Show biff in modeline.
9572         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9573
9574         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9575         (wl-biff-init-icons): New function.
9576         (wl-plugged-init-icons): Don't make too much keymaps.
9577         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9578
9579         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9580         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9581         variables.
9582         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9583         options.
9584
9585         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9586         wl-biff-start, wl-biff-stop): New functions.
9587         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9588         (wl-biff-timer-name): New variable.
9589
9590         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9591
9592         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9593         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9594
9595         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9596         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9597
9598         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9599         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9600         `wl-folder-init-icons' to `ignore' if they are not available.
9601         (wl-folder-mode): Show biff in modeline.
9602
9603         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9604         (wl-biff-init-icons): New function.
9605         (wl-plugged-init-icons): Don't make too much keymaps.
9606         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9607
9608 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9609
9610         * wl-vars.el (wl-strict-diff-folders): Customization Type
9611         and doc fix.  Define as a list of regular expressions for
9612         folders or nil.
9613         * wl-folder.el (wl-folder-check-one-entity): Use
9614         `wl-string-match-member' instead of `wl-string-member' for
9615         `wl-strict-diff-folders'.
9616
9617 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9618
9619         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9620         (wl-highlight-folder-current-line): Use it; new implementation.
9621         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9622         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9623         `defsubst' instead of `defun'.
9624
9625         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9626         `wl-highlight-group-folder-by-numbers'; made it can also be a
9627         number.  See info for more details.
9628
9629         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9630         running.
9631
9632         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9633         to bind them.
9634
9635         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9636         (wl-highlight-folder-current-line): New implementation.
9637
9638         * wl-highlight.el (wl-highlight-folder-group-line): New
9639         implementation.
9640         (wl-delete-all-overlays): Rewrite as a marco.
9641         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9642
9643         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9644         running.
9645         (wl-folder-*-glyph): No need to bind them.
9646
9647         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9648         `wl-e21-highlight-folder-group-icon'; rewrite.
9649         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9650         `defsubst' instead of `defun'.
9651         (wl-folder-mode-map): Bind it when compiling.
9652
9653 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9656
9657         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9658
9659 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9660
9661         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9662
9663 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9664
9665         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9666         (wl-highlight-folder-current-line): Use it.
9667
9668         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9669         in `id-name'.
9670
9671 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9672
9673         * wl.el: Require `wl-e21' when Emacs 21 is running.
9674
9675         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9676         default when Emacs 21 is running.
9677         (wl-use-highlight-mouse-line): Ditto.
9678         (wl-on-emacs21): New constant.
9679         (wl-on-emacs20): Removed.
9680
9681         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9682         Emacs 21 is running.
9683
9684         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9685         Emacs 21 is running.
9686
9687         * wl-e21.el: New file.
9688
9689 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9690
9691         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9692         (wl-toggle-plugged): Ditto.
9693         (wl-plugged-toggle): Ditto.
9694         (wl-plugged-toggle-all): Ditto.
9695
9696         * wl-vars.el (wl-plug-state-indicator): Refer
9697         `wl-plug-state-indicator-on' indirectly.
9698
9699 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9700
9701         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9702         Call `wl-folder-confirm-existence'.
9703
9704         * wl-folder.el (wl-folder-confirm-existence): Added optional
9705         argument `force'.
9706
9707 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9708
9709         * wl-summary.el (wl-summary-refile-subr): Assume
9710         `copy-or-refile' as symbol.
9711         (wl-summary-refile): Follow up above change.
9712         (wl-summary-copy): Ditto.  Doc fix.
9713
9714 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9715
9716         * wl-summary.el (wl-summary-pick): Don't bind
9717         `elmo-search-mime-charset'.
9718
9719         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9720         default using old backquote style.
9721         (wl-search-mime-charset): Abolished.
9722
9723         * wl-highlight.el (wl-highlight-headers):
9724         Call `point' after `re-search-forward'(for Nemacs).
9725
9726         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9727         for elmo-imap4.el.
9728
9729 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9730
9731         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9732         `wl-message-ignored-field-list' instead of
9733         `mime-view-ignored-field-list'.
9734
9735         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9736         Add interactive spec.
9737         (wl-folder-goto-bottom-of-current-folder): Ditto.
9738         (wl-folder-mode-map): Bind them.
9739
9740         * wl-vars.el (wl-message-ignored-field-list): New variable.
9741         (wl-message-visible-field-list): New variable.
9742
9743         * wl-mime.el (wl-mime-header-presentation-method): New function.
9744         (wl-mime-setup): Set header-presentation-method.
9745
9746 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9747
9748         * wl-nemacs.el (wl-draft-overload-functions): Set
9749         `mode-line-buffer-identification' instead of using
9750         `wl-make-modeline'.
9751
9752         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9753         instead of using `wl-make-modeline'.
9754
9755         * wl-xmas.el (wl-plugged-init-icons): Set up
9756         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9757         (wl-make-modeline): Abolish.
9758         (wl-draft-overload-functions): Set
9759         `mode-line-buffer-identification' instead of using
9760         `wl-make-modeline'.
9761
9762         * wl-util.el (wl-make-modeline-subr): Abolish.
9763         (wl-mode-line-buffer-identification): New alias.
9764
9765         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9766         (wl-summary-make-modeline): Abolish.
9767         (wl-summary-buffer-set-folder): Set
9768         `wl-summary-buffer-folder-indicator'.
9769         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9770         of using `wl-make-modeline'.
9771         (wl-summary-switch-to-clone-buffer): Don't set
9772         `mode-line-buffer-identification'.
9773         (wl-summary-goto-folder-subr): Ditto.
9774
9775         * wl-mule.el (wl-draft-overload-functions): Set
9776         `mode-line-buffer-identification' instead of using
9777         `wl-make-modeline'.
9778
9779         * wl-folder.el (wl-folder-mode): Set
9780         `mode-line-buffer-identification' instead of using
9781         `wl-make-modeline'.
9782         (wl-folder): Don't set `mode-line-buffer-identification'.
9783
9784 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9785
9786         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9787         instead of `member' for `wl-refile-guess-func-list' look-ups.
9788         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9789
9790 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9791
9792         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9793         `wl-message-button-dispatcher'.
9794
9795         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9796
9797         * wl-message.el (wl-message-button-dispatcher): Use it.
9798
9799         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9800         "In-Reply-To".
9801
9802         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9803         Bind `case-fold-search' to t.
9804
9805 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9806
9807         * wl-xmas.el (wl-message-overload-functions): Initialize
9808         `wl-message-button-map'.
9809
9810         * wl-mule.el (wl-message-overload-functions): Initialize
9811         `wl-message-button-map'.
9812
9813         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9814
9815         * wl-message.el (wl-message-button-map): New keymap.
9816         (wl-message-add-button): New function.
9817         (wl-message-button-dispatcher): New function.
9818         (wl-message-button-refer-article): New function.
9819
9820         * wl-highlight.el
9821         (wl-highlight-message-add-buttons-to-header): New function.
9822         (wl-highlight-headers): Use it.
9823
9824 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9825
9826         * wl-summary.el (wl-summary-default-from): Use
9827         `wl-address-get-petname-1'.
9828         (wl-summary-simple-from): Ditto.
9829
9830         * wl-address.el (wl-address-get-petname-1): New inline function.
9831         (wl-address-get-petname): Use it.
9832
9833 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9834
9835         * wl-summary.el (wl-summary-default-from): Return full-name part
9836         from the address if no petname was found.
9837         (wl-summary-simple-from): Ditto.
9838
9839         * wl-address.el (wl-address-get-petname): Return nil if no petname
9840         associated with the address was found.
9841
9842 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9843
9844         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9845         display is finished.
9846
9847 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9848
9849         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9850         `elmo-folder-exists-p' argument.
9851
9852 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9853
9854         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9855         the folder.
9856
9857 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9858
9859         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9860
9861         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9862         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9863
9864 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9865
9866         * wl-folder.el (wl-folder-create-subr): New function.
9867         (wl-folder-confirm-existence): Use it.
9868         (wl-folder-check-one-entity): Use it.
9869         Check the error symbol is derived from 'elmo-open-error.
9870
9871         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9872         `ignore-error'.
9873
9874 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9875
9876         * wl-util.el (toplevel): Add (eval-when-compile (require
9877         'elmo-util)).  (Maybe `provide' is typo.)
9878
9879 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9880
9881         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9882         (I don't know why this was needed.)
9883
9884         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9885         Follow up changes for stream-type.
9886
9887         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9888         (wl-draft-elmo-nntp-send): Ditto.
9889
9890         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9891         (wl-nntp-posting-stream-type): Ditto.
9892         (wl-pop-before-smtp-ssl): Abolished.
9893         (wl-nntp-posting-ssl): Ditto.
9894
9895         * wl-address.el (wl-address-quote-specials): New function.
9896         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9897
9898         * wl-draft.el (wl-draft-reply): Ditto.
9899
9900 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9901
9902         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9903         use function `wl-string-match-assoc'.
9904
9905 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9906
9907         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9908
9909         * wl-draft.el (wl-draft-deduce-address-list): New function.
9910         (wl-draft-parse-mailbox-list): Ditto.
9911         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9912         instead of `smtp-deduce-address-list'.
9913         (wl-draft-on-field-p): Follow group list.
9914
9915         * wl-address.el (wl-address-concat-token): New function.
9916         (wl-address-string-without-group-list-contents): Ditto.
9917         (wl-complete-field-body): Fixed problem of completion
9918         by japanese petname.
9919         (wl-address-make-completion-list): Rewrite.
9920
9921 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9922
9923         * wl-address.el (wl-address-make-completion-list): Completion by
9924         petname.
9925         (wl-complete-field-body): Likewise.
9926
9927 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9928
9929         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9930         contains invalid address syntax.
9931
9932 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9933
9934         * wl-folder.el (wl-folder-check-entity-async): Use
9935         `elmo-nntp-spec-hostname'.
9936
9937 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9938
9939         * wl-summary.el (wl-summary-msgdb-load-async): Use
9940         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9941
9942 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9943
9944         * wl-draft.el (wl-draft-reply): Set argument
9945         `content-transfer-encoding' as nil.
9946
9947 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9948
9949         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9950         `wl-refile-alist'.
9951
9952 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9953
9954         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9955         (wl-draft-edit-string): Ditto.
9956         (wl-draft-forward): Ditto.
9957         * wl-summary.el (wl-summary-write): Ditto.
9958
9959 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9960
9961         * wl-summary.el (wl-summary-sync-update3): Call
9962         `wl-summary-buffer-number-column-detect'.
9963         (wl-summary-buffer-number-column-detect): Search from point-min.
9964
9965 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9966
9967         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9968         contains an address which is not included in original to or cc.
9969
9970 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9971
9972         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9973         begin-line does not exist.
9974         * wl-message.el (wl-message-uu-substring): Ditto.
9975
9976 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9977
9978         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9979         clear local variables.
9980         (wl-summary-exit): Call `elmo-commit'.
9981         (wl-summary-switch-to-clone-buffer): Call
9982         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9983         (wl-summary-goto-folder-subr): Ditto.
9984
9985         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9986         POP folder.
9987
9988 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9989
9990         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9991         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9992         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9993         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9994         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9995         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9996
9997         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9998
9999 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10000
10001         * wl-summary.el (wl-summary-search-by-subject):
10002         Search parent message from the latest one.
10003
10004 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10005
10006         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10007         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10008
10009         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10010         New user option.
10011
10012         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10013         if elmo-nntp-use-killed-list is nil.
10014         Use `elmo-msgdb-append-to-killed-list'.
10015         (Append numbers confirmed as disappeared to the killed list.)
10016         (wl-summary-confirm-appends): Don't display negative number.
10017
10018 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10019
10020         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10021
10022 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10023
10024         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10025         range is `all'.
10026         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10027         `elmo-list-bigger-diff'.
10028
10029 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10030
10031         * wl-summary.el (wl-summary-buffer-exit-func):
10032         New buffer local variable.
10033         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10034
10035 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10036
10037         * wl-demo.el (wl-demo): Fix the last change.
10038
10039 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10040
10041         * wl-demo.el (wl-demo): Don't use `eval'.
10042
10043 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10044
10045         * wl-summary.el (wl-summary-buffer-thread-modified):
10046         New buffer-local variable.
10047         (wl-summary-set-thread-modified): New function.
10048         (wl-summary-thread-modified-p): New function.
10049         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10050         (wl-summary-yank-saved-message): Use function
10051         `wl-summary-set-thread-modified'
10052         (wl-summary-switch-to-clone-buffer): Add
10053         `wl-summary-buffer-thread-modified'.
10054
10055         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10056         (wl-summary-buffer-mark-saved-hook): Ditto.
10057         * wl-summary.el (wl-summary-msgdb-save): New hook
10058         `wl-summary-buffer-message-saved-hook' and
10059         `wl-summary-buffer-mark-saved-hook'.
10060
10061 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10062
10063         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10064
10065 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10066
10067         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10068         don't hide scroll bars under FSF Emacsen because it may incur an
10069         undesirable redrawing.
10070
10071 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10072
10073         * wl-draft.el (wl-draft-edit-string): Call
10074         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10075
10076 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10077
10078         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10079
10080 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10081
10082         * wl-summary.el (wl-summary-msgdb-load-async): Call
10083         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10084
10085 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10086
10087         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10088         fringes in demo buffer; center bitmap logo correctly even if old
10089         Mule is used.
10090
10091 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10092
10093         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10094
10095         * wl-refile.el (wl-refile-subject-alist): New variable.
10096         (wl-refile-subject-alist-file-name): Ditto.
10097         (wl-refile-alist-setup): Rewrite.
10098         (wl-refile-alist-save): Use `elmo-object-save'.
10099         Eliminated arguments.
10100         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10101         (wl-refile-guess-by-subject): New function.
10102         (wl-refile-guess-func-list): Added it.
10103
10104 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10105
10106         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10107         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10108
10109 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10110
10111         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10112         New buffer-local variable.
10113         (wl-summary-buffer-next-folder-func): Ditto.
10114         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10115         if non-nil.
10116         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10117         if non-nil.
10118         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10119         if non-nil.
10120         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10121         if non-nil.
10122
10123 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10124
10125         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10126         permanently in the demo buffer.
10127
10128 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10129
10130         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10131         `mime-entity-fetch-field'.
10132
10133         * wl.el (wl-exit): Delete plugged buffer.
10134
10135         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10136         XEmacs has menubar feature.
10137
10138 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10139
10140         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10141         cannot arrive at the beginning of the buffer under old Emacsen.
10142
10143 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10144
10145         * wl-address.el (wl-address-ldap-search):
10146         Call `ldap-search-entries' with `withdn' argument t.
10147         (wl-complete-field-body): Bind completion-ignore-case as t.
10148         Clear ldap search hash when it was sole completion.
10149         Use elmo-string for pattern string.
10150         (wl-ldap-alias-safe-string): Eliminated needless let.
10151
10152 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10153
10154         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10155         (wl-ldap-alias-sep): New constant.
10156         (wl-ldap-search-attribute-type-list): Ditto.
10157         (wl-ldap-get-value): New function.
10158         (wl-ldap-make-filter): Ditto.
10159         (wl-ldap-make-matched-value-list): Ditto.
10160         (wl-ldap-alias-safe-string): Ditto.
10161         (wl-ldap-register-dn-string): Ditto.
10162         (wl-address-ldap-search): Rewrite.
10163
10164 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10165
10166         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10167         thread is deleted.
10168         (wl-thread-delete-line-from-buffer): Ditto.
10169         (wl-thread-get-exist-children): New function.
10170
10171 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10172
10173         * wl-demo.el (wl-demo): Made it to select various image types.
10174         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10175         from `wl-title-logo'.
10176         (wl-logo-ascii): New variable.
10177         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10178         (wl-demo-copyright-notice): New constant.
10179
10180         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10181
10182 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10183
10184         * wl-vars.el (wl-summary-target-above): Renamed from
10185         wl-summary-temp-above.
10186         * wl-score.el (wl-score-get-score-alist): Use it.
10187         (wl-summary-score-update-all-lines): Use it.
10188         * wl-summary.el: Ditto. (make-variable-buffer-local).
10189
10190 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10191
10192         * wl-vars.el (wl-ldap-port): New user option.
10193
10194         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10195         Rewite whole implementation.
10196         (wl-complete-field-body): Fixed.
10197
10198 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10199
10200         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10201         Choose implementation at compile time.
10202
10203 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10204
10205         * wl-address.el (wl-ldap-search-internal): New function.
10206         (wl-complete-field-to): Use it.
10207
10208 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10209
10210         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10211         Use `let' instead of `let*'.
10212         Require 'wl-vars.
10213
10214         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10215         Define as defcustom.
10216         (wl-ldap-base): Ditto.
10217         (wl-use-ldap): Ditto.
10218
10219 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10220
10221         * wl-address.el (wl-ldap-search): New function.
10222         (wl-complete-field-body): Use `wl-ldap-search'.
10223         (wl-ldap-server): New variable.
10224         (wl-ldap-base): Ditto.
10225         (wl-use-ldap): Ditto.
10226
10227 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10228
10229         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10230         (Pointed out by Mito <mit@nines.nec.co.jp>).
10231         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10232         buffer-local variables like `wl-summary-redisplay-internal'.
10233         (wl-summary-redisplay-all-header): Likewise.  Update
10234         Summary view too.
10235
10236 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10237
10238         * wl-summary.el (wl-summary-jump-to-parent-message):
10239         Consider prefix argument.
10240
10241         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10242         when closed thread is deleted.
10243
10244 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10245
10246         * wl-summary.el (wl-summary-jump-to-parent-message):
10247         Consider thread modification.
10248
10249 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10250
10251         * wl-message.el (wl-message-normal-get-original-buffer): Use
10252         `save-excursion'.
10253
10254         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10255         (wl-summary-showto-folder-regexp): Ditto.
10256
10257 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10258
10259         * wl-util.el (wl-delete-alist): Doc fix.
10260         (wl-delete-associations): New function.
10261         (wl-inverse-alist): New function.
10262         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10263         Split temporary variables. Use `wl-delete-associations'
10264         and `wl-inverse-alist'.
10265         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10266
10267 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10268
10269         * wl-folder.el (wl-folder-prefetch-entity):
10270         Execute prefetching if new count is unknown.
10271
10272 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10273
10274         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10275
10276         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10277         delete entity.
10278         (wl-thread-set-parent): If insert as top, set linked as nil.
10279
10280         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10281         `wl-thread-cleanup-symbols' when view mode is thread.
10282
10283 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10284
10285         * wl-folder.el (wl-folder-create-folder-entity): Use
10286         with-current-buffer.
10287         (wl-local-folder-init): Call set-buffer to make sure we are in
10288         the Folder buffer. Don't touch buffer-local variables here.
10289         (wl-folder-mode): Initialize buffer-local variables here.
10290
10291         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10292         (wl-folder-entity-assign-id): Ditto.
10293         (wl-folder-create-entity-hashtb): Ditto.
10294         (wl-local-folder-init): Ditto.
10295         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10296
10297 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10298
10299         * wl-summary.el (wl-summary-default-from): Fix probrem when
10300         std11-extract-address-components return (nil "foo@bar").
10301
10302 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10303
10304         * wl-draft.el (wl-draft-clone-local-variables):
10305         Remove redundant `setq'.
10306
10307 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10308
10309         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10310         Bind wl-highlight-x-face-func as nil while highlighting header.
10311
10312 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10313
10314         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10315
10316 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10317
10318         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10319         elmo-msgdb-overview-hashtb from copy-variables.
10320         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10321         instead of `elmo-msgdb-overview-get-entity-by-number'.
10322         (wl-summary-auto-refile): Ditto.
10323
10324         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10325         `elmo-msgdb-overview-get-entity' instead of
10326         `elmo-msgdb-search-overview-entity'.  Use
10327         `elmo-msgdb-overview-get-entity' instead of
10328         `elmo-msgdb-overview-get-entity-by-number'.
10329         (wl-thread-insert-entity-sub): Ditto.
10330         (wl-thread-insert-message): Ditto.
10331
10332         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10333         `elmo-msgdb-overview-get-entity'.
10334         (wl-normal-message-redisplay): Ditto.
10335
10336 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10337
10338         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10339         `wl-thread-entities'.
10340         (wl-thread-delete-message): Fix remove top message from
10341         `wl-thread-entity-list'.
10342
10343         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10344         wl-append(nconc), because update-list is broken on Meadow.
10345
10346         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10347         updating process.
10348         (wl-summary-rescan): Ditto.
10349         (wl-summary-sync-update3): Ditto.
10350         * wl-thread.el (wl-thread-set-parent): Renamed from
10351         `wl-summary-set-parent'.
10352         (wl-thread-insert-message): Updating buffer faster.
10353         (wl-thread-delete-message): Updating buffer faster.
10354
10355         * wl-score.el (wl-summary-score-update-all-lines): Changed
10356         interval for display progress gauge.
10357
10358 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10359
10360         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10361         folder always-sticky.
10362         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10363         defmacro.
10364
10365 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10366
10367         * wl-vars.el (wl-draft-add-references): New user option.
10368
10369         * wl-draft.el (wl-draft-add-references): New function.
10370         (wl-draft-yank-from-mail-reply-buffer): Use it.
10371         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10372         as nil.
10373
10374 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10375
10376         * wl-thread.el (wl-thread-update-line-msgs): Called
10377         `wl-thread-update-line-on-buffer-sub'.
10378         (wl-thread-update-line-on-buffer): Delete routine of inserting
10379         thread.
10380         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10381         moved from `wl-thread-update-line-on-buffer'.
10382         Add threshold for displaying progress gauge.
10383         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10384         argument of `wl-thread-update-line-msgs'.
10385         Add threshold for displaying progress gauge.
10386         * wl-folder.el:
10387         Add threshold for displaying progress gauge.
10388         * wl-score.el: Ditto.
10389
10390         * wl-expire.el (wl-summary-expire): Display deleting info.
10391
10392 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10393
10394         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10395         `no-msg'.
10396         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10397         argument of `wl-thread-update-line-msgs'.
10398         (wl-summary-set-parent): Added optional argument `parent-number'.
10399         (wl-summary-buffer-saved-message): New buffer local variable.
10400         (wl-summary-save-current-message): New command.
10401         (wl-summary-yank-saved-message): Ditto.
10402         (wl-summary-mode-map): Added key binding for
10403         `wl-summary-save-current-message' (\ew) and
10404         `wl-summary-yank-saved-message' (\C-y).
10405         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10406
10407 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10408
10409         * wl-summary.el (wl-summary-mode-map): Added key binding for
10410         `wl-summary-set-parent' (ts).
10411
10412 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10413
10414         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10415         subject faster. If thread number is reverse, delayed updating
10416         thread.
10417         (wl-summary-search-by-subject): Ditto.
10418         (wl-summary-put-alike): Ditto.
10419         (wl-summary-get-alike): Ditto.
10420         (wl-summary-insert-headers): Insert header of all overview in
10421         buffer.
10422         (wl-summary-rescan): Delayed updating thread. Kill search subject
10423         buffer for wl-summary-search-by-subject.
10424         (wl-summary-sync-update3): Ditto.
10425         (wl-summary-exit): Ditto.
10426         (wl-summary-goto-bottom-of-current-thread): Change for linked
10427         thread.
10428         (wl-summary-overview-create-summary-line): Change line for linked
10429         thread.
10430
10431         * wl-summary.el (wl-summary-update-thread): Use
10432         wl-thread-maybe-get-children-num.
10433         (wl-summary-set-parent): If change parent, move sub thread.
10434         (wl-summary-redisplay-internal): Add horizontal recenter.
10435         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10436
10437         * wl-thread.el (wl-thread-entity-get-linked): New function.
10438         (wl-thread-entity-set-linked): New function.
10439         (wl-thread-create-entity): Add linked element.
10440         (wl-thread-entity-insert-as-top): Use wl-append.
10441         (wl-thread-maybe-get-children-num): If closing thread, return
10442         children msgs.
10443         (wl-thread-update-line-msgs): Displaying progress message.
10444         (wl-thread-update-line-on-buffer-sub): Use
10445         wl-thread-maybe-get-children-num.
10446         (wl-thread-update-line-on-buffer): If update line is not exists,
10447         insert thread.
10448         (wl-thread-delete-message): If delete top msg of thread, search
10449         parent by subject.
10450         (wl-thread-insert-entity): Use
10451         wl-thread-maybe-get-children-num.
10452
10453         * wl-highlight.el (wl-highlight-summary-current-line): change
10454         sregexp for linked thread.
10455         * wl-util.el (wl-count-lines): Count lines.
10456         (wl-horizontal-recenter): horizontal recenter.
10457         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10458         (wl-score-get-alike): Ditto.
10459         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10460         (wl-subject-length-limit): New variable.
10461         (wl-highlight-thread-indent-string-regexp): Changed for linked
10462         thread.
10463
10464 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10465
10466         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10467         New variable (revival).
10468         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10469         by subject matching if there's no in-reply-to nor references field
10470         (revival).
10471
10472 \f
10473 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10474
10475         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10476         message.
10477
10478 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10479
10480         * wl-summary.el (wl-summary-reply): Return t if there was a
10481         message at cursor point.
10482         Added unwind-protect.
10483         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10484         returns t.
10485         (wl-summary-cancel-message): Do nothing when there's no message at
10486         cursor point.
10487         (wl-summary-forward): Ditto.
10488         (wl-summary-jump-to-parent-message): Ditto.
10489         (wl-summary-reedit): Ditto.
10490         (wl-summary-edit-addresses): Ditto.
10491         (wl-summary-pipe-message): Ditto.
10492         (wl-summary-print-message-with-ps-print): Ditto.
10493         (wl-summary-print-message): Ditto.
10494         (wl-summary-mark-as-important): Ditto.
10495         (wl-summary-mark-as-unread): Ditto.
10496
10497         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10498         message at cursor point.
10499         (wl-summary-reply-with-citation): Remove unwind-protect.
10500
10501         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10502         subject searching feature.
10503         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10504         Eliminated.
10505
10506 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10507
10508         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10509         New variable.
10510         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10511         by subject matching if there's no in-reply-to nor references field.
10512
10513         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10514
10515         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10516         when display is finished.
10517         (wl-folder-open-all): Ditto.
10518         (wl-folder-update-access-group): Ditto.
10519         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10520         * wl-thread.el (wl-thread-close-all): Ditto.
10521
10522         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10523         progress gauge only when it was displayed.
10524         * wl-folder.el (wl-folder-insert-entity): Ditto.
10525
10526 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10527
10528         * wl-summary.el (wl-summary-incorporate): Enclose
10529         `wl-summary-sync-force-update' with save-excursion.
10530
10531 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10532
10533         * wl-summary.el (wl-summary-prefetch-region):
10534         Pass current cursor point to `pos-visible-in-window-p' after
10535         moving cursor to the started point.
10536
10537 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10538
10539         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10540
10541         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10542         fields from the forwarding message.
10543         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10544         `ignored-fields'.
10545
10546 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10547
10548         * wl-mime.el (wl-message-request-partial):
10549         Eliminated argument `msgdb'.
10550         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10551         (wl-mime-combine-message/partial-pieces): Likewise.
10552         * tm-wl.el (wl-message-request-partial): Likewise.
10553         (wl-mime-combine-message/partial-pieces): Likewise.
10554
10555 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10556
10557         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10558         when display is finished.
10559
10560 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10561
10562         * wl-summary.el (wl-summary-goto-folder-subr):
10563         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10564
10565 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10566
10567         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10568         when cursor point is visible.
10569
10570 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-expire.el (wl-expire-archive-get-max-number):
10573         Don't use `file-name-directory'.
10574
10575 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10576
10577         * wl-expire.el (wl-expire-archive-get-max-number):
10578         Use `file-name-directory'.
10579
10580 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10581
10582         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10583         only when there is progress.
10584
10585 2000-04-13  Mito <mit@nines.nec.co.jp>
10586
10587         * wl-summary.el (wl-summary-sync-marks): Display progress.
10588
10589 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10592         (wl-summary-prev): Move cursor regardless of unread status.
10593         (wl-summary-next): Ditto.
10594
10595 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10596
10597         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10598         Added argument `target' and `number'.
10599         * tm-wl.el (wl-summary-burst-subr): New function.
10600         (wl-summary-burst): Use it.
10601
10602 2000-04-10  Mito <mit@nines.nec.co.jp>
10603
10604         * wl-mime.el (wl-burst): New function.
10605         (wl-summary-burst): Use it.
10606
10607 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10608
10609         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10610         as petname when there's no candidate.
10611
10612 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10613
10614         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10615         New variable.
10616         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10617
10618         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10619
10620         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10621
10622 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10623
10624         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10625         Use substring of `original' instead of buffer-substring.
10626         (wl-refile-evaluate-rule):
10627         Set `original' argument of wl-refile-expand-newtext.
10628
10629         * wl-summary.el
10630         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10631         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10632         (wl-summary-auto-refile): Check existence of destination folder just
10633         before marking.
10634
10635 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10636
10637         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10638         when wl-refile-get-field-value return nil.
10639
10640 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10641
10642         * wl-refile.el
10643         (wl-refile-expand-newtext): New function imported from Gnus.
10644         (wl-refile-evaluate-rule): Use it.
10645
10646 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10647
10648         * wl-summary.el (wl-summary-print-destination):
10649         Duplicate folder string to avoid putting text-property on
10650         original string.
10651
10652         * wl-refile.el (wl-refile-get-field-value): New function.
10653         (wl-refile-evaluate-rule): New function;
10654         Evaluate refile rule recursively.
10655         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10656         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10657         New function; Check existence of a target folder recursively.
10658         (wl-summary-auto-refile-check-refile-rule-alist):
10659         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10660
10661 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10662
10663         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10664
10665         * wl-folder.el (wl-create-folder-entity-from-buffer):
10666         Fixed problem when '}' character is contained in folder name.
10667
10668         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10669
10670 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10671
10672         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10673         (wl-fldmgr-add-completion-all-completions):
10674         Use wl-fldmgr-add-completion-hashtb.
10675
10676 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10677
10678         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10679         wl-fldmgr-add-completion-subr): New functions.
10680         * wl-folder.el (wl-folder-completion-func): New variable.
10681         * wl-summary.el (wl-summary-read-folder):
10682         Use wl-folder-completion-func.
10683
10684         * wl-refile.el: Eliminate throw & catch.
10685
10686         * wl.el (wl-plugged-sending-queue-status): Fixed.
10687
10688 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10689
10690         * wl-draft.el (wl-draft): Put category property on
10691         mail-header-separator.