(wl-draft-find-reply-headers): Avoid compile warning.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
4         from `wl-draft-reply').
5         (wl-draft-reply): Use it.
6         (wl-draft-find-reply-headers): Avoid compile warning.
7
8 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
9
10         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
11
12 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-message.el (wl-message-flag-indicator): New function.
15         (wl-message-redisplay): Use it.
16
17 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
18
19         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
20
21 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
24         instead of `read-event'.
25
26         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
27
28         * wl-mule.el (wl-read-event-char): Ditto.
29
30         * wl-e21.el (wl-read-event-char): Ditto.
31
32 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
33
34         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
35
36 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-vars.el (wl-draft-send-confirm-type): New user option.
39
40         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
41
42         * wl-draft.el (wl-draft-send-confirm): Confirmation by
43         `wl-draft-send-confirm-type'
44
45 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
46
47         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
48         Avoid error when the buffer name is already used.
49
50 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
51
52         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
53         the change of elmo-nmz -> elmo-search.
54         (wl-highlight-summary-line-help-echo-alist): Ditto.
55         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
56         (wl-nmz-folder-icon): Define as obsolete.
57         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
58         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
59
60 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
61
62         * wl-summary.el (wl-summary-get-list-info): Rewrite with
63         `elmo-find-list-match-value'
64
65 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
66
67         * wl-summary.el (wl-summary-get-list-info): Optimize.
68         Use List-Id and List-Post also.
69
70 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
73
74 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
75
76         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
77
78 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
79
80         * wl-util.el (wl-completing-read-multiple-1): New internal function.
81         (wl-completing-read-multiple-2): Ditto.
82         (wl-completing-read-multiple): Define use above functions.
83
84         * wl-summary.el (wl-summary-sort): Removed the workaround for a
85         bug of `completing-read-multiple' about default value.
86
87         * wl-xmas.el (wl-completing-read-multiple): Removed.
88
89         * wl-mule.el (wl-completing-read-multiple): Ditto.
90
91         * wl-e21.el (wl-completing-read-multiple): Ditto.
92
93 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-util.el (wl-filter-associations): New function.
96
97         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
98         (wl-spam-ignored-folder-list): Ditto.
99         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
100         (wl-spam-string-member-p): New function.
101         (wl-spam-domain): Use it.
102         (wl-spam-split-numbers): New function.
103         (wl-spam-apply-partitions): Ditto.
104         (wl-spam-register-spam-messages): Use `folder' instead of
105         `wl-summary-buffer-elmo-folder'.
106         (wl-spam-register-good-messages): Ditto.
107         (wl-summary-exec-action-spam): Decide a domain by real folder of
108         message.
109         (wl-summary-exec-action-refile-with-register): Likewise.
110
111 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-e21.el (wl-e21-find-image): New function.
114         (wl-e21-setup-toolbar): Use it instead of `find-image'.
115         (wl-e21-highlight-folder-group-line): Ditto.
116         (wl-folder-init-icons): Ditto.
117         (wl-plugged-init-icons): Ditto.
118         (wl-biff-init-icons): Ditto.
119
120 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
123         (wl-inhibit-save-drafts): New internal variable.
124         (wl-disable-auto-save): Ditto.
125         (wl-save-drafts): Treat above variables.
126         (wl-auto-save-drafts): New function.
127         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
128         `wl-stop-save-drafts'.
129         (wl-start-save-drafts): New function.
130         (wl-stop-save-drafts): Ditto.
131         (wl-set-auto-save-draft): New command.
132
133         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
134         `wl-set-save-drafts'.
135
136 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
139         `make-local-variable' instead of `make-variable-buffer-local'.
140
141 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
144
145 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
148
149 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
150
151         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
152         of working buffer.
153
154 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
157
158         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
159         value into recipients; Bind `wl-draft-remove-group-list-contents'
160         as nil.
161
162 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-summary.el (wl-summary-sort): Fixed the last change.
165
166         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
167         (wl-summary-sort-messages): Ditto.
168         (wl-summary-rescan): Use it.
169         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
170         `completing-read'; Append candidates for reverse order.
171
172 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
173
174         * Version number is increased to 2.15.2.
175
176 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
179         "Smaller".
180         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
181
182 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
185
186 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-vars.el (wl-draft-additional-header-alist): Add into the
189         customize group `wl-draft'.
190         (wl-draft-add-in-reply-to): Move customize group from `wl' to
191         `wl-draft'.
192         (wl-draft-add-references): Ditto.
193
194         * wl-action.el (wl-summary-print-argument): Rename argument from
195         `folder' to `data'.
196
197 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-summary.el (wl-summary-rescan-message): Call
200         `wl-thread-cleanup-symbols' before insert thread.
201
202 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl.el (wl-init): Set `elmo-get-folder-function' as
205         `wl-folder-make-elmo-folder'.
206
207         * wl-spam.el (wl-summary-exec-action-spam): Use
208         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
209
210         * wl-folder.el (wl-folder-make-elmo-folder): New function.
211         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
212         `elmo-make-folder'.
213         (wl-folder-get-elmo-folder): Ditto.
214         (wl-folder-create-subr): Simplify.
215
216 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
219
220 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
223         contents in message buffer instead of original buffer. If optional
224         argument specified, ask coding system for encode.
225
226 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
227
228         * wl-spam.el (wl-summary-test-spam-region): New function.
229         (wl-spam-setup): Bind "rkc".
230
231 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
232
233         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
234
235 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
236
237         * wl-spam.el (wl-summary-test-spam): Fix typo.
238         (wl-message-check-spam): Ditto.
239
240 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-summary.el (wl-summary-default-from): Simplify.
243
244 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-action.el (wl-summary-exec-action-refile): Simplify.
247         (wl-summary-exec-action-copy): Ditto.
248         (wl-summary-auto-refile): Check existence of temporary mark.
249
250 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-summary.el (wl-summary-create-line): Use
253         `elmo-time-to-datevec'.
254
255         * wl-expire.el (wl-expire-archive-date): Ditto.
256         (wl-expire-localdir-date): Ditto.
257
258         * wl-util.el (wl-day-number): Abolish.
259
260         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
261         of `wl-day-number'.
262         (wl-score-followup): Ditto.
263         (wl-score-add-followups): Ditto.
264         (wl-score-get-latest-msgs): Ditto.
265         (wl-score-get-header-entry): Ditto.
266         (wl-score-edit-insert-date): Ditto.
267
268 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
271         `elmo-message-entity-field' with 2nd argument `type'.
272
273 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
274
275         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
276
277 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-thread.el (wl-thread-delete-message): Delete descendant
280         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
281
282 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
283
284         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
285
286 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
289         `Access folder'.
290
291 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-vars.el (wl-access-folder-icon): New user option.
294
295         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
296         `Access folder'.
297
298 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-summary.el (wl-summary-buffer-set-folder): Use
301         `wl-folder-mime-charset'.
302
303         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
304         `mime-charset'.
305         (wl-folder-get-elmo-folder): Ditto.
306         (wl-folder-mime-charset): New function.
307
308 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-util.el (wl-parse-addresses): Define alias of
311         `elmo-parse-addresses' (move to `elmo-util.el').
312
313         * wl-summary.el (wl-summary-default-from): Follow the API change.
314         (wl-summary-overview-entity-compare-by-date): Ditto.
315         (wl-summary-overview-entity-compare-by-from): Ditto.
316         (wl-summary-get-list-info): Get value of `ml-info' field from
317         entity at first.
318         (wl-summary-rescan-message): Treat prefix argument.
319         (wl-summary-prefetch-msg): Follow the API change.
320         (wl-summary-search-by-subject): Ditto.
321         (wl-summary-insert-thread): Ditto.
322         (wl-summary-line-subject): Ditto.
323         (wl-summary-line-from): Ditto.
324         (wl-summary-create-line): Ditto.
325         (wl-summary-print-message-with-ps-print): Ditto.
326
327         * wl-score.el (wl-score-ov-entity-get): Ditto.
328         (wl-score-followup): Ditto.
329         (wl-score-add-followups): Use `elmo-message-entity-field' instead
330         of `car'.
331         (wl-score-get-latest-msgs): Follow the API change.
332         (wl-score-get-header): Ditto.
333
334         * wl-refile.el (wl-refile-learn): Ditto.
335         (wl-refile-subject-learn): Ditto.
336         (wl-refile-get-field-value): Ditto.
337         (wl-refile-guess-by-history): Ditto.
338         (wl-refile-guess-by-subject): Ditto.
339
340         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
341
342         * wl-expire.el (wl-expire-date-p): Removed.
343         (wl-expire-archive-date): Follow the API change.
344         (wl-expire-localdir-date): Ditto.
345         (wl-summary-expire): Ditto.
346
347         * Version number is increased to 2.15.1.
348
349 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
352         group is access or not (it is not strict, like wl-fldmgr-rename).
353
354 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
355
356         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
357         duplicate call of `wl-summary-print-argument' on the wrong line.
358
359 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
362         even if argument `number' is nil.
363         (wl-summary-insert-line): Print action argument if current message
364         has it.
365
366 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
369         (wl-draft-reply): Ditto.
370         (wl-draft): Add optional argument `parent-number' and call
371         `wl-draft-create-buffer' with it.
372         (wl-draft-create-buffer): Add optional argument
373         `parent-number'. Set wl-draft-parent-number as it.
374
375 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl-folder.el (wl-folder-set-persistent-mark): If summary
378         buffer is not for given folder, don't use it.
379
380 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * Version number is increased to 2.15.0.
383
384 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
387
388         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
389         (wl-highlight-get-face-by-name): New internal function.
390         (wl-highlight-summary-line-face-spec): Use it and fixed.
391
392 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-summary.el (wl-summary-sync-update): Use
395         `elmo-message-entity-field' instead of `car' to get message-id
396         from overview entity.
397
398         * wl-summary.el (wl-summary-rescan-message): Call
399         `wl-highlight-summary-displaying' when displaying a message.
400
401 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
402
403         * wl-draft.el (wl-draft-config-info-filename): Extracted from
404         `wl-draft-config-info-operation'.
405         (wl-draft-buffer-change-number): New function.
406         (wl-draft-rename-saved-config): Ditto.
407         * wl.el (wl-init): Connect slot for message-number-changed.
408         (toplevel): Add autoload for wl-draft-rename-saved-config.
409
410 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
413         `update-overview'
414         (wl-summary-buffer-detach): Disconnect from it.
415         (wl-summary-rescan-message): Use command.
416
417         * wl-message.el (wl-message-buffer-display): Use
418         `with-current-buffer' instead of `save-excursion'.
419
420 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-mime.el (wl-draft-preview-attributes-list): Protect
423         wl-draft-preview-attributes-list from distraction.
424
425 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
426
427         * wl-summary.el (wl-summary-sync-update): Sort the return value of
428         `elmo-list-diff'.
429
430 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-summary.el
433         (wl-summary-edit-addresses-collect-candidate-fields): Use
434         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
435
436         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
437         instead of `elmo-set-work-buf'.
438
439         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
440         (wl-address-make-address-list): Ditto.
441
442         * Version number is increased to 2.13.3.
443
444 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
447         user option.
448
449         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
450         argument `5'.
451
452         * wl-message.el (wl-message-display-no-merge-p): New function.
453         (wl-message-buffer-display): Check whether the message is
454         reassembled and follow the API change.
455
456 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
459         multibyte on working buffer and removed unnecessary
460         `buffer-disable-undo'.
461
462 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-util.el (wl-read-search-condition-internal): Fixed the last
465         change.
466
467 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-util.el (wl-read-search-condition-internal): Protect
470         elmo-global-flags from distraction.
471
472 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
475
476         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
477         (wl-summary-event-handler): Ditto.
478         (wl-summary-update-persistent-mark-on-event): New
479         function (renamed from `elmo-event-handler-flag-changed').
480         (wl-summary-buffer-attach): New function.
481         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
482         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
483         instead of `elmo-folder-add-handler'.
484
485         * Version number is increased to 2.13.2.
486
487 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
490         and "\177" to the `wl-news-previous-page'.
491         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
492         (wl-news-previous-page): New function.
493
494 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
497         instead of `write-region' and simplify.
498
499 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-template.el (wl-template-select): Cause error if
502         `wl-template-alist' is nil.
503
504 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
505
506         * wl-news.el.in: Set file variable `no-byte-compile'.
507
508 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
511         whether a target message is within displaying area.
512         (elmo-event-handler-cache-changed): Ditto.
513
514 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
515
516         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
517         to `defun'.  Use `nconc' instead of `append' to collect descendant
518         message numbers.
519
520 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
521
522         * wl-thread.el (wl-thread-save-top-list)
523         (wl-thread-save-entities): Use `with-temp-buffer'.
524         * wl-news.el.in (wl-news-previous-version-load):
525         (wl-news-previous-version-save): Ditto.
526         * wl-summary.el (wl-summary-load-file-object)
527         (wl-summary-save-view-cache): Ditto.
528
529 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-util.el (toplevel): Require 'elmo-flag'.
532         (wl-read-search-condition): New function (Renamed from
533         `elmo-read-search-condition').
534         (wl-read-search-condition-internal): Likewise.
535
536         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
537         invalid.
538         (wl-summary-pick): Use `wl-read-search-condition' instead of
539         `elmo-read-search-condition'.
540         (wl-summary-virtual): Ditto.
541
542         * wl-folder.el (wl-folder-virtual): Ditto.
543         (wl-folder-pick): Ditto.
544
545         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
546
547 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-summary.el (wl-summary-reedit): Call
550         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
551
552 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-mime.el (toplevel): Require wl-vars.
555
556         * wl-message.el (toplevel): Require cl at compile.
557
558         * wl-draft.el (toplevel): Require elmo.
559
560 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
561
562         * wl-message.el (wl-message-buffer-prefetch): Count is a number
563         and do nothing when it is not positive.
564         (wl-message-buffer-prefetch-next): Ditto.
565
566 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
569         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
570         (wl-summary-redisplay-internal): Ditto.
571
572         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
573         message (the condition is borrowed from `wl-check-variables-2').
574         (wl-summary-redisplay-internal): Ditto.
575
576 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-mime.el (wl-draft-nntp-attribute): New function.
579         (wl-draft-attribute-nntp-posting-server): Use it.
580         (wl-draft-attribute-nntp-posting-port): Ditto.
581
582         * wl-mime.el (wl-draft-preview-attributes-list): New function.
583         (wl-draft-show-attributes-buffer): Ditto.
584         (wl-draft-hide-attributes-buffer): Ditto.
585         (wl-draft-attribute-newsgroups): Ditto.
586         (wl-draft-attribute-nntp-posting-server): Ditto.
587         (wl-draft-attribute-nntp-posting-port): Ditto.
588         (wl-draft-preview-message): Use there functions.
589
590         * wl-vars.el (wl-draft-preview-attributes-list): Change default
591         value.
592
593 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
596         (wl-draft-reedit): Ditto.
597         (wl-draft-queue-flush): Ditto.
598
599         * wl-mime.el (wl-message-request-partial): Ditto.
600         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
601         instead of `elmo-message-fetch'.
602
603         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
604
605         * wl-summary.el (wl-summary-message-string): Ditto.
606
607 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-util.el (wl-current-message-buffer): Follow the API change.
610
611         * wl-summary.el (wl-summary-redisplay-internal): Call
612         `wl-summary-mark-as-read' with 2nd argument as nil and update
613         unread count instead of persistent mark.
614
615         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
616         variable.
617         (wl-message-redisplay): Follow the API change.
618         (wl-message-buffer-display): Managed mime-entity directly and
619         return preview buffer only.
620         (wl-message-display-internal): Rewrite.
621         (wl-message-buffer-prefetch-subr): Not save return value of
622         `wl-message-buffer-display'.
623
624         * Version number is increased to 2.13.1.
625
626 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
629         'elmo-multiple-fields-body-list' with boundary specified.
630
631 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
632
633         * wl-vars.el (wl-summary-resend-use-cache): New variable.
634         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
635         cache if `wl-summary-resend-use-cache' is non-nil.
636
637 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
638
639         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
640         (wl-nntp-posting-stream-type): Ditto.
641
642 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
643
644         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
645
646 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
647
648         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
649         message.
650
651 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
654         Abolish.
655         (wl-summary-buffer-persistent-mark-version): New internal
656         variable.
657         (wl-summary-update-mark-and-highlight-window): Check by
658         wl-summary-persistent-mark-invalid-p.
659         (wl-summary-update-status-marks): Ditto.
660         (elmo-event-handler-flag-changed): Rewrite.
661         (elmo-event-handler-cache-changed): Define.
662         (wl-summary-prefetch-msg): Does not update persistent mark here.
663         (wl-summary-delete-cache): Ditto.
664         (wl-summary-resume-cache-status): Ditto.
665         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
666         (wl-summary-persistent-mark-invalid-p): New function.
667         (wl-summary-validate-persistent-mark): Ditto.
668         (wl-summary-validate-persistent-mark-string): Ditto.
669         (wl-summary-invalidate-persistent-mark): Ditto.
670         (wl-summary-update-persistent-mark): Call
671         `wl-summary-validate-persistent-mark'.
672         (wl-summary-create-line): Call
673         `wl-summary-validate-persistent-mark-string'.
674
675         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
676         status as t if cache used.
677
678 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
679
680         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
681         only if the target is group.
682         * wl-folder.el (wl-folder-append-petname): Don't check group name.
683
684 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
687
688 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
689
690         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
691
692         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
693
694 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
697         (Thanks to Yoichi NAKAYAMA).
698
699 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-util.el (wl-save-drafts): Restore echo area.
702
703 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
704
705         * Version number is increased to 2.13.0.
706
707         * wl-util.el (wl-biff-check-folder-async): Use
708         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
709
710 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-message.el (wl-message-display-internal): Does not put
713         wl-message-display-type property on message buffer.
714         (wl-message-buffer-display-type): New function.
715
716         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
717
718         * wl-summary.el (wl-summary-mode): Use `dolist' to add
719         `wl-summary-buffer-detach'.
720         (wl-summary-message-display-type): Use
721         `wl-summary-buffer-display-type'.
722
723 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
724
725         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
726         buffer-local.
727
728         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
729         kill-buffer-hook instead of make-local-variable.
730         (wl-draft-preview-message): Set `local' argument of add-hook as t.
731
732 2004-12-12  Scott Renfro <scott@renfro.org>
733
734         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
735         regex for square-branket.
736
737 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
740         `wl-message-mime-analysis-p' with argument `header'.
741
742 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
743
744         * wl-mime.el (wl-draft-yank-current-message-entity): 
745         Switch to no-mime following method according to wl-message-display-type
746         property.
747         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
748
749         * wl-message.el (wl-message-display-internal): 
750         Put wl-message-display-type property on message buffer.
751
752         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
753         (wl-message-display-internal): Ditto;
754
755         * wl-summary.el (wl-summary-toggle-mime): Ditto.
756
757 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-message.el (wl-message-make-display-type): New function.
760         (wl-message-display-type-property): Ditto.
761         (wl-message-mime-analysys-p): Ditto.
762         (wl-message-display-all-header-p): Ditto.
763         (wl-message-redisplay): Removed argument `as-is', `all-header' and
764         added `display-type'.
765         (wl-message-buffer-display): Likewise.
766         (wl-message-display-internal): Likewise.
767         (wl-message-buffer-display-type): Abolish.
768         (wl-message-buffer-prefetch-subr): Follow the API changed.
769
770         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
771         from wl-summary-buffer-display-all-header and changed default value.
772         (wl-summary-message-display-type): New function.
773         (wl-summary-buffer-display-mime-mode): Ditto.
774         (wl-summary-buffer-display-header-mode): Ditto.
775         (wl-summary-toggle-mime): Rewrite with above functions.
776         (wl-summary-toggle-all-header): Ditto.
777         (wl-summary-redisplay): Force redisplay with default mode.
778         (wl-summary-redisplay-internal): Renamed argument from `mode',
779         `all-header' to `mime-mode', `header-mode'.
780         Use `wl-message-make-display-type'.
781
782         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
783         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
784
785 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
786
787         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
788
789 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
792         in original message buffer.
793         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
794         buffer.
795
796 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
797
798         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
799
800 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
803
804 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
805
806         * wl-action.el (wl-summary-exec-action-refile): Display a done message
807         when actions succeeded.
808         (wl-summary-exec-action-copy): Likewise.
809
810 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
811
812         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
813         there is switch-to-buffer at the end of wl-message-select-buffer.
814         (wl-summary-reply): Ditto.
815
816 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
817
818         * wl-summary.el (wl-summary-forward): Put subject in original
819         message buffer as argument of wl-draft-forward.
820         * wl-draft.el (wl-draft-forward): Decode subject as in
821         wl-draft-reply.
822
823 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
824
825         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
826         a folder under access group.
827
828 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
831         wl-message-buffer-display.
832
833         * wl-util.el (wl-set-save-drafts): Fix typo.
834
835 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
838         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
839         wl-highlight-logo-face to set the bg color of an xbm image; fixed
840         the way to measure the width of a bitmap image; don't put face on
841         ascii and bitmap images; put the mark which should not use the
842         variable-pitch face on ascii and bitmap images.
843         (wl-demo-setup-properties): Don't use the variable-pitch face on
844         ascii and bitmap images; made it work on Emacs 20 and earlier.
845         (wl-demo-insert-text): End with a newline at the bottom; don't put
846         face on text.
847
848         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
849
850 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
853
854         * wl-util.el (wl-save-drafts): Moved from sample setting.
855         (wl-set-save-drafts): New function to set idle timer.
856         * wl-draft.el (wl-draft): Call it.
857         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
858
859 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
860
861         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
862         a summary which has toggle display status off.
863
864 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-draft.el (wl-draft-do-fcc): No cache save.
867
868 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-summary.el (elmo-event-handler-flag-changed): Use
871         `set-buffer' instead of `with-current-buffer'.
872
873 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-summary.el (wl-summary-after-resize-function): New function.
876         (wl-summary-mode): Add `wl-summary-after-resize-function' to
877         window-size-change-functions.
878
879 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-draft.el (wl-draft-create-buffer): Bind
882         `change-major-mode-hook' after current buffer is changed.
883
884         * wl-summary.el (wl-summary-buffer-detach): New function.
885         (wl-summary-buffer-set-folder): Call it.
886         (wl-summary-mode): Add `wl-summary-buffer-detach' to
887         change-major-mode-hook and kill-buffer-hook.
888         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
889         (wl-summary-switch-to-clone-buffer): Ditto.
890         (wl-summary-goto-folder-subr): Ditto.
891
892 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
893
894         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
895         after boundp check.
896
897 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
900         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
901         for `kill-buffer'.
902
903         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
904         handler of current buffer from elmo-folder.
905
906 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
907
908         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
909
910 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * wl-summary.el (wl-summary-buffer-event-handler): New internal
913         variable.
914         (wl-summary-event-handler): New class.
915         (elmo-event-handler-flag-changed): Define to update persistent
916         mark.
917         (wl-summary-buffer-set-folder): Register event handler to
918         elmo-folder.
919         (wl-summary-exit): Unregister event handler.
920         (wl-summary-goto-folder-subr): Ditto.
921         (wl-summary-mark-as-read-all): Does not call
922         `wl-summary-update-persistent-mark' directly.
923         (wl-summary-mark-as-read-internal): Ditto.
924         (wl-summary-set-persistent-mark-internal): Ditto.
925         (wl-summary-set-flags-internal): Ditto.
926
927         * Version number is increased to 2.11.33.
928
929 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
930
931         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
932         to nil.
933
934 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-spam.el (wl-spam-setup): Add hook
937         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
938         instead of `wl-summary-prepare-hook'.
939
940         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
941         if folder type is `'flag'.
942         (wl-summary-mark-as-important): Ditto.
943
944 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-address.el (wl-address-minibuffer-history): New variable.
947         (wl-address-minibuffer-local-map): New keymap.
948         (wl-address-read-from-minibuffer): New function.
949
950         * wl-action.el (wl-summary-get-resend-address): Use
951         `wl-address-read-from-minibuffer' instead of `completing-read'.
952
953 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * Version number is increased to 2.11.32.
956
957 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
958
959         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
960         without mule to iso-8859-1.
961         (wl-draft-add-in-reply-to): Add note in description.
962         (wl-draft-add-references): Ditto.
963
964 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
965
966         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
967         definition for `m'.
968         (wl-summary-mode-line-format): Add '[%m]'.
969         (wl-message-mode-line-format-spec-alist): Ditto.
970         (wl-summary-display-mime-mode-list): New variable.
971
972         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
973         from wl-summary-buffer-display-as-is.
974         (wl-summary-buffer-display-all-header): New buffer local variable.
975         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
976         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
977         instead of wl-summary-buffer-display-as-is.
978         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
979         (wl-summary-set-persistent-mark): Ditto.
980         (wl-summary-set-message-buffer-or-redisplay): Just call
981         `wl-summary-redisplay-internal' without optional arguments.
982         (wl-summary-toggle-mime): Rewrite.
983         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
984         (wl-summary-toggle-all-header): New function.
985         (wl-summary-redisplay-internal): Treat mime mode.
986
987         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
988         to wl-mime-preview-follow-no-mime.
989         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
990         accodring to the display-mode.
991
992         * wl-message.el (wl-message-buffer-display-type): Rewrite.
993         (wl-message-buffer-display): Changed argument name from `as-is' to
994         `mode'.
995         (wl-message-display-internal): Ditto;
996         Bind elmo-mime-display-header-analysis according to the mode.
997         (wl-message-display-internal): Put wl-message-display-mime-mode
998         property on entire buffer.
999
1000 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1001
1002         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1003
1004 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1007         Don't extract mail address.
1008         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1009
1010         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1011
1012         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1013
1014 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1017         wl-fldmgr-cut-entity-list on confirmation.
1018
1019 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1020
1021         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1022         (wl-mime-quit-preview): Check existence of
1023         mime-edit-temp-message-buffer here.
1024
1025 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1026
1027         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1028         after deletion.
1029
1030         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1031         before calling wl-mime-quit-preview.
1032
1033 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-summary.el (wl-summary-pick): If call it with prefix
1036         argument, set `delete-marks' as non-nil. Pick from only visible
1037         messages.
1038         (wl-summary-check-target-mark): New function.
1039         (wl-summary-target-mark-mark-as-read): Use it.
1040         (wl-summary-target-mark-mark-as-unread): Ditto.
1041         (wl-summary-target-mark-operation): Ditto.
1042         (wl-summary-target-mark-set-flags): Ditto.
1043         (wl-summary-target-mark-save): Ditto.
1044         (wl-summary-target-mark-pick): Ditto.
1045         (wl-summary-target-mark-forward): Ditto.
1046         (wl-summary-target-mark-reply-with-citation): Ditto.
1047         (wl-summary-target-mark-print): Ditto.
1048         (wl-summary-target-mark-uudecode): Ditto.
1049
1050         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1051         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1052         with `ask-coding' is non-nil.
1053
1054 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * wl-thread.el (wl-thread-set-parent): If parent is a message
1057         which is identified by references, set linked as nil.
1058
1059 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1060
1061         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1062         (wl-message-mode-line-format-spec-alist): Ditto.
1063         (wl-message-mode-line-format): Ditto.
1064         (wl-summary-mode-line-format): Ditto for docstring.
1065         (wl-summary-no-mime-folder-list): Fix typo.
1066
1067         * wl-util.el (wl-current-message-buffer): Call
1068         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1069
1070         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1071         variable.
1072         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1073         of `wl-summary-redisplay-no-mime'.
1074         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1075         (wl-summary-toggle-mime): New function.
1076         (wl-summary-redisplay-all-header): Rewrite.
1077         (wl-summary-redisplay-no-mime): Ditto.
1078         (wl-summary-redisplay-internal): Added argument `as-is' and
1079         `all-header'.
1080
1081         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1082         New variable.
1083         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1084         bottom.
1085         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1086         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1087         "/" unconditionally.
1088
1089         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1090         wl-mime-preview-follow-no-mime for as-is content.
1091         (wl-mime-preview-follow-no-mime): New function.
1092         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1093
1094         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1095         and added `as-is', `all-header'.
1096         (wl-message-buffer-display): Ditto.
1097         (wl-message-buffer-display-type): New function.
1098
1099 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1100
1101         * wl-vars.el (wl-message-header-button-alist): Change default
1102         value.
1103         (wl-message-body-button-alist): Ditto.
1104
1105 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1106
1107         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1108
1109 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1112
1113 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1116         is always true.
1117
1118 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1121         on null entity.
1122
1123 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1126
1127 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-vars.el (wl-summary-resend-hook): New hook.
1130
1131         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1132         `wl-summary-resend-hook'.
1133
1134 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1135
1136         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1137         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1138         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1139         (wl-summary-new-cached-mark): Changed default value to 'n'.
1140         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1141         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1142         (wl-folder-sync-range-alist): Remove spec for 'flag.
1143         (wl-summary-force-prefetch-folder-list): New user option.
1144
1145         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1146         `wl-summary-toggle-persistent-mark'.
1147         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1148         number is nil.
1149         (wl-summary-mark-as-answered-region): Set interactive argument of
1150         `wl-summary-set-persistent-mark-internal'.
1151         (wl-summary-mark-as-important-region): Ditto.
1152         (wl-summary-unset-persistent-mark): Ditto.
1153         (wl-summary-set-persistent-mark): Ditto.
1154         (wl-summary-mark-as-answered): Ditto.
1155         (wl-summary-mark-as-important): Ditto.
1156         (wl-summary-set-persistent-mark-internal): Do nothing
1157         when `elmo-message-flag-available-p' is nil.
1158         (wl-summary-toggle-persistent-mark): New function.
1159         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1160         when the folder matches `wl-summary-force-prefetch-folder-list'.
1161
1162
1163         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1164         when number is nil.
1165         (wl-highlight-summary-forwarded-face): New face.
1166
1167 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1168
1169         * Version number is increased to 2.11.31.
1170
1171 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1172
1173         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1174         (wl-biff-check-folder-async): Ditto.
1175         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1176
1177 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1178
1179         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1180         Add an argument `reverse'.  All callers are updated.
1181         (wl-summary-sort): Add a prefix argument `reverse' to specify
1182         reverse sorting.
1183         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1184         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1185         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1186
1187 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-message.el (wl-message-redisplay): Does not narrow header if
1190         disply-type is all-header or as-is.
1191
1192         * wl-summary.el (wl-summary-enter-handler): Use
1193         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1194
1195 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1196
1197         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1198         after adding wl-draft-parent-variables.
1199         (wl-draft-forward): Ditto.
1200
1201 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1202
1203         * wl-summary.el (wl-summary-sync-marks): Call
1204         `wl-summary-set-persistent-mark' and
1205         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1206         (wl-summary-set-persistent-mark-internal): Add 4th argument
1207         `no-server'.
1208         (wl-summary-unset-persistent-mark): Ditto.
1209         (wl-summary-set-persistent-mark): Ditto.
1210         (wl-summary-add-flags-internal): Abolish.
1211         (wl-summary-remove-flags-internal): Ditto.
1212         (wl-summary-mark-as-important-internal): Ditto.
1213         (wl-summary-mark-as-important): Use
1214         `wl-summary-set-persistent-mark' instead of
1215         `wl-summary-add-flags-internal'.
1216         (wl-summary-mark-as-important-region): Ditto.
1217
1218         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1219
1220         * wl-summary.el (wl-summary-get-available-flags): New function.
1221         (wl-summary-sync-marks): Use it and simplified.
1222         (wl-summary-unset-persistent-mark): Use
1223         `wl-summary-get-available-flags'.
1224         (wl-summary-set-persistent-mark): Ditto.
1225
1226 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1229         id.
1230
1231 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1234         number, call `wl-summary-prev-line-content'. Show message when the
1235         message is not found.
1236
1237 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1240         wl-summary-enter-handler.
1241         (wl-summary-enter-handler): New command.
1242
1243         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1244         docstring and custom spec.
1245
1246         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1247         flags too; Don't treat Cached and New.
1248         (wl-summary-set-persistent-mark): Ditto.
1249
1250         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1251         `wl-folder-set-flag'.
1252
1253         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1254         instead of `wl-folder-set-flag'.
1255
1256         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1257         for completion.
1258         (wl-summary-set-persistent-mark): Ditto.
1259
1260         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1261         instead of `wl-draft-quit-preview'.
1262
1263         * wl-mime.el (toplevel): Avoid compile warning.
1264         (wl-mime-quit-preview): New function
1265         (formarly defined as `wl-draft-quit-preview').
1266         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1267         quitting method.
1268
1269         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1270
1271         * wl-folder.el (wl-folder-set-flag): Renamed from
1272         `wl-draft-set-flag-on-parent'.
1273
1274         * wl-draft.el (wl-draft-quit-preview): New function.
1275         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1276         (wl-draft-send): Call `wl-folder-set-flag' instead of
1277         `wl-draft-set-flag-on-parent'.
1278         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1279
1280 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1283         (wl-draft-send): Ditto.
1284
1285 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1286
1287         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1288         (wl-draft-kill-pre-hook): Set default value as nil.
1289         (wl-summary-reply-hook): Ditto.
1290         (wl-draft-kill-flags): Abolish.
1291
1292         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1293         (wl-draft-parent-variables): Renamed from
1294         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1295         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1296         argument; Add wl-draft-parent-variables to
1297         wl-draft-config-variables.
1298         (wl-draft-reply): Likewise.
1299         (wl-draft-kill-flags): Abolish.
1300         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1301         (wl-draft-set-flag-on-parent): New function.
1302         (wl-draft-setup-parent-flag): Ditto.
1303
1304 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1305
1306         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1307         `wl-draft-parent-folder' is "".
1308
1309 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1310
1311         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1312         (wl-summary-digit-jump): New function.
1313         (Adviced by John Owens and Hiroya Murata)
1314
1315         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1316         (Adviced by John Owens)
1317
1318         * wl-xmas.el (wl-message-define-keymap): Ditto.
1319
1320         * wl-mule.el (wl-message-define-keymap): Ditto.
1321
1322 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1325         change of return value of elmo-folder-count-flags.
1326
1327         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1328         (wl-summary-mark-as-read-internal): Ditto.
1329         (wl-summary-set-persistent-mark-internal): Ditto.
1330         (wl-summary-folder-info-update): Ditto.
1331         (wl-summary-sync-update): Fixed the last change.
1332
1333         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1334
1335 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1338         (wl-draft-kill-flags): Fixed docstring.
1339
1340         * wl-draft.el (wl-draft-kill-flags): New function.
1341         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1342
1343 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * wl-vars.el (wl-reply-hook): Abolish.
1346         (wl-draft-reply-hook): New hook.
1347         (wl-summary-reply-hook): Ditto.
1348         (wl-draft-forward-hook): Ditto.
1349         (wl-summary-forward-hook): Ditto.
1350         (wl-draft-kill-flags): New variable.
1351
1352         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1353         wl-summary-set-persistent-mark-internal.
1354         (wl-summary-sync-marks): Use elmo-preserved-flags.
1355         (wl-summary-update-persistent-mark): Make it interactive.
1356         (wl-summary-set-persistent-mark-internal): New inline function.
1357         (wl-summary-mark-as-answered): Use it.
1358         (wl-summary-mark-as-unanswered): Ditto.
1359         (wl-summary-unset-persistent-mark): New function.
1360         (wl-summary-set-persistent-mark): Ditto.
1361         (wl-summary-reply): Don't set answered flag;
1362         Run wl-summary-reply-hook instead.
1363         (wl-summary-forward): Call wl-draft-forward with number.
1364         Run wl-summary-forward-hook.
1365
1366         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1367         (wl-highlight-summary-line-face-spec): Use it as a default
1368         persistent mark face.
1369
1370         * wl-draft.el (wl-draft-forward): Added optional argument number;
1371         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1372         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1373         (wl-draft-kill): Use wl-draft-kill-flags.
1374
1375         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1376
1377         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1378         of return value of elmo-folder-count-flags.
1379
1380         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1381
1382         * wl-summary.el (wl-summary-count-unread): Ditto.
1383         (wl-summary-sync-update): Follow the change above.
1384         (wl-summary-force-prefetch): New function.
1385
1386 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1387
1388         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1389         variable `buf' with `let' instead of `setq'.
1390
1391 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1394         add Content-Disposition heaeder on the deleted part.
1395
1396 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-draft.el (wl-draft-save): Encode address list under edit by
1399         `eword-encode-unstructured-field-body'.
1400
1401         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1402
1403 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1404
1405         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1406         wl-current-summary-buffer.
1407
1408 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1409
1410         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1411         `numbers' is ignored.
1412
1413 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1414
1415         * wl-folder.el (wl-folder-open-folder): Avoid error.
1416         Reported by John Owens, [wl-en:815]
1417
1418         * wl.el (wl): Set timer for biff process even if prefix argument
1419         is given or auto-checking is quitted.
1420
1421         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1422         immediately.
1423         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1424         (wl-toggle-plugged): Ditto.
1425
1426         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1427         * wl-util.el (wl-biff-start): Use idle timer if
1428         `wl-biff-use-idle-timer' is non-nil.
1429
1430 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1431
1432         * wl-highlight.el (wl-highlight-message): Fix description.
1433
1434 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1437         tty.
1438
1439 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-action.el (wl-summary-exec): Print failure count.
1442
1443 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1444
1445         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1446         to `defun', remove interactive form.
1447         Set elmo-message-fetch-confirm when force-reload is non-nil.
1448
1449 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1450
1451         * wl-summary.el (toplevel): Removed unnecessary autoload.
1452
1453 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1454
1455         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1456         the buffer is generated from another message buffer.
1457
1458 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1461         extracted from `wl-fldmgr-save-folders'.
1462         (wl-fldmgr-delete): Call it after deletion.
1463
1464 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1467         multi-tty support.
1468
1469 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1470
1471         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1472
1473 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1474
1475         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1476         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1477
1478 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1481         unsubscribe list only if argument CLEAR is nil.
1482
1483 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1484
1485         * wl-draft.el (wl-draft-reply): Decode subject before removing
1486         Re: prefix.
1487
1488 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1489
1490         * wl-summary.el (wl-summary-sort-by-size): New command.
1491
1492 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * wl-summary.el (wl-summary-number-list-from-region): New
1495         function.
1496         (wl-summary-mark-as-read-region): Use it.
1497         (wl-summary-mark-as-unread-region): Ditto.
1498         (wl-summary-set-flags-region): Ditto and add optional argument
1499         remove.
1500         (wl-summary-mark-as-answered-region): Ditto.
1501         (wl-summary-mark-as-important-region): Ditto.
1502         (wl-summary-target-mark-mark-as-important): Added optional
1503         argument remove.
1504         (wl-summary-target-mark-mark-as-answered): Ditto.
1505         (wl-summary-target-mark-set-flags): Ditto.
1506
1507 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-summary.el (wl-summary-set-flags-region): Call
1510         `wl-summary-set-flags-internal' with number list instead of call
1511         one by each message.
1512         (wl-summary-target-mark-set-flags): Likewise.
1513
1514 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1517         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1518         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1519         (wl-summary-target-mark-mark-as-answered): Likewise.
1520
1521 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-summary.el (wl-summary-target-mark-forward): Use
1524         `wl-summary-delete-all-target-marks' instead of
1525         `wl-summary-delete-all-temp-marks'.
1526         (wl-summary-target-mark-reply-with-citation): Ditto.
1527         (wl-summary-target-mark-uudecode): Ditto.
1528         (wl-summary-target-mark-set-flags): Ditto and remove needless
1529         cursor move.
1530
1531 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-summary.el (wl-summary-target-mark-forward): Protect
1534         wl-summary-buffer-target-mark-list from nreverse.
1535         (wl-summary-target-mark-reply-with-citation): Ditto.
1536
1537 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1538
1539         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1540         `elmo-display-progress-threshold'.
1541
1542 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1545         check `wl-summary-highlight'.
1546         (wl-summary-window-scroll-functions): Respect value of
1547         `wl-summary-highlight'.
1548         (wl-summary-sync-update): Run hooks
1549         `wl-summary-buffer-window-scroll-functions' at any time.
1550
1551 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1552
1553         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1554         from `wl-summary-cleanup-temp-marks'.
1555         (wl-summary-cleanup-temp-marks): Abolish argument.
1556         * wl.el (wl-save-status): Revert previous change.
1557         (wl-execute-temp-marks): New function, call
1558         `wl-summary-exec-with-confirmation'.
1559         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1560         (wl-folder-save-and-exec-marks): Abolished.
1561
1562 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-e21.el (wl-e21-display-image-p): Respect
1565         `wl-highlight-folder-with-icon'.
1566         (wl-e21-highlight-folder-group-line): Highlight mouse line
1567         even if wl-e21-display-image-p is nil.
1568
1569         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1570         Respect value of `wl-summary-highlight'.
1571
1572         * wl.el (wl-save-status): Remove unused variable.
1573
1574         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1575         (wl-folder-mode-map): Bind it to "x".
1576
1577 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1578
1579         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1580
1581         * wl-thread.el (wl-thread-get-parent-list): Don't check
1582         disconnected ancestors, neglecting needless work in
1583         `wl-thread-update-indent-string-thread'.
1584
1585         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1586         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1587         argument, add argument default-keep to keep marks by default.
1588
1589         * Version number is increased to 2.11.30.
1590
1591         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1592         customization type and docstring.
1593         (wl-draft-reply-without-argument-list): Ditto.
1594
1595 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1598
1599         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1600
1601 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1602
1603         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1604
1605 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1608         save-excursion so as not to include run-hooks.
1609
1610 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1613         Clarify that marks are going to be cleared.
1614
1615 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1618         according to 3rd element of wl-summary-flag-mark.
1619
1620         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1621
1622 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-action.el (wl-summary-target-mark-all): Don't set
1625         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1626
1627 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1628
1629         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1630         (wl-forward-subject-prefix): Ditto.
1631         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1632         (wl-draft-reply-make-subject): Ditto.
1633
1634         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1635         `wl-draft-forward'.
1636         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1637
1638 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1639
1640         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1641         target message does not exist.
1642
1643 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1644
1645         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1646         `wl-subject-prefix-regexp'.
1647         (wl-subject-forward-prefix-regexp): New variable.
1648         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1649         `wl-draft-strip-subject-re' and take regexp as argument.
1650         (wl-draft-forward): Use it.
1651         (wl-draft-reply): Ditto.
1652
1653 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1654
1655         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1656         emacs multi-tty support.
1657
1658 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1659
1660         * wl-e21.el (wl-e21-display-image-p): Don't call
1661         `display-images-p'.
1662         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1663         support.
1664         (wl-highlight-folder-current-line): Ditto.
1665         (wl-folder-init-icons): Ditto.
1666
1667 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1670         the last line of summary in unplugged mode.
1671
1672 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1673
1674         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1675
1676 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1679         * wl-address.el (wl-address-user-mail-address-p): Use it.
1680         (wl-address-delete-user-mail-addresses): Ditto.
1681         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1682
1683         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1684         (wl-address-delete-user-mail-addresses): Ditto.
1685
1686         * wl-address.el (wl-address-delete-user-mail-addresses): New
1687         function.
1688         * wl-refile.el (wl-refile-guess-by-history): Use it.
1689         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1690         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1691
1692         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1693         use wl-address-user-mail-address-p.
1694
1695 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1696
1697         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1698         after opening group.
1699
1700 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1703         of elmo-set-buffer-multibyte.
1704
1705         * wl-message.el (wl-original-message-mode): Ditto.
1706
1707         * wl-score.el (wl-score-insert-header): Ditto.
1708
1709         * wl-summary.el
1710         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1711         (wl-summary-goto-folder-subr): Ditto.
1712         (wl-summary-insert-headers): Ditto.
1713
1714         * wl-util.el (wl-set-string-width): Ditto.
1715
1716         * Version number is increased to 2.11.29.
1717
1718 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1719
1720         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1721         (wl-highlight-summary-line-help-echo-alist): New variable.
1722         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1723         into `wl-highlight-summary-line-help-echo' and
1724         `wl-highlight-flag-folder-help-echo'.
1725         (wl-highlight-summary-line-string): Change accordingly.
1726         (wl-highlight-summary-current-line): Ditto.
1727
1728 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1731         at the beginning of field body (Thanks to Markus Knittig).
1732
1733         * wl-draft.el (wl-draft-insert-current-message): Also check
1734         summary buffer, remove unnecessary tag.
1735
1736 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1737
1738         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1739         when wl-message-buffer is nil.
1740
1741         * wl-folder.el (wl-folder): Abolish unused argument.
1742         Call wl-folder-init when wl-folder-entity is nil.
1743         * wl.el (wl): Change accordingly.
1744
1745 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1748         multibyte string before insert into draft buffer.
1749         (wl-draft-create-buffer): Always enable multibyte characters for
1750         draft buffer.
1751
1752         * Version number is increased to 2.11.28.
1753
1754 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1755
1756         * wl-folder.el (wl-folder-open-close): Handle blank line.
1757         (wl-folder-jump-to-current-entity): Ditto.
1758
1759 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * Version number is increased to 2.11.27.
1762
1763 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-thread.el (wl-thread-insert-message): When the thread is
1766         devided by wl-summary-max-thread-depth, insert line at the end of
1767         buffer.
1768
1769 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * Version number is increased to 2.11.26.
1772
1773 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1774
1775         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1776
1777 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1778
1779         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1780         value of stream-type and session.
1781
1782 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1783
1784         * Version number is increased to 2.11.25.
1785
1786 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1787
1788         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1789         in a quit message.
1790
1791 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1792
1793         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1794         (wl-summary-redisplay-no-mime-internal): Ditto.
1795
1796 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1797
1798         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1799         * wl-vars.el (wl-smtp-connection-type): Ditto.
1800
1801 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1802
1803         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1804         for the separator line and quote mail-header-separator.
1805
1806 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1809         result message.
1810
1811         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1812         `elmo-multiple-fields-body-list' with boundary as
1813         mail-header-separator.
1814
1815 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1816
1817         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1818
1819 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1820
1821         * wl-util.el (wl-list-diff): Remove unused function.
1822
1823         * wl-draft.el (wl-draft-send-confirm): Discard input before
1824         confirmation.
1825
1826 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1829         order of flag and new.
1830
1831 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1832
1833         * wl-vars.el (wl-refile-policy-alist): Abolished.
1834
1835         * wl-action.el (wl-summary-set-action-refile): Follow the change
1836         above.
1837
1838 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * wl-highlight.el (wl-highlight-signature-search): Don't use
1841         re-search-backward for a long word since it is possible to crash
1842         XEmacs because of a bug.
1843
1844 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1845
1846         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1847
1848 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1849
1850         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1851         argument for wl-summary-sync-force-update.
1852
1853 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1854
1855         * wl-summary.el (wl-summary-mode-map): Revival of
1856         wl-summary-mark-as-important related bindings;
1857         Bind 'F','tF','mF','rF','m&'.
1858         (wl-summary-mark-as-important-region): Revival.
1859         (wl-summary-target-mark-mark-as-important): Ditto.
1860         (wl-summary-target-mark-operation): New function.
1861         (wl-summary-target-mark-mark-as-answered): Use it.
1862         (wl-summary-decide-flag): Don't set Important as default.
1863         (wl-summary-mark-as-important-internal): Revival.
1864         (wl-summary-mark-as-important): Ditto.
1865
1866         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1867
1868         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1869         instead of facep.
1870
1871 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1872
1873         * wl-dnd.el (wl-dnd-drop-func): Fix.
1874
1875         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1876         mouse-set-point instead of posn-point.
1877
1878         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1879
1880         * wl-mule.el (wl-completing-read-multiple): Ditto.
1881
1882 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-demo.el (face-background-name): Defalias to avoid compile
1885         warning.
1886
1887 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1888
1889         * wl-summary.el (wl-summary-decide-flag): Use
1890         wl-completing-read-multiple instead of completing-read-multiple.
1891
1892         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1893         New alias.
1894
1895         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1896         Use face-background-name instead of face-background.
1897
1898         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1899
1900         * wl-summary.el (wl-summary-save): Use it.
1901         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1902
1903         * wl-mime.el (wl-mime-save-content): Fix last change.
1904
1905 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1906
1907         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1908         New function.
1909         (wl-summary-sort-specs): Added sort.
1910         * wl-mime.el (wl-mime-save-content): Expand file name.
1911
1912 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1915
1916         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1917
1918 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1921         for flag if it is not defined.
1922
1923 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-e21.el (wl-highlight-folder-current-line): Use
1926         elmo-folder-type-internal when elmo-folder-type returns nil.
1927
1928         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1929
1930         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1931
1932         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1933
1934         * wl-e21.el (wl-summary-toolbar): Ditto.
1935
1936         * wl-vars.el (wl-demo-background-color): Abolished.
1937         (wl-summary-persistent-mark-priority-list): Renamed from
1938         wl-summary-flag-priority-list.
1939         (wl-summary-flag-alist): New user option.
1940         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1941         (wl-message-mode-line-format-spec-alist): Added 'F'.
1942         (wl-message-mode-line-format): Likewise.
1943         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1944         instead of wl-summary-important-mark.
1945         (wl-file-folder-icon): New variable.
1946
1947         * wl-thread.el (wl-thread-set-flags): Renamed from
1948         wl-thread-mark-as-important.
1949
1950         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1951         warning.
1952         (wl-summary-mode-menu-spec): Follow the change of 
1953         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1954         (wl-summary-mode-map): Follow the change of
1955         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1956         (wl-summary-detect-mark-position): Follow the variable name change.
1957         (wl-summary-set-flags-region): New function for the replacement of
1958         wl-summary-mark-as-important-region.
1959         (wl-summary-sync-marks): Sync all global-flags.
1960         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1961         instead of elmo-message-flagged-p.
1962         (wl-summary-persistent-mark-string): Follow the variable name change;
1963         Put wl-summary-flag-mark if the message has global-flag.
1964         (wl-summary-target-mark-set-flags): Renamed from 
1965         wl-summary-target-mark-mark-as-important.
1966         (wl-summary-decide-flag): New function.
1967         (wl-summary-set-flags-internal): Renamed from
1968         wl-summary-mark-as-important-internal.
1969         (wl-summary-add-flags-internal): New function.
1970         (wl-summary-remove-flags-internal): Ditto.
1971         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1972         (wl-summary-mark-as-unimportant): Abolish.
1973         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1974         (wl-summary-next-message): List flagged messages in the msgdb.
1975
1976         * wl-score.el (wl-summary-score-update-all-lines): Use
1977         wl-summary-add-flags-internal instead of 
1978
1979         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1980
1981         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1982         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1983         (wl-message-buffer-require-all-header): Renamed from
1984         wl-message-buffer-all-header-flag (Ditto).
1985         (wl-message-buffer-flag-indicator): New variable.
1986         (wl-message-redisplay): Changed local varibale name from `flag' to
1987         `display-type'; Set up wl-message-buffer-flag-indicator.
1988         (wl-message-buffer-display): Changed varibale name from `flag' to
1989         `display-type'.
1990         (wl-message-display-internal): Likewise.
1991
1992         * wl-highlight.el (wl-highlight-demo-face): Define default background
1993         color.
1994         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1995
1996         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1997
1998         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1999         (wl-demo-setup-properties): Renamed from
2000         `wl-demo-set-background-color'.
2001         (wl-demo): Follow the change above.
2002         
2003         * Version number is increased to 2.11.24.
2004
2005 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-summary.el (wl-summary-toggle-thread): Call
2008         `wl-summary-rescan' with disable-thread as non-nil.
2009         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2010
2011 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2014         foreground property of the face.
2015         (wl-demo-insert-text): Don't set up face property here.
2016         (wl-demo): Call wl-demo-set-background-color, anyway.
2017
2018 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2019
2020         * wl-vars.el (wl-demo-background-color): The value can be nil.
2021
2022 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2023
2024         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2025         to wl-summary-wheel-dispatcher.
2026
2027         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2028         wl-message-wheel-dispatcher.
2029         (wl-message-wheel-dispatcher): New function.
2030         (wl-summary-wheel-dispatcher): Ditto.
2031
2032 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2033
2034         * wl-action.el (wl-summary-target-mark-all): List messages which are
2035         not in the killed-list.
2036
2037         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2038         only when the folder is 'flag/important.
2039
2040         * wl-address.el (wl-complete-field-body): Complete if the last
2041         character is a space.
2042
2043 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * wl-folder.el (wl-folder-clear-entity-info): Use
2046         elmo-clear-hash-val.
2047
2048         * wl-fldmgr.el (wl-fldmgr-rename): Set
2049         wl-folder-info-alist-modified as t.
2050
2051 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2054
2055 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2058         (wl-folder-buffer-last-visited-entity-id): New buffer local
2059         variable.
2060         (wl-folder-revisit-last-visited-folder): New function.
2061         (wl-folder-mode-map): Bind it to "C-i".
2062         (wl-folder-set-current-entity-id): Set last visited folder.
2063         * wl-summary.el (wl-summary-exit): Ditto.
2064
2065 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2068         before calling `recenter' in order to cope with an XEmacs bug.
2069
2070 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2073         to the default value.
2074
2075 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2078         change.
2079         (wl-summary-sync-marks): Ditto.
2080         (wl-summary-mark-as-read-internal): Ditto.
2081         (wl-summary-mark-as-answered-internal): Ditto.
2082         (wl-summary-mark-as-important-internal): Ditto.
2083         (wl-summary-reply): Ditto.
2084
2085         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2086         instead of `elmo-folder-unflag-answered'.
2087
2088         * Version number is increased to 2.11.23.
2089
2090         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2091         the last change.
2092
2093 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2094
2095         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2096         Specify "spam" or "good".
2097
2098 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2099
2100         * wl-spam.el (wl-summary-exec-action-spam): Call
2101         wl-folder-confirm-existence for spam folder.
2102         (wl-spam-setup): Bind "mk".
2103
2104 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2107
2108 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2111         destination folder is empty.
2112
2113 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2114
2115         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2116         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2117
2118         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2119         (wl-summary-refile-prev-destination-region): New function.
2120         (wl-thread-refile-prev-destination): Ditto.
2121         (wl-summary-target-mark-refile-prev-destination): Ditto.
2122
2123 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2124
2125         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2126         (wl-demo-background-color): Changed default value.
2127
2128         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2129         color.
2130
2131         * wl-demo.el (wl-demo-set-background-color): New function.
2132         (wl-demo): Call it.
2133
2134 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135
2136         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2137         * wl-address.el (wl-address-add-or-change): Don't add empty
2138         address.
2139
2140 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2141
2142         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2143
2144 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2145
2146         * wl-vars.el (wl-demo-image-filter-alist): New variable
2147         (wl-demo-background-color): Ditto.
2148
2149         * wl-demo.el (wl-demo-xpm-set-background): New function.
2150         (wl-demo-image-filter): Ditto.
2151         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2152
2153         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2154
2155         * wl-demo.el (wl-demo-icon-name): Define as function.
2156         (wl-demo-insert-image): Use it.
2157
2158 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2159
2160         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2161
2162 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2163
2164         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2165
2166 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2169
2170 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-thread.el (wl-thread-mark-as-answered): New function.
2173
2174         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2175         answered" entry.
2176         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2177         "r&" and wl-thread-mark-as-answered to "t&".
2178         (wl-summary-mark-as-important-region): Refine to toggle mark.
2179         (wl-summary-mark-as-answered-region): New function.
2180         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2181         and 3rd argument.
2182         (wl-summary-mark-as-important-internal): Likewise.
2183
2184 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * wl-template.el (wl-template-preview): New internal variable.
2187         (wl-template-preview-p): New function.
2188         (wl-template-show): Bind `wl-template-preview' as t.
2189
2190 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2193         `elmo-message-entity-field' with 3rd argument which is non-nil.
2194
2195 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2196
2197         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2198         Removed duplicate local bind `folder'.
2199
2200 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2203
2204 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2205
2206         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2207         duplicate definition.
2208
2209 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2212         non-nil, use it; Don't fetch message if there's no message in the
2213         current cursor position.
2214
2215 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-util.el (wl-region-exists-p): Use region-active-p.
2218         (wl-deactivate-region): New function.
2219         * wl-message.el (wl-message-redisplay): Deactivate region.
2220
2221         * wl-summary.el (wl-summary-reply): Call
2222         `wl-summary-set-message-buffer-or-redisplay' instead of
2223         `wl-summary-redisplay-internal', don't move point.
2224
2225 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2226
2227         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2228         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2229         by regexp.
2230
2231 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2234         if no need.
2235
2236 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2237
2238         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2239         default value to nil.
2240         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2241         `wl-summary-prepare-hook'; Replace refile action to
2242         `wl-summary-exec-action-refile-with-register'.
2243
2244         * Version number is increased to 2.11.22.
2245
2246 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * wl-summary.el (wl-summary-detect-mark-position): Set
2249         `wl-summary-buffer-weekday-name-lang'.
2250
2251 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2252
2253         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2254         (wl-summary-mark-as-read-all): Ditto.
2255         (wl-summary-delete-messages-on-buffer): Ditto.
2256         (wl-summary-sync-update): Ditto.
2257         (wl-summary-mark-as-read-internal): Ditto.
2258         (wl-summary-mark-as-answered-internal): Ditto.
2259         (wl-summary-update-folder-info): Abolished.
2260
2261 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-summary.el (wl-summary-mark-as-read-all): Use
2264         `wl-summary-update-folder-info' instead of
2265         `wl-folder-update-unread'.
2266
2267 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2268
2269         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2270         `wl-summary-folder-info-update'.
2271         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2272         instead of `wl-summary-folder-info-update'.
2273         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2274         `wl-folder-set-folder-updated'.
2275         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2276         instead of `wl-folder-update-unread'.
2277         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2278         the value of `wl-summary-buffer-unread-count' for the second parameter of
2279         `wl-folder-update-unread'.
2280
2281         * Version number is increased to 2.11.21.
2282
2283 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2284
2285         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2286         a local variable.
2287
2288 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2291         interactively.
2292
2293         * wl-summary.el (wl-summary-mark-as-important-internal): New
2294         internal function.
2295         (wl-summary-mark-as-important): Use it.
2296         (wl-summary-mark-as-unimportant): New function.
2297         (wl-summary-sync-marks): Follow the API change.
2298
2299         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2300
2301         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2302
2303 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2304
2305         * wl-folder.el (wl-folder-update-unread): Re-indent.
2306         Narrow the scope of a local variable.
2307
2308 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2311         (wl-addrmgr-merge-entries): Ditto.
2312         (wl-addrmgr): Added to address entry which exists in draft buffer
2313         if no entry is in original.
2314
2315 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2316
2317         * wl-batch.el: New file.
2318
2319 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2320
2321         * wl-vars.el (wl-use-semi): Remove unused variable.
2322
2323 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2324
2325         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2326         "?".
2327
2328 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2331         wl-summary-new-mark.
2332         (wl-summary-new-cached-mark): New user option.
2333         (wl-summary-score-marks): Follow the change above.
2334         (wl-summary-auto-refile-skip-marks): Ditto.
2335         (wl-summary-incorporate-marks): Ditto.
2336         (wl-summary-expire-reserve-marks): Ditto.
2337
2338         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2339
2340         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2341         (wl-summary-persistent-mark-string): Distinguished between cached
2342         and uncached mark when the message is new.
2343
2344 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2345
2346         * wl-spam.el (wl-spam-domain): Renamed from
2347         `wl-spam-folder-guess-domain'.
2348         (wl-summary-exec-action-spam): Register as spam if domain of the
2349         source folder is good.
2350         (wl-summary-exec-action-refile-with-register): Register message if
2351         domain of the source folder is not undecided.
2352
2353 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2356         detect thread loop.
2357
2358 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2361         and wl-summary-skip-mark-list.
2362
2363 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2366
2367         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2368
2369         * wl-spam.el (toplevel): Require wl-highlight.
2370         (wl-spam-auto-check-policy-alist): Abolish.
2371         (wl-spam-auto-check-folder-regexp-list): New user option.
2372         (wl-spam-auto-check-marks): Ditto.
2373         (wl-spam-mark-action-list): Ditto.
2374         (wl-highlight-summary-spam-face): New face.
2375         (wl-spam-auto-check-message-p): New function.
2376         (wl-spam-map-spam-messages): Fixed message.
2377         (wl-spam-register-spam-messages): Ditto.
2378         (wl-spam-register-good-messages): Ditto.
2379         (wl-summary-spam-map): Add and remove keybind.
2380         (wl-summary-target-mark-spam): Abolish.
2381         (wl-summary-refile-spam): Ditto.
2382         (wl-summary-test-spam): New function.
2383         (wl-summary-mark-spam): Ditto.
2384         (wl-summary-auto-check-spam): Follow the above change.
2385         (wl-summary-exec-action-spam): New function.
2386         (wl-summary-exec-action-refile-with-register): Fixed message.
2387         (wl-message-check-spam): New function.
2388         (wl-spam-setup): Ditto.
2389         (toplevel): Call it if this file is loaded interactivity.
2390
2391         * Version number is increased to 2.11.20.
2392
2393 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2396         when new optional argument `force' is non nil or modified.
2397
2398 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl.el (toplevel): Require wl-spam when compile.
2401         (wl-save-status): Call wl-spam-save-status.
2402
2403         * wl-spam.el (wl-spam-register-spam-messages): New function.
2404         (wl-spam-register-good-messages): Ditto.
2405         (wl-spam-save-status): Ditto.
2406         (wl-summary-mode-map): Bind
2407         wl-summary-target-mark-register-as-spam to "ms" and
2408         wl-summary-target-mark-register-as-good to "mn".
2409         (wl-summary-register-as-spam): Abolish optional argument; Use
2410         wl-spam-register-spam-messages.
2411         (wl-summary-register-as-spam-all): Use
2412         wl-spam-register-spam-messages.
2413         (wl-summary-register-as-good): Abolish optional argument; Use
2414         wl-spam-register-good-messages.
2415         (wl-summary-register-as-good-all): Use
2416         wl-spam-register-good-messages.
2417         (wl-summary-target-mark-register-as-spam): New funtion.
2418         (wl-summary-target-mark-register-as-good): Ditto.
2419
2420 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2421
2422         * wl-spam.el: New file.
2423
2424 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2427
2428         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2429         (wl-summary-auto-refile): Call wl-refile-guess with
2430         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2431
2432 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2435         with disable-thread argument non-nil.
2436
2437 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2438
2439         * wl-summary.el (wl-summary-rescan): Added optional argument
2440         disable-thread.
2441         (wl-summary-sync): Call wl-summary-rescan with argument
2442         disable-thread.
2443         (wl-summary-input-range): Added new range `rescan-thread'.
2444
2445 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2448
2449 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2450
2451         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2452         internal variable.
2453         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2454         wl-summary-search-parent-by-subject-regexp and
2455         wl-summary-divide-thread-when-subject-changed as nil.
2456         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2457         (wl-summary-insert-thread): Search parent entity from
2458         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2459         thread loop.
2460
2461 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2464
2465         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2466
2467         * wl-util.el (wl-require-update-all-folder-p): New function.
2468         (wl-get-assoc-list-value): Added `function' to match directive.
2469         (wl-collect-draft): Rewrite.
2470
2471         * wl-summary.el (wl-summary-sync-update): Clear faces
2472         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2473         are non-nil.
2474         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2475         argument as function.
2476         (wl-summary-input-range): Ditto.
2477
2478         * wl-folder.el (wl-draft-get-folder): New function.
2479         (wl-folder-get-elmo-folder): Consider draft folder.
2480
2481         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2482         (wl-draft-buffer-message-number): New buffer local variable.
2483         (wl-draft-folder-internal): New internal variable.
2484         (wl-draft-delete): Rewrite.
2485         (wl-draft-save): Ditto.
2486         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2487         wl-folder-get-elmo-folder.
2488         (wl-draft-config-info-operation): Ditto.
2489         (wl-jump-to-draft-folder): Ditto.
2490         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2491         (wl-draft-reedit): Rewrite.
2492
2493         * Version number is increased to 2.11.19.
2494         
2495 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2496
2497         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2498         variable.
2499
2500 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2503         Use ignore-errors instead of unwind-protect.
2504
2505 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2506
2507         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2508         for updating `wl-thread-entity-list'.
2509
2510 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2511
2512         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2513         parameter from calling `wl-thread-entity-get-older-brothers' and
2514         `wl-thread-entity-get-younger-brothers'.
2515         Replace nested `append' with a single one.
2516
2517 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-summary.el (wl-summary-mode): Don't use the return value of
2520         `make-local-hook'.
2521
2522 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2523
2524         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2525         instead of `let*'.
2526         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2527         of local variables.
2528
2529 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2532         Renamed from wl-summary-window-scroll-functions.
2533         (wl-summary-window-scroll-functions): Don't set to variable.
2534         (wl-summary-display-top): Use run-hooks.
2535         (wl-summary-display-bottom): Ditto.
2536         (wl-summary-toggle-disp-msg): Ditto.
2537         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2538         Use it instead of wl-summary-window-scroll-functions.
2539         (wl-summary-goto-folder-subr): Don't call
2540         wl-summary-window-scroll-functions, use
2541         wl-summary-buffer-window-scroll-functions instead.
2542
2543 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2546         make-local-variable.
2547
2548 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2549
2550         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2551         set-buffer-modified-p.
2552         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2553         (wl-summary-display-bottom): Ditto.
2554         (wl-summary-toggle-disp-msg): Ditto.
2555
2556 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2559
2560         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2561         (wl-summary-forward): Use elmo-message-entity-field instead of
2562         elmo-message-field.
2563
2564         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2565
2566 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * wl-summary.el (wl-summary-window-scroll-functions): No use
2569         `append'.
2570
2571 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2574         function.
2575         (wl-summary-window-scroll-functions): Call it when both
2576         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2577         (wl-summary-temp-mark): Added optional argument number.
2578         (wl-summary-message-mark): Added optional argument flag.
2579         (wl-summary-persistent-mark): Added optional argument number and flag.
2580         (wl-summary-update-persistent-mark): Ditto.
2581         (wl-summary-update-status-marks): Set "r" for interactive spec.
2582
2583         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2584         argument number and flag.
2585
2586         * wl-action.el (wl-summary-registered-temp-mark): 
2587         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2588
2589 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2592         internal variable (buffer local).
2593         (wl-summary-window-scroll-functions): New function.
2594         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2595         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2596         as nil.
2597         (wl-summary-update-status-marks): Added arguments beg, end and
2598         check.
2599         (wl-summary-update-mark-window): Use function.
2600         (wl-summary-sync-update): Follow the change above.
2601         (wl-summary-switch-to-clone-buffer): Copy
2602         wl-summary-buffer-unsync-mark-number-list.
2603         (wl-summary-goto-folder-subr): Set
2604         wl-summary-buffer-unsync-mark-number-list and
2605         use wl-summary-window-scroll-functions instead of
2606         wl-summary-lazy-highlight.
2607
2608         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2609
2610 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2613
2614         * wl-summary.el (wl-summary-update-persistent-mark): Call
2615         wl-summary-set-message-modified.
2616
2617         * wl-summary.el (wl-summary-sync-update): Don't call
2618         wl-summary-update-status-marks.
2619
2620         * Version number is increased to 2.11.18.
2621
2622 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2625         (wl-message-next-page): Ditto.
2626
2627 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2628
2629         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2630         local variable.  Change the order of a collected list into the
2631         same as the specified range.  Remove nil from a collected list.
2632
2633 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2636         argument for elmo-folder-list-messages.
2637
2638 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2639
2640         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2641         change (wl-summary-count-unreads return a list instead of a cons
2642         cell).
2643
2644 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2645
2646         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2647         `wl-summary-folder-info-update'.
2648
2649 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-summary.el (wl-summary-set-message-modified): No use
2652         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2653         (wl-summary-set-mark-modified): Abolish.
2654         (wl-summary-mark-modified-p): Ditto.
2655         (wl-summary-save-view): Follow the change above.
2656
2657         * wl-expire.el (wl-summary-expire): Likewise.
2658
2659 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-summary.el (wl-summary-detect-mark-position): Use
2662         modb-entity-handler.
2663         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2664
2665         * Version number is increased to 2.11.17.
2666
2667 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2670         entity field value.
2671         (wl-summary-prefetch-msg): Ditto.
2672         (wl-summary-print-message-with-ps-print): Ditto.
2673
2674 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2677         for dummy entity.
2678         (wl-summary-insert-thread): Use elmo-message-entity-field.
2679         (wl-summary-update-thread): Use elmo-message-entity-field and
2680         elmo-message-entity-number.
2681         (wl-summary-line-number):  Use elmo-message-entity-number.
2682         (wl-summary-line-size): Use elmo-message-entity-field.
2683         (wl-summary-line-subject): Ditto.
2684         (wl-summary-line-from): Ditto.
2685         (wl-summary-line-attached): Ditto.
2686         (wl-summary-create-line): Ditto.
2687         (wl-summary-create-line): Use elmo-message-entity-number.
2688         (wl-summary-print-message-with-ps-print): Use
2689         elmo-message-entity-field.
2690
2691 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2694         change in elmo-msgdb-make-message-entity.
2695         (wl-summary-buffer-set-folder): Don't call
2696         wl-summary-detect-mark-position here.
2697         (wl-summary-rescan): Call elmo-message-entity-number.
2698         (wl-summary-sync-update): Ditto.
2699         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2700
2701         * wl-score.el (wl-score-header-index): Redefine 2th element.
2702         (wl-score-overview-entity-get-extra): Abolish.
2703         (wl-score-ov-entity-get): Rewrite.
2704         (wl-score-string-index<, wl-score-string-func<): Abolish.
2705         (wl-score-string<): New function.
2706         (wl-score-string-sort): Use it.
2707
2708         * wl-refile.el (wl-refile-guess-by-history): Use
2709         elmo-message-entity-field.
2710         (wl-refile-guess-by-from): Ditto.
2711         (wl-refile-guess-by-msgid): Ditto.
2712
2713         * Version number is increased to 2.11.16.
2714
2715 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2716
2717         * wl-folder.el (wl-folder-confirm-existence): Don't call
2718         file-exists-p if msgdb-path is nil.
2719         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2720         `wl-read-folder-hist' to `wl-read-folder-history'.
2721
2722 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2723
2724         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2725         `y-or-n-p'.
2726
2727 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2728
2729         * wl-score.el (wl-score-headers): Don't use
2730         elmo-folder-do-each-message-entity.
2731
2732         * Version number is increased to 2.11.15.
2733
2734 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-summary.el (wl-summary-delete-all-msgs): Use
2737         elmo-folder-move-messages instead of elmo-folder-delete-messages
2738         and elmo-folder-detach-messages.
2739         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2740
2741         * wl-expire.el (wl-expire-delete): Ditto.
2742         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2743
2744 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2747         (wl-message-header-narrowing-fields): Ditto.
2748         (wl-message-header-narrowing-lines): Ditto.
2749         (wl-message-header-narrowing-string): Ditto.
2750
2751         * wl-summary.el (wl-summary-mode-map): Bind
2752         wl-summary-toggle-header-narrowing to "C-cC-f".
2753         (wl-summary-toggle-header-narrowing): New function.
2754
2755         * wl-message.el (wl-message-buffer-create): Call
2756         wl-message-header-narrowing-setup.
2757         (wl-message-redisplay): Call wl-message-header-narrowing.
2758         (wl-message-header-narrowing): New function.
2759         (wl-message-header-narrowing-map): New keymap.
2760         (wl-message-header-narrowing-widen-map): New keymap.
2761         (wl-message-header-narrowing-again-at-mouse): New function.
2762         (wl-message-header-narrowing-1): Ditto.
2763         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2764         (wl-message-header-narrowing-setup): Ditto.
2765         (wl-message-header-narrowing-toggle): Ditto.
2766         
2767         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2768
2769         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2770         'flag as all.
2771         (wl-use-flag-folder-help-echo): New user option.
2772
2773         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2774         wl-summary-highlight as nil.
2775         (wl-summary-set-mark-modified): Follow the API change.
2776         (wl-summary-mark-modified-p): Ditto.
2777         (wl-summary-mark-as-read-all): Ditto.
2778         (wl-summary-sync-marks): Don't call
2779         elmo-folder-list-messages-with-global-mark.
2780         (wl-summary-mark-as-read-internal): Follow the API change.
2781         (wl-summary-mark-as-answered-internal): Ditto.
2782         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2783         Follow the API change.
2784         (wl-summary-create-line): Call with number argument.
2785         (wl-summary-reply): Follow the API change.
2786
2787         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2788         function.
2789         (wl-highlight-summary-line-string): Call it when
2790         wl-use-flag-folder-help-echo is non-nil.
2791         (wl-highlight-summary-current-line): Ditto.
2792         (elmo-flag-folder-referrer): Added autoload setting.
2793
2794         * wl-draft.el (wl-draft-kill): Follow the API change.
2795
2796         * Version number is increased to 2.11.14.
2797         
2798 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2799
2800         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2801
2802 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * Version number is increased to 2.11.13.
2805
2806 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807
2808         * wl-draft.el (wl-draft-previous-history-element): Fixed
2809         unbalanced parenthesis and bind unbound local variables.
2810
2811 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2812
2813         * wl-draft.el (wl-draft-previous-history-element): New function.
2814         (wl-draft-next-history-element): Ditto.
2815         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2816         them to M-p and M-n.
2817
2818 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * Version number is increased to 2.11.12.
2821
2822 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2823
2824         * wl-draft.el (wl-draft-hide): Select buffer-window.
2825
2826 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2827
2828         * wl-summary.el (wl-summary-narrow-to-region): New function.
2829         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2830         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2831         (wl-summary-save-region): Use it.
2832         * wl-action.el (wl-summary-collect-numbers-region)
2833         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2834
2835 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-folder.el (wl-folder-count-incorporates): Don't use
2838         `elmo-msgdb-mark-load'
2839
2840         * Version number is increased to 2.11.11.
2841
2842 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2843
2844         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2845         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2846
2847 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2850
2851 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * Version number is increased to 2.11.10.
2854
2855 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-mime.el (wl-draft-attribute-value): Fixed.
2858
2859 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2860
2861         * wl-util.el (wl-copy-local-variables): New function.
2862
2863         * wl-mime.el (wl-draft-attribute-recipients): New function.
2864         (wl-draft-attribute-envelope-from): Ditto.
2865         (wl-draft-attribute-smtp-posting-server): Ditto.
2866         (wl-draft-attribute-smtp-posting-port): Ditto.
2867         (wl-draft-attribute-value): Ditto.
2868         (wl-draft-preview-message): Use it to get value for
2869         attributes. Reflect result of `wl-draft-config'.
2870
2871         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2872         and call `wl-summary-mark-as-read' before to call
2873         `wl-summary-unset-mark'.
2874         (wl-summary-target-mark-mark-as-unread): Likewise.
2875         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2876
2877 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-mime.el (wl-draft-preview-message): Use actual value for
2880         attributes; Fix for small window.
2881
2882 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-refile.el (wl-refile-get-field-value): Call
2885         `elmo-message-entity-field' with 3rd argument is non-nil.
2886
2887 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2888
2889         * wl-vars.el (wl-draft-preview-attributes): New user option.
2890         (wl-draft-preview-attributes-list): Ditto.
2891         (wl-draft-preview-attributes-buffer-lines): Ditto.
2892         (wl-draft-preview-attributes-buffer-name): Ditto.
2893
2894         * wl-mime.el (wl-draft-preview-message): Display attributes.
2895
2896 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-summary.el (wl-summary-detect-mark-position): Bind
2899         wl-summary-flag-priority-list to '(new).
2900
2901 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2904         funtion.
2905         (wl-highlight-summary-line-string): Use it.
2906         (wl-highlight-summary-current-line): Ditto.
2907
2908 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2911         line even when the mark string is not changed.
2912
2913         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2914         argument change in the wl-summary-create-line.
2915         (wl-thread-insert-entity-sub): Ditto.
2916
2917         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2918         argument change in the wl-summary-create-line.
2919         (wl-summary-insert-sequential): Ditto.
2920         (wl-summary-update-thread): Ditto.
2921         (wl-summary-persistent-mark-string): New inline function.
2922         (wl-summary-message-mark): Use it.
2923         (wl-summary-create-line): Abolish argument wl-persistent-mark
2924         and added wl-flags, wl-cached.
2925
2926         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2927         mark to flags.
2928         (wl-highlight-summary-current-line): Decide the face not by the 
2929         persistent mark but flags.
2930
2931 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2932
2933         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2934         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2935         wl-summary-read-uncached-mark): Revive.
2936         (wl-summary-answered-cached-mark,
2937         wl-summary-answered-uncached-mark): New user option.
2938         (wl-summary-score-marks): Follow the change above.
2939         (wl-summary-auto-refile-skip-marks): Ditto.
2940         (wl-summary-incorporate-marks): Ditto.
2941         (wl-summary-expire-reserve-marks): Ditto.
2942         (wl-summary-flag-priority-list): New user option.
2943
2944         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2945         changes.
2946         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2947         of elmo-message-mark.
2948         (wl-summary-mark-as-read-internal): Ditto.
2949         (wl-summary-mark-as-answered): Ditto.
2950         (wl-summary-mark-as-important): Ditto.
2951         (wl-summary-redisplay-internal): Ditto.
2952         (wl-summary-redisplay-no-mime-internal): Ditto.
2953         (wl-summary-message-mark): New function.
2954         (wl-summary-insert-sequential): Use wl-summary-message-mark
2955         instead of elmo-message-mark.
2956         (wl-summary-update-thread): Ditto.
2957         (wl-summary-persistent-mark): Ditto.
2958         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2959         instead of elmo-message-mark.
2960
2961         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2962         wl-summary-message-mark instead of elmo-message-mark.
2963         (wl-thread-insert-entity-sub): Ditto.
2964         (wl-thread-get-children-msgs-uncached): Ditto.
2965
2966         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2967         variable name changes.
2968         (wl-highlight-summary-current-line): Ditto.
2969
2970         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2971         wl-summary-message-mark instead of elmo-message-mark.
2972
2973         * wl-expire.el (wl-expire-message-p): Ditto.
2974
2975         * wl-score.el (wl-score-headers): Ditto.
2976
2977         * Version number is increased to 2.11.9.
2978
2979         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2980         (wl-summary-sync-update): Follow the change above.
2981         (wl-summary-switch-to-clone-buffer): Ditto.
2982         (wl-summary-open-folder): Ditto.
2983
2984 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2987         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2988
2989         * Version number is increased to 2.11.8.
2990
2991         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2992
2993         * wl-expire.el (wl-expire-refile): Follow the API change on
2994         `elmo-folder-move-messages'.
2995         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2996
2997         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2998         (wl-summary-exec-action-refile): Ditto.
2999         (wl-summary-exec-action-copy): Ditto.
3000         (wl-summary-no-auto-refile-message-p): No use
3001         `wl-summary-buffer-msgdb'.
3002         (wl-summary-auto-refile): Ditto.
3003
3004 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3005
3006         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3007
3008 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3009
3010         * wl-summary.el (wl-summary-sync): Treat no-sync.
3011
3012         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3013         (wl-default-sync-range): Ditto.
3014
3015 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-refile.el (wl-refile-subject-learn): Call
3018         `elmo-message-entity-field' with 3rd argument is non-nil.
3019         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3020         instead of `elmo-msgdb-overview-entity-get-subject'.
3021
3022 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3025         scan-type is rescan.
3026         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3027         new optional argument force is non-nil.
3028         (wl-summary-save-view-cache): Call it with force argument non-nil.
3029
3030         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3031
3032 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-action.el (wl-summary-print-argument): Fixed last change.
3035
3036 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3039         simplified.
3040         (wl-summary-target-mark-mark-as-unread): Likewise.
3041         (wl-summary-target-mark-mark-as-important): Likewise.
3042
3043 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3044
3045         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3046         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3047         (wl-summary-mark-as-important-region): Change accordingly.
3048         (wl-summary-target-mark-mark-as-important): Ditto.
3049
3050 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3053
3054         * wl-action.el (wl-summary-print-argument): Print argument to
3055         right side of window if `wl-summary-print-argument-within-window'
3056         is non-nil.
3057
3058 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * wl-action.el (wl-summary-set-mark): Use
3061         `wl-summary-message-visible-p' to check visibility of the message
3062         and jump to message only when the message line is visible and have
3063         different number; Call wl-summary-unset-mark with number argument.
3064         (wl-summary-unset-mark): 
3065         Use `wl-summary-message-visible-p'
3066         to check visibility of the message and jump to message only when
3067         the message line is visible and have different number;
3068
3069 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3070
3071         * Version number is increased to 2.11.7.
3072
3073         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3074         and wl-folder-summary-line-format.
3075
3076         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3077         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3078         (wl-summary-set-score-mark): Use it.
3079         (wl-summary-target-mark-mark-as-read): Ditto.
3080         (wl-summary-target-mark-mark-as-unread): Ditto.
3081         (wl-summary-target-mark-mark-as-important): Ditto.
3082         (wl-summary-target-mark-msgs): Simplified.
3083         (wl-summary-detect-mark-position): Fixed problem when
3084         summary-line-format no contain persisten/temp mark spec.
3085         (wl-summary-temp-mark): Ditto.
3086         (wl-summary-persistent-mark): Ditto.
3087         (wl-summary-update-persistent-mark): Ditto.
3088
3089         * wl-action.el (wl-summary-set-mark): Ditto.
3090         (wl-summary-unset-mark): Ditto.
3091         All other related portions are changed.
3092
3093 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3094
3095         * Version number is increased to 2.11.6.
3096
3097 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-util.el (wl-current-message-buffer): Define as function;
3100         Don't use the value of wl-messge-buffer.
3101
3102         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3103         persistent mark.
3104
3105         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3106         no current message, cause an error.
3107
3108 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-summary.el (wl-summary-set-message-modified): Use
3111         elmo-folder-set-message-modified instead of
3112         elmo-folder-set-message-modified-internal.
3113
3114 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3115
3116         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3117         interactively.
3118         (wl-summary-sync): nokill->entirely.
3119         (wl-summary-sync-marks): Fixed message.
3120         (wl-summary-input-range): Added mark, nokill->entirely.
3121
3122         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3123         messages as read.
3124
3125 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3126
3127         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3128         update-noscore.
3129         (wl-summary-sync): Follow the change above.
3130
3131 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3132
3133         * wl-action.el (wl-summary-target-mark-all): Use
3134         elmo-folder-list-messages.
3135
3136 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3137
3138         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3139         (wl-summary-rescan): Set wl-summary-scored as nil.
3140         (wl-summary-sync-force-update): Follow the change above.
3141         (wl-summary-sync): Ditto.
3142         (wl-summary-sync-update): Added argument disable-killed.
3143         (wl-summary-insert-headers): Set visible-only argument for
3144         elmo-folder-list-messages.
3145         (wl-summary-input-range): Added update-nokill, update-noscore,
3146         all-nokill, all-noscore and mark.
3147
3148         * Version number is increased to 2.11.5.
3149
3150         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3151
3152 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3153
3154         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3155         (wl-summary-prefetch-region-no-mark): Change accordingly.
3156         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3157
3158 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3159
3160         * wl-address.el (wl-complete-field-to): Abolished.
3161         (wl-complete-address): Completion function for completing-read.
3162         * wl-action.el (wl-summary-get-resend-address): Use it.
3163
3164         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3165         wl-summary-update-mark and abolish unused argument.
3166         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3167         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3168         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3169         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3170         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3171         * wl-draft.el (wl-draft-kill): Ditto.
3172
3173         * wl-summary.el: Remove unused binding of case-fold-search.
3174         (wl-summary-replace-status-marks): Abolished.
3175
3176 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3179         is specified or folder length is zero.
3180
3181 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3184         (wl-folder-archive-current-entity): Ditto.
3185
3186 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3189         retrieving message mark.
3190         (wl-summary-redisplay-internal): Ditto.
3191
3192         * wl-message.el (wl-message-buffer-display): Ignore errors while
3193         retrieving message-id field.
3194
3195         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3196         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3197         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3198         order of the arguments for `wl-expire-message-p'.
3199         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3200
3201         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3202         Check return value of wl-summary-reply.
3203         (wl-summary-reply): Recover window configuration when an error occured.
3204
3205 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3206
3207         * wl-summary.el (wl-summary-resend-message): Abolished, the
3208         feature is inherited by wl-summary-resend (put resend mark).
3209
3210 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3213         wl-message-buffer to nil when the message is hide.
3214
3215 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * .cvsignore: New file.
3218
3219 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3220
3221         * wl-action.el (wl-summary-action-docstring): Add more info.
3222         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3223         duplicate definition.
3224         (wl-summary-define-mark-action): Functions wl-summary-*-region
3225         keep current position.
3226         (wl-summary-unregister-target-mark): Store result to the variable.
3227
3228 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3229
3230         * Version number is increased to 2.11.4.
3231
3232 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3235         wl-summary-delete-all-temp-marks.
3236         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3237
3238         * wl-action.el (wl-summary-set-mark): Changed terminology
3239         refile-destination -> action-argument.
3240         (wl-summary-unset-mark): Ditto.
3241         (wl-summary-remove-argument): Ditto.
3242         (wl-summary-print-argument): Ditto.
3243
3244         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3245         (wl-thread-remove-argument-region): Ditto.
3246         (wl-thread-print-argument-region): Ditto.
3247         (wl-thread-close): Ditto.
3248         (wl-thread-open): Ditto.
3249
3250         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3251         (wl-highlight-refile-destination-face is abolished)
3252         (wl-highlight-action-argument-string): Ditto.
3253         (wl-highlight-summary-current-line): Highlight action argument.
3254
3255         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3256         color for light backgrounds.
3257         (wl-highlight-summary-answered-face): Ditto.
3258
3259 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3262
3263         * wl-score.el (wl-summary-score-update-all-lines): Use
3264         wl-summary-set-mark.
3265         (wl-summary-score-update-all-lines): Kill expunged messages.
3266
3267         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3268
3269 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3272         directly.
3273         (wl-score-overview-entity-get-lines): Ditto.
3274         (wl-score-overview-entity-get-xref): Ditto.
3275         (wl-score-get-latest-msgs): Ditto.
3276         (wl-summary-rescore): Ditto.
3277
3278         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3279         to "&".
3280         (wl-summary-mark-as-answered-internal): New inline function.
3281         (wl-summary-mark-as-answered): New function.
3282         (wl-summary-mark-as-unanswered): Ditto.
3283         (wl-summary-sync-marks): Modified for answered-mark synching.
3284
3285 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3286
3287         * wl-action.el (wl-summary-set-mark): Fixed last change.
3288
3289 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3290
3291         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3292         behavior of wl-summary-unread-message-hook
3293         (Pointed out by akira yamada <akira@arika.org>).
3294
3295 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3296
3297         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3298         wl-summary-delete.
3299         * wl-xmas.el (wl-summary-toolbar): Ditto.
3300
3301         * wl-action.el (wl-summary-set-mark): Don't override current
3302         temp-mark.
3303
3304         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3305
3306 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3307
3308         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3309         (wl-refile-msgid-learn): Ditto.
3310         (wl-refile-get-field-value): Ditto.
3311
3312         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3313
3314         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3315         (wl-expire-delete-reserved-messages): Renamed from
3316         wl-expire-reserve-marked-msgs-from-list.
3317         (wl-expire-delete): Removed argument `msgdb'.
3318         (wl-expire-refile): Ditto.
3319         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3320         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3321         mark-alist as argument.
3322         (wl-expire-archive-number1): Removed argument `msgdb'.
3323         (wl-expire-archive-number2): Ditto.
3324         (wl-expire-archive-date): Ditto.
3325         (wl-expire-localdir-date): Ditto.
3326         (wl-expire-hide): Ditto.
3327         (wl-archive-number1): Ditto.
3328         (wl-archive-number2): Ditto.
3329         (wl-archive-date): Ditto.
3330         (wl-archive-folder): Ditto.
3331         All other related portions are changed.
3332
3333 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3334
3335         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3336         mean move up and down. (suggested by Takashi Kawachi)
3337
3338 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-acap.el (toplevel): Don't require un-define.
3341
3342 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3343
3344         * wl-thread.el (wl-thread-delete-message): Always update
3345         wl-summary-buffer-number-list.
3346
3347         * wl-action.el (wl-summary-print-destination): 
3348         Do nothing when folder is nil.
3349
3350 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3353         persistent mark when prefetch is succeeded.
3354
3355 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3356
3357         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3358         instead of elmo-msgdb-delete-msgs.
3359         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3360         (wl-expire-hide): Ditto.
3361
3362         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3363
3364         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3365         elmo-msgdb interface.
3366         (wl-thread-get-exist-children): Likewise.
3367         (wl-thread-insert-message): Likewise.
3368         (wl-thread-msg-mark-as-important): Likewise.
3369         (wl-thread-insert-entity-sub): Likewise.
3370         (wl-thread-get-children-msgs-uncached): Likewise.
3371
3372         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3373         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3374         (wl-summary-sync-update): Likewise.
3375         (wl-summary-auto-select-msg-p): Likewise.
3376         (wl-summary-update-thread): Likewise.
3377         (wl-summary-mark-as-important): Likewise.
3378         (wl-summary-jump-to-msg-internal): Likewise.
3379         (wl-summary-redisplay-internal): Likewise.
3380         (wl-summary-print-message-with-ps-print): Likewise.
3381         (wl-summary-folder-info-update): Likewise.
3382
3383         * wl-folder.el (wl-folder-check-one-entity):
3384         elmo-folder-count-flags instead of wl-summary-count-unread.
3385
3386         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3387
3388         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3389
3390         * wl-summary.el (wl-summary-set-message-modified): 
3391         Call wl-summary-set-mark-modified.
3392         (wl-summary-delete-messages-on-buffer): Call
3393         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3394         (wl-summary-sync-update): Call elmo-folder-length instead of
3395         elmo-folder-messages.
3396         (wl-summary-insert-headers): Don't call
3397         elmo-folder-list-message-entities.
3398
3399 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-action.el (wl-summary-define-mark-action): Call
3402         `wl-summary-set-mark' with argument `data'.
3403         (wl-summary-auto-refile): Fixed order of arguments when call
3404         `wl-summary-refile'.
3405
3406 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3407
3408         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3409
3410         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3411
3412         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3413         (Renamed from wl-highlight-summary-deleted-face).
3414         (wl-highlight-summary-resend-face): New face.
3415
3416         (wl-highlight-summary-deleted-face): Renamed from
3417         wl-highlight-summary-erased-face.
3418
3419         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3420
3421         * wl-action.el (wl-summary-get-resend-address): New function.
3422         (wl-summary-exec-action-resend): Ditto.
3423         (wl-summary-exec-action-resend-subr): Ditto.
3424
3425         * w-thread.el (wl-thread-copy): Removed definition.
3426         (wl-thread-refile): Ditto.
3427         (wl-thread-delete): Ditto.
3428         (wl-thread-target-mark): Ditto.
3429
3430         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3431         (wl-summary-target-mark-set-action): Fixed.
3432         (wl-summary-define-mark-action): Fixed quotation.
3433         (wl-summary-move-mark-list-messages): Display message.
3434         (wl-summary-define-mark-action): Define thread functions.
3435         (wl-summary-exec-action-refile): Changed message.
3436         (wl-summary-exec): Ditto.
3437
3438 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3439         
3440         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3441         '%%'.
3442
3443 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl.el (toplevel): Require wl-action.
3446         (wl-init): Call wl-summary-define-mark-action.
3447
3448         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3449
3450         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3451         wl-summary-delete and wl-summary-erase.
3452         (wl-summary-mode-map): Ditto.
3453
3454         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3455         wl-delete-folder-alist.
3456
3457         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3458         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3459         (toplevel): Moved mark & action related functions to the wl-action.el.
3460
3461         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3462         in wl-summary-mark-action-list.
3463         (wl-highlight-summary-current-line): Ditto.
3464
3465         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3466         empty lines.
3467
3468         * wl-action.el: New file. 
3469
3470 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-summary.el (wl-summary-target-mark-replace): New function.
3473         (wl-summary-target-mark-prefetch): Use it.
3474         (wl-summary-target-mark-delete): Ditto.
3475         (toplevel): Rearranged definition order.
3476         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3477         (wl-summary-target-mark-erase): Rewrite.
3478         (wl-summary-erase-region): New function.
3479         (wl-summary-exec-action-erase): Changed message.
3480         (wl-summary-move-mark-list-messages): New function.
3481         (wl-summary-exec-action-delete): Use it.
3482         (wl-summary-exec-action-erase): Ditto.
3483
3484         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3485         (wl-summary-skip-mark-list): Added "d".
3486
3487         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3488         while searching.
3489
3490         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3491         and define using defcustom;
3492         Define 4th element as a face.
3493         
3494         * wl-summary.el (wl-summary-incorporate): Use 
3495         `wl-summary-prefetch-region-no-mark' instead of
3496         `wl-summary-prefetch-region'.
3497         (wl-summary-prefetch-region-no-mark): Revival of old
3498         `wl-summary-prefetch-region'.
3499         (wl-summary-mark-action-list): Moved to wl-vars.el
3500
3501         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3502         face according to the `wl-summary-mark-action-list'.
3503         (wl-highlight-summary-current-line): Ditto;
3504         Removed destination highlighting.
3505
3506         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3507         (wl-highlight-summary-line-string): Highlight for "i" mark.
3508         (wl-highlight-summary-current-line): Ditto.
3509
3510         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3511         no destination.
3512
3513         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3514         exists, just go ahead.
3515         (wl-summary-prefetch-region): Rewrite.
3516         (wl-summary-prefetch): Ditto.
3517         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3518         (wl-summary-exec-action-prefetch): New function.
3519         (wl-summary-target-mark-prefetch): Rewrite.
3520
3521 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3522
3523         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3524         (wl-highlight-summary-line-string): Added "d" and "D".
3525         (wl-highlight-summary-current-line): Ditto.
3526
3527         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3528         in wl-summary.el.
3529         (wl-thread-insert-entity-sub): Ditto.
3530         (wl-thread-remove-destination-region): Ditto.
3531         (wl-thread-print-destination-region): Ditto.
3532
3533         * wl-summary.el (wl-summary-buffer-refile-list,
3534         wl-summary-buffer-delete-list,
3535         wl-summary-buffer-copy-list): Abolish.
3536         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3537         All other related portions are changed.
3538         (wl-summary-mark-action-list): New variable.
3539         (wl-summary-set-mark): New function.
3540         (wl-summary-register-target-mark): Ditto.
3541         (wl-summary-unregister-target-mark): Ditto.
3542         (wl-summary-have-target-mark-p): Ditto.
3543         (wl-summary-register-temp-mark): Ditto.
3544         (wl-summary-unregister-temp-mark): Ditto.
3545         (wl-summary-registered-temp-mark): Ditto.
3546         (wl-summary-collect-temp-mark): Ditto.
3547         (wl-summary-unset-mark): Ditto.
3548         (wl-summary-set-target-mark): Ditto.
3549         (wl-summary-unset-target-mark): Ditto.
3550         (wl-summary-set-action-generic): Ditto.
3551         (wl-summary-unset-action-generic): Ditto.
3552         (wl-summary-exec-action-delete): Ditto.
3553         (wl-summary-exec-action-erase): Ditto.
3554         (wl-summary-set-action-refile): Ditto.
3555         (wl-summary-set-action-refile-subr): Ditto.
3556         (wl-summary-unset-action-refile): Ditto.
3557         (wl-summary-make-destination-numbers-list): Ditto.
3558         (wl-summary-exec-action-refile): Ditto.
3559         (wl-summary-set-action-copy): Ditto.
3560         (wl-summary-unset-action-copy): Ditto.
3561         (wl-summary-exec-action-copy): Ditto.
3562         (wl-summary-collect-numbers-region): Ditto.
3563         (wl-summary-delete): Rewrite.
3564         (wl-summary-erase): Ditto.
3565         (wl-summary-remove-destination): Ditto.
3566         (wl-summary-exec): Ditto.
3567         (wl-summary-exec-region): Ditto.
3568         (wl-summary-target-mark-erase): Ditto.
3569         (wl-summary-refile): Ditto.
3570         (wl-summary-copy): Ditto.
3571         (wl-summary-unmark): Ditto.
3572         (wl-summary-delete-all-mark): Ditto.
3573         (wl-summary-mark-line): Don't highlight.
3574         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3575         (wl-summary-target-mark-refile-subr): Rewrite.
3576
3577         (wl-summary-copy-prev-destination): Abolish.
3578
3579 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3580
3581         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3582         default values along the value of wl-on-mule.
3583         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3584         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3585         It is not used anywhere.
3586
3587 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3588
3589         * wl-summary.el (wl-summary-print-destination): Keep position.
3590         (wl-summary-cursor-move-surface): Keep horizontal position.
3591
3592 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3593
3594         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3595         write sendlog.
3596
3597 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3598
3599         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3600         `wl-summary-highlight'.
3601
3602 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3603
3604         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3605         trivial condition for temp-mark.
3606
3607 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3608
3609         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3610         when it hits killed buffer.
3611
3612 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3613
3614         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3615         * wl-news.el.in: `message' and `error' take format string.
3616
3617 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3618
3619         * wl-folder (wl-folder-insert-entity): Display a message,
3620         `...done', when the work finish.
3621         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3622
3623 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3624
3625         * wl-message.el (wl-message-redisplay): Remove unused local
3626         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3627
3628 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3629
3630         * wl-summary.el (wl-summary-replace-status-marks): Disable
3631         interactive use.
3632         (wl-summary-reedit): Check message existence at first.
3633         (wl-summary-mark-line): Fix doc, return value is indefinite.
3634
3635         * wl-highlight.el (wl-highlight-message): Arranged.
3636
3637         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3638         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3639         check temp-mark by wl-summary-temp-mark always.
3640         (wl-highlight-summary): Change accordingly.
3641         * wl-summary.el (wl-summary-mark-as-read-all)
3642         (wl-summary-delete-cache, wl-summary-set-score-mark)
3643         (wl-summary-mark-as-unread, wl-summary-unmark)
3644         (wl-summary-mark-line, wl-summary-mark-as-read)
3645         (wl-summary-mark-as-important): Ditto.
3646
3647         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3648         end of the window if possible.
3649         * wl-summary.el (wl-summary-sync-update): Support lazy
3650         highlighting.
3651         (wl-summary-toggle-disp-msg): Ditto.
3652
3653 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3654
3655         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3656
3657 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3660         change.
3661
3662 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3665         API.
3666         (wl-summary-sync-update): Ditto.
3667
3668         * wl-score.el (wl-score-get-score-alist): Changed argument.
3669         (wl-summary-rescore-msgs): Likewise.
3670         (wl-summary-score-headers): Likewise.
3671         (wl-score-headers): Likewise;
3672         Use elmo-folder-do-each-message-entity, etc.
3673         (wl-summary-score-effect): Follow the changes above.
3674         (wl-summary-rescore): Ditto.
3675         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3676         (wl-score-get-overview): Abolish.
3677
3678         * wl-summary.el (wl-summary-default-from): Follow the API change in
3679         elmo-msgdb.
3680         (wl-summary-count-unread): Ditto.
3681         (wl-summary-detect-mark-position): Ditto.
3682         (wl-summary-overview-entity-compare-by-date): Ditto.
3683         (wl-summary-overview-entity-compare-by-number): Ditto.
3684         (wl-summary-overview-entity-compare-by-from): Ditto.
3685         (wl-summary-overview-entity-compare-by-subject): Ditto.
3686         (wl-summary-get-list-info): Ditto.
3687         (wl-summary-rescan): Ditto.
3688         (wl-summary-jump-to-msg-by-message-id): Ditto.
3689         (wl-summary-sync-update): Ditto; Removed comment.
3690         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3691         (wl-summary-insert-message): Use wl-summary-insert
3692         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3693         (wl-summary-insert-headers): Changed argument overview to folder.
3694         (wl-summary-search-by-subject): Likewise.
3695         (wl-summary-insert-thread): Renamed from 
3696         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3697
3698         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3699         too.
3700
3701         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3702         wl-string-member.
3703
3704 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3707         elmo-folder-append-buffer.
3708         (wl-draft-queue-append): Likewise.
3709
3710         * wl-mime.el (wl-message-delete-current-part): Ditto.
3711         (wl-summary-burst-subr): Ditto.
3712
3713         * wl-news.el.in (wl-news-send-news): Ditto.
3714
3715 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3718         function.
3719         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3720         (wl-summary-update-mark): Enclose with save-excursion.
3721         (wl-summary-mark-as-read-internal): Fixed last change.
3722         (wl-summary-mark-as-important): Use 3rd argument of
3723         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3724         Don't use elmo-msgdb-set-mark.
3725         (wl-summary-redisplay-internal): If msgdb flag is already read,
3726         just update the mark on buffer.
3727
3728 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3729
3730         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3731         cut visible folder when elmo-folder-delete returns non-nil value.
3732
3733 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3734
3735         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3736         by Kenichi OKADA <okada@opaopa.org>).
3737
3738 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3739
3740         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3741
3742 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3743
3744         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3745         Fixed the last change, search group entity by its real name.
3746         (Thanks to: KOBAYASHI Shinji)
3747
3748 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3749
3750         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3751         (wl-fldmgr-access-display-all): Don't refer visible name.
3752         * wl-expire.el (wl-folder-archive-current-entity)
3753         (wl-folder-expire-current-entity): Ditto.
3754         * wl-folder.el (wl-folder-jump-to-current-entity)
3755         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3756         (wl-folder-open-folder-sub,wl-folder-open-all)
3757         (wl-folder-write-current-folder): Ditto.
3758         (wl-folder-insert-entity): Don't use petname for normal group.
3759         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3760         is the real name.
3761         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3762         Abolished.
3763
3764 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3765
3766         * wl-draft.el (wl-draft-create-buffer): Add
3767         `wl-summary-reply-with-citation'
3768
3769 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3770
3771         * wl-draft.el (wl-draft-reply): Fixed.
3772
3773 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3774
3775         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3776         when `wl-draft-send-confirm-with-preview' is non-nil.
3777         You can scroll up/down by j/k.
3778         (wl-draft-send-confirm-with-preview): New variable (default=t).
3779
3780 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3781
3782         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3783         (wl-fldmgr-save-folders): Fix comment.
3784
3785 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3788         along the last change in `wl-folder-buffer-group-p'.
3789
3790 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3791
3792         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3793         folder.
3794
3795         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3796         the default value.
3797
3798         * wl-mime.el (wl-summary-burst): Update summary only when target
3799         folder equals current folder.
3800
3801 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3804
3805 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3806
3807         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3808         value.
3809
3810 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3813         `map-extents' instead of `extent-at' repeatedly.
3814         (wl-highlight-folder-current-line): Ditto.
3815
3816         * wl-highlight.el: Remove useless dummy functions.
3817
3818 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3819
3820         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3821         (wl-folder-put-folder-property): New function to put text property.
3822         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3823         (wl-folder-insert-entity, wl-folder-update-diff-line)
3824         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3825         * wl-e21.el, wl-xmas.el, wl-mule.el
3826         (wl-highlight-folder-current-line): Ditto.
3827         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3828         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3829         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3830         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3831
3832 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3833
3834         * Version number is increased to 2.11.3.
3835
3836 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3837
3838         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3839         Resume current-buffer since it is assumed by remaining tasks.
3840
3841 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3844         (wl-folder-completion-function): Abolished.
3845         (wl-folder-complete-folder): New function.
3846         (wl-folder-complete-filter-condition): Ditto.
3847         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3848         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3849
3850 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-draft.el (wl-draft-send-confirm): New function.
3853         (wl-draft-send): Use it.
3854
3855         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3856         cursor-in-echo-area while confirming.
3857
3858         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3859
3860         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3861         searching via nntp if wl-summary-search-via-nntp is 'force.
3862         Otherwise, invoke searching in nntp folder only.
3863         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3864
3865         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3866         explicitly for mime-make-text-tag.
3867
3868 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3869
3870         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3871         `mime-make-text-tag' instead of `mime-create-tag'.
3872
3873 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3876         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3877
3878 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl-score.el (wl-score-save): Bind print-length and print-level.
3881         (wl-score-pretty-print): Ditto.
3882         (wl-score-edit-insert-header-entry): Ditto.
3883
3884         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3885         "From" entry to be treated with wl-draft-eword-encode-address-list.
3886         * wl-mime.el (wl-draft-preview-message): Ditto.
3887
3888         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3889         (wl-summary-mark-as-unread): Ditto.
3890         (wl-summary-mark-as-read-region): Change accordingly.
3891         (wl-summary-mark-as-unread-region): Ditto.
3892         (wl-summary-target-mark-mark-as-read): Ditto.
3893         (wl-summary-target-mark-mark-as-unread): Ditto.
3894
3895 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3896
3897         * Version number is increased to 2.11.2.
3898
3899 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3900
3901         * wl-news.el.in (wl-news-previous-version-save): Bind
3902         print-length and print-level.
3903         * wl-thread.el (wl-thread-save-entities): Ditto.
3904         (wl-thread-save-top-list): Bind print-length.
3905
3906 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-highlight.el (wl-highlight-summary-line-string): Use
3909         wl-summary-score-below-mark, wl-summary-score-over-mark.
3910         (wl-highlight-summary-current-line): Ditto.
3911
3912 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3915         insert it.
3916
3917 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3918
3919         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3920
3921 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3924         message without msgid.
3925         Rewrite with elmo-folder-move-messages.
3926         Set wl-message-buffer to nil.
3927
3928         * wl-summary.el (wl-summary-erase-subr): New function. Use
3929         elmo-folder-move-messages.
3930         (wl-summary-erase): Call it.
3931         (wl-summary-target-mark-erase): Ditto.
3932
3933 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3934
3935         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3936         it is not up-tp-date.
3937
3938 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3941         buffer after calling `wl-summary-goto-folder-subr' without the
3942         argument `interactive'.
3943         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3944
3945 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3946
3947         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3948         `mime-create-tag'. Use `string=' instead of `looking-at'.
3949
3950 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3951
3952         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3953         to avoid compile warning.
3954
3955         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3956         entity-id when folder is given.
3957         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3958         save-excursion, use save-selected-window instead.
3959         Select folder buffer window if exists.
3960         (To correct behavior with wl-folder-move-cur-folder.)
3961
3962 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3963
3964         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3965
3966 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3967
3968         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3969         list-count instead of %d.
3970
3971 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3972
3973         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3974         (wl-news): Set it.
3975         (wl-news-append-to-folder): Use it.
3976
3977         * wl-news.el.in (wl-news-send-news): Append to specified folder
3978         instead of wl-default-folder.
3979         (wl-news-append-to-folder): Show error message with specified folder.
3980
3981         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3982                 In most major modes, Emacs assumes that any opening
3983                 delimiter found at the left margin is the start of a
3984                 top-level definition, or defun. Therefore, *never put an
3985                 opening delimiter at the left margin unless it should have
3986                 that significance.*
3987
3988         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3989
3990 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3991
3992         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3993
3994 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3995
3996         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3997
3998 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3999
4000         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4001         for sequential numbering case.
4002
4003 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4004
4005         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4006         value.
4007         (wl-draft-reply-without-argument-list): Ditto.
4008         (wl-draft-reply-myself-with-argument-list): Abolish.
4009         (wl-draft-reply-myself-without-argument-list): Ditto.
4010         * wl-draft.el (wl-draft-self-reply-p): New function.
4011         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4012
4013 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4016         (avoid error for the case without byte-compiling)
4017
4018 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4019
4020         * wl-news.el.in (wl-news-append-to-folder): New function.
4021         (wl-news-exit): Rewrite.
4022         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4023
4024 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4025
4026         * wl-draft.el (wl-draft-reply-position): New function.
4027         (wl-draft-reply-position): Fix.
4028         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4029         (wl-summary-target-mark-reply-with-citation): Ditto.
4030         (wl-summary-reply-with-citation): Ditto.
4031         * wl-vars.el (wl-draft-reply-default-position): New variable.
4032
4033 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4034
4035         * wl-draft.el (wl-draft-send): Preview when interactive send.
4036
4037 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4038
4039         * wl-draft.el (wl-draft-reply): Set default position.
4040         * wl-summary.el (wl-summary-reply): Ditto.
4041         (wl-summary-reply-with-citation): Ditto.
4042         (wl-summary-target-mark-reply-with-citation): Ditto.
4043
4044 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-news.el.in (wl-news-lang): Set default value according to
4047         current-language-environment.
4048         (wl-news-append-news): Do nothing when news-list is nil.
4049
4050 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4051
4052         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4053         (wl-news): Change message.
4054         (wl-news-exit): Check buffer.
4055         (wl-news-force-exit): New function.
4056         (wl-news-show-all): New function.
4057         (wl-news-discard-and-exit): Fix.
4058
4059 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4062         according to current-language-environment.
4063
4064         * wl-news.el.in (wl-news): If arg, show all NEWS after
4065         wl-news-default-previous-version.
4066
4067 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4068
4069         * wl-news.el.in (wl-news-check): Rewritten.
4070         (wl-news-previous-version-load): Change data type.
4071         (wl-news-previous-version-save): Change data type.
4072         (wl-news-append-news): Add return value.
4073         (wl-news-check-news): New function.
4074         (wl-news-already-current-p): New function.
4075         (wl-news-send-news): Rewritten.
4076         (wl-news-mode-map): Add new keybind.
4077         (wl-news): Rewritten.
4078         (wl-news-exit): Rewritten.
4079         (wl-news-discard-and-mail): New function.
4080         (wl-news-send-to-address): Abolished.
4081         * wl.el (wl-init): Delete a message.
4082
4083 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4084
4085         * wl-news.el.in (wl-news-exit): Update previous version.
4086         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4087
4088 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4089
4090         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4091
4092 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl-news.el.in (wl-news): New function.
4095         (wl-news-mode): New function.
4096         (wl-news-next-line): New function.
4097         (wl-news-next-page): New function.
4098         (wl-news-exit): New function.
4099         (wl-news-buf-name): New variable.
4100         (wl-news-mode-map): New variable.
4101         (wl-news-winconf): New variable.
4102         (wl-news-append-news): Add an option.
4103
4104 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4105
4106         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4107
4108 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-news.el.in (wl-news-send-to-address): New variable.
4111         (wl-news-send-news): Use it.
4112         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4113         Return updating status.
4114         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4115
4116 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4117
4118         * wl-news.el.in (wl-news-send-news): Delete
4119         Organization and X-Face.
4120
4121 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4122
4123         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4124         (wl-news-append-news): New function.
4125         (wl-news-send-news): New function.
4126
4127 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4128
4129         * Version number is increased to 2.11.1.
4130
4131 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4132
4133         * wl-news.el.in : New file.
4134
4135 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4136
4137         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4138         default value.
4139         (wl-draft-reply-without-argument-list): Ditto.
4140
4141 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4142
4143         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4144         (wl-message-buffer-prefetch-idle-time): Ditto.
4145         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4146
4147 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-thread.el (wl-thread-insert-message): Use
4150         wl-summary-max-thread-depth.
4151
4152         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4153         loop detection.
4154
4155         * wl-message.el (wl-message-buffer-display): Back to the first page
4156         when cache is hit.
4157
4158 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4161
4162         * wl-summary.el (wl-summary-insert-thread-entity):
4163         If the thread depth is reached to wl-summary-max-thread-depth,
4164         divide the thread.
4165
4166 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4167
4168         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4169         for elmo-remove-passwd.
4170
4171 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4172
4173         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4174         folder is sticky.
4175         (wl-folder-mark-as-read-all-entity): Ditto.
4176         (wl-folder-prefetch-entity): Ditto.
4177
4178 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4179
4180         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4181
4182 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4183
4184         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4185         Delete messages on buffer for unplugged operation.
4186         (wl-summary-erase): Ditto.
4187
4188 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4191         take nil so as not to search parent by subject.
4192
4193 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4196         (wl-folder-get-next-folder): Ditto.
4197         (wl-folder-get-path): Ditto.
4198
4199 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4202         system and encode the region with it before verifying.
4203
4204 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4205
4206         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4207         system of the echo buffer before decoding.
4208
4209 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4212         original contents.
4213
4214 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4217         with argument 'any-exists.
4218
4219 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4222         Use `wl-cs-autoconv'.
4223
4224 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4225
4226         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4227         by `mime-view-automatic-conversion'.
4228
4229         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4230         (wl-message-verify-pgp-nonmime): Ditto.
4231         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4232         Bind them to C-c:d and C-c:v respectively.
4233
4234         Merge following code by Teranishi-san from [wl-en:00167].
4235         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4236         (wl-mime-preview-application/pgp-encrypted): Ditto.
4237         (wl-mime-setup): Add entry.
4238
4239 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4240
4241         * wl-summary.el (wl-summary-target-mark-erase): New function.
4242         Bind it to "mD".
4243
4244 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4245
4246         * wl-vars.el (wl-draft-write-file-function): Fix.
4247         (wl-draft-reedit-hook): Changed default value.
4248
4249         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4250         wl-draft-reedit-hook.
4251         (wl-draft-remove-text-plain-tag): New function.
4252         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4253
4254         * wl-vars.el (wl-draft-write-file-function): New user option.
4255
4256         * wl-draft.el (wl-draft-prepare-edit): Use it for
4257         local-write-file-hooks.
4258         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4259
4260         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4261         (wl-draft-insert-mail-header-separator): Return the body beginning
4262         point.
4263         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4264         text/plain.
4265         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4266
4267 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4268
4269         * wl-summary.el (wl-summary-erase): New function to erase message
4270         without moving it to trash. Bind to "D".
4271
4272         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4273         as `keep' unless switch-function.
4274
4275 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4276
4277         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4278         message buffer by using `wl-summary-toggle-disp-msg'.
4279         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4280         buffer window.
4281         (wl-summary-supresedes-message): Ditto.
4282
4283         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4284         Do not delete other windows.
4285         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4286         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4287         (wl-draft-create-buffer): Set reply-or-forward also for target
4288         mark commands.
4289
4290 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4291
4292         * wl-draft.el (wl-user-agent-compose): Delete special case for
4293         switch-to-buffer-other-window.
4294
4295         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4296         (wl-summary-forward): Ditto.
4297
4298         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4299         function.
4300         (wl-draft-buffer-style): New use option.
4301
4302         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4303         (wl-draft): Follow the change above.
4304         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4305         wl-draft-buffer-style.
4306         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4307         switch-function.
4308
4309 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4310
4311         * wl-address.el (wl-address-make-completion-entry): Extracted from
4312         `wl-address-make-completion-list'.
4313         (wl-address-enable-strict-loading): New variable.
4314         (wl-address-make-completion-list): Revive petname duplication
4315         inquiry, and enable it if `wl-address-enable-strict-loading'.
4316         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4317
4318 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-message.el (wl-message-get-original-buffer): Avoid
4321         'Selecting deleted buffer' error when original buffer is killed.
4322
4323 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-summary.el (wl-summary-next-message): Use
4326         elmo-message-accessible-p instead of elmo-message-cached-p.
4327
4328 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4331
4332         * wl-thread.el (wl-thread-open-all-unread): Use
4333         elmo-folder-list-flagged instead of
4334         elmo-folder-list-messages-mark-match.
4335
4336         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4337         instead of elmo-folder-list-messages-mark-match.
4338         (wl-summary-move-spec-alist): New variable.
4339         (wl-summary-move-spec-plugged-alist,
4340         wl-summary-move-spec-unplugged-alist): Abolish.
4341         (wl-summary-next-message): Follow the change above.
4342         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4343         with 'no-msg' argument.
4344
4345         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4346         variable.
4347         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4348         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4349         (wl-message-buffer-prefetch-get-next): Follow the change above.
4350
4351 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-version.el (wl-version): Changed codename.
4354
4355         * Version number is increased to 2.11.0.
4356
4357 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4358
4359         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4360         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4361         `wl-draft-config-variables'.
4362         (wl-draft-kill): Fixed problem when the draft is reedit.
4363
4364 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4367         buffer-modified status (Thanks to
4368         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4369
4370 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-util.el (wl-region-exists-p): New function.
4373
4374         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4375         Remove defvars for byte-compile warnings.
4376
4377 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4378
4379         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4380         defvar-maybe. Removed unused bind.
4381
4382 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4385         summary buffer window before creating new frame.
4386         (wl-draft-reply): Ditto.
4387
4388 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4389
4390         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4391
4392 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4395
4396 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4397
4398         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4399         instead of `kill-region'.
4400
4401 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4402
4403         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4404         (wl-highlight-summary-line-string): Use it.
4405         (wl-highlight-summary-current-line): Ditto.
4406
4407         * wl-mime.el (wl-message-delete-current-part): Check the class of
4408         mime-entity.
4409
4410         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4411
4412         * wl-summary.el (wl-summary-make-number-list): Initialize.
4413         (wl-summary-update-mark): New function.
4414         (wl-summary-reply): Put `answered' mark on the message.
4415         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4416
4417         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4418         (wl-draft-reply): Added optional argument `number';
4419         Set wl-draft-parent-number.
4420         (wl-draft-kill): Delete answered mark if it is a reply.
4421
4422 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4425         that originates in mime-preview-follow-current-entity.
4426         (wl-draft-yank-current-message-entity): Use it if region is active.
4427
4428         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4429         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4430         `wl-message-delete-current-part'.
4431         * wl-mule.el (wl-message-define-keymap): Ditto.
4432         * wl-xmas.el (wl-message-define-keymap): Ditto.
4433
4434 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-mime.el (wl-message-delete-current-part): New function.
4437         (wl-mime-node-id-to-string): Ditto.
4438
4439         * wl-mime.el (wl-message-delete-current-part): Use existing
4440         original buffer which corresponds current mime-view buffer.
4441         (fetched buffer might have different structure, possibly)
4442
4443         * wl-mime.el (wl-message-delete-current-part): Quit if the
4444         message content differs from the actual message.
4445
4446 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4449         order.
4450         (wl-summary-search-by-subject): Search parent message from tail;
4451         Check the existence of the parent message on the current thread tree.
4452         (wl-summary-update-thread): Check whether the line is inserted.
4453
4454 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-vars.el (wl-summary-line-format): Undo last change.
4457         * wl-summary.el (wl-summary-print-destination): Do not put
4458         invisible property when `wl-summary-width' is nil.
4459         (wl-summary-line-subject-minimum-length): Abolished.
4460         (wl-summary-line-subject): Ditto.
4461
4462 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-vars.el (wl-summary-line-format): Change default value.
4465         (wl-summary-subject-length-limit): Abolished.
4466         * wl-summary.el (wl-summary-line-subject): Ditto.
4467
4468 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4469
4470         * wl-template.el (wl-template-select): Added optional argument.
4471         If optional argument is specified, reverse
4472         `wl-template-visible-select'.
4473
4474 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4477         Take prefix argument to force asking the destination folder.
4478
4479 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4480
4481         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4482         count and update status.
4483
4484 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-summary.el (wl-summary-redisplay-internal): If
4487         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4488         after fetching.
4489
4490 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4491
4492         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4493         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4494
4495         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4496
4497 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4500         (All other related portions are changed).
4501         (wl-summary-mark-as-read-all): Rewrite.
4502
4503 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4504
4505         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4506         `wl-summary-mark-as-read'.
4507         (wl-summary-mark-as-unread): Rewrite.
4508         (wl-summary-mark-as-read): Added no-modeline argument.
4509         (wl-summary-resume-cache-status): Rewrite.
4510         (wl-summary-exec-subr): Remove unused local variable.
4511
4512 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4513
4514         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4515         logic to call `wl-summary-buffer-prev-folder-function'.
4516         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4517
4518 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4519
4520         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4521         is nil.
4522
4523 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4526         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4527         (wl-mime-setup): Add its entry.
4528
4529 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4532         (wl-summary-delete-cache): Likewise.
4533         (wl-summary-mark-as-read): Rewrite.
4534
4535 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4538         `wl-summary-count-unread'.
4539
4540         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4541
4542         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4543
4544 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4547         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4548         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4549         Renamed to the elmo-msgdb-*-mark.
4550         (wl-summary-score-marks): Follow the change above.
4551         (wl-summary-auto-refile-skip-marks): Ditto.
4552         (wl-summary-incorporate-marks): Ditto.
4553         (wl-summary-expire-reserve-marks): Ditto.
4554
4555         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4556         changes.
4557         (wl-thread-insert-top): Changed updating message.
4558
4559         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4560         variable.
4561         (wl-summary-count-unread): Count answered marks.
4562         (wl-summary-rescan): Call wl-summary-insert-message instead of
4563         wl-summary-append-message-func-internal.
4564         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4565         (wl-summary-prefetch-msg): Follow the variable name changes.
4566         (wl-summary-prefetch-region): Ditto.
4567         (wl-summary-mark-as-read-all): Follow the API changes;
4568         Don't call elmo-folder-replace-marks.
4569         (wl-summary-delete-cache): Follow the variable name changes.
4570         (wl-summary-resume-cache-status): Ditto.
4571         (wl-summary-update-status-marks): New function.
4572         (wl-summary-insert-message): New function.
4573         (wl-summary-sync-marks): Follow the variable name changes.
4574         (wl-summary-sync-update): Synchronize to the msgdb, too;
4575         Changed update messages.
4576         (wl-summary-make-number-list): Rewrite.
4577         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4578         (wl-summary-mark-as-unread): Follow the API changes.
4579         (wl-summary-exec-subr): Follow the variable name changes.
4580         (wl-summary-mark-as-read): Ditto.
4581         (wl-summary-move-spec-plugged-alist): Ditto.
4582         (wl-summary-move-spec-unplugged-alist): Ditto.
4583         (wl-summary-cursor-move-surface): Ditto.
4584
4585         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4586         variable name changes.
4587         (wl-highlight-summary-current-line): Ditto.
4588
4589         * wl-expire.el (wl-expire-refile): Follow the API change in
4590         elmo-folder-move-messages.
4591         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4592         (wl-summary-archive): Use elmo-folder-msgdb instead of
4593         elmo-msgdb-load.
4594
4595 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl-mime.el (wl-draft-preview-message): Restore the position
4598         before evaluating wl-draft-send-hook in preview buffer.
4599
4600 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4603         when it creates new draft buffer.
4604
4605         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4606         without argument.
4607
4608         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4609         Evaluate content and if the value is string, insert it.
4610         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4611         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4612         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4613         wl-draft-config-sub-part-bottom): Use it.
4614
4615         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4616         with the folder name. The question was unintelligible when it is
4617         called from wl-save-status.
4618
4619 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4622         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4623         cannot take second argument).
4624
4625 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4628         as t. Since type and subtype are not case sensitive (RFC 2045).
4629
4630 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl-vars.el (wl-message-mode-line-format): New variable.
4633         (wl-message-mode-line-format-spec-alist): Ditto.
4634         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4635         (wl-message-redisplay): Use wl-message-mode-line-format.
4636
4637 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4638
4639         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4640
4641 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * wl-summary.el (wl-summary-default-from): Write description.
4644
4645 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * wl-vars.el (wl-ldap-objectclass): Abolish.
4648
4649         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4650         (wl-ldap-make-filter): Removed condition for objectclass.
4651         (wl-ldap-make-matched-value-list): Remove meaningless process.
4652         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4653         (wl-address-ldap-search): Don't add `*' to `pat' string;
4654         use ignore-errors; added `email';
4655         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4656         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4657         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4658
4659
4660 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-draft.el (wl-draft-parent-folder): Write description.
4663         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4664
4665 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4668         as "" (zero-length string) if no parent.
4669         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4670
4671 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-address.el (wl-address-make-completion-list): Skip duplication
4674         checking.
4675         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4676         `append'.
4677
4678 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4679
4680         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4681         instead of `beginning-of-buffer'.
4682
4683 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4686
4687 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4690         Refer wl-message-buffer-name.
4691         (wl-message-wheel-down): Ditto.
4692
4693 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-vars.el (wl-message-buffer-name): New user option.
4696
4697         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4698         directly instead of making alist dinamically.
4699
4700         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4701         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4702         wl-message-buffer-cache-name.
4703         (wl-message-buffer-cache-clean-up): Ditto.
4704
4705         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4706
4707         * Version number is increased to 2.9.15.
4708
4709 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4710
4711         * wl-vars.el (wl-summary-default-view-alist): New user option.
4712
4713         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4714
4715         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4716         while deleting address.
4717         (wl-draft-delete-myself-from-cc): Ditto.
4718
4719         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4720         If optional argument is specified, reverse sort order.
4721
4722         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4723
4724 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4725
4726         * wl-thread.el (wl-thread-insert-message): Return parent number if
4727         exists.
4728         (wl-thread-update-indent-string-region): Use
4729         wl-thread-update-line-on-buffer-sub instead of
4730         wl-thread-update-line-on-buffer.
4731
4732 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4733
4734         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4735         (wl-folder-close-all): Ditto.
4736
4737 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4738
4739         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4740         and mailing-list:.
4741         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4742         value.
4743         (wl-summary-line-list-info): Print mailing-list name even when 
4744         list-number is empty.
4745
4746 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4749
4750         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4751         (wl-draft-open-file): Ditto.
4752         (wl-draft-random-alphabet): Ditto.
4753
4754         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4755         bindings.
4756
4757 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4760         * wl-vars.el (wl-draft-config-alist): Ditto.
4761
4762 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * Version number is increased to 2.9.14.
4765
4766         * wl.el (wl): Don't set wl-init as nil when error occured while
4767         auto-checking folders.
4768
4769         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4770         `elmo-expand-newtext'.
4771
4772 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4775         `this-command' so that `wl-folder-goto-folder' contained in
4776         `wl-summary-keep-cursor-command' work.
4777
4778 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4781         message buffer displaying state.
4782
4783 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-vars.el (wl-summary-default-view): New variable to specify
4786         default value for `wl-summary-buffer-view' instead of using
4787         set-default.
4788         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4789
4790 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4791
4792         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4793
4794         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4795
4796 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4797
4798         * wl-vars.el (wl-forward-subject-prefix): New variable.
4799         * wl-draft.el (wl-draft-forward): Use it.
4800
4801 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4802
4803         * wl-message.el (wl-message-prev-page): When it is called without
4804         lines argument, scroll down by wl-message-scroll-amount lines.
4805         (wl-message-next-page): Ditto.
4806         * wl-vars.el (wl-message-scroll-amount): Change default value
4807         to preserve current behavior.
4808
4809 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4810
4811         * wl-summary.el (wl-summary-prefetch-msg): Bind
4812         `wl-message-entity' to call `wl-summary-from-function'.
4813
4814 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-message.el (wl-message-buffer-create): Run
4817         wl-message-buffer-created-hook.
4818
4819 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-summary.el (wl-summary-sort-specs): New variable.
4822         (wl-summary-default-sort-spec): Ditto.
4823         (wl-summary-sort): Rewrite.
4824         (wl-summary-sort-by-list-info): New function.
4825
4826 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4827
4828         * wl-summary.el (wl-summary-get-list-info): New function.
4829         (wl-summary-sort): Rewrite.
4830         (wl-summary-line-list-info): Ditto.
4831         (wl-summary-line-list-count): Ditto.
4832         (wl-summary-refile-region): Fixed docstring.
4833
4834 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4837         `wl-folder-entity-hashtb' as completion table.
4838
4839 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4842         only when this command is called interactively; silence the byte-
4843         compiler.
4844
4845 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4846
4847         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4848         active in XEmacs.
4849
4850 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4851
4852         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4853         plural lines.
4854
4855 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4858         of current line when the cursor is on the header name.
4859         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4860
4861 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4862
4863         * wl-util.el (wl-read-directory-name): Return displayed directory
4864         as the default value also on XEmacs.
4865
4866 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4869         formatting.
4870
4871 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4874         argument and when it is non-nil, check face property before
4875         highlighting for each line.
4876         (wl-highlight-summary-window): Set it.
4877
4878 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4879
4880         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4881         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4882
4883         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4884         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4885         (wl-draft-get-fcc-list): Likewise.
4886
4887 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4890         (wl-thread-entity-cur): Ditto.
4891         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4892         wl-thread-indent-regexp setting.
4893         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4894
4895         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4896         wl-summary-lazy-highlight.
4897         (wl-summary-display-bottom): Ditto.
4898
4899         * wl-thread.el (wl-thread-open-close): Likewise.
4900
4901         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4902         from and subject;
4903         Bind wl-draft-use-frame;
4904         Enclose with save-window-excursion;
4905         Use wl-draft-create-buffer instead of with-temp-buffer;
4906         Use wl-draft-prepare-edit;
4907         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4908         Use wl-draft-send instead of wl-draft-raw-send.
4909
4910 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4911
4912         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4913         of using wl-from.
4914
4915 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4916
4917         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4918         insert-buffer instead of clone-buffer.
4919         (wl-draft-doing-mime-bcc): New variable.
4920         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4921         infinite loop.
4922         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4923
4924         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4925         (wl-draft-mime-bcc-body): Ditto.
4926
4927         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4928         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4929         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4930         wl-draft-do-mime-bcc.
4931         (wl-draft-mime-bcc-field): New function.
4932         (wl-draft-do-mime-bcc): Ditto.
4933
4934         * wl-address.el (wl-address-complete-header-list): New variable.
4935         (wl-address-complete-header-regexp): Changed default value.
4936
4937         * Version number is increased to 2.9.13.
4938
4939 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4942         it is differed.
4943
4944 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4945
4946         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4947         (wl-summary-line-list-count): Ditto.
4948
4949 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4952         (wl-nntp-posting-function): New variable.
4953         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4954         `wl-nntp-posting-config-alist'.
4955
4956 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4959         FLIM.
4960
4961 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4962
4963         * wl-summary.el (wl-summary-target-mark-refile-sub):
4964         Remove a nuisance funcall.
4965
4966 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4969         as t for `try-completion'.
4970
4971 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-summary.el (wl-summary-default-from): Use
4974         wl-address-header-extract-address instead of
4975         std11-extract-address-components.
4976         (wl-summary-simple-from): Ditto.
4977         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4978         (wl-summary-insert-headers): Show message.
4979         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4980         for whole line.
4981         (wl-summary-default-from): Revert last change.
4982         (wl-summary-simple-from): Ditto.
4983         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4984         (wl-summary-mark-as-read-region): Follow the change above.
4985         (wl-summary-sync-marks): Ditto.
4986         (wl-summary-target-mark-mark-as-read): Ditto.
4987         (wl-summary-redisplay-internal): Ditto.
4988         (wl-summary-redisplay-no-mime-internal): Ditto.
4989         (wl-summary-redisplay-all-header): Ditto.
4990         (wl-summary-mark-as-read): Removed argument `cached';
4991         Use current cache status to set cache mark.
4992         (wl-summary-redisplay-internal): Follow the change above.
4993         (wl-summary-redisplay-no-mime-internal): Ditto.
4994         (wl-summary-redisplay-all-header): Ditto.
4995
4996         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4997
4998         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4999         Don't call itself recursively (Adviced by Yamaoka-san).
5000
5001 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5004         bind wl-summary-highlight as nil to avoid error caused by missing
5005         local variables.
5006
5007 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-vars.el (wl-invalid-character-message): New user option.
5010
5011         * wl-util.el (wl-set-string-width): If truncated string-width is
5012         larger than specified width, use `wl-invalid-character-message'.
5013
5014 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5015
5016         * wl-summary.el (wl-summary-prefetch-msg): 
5017         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5018
5019 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-vars.el (wl-summary-check-line-format): New user option.
5022         (wl-summary-line-format-file): Ditto.
5023
5024         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5025         variable.
5026         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5027         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5028         and `wl-summary-view-old-p' to check whether do a rescan or not.
5029         (wl-summary-view-old-p): New function.
5030         (wl-summary-line-format-changed-p): Ditto.
5031         (wl-summary-line-format-save): Ditto.
5032         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5033
5034         * wl-util.el (wl-set-string-width): Avoid using negative number
5035         for make-string.
5036
5037 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5038
5039         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5040         return value.
5041
5042         * wl-util.el (wl-set-string-width): Added optional argument
5043         `padding' (All other related portions are changed).
5044         (wl-line-parse-format): If the first letter of column number is
5045         `0', zero-padding the result (ex: "%05l").
5046
5047         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5048
5049 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5052         sequential summary view.
5053
5054 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5057         if it doesn't have a -unix version.
5058
5059 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5060
5061         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5062
5063 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5066         content.
5067         (wl-draft): Follow the change above.
5068
5069         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5070
5071         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5072         and wl-folder-summary-line-format-alist contain %T and %P.
5073
5074         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5075         (wl-summary-mode-line-format): New user option.
5076         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5077         (wl-summary-line-format): Changed default value.
5078         (wl-summary-lazy-highlight): Changed default value.
5079
5080         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5081         change in wl-summary-create-line.
5082         (wl-thread-insert-entity-sub): Ditto.
5083
5084         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5085         (wl-summary-buffer-unread-status): Ditto.
5086         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5087         (wl-summary-buffer-persistent-mark-column): Ditto.
5088         (wl-summary-buffer-mode-line-formatter): Ditto.
5089         (wl-summary-buffer-mode-line): Ditto.
5090         (wl-summary-message-regexp): Abolished.
5091         (All other related portions are changed.)
5092         (wl-summary-detect-mark-position): New function.
5093         (wl-summary-buffer-set-folder): Setup
5094         wl-summary-buffer-mode-line-formatter.
5095         (wl-summary-mode): Setup selective-display;
5096         Setup pre-idle-hook when xemacs.
5097         (wl-summary-update-modeline): Rewrite.
5098         (wl-summary-jump-to-msg): Define as function;
5099         Changed regexp for searching messages.
5100         (wl-summary-message-number): Rewrite.
5101         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5102         Do rescan when old type summary cache.
5103         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5104         (wl-summary-remove-destination): Use '\r' to detect EOL.
5105         (wl-summary-print-destination): Ditto.
5106         (wl-summary-temp-mark): New inline function.
5107         (wl-summary-persistent-mark): Ditto.
5108         (wl-summary-line-number): New function.
5109         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5110         (wl-summary-line-list-count): New function.
5111         (wl-summary-create-line): Added argument persistent-mark.
5112         (All other related portions are changed)
5113         (wl-summary-create-line): Insert '\r'.
5114         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5115         (wl-summary-cursor-move-surface): New inline function.
5116         (wl-summary-prev): Use it.
5117         (wl-summary-next): Ditto.
5118
5119         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5120         wl-summary-message-regexp.
5121         (wl-highlight-summary): Delete progress message.
5122         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5123
5124         * Version number is increased to 2.9.12.
5125
5126 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5129         variable (nil: no minimum).
5130         (wl-summary-line-subject): Add some spaces after subject by
5131         wl-summary-line-subject-minimum-length.
5132
5133 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5134
5135         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5136         and removed `F'.
5137         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5138         change above).
5139
5140 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-summary.el (wl-summary-line-list-count): Reverted.
5143         (example setting in samples/*/dot.wl is also updated)
5144
5145 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5148
5149         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5150
5151         * wl-vars.el (wl-summary-line-format): Addes some description to the
5152         docstring.
5153
5154         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5155         (wl-summary-line-close-bracket): Ditto.
5156         (wl-summary-line-children-number): Ditto.
5157         (wl-summary-line-thread-indent): Ditto.
5158         (wl-summary-line-children-and-from): Ditto.
5159
5160         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5161         't', 'c', 'F' and added 'C'.
5162
5163         * wl-util.el (wl-set-string-width): Accept negative value.
5164         (wl-line-parse-format): Added "%number(" and "%)".
5165
5166 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-summary.el (wl-summary-line-list-count): Change format of the
5169         return value.
5170
5171 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5172
5173         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5174         from the recent message.el.
5175         (wl-draft-point-in-header-p): Ditto.
5176         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5177         wl-draft-beginning-of-line.
5178         * wl-e21.el (wl-draft-mode-map): Ditto.
5179         * wl-xmas.el (wl-draft-mode-map): Ditto.
5180
5181         * wl-folder.el: Sort macrodefs by dependencies.
5182
5183 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5184
5185         * wl-summary.el (wl-summary-prev): Fixed regexp.
5186         (wl-summary-next): Ditto.
5187
5188 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5191
5192 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5193
5194         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5195         for backward compatibility.
5196
5197 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5198
5199         * wl-summary.el (wl-summary-line-list-count): New function, merged
5200         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5201         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5202         list counts.
5203
5204 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-summary.el (wl-summary-create-line): Ignore errors while
5207         timezone-fix-time.
5208
5209         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5210
5211         * wl-summary.el (wl-summary-sync-update): Ditto.
5212         (wl-summary-default-from): Use wl-message-entity
5213         instead of entity.
5214
5215         * wl-summary.el (wl-summary-create-line): Fix.
5216
5217         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5218         (wl-summary-line-format): New user option.
5219         (wl-folder-summary-line-format-alist): Ditto.
5220         (wl-summary-from-width): Abolished.
5221
5222         * wl-util.el (toplevel): Require 'bytecomp.
5223         (wl-line-parse-format): New function.
5224         (wl-line-formatter-setup): New macro.
5225
5226         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5227         (wl-summary-buffer-line-formatter): New buffer local variable.
5228         (wl-summary-switch-to-clone-buffer): Follow the change above.
5229         (wl-summary-message-regexp): Fix.
5230         (wl-summary-from-func-internal): Abolished.
5231         (wl-summary-subject-func-internal): Ditto.
5232         (wl-summary-subject-filter-func-internal): Ditto.
5233         (All other related portions are changed.)
5234         (wl-summary-buffer-set-folder):
5235         Set up wl-summary-buffer-number-column and 
5236         wl-summary-buffer-line-formatter
5237         (All other related portions are changed.)
5238         (wl-summary-buffer-number-column-detect): Abolished.
5239         (All other related portions are changed.)
5240         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5241         (wl-summary-delete-all-temp-marks-on-buffer): Use
5242         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5243         (wl-summary-target-mark-delete): Ditto.
5244         (wl-summary-target-mark-refile-subr): Ditto.
5245         (wl-summary-target-mark-mark-as-read): Ditto.
5246         (wl-summary-target-mark-mark-as-unread): Ditto.
5247         (wl-summary-target-mark-mark-as-important): Ditto.
5248         (wl-summary-target-mark-save): Ditto.
5249         (wl-summary-replace-status-marks): Renamed from
5250         wl-summary-set-status-marks-on-buffer;
5251         Use wl-summary-message-regexp instead of
5252         wl-summary-buffer-number-regexp.
5253         (wl-summary-sync-update): Follow the change above.
5254         (wl-summary-goto-previous-message-beginning): New function.
5255         (wl-summary-mark-as-unread): Use it.
5256         (wl-summary-mark-as-important): Ditto.
5257         (wl-summary-line-formatter): New variable.
5258         (wl-summary-line-year): New function.
5259         (wl-summary-line-day): Ditto.
5260         (wl-summary-line-day-of-week): Ditto.
5261         (wl-summary-line-hour): Ditto.
5262         (wl-summary-line-minute): Ditto.
5263         (wl-summary-line-open-bracket): Ditto.
5264         (wl-summary-line-close-bracket): Ditto.
5265         (wl-summary-line-children-number): Ditto.
5266         (wl-summary-line-thread-indent): Ditto.
5267         (wl-summary-line-size): Ditto.
5268         (wl-summary-line-subject): Ditto.
5269         (wl-summary-line-from): Ditto.
5270         (wl-summary-line-children-and-from): Ditto.
5271         (wl-summary-create-line): Rewritten.
5272         (wl-summary-format-date): Abolished.
5273
5274         * wl-highlight.el (wl-highlight-summary-current-line): Use
5275         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5276         Use thread structure to detect thread top message.
5277
5278         * wl-draft.el (wl-default-draft-cite): Don't use
5279         wl-summary-from-func-internal.
5280
5281         * wl-refile.el (wl-refile-subject-learn): Don't use
5282         wl-summary-subject-filter-func-internal.
5283         (wl-refile-guess-by-subject): Ditto.
5284
5285         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5286         parameters.
5287
5288         * wl-thread.el (wl-thread-update-indent-string-region):
5289         Use wl-thread-update-line-on-buffer instead of
5290         wl-thread-update-indent-string.
5291         (wl-thread-update-children-number): Redefine using
5292         wl-thread-update-line-on-buffer.
5293         (wl-thread-update-indent-string): Abolished.
5294
5295         * Version number is increased to 2.9.11.
5296
5297 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5300         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5301         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5302
5303         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5304         as nil.
5305
5306         * wl-thread.el (wl-thread-open-all-unread): Use 
5307         elmo-folder-list-messages-mark-match.
5308         (wl-thread-insert-message): Removed argument `mark-alist'.
5309         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5310         elmo-msgdb-set-mark.
5311         (wl-thread-get-children-msgs-uncached): Likewise.
5312         (wl-thread-get-exist-children): Added argument include-self.
5313         (wl-thread-delete-message): Follow the change above.
5314
5315         * wl-summary.el (wl-summary-count-unread): Removed argument.
5316         (wl-summary-rescan): Follow the change above.
5317         (wl-summary-mark-as-read-region): Ditto
5318         (wl-summary-mark-as-unread-region): Ditto.
5319         (wl-summary-delete-messages-on-buffer): Ditto.
5320         (wl-summary-sync-update): Ditto.
5321         (wl-summary-switch-to-clone-buffer): Ditto.
5322         (wl-summary-goto-folder-subr): Ditto.
5323         (wl-summary-target-mark-mark-as-read): Ditto.
5324         (wl-summary-target-mark-mark-as-unread): Ditto.
5325         (wl-summary-target-mark-mark-as-important): Ditto.
5326         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5327         (wl-summary-update-thread): Removed argument `mark-alist'.
5328         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5329         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5330         (wl-summary-resume-cache-status): Likewise.
5331         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5332         elmo-msgdb-set-mark.
5333         (wl-summary-mark-as-read-all): Likewise.
5334         (wl-summary-delete-cache): Ditto.
5335         (wl-summary-auto-select-msg-p): Ditto.
5336         (wl-summary-mark-as-unread): Ditto.
5337         (wl-summary-no-auto-refile-message-p): Ditto.
5338         (wl-summary-mark-as-read): Ditto.
5339         (wl-summary-mark-as-important): Ditto.
5340         (wl-summary-auto-refile): Follow the change above.
5341         (wl-summary-delete-all-marks): Removed.
5342         (wl-summary-resume-marks-and-highlight): Ditto.
5343         (wl-summary-resume-marks): Ditto.
5344         (wl-summary-delete-important-msgs-from-list): Ditto.
5345         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5346
5347         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5348         wl-summary-count-unread.
5349
5350         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5351         (wl-summary-score-update-all-lines): Use
5352         elmo-msgdb-set-mark.
5353
5354 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5357         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5358         (wl-summary-create-line): Renamed from
5359         wl-summary-overview-create-summary-line;
5360         Argument rearrangement.
5361         (wl-summary-update-thread): Follow the change above.
5362
5363         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5364         (wl-thread-insert-entity-sub): Likewise.
5365
5366         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5367         argument `overview', `mark-alist' and added `msgdb'.
5368
5369         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5370
5371         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5372         (wl-summary-rescan): Follow the change above.
5373         (wl-summary-sync-update): Ditto.
5374         (wl-summary-insert-thread-entity): Ditto;
5375         Don't use `let*' in every while loop;
5376         Detect infinite loop of threads.
5377         (wl-summary-update-thread): Removed argument `overview'.
5378
5379         * wl-thread.el (wl-thread-insert-message): Ditto.
5380
5381         * Version number is increased to 2.9.10.
5382
5383         * wl-message.el (wl-message-redisplay): Ignore errors while
5384         wl-message-redisplay-hook.
5385
5386 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5389
5390 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl.el (wl): inhibit-quit while wl-folder.
5393
5394 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5397         while msgdb access.
5398
5399 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5400
5401         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5402         even if no folder is not created.
5403
5404 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5407
5408         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5409         implementation.
5410         (wl-summary-target-mark-thread): Ditto.
5411
5412         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5413
5414 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5415
5416         * wl-util.el (wl-display-bytes): Remove unused function.
5417
5418 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5421         seems critical one (partially reverse the change in 2002/03/17).
5422
5423 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5426         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5427
5428 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5429
5430         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5431         is not writable.
5432         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5433         plugged status instead of `'force' as 2nd argument.
5434
5435         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5436         is not creatable.
5437
5438         * Version number is increased to 2.9.9.
5439
5440 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5441
5442         * wl-summary.el (wl-summary-suspend): New function.
5443
5444 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5445
5446         * wl.el (wl): Do not check variables if check is nil.
5447         * wl-utils.el (wl-collect-draft): New function.
5448         * wl-folder.el (wl-folder-suspend): Put summary buffers
5449         and draft buffers at the end of buffer list.
5450         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5451
5452 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5453
5454         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5455         loop instead of recursive call.
5456
5457         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5458         2nd argument.
5459
5460 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5461
5462         * wl-draft.el (wl-draft-create-contents): Don't take neither
5463         (function . args) nor (string . something) any more.
5464
5465         * wl-version.el (wl-generate-user-agent-string): Return string
5466         without header symbol.
5467         * wl-draft.el (wl-draft-default-headers): Use it.
5468
5469         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5470         `wl-draft-insert-ccs' and return field value instead of inserting
5471         the header. Abolish cc argument.
5472         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5473
5474         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5475         rather than one with string car.
5476
5477         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5478         * wl-draft.el (wl-draft-create-contents): Add it after the default
5479         headers.
5480
5481         * wl-draft.el (wl-draft-create-contents): For the case of
5482         (symbol-or-string . function) insert header only when the function
5483         returns string value.
5484
5485 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486
5487         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5488         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5489
5490 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5491
5492         * wl.el (wl-check-environment): Don't check Message-ID when
5493         `wl-insert-message-id' is nil.
5494         Revive checking if `wl-message-id-domain' contains "@".
5495
5496 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5497
5498         * wl.el (wl-check-environment): Merge examination for "@" at
5499         inappropriate position into the first string-match.
5500
5501         * wl-summary.el (wl-summary-target-mark-print): New function.
5502         (wl-summary-pipe-message-subr): Extracted from
5503         `wl-summary-pipe-message'.
5504         (wl-summary-target-mark-pipe): New function.
5505         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5506         `wl-summary-target-mark-pipe'.
5507
5508 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5509
5510         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5511
5512 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5513
5514         * wl.el (wl-check-environment): Use elmo-warning instead of
5515         error for non-critical ones.
5516         Remove trash folder check.
5517         (wl): Don't ignore error in wl-check-environment.
5518
5519         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5520         check, which is moved from `wl-check-environment'.
5521         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5522
5523 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5526         guess anything, call wl-summary-write.
5527         (wl-summary-write): Create draft with blank To field.
5528         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5529
5530 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5531
5532         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5533         argument full as well for wl-folder-write-current-folder.
5534         If wl-*-write-current-folder cannot guess addressee, add blank
5535         To header.
5536         Rewrite condition for positioning cursor.
5537
5538 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5541         summary buffer is present, use it.
5542         (wl-folder-jump-to-previous-summary): Ditto.
5543
5544 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5545
5546         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5547
5548         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5549         wl-summary-previous-buffer and wl-summary-next-buffer.
5550
5551         * wl-folder.el (wl-folder-mode-map): Bind
5552         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5553         (wl-folder-jump-to-next-summary): New function.
5554         (wl-folder-jump-to-previous-summary): Ditto.
5555
5556         * wl-draft.el (wl-draft): Rearranged.
5557
5558 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5559
5560         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5561         of header.
5562         (wl-draft): Collect arguments for the header as header-alist.
5563         (wl-draft-forward): Arrange arguments for wl-draft.
5564         (wl-draft-reply): Ditto.
5565         (wl-draft-edit-string): Ditto.
5566         * wl-summary.el (wl-summary-write): Ditto.
5567         (wl-summary-write-current-folder): Ditto.
5568
5569         * Version number is increased to 2.9.8.
5570
5571 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5572
5573         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5574
5575         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5576
5577         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5578         even if the guess failed.
5579
5580         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5581         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5582         wl-summary-write-current-folder.
5583         * wl-xmas.el: Ditto.
5584
5585 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-summary.el (wl-summary-next-page): Force display message if
5588         message is not displayed yet.
5589         (wl-summary-prev-page): Ditto.
5590
5591 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5592
5593         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5594
5595 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5596
5597         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5598         add "Preview Message" and "Save Draft and Exit".
5599
5600 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5601
5602         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5603         if addrmgr is called from draft in splitted window.
5604
5605         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5606         * wl-mule.el: Ditto.
5607         * wl-xmas.el: Ditto.
5608
5609 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5610
5611         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5612
5613         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5614         * wl-xmas.el (wl-folder-toolbar): Ditto.
5615
5616 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5617
5618         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5619         and wl-draft-save-and-exit.
5620         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5621         * wl-xmas.el: Ditto.
5622         * wl-mule.el: Ditto.
5623
5624         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5625         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5626
5627 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5630         lists for saving buffer.
5631
5632 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5635         parent-folder argument instead of it.
5636         (wl-draft-create-buffer): Ditto.
5637         (wl-draft-forward): Ditto.
5638         (wl-draft-reply): Ditto.
5639         * wl-summary.el (wl-summary-write): Ditto.
5640         (wl-summary-write-current-folder): Ditto.
5641
5642         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5643         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5644         Folder buffer after composing.
5645
5646 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5649         header if the file `wl-x-face-file' already contains it.
5650
5651 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5652
5653         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5654         folder" entry.
5655         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5656         * wl-e21.el (wl-folder-toolbar): Ditto.
5657         * wl-xmas.el (wl-folder-toolbar): Ditto.
5658
5659 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5660
5661         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5662         wl-folder-goto-folder with sticky argument.
5663         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5664
5665 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5668         and wl-summary-previous-buffer.
5669         (wl-summary-next-buffer): New function.
5670         (wl-summary-previous-buffer): Ditto.
5671
5672 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5675         wl-folder-jump-to-current-entity-with-arg.
5676         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5677         `wl-folder-jump-to-current-entity'.
5678         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5679         `wl-summary-goto-folder-sticky'.
5680         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5681         `wl-summary-goto-folder'.
5682         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5683         Unless force-exit, do not clean temp. marks for sticky summary.
5684         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5685
5686 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5689         not entire.
5690
5691 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5694         to `C-x C-s'.
5695         (wl-summary-save-status): New command.
5696         (wl-summary-exit): Don't clean-up temp marks when sticky.
5697         (Applied patch from Nakayama-san [wl: 09548])
5698         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5699         Do nothing when no mark data.
5700         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5701         Call `wl-summary-delete-all-temp-marks' before saving.
5702
5703 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5704
5705         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5706
5707 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5708
5709         * wl.el (wl-check-environment): Also cause error when (system-name)
5710         returns "localhost.localdomain". (Although it doesn't affect because
5711         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5712
5713 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5714
5715         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5716         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5717
5718         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5719         value.
5720
5721 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5722
5723         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5724         Likewise r-cc-list and r-ng-list.
5725
5726 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5729         only if it is bound as variable.
5730
5731         * wl-mime.el (wl-draft-preview-message): Ditto.
5732
5733 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5736         needless `goto-char'.
5737
5738         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5739         `wl-summary-redisplay-no-mime-internal' instead of
5740         `wl-summary-redisplay-no-mime'.
5741         (wl-summary-redisplay-no-mime): Changed argument;
5742         Call `wl-summary-redisplay-no-mime-internal'.
5743
5744         * wl-mime.el (wl-draft-preview-message): Bind
5745         `mime-header-encode-method-alist' locally.
5746
5747         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5748         (wl-draft-std11-parse-addresses): Added the first address check.
5749         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5750
5751         * Version number is increased to 2.9.7.
5752
5753 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5754
5755         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5756
5757 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5758
5759         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5760         related to scrollbar support, if there is no such a feature
5761         compiled in.
5762
5763 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5764
5765         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5766         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5767         for prefetch.
5768
5769 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5770
5771         * wl-summary.el (wl-summary-pick): Fix for no match.
5772
5773 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5774
5775         * wl-draft.el (wl-draft-save):
5776         Override `mime-header-encode-method-alist'.
5777
5778 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5779
5780         * wl-folder.el (wl-folder-pick): New function.
5781         Define key as "?".
5782
5783 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5784
5785         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5786         Fix for unplugged.
5787
5788 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5789
5790         * wl-folder.el (wl-folder-virtual): New function.
5791         Define key as "V".
5792
5793 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5794
5795         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5796         multi folder if entity is group.
5797
5798 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5799
5800         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5801         is nil.
5802
5803 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5804
5805         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5806         (wl-summary-target-mark-msgs): Return the number of marked messages.
5807
5808 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5809
5810         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5811         "first:" is specified.
5812
5813 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5814
5815         * wl-vars.el (wl-from): Use return value of function
5816         user-full-name instead of the variable user-full-name since
5817         XEmacs-20.4 doesn't set this variable.
5818
5819 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5822         call `wl' directly.
5823
5824 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5825
5826         * wl-draft.el (wl-draft-reedit): Removed duplicated
5827         switch-to-buffers.
5828
5829 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * wl.el (wl-other-frame): Removed garbages.
5832
5833 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5836
5837         * wl-xmas.el (wl-draft-key-setup): Ditto.
5838
5839         * wl-mule.el (wl-draft-key-setup): Ditto.
5840
5841         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5842         (wl-draft-reedit): Ditto.
5843         (wl-draft-prepare-edit): Add `wl-draft-save' to
5844         `local-write-file-hooks'.
5845         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5846         (wl-draft-reedit): Set buffer-file-name.
5847         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5848
5849
5850         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5851         call it.
5852         (wl-delete-startup-frame-function): New variable.
5853         (wl-other-frame): New function
5854         (Original was written by Yamaoka san [wl: 09239]).
5855
5856         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5857         if `wl-folder-use-frame'.
5858
5859 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5860
5861         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5862
5863 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5866         New variable.
5867         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5868         (wl-message-buffer-prefetch-get-next): Use them.
5869         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5870
5871 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5872
5873         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5874         with unwind-protect.
5875
5876         * wl-draft.el (wl-draft-reedit): Rewrite.
5877         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5878         (wl-draft-save): Insert header separator if it does not exist;
5879         Removed condition-case.
5880
5881         * wl-summary.el (wl-summary-reedit): Revert last change.
5882
5883         * wl-draft.el (wl-draft-save): Rewrite.
5884         (wl-draft-create-buffer): Set buffer-file-name as nil.
5885
5886         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5887
5888         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5889
5890         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5891         nil.
5892
5893 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5894
5895         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5896         If count is nil, do not prefetch.
5897         (wl-message-buffer-prefetch-next): Next.
5898
5899 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5900
5901         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5902
5903 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5904
5905         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5906         `delete-backward-char'
5907         (wl-draft-prepare-edit): Check major-mode.
5908         (wl-draft-decode-header): Rewrite.
5909         (wl-draft): Fix.
5910
5911 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5912
5913         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5914
5915 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5916
5917         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5918         (wl-message-buffer-prefetch-get-next): Remove size checking.
5919         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5920
5921 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5922
5923         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5924         (wl-draft-default-headers): Fix.
5925
5926 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5927
5928         * wl-draft.el (wl-draft-default-headers): Insert return value of
5929         `wl-generate-mailer-string-function'.
5930
5931 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5934         (wl-draft-insert-mail-header-separator): Ditto.
5935
5936         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5937         again (Reverted the change on 2002-01-17 by OKADA san).
5938
5939 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5940
5941         * wl-draft.el (wl-draft): Rewrite.
5942         (wl-draft-create-buffer): New function.
5943         (wl-draft-create-contents): Ditto.
5944         (wl-draft-prepare-edit): Ditto.
5945         (wl-draft-decode-header): Ditto.
5946         (wl-draft-decode-body): Ditto.
5947         (wl-draft-check-new-line): Ditto.
5948         (wl-draft-default-headers): Ditto.
5949         (wl-draft-insert-mail-header-separator): Ditto.
5950
5951 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5952
5953         * Version number is increased to 2.9.6.
5954
5955 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5956
5957         * wl-draft.el (wl-draft-delete-field): Optional argument.
5958         (wl-draft-delete-fields): Ditto.
5959
5960 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5961
5962         * wl-message.el (toplevel): Eliminated byte-compile warning.
5963         for `itimer-function', `delete-timer' and `itimer-list'.
5964
5965 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5966
5967         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5968         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5969         `wl-message-buffer-prefetch-threshold'.
5970         * wl-summary.el (wl-summary-redisplay-internal): Remove
5971         the check of `wl-message-buffer-prefetch-depth'.
5972
5973 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5974
5975         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5976         size of article.
5977         (wl-message-buffer-prefetch-subr): Remove size check.
5978
5979 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-vars.el (wl-plugged): Make customizable.
5982
5983 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5984
5985         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5986         (wl-message-buffer-prefetch-set-timer): New function.
5987         (wl-message-buffer-prefetch-get-next): New function.
5988         (wl-message-buffer-prefetch): New function.
5989         (wl-message-buffer-prefetch-next): Rewrite.
5990         (wl-message-buffer-prefetch-subr): Rewrite.
5991         * wl-vars.el (wl-auto-prefetch-first): New variable.
5992         * wl-summary.el (wl-summary-goto-folder-subr): Call
5993         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5994
5995 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5998         `wl-summary-unread-message-hook'.
5999
6000 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6003         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6004         if range is `cache-status'.
6005
6006 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6007
6008         * wl-message.el (wl-message-buffer-prefetch-subr):
6009         Improve debug message.
6010
6011 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6012
6013         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6014         `wl-mail-send-pre-hook'.
6015         (wl-draft-send-mail-with-qmail): Ditto.
6016         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6017
6018 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6019
6020         * wl-message.el (wl-message-buffer-prefetch-subr):
6021         Fix for cancel-function-timers bug.
6022         (wl-message-buffer-prefetch-debug): Default value is t.
6023
6024 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6025
6026         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6027         (wl-message-buffer-prefetch-subr): Rewrite.
6028         Rename from `wl-message-buffer-prefetch'.
6029
6030 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6033         (wl-default-draft-cite-decorate-author): Ditto.
6034
6035         * wl-draft.el (wl-draft-cite-function): Removed.
6036         (wl-default-draft-cite-decorate-author): Ditto.
6037
6038 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6039
6040         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6041         (wl-default-draft-cite): Do not arrange author name if the value of
6042         `wl-default-draft-cite-decorate-author' is nil.
6043
6044 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6047
6048         * wl-folder.el (wl-folder-check-one-entity): Don't care
6049         `elmo-folder-use-flag-p'.
6050
6051 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-folder (wl-folder-check-one-entity): Fix
6054         problem if unread is nil.
6055
6056 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058         * wl-address.el (wl-address-make-completion-list): Check whether
6059         the address is a group list.
6060         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6061
6062 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6063
6064         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6065         The number of the messages of new and unread does not count
6066         correctly.
6067
6068         * wl-summary.el (wl-summary-count-unread): Changed to return
6069         `(new . unread)' instead of total.
6070         (wl-summary-sync-update): Follow the change above.
6071
6072         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6073
6074 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-address.el (wl-address-make-completion-list): Do not enclose
6077         address by " <" and ">" if associated realname is "".
6078         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6079         This is against the promblem with group list in .addresses pointed
6080         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6081
6082 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6083
6084         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6085         message is a format control string.
6086         * wl-expire.el (wl-expire-append-log): Ditto.
6087         * wl-mime.el (wl-summary-burst-subr): Ditto.
6088         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6089         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6090
6091 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6092
6093         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6094         wl.el (wl-check-variables): Rename from `wl-check-type'.
6095         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6096         (wl-check-variables-2): New function.
6097         (wl): Call `wl-check-variables-2'.
6098
6099 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6100
6101         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6102         after renaming folder in access group.
6103
6104 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6105
6106         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6107         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6108         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6109         (wl-message-buffer-prefetch): Rewrite.
6110         (wl-message-buffer-prefetch-idle-time): Removed.
6111         * wl-summary.el (wl-summary-redisplay-internal):
6112         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6113         Error check for `wl-message-buffer-prefetch-depht'.
6114
6115 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6116
6117         * Version number is increased to 2.9.5.
6118         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6119
6120 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6123         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6124         Based on the patch written by
6125         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6126
6127 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-draft.el (wl-draft-raw-send): Fix for
6130         `wl-news-send-pre-hook'
6131
6132 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-utils.el (wl-message-id-function): New variable.
6135         * wl-draft.el (wl-draft-insert-required-fields):
6136         Use `wl-message-id-function'.
6137
6138 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6141         * wl-utils.el (wl-draft-make-message-id-string):
6142         Use `wl-from' for domain part of Message-ID
6143         if `wl-message-id-use-wl-from' if non-nil.
6144         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6145
6146 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6147
6148         * wl.el (wl): Call `wl-check-type'
6149         Do not 'condition-case'.
6150
6151 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl.el (wl-check-type): New function.
6154         (wl-check-type-variables): New variable.
6155
6156 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6159
6160 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl-draft.el (wl-smtp-password-key): New function.
6163         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6164         (wl-draft-send-mail-with-smtp): Ditto.
6165         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6166
6167 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6170         * wl-utils.el (wl-unique-id-suffix): Remove.
6171
6172 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * Version number is increased to 2.9.4.
6175
6176 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6177
6178         * wl-utils.el (wl-unique-id-suffix): New variable.
6179         (wl-unique-id): Use `wl-unique-id-suffix'
6180
6181 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6182
6183         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6184         instead of `elmo-msgdb-search'.
6185
6186         * Version number is increased to 2.9.3.
6187
6188 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6189
6190         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6191
6192 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6193
6194         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6195         (wl-draft-dispatch-message): Changed for send-later.
6196         (wl-draft-queue-flush): Ditto.
6197         (wl-draft): Clear `wl-sent-message-queued'.
6198         (wl-draft-reedit): Ditto.
6199         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6200         * wl-vars.el (wl-draft-force-queuing): New variable.
6201         (wl-draft-force-queuing-mail): New variable.
6202         (wl-draft-force-queuing-news): New variable.
6203
6204 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6207         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6208
6209 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6210
6211         * Version number is increased to 2.9.2.
6212
6213 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * wl-draft.el (wl-draft-elide-region): New user command.
6216         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6217
6218         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6219         command `wl-draft-elide-region'.
6220         * wl-mule.el: Ditto.
6221         * wl-xmas.el: Ditto.
6222
6223 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6226         (wl-biff-check-folder-async): Removed needless let.
6227
6228 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6231         wl-folder-get-elmo-folder.
6232         (wl-biff-check-folder): Set `biff' argument of
6233         `wl-folder-check-one-entity'.
6234         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6235
6236         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6237         (wl-folder-check-one-entity): Added `biff' argument;
6238         Setup `biff' slot of folder.
6239
6240         * Version number is increased to 2.9.1.
6241
6242 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6245         comment out and fixed.
6246         (wl-fldmgr-add-completion-subr): Ditto.
6247
6248         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6249         and msgdb.
6250
6251         * wl.el (wl-toggle-plugged): Save summary view.
6252
6253 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6256
6257 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6258
6259         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6260
6261 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6264         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6265         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6266
6267         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6268         if it was failed.
6269         (wl-demo): Disable undo in the demo buffer.
6270
6271 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * wl-version.el (wl-version): Changed codename.
6274
6275         * Version number is increased to 2.9.0.
6276
6277 2001-12-14  Takuo KITAME <kitame@northeye.org>
6278
6279         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6280         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6281         (wl-folder-mark-as-read-all-current-entity): Ditto.
6282
6283 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-vars.el (wl-from-width): Define as obsolete variable.
6286         (wl-subject-length-limit): Ditto.
6287
6288         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6289
6290         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6291         wl-summary-save-view.
6292
6293         * wl.el (wl-save-status): Ditto.
6294         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6295
6296         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6297         (wl-summary-exit): Follow the change above.
6298         (wl-summary-goto-folder-subr): Ditto.
6299
6300         * wl-folder.el (wl-folder-create-subr): Don't use
6301         `elmo-folder-creatable-p'.
6302
6303 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6306
6307 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6310         rather than bitmap on Emacs 21.
6311         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6312         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6313         for xbm if the new redisplay engine is not available.
6314
6315 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl-folder.el (wl-folder-init-hook): New hook.
6318         (wl-folder-init): Run `wl-folder-init-hook'.
6319
6320 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6323
6324 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-acap.el (wl-acap-cache-filename): New variable.
6327         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6328         (wl-acap-init): Use cache if no ACAP server found.
6329
6330 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6331
6332         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6333         `wl-acap-original-msgdb-dir'.
6334
6335         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6336         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6337
6338         * wl-mime.el (wl-mime-save-directory): Renamed from
6339         `wl-mime-save-dir'.
6340
6341 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6344
6345         * wl-demo.el: Require `path-util'.
6346         (wl-demo-bitmap-mule-available-p): New internal variable.
6347         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6348         `module-installed-p' instead.
6349         (wl-demo-insert-image): Use *.img file for a bitmap image.
6350         (wl-demo): Don't call the ascii demo recursively.
6351
6352 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6353
6354         * Version number is increased to 2.7.7.
6355
6356 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl.el (wl-exit): Eliminated byte-compile warning.
6359
6360 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6361
6362         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6363         obsolete variable using `elmo-define-obsolete-variable'.
6364         (wl-fetch-confirm-threshold): Ditto.
6365         (wl-cache-prefetch-folder-type-list): Ditto.
6366         (wl-cache-prefetch-folder-list): Ditto.
6367
6368 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6371         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6372         (wl-demo-insert-image): New function.
6373         (wl-demo-insert-text): New function.
6374         (wl-demo-image-type-alist): Redefine as a function.
6375         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6376         (wl-demo-with-temp-file-buffer): Removed.
6377         (wl-logo-xpm): Removed.
6378         (wl-logo-xbm): Removed.
6379         (wl-logo-bitmap): Removed.
6380
6381 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6382
6383         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6384         (wl-expire-localdir-get-folder-function): New user option.
6385         (wl-expire-localdir-get-folder): New function.
6386         (wl-expire-localdir-date): Ditto.
6387
6388 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6389
6390         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6391         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6392         Fixed unread number mismatch when all-unread < unread.
6393
6394 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6397         (wl-fetch-confirm-threshold): Ditto.
6398
6399         * wl-summary.el (wl-summary-confirm-appends): Removed.
6400         (wl-summary-sync-update): Don't refer
6401         `wl-summary-update-confirm-threshold' (It is now abolished).
6402
6403         * wl-message.el (wl-message-display-internal): Don't refer
6404         `wl-fetch-confirm-threshold' (It is now abolished).
6405
6406 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6409
6410 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6411
6412         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6413         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6414         Change default value to nil.
6415         (wl-summary-indent-length-limit): The value can be nil, nil means
6416         unlimited.
6417
6418         * wl-summary.el: Don't set limit for indent length if the value of
6419         wl-summary-indent-length-limit is nil.
6420         If the value of wl-summary-width is nil, it means only that the width
6421         of summary is unlimited (nil doesn't mean that the indent length is
6422         unlimited).
6423
6424         * wl-thread.el: Ditto.
6425
6426 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6427
6428         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6429         be nil, nil means never confirm.
6430         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6431
6432 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6433
6434         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6435         means unlimited).
6436
6437 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6440         Use `with-temp-buffer'.
6441
6442 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6445         with new backquote style).
6446         (wl-folder-get-entity-from-buffer): Ditto.
6447
6448 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6449
6450         * wl-version.el (nemacs-version): Eliminated.
6451         (wl-extended-emacs-version2): Ignore nemacs.
6452         (wl-extended-emacs-version3): Ditto.
6453
6454 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6455
6456         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6457         (wl-draft-add-in-reply-to): New variable.
6458         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6459         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6460         (wl-draft-yank-from-mail-reply-buffer): Use
6461         `wl-draft-add-in-reply-to'.
6462         (wl-draft-insert-current-message): Ditto.
6463
6464 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6465
6466         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6467         typo (kill->hide).
6468         (wl-message-buffer-prefetch-folder-type-list): Added elements
6469         `mark' and `cache' instead of `internal'.
6470
6471 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6474         resume msgdb directory.
6475
6476 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl.el (wl-exit): Call `wl-acap-exit'.
6479
6480         * wl-summary.el (wl-summary-message-string): New function.
6481         (wl-summary-reedit): Use it.
6482         (wl-summary-resend-bounced-mail): Remove needless let.
6483         (wl-summary-supersedes-message): Ditto.
6484         (wl-summary-save): Ditto.
6485
6486         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6487         (wl-acap-init): Set it.
6488         (wl-acap-exit): New function.
6489
6490 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6491
6492         * wl.el (wl-init): Revert (require 'mime-setup). move from
6493         toplevel.
6494
6495 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6496
6497         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6498         local variables.  Add error when guess function return invalid
6499         value.
6500
6501 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6502
6503         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6504         Change local variable name.
6505         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6506         (wl-folder-get-newsgroups): Return nil when non-news folder.
6507         * wl-summary.el (wl-summary-write-current-folder): State through
6508         when guess-list return nil.
6509         (wl-summary-write-current-folder-functions): Fixed docstring.
6510
6511         * wl.el (wl-exit): Changed confirm message.
6512
6513         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6514         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6515
6516         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6517
6518 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6519
6520         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6521         user option (Renamed from wl-cache-prefetch-folder-type-list).
6522         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6523         from wl-cache-prefetch-folder-list).
6524
6525         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6526         Move to wl-vars.el.
6527         (wl-message-buffer-prefetch-p): Changed to enable
6528         `wl-message-buffer-prefetch-folder-list'.
6529
6530         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6531         `ignore-cache'.
6532
6533 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6536         `part-top' and `part-bottom'.
6537         (wl-draft-config-sub-part-top): New function.
6538         (wl-draft-config-sub-part-bottom): New function.
6539
6540 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6541
6542         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6543
6544 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6547
6548 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6549
6550         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6551
6552         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6553         (wl-summary-write-current-folder): Ditto.
6554
6555 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-folder.el (wl-folder-get-newsgroups): Use
6558         `elmo-folder-newsgroups'.
6559
6560 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6563         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6564         `wl-draft-config-sub-header-bottom'.
6565
6566 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6567
6568         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6569         localnews folder.
6570
6571 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6572
6573         * wl-summary.el (wl-summary-mode): Undo last change.
6574
6575         * wl-folder.el (wl-folder-mode): Ditto.
6576
6577 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6578
6579         * wl-summary.el (wl-summary-mode): Locally set
6580         truncate-partial-window-width to nil.
6581         (for XEmacs)
6582
6583         * wl-folder.el (wl-folder-mode): Ditto.
6584
6585 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6588
6589 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6592         number.
6593
6594         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6595
6596         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6597
6598         * Version number is increased to 2.7.6.
6599
6600 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6601
6602         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6603
6604 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6605
6606         * wl-summary.el (wl-summary-sync-update): Enclose network
6607         related portion with `unwind-protect'.
6608
6609 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6610
6611         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6612
6613 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6616         element.
6617         * wl-vars.el (wl-message-body-button-alist): Ditto.
6618
6619         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6620         max match length.
6621         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6622
6623         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6624         for the max match length;
6625         Use 4th element value for the button string regexp group.
6626
6627         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6628         candidate exists, prompt to select.
6629
6630 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6631
6632         * wl-summary.el (wl-summary-jump-to-msg): Search before
6633         calibration point by `beginning-of-line'.
6634
6635 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6636
6637         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6638         for access group.
6639
6640 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * wl-message.el (wl-message-display-internal): Bind
6643         `default-mime-charset'.
6644
6645         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6646
6647         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6648
6649         * Version number is increased to 2.7.5.
6650
6651 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6652
6653         * wl-expire.el (wl-summary-archive): Fixed;
6654         Use `elmo-folder-name-internal'.
6655
6656 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6657
6658         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6659         from `elmo-folder-move-messages' caller.
6660         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6661
6662         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6663         related portions are changed).
6664
6665 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6666
6667         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6668         counter.
6669
6670 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6671
6672         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6673         buffer local and set it to nil.
6674
6675         * wl-message.el (wl-message-redisplay): Ditto.
6676
6677 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-summary.el (wl-summary-mark-as-important): If message is
6680         already cached, set messag as read, otherwise encache and mark as read.
6681
6682 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6683
6684         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6685         point-min.
6686
6687 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6690         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6691         a keymap.
6692
6693 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6696         parent.
6697
6698         * wl-mule.el (wl-message-define-keymap): Ditto.
6699
6700         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6701
6702         * wl-xmas.el (wl-message-display-internal-hook): Define.
6703         (wl-xmas-setup-message-toolbar): Define as function.
6704         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6705         (wl-message-overload-functions): Abolished.
6706         (wl-message-define-keymap): New function.
6707
6708         * wl-vars.el (wl-message-display-internal-hook): New variable.
6709         (wl-message-header-button-alist): New variable (Renamed from
6710         wl-highlight-message-header-button-alist).
6711         (wl-message-body-button-alist): Ditto.
6712
6713         * wl-mule.el (wl-message-define-keymap): New function.
6714         (wl-message-overload-functions): Abolished.
6715
6716         * wl-message.el (wl-message-add-buttons-to-body): New function.
6717         (wl-message-redisplay): Don't call wl-message-overload-functions;
6718         Call wl-message-add-buttons-to-header and
6719         wl-message-add-buttons-to-body.
6720         (wl-message-display-internal): Set keymap argument for
6721         elmo-mime-display-as-is, elmo-mime-message-display;
6722         Run wl-message-display-internal-hook.
6723         (wl-message-refer-article-or-url): Abolished.
6724
6725         * wl-highlight.el (wl-highlight-headers): Don't call
6726         wl-highlight-message-add-buttons-to-header.
6727         (wl-highlight-message-add-buttons-to-header): Abolished.
6728
6729
6730         * wl-e21.el (wl-message-display-internal-hook): Define.
6731         (wl-e21-setup-toolbar): Deleted duplicated binding.
6732         (wl-e21-setup-message-toolbar): Define as function.
6733         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6734         (wl-message-define-keymap): New function.
6735         (wl-message-overload-functions): Abolished.
6736
6737 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6740         and elmo-folder-close.
6741
6742         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6743
6744 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6747         boolean value.
6748         * wl-draft.el (wl-draft-do-fcc): Ditto.
6749
6750 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-vars.el (wl-fcc-force-as-read): New variable.
6753         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6754         mark copied message as read.
6755
6756 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6759
6760 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6761
6762         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6763         `wl-summary-target-above' instead of obsolete variable
6764         `wl-summary-temp-above'.
6765
6766         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6767         instead of `make-obsolete-variable'.
6768         * wl-refile.el (toplevel): Ditto.
6769
6770 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6773         with third argument t.
6774         (wl-draft): Set first argument for wl-plugged-init as t.
6775
6776         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6777         definition.
6778
6779 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6780
6781         * wl-vars.el: Tabify.
6782         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6783
6784         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6785         message.
6786
6787 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6788
6789         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6790         and set default to beep.
6791
6792 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6793
6794         * wl-vars.el (wl-draft-truncate-lines): New variable.
6795
6796         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6797         instead of wl-message-truncate-lines for truncate-lines.
6798
6799 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-message.el (wl-message-display-internal): Call
6802         `wl-highlight-message' after `elmo-mime-display-as-is'.
6803
6804         * wl-mime.el (wl-mime-display-text/plain): New function.
6805         (wl-mime-display-header): Ditto.
6806         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6807         body-presentation-method for text/plain;
6808         Register `wl-mime-display-header' as a header-presentation-method;
6809         Don't set up `elmo-message-text-content-inserted-hook' and
6810         `elmo-message-header-inserted-hook'.
6811
6812         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6813         variable.
6814         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6815         as t if flag is 'all-header;
6816         Don't bind `elmo-message-ignored-field-list',
6817         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6818
6819 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6822         for xemacs with non-mule environment.
6823
6824 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6827         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6828         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6829
6830 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6831
6832         * wl-vars.el (wl-interactive-send): Set default value as t.
6833
6834 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6837         (wl-addrmgr-method-list): Abolished.
6838         (wl-addrmgr-change-method): Follow above change.
6839
6840         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6841
6842 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6843
6844         * wl-vars.el (wl-message-truncate-lines): Change default value
6845         to default-truncate-lines.
6846
6847         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6848
6849 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6850
6851         * wl-vars.el (wl-message-truncate-lines): New variable.
6852
6853         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6854         wl-message-truncate-lines.
6855
6856 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6857
6858         * wl-acap.el (wl-acap-init): Remove period from error message.
6859         (wl-acap-find-acap-service): Remove period from message.
6860
6861 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl.el (wl-check-environment): Undo last change.
6864
6865         * wl-vars.el (wl-from): Changed default value.
6866
6867         * wl-util.el (toplevel): Don't require tm-edit.
6868
6869         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6870         `wl-folder-init';
6871         Don't set mark on mail body.
6872         (wl-draft-reedit): Ditto.
6873
6874         * wl-address.el (wl-address-quote-specials): Define as an alias for
6875         elmo-address-quote-specials.
6876
6877 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6880
6881         * wl-vars.el (wl-from): Set default value as nil.
6882         (wl-organization): Set default value as ORGANIZATION environment
6883         variable.
6884
6885         * wl-draft.el (wl-smtp-extension-bind): Check value of
6886         wl-smtp-connection-type.
6887
6888         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6889         error.
6890
6891 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6892
6893         * Version number is increased to 2.7.4.
6894
6895         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6896         arguments from `wl-highlight-x-face-function' caller.
6897         Use x-face-1.3.6.12 or later.
6898
6899 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6900
6901         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6902
6903 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6904
6905         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6906         (wl-fcc): Fix to accept function.
6907         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6908
6909 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6910
6911         * wl-acap.el (toplevel): Added `product-provide' declare.
6912         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6913
6914 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl.el (wl): Changed order of calling `elmo-init'
6917         and `elmo-folder-init'.
6918
6919 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6920
6921         * wl-mime.el (wl-summary-burst): Extract message when content-type
6922         of root entity is not only `multipart' but also `message/rfc822'.
6923         (wl-summary-burst-subr): Ditto.
6924
6925 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6926
6927         * wl-vars.el (toplevel): Require 'custom.
6928         (wl-trash-folder): Added to `wl-setting' group.
6929
6930         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6931         exists.
6932         (wl-addrmgr-draw): Insert empty line when no entry exists.
6933
6934         * wl-mule.el (wl-message-wheel-up): Fixed.
6935         (wl-message-wheel-down): Ditto.
6936
6937 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6938
6939         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6940         config is an anonymous lambda expression.
6941
6942 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6945         when Mule 2 is running.
6946
6947 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6950
6951 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6954         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6955
6956         * wl-address.el (wl-address-specials-regexp): Eliminated.
6957         (wl-address-quote-specials): Rewrite.
6958
6959 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6962         shy-groups for regexp.
6963
6964         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6965         character classes and Perl style shy-groups for regexp.
6966         (wl-highlight-plugged-current-line): Use Posix style character
6967         classes for regexp.
6968         (wl-e21-highlight-folder-by-numbers): Ditto.
6969         (wl-e21-display-image-p): Use `display-images-p' instead of
6970         `display-graphic-p'.
6971         (display-images-p): Make an alias to `display-graphic-p' if it is
6972         not available.  It is for Emacs version prior to 21.0.105.
6973
6974         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6975         `display-graphic-p'.
6976         (wl-demo-image-type-alist): Ditto.
6977         (display-images-p): Make an alias to `display-graphic-p' if it is
6978         not available.  It is for Emacs version prior to 21.0.105.
6979
6980 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6981
6982         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6983         support.
6984         (wl-generate-user-agent-string): Ditto.
6985
6986         * wl-version.el (wl-version): Update docsting.
6987         (wl-version-status): Ditto.
6988
6989 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6990
6991         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6992         21.0.105.  For Emacs 21.0.104 or earlier.
6993
6994 2001-09-03  Takuo KITAME <kitame@northeye.org>
6995
6996         * wl-e21.el (wl-plugged-init-icons): Use
6997         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6998         (wl-biff-init-icons): Ditto.
6999
7000 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl-highlight.el (wl-highlight-summary-current-line):
7003         Fixed highlighting refile/copy destination.
7004
7005         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7006         (wl-acap-store): Encode string by wl-acap-coding-system.
7007
7008 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-acap.el (toplevel): Check and require 'un-define before
7011         'xemacs-ucs;
7012          Added checking for UTF-2000.
7013
7014 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7015
7016         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7017         Don't enclose with `eval-and-compile'.
7018
7019         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7020         wl-init is non-nil.
7021
7022         * wl-draft.el (wl-draft): Ditto.
7023
7024         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7025
7026         * wl-acap.el (toplevel): Require 'wl.
7027         (wl-acap-store): Call `elmo-init'.
7028
7029         * wl.el (wl): Changed position of `wl-check-environment'.
7030         (toplevel): Added autoload setting for wl-acap.
7031
7032         * wl-vars.el (wl-setting): New custom group.
7033         (wl-from): Added wl-setting group.
7034         (wl-user-mail-address-list): Ditto.
7035         (wl-organization): Ditto.
7036         (wl-subscribed-mailing-list): Ditto.
7037         (wl-envelope-from): Ditto.
7038         (wl-smtp-posting-user): Ditto.
7039         (wl-smtp-posting-server): Ditto.
7040         (wl-smtp-posting-port): Ditto.
7041         (wl-smtp-authenticate-type): Ditto.
7042         (wl-pop-before-smtp-user): Ditto.
7043         (wl-pop-before-smtp-server): Ditto.
7044         (wl-pop-before-smtp-port): Ditto.
7045         (wl-pop-before-smtp-authenticate-type): Ditto.
7046         (wl-nntp-posting-server): Ditto.
7047         (wl-nntp-posting-user): Ditto.
7048         (wl-nntp-posting-port): Ditto.
7049         (wl-fetch-confirm-threshold): Ditto.
7050         (wl-prefetch-threshold): Ditto.
7051         (wl-thread-insert-opened): Ditto.
7052         (wl-ldap-server): Ditto.
7053         (wl-ldap-port): Ditto.
7054         (wl-ldap-base): Ditto.
7055         (wl-ldap-objectclass): Ditto.
7056         (wl-use-ldap): Ditto.
7057         (wl-draft-config-alist): Ditto.
7058         (wl-draft-config-matchone): Ditto.
7059         (wl-template-alist): Ditto.
7060         (wl-message-sort-field-list): Ditto.
7061         (wl-message-ignored-field-list): Ditto.
7062         (wl-message-visible-field-list): Ditto.
7063         (wl-interactive-send): Ditto.
7064         (wl-summary-move-order): Ditto.
7065         (wl-auto-select-first): Ditto.
7066         (wl-auto-select-next): Ditto.
7067         (wl-interactive-save-folders): Ditto.
7068
7069         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7070         Initialization codes are moved from wl-local-folder-init.
7071         (wl-local-folder-init): Follow the change above.
7072         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7073
7074         * wl-acap.el: New file.
7075
7076         * Version number is increased to 2.7.3.
7077
7078 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7079
7080         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7081
7082 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7083
7084         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7085         (wl-addrmgr-address-entry-list): Ditto.
7086
7087 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-e21.el (wl-draft-mode-map): Removed binding for
7090         `wl-draft-insert-x-face-field'.
7091
7092         * wl-mule.el (wl-draft-mode-map): Ditto.
7093
7094         * wl-xmas.el (wl-draft-mode-map): Ditto.
7095
7096         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7097         (wl-cs-autoconv): Ditto.
7098         (wl-cs-local): Ditto.
7099         (wl-use-scoring): Ditto.
7100         (wl-mime-charset): Ditto.
7101         (wl-folder-check-async): Ditto.
7102
7103         * wl.el (toplevel): Ignore nemacs and tm.
7104         (wl-exit): Ditto.
7105
7106         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7107         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7108         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7109         instead of wl-address-petname-add-or-change.
7110         (wl-summary-edit-addresses-subr): Use wl-address-delete
7111         instead of wl-address-petname-delete.
7112
7113         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7114
7115         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7116         if error occured.
7117
7118         * wl-message.el (require): Remove tm support.
7119
7120         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7121
7122         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7123         (wl-folder-jump-to-current-entity): Ditto.
7124         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7125
7126         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7127         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7128         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7129
7130         * wl-mule.el (wl-draft-key-setup): Ditto.
7131
7132         * wl-xmas.el (wl-draft-key-setup): Ditto.
7133
7134         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7135         (wl-draft-std11-parse-addresses): New function.
7136         (wl-draft-parse-mailbox-list): Use it.
7137         (wl-draft): Ignore nemacs.
7138         (wl-draft-reedit): Ditto.
7139
7140         * wl-addrmgr.el: New file.
7141         (Original is wl-rcpt.el written by
7142         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7143         Thanks Kitamoto-san.)
7144
7145         * wl-address.el (wl-address-make-address-list): Modified parsing
7146         process.
7147         (wl-address-delete): Renamed from `wl-address-petname-delete';
7148         Modify wl-address-list too.
7149         (wl-address-add-or-change): Renamed from
7150         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7151
7152 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7153
7154         * wl-highlight.el (wl-highlight-summary-current-line):
7155           Work with transient-mark-mode
7156
7157 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * Version number is increased to 2.7.2.
7160
7161         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7162         instead of elmo-dop-queue-method.
7163
7164 2001-08-06  SAITO Atsunori <sai@yedo.com>
7165
7166         * wl-vars.el (wl-ldap-objectclass): New user option.
7167
7168         * wl-address.el (wl-ldap-make-filter): Use it.
7169
7170 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7171
7172         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7173
7174 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-folder.el (wl-folder): redisplay after folder insertion.
7177
7178         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7179
7180         * wl-summary.el (wl-summary-sync-update):
7181         Change status mark only when new-msgdb exists.
7182         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7183
7184 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-summary.el (wl-summary-open-folder): New function.
7187         (wl-summary-goto-folder-subr): Use it.
7188         (wl-summary-mark-as-important): Fix;
7189         Encache only when no cache exists.
7190
7191 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7194         Use with-current-buffer.
7195
7196 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7197
7198         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7199         before call `get-buffer'. Fixed parenthesis.
7200         (wl-score-get-header-entry): Clear message and help window when
7201         keyboard quit.
7202         (wl-score-edit-insert-header): Ditto.
7203
7204 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7207         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7208         (wl-default-draft-cite): Fix.
7209
7210         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7211         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7212
7213 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * wl-message.el (wl-message-prev-page): Do same bahavior
7216         as summary when it is called in the message buffer.
7217         (wl-message-next-page): Ditto.
7218
7219 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-forward): Use cache if it is not
7222         section cache.
7223
7224 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7227         Removed redundant require of elmo-vars.
7228         (wl-biff-state-indicator-on): Changed default value for
7229         xemacs with non-mule environment.
7230
7231         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7232         wl-message-buffer is nil;
7233         Hide progress bar after moving messages.
7234
7235 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7238         message at cursor point is deleted.
7239
7240 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl-vars.el: Changed file coding system to euc-japan.
7243         Added -*-coding:-*- magic to the first line.
7244
7245         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7246         Search parent from the first message.
7247
7248         * Version number is increased to 2.7.1.
7249
7250 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7251
7252         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7253
7254 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7257         refile/delete execution.
7258
7259         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7260         Fixed docstring.
7261
7262 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7265         do update process;
7266         Don't update marks when update process is interrupted.
7267
7268 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7269
7270         * wl-summary.el (wl-summary-reply): Fixed problem when
7271         wl-draft-use-frame is non-nil.
7272         (wl-summary-forward): Ditto.
7273
7274         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7275         as nil.
7276         (wl-folder-mark-as-read-all-entity): Ditto.
7277         (wl-folder-prefetch-entity): Ditto.
7278
7279         * wl.el (wl): Check environment before wl-init.
7280
7281         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7282         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7283         instead of wl-summary-collect-unread.
7284         (wl-summary-reply): Split message window.
7285
7286 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7289         only if current language environment is japanese,
7290
7291         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7292         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7293         (wl-folder-goto-folder-subr): Ditto.
7294
7295         * wl-draft.el (wl-draft-dispatch-message): Call
7296         `elmo-file-cache-get-path'.
7297
7298 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-summary.el (wl-summary-cursor-move): If return value of
7301         wl-summary-next-message is not number, don't jump.
7302
7303 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-summary.el (wl-summary-buffer-next-message-function): New
7306         variable.
7307         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7308         if it is bound.
7309
7310         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7311         string.
7312
7313         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7314         (wl-plugged-drawing): Ditto.
7315
7316 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7319         process.
7320         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7321         with unwind-protect.
7322
7323         * wl.el (wl-init): Require mime-setup.
7324         (wl-check-environment): Don't require mime-setup.
7325
7326         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7327         instead of elmo-folder-type.
7328
7329         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7330         value as nil.
7331
7332 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * Version number is increased to 2.7.0.
7335
7336         * wl-version.el (wl-version): Changed codename.
7337
7338         * wl-summary.el (wl-summary-delete-cache): Fixed.
7339
7340         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7341         Workaround for net folders.
7342         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7343
7344         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7345         value to nil (According to the patch from
7346         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7347
7348         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7349         of elmo-folder-close.
7350
7351 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7352
7353         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7354         for postfix.
7355
7356 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-summary.el (wl-summary-resend-message): Fixed.
7359
7360         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7361         Call wl-draft with `from' argument if its address is included in
7362         `wl-user-mail-address-list'.
7363         (wl-draft): Added `from' argument.
7364
7365         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7366         non-nil.
7367         (wl): Don't show demo if wl-demo is nil.
7368
7369         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7370         wl-summary-use-frame.
7371
7372         * wl-vars.el (wl-summary-use-frame): New user option.
7373         (wl-folder-use-frame): Changed docstring.
7374
7375         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7376         non-nil.
7377         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7378         wl-summary-use-frame.
7379
7380         * wl-vars.el (wl-folder-use-frame): New user option.
7381
7382         * wl-summary.el (wl-summary-exit): Back to folder frame if
7383         wl-folder-use-frame is non-nil.
7384         (wl-summary-redisplay-internal): Ignore cache if current folder
7385         is draft folder,
7386         (wl-summary-redisplay-no-mime): Ditto.
7387         (wl-summary-redisplay-all-header): Ditto.
7388
7389         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7390         if wl-folder-use-frame is non-nil.
7391
7392 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7393
7394         * wl-summary.el (wl-summary-sync-update): Bind
7395         elmo-folder-update-threshold.
7396         (wl-summary-mark-as-important): Enclosed server mark processing
7397         with `save-match-data'.
7398
7399         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7400         only when it is already defined.
7401
7402 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7403
7404         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7405         name of folder exclude localdir is wrong.
7406         * wl-folder.el (wl-folder-sync-entity):
7407         Set `wl-summary-always-sticky-folder-list' as nil.
7408         (wl-folder-mark-as-read-all-entity): Ditto.
7409         (wl-folder-prefetch-entity): Ditto.
7410
7411 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7412
7413         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7414         instead of `wl-summary-write-current-newsgroup'.
7415
7416 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7417
7418         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7419         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7420         non-nil and selected message is important, do not display.
7421
7422 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7423
7424         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7425
7426 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7429
7430         * wl-summary.el (wl-summary-mark-as-important): Set message number
7431         using wl-summary-message-number.
7432
7433 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7434
7435         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7436         destination folder is 'null.
7437
7438 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7439
7440         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7441         New function.
7442         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7443         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7444         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7445
7446 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-mime.el (wl-mime-setup): Added setting for
7449         `mime-setup-signature-key-alist' to avoid overriding key bind for
7450         `wl-draft-send'.
7451
7452         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7453         for `wl-draft-send'.
7454         * wl-mule.el (wl-draft-overload-functions): Ditto.
7455         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7456         * wl-draft.el (wl-draft-send): Ditto.
7457
7458         * wl-message.el (wl-message-display-internal):
7459         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7460         (Patch is provided by <kita@coe.nttdata.co.jp>).
7461
7462 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7463
7464         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7465
7466 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7467
7468         * wl.el (wl): Fix for wl-demo.
7469
7470 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7471
7472         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7473
7474 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7475
7476         * wl-folder.el (wl-folder-prefetch-entity): Use
7477         `wl-folder-get-elmo-folder'.
7478         (wl-folder-count-incorporates): Do not use
7479         `wl-folder-get-elmo-folder'.
7480
7481 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7482
7483         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7484         instead of `elmo-folder-get-type'.
7485
7486 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7487
7488         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7489         position on Subject: field.
7490         (Advised by Mito <mit@nines.nec.co.jp>)
7491
7492 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7493
7494         * wl-folder.el (wl-folder-prefetch-entity): Use
7495         `wl-folder-get-elmo-folder'.
7496
7497 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7500
7501         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7502         `process-duplicates' slot.
7503
7504         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7505         if detection failed.
7506
7507 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7508
7509         * wl-version.el (wl-version-status): Set to "alpha".
7510
7511 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7514         Check wl-message-buffer lives before set-buffer.
7515
7516 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7517
7518         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7519         called in folder mode.
7520         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7521         * wl-summary.el (wl-summary-exit-pre-hook): Run
7522         `wl-summary-exit-pre-hook' before exit summary mode.
7523
7524 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl-version.el (wl-version-status): New variable.
7527         (wl-version-status-alist): Removed.
7528         (wl-version-status): Rule included.
7529
7530 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7533         @sponichi.
7534
7535         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7536         when `mail-reply-buffer' is buffer-local variable.
7537         (Reported by <kita@coe.nttdata.co.jp>).
7538
7539 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * wl-vars.el (toplevel): Require 'elmo-util.
7542
7543 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7546         (All other related portions are changed)
7547
7548         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7549
7550         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7551
7552 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7553
7554         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7555
7556 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7559         Delete other windows to avoid an error.
7560         Use `point-marker' instead of `point' to remember the start point
7561         of body.
7562
7563         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7564
7565         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7566         number not to exceed all message number.
7567
7568 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7569
7570         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7571         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7572
7573 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-summary.el (wl-summary-sync-force-update): Added argument
7576         no-check.
7577         (wl-summary-sync-update): Ditto.
7578         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7579         with `no-check'.
7580
7581         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7582         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7583         already running.
7584
7585 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7586
7587         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7588         `dst-folder-arg'.
7589         (wl-expire-archive-number1): Diito.
7590         (wl-expire-archive-number2): Diito.
7591         (wl-expire-archive-Date): Diito.
7592         (wl-archive-number1): Diito.
7593         (wl-archive-number2): Diito.
7594         (wl-archive-date): Diito.
7595         (wl-archive-folder-p): New function.
7596         (wl-summary-expire): Support of expand folder name at
7597         wl-expire-alist.
7598         * wl-util.el (wl-expand-newtext): Renamed from
7599         `wl-refile-expand-newtext'.
7600
7601 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7602
7603         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7604         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7605         `(elmo-msgdb-get-overview msgdb)'.
7606         (wl-summary-prefetch): Bind match data before call
7607         `wl-summay-prefetch-msg'.
7608         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7609         'off if `wl-summary-buffer-disp-msg' is non-nil.
7610         Fixed problem that couldn't show only one new or unread message when
7611         enter folder.
7612         (wl-summary-reply): Don't call `split-window-vertically' and other
7613         window.
7614
7615 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-expire.el (wl-expire-refile): Fixed.
7618
7619 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7622
7623         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7624         biff notification is removed.
7625
7626         * wl.el (wl): Changed position of `elmo-init'.
7627
7628         * wl-draft.el (wl-default-draft-cite): Use date field
7629         on the citation buffer.
7630
7631         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7632
7633         * wl-xmas.el (wl-folder-internal-icon-list): Added
7634         `wl-folder-shimbun-image'.
7635
7636         * wl-e21.el (wl-folder-internal-icon-list): Added
7637         `wl-folder-shimbun-image'.
7638
7639 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7640
7641         * wl.el (wl-init): Eliminated argument.
7642         (wl): Rewrite.
7643
7644         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7645         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7646         instead of `elmo-folder-msgdb-internal'.
7647         (wl-summary-sync-update): Ditto.
7648         (wl-summary-flush-pending-append-operations): Eliminated.
7649         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7650         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7651         `elmo-folder-open'.
7652
7653         * wl-mime.el (wl-summary-burst): Fixed.
7654
7655         * wl-folder.el (wl-folder-info-save): Check data type.
7656
7657         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7658         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7659         instead of `elmo-folder-msgdb-internal'.
7660         (wl-expire-hide): Ditto.
7661
7662
7663         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7664
7665 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7666
7667         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7668
7669 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7672
7673 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7674
7675         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7676         Fixed `match-beginning' argument mismatch.
7677
7678 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7679
7680         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7681         the default value.
7682
7683 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7686         instead of `elmo-nntp-default-port'.
7687
7688         * wl-vars.el: Fixed some doc strings.
7689
7690 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-summary.el (wl-summary-prefetch-msg): Use
7693         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7694
7695         * wl-vars.el: Define *-func as obsolete variable using
7696         `elmo-define-obsolete-variable'.
7697
7698         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7699         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7700         instead of `wl-message-buffer-prefetch-threshold'.
7701
7702         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7703
7704         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7705
7706         * wl-draft.el (wl-caesar-region-func): Ditto.
7707
7708         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7709         Keep unread status in elmo-folder-move-messages.
7710         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7711
7712 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7713
7714         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7715         `wl-summary-buffer-exit-func'
7716         (wl-summary-buffer-message-redisplay-function): Renamed from
7717         `wl-summary-buffer-message-redisplay-func'
7718         (wl-summary-buffer-next-folder-function): Renamed from
7719         `wl-summary-buffer-next-folder-func'.
7720         (wl-summary-buffer-prev-folder-function): Renamed from
7721         `wl-summary-buffer-prev-folder-func'.
7722         (wl-summary-get-petname-function): Renamed from
7723         `wl-summary-get-petname-func'.
7724
7725         * wl-score.el (wl-score-edit-exit-function): Renamed from
7726         `wl-score-edit-exit-func'.
7727
7728         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7729         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7730
7731         * wl-util.el (wl-load-profile-function): Renamed from
7732         `wl-load-profile-func'.
7733
7734         * wl-folder.el (wl-folder-completion-function): Renamed from
7735         `wl-folder-completion-func'.
7736         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7737
7738         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7739         `wl-expire-archive-get-folder-func'.
7740         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7741         (wl-draft-send-mail-function): Renamed from
7742         `wl-draft-send-mail-func'.
7743         (wl-draft-send-news-function): Renamed from
7744         `wl-draft-send-news-func'.
7745         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7746         (wl-generate-mailer-string-function): Renamed from
7747         `wl-generate-mailer-string-func'.
7748         (wl-highlight-signature-search-function): Renamed from
7749         `wl-highlight-signature-search-func'.
7750         (wl-highlight-x-face-function): Renamed from
7751         `wl-highlight-x-face-func'
7752         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7753         (wl-ps-print-buffer-function): Renamed from
7754         `wl-ps-print-buffer-func'
7755         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7756         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7757         (wl-summary-subject-filter-function): Renamed from
7758         `wl-summary-subject-filter-func'.
7759
7760         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7761         `wl-draft-queue-flush-send-func'
7762         (wl-draft-cite-function): Renamed from
7763         `wl-draft-cite-func'
7764
7765         * wl-address.el (wl-address-init-function): Renamed from
7766         `wl-address-init-func'.
7767
7768 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-draft.el (wl-draft-queue-flush): Don't call
7771         `elmo-dop-unlock-message'.
7772         * wl-draft.el (wl-draft-queue-append): Don't call
7773         `elmo-dop-lock-message'.
7774
7775         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7776         (wl-summary-buffer-folder-name): Ditto.
7777         (wl-summary-message-regexp): Added '-' (all other related portions
7778         are changed).
7779         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7780         wl-summary-buffer-folder-name.
7781
7782 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7783
7784         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7785         the number of mails in the folder buffer is not updated by wl-biff.
7786
7787 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7788
7789         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7790         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7791
7792 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-summary.el (wl-summary-next-message):
7795         Return next message number when wl-summary-move-order is nil.
7796
7797 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7798
7799         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7800         `wl-summary-move-spec-alist'.
7801         (wl-summary-move-spec-unplugged-alist): New variable
7802         (Move spec for unplugged status).
7803         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7804         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7805
7806 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7807
7808         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7809         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7810
7811 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7812
7813         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7814         simple quotation to quote the anonymous function.
7815         * tm-wl.el (wl-draft-preview-message): Ditto.
7816
7817 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7818
7819         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7820         Eliminate redundant `save-excursion'.
7821         (wl-highlight-summary-current-line): Ditto.
7822
7823         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7824         accessing match data when `looking-at' failed.
7825
7826         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7827         `elmo-match-string' where users don't care about the speed.
7828         (wl-draft-save): Ditto.
7829
7830 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-util.el (wl-regexp-opt): New function.
7833
7834         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7835         number from `wl-summary-buffer-number-list'.
7836         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7837         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7838         (wl-summary-move-spec-alist): Changed default setting.
7839
7840 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7841
7842         * wl-vars.el (wl-biff-notify-hook): New hook.
7843         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7844         the arrival of new mail.
7845         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7846         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7847
7848 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7851
7852 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7855
7856         * Version number is increased to 2.5.8.
7857
7858         * wl-thread.el (toplevel): require 'cl.
7859         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7860         (wl-thread-make-number-list): New function.
7861         (wl-thread-entity-make-number-list-from-children): Ditto.
7862         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7863         (wl-thread-entity-insert-as-children): Likewise.
7864         (wl-thread-delete-message): Likewise.
7865         (wl-meaning-of-mark): Eliminated.
7866         (wl-thread-next-failure-mark-p): Ditto.
7867         (wl-thread-entity-get-mark): Ditto.
7868         (wl-thread-meaning-alist-get-result): Ditto.
7869         (wl-thread-entity-check-prev-mark): Ditto.
7870         (wl-thread-entity-check-next-mark): Ditto.
7871         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7872         (wl-thread-entity-get-prev-marked-entity): Ditto.
7873         (wl-thread-get-prev-unread): Ditto.
7874         (wl-thread-jump-to-prev-unread): Ditto.
7875         (wl-thread-get-next-unread): Ditto.
7876         (wl-thread-jump-to-next-unread): Ditto.
7877         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7878         (wl-thread-entity-get-next-marked-entity): Ditto.
7879
7880         * wl-summary.el (wl-summary-buffer-number-list):
7881         New bufer-local variable.
7882         (wl-summary-switch-to-clone-buffer): Clone
7883         `wl-summary-buffer-number-list'.
7884         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7885         (wl-summary-cursor-move-regex): Eliminated.
7886         (wl-summary-cursor-up): Rewrite.
7887         (wl-summary-cursor-down): Ditto.
7888         (wl-summary-mode-spec-alist): New variable.
7889         (wl-summary-next-message): New inline function.
7890         (wl-summary-cursor-move): New function.
7891         (wl-summary-default-get-next-msg): Rewrite.
7892         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7893         (wl-summary-rescan): Ditto.
7894         (wl-summary-sync-all-init): Ditto.
7895         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7896         summary is not thread view.
7897         (wl-summary-sync-update): Ditto.
7898         (wl-summary-rescan): Ditto.
7899         (wl-summary-make-number-list): New function.
7900
7901         * wl-draft.el: "FCC" -> "Fcc".
7902
7903 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-highlight.el (wl-highlight-summary-window):
7906         Call `set-buffer-modified-p'.
7907
7908         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7909         (wl): Call `elmo-init' and fix.
7910
7911         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7912         Use new variables.
7913
7914         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7915
7916 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7919
7920 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7921
7922         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7923
7924 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7925
7926         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7927         `wl-use-toolbar' nor `display-graphic-p'.
7928         (wl-e21-setup-message-toolbar): Ditto.
7929         (wl-e21-setup-summary-toolbar): Ditto.
7930         (wl-e21-setup-folder-toolbar): Ditto.
7931
7932         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7933         (wl-plugged-init-icons): Ditto.
7934
7935         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7936         `display-graphic-p'.
7937         (wl-plugged-set-folder-icon): Ditto.
7938         (wl-highlight-plugged-current-line): Ditto.
7939         (wl-highlight-folder-current-line): Ditto.
7940         (wl-e21-highlight-folder-group-line): Ditto.
7941         (wl-e21-setup-toolbar): Ditto.
7942         (wl-e21-display-image-p): New macro.
7943
7944         * wl-demo.el (wl-demo): Simplified.
7945         (wl-demo-image-type-alist): Use `image-type-available-p' for
7946         checking whether the image type `xbm' is available.
7947
7948 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7951         (wl-summary-input-range): Ditto.
7952
7953 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * wl-summary.el (wl-summary-edit-addresses): Use
7956         `wl-summary-get-original-buffer'
7957         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7958         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7959         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7960         (wl-summary-get-newsgroups): Eliminated.
7961         (wl-summary-set-crosspost): Ditto.
7962         (wl-summary-is-crosspost-folder): Ditto.
7963         (wl-crosspost-alist-load): Ditto.
7964         (wl-crosspost-alist-save): Ditto.
7965
7966         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7967         `elmo-setup-subscribed-newsgroups' instead of
7968         `elmo-nntp-make-groups-hashtb'.
7969         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7970         instead of `wl-crosspost-alist-save'.
7971
7972         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7973         of `elmo-folder-message-appendable-p'.
7974         (wl-mime-header-presentation-method): Eliminated.
7975
7976         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7977         (Error occurs in emacs21).
7978
7979         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7980         the current buffer).
7981
7982         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7983         instead of `wl-crosspost-alist-save'.
7984         (wl-init): `elmo-crosspost-message-alist-load'
7985         instead of `wl-crosspost-alist-load'
7986
7987         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7988         (wl-parse-newsgroups): Likewise.
7989         (wl-biff-notify): Run `wl-biff-notify-hook'.
7990
7991 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7994
7995         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7996         when `wl-summary-lazy-highlight' is non-nil.
7997         (wl-summary-goto-folder-subr): Highlight only when
7998         `wl-summary-lazy-highlight' is non-nil.
7999
8000         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8001         Don't display progress and highlight temp-mark when
8002         `wl-summary-lazy-highlight' is non-nil.
8003         (wl-highlight-summary-window): New function.
8004         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8005
8006 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * wl-summary.el (wl-summary-sync): Change `all-visible'
8009         from `all-shown'
8010         (wl-summary-input-range): Ditto.
8011
8012 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8013
8014         * wl-e21.el (wl-highlight-folder-current-line): Call
8015         `wl-folder-init-icons' when folder icons have not been initialized.
8016
8017         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8018
8019         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8020         (wl-demo-image-type-alist): New macro.
8021
8022 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8023
8024         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8025         display does not support graphics.
8026         (wl-plugged-init-icons): Ditto.
8027         (wl-folder-init-icons): Ditto.
8028
8029         * wl-demo.el (wl-demo): Chech closely whether the display
8030         supports graphics.
8031
8032 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-summary.el (wl-summary-get-original-buffer): New function.
8035         (wl-summary-set-crosspost): Use it.
8036         (wl-summary-target-mark-uudecode): Ditto.
8037         (wl-summary-reedit): Ditto.
8038         (wl-summary-resend-bounced-mail): Ditto.
8039         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8040         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8041
8042         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8043         (wl-message-display-internal): Ditto.
8044
8045 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8048
8049 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-summary.el (wl-summary-save-view): Renamed from
8052         `wl-summary-save-status'.
8053
8054 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8055
8056         * wl-summary.el (wl-summary-sync): Added `all-shown'
8057
8058 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8059
8060         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8061
8062 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8063
8064         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8065
8066 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8067
8068         * wl-highlight.el (wl-highlight-summary-line-string): Use
8069         `zerop' instead of `= 0'.
8070         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8071
8072         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8073         for comparing numbers.
8074         (wl-template-prev): Use `zerop' instead of `eq 0'.
8075
8076         * wl-draft.el (wl-draft-insert-current-message): Use
8077         `with-current-buffer' instead of `save-excursion'.
8078         Use `zerop' instead of `eq 0'.
8079
8080 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8081
8082         * wl-draft.el (wl-draft-insert-ccs): New function.
8083         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8084         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8085
8086 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8089
8090 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-expire.el (wl-expire-refile): Don't call
8093         elmo-msgdb-add-msgs-to-seen-list;
8094         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8095         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8096
8097 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8098
8099         * wl-message.el (wl-message-prev-page): Ignore errors while
8100         scroll-down.
8101
8102 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-mime.el: Use elmo-original-message-mode instead of
8105         mmelmo-original-mode.
8106
8107         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8108         `elmo-folder-get-spec';
8109         (wl-fldmgr-add-completion-all-completions):
8110         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8111
8112         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8113         of `elmo-folder-get-type'.
8114
8115         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8116         `elmo-folder-get-spec';
8117         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8118         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8119         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8120         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8121         `elmo-read-msg-no-cache';
8122         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8123         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8124         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8125         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8126         `elmo-cache-save';
8127         (wl-draft-reedit): Use `elmo-message-file-name'.
8128
8129         * wl-expire.el: Use `elmo-folder-name-internal';
8130         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8131         Use macro `wl-summary-buffer-msgdb' instead of variable
8132         `wl-summary-buffer-msgdb';
8133         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8134         Use macro `wl-summary-buffer-folder-name' instead of variable
8135         `wl-summary-buffer-folder-name'.
8136         * wl-score.el: Likewise.
8137
8138         * wl-message.el: Rewrite for new message buffer cache mechanism.
8139         (wl-message-buffer-cache-buffer-get): New macro.
8140         (wl-message-buffer-cache-folder-get): Ditto.
8141         (wl-message-buffer-cache-message-get): Ditto.
8142         (wl-message-buffer-cache-entry-make): Ditto.
8143         (wl-message-buffer-cache-hit): Ditto.
8144         (wl-message-buffer-cache-sort): New function.
8145         (wl-message-buffer-cache-add): Ditto.
8146         (wl-message-buffer-cache-delete): Ditto.
8147         (wl-message-buffer-cache-clean-up): Ditto.
8148         (wl-message-buffer-window): Rewrite.
8149         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8150         (wl-message-buffer-display): New function.
8151         (wl-message-display-internal): New function.
8152
8153 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-folder.el: Use `elmo-folder-name-internal';
8156         Use `wl-folder-get-elmo-folder';
8157         Use `elmo-folder-list-messages' instead of
8158         `elmo-list-folder';
8159         Use `elmo-folder-get-primitive-list' instead of
8160         `elmo-folder-get-primitive-spec-list';
8161         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8162         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8163         Use `elmo-folder-create' instead of `elmo-create-folder'.
8164         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8165         (wl-folder-get-elmo-folder): New macro.
8166         (wl-folder-elmo-folder-cache-get): Ditto.
8167         (wl-folder-elmo-folder-cache-put): Ditto.
8168         (wl-folder-suspend): Call `elmo-quit'.
8169
8170         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8171         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8172         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8173         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8174         (toplevel): require 'cl.
8175         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8176
8177         * wl-summary.el: Rewrite to use new elmo interface.
8178
8179 \f
8180 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-mime.el (wl-draft-preview-message):
8183         Run `wl-draft-send-hook' before collecting recipients information;
8184         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8185
8186         * tm-wl.el (wl-draft-preview-message): Ditto.
8187
8188 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8189
8190         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8191         wrong recipients are displayed when forwarded message.
8192
8193 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * Version number is increased to 2.5.7.
8196
8197 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8198
8199         * wl-message.el (wl-message-next-page): Bind
8200         `window-pixel-scroll-increment' to nil while scrolling up.
8201
8202 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8203
8204         * wl-vars.el (wl-save-hook): New hook.
8205         * wl.el (wl-save): Call `wl-save-hook'.
8206
8207 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8208
8209         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8210         Argument WITH-ARG instead of NO-ARG (negative mean).
8211         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8212         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8213         * wl-message.el (wl-message-follow-current-entity): Likewise.
8214
8215 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8216
8217         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8218         FROM was optional argument.
8219         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8220
8221 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8222
8223         * Version number is increased to 2.5.6.
8224
8225 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8226
8227         * wl-version.el (wl-version-show): Removed.
8228         (wl-version): Add `interactive'.
8229
8230 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8231
8232         * wl-summary.el (wl-summary-get-petname-func): New variable.
8233         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8234         instead of `wl-address-get-petname-1'.
8235         (wl-summary-simple-from): Ditto.
8236
8237         * wl-address.el (wl-address-get-petname-1): Define as function.
8238
8239 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8242         field in the original message.
8243         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8244
8245 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8246
8247         * wl-expire.el (wl-expire-hide):
8248         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8249
8250 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8251
8252         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8253         find decoder for To, Cc, and Subject.
8254
8255 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8258         for checking `elmo-use-buffer-cache'.
8259         (wl-summary-mark-as-important): Fixed typo in comment.
8260
8261 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8264         field in the original message.
8265         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8266
8267 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8268
8269         * wl-expire.el (wl-expire-hide):
8270         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8271
8272 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8273
8274         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8275         find decoder for To, Cc, and Subject.
8276
8277 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * Version number is increased to 2.5.5.
8280
8281         * wl-address.el (wl-address-specials-regexp): New constant.
8282         (wl-address-quote-specials): Use it.
8283
8284 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-summary.el (wl-summary-rescan):
8287         Call `wl-summary-buffer-number-column-detect'.
8288         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8289
8290         * wl-message.el (wl-message-mode-map): Define.
8291         (wl-message-decode): Use it as local-map.
8292
8293 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8296         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8297
8298 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8301
8302         * wl-mule.el (wl-read-event-char): Ditto.
8303
8304         * wl-e21.el (wl-read-event-char): Ditto.
8305
8306         * wl-nemacs.el (wl-read-event-char): Ditto.
8307         (read-event): Removed.
8308
8309         * wl-util.el (toplevel): Removed dummy definition of
8310         `read-event'.
8311         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8312
8313 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8314
8315         * wl-nemacs.el (elmo-archive-call-process): Moved to
8316         elmo-archive.el.
8317
8318 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8319
8320         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8321         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8322
8323         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8324         instead of magic-number 6.  Use `not' instead of `null' for symbol
8325         `nil' check (not empty list).
8326         (wl-draft-insert-x-face-field): Fixed paren style.
8327
8328         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8329         one-branch conditional statement, instead of `and' and `if'.
8330         (wl-draft-forward): Likewise.
8331         (wl-draft-add-references): Likewise.
8332         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8333
8334         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8335         conditional steatment.  Use `cond' instead of `if'.
8336         (wl-draft-confirm): Likewise.
8337
8338 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8339
8340         * wl-version.el (wl-version-show): Use `product-string-1'
8341         instead of `wl-version'.
8342         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8343
8344         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8345
8346 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8347
8348         * wl-highlight.el (wl-highlight-headers): Revert
8349         `wl-highlight-x-face-func' argument (`beg' and `end').
8350
8351 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8352
8353         * wl.el (toplevel): Move `product-provide' declare.
8354         * wl-demo.el (toplevel): Ditto.
8355         * wl-dnd.el (toplevel): Ditto.
8356         * wl-highlight.el (toplevel): Ditto.
8357         * wl-message.el (toplevel): Ditto.
8358         * wl-refile.el (toplevel): Ditto.
8359         * wl-util.el (toplevel): Ditto.
8360
8361 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8364         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8365         (wl-thread-close-all): keep cursor position.
8366
8367 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8368
8369         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8370         (eq x 0).
8371         (wl-generate-user-agent-string-1): Fix conditional statement.
8372
8373 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8374
8375         * wl.el (wl-check-environment): Additional check for
8376         'wl-local-domain' and `wl-message-id-domain'.
8377
8378 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8379
8380         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8381
8382 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8383
8384         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8385         instead of `smtp-sasl-user-realm'.
8386
8387 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8388
8389         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8390
8391 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8392
8393         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8394         to the default value as well as `eword-lexical-analyzer'.
8395
8396 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8397
8398         * wl-version.el (wl-extended-emacs-version,
8399         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8400         `elmo-match-string' instead of `wl-match-string'.
8401
8402 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8403
8404         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8405         docstring.
8406
8407 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8408
8409         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8410
8411 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8412
8413         * wl-highlight.el (wl-highlight-headers): Remove
8414         `wl-highlight-x-face-func' argument (`beg' and `end').
8415
8416 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-summary.el (wl-summary-mark-as-important):
8419         Remove cache if folder is local.
8420
8421 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8422
8423         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8424         to get existing e-mail address string.
8425
8426 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8427
8428         * wl-version.el (wl-generate-user-agent-string): Commentary.
8429         (wl-generate-user-agent-string-1): Use `when' for
8430         one-branch conditional statement, instead of `and' and `if'.
8431         (wl-extended-emacs-version, wl-extended-emacs-version2,
8432         wl-extended-emacs-version3): Ditto.
8433
8434 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8437         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8438         condition-case; Remove initialization.
8439         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8440         (wl-summary-sync-update3): Added argument `sync-all';
8441         Eliminated local variable `msgdb';
8442         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8443         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8444         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8445
8446 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8447
8448         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8449         connection before call `wl-draft-send-mail-with-smtp'.
8450
8451 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * Version number is increased to 2.5.4.
8454
8455 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8456
8457         * wl.el (wl-check-environment): Additional check for
8458         'wl-local-domain' and `wl-message-id-domain'.
8459
8460 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8463         buffer as command specific.
8464         (wl-folder-mark-as-read-all-entity): Ditto.
8465         (wl-folder-prefetch-entity): Ditto.
8466         (wl-folder-drop-unsync-entity): Ditto.
8467
8468         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8469         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8470         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8471
8472         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8473         save-excursion.
8474
8475 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8476
8477         * Version number is increased to 2.5.3.
8478
8479         * wl-summary.el (wl-summary-save-view-cache):
8480         Delete duplicated `write-region';
8481         Use `write-region-as-binary' instead of `as-binary-output-file' and
8482         `write-region'.
8483
8484 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8487
8488 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8489
8490         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8491         instead of `smtp-via-smtp'.
8492
8493 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8494
8495         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8496
8497 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8498
8499         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8500         instead of `smtp-sasl-user-realm'.
8501
8502 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8503
8504         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8505
8506 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8507
8508         * Version number is increased to 2.5.2.
8509
8510 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8513         does not exist.
8514         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8515         (wl-biff-start): Call `timer-activate' if timer already exists.
8516
8517         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8518         only when it is bound as function.
8519
8520 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * Version number is increased to 2.5.1.
8523
8524 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8527         Print refile/copy destination.
8528
8529 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8532         queue-flush-only is non-nil.
8533
8534         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8535
8536         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8537         checking cache folder.
8538
8539 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8540
8541         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8542         `regexp-quote'.
8543
8544 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8545
8546         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8547         function.
8548         * wl-summary.el (wl-summary-write-current-folder-functions):
8549         Change default value.  Use it.
8550
8551 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8552
8553         * Version number is increased to 2.5.0.
8554
8555         * wl-version.el (wl-version): Changed codename.
8556
8557 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8558
8559         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8560         (wl-summary-supersedes-message): Ditto.
8561
8562 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8563
8564         * wl-refile.el (wl-refile-guess-functions): Renamed from
8565         `wl-refile-guess-func-list'.
8566
8567 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8570         Fixed problem when no rule was matched.
8571
8572 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8573
8574         * wl-summary.el (wl-summary-get-mark): Fixed
8575         `wl-summary-buffer-target-mark' check logic.
8576
8577 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8578
8579         * wl-folder.el (wl-folder-write-current-folder): Added group
8580         folder check.
8581
8582         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8583         `wl-summary-write-current-newsgroup'.
8584         (wl-summary-write-current-folder-functions): New variable.
8585         * wl-folder.el (wl-folder-get-newsgroups): New function.
8586         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8587         (wl-folder-write-current-folder): Renamed from
8588         `wl-folder-write-current-newsgroup'.
8589
8590 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8591
8592         * Version number is increased to 2.3.93.
8593
8594 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8595
8596         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8597         (wl-ldap-make-matched-value-list): Ditto.
8598         (wl-ldap-alias-safe-string): Split e-mail address.
8599
8600         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8601         petname folder default was selected.
8602         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8603         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8604
8605 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8608         to `wl-draft-config-exec'.
8609
8610         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8611         instead of calling `wl-draft-config-exec';
8612         Process group-list and show recipients in minibuffer.
8613
8614         * tm-wl.el (wl-draft-preview-message): Ditto.
8615
8616 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8617
8618         * wl.el (toplevel): Added (C) to copyright notice, and
8619         sync Author header.
8620         * tm-wl.el (toplevel): Ditto.
8621         * wl-address.el (toplevel): Ditto.
8622         * wl-demo.el (toplevel): Ditto.
8623         * wl-dnd.el (toplevel): Ditto.
8624         * wl-draft.el (toplevel): Ditto.
8625         * wl-e21.el (toplevel): Ditto.
8626         * wl-expire.el (toplevel): Ditto.
8627         * wl-folder.el (toplevel): Ditto.
8628         * wl-highlight.el (toplevel): Ditto.
8629         * wl-message.el (toplevel): Ditto.
8630         * wl-mime.el (toplevel): Ditto.
8631         * wl-mule.el (toplevel): Ditto.
8632         * wl-nemacs.el (toplevel): Ditto.
8633         * wl-refile.el (toplevel): Ditto.
8634         * wl-score.el (toplevel): Ditto.
8635         * wl-summary.el (toplevel): Ditto.
8636         * wl-template.el (toplevel): Ditto.
8637         * wl-thread.el (toplevel): Ditto.
8638         * wl-util.el (toplevel): Ditto.
8639         * wl-vars.el (toplevel): Ditto.
8640         * wl-xmas.el (toplevel): Ditto.
8641
8642 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8643
8644         * wl.el (wl-init): Added comment about `wl-init-hook'.
8645         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8646         * wl-vars.el (wl-init-hook): Added docs.
8647         (wl-make-plugged-hook): Removed useless docs.
8648         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8649         * wl-xmas.el (toplevel): Ditto.
8650
8651 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8652
8653         * wl-address.el (toplevel): Fixed multiple Author header format.
8654         * wl-demo.el (toplevel): Ditto.
8655         * wl-draft.el (toplevel): Ditto.
8656         * wl-folder.el (toplevel): Ditto.
8657         * wl-summary.el (toplevel): Ditto.
8658         * wl-thread.el (toplevel): Ditto.
8659         * wl-util.el (toplevel): Ditto.
8660         * wl-vars.el (toplevel): Ditto.
8661         * wl-version.el (toplevel): Ditto.
8662         * wl-xmas.el (toplevel): Ditto.
8663         * wl.el (toplevel): Ditto.
8664
8665         * wl-version.el (toplevel): Added require `elmo-version' for
8666         `product-version-as-string'.
8667
8668 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-vars.el (wl-draft-send-hook): Changed default value to
8671         '(wl-draft-config-exec).
8672
8673         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8674         explicitly.
8675         (wl-draft): Set `wl-draft-config-exec-flag' before running
8676         `wl-mail-setup-hook'.
8677
8678         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8679         `wl-biff-init-icons' to `wl-init-hook' instead of
8680         `wl-make-plugged-hook'.
8681         (Because if `wl-draft' command is invoked at first,
8682         they are not initialized)
8683         Updated copyright notice.
8684
8685         * wl-e21.el (toplevel): Ditto;
8686
8687         * wl-demo.el (toplevel): Updated copyright notice.
8688         * wl-address.el (toplevel): Ditto.
8689         * wl-draft.el (toplevel): Ditto.
8690         * wl-version.el (toplevel): Ditto.
8691         * wl-folder.el (toplevel): Ditto.
8692         * wl-summary.el (toplevel): Ditto.
8693         * wl-thread.el (toplevel): Ditto.
8694         * wl-util.el (toplevel): Ditto.
8695         * wl-vars.el (toplevel): Ditto.
8696         * wl.el (toplevel): Ditto.
8697
8698 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8699
8700         * wl-highlight.el (wl-highlight-message): Fixed problem of
8701         highlighting failure which occured when the last field contains
8702         multiple lines in the draft buffer.
8703
8704         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8705         `wl-biff-start' if plugged.
8706
8707         * wl-util.el (wl-biff-check-folder): New function.
8708         (wl-biff-check-folders): Don't set session name prefix.
8709         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8710         (wl-biff-check-folder-async): Ditto.
8711
8712         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8713         in email address.
8714
8715 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8716
8717         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8718
8719         * wl-draft.el (wl-draft-strip-subject-re): New function.
8720
8721         * wl-draft.el (wl-draft-reply): Use it.
8722
8723 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-message.el (wl-mmelmo-message-redisplay): Use
8726         `mime-display-message' instead of `wl-mime-display-message'.
8727
8728         * wl-mime.el (toplevel): Removed compatibility workaround
8729         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8730         (wl-mime-display-message): Abolished.
8731         (wl-mime-entity-read-field): Ditto.
8732         (wl-mime-combine-message/partial-pieces): Use
8733         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8734
8735 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8736
8737         * wl-template.el: Doc fixes.
8738
8739 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8740
8741         * wl-e21.el (wl-message-overload-functions): Do nothing if
8742         `current-local-map' is not available.
8743         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8744
8745 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8746
8747         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8748         representation.
8749
8750         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8751         number.
8752         (wl-fldmgr-save-folders): Don't use `format' when insert
8753         `wl-fldmgr-folders-header'.
8754
8755 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8756
8757         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8758
8759 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8760
8761         * wl-highlight.el (wl-highlight-message):
8762         Use `std11-field-end' to detect end point of the header field.
8763         Refer `wl-highlight-max-header-size'.
8764
8765         * wl-vars.el (wl-highlight-max-header-size): New variable.
8766
8767         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8768
8769         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8770         Set `for-draft' argument of wl-highlight-headers.
8771         (wl-draft): Ditto.
8772         (wl-draft-reedit): Ditto.
8773         (wl-user-agent-compose-internal): Ditto.
8774
8775 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8776
8777         * wl-message.el (wl-message-add-button): Use overlay.
8778
8779 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8782
8783         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8784         problem when group-list content is nothing.
8785         (Reported by Mito <mit@nines.nec.co.jp>)
8786
8787 2000-10-18  SAITO Atsunori <sai@yedo.com>
8788
8789         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8790
8791 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8792
8793         * tm-wl.el (toplevel): Use product-provide.
8794
8795 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * Version number is increased to 2.3.92.
8798
8799 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8800
8801         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8802         title text, use `display' property for left margin under Emacs 21.
8803
8804         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8805         properties.
8806         (wl-plugged-init-icons): Ditto.
8807
8808 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8809
8810         * wl.el (wl-save-status, wl-init): Remove last period in
8811         "...done." message.
8812         * tm-wl.el (wl-summary-burst): Ditto.
8813         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8814         wl-summary-resume-cache-status,
8815         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8816         wl-summary-sync-update3, wl-summary-highlight-msgs,
8817         wl-summary-flush-pending-append-operations,
8818         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8819         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8820         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8821         wl-thread-open-all): Ditto.
8822         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8823         * wl-mime.el (wl-summary-burst): Ditto.
8824         * wl-highlight.el (wl-highlight-summary): Ditto.
8825         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8826         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8827         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8828         * wl-address.el (wl-local-address-init): Ditto.
8829
8830 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8831
8832         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8833         `add-text-properties'.
8834         (wl-plugged-init-icons): Ditto.
8835         (wl-folder-init-icons): Use `propertize' instead of
8836         `put-text-property'.
8837         (wl-plugged-set-folder-icon): Ditto.
8838         (wl-e21-highlight-folder-group-line): Ditto.
8839
8840 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * wl-version.el (wl-version-status-alist): New variable.
8843         (wl-version-status): New function.
8844
8845         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8846         "Cc" part of the case "Reply-To".
8847
8848         * wl-draft.el (wl-draft-reply): Use result of
8849         `eword-extract-address-components'.
8850
8851         * wl-demo.el (wl-demo-icon-name): New constant.
8852         (wl-logo-xpm): Use it.
8853         (wl-logo-xbm): Ditto.
8854         (wl-logo-bitmap): Ditto.
8855
8856         * Version number is increased to 2.3.91.
8857
8858 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8859
8860         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8861         (wl-extended-emacs-version, wl-extended-emacs-version2,
8862         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8863         docstring.
8864
8865         * wl-version.el (wl-generate-user-agent-string-1): New function.
8866         (wl-generate-user-agent-string): Use it.
8867
8868         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8869         `mime-edit-insert-user-agent-field'.
8870         (wl-generate-user-agent-string): Check
8871         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8872
8873         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8874         instead of `if', when verbose case.
8875
8876 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl-expire.el (wl-summary-expire): Fix.
8879
8880 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8881
8882         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8883         and `elmo-lost+found-folder' if 'wl-draft.
8884         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8885
8886 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8887
8888         * wl-expire.el (wl-summary-expire): Change messages.
8889         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8890         `deleing-info' instead of "Deleting..."
8891
8892 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8893
8894         * wl-summary.el (wl-summary-refile-subr): Fix.
8895
8896 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8897
8898         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8899         if pipe folder.
8900
8901 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8902
8903         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8904
8905 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8906
8907         * wl-expire.el (wl-expire-hide): New function.
8908         (wl-summary-expire): Add `hide'.
8909
8910 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-vars.el (wl-draft-reply-without-argument-list):
8913         Changed default value to consider `Reply-To:'.
8914         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8915
8916         * Version number is increased to 2.3.90.
8917
8918         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8919         elmo-imap4-get-session with unwind-protect.
8920         Don't cause error.
8921         (wl-summary-sync-marks): Don't check plugged nor folder type.
8922         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8923         (Always keep current buffer).
8924
8925 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8926
8927         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8928         Enclose with `save-excursion'.
8929
8930 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8931
8932         * wl-version.el (wl-version): Remove interactive.
8933
8934 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl-version.el (wl-generate-user-agent-string): Use
8937         `product-string-verbose' instead of `product-string-1'.
8938
8939 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8940
8941         * wl-vars.el (wl-draft-use-cache): New variable.
8942         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8943         if wl-draft-use-cache is non-nil.
8944
8945 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8946
8947         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8948         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8949
8950 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8953         (wl-thread-msg-mark-as-unread): Ditto.
8954
8955         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8956         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8957         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8958         Don't set mark in summary if return value of `elmo-mark-as-read'
8959         is nil.
8960         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8961         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8962         instead of `wl-thread-msg-mark-as-read'.
8963         (wl-summary-mark-as-unread-region): Ditto.
8964         (wl-summary-target-mark-mark-as-read): Ditto.
8965
8966         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8967
8968 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8971
8972         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8973
8974 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8975
8976         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8977         face.
8978
8979 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8980
8981         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8982         `running-xemacs'.
8983
8984 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * wl-version.el (toplevel): Use `product-version-as-string' for
8987         set verstion-string, if defined.
8988
8989         * wl-version.el (wl-version-show): Insert string at point, when
8990         call with argument.
8991
8992         * wl-version.el (wl-generate-user-agent-string): Use
8993         `product-string-1' instead of `wl-appname', `wl-version' and
8994         `wl-codename'.
8995
8996 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8997
8998         * wl-address.el (toplevel): Use product-provide.
8999         * wl-demo.el (toplevel): Ditto.
9000         * wl-dnd.el (toplevel): Ditto.
9001         * wl-draft.el (toplevel): Ditto.
9002         * wl-e21.el (toplevel): Ditto.
9003         * wl-expire.el (toplevel): Ditto.
9004         * wl-fldmgr.el (toplevel): Ditto.
9005         * wl-folder.el (toplevel): Ditto.
9006         * wl-highlight.el (toplevel): Ditto.
9007         * wl-message.el (toplevel): Ditto.
9008         * wl-mime.el (toplevel): Ditto.
9009         * wl-mule.el (toplevel): Ditto.
9010         * wl-nemacs.el (toplevel): Ditto.
9011         * wl-refile.el (toplevel): Ditto.
9012         * wl-score.el (toplevel): Ditto.
9013         * wl-summary.el (toplevel): Ditto.
9014         * wl-template.el (toplevel): Ditto.
9015         * wl-thread.el (toplevel): Ditto.
9016         * wl-util.el (toplevel): Ditto.
9017         * wl-vars.el (toplevel): Ditto.
9018         * wl-xmas.el (toplevel): Ditto.
9019         * wl.el (toplevel): Ditto.
9020
9021 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9022
9023         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9024         instead of product.
9025
9026         * wl-version.el (wl-version): Compile time evalution elmo-version.
9027
9028 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9029
9030         * wl-summary.el (wl-summary-sync-force-update): Append queue
9031         `mark-as-read'if unplugged.
9032
9033 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9034
9035         * wl-version.el: New file.  Use product.el.
9036         * wl.el: add (require 'wl-version).
9037         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9038         for ~/.folders header.
9039         (wl-fldmgr-folders-header): Changed.
9040         * wl-demo.el (wl-demo): Use product.el.
9041
9042         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9043         wl-version.el.
9044         * wl-util.el (wl-version, wl-version-show): Ditto.
9045
9046         * wl-util.el (wl-generate-user-agent-string,
9047         wl-extended-emacs-version, wl-extended-emacs-version2,
9048         wl-extended-emacs-version3): Move to wl-version.el.
9049         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9050         xemacs-codename, mime-edit-insert-user-agent-field,
9051         mime-edit-user-agent-value, mime-editor/version,
9052         mime-editor/codename): Compile warning killer move to
9053         wl-version.el
9054
9055 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9056
9057         * wl-summary.el (wl-summary-refile-subr): Fix.
9058
9059 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9062         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9063
9064 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9065
9066         * wl.el (wl-check-environment): Check too many `@'.
9067
9068 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9069
9070         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9071
9072 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9073
9074         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9075         wl-draft-reply-myself-without-argument-list): Add variables.
9076         * wl-draft.el (wl-draft-reply): Use it.
9077
9078 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9079
9080         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9081         the 5th argument of `elmo-network-get-spec'.
9082
9083         * wl-thread.el (wl-thread-reparent-children): New inline function.
9084         (wl-thread-delete-message): Use it.
9085
9086         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9087         (wl-summary-score-update-all-lines): Don't use `dolist'.
9088
9089 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9090
9091         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9092         (require 'elmo-msgdb) for inline function.
9093
9094 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9095
9096         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9097
9098 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9099
9100         * wl-score.el (wl-score-headers): Fix for the confusing macro
9101         `elmo-kill-buffer'.
9102
9103 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-summary.el: Don't use the 3rd argument of `require' because
9106         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9107         * wl-util.el: Ditto.
9108         * wl-draft.el: Ditto.
9109
9110 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9111
9112         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9113         window system is not used.
9114
9115 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9116
9117         * wl-thread.el: Don't use `mapcar' only for iteration.
9118         (wl-thread-resume-entity): Ditto.
9119         (wl-thread-delete-message): Ditto.
9120
9121         * wl-summary.el: Bind `dragdrop-drop-functions',
9122         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9123         of `require' for `timezone', `easymenu' and `ps-print';
9124         don't use `mapcar' only for iteration.
9125
9126         * wl-util.el: Bind `mule-version', `nemacs-version',
9127         `emacs-beta-version', `xemacs-codename',
9128         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9129         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9130         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9131         only for iteration.
9132
9133         * wl-score.el: Don't use `mapcar' only for iteration.
9134         (wl-score-simplify-buffer-fuzzy): Ditto.
9135         (wl-score-simplify-subject): Ditto.
9136         (wl-score-headers): Ditto.
9137         (wl-summary-score-update-all-lines): Ditto.
9138
9139         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9140         `enable-multibyte-characters' and `mule-version'.
9141
9142         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9143         `mapcar' only for iteration.
9144
9145         * wl-demo.el: Don't use `mapcar' only for iteration.
9146
9147         * wl-folder.el: Don't use `mapcar' only for iteration.
9148         (wl-folder-open-all): Ditto.
9149         (wl-folder-count-incorporates): Ditto.
9150
9151         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9152         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9153
9154         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9155         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9156         `smtp-connection-type'; specify 3rd argument of `require' for
9157         `timezone'; don't use `mapcar' only for iteration.
9158         (wl-draft-clone-local-variables): Don't use `mapcar'.
9159         (wl-draft-generate-clone-buffer): Ditto.
9160         (wl-user-agent-compose-internal): Ditto.
9161
9162         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9163
9164         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9165         (wl-save-status): Ditto.
9166
9167         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9168         for iteration.
9169
9170 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9173         removed `Date'.
9174         (wl-fldmgr-make-filter-default): New user option.
9175
9176         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9177         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9178         (wl-fldmgr-filter-completion-alist): Abolish.
9179
9180         * wl.el (wl): Don't check servers if arg is non-nil.
9181
9182         * wl-draft.el (wl-draft-reply): Set only message-id string to
9183         In-Reply-To field.
9184
9185 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * wl-summary.el (wl-summary-pick): Rewrite.
9188
9189         * wl-draft.el (wl-draft-forward): Get references field from
9190         original buffer.
9191         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9192
9193 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9194
9195         * wl-draft.el (wl-draft-forward): Add references field.
9196
9197 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9200         (wl-draft-reply): Use it.
9201
9202 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9203
9204         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9205         when Emacs 21 is running.
9206
9207         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9208         bindings.
9209
9210 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9211
9212         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9213         XPM icons transparent.
9214
9215         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9216         Emacs 21.
9217
9218 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9219
9220         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9221         nil.
9222
9223         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9224         when it is persistent.
9225         (wl-summary-sync-marks): Changed argument for
9226         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9227         (wl-summary-virtual): Use `elmo-read-search-condition'.
9228         (wl-summary-redisplay-internal): If folder is local, mark as read
9229         even when folder is plugged.
9230
9231 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9232
9233         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9234         of `tool-bar-lines' in the frame parameters.
9235         (after-make-frame-functions, post-command-hook): Don't modify the
9236         value.
9237         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9238         wl-e21-tool-bar-lines): Removed.
9239
9240 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9241
9242         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9243         properties `evaporate' and `wl-momentary-overlay' as well.
9244         (wl-highlight-summary-displaying): Ditto.
9245         (wl-delete-all-overlays): Don't delete overlay which does not have
9246         a property `wl-momentary-overlay'.
9247
9248         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9249         `display-mouse-p' and `display-graphic-p'.
9250         (wl-folder-init-icons): Don't search for XBM or the other files.
9251         (wl-plugged-set-folder-icon): Make icons if and only if
9252         `display-graphic-p' returns non-nil.
9253         (wl-highlight-plugged-current-line): Use `before-string' overlay
9254         property to show icon images.
9255         (wl-highlight-folder-current-line): Ditto.
9256         (wl-e21-highlight-folder-group-line): Ditto.
9257         (wl-e21-highlight-folder-by-numbers): Ditto.
9258         (wl-e21-insert-image): Removed.
9259         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9260         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9261         said.
9262         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9263         `wl-e21-force-switch-toolbar'.
9264         (wl-e21-make-icon-image): Removed.
9265         (wl-e21-setup-toolbar): Don't search for XBM files.
9266         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9267         the default value.
9268
9269 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-util.el (wl-biff-check-folder-async): Set
9272         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9273
9274 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9275
9276         * wl-e21.el (after-make-frame-functions): Add
9277         `wl-e21-force-switch-toolbar'.
9278         (wl-e21-force-switch-toolbar): New function force to switch the
9279         toolbar appearance automatically.
9280         (post-command-hook): Add `wl-e21-switch-toolbar'.
9281         (wl-e21-switch-toolbar): New function to switch the toolbar
9282         appearance automatically.
9283         (wl-e21-tool-bar-lines): New buffer local variable.
9284
9285 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-util.el (wl-biff-check-folders-running): New variable.
9288         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9289         (wl-biff-check-folder-async-callback):
9290         Set `wl-biff-check-folders-running'.
9291         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9292         with unwind-protect.
9293
9294         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9295         Enclose `wl-folder-auto-check' with unwind-protect.
9296
9297         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9298         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9299
9300         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9301
9302         * wl-util.el (wl-biff-notify): New inline function.
9303         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9304         locally.
9305         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9306         folder-list' is 1.
9307         Use `wl-biff-notify'.
9308         (wl-biff-check-folder-async-callback): New function.
9309         (wl-biff-check-folder-async): Ditto.
9310
9311         * wl-folder.el (wl-folder): Don't check folders.
9312         (wl-folder-auto-check): New function.
9313
9314 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9315
9316         * wl-util.el (wl-biff-start) [Emacs19+]:
9317         Use `timer-next-integral-multiple-of-time'.
9318         (wl-biff-check-folders): Use `wl-default-folder'
9319         if `wl-biff-check-folder-list' is nil.
9320
9321 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9322
9323         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9324         instead of `elmo-delete-lists'.
9325
9326 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9327
9328         * wl.el (wl-plugged-toggle-all): Set the value of
9329         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9330         (wl-plugged-toggle): Ditto.
9331         (wl-toggle-plugged): Ditto.
9332         (wl-plugged-init): Ditto.
9333
9334         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9335         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9336         instead of `wl-biff-state-indicator-off' and
9337         `wl-biff-state-indicator-on'; don't modify the value and the type
9338         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9339         (wl-plugged-init-icons): Set icons data to
9340         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9341         instead of `wl-plug-state-indicator-off' and
9342         `wl-plug-state-indicator-on'; don't modify the value and the type
9343         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9344
9345         * wl-vars.el (wl-modeline-biff-state-off,
9346         wl-modeline-biff-state-on, wl-modeline-biff-status,
9347         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9348         wl-modeline-plug-status): New internal variables.
9349         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9350         wl-biff-check-interval, wl-biff-check-folder-list): Change
9351         customization group from `wl-folder' to `wl-highlight'.
9352         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9353         wl-show-plug-status-on-modeline): Defcustomized.
9354
9355         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9356         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9357         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9358         a flag to `mode-line-buffer-identification'.
9359
9360         * wl-e21.el (wl-biff-init-icons): Set icons data to
9361         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9362         instead of `wl-biff-state-indicator-off' and
9363         `wl-biff-state-indicator-on'.
9364         (wl-plugged-init-icons): Set icons data to
9365         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9366         instead of `wl-plug-state-indicator-off' and
9367         `wl-plug-state-indicator-on'.
9368
9369 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9370
9371         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9372         excessive titles.
9373
9374 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9375
9376         * wl.el (wl-plugged-mode): Use revised
9377         `wl-mode-line-buffer-identification'.
9378         (wl-plugged-init): Don't use `force-mode-line-update'.
9379
9380         * wl-xmas.el (wl-draft-overload-functions): Use revised
9381         `wl-mode-line-buffer-identification'.
9382         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9383         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9384         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9385         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9386         `wl-make-plugged-hook';
9387         add `wl-folder-init-icons' and `wl-setup-folder' to
9388         `wl-folder-mode-hook'.
9389
9390         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9391         19 as well.
9392         (wl-mode-line-display-priority-list): New user option.
9393         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9394         Defcustomized.
9395         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9396         Add docs.
9397
9398         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9399         start.
9400         (wl-mode-line-buffer-identification): Revised as a function.
9401
9402         * wl-summary.el (wl-summary-mode): Use revised
9403         `wl-mode-line-buffer-identification'; don't call
9404         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9405         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9406         `wl-xmas-setup-summary'.
9407
9408         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9409         `wl-mode-line-buffer-identification'.
9410
9411         * wl-mule.el (wl-draft-overload-functions): Use revised
9412         `wl-mode-line-buffer-identification'.
9413
9414         * wl-folder.el (wl-make-plugged-alist): Don't call
9415         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9416         (wl-folder): Don't call `wl-folder-init-icons' directly.
9417         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9418         `wl-xmas-setup-folder' directly;
9419         use revised `wl-mode-line-buffer-identification'.
9420         (TopLevel): Don't bind `wl-biff-init-icons',
9421         `wl-plugged-init-icons', `wl-folder-init-icons',
9422         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9423
9424         * wl-e21.el (wl-draft-overload-functions): Use revised
9425         `wl-mode-line-buffer-identification'.
9426         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9427         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9428         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9429         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9430         `wl-make-plugged-hook';
9431         add `wl-folder-init-icons' and `wl-setup-folder' to
9432         `wl-folder-mode-hook'.
9433
9434 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9435             Katsumi Yamaoka    <yamaoka@jpl.org>
9436
9437         * wl.el (wl): Call `wl-biff-start'.
9438         (wl-exit): Call `wl-biff-stop'.
9439         (wl-plugged-mode): Show biff in modeline.
9440         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9441
9442         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9443         (wl-biff-init-icons): New function.
9444         (wl-plugged-init-icons): Don't make too much keymaps.
9445         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9446
9447         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9448         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9449         variables.
9450         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9451         options.
9452
9453         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9454         wl-biff-start, wl-biff-stop): New functions.
9455         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9456         (wl-biff-timer-name): New variable.
9457
9458         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9459
9460         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9461         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9462
9463         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9464         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9465
9466         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9467         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9468         `wl-folder-init-icons' to `ignore' if they are not available.
9469         (wl-folder-mode): Show biff in modeline.
9470
9471         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9472         (wl-biff-init-icons): New function.
9473         (wl-plugged-init-icons): Don't make too much keymaps.
9474         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9475
9476 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9477
9478         * wl-vars.el (wl-strict-diff-folders): Customization Type
9479         and doc fix.  Define as a list of regular expressions for
9480         folders or nil.
9481         * wl-folder.el (wl-folder-check-one-entity): Use
9482         `wl-string-match-member' instead of `wl-string-member' for
9483         `wl-strict-diff-folders'.
9484
9485 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9486
9487         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9488         (wl-highlight-folder-current-line): Use it; new implementation.
9489         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9490         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9491         `defsubst' instead of `defun'.
9492
9493         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9494         `wl-highlight-group-folder-by-numbers'; made it can also be a
9495         number.  See info for more details.
9496
9497         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9498         running.
9499
9500         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9501         to bind them.
9502
9503         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9504         (wl-highlight-folder-current-line): New implementation.
9505
9506         * wl-highlight.el (wl-highlight-folder-group-line): New
9507         implementation.
9508         (wl-delete-all-overlays): Rewrite as a marco.
9509         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9510
9511         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9512         running.
9513         (wl-folder-*-glyph): No need to bind them.
9514
9515         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9516         `wl-e21-highlight-folder-group-icon'; rewrite.
9517         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9518         `defsubst' instead of `defun'.
9519         (wl-folder-mode-map): Bind it when compiling.
9520
9521 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9522
9523         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9524
9525         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9526
9527 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9528
9529         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9530
9531 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9532
9533         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9534         (wl-highlight-folder-current-line): Use it.
9535
9536         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9537         in `id-name'.
9538
9539 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9540
9541         * wl.el: Require `wl-e21' when Emacs 21 is running.
9542
9543         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9544         default when Emacs 21 is running.
9545         (wl-use-highlight-mouse-line): Ditto.
9546         (wl-on-emacs21): New constant.
9547         (wl-on-emacs20): Removed.
9548
9549         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9550         Emacs 21 is running.
9551
9552         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9553         Emacs 21 is running.
9554
9555         * wl-e21.el: New file.
9556
9557 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9558
9559         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9560         (wl-toggle-plugged): Ditto.
9561         (wl-plugged-toggle): Ditto.
9562         (wl-plugged-toggle-all): Ditto.
9563
9564         * wl-vars.el (wl-plug-state-indicator): Refer
9565         `wl-plug-state-indicator-on' indirectly.
9566
9567 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9568
9569         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9570         Call `wl-folder-confirm-existence'.
9571
9572         * wl-folder.el (wl-folder-confirm-existence): Added optional
9573         argument `force'.
9574
9575 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9576
9577         * wl-summary.el (wl-summary-refile-subr): Assume
9578         `copy-or-refile' as symbol.
9579         (wl-summary-refile): Follow up above change.
9580         (wl-summary-copy): Ditto.  Doc fix.
9581
9582 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9583
9584         * wl-summary.el (wl-summary-pick): Don't bind
9585         `elmo-search-mime-charset'.
9586
9587         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9588         default using old backquote style.
9589         (wl-search-mime-charset): Abolished.
9590
9591         * wl-highlight.el (wl-highlight-headers):
9592         Call `point' after `re-search-forward'(for Nemacs).
9593
9594         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9595         for elmo-imap4.el.
9596
9597 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9598
9599         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9600         `wl-message-ignored-field-list' instead of
9601         `mime-view-ignored-field-list'.
9602
9603         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9604         Add interactive spec.
9605         (wl-folder-goto-bottom-of-current-folder): Ditto.
9606         (wl-folder-mode-map): Bind them.
9607
9608         * wl-vars.el (wl-message-ignored-field-list): New variable.
9609         (wl-message-visible-field-list): New variable.
9610
9611         * wl-mime.el (wl-mime-header-presentation-method): New function.
9612         (wl-mime-setup): Set header-presentation-method.
9613
9614 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9615
9616         * wl-nemacs.el (wl-draft-overload-functions): Set
9617         `mode-line-buffer-identification' instead of using
9618         `wl-make-modeline'.
9619
9620         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9621         instead of using `wl-make-modeline'.
9622
9623         * wl-xmas.el (wl-plugged-init-icons): Set up
9624         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9625         (wl-make-modeline): Abolish.
9626         (wl-draft-overload-functions): Set
9627         `mode-line-buffer-identification' instead of using
9628         `wl-make-modeline'.
9629
9630         * wl-util.el (wl-make-modeline-subr): Abolish.
9631         (wl-mode-line-buffer-identification): New alias.
9632
9633         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9634         (wl-summary-make-modeline): Abolish.
9635         (wl-summary-buffer-set-folder): Set
9636         `wl-summary-buffer-folder-indicator'.
9637         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9638         of using `wl-make-modeline'.
9639         (wl-summary-switch-to-clone-buffer): Don't set
9640         `mode-line-buffer-identification'.
9641         (wl-summary-goto-folder-subr): Ditto.
9642
9643         * wl-mule.el (wl-draft-overload-functions): Set
9644         `mode-line-buffer-identification' instead of using
9645         `wl-make-modeline'.
9646
9647         * wl-folder.el (wl-folder-mode): Set
9648         `mode-line-buffer-identification' instead of using
9649         `wl-make-modeline'.
9650         (wl-folder): Don't set `mode-line-buffer-identification'.
9651
9652 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9653
9654         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9655         instead of `member' for `wl-refile-guess-func-list' look-ups.
9656         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9657
9658 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9659
9660         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9661         `wl-message-button-dispatcher'.
9662
9663         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9664
9665         * wl-message.el (wl-message-button-dispatcher): Use it.
9666
9667         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9668         "In-Reply-To".
9669
9670         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9671         Bind `case-fold-search' to t.
9672
9673 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9674
9675         * wl-xmas.el (wl-message-overload-functions): Initialize
9676         `wl-message-button-map'.
9677
9678         * wl-mule.el (wl-message-overload-functions): Initialize
9679         `wl-message-button-map'.
9680
9681         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9682
9683         * wl-message.el (wl-message-button-map): New keymap.
9684         (wl-message-add-button): New function.
9685         (wl-message-button-dispatcher): New function.
9686         (wl-message-button-refer-article): New function.
9687
9688         * wl-highlight.el
9689         (wl-highlight-message-add-buttons-to-header): New function.
9690         (wl-highlight-headers): Use it.
9691
9692 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9693
9694         * wl-summary.el (wl-summary-default-from): Use
9695         `wl-address-get-petname-1'.
9696         (wl-summary-simple-from): Ditto.
9697
9698         * wl-address.el (wl-address-get-petname-1): New inline function.
9699         (wl-address-get-petname): Use it.
9700
9701 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9702
9703         * wl-summary.el (wl-summary-default-from): Return full-name part
9704         from the address if no petname was found.
9705         (wl-summary-simple-from): Ditto.
9706
9707         * wl-address.el (wl-address-get-petname): Return nil if no petname
9708         associated with the address was found.
9709
9710 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9711
9712         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9713         display is finished.
9714
9715 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9716
9717         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9718         `elmo-folder-exists-p' argument.
9719
9720 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9721
9722         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9723         the folder.
9724
9725 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9726
9727         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9728
9729         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9730         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9731
9732 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9733
9734         * wl-folder.el (wl-folder-create-subr): New function.
9735         (wl-folder-confirm-existence): Use it.
9736         (wl-folder-check-one-entity): Use it.
9737         Check the error symbol is derived from 'elmo-open-error.
9738
9739         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9740         `ignore-error'.
9741
9742 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9743
9744         * wl-util.el (toplevel): Add (eval-when-compile (require
9745         'elmo-util)).  (Maybe `provide' is typo.)
9746
9747 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9748
9749         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9750         (I don't know why this was needed.)
9751
9752         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9753         Follow up changes for stream-type.
9754
9755         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9756         (wl-draft-elmo-nntp-send): Ditto.
9757
9758         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9759         (wl-nntp-posting-stream-type): Ditto.
9760         (wl-pop-before-smtp-ssl): Abolished.
9761         (wl-nntp-posting-ssl): Ditto.
9762
9763         * wl-address.el (wl-address-quote-specials): New function.
9764         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9765
9766         * wl-draft.el (wl-draft-reply): Ditto.
9767
9768 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9769
9770         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9771         use function `wl-string-match-assoc'.
9772
9773 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9776
9777         * wl-draft.el (wl-draft-deduce-address-list): New function.
9778         (wl-draft-parse-mailbox-list): Ditto.
9779         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9780         instead of `smtp-deduce-address-list'.
9781         (wl-draft-on-field-p): Follow group list.
9782
9783         * wl-address.el (wl-address-concat-token): New function.
9784         (wl-address-string-without-group-list-contents): Ditto.
9785         (wl-complete-field-body): Fixed problem of completion
9786         by japanese petname.
9787         (wl-address-make-completion-list): Rewrite.
9788
9789 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9790
9791         * wl-address.el (wl-address-make-completion-list): Completion by
9792         petname.
9793         (wl-complete-field-body): Likewise.
9794
9795 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9796
9797         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9798         contains invalid address syntax.
9799
9800 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9801
9802         * wl-folder.el (wl-folder-check-entity-async): Use
9803         `elmo-nntp-spec-hostname'.
9804
9805 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9806
9807         * wl-summary.el (wl-summary-msgdb-load-async): Use
9808         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9809
9810 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9811
9812         * wl-draft.el (wl-draft-reply): Set argument
9813         `content-transfer-encoding' as nil.
9814
9815 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9816
9817         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9818         `wl-refile-alist'.
9819
9820 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9821
9822         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9823         (wl-draft-edit-string): Ditto.
9824         (wl-draft-forward): Ditto.
9825         * wl-summary.el (wl-summary-write): Ditto.
9826
9827 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-summary.el (wl-summary-sync-update3): Call
9830         `wl-summary-buffer-number-column-detect'.
9831         (wl-summary-buffer-number-column-detect): Search from point-min.
9832
9833 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9834
9835         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9836         contains an address which is not included in original to or cc.
9837
9838 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9839
9840         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9841         begin-line does not exist.
9842         * wl-message.el (wl-message-uu-substring): Ditto.
9843
9844 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9845
9846         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9847         clear local variables.
9848         (wl-summary-exit): Call `elmo-commit'.
9849         (wl-summary-switch-to-clone-buffer): Call
9850         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9851         (wl-summary-goto-folder-subr): Ditto.
9852
9853         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9854         POP folder.
9855
9856 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9859         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9860         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9861         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9862         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9863         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9864
9865         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9866
9867 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9868
9869         * wl-summary.el (wl-summary-search-by-subject):
9870         Search parent message from the latest one.
9871
9872 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9873
9874         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9875         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9876
9877         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9878         New user option.
9879
9880         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9881         if elmo-nntp-use-killed-list is nil.
9882         Use `elmo-msgdb-append-to-killed-list'.
9883         (Append numbers confirmed as disappeared to the killed list.)
9884         (wl-summary-confirm-appends): Don't display negative number.
9885
9886 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9887
9888         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9889
9890 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9891
9892         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9893         range is `all'.
9894         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9895         `elmo-list-bigger-diff'.
9896
9897 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9898
9899         * wl-summary.el (wl-summary-buffer-exit-func):
9900         New buffer local variable.
9901         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9902
9903 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9904
9905         * wl-demo.el (wl-demo): Fix the last change.
9906
9907 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9908
9909         * wl-demo.el (wl-demo): Don't use `eval'.
9910
9911 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9912
9913         * wl-summary.el (wl-summary-buffer-thread-modified):
9914         New buffer-local variable.
9915         (wl-summary-set-thread-modified): New function.
9916         (wl-summary-thread-modified-p): New function.
9917         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9918         (wl-summary-yank-saved-message): Use function
9919         `wl-summary-set-thread-modified'
9920         (wl-summary-switch-to-clone-buffer): Add
9921         `wl-summary-buffer-thread-modified'.
9922
9923         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9924         (wl-summary-buffer-mark-saved-hook): Ditto.
9925         * wl-summary.el (wl-summary-msgdb-save): New hook
9926         `wl-summary-buffer-message-saved-hook' and
9927         `wl-summary-buffer-mark-saved-hook'.
9928
9929 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9930
9931         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9932
9933 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9934
9935         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9936         don't hide scroll bars under FSF Emacsen because it may incur an
9937         undesirable redrawing.
9938
9939 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9940
9941         * wl-draft.el (wl-draft-edit-string): Call
9942         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9943
9944 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9945
9946         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9947
9948 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9949
9950         * wl-summary.el (wl-summary-msgdb-load-async): Call
9951         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9952
9953 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9954
9955         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9956         fringes in demo buffer; center bitmap logo correctly even if old
9957         Mule is used.
9958
9959 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9960
9961         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9962
9963         * wl-refile.el (wl-refile-subject-alist): New variable.
9964         (wl-refile-subject-alist-file-name): Ditto.
9965         (wl-refile-alist-setup): Rewrite.
9966         (wl-refile-alist-save): Use `elmo-object-save'.
9967         Eliminated arguments.
9968         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9969         (wl-refile-guess-by-subject): New function.
9970         (wl-refile-guess-func-list): Added it.
9971
9972 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9973
9974         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9975         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9976
9977 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9978
9979         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9980         New buffer-local variable.
9981         (wl-summary-buffer-next-folder-func): Ditto.
9982         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9983         if non-nil.
9984         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9985         if non-nil.
9986         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9987         if non-nil.
9988         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9989         if non-nil.
9990
9991 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9992
9993         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9994         permanently in the demo buffer.
9995
9996 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9997
9998         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9999         `mime-entity-fetch-field'.
10000
10001         * wl.el (wl-exit): Delete plugged buffer.
10002
10003         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10004         XEmacs has menubar feature.
10005
10006 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10007
10008         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10009         cannot arrive at the beginning of the buffer under old Emacsen.
10010
10011 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10012
10013         * wl-address.el (wl-address-ldap-search):
10014         Call `ldap-search-entries' with `withdn' argument t.
10015         (wl-complete-field-body): Bind completion-ignore-case as t.
10016         Clear ldap search hash when it was sole completion.
10017         Use elmo-string for pattern string.
10018         (wl-ldap-alias-safe-string): Eliminated needless let.
10019
10020 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10021
10022         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10023         (wl-ldap-alias-sep): New constant.
10024         (wl-ldap-search-attribute-type-list): Ditto.
10025         (wl-ldap-get-value): New function.
10026         (wl-ldap-make-filter): Ditto.
10027         (wl-ldap-make-matched-value-list): Ditto.
10028         (wl-ldap-alias-safe-string): Ditto.
10029         (wl-ldap-register-dn-string): Ditto.
10030         (wl-address-ldap-search): Rewrite.
10031
10032 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10033
10034         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10035         thread is deleted.
10036         (wl-thread-delete-line-from-buffer): Ditto.
10037         (wl-thread-get-exist-children): New function.
10038
10039 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10040
10041         * wl-demo.el (wl-demo): Made it to select various image types.
10042         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10043         from `wl-title-logo'.
10044         (wl-logo-ascii): New variable.
10045         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10046         (wl-demo-copyright-notice): New constant.
10047
10048         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10049
10050 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10051
10052         * wl-vars.el (wl-summary-target-above): Renamed from
10053         wl-summary-temp-above.
10054         * wl-score.el (wl-score-get-score-alist): Use it.
10055         (wl-summary-score-update-all-lines): Use it.
10056         * wl-summary.el: Ditto. (make-variable-buffer-local).
10057
10058 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10059
10060         * wl-vars.el (wl-ldap-port): New user option.
10061
10062         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10063         Rewite whole implementation.
10064         (wl-complete-field-body): Fixed.
10065
10066 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10067
10068         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10069         Choose implementation at compile time.
10070
10071 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10072
10073         * wl-address.el (wl-ldap-search-internal): New function.
10074         (wl-complete-field-to): Use it.
10075
10076 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10077
10078         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10079         Use `let' instead of `let*'.
10080         Require 'wl-vars.
10081
10082         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10083         Define as defcustom.
10084         (wl-ldap-base): Ditto.
10085         (wl-use-ldap): Ditto.
10086
10087 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10088
10089         * wl-address.el (wl-ldap-search): New function.
10090         (wl-complete-field-body): Use `wl-ldap-search'.
10091         (wl-ldap-server): New variable.
10092         (wl-ldap-base): Ditto.
10093         (wl-use-ldap): Ditto.
10094
10095 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10096
10097         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10098         (Pointed out by Mito <mit@nines.nec.co.jp>).
10099         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10100         buffer-local variables like `wl-summary-redisplay-internal'.
10101         (wl-summary-redisplay-all-header): Likewise.  Update
10102         Summary view too.
10103
10104 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-summary.el (wl-summary-jump-to-parent-message):
10107         Consider prefix argument.
10108
10109         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10110         when closed thread is deleted.
10111
10112 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10113
10114         * wl-summary.el (wl-summary-jump-to-parent-message):
10115         Consider thread modification.
10116
10117 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10118
10119         * wl-message.el (wl-message-normal-get-original-buffer): Use
10120         `save-excursion'.
10121
10122         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10123         (wl-summary-showto-folder-regexp): Ditto.
10124
10125 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10126
10127         * wl-util.el (wl-delete-alist): Doc fix.
10128         (wl-delete-associations): New function.
10129         (wl-inverse-alist): New function.
10130         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10131         Split temporary variables. Use `wl-delete-associations'
10132         and `wl-inverse-alist'.
10133         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10134
10135 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10136
10137         * wl-folder.el (wl-folder-prefetch-entity):
10138         Execute prefetching if new count is unknown.
10139
10140 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10141
10142         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10143
10144         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10145         delete entity.
10146         (wl-thread-set-parent): If insert as top, set linked as nil.
10147
10148         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10149         `wl-thread-cleanup-symbols' when view mode is thread.
10150
10151 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10152
10153         * wl-folder.el (wl-folder-create-folder-entity): Use
10154         with-current-buffer.
10155         (wl-local-folder-init): Call set-buffer to make sure we are in
10156         the Folder buffer. Don't touch buffer-local variables here.
10157         (wl-folder-mode): Initialize buffer-local variables here.
10158
10159         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10160         (wl-folder-entity-assign-id): Ditto.
10161         (wl-folder-create-entity-hashtb): Ditto.
10162         (wl-local-folder-init): Ditto.
10163         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10164
10165 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10166
10167         * wl-summary.el (wl-summary-default-from): Fix probrem when
10168         std11-extract-address-components return (nil "foo@bar").
10169
10170 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10171
10172         * wl-draft.el (wl-draft-clone-local-variables):
10173         Remove redundant `setq'.
10174
10175 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10176
10177         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10178         Bind wl-highlight-x-face-func as nil while highlighting header.
10179
10180 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10181
10182         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10183
10184 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10185
10186         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10187         elmo-msgdb-overview-hashtb from copy-variables.
10188         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10189         instead of `elmo-msgdb-overview-get-entity-by-number'.
10190         (wl-summary-auto-refile): Ditto.
10191
10192         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10193         `elmo-msgdb-overview-get-entity' instead of
10194         `elmo-msgdb-search-overview-entity'.  Use
10195         `elmo-msgdb-overview-get-entity' instead of
10196         `elmo-msgdb-overview-get-entity-by-number'.
10197         (wl-thread-insert-entity-sub): Ditto.
10198         (wl-thread-insert-message): Ditto.
10199
10200         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10201         `elmo-msgdb-overview-get-entity'.
10202         (wl-normal-message-redisplay): Ditto.
10203
10204 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10205
10206         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10207         `wl-thread-entities'.
10208         (wl-thread-delete-message): Fix remove top message from
10209         `wl-thread-entity-list'.
10210
10211         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10212         wl-append(nconc), because update-list is broken on Meadow.
10213
10214         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10215         updating process.
10216         (wl-summary-rescan): Ditto.
10217         (wl-summary-sync-update3): Ditto.
10218         * wl-thread.el (wl-thread-set-parent): Renamed from
10219         `wl-summary-set-parent'.
10220         (wl-thread-insert-message): Updating buffer faster.
10221         (wl-thread-delete-message): Updating buffer faster.
10222
10223         * wl-score.el (wl-summary-score-update-all-lines): Changed
10224         interval for display progress gauge.
10225
10226 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10227
10228         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10229         folder always-sticky.
10230         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10231         defmacro.
10232
10233 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10234
10235         * wl-vars.el (wl-draft-add-references): New user option.
10236
10237         * wl-draft.el (wl-draft-add-references): New function.
10238         (wl-draft-yank-from-mail-reply-buffer): Use it.
10239         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10240         as nil.
10241
10242 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10243
10244         * wl-thread.el (wl-thread-update-line-msgs): Called
10245         `wl-thread-update-line-on-buffer-sub'.
10246         (wl-thread-update-line-on-buffer): Delete routine of inserting
10247         thread.
10248         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10249         moved from `wl-thread-update-line-on-buffer'.
10250         Add threshold for displaying progress gauge.
10251         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10252         argument of `wl-thread-update-line-msgs'.
10253         Add threshold for displaying progress gauge.
10254         * wl-folder.el:
10255         Add threshold for displaying progress gauge.
10256         * wl-score.el: Ditto.
10257
10258         * wl-expire.el (wl-summary-expire): Display deleting info.
10259
10260 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10261
10262         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10263         `no-msg'.
10264         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10265         argument of `wl-thread-update-line-msgs'.
10266         (wl-summary-set-parent): Added optional argument `parent-number'.
10267         (wl-summary-buffer-saved-message): New buffer local variable.
10268         (wl-summary-save-current-message): New command.
10269         (wl-summary-yank-saved-message): Ditto.
10270         (wl-summary-mode-map): Added key binding for
10271         `wl-summary-save-current-message' (\ew) and
10272         `wl-summary-yank-saved-message' (\C-y).
10273         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10274
10275 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10276
10277         * wl-summary.el (wl-summary-mode-map): Added key binding for
10278         `wl-summary-set-parent' (ts).
10279
10280 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10281
10282         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10283         subject faster. If thread number is reverse, delayed updating
10284         thread.
10285         (wl-summary-search-by-subject): Ditto.
10286         (wl-summary-put-alike): Ditto.
10287         (wl-summary-get-alike): Ditto.
10288         (wl-summary-insert-headers): Insert header of all overview in
10289         buffer.
10290         (wl-summary-rescan): Delayed updating thread. Kill search subject
10291         buffer for wl-summary-search-by-subject.
10292         (wl-summary-sync-update3): Ditto.
10293         (wl-summary-exit): Ditto.
10294         (wl-summary-goto-bottom-of-current-thread): Change for linked
10295         thread.
10296         (wl-summary-overview-create-summary-line): Change line for linked
10297         thread.
10298
10299         * wl-summary.el (wl-summary-update-thread): Use
10300         wl-thread-maybe-get-children-num.
10301         (wl-summary-set-parent): If change parent, move sub thread.
10302         (wl-summary-redisplay-internal): Add horizontal recenter.
10303         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10304
10305         * wl-thread.el (wl-thread-entity-get-linked): New function.
10306         (wl-thread-entity-set-linked): New function.
10307         (wl-thread-create-entity): Add linked element.
10308         (wl-thread-entity-insert-as-top): Use wl-append.
10309         (wl-thread-maybe-get-children-num): If closing thread, return
10310         children msgs.
10311         (wl-thread-update-line-msgs): Displaying progress message.
10312         (wl-thread-update-line-on-buffer-sub): Use
10313         wl-thread-maybe-get-children-num.
10314         (wl-thread-update-line-on-buffer): If update line is not exists,
10315         insert thread.
10316         (wl-thread-delete-message): If delete top msg of thread, search
10317         parent by subject.
10318         (wl-thread-insert-entity): Use
10319         wl-thread-maybe-get-children-num.
10320
10321         * wl-highlight.el (wl-highlight-summary-current-line): change
10322         sregexp for linked thread.
10323         * wl-util.el (wl-count-lines): Count lines.
10324         (wl-horizontal-recenter): horizontal recenter.
10325         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10326         (wl-score-get-alike): Ditto.
10327         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10328         (wl-subject-length-limit): New variable.
10329         (wl-highlight-thread-indent-string-regexp): Changed for linked
10330         thread.
10331
10332 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10333
10334         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10335         New variable (revival).
10336         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10337         by subject matching if there's no in-reply-to nor references field
10338         (revival).
10339
10340 \f
10341 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10342
10343         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10344         message.
10345
10346 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10347
10348         * wl-summary.el (wl-summary-reply): Return t if there was a
10349         message at cursor point.
10350         Added unwind-protect.
10351         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10352         returns t.
10353         (wl-summary-cancel-message): Do nothing when there's no message at
10354         cursor point.
10355         (wl-summary-forward): Ditto.
10356         (wl-summary-jump-to-parent-message): Ditto.
10357         (wl-summary-reedit): Ditto.
10358         (wl-summary-edit-addresses): Ditto.
10359         (wl-summary-pipe-message): Ditto.
10360         (wl-summary-print-message-with-ps-print): Ditto.
10361         (wl-summary-print-message): Ditto.
10362         (wl-summary-mark-as-important): Ditto.
10363         (wl-summary-mark-as-unread): Ditto.
10364
10365         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10366         message at cursor point.
10367         (wl-summary-reply-with-citation): Remove unwind-protect.
10368
10369         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10370         subject searching feature.
10371         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10372         Eliminated.
10373
10374 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10375
10376         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10377         New variable.
10378         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10379         by subject matching if there's no in-reply-to nor references field.
10380
10381         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10382
10383         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10384         when display is finished.
10385         (wl-folder-open-all): Ditto.
10386         (wl-folder-update-access-group): Ditto.
10387         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10388         * wl-thread.el (wl-thread-close-all): Ditto.
10389
10390         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10391         progress gauge only when it was displayed.
10392         * wl-folder.el (wl-folder-insert-entity): Ditto.
10393
10394 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10395
10396         * wl-summary.el (wl-summary-incorporate): Enclose
10397         `wl-summary-sync-force-update' with save-excursion.
10398
10399 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10400
10401         * wl-summary.el (wl-summary-prefetch-region):
10402         Pass current cursor point to `pos-visible-in-window-p' after
10403         moving cursor to the started point.
10404
10405 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10406
10407         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10408
10409         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10410         fields from the forwarding message.
10411         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10412         `ignored-fields'.
10413
10414 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10415
10416         * wl-mime.el (wl-message-request-partial):
10417         Eliminated argument `msgdb'.
10418         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10419         (wl-mime-combine-message/partial-pieces): Likewise.
10420         * tm-wl.el (wl-message-request-partial): Likewise.
10421         (wl-mime-combine-message/partial-pieces): Likewise.
10422
10423 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10424
10425         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10426         when display is finished.
10427
10428 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10429
10430         * wl-summary.el (wl-summary-goto-folder-subr):
10431         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10432
10433 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10434
10435         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10436         when cursor point is visible.
10437
10438 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10439
10440         * wl-expire.el (wl-expire-archive-get-max-number):
10441         Don't use `file-name-directory'.
10442
10443 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10444
10445         * wl-expire.el (wl-expire-archive-get-max-number):
10446         Use `file-name-directory'.
10447
10448 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10449
10450         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10451         only when there is progress.
10452
10453 2000-04-13  Mito <mit@nines.nec.co.jp>
10454
10455         * wl-summary.el (wl-summary-sync-marks): Display progress.
10456
10457 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10458
10459         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10460         (wl-summary-prev): Move cursor regardless of unread status.
10461         (wl-summary-next): Ditto.
10462
10463 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10464
10465         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10466         Added argument `target' and `number'.
10467         * tm-wl.el (wl-summary-burst-subr): New function.
10468         (wl-summary-burst): Use it.
10469
10470 2000-04-10  Mito <mit@nines.nec.co.jp>
10471
10472         * wl-mime.el (wl-burst): New function.
10473         (wl-summary-burst): Use it.
10474
10475 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10476
10477         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10478         as petname when there's no candidate.
10479
10480 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10481
10482         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10483         New variable.
10484         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10485
10486         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10487
10488         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10489
10490 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10491
10492         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10493         Use substring of `original' instead of buffer-substring.
10494         (wl-refile-evaluate-rule):
10495         Set `original' argument of wl-refile-expand-newtext.
10496
10497         * wl-summary.el
10498         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10499         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10500         (wl-summary-auto-refile): Check existence of destination folder just
10501         before marking.
10502
10503 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10504
10505         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10506         when wl-refile-get-field-value return nil.
10507
10508 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10509
10510         * wl-refile.el
10511         (wl-refile-expand-newtext): New function imported from Gnus.
10512         (wl-refile-evaluate-rule): Use it.
10513
10514 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10515
10516         * wl-summary.el (wl-summary-print-destination):
10517         Duplicate folder string to avoid putting text-property on
10518         original string.
10519
10520         * wl-refile.el (wl-refile-get-field-value): New function.
10521         (wl-refile-evaluate-rule): New function;
10522         Evaluate refile rule recursively.
10523         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10524         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10525         New function; Check existence of a target folder recursively.
10526         (wl-summary-auto-refile-check-refile-rule-alist):
10527         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10528
10529 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10530
10531         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10532
10533         * wl-folder.el (wl-create-folder-entity-from-buffer):
10534         Fixed problem when '}' character is contained in folder name.
10535
10536         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10537
10538 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10539
10540         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10541         (wl-fldmgr-add-completion-all-completions):
10542         Use wl-fldmgr-add-completion-hashtb.
10543
10544 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10545
10546         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10547         wl-fldmgr-add-completion-subr): New functions.
10548         * wl-folder.el (wl-folder-completion-func): New variable.
10549         * wl-summary.el (wl-summary-read-folder):
10550         Use wl-folder-completion-func.
10551
10552         * wl-refile.el: Eliminate throw & catch.
10553
10554         * wl.el (wl-plugged-sending-queue-status): Fixed.
10555
10556 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10557
10558         * wl-draft.el (wl-draft): Put category property on
10559         mail-header-separator.