* Version number is increased to 2.15.3.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.15.3.
4
5 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
8         of symbolp to test whether the condition is function.
9
10 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
13         to nil.
14
15 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-summary.el (wl-summary-buffer-message-ring): New internal
18         variable.
19         (wl-summary-buffer-last-displayed-msg): Abolish.
20         (wl-summary-push-message): New function.
21         (wl-summary-pop-message): Ditto.
22         (wl-summary-goto-folder-subr): Reset
23         `wl-summary-buffer-message-ring'.
24         (wl-summary-pop-to-last-message): New command.
25         (wl-summary-goto-last-displayed-msg): Call
26         wl-summary-pop-to-last-message if optional argument is non-nil or
27         the last command is itself.
28         (wl-summary-redisplay-internal): Push last message number into
29         `wl-summary-buffer-message-ring'.
30
31         * wl-vars.el (wl-summary-message-ring-max): New user option.
32
33 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
36         from `wl-draft-reply').
37         (wl-draft-reply): Use it.
38         (wl-draft-find-reply-headers): Avoid compile warning.
39
40 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
41
42         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
43
44 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-message.el (wl-message-flag-indicator): New function.
47         (wl-message-redisplay): Use it.
48
49 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
50
51         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
52
53 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
56         instead of `read-event'.
57
58         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
59
60         * wl-mule.el (wl-read-event-char): Ditto.
61
62         * wl-e21.el (wl-read-event-char): Ditto.
63
64 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
67
68 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * wl-vars.el (wl-draft-send-confirm-type): New user option.
71
72         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
73
74         * wl-draft.el (wl-draft-send-confirm): Confirmation by
75         `wl-draft-send-confirm-type'
76
77 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
78
79         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
80         Avoid error when the buffer name is already used.
81
82 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
83
84         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
85         the change of elmo-nmz -> elmo-search.
86         (wl-highlight-summary-line-help-echo-alist): Ditto.
87         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
88         (wl-nmz-folder-icon): Define as obsolete.
89         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
90         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
91
92 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-summary.el (wl-summary-get-list-info): Rewrite with
95         `elmo-find-list-match-value'
96
97 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-summary.el (wl-summary-get-list-info): Optimize.
100         Use List-Id and List-Post also.
101
102 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
103
104         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
105
106 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
107
108         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
109
110 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * wl-util.el (wl-completing-read-multiple-1): New internal function.
113         (wl-completing-read-multiple-2): Ditto.
114         (wl-completing-read-multiple): Define use above functions.
115
116         * wl-summary.el (wl-summary-sort): Removed the workaround for a
117         bug of `completing-read-multiple' about default value.
118
119         * wl-xmas.el (wl-completing-read-multiple): Removed.
120
121         * wl-mule.el (wl-completing-read-multiple): Ditto.
122
123         * wl-e21.el (wl-completing-read-multiple): Ditto.
124
125 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-util.el (wl-filter-associations): New function.
128
129         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
130         (wl-spam-ignored-folder-list): Ditto.
131         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
132         (wl-spam-string-member-p): New function.
133         (wl-spam-domain): Use it.
134         (wl-spam-split-numbers): New function.
135         (wl-spam-apply-partitions): Ditto.
136         (wl-spam-register-spam-messages): Use `folder' instead of
137         `wl-summary-buffer-elmo-folder'.
138         (wl-spam-register-good-messages): Ditto.
139         (wl-summary-exec-action-spam): Decide a domain by real folder of
140         message.
141         (wl-summary-exec-action-refile-with-register): Likewise.
142
143 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-e21.el (wl-e21-find-image): New function.
146         (wl-e21-setup-toolbar): Use it instead of `find-image'.
147         (wl-e21-highlight-folder-group-line): Ditto.
148         (wl-folder-init-icons): Ditto.
149         (wl-plugged-init-icons): Ditto.
150         (wl-biff-init-icons): Ditto.
151
152 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
153
154         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
155         (wl-inhibit-save-drafts): New internal variable.
156         (wl-disable-auto-save): Ditto.
157         (wl-save-drafts): Treat above variables.
158         (wl-auto-save-drafts): New function.
159         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
160         `wl-stop-save-drafts'.
161         (wl-start-save-drafts): New function.
162         (wl-stop-save-drafts): Ditto.
163         (wl-set-auto-save-draft): New command.
164
165         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
166         `wl-set-save-drafts'.
167
168 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
171         `make-local-variable' instead of `make-variable-buffer-local'.
172
173 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
176
177 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
178
179         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
180
181 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
184         of working buffer.
185
186 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
189
190         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
191         value into recipients; Bind `wl-draft-remove-group-list-contents'
192         as nil.
193
194 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-summary.el (wl-summary-sort): Fixed the last change.
197
198         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
199         (wl-summary-sort-messages): Ditto.
200         (wl-summary-rescan): Use it.
201         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
202         `completing-read'; Append candidates for reverse order.
203
204 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * Version number is increased to 2.15.2.
207
208 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
211         "Smaller".
212         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
213
214 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
217
218 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-vars.el (wl-draft-additional-header-alist): Add into the
221         customize group `wl-draft'.
222         (wl-draft-add-in-reply-to): Move customize group from `wl' to
223         `wl-draft'.
224         (wl-draft-add-references): Ditto.
225
226         * wl-action.el (wl-summary-print-argument): Rename argument from
227         `folder' to `data'.
228
229 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-summary.el (wl-summary-rescan-message): Call
232         `wl-thread-cleanup-symbols' before insert thread.
233
234 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl.el (wl-init): Set `elmo-get-folder-function' as
237         `wl-folder-make-elmo-folder'.
238
239         * wl-spam.el (wl-summary-exec-action-spam): Use
240         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
241
242         * wl-folder.el (wl-folder-make-elmo-folder): New function.
243         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
244         `elmo-make-folder'.
245         (wl-folder-get-elmo-folder): Ditto.
246         (wl-folder-create-subr): Simplify.
247
248 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
251
252 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
255         contents in message buffer instead of original buffer. If optional
256         argument specified, ask coding system for encode.
257
258 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
259
260         * wl-spam.el (wl-summary-test-spam-region): New function.
261         (wl-spam-setup): Bind "rkc".
262
263 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
266
267 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
268
269         * wl-spam.el (wl-summary-test-spam): Fix typo.
270         (wl-message-check-spam): Ditto.
271
272 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * wl-summary.el (wl-summary-default-from): Simplify.
275
276 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-action.el (wl-summary-exec-action-refile): Simplify.
279         (wl-summary-exec-action-copy): Ditto.
280         (wl-summary-auto-refile): Check existence of temporary mark.
281
282 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-summary.el (wl-summary-create-line): Use
285         `elmo-time-to-datevec'.
286
287         * wl-expire.el (wl-expire-archive-date): Ditto.
288         (wl-expire-localdir-date): Ditto.
289
290         * wl-util.el (wl-day-number): Abolish.
291
292         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
293         of `wl-day-number'.
294         (wl-score-followup): Ditto.
295         (wl-score-add-followups): Ditto.
296         (wl-score-get-latest-msgs): Ditto.
297         (wl-score-get-header-entry): Ditto.
298         (wl-score-edit-insert-date): Ditto.
299
300 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
303         `elmo-message-entity-field' with 2nd argument `type'.
304
305 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
306
307         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
308
309 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-thread.el (wl-thread-delete-message): Delete descendant
312         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
313
314 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
315
316         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
317
318 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
321         `Access folder'.
322
323 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-vars.el (wl-access-folder-icon): New user option.
326
327         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
328         `Access folder'.
329
330 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * wl-summary.el (wl-summary-buffer-set-folder): Use
333         `wl-folder-mime-charset'.
334
335         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
336         `mime-charset'.
337         (wl-folder-get-elmo-folder): Ditto.
338         (wl-folder-mime-charset): New function.
339
340 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-util.el (wl-parse-addresses): Define alias of
343         `elmo-parse-addresses' (move to `elmo-util.el').
344
345         * wl-summary.el (wl-summary-default-from): Follow the API change.
346         (wl-summary-overview-entity-compare-by-date): Ditto.
347         (wl-summary-overview-entity-compare-by-from): Ditto.
348         (wl-summary-get-list-info): Get value of `ml-info' field from
349         entity at first.
350         (wl-summary-rescan-message): Treat prefix argument.
351         (wl-summary-prefetch-msg): Follow the API change.
352         (wl-summary-search-by-subject): Ditto.
353         (wl-summary-insert-thread): Ditto.
354         (wl-summary-line-subject): Ditto.
355         (wl-summary-line-from): Ditto.
356         (wl-summary-create-line): Ditto.
357         (wl-summary-print-message-with-ps-print): Ditto.
358
359         * wl-score.el (wl-score-ov-entity-get): Ditto.
360         (wl-score-followup): Ditto.
361         (wl-score-add-followups): Use `elmo-message-entity-field' instead
362         of `car'.
363         (wl-score-get-latest-msgs): Follow the API change.
364         (wl-score-get-header): Ditto.
365
366         * wl-refile.el (wl-refile-learn): Ditto.
367         (wl-refile-subject-learn): Ditto.
368         (wl-refile-get-field-value): Ditto.
369         (wl-refile-guess-by-history): Ditto.
370         (wl-refile-guess-by-subject): Ditto.
371
372         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
373
374         * wl-expire.el (wl-expire-date-p): Removed.
375         (wl-expire-archive-date): Follow the API change.
376         (wl-expire-localdir-date): Ditto.
377         (wl-summary-expire): Ditto.
378
379         * Version number is increased to 2.15.1.
380
381 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
384         group is access or not (it is not strict, like wl-fldmgr-rename).
385
386 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
387
388         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
389         duplicate call of `wl-summary-print-argument' on the wrong line.
390
391 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
394         even if argument `number' is nil.
395         (wl-summary-insert-line): Print action argument if current message
396         has it.
397
398 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
401         (wl-draft-reply): Ditto.
402         (wl-draft): Add optional argument `parent-number' and call
403         `wl-draft-create-buffer' with it.
404         (wl-draft-create-buffer): Add optional argument
405         `parent-number'. Set wl-draft-parent-number as it.
406
407 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
408
409         * wl-folder.el (wl-folder-set-persistent-mark): If summary
410         buffer is not for given folder, don't use it.
411
412 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
413
414         * Version number is increased to 2.15.0.
415
416 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
419
420         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
421         (wl-highlight-get-face-by-name): New internal function.
422         (wl-highlight-summary-line-face-spec): Use it and fixed.
423
424 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-summary.el (wl-summary-sync-update): Use
427         `elmo-message-entity-field' instead of `car' to get message-id
428         from overview entity.
429
430         * wl-summary.el (wl-summary-rescan-message): Call
431         `wl-highlight-summary-displaying' when displaying a message.
432
433 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-draft.el (wl-draft-config-info-filename): Extracted from
436         `wl-draft-config-info-operation'.
437         (wl-draft-buffer-change-number): New function.
438         (wl-draft-rename-saved-config): Ditto.
439         * wl.el (wl-init): Connect slot for message-number-changed.
440         (toplevel): Add autoload for wl-draft-rename-saved-config.
441
442 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
445         `update-overview'
446         (wl-summary-buffer-detach): Disconnect from it.
447         (wl-summary-rescan-message): Use command.
448
449         * wl-message.el (wl-message-buffer-display): Use
450         `with-current-buffer' instead of `save-excursion'.
451
452 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-mime.el (wl-draft-preview-attributes-list): Protect
455         wl-draft-preview-attributes-list from distraction.
456
457 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
458
459         * wl-summary.el (wl-summary-sync-update): Sort the return value of
460         `elmo-list-diff'.
461
462 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-summary.el
465         (wl-summary-edit-addresses-collect-candidate-fields): Use
466         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
467
468         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
469         instead of `elmo-set-work-buf'.
470
471         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
472         (wl-address-make-address-list): Ditto.
473
474         * Version number is increased to 2.13.3.
475
476 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
479         user option.
480
481         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
482         argument `5'.
483
484         * wl-message.el (wl-message-display-no-merge-p): New function.
485         (wl-message-buffer-display): Check whether the message is
486         reassembled and follow the API change.
487
488 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
491         multibyte on working buffer and removed unnecessary
492         `buffer-disable-undo'.
493
494 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-util.el (wl-read-search-condition-internal): Fixed the last
497         change.
498
499 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-util.el (wl-read-search-condition-internal): Protect
502         elmo-global-flags from distraction.
503
504 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
507
508         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
509         (wl-summary-event-handler): Ditto.
510         (wl-summary-update-persistent-mark-on-event): New
511         function (renamed from `elmo-event-handler-flag-changed').
512         (wl-summary-buffer-attach): New function.
513         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
514         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
515         instead of `elmo-folder-add-handler'.
516
517         * Version number is increased to 2.13.2.
518
519 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
522         and "\177" to the `wl-news-previous-page'.
523         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
524         (wl-news-previous-page): New function.
525
526 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
529         instead of `write-region' and simplify.
530
531 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-template.el (wl-template-select): Cause error if
534         `wl-template-alist' is nil.
535
536 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
537
538         * wl-news.el.in: Set file variable `no-byte-compile'.
539
540 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
543         whether a target message is within displaying area.
544         (elmo-event-handler-cache-changed): Ditto.
545
546 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
547
548         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
549         to `defun'.  Use `nconc' instead of `append' to collect descendant
550         message numbers.
551
552 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
553
554         * wl-thread.el (wl-thread-save-top-list)
555         (wl-thread-save-entities): Use `with-temp-buffer'.
556         * wl-news.el.in (wl-news-previous-version-load):
557         (wl-news-previous-version-save): Ditto.
558         * wl-summary.el (wl-summary-load-file-object)
559         (wl-summary-save-view-cache): Ditto.
560
561 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-util.el (toplevel): Require 'elmo-flag'.
564         (wl-read-search-condition): New function (Renamed from
565         `elmo-read-search-condition').
566         (wl-read-search-condition-internal): Likewise.
567
568         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
569         invalid.
570         (wl-summary-pick): Use `wl-read-search-condition' instead of
571         `elmo-read-search-condition'.
572         (wl-summary-virtual): Ditto.
573
574         * wl-folder.el (wl-folder-virtual): Ditto.
575         (wl-folder-pick): Ditto.
576
577         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
578
579 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-summary.el (wl-summary-reedit): Call
582         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
583
584 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-mime.el (toplevel): Require wl-vars.
587
588         * wl-message.el (toplevel): Require cl at compile.
589
590         * wl-draft.el (toplevel): Require elmo.
591
592 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
593
594         * wl-message.el (wl-message-buffer-prefetch): Count is a number
595         and do nothing when it is not positive.
596         (wl-message-buffer-prefetch-next): Ditto.
597
598 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
601         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
602         (wl-summary-redisplay-internal): Ditto.
603
604         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
605         message (the condition is borrowed from `wl-check-variables-2').
606         (wl-summary-redisplay-internal): Ditto.
607
608 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-mime.el (wl-draft-nntp-attribute): New function.
611         (wl-draft-attribute-nntp-posting-server): Use it.
612         (wl-draft-attribute-nntp-posting-port): Ditto.
613
614         * wl-mime.el (wl-draft-preview-attributes-list): New function.
615         (wl-draft-show-attributes-buffer): Ditto.
616         (wl-draft-hide-attributes-buffer): Ditto.
617         (wl-draft-attribute-newsgroups): Ditto.
618         (wl-draft-attribute-nntp-posting-server): Ditto.
619         (wl-draft-attribute-nntp-posting-port): Ditto.
620         (wl-draft-preview-message): Use there functions.
621
622         * wl-vars.el (wl-draft-preview-attributes-list): Change default
623         value.
624
625 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
628         (wl-draft-reedit): Ditto.
629         (wl-draft-queue-flush): Ditto.
630
631         * wl-mime.el (wl-message-request-partial): Ditto.
632         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
633         instead of `elmo-message-fetch'.
634
635         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
636
637         * wl-summary.el (wl-summary-message-string): Ditto.
638
639 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-util.el (wl-current-message-buffer): Follow the API change.
642
643         * wl-summary.el (wl-summary-redisplay-internal): Call
644         `wl-summary-mark-as-read' with 2nd argument as nil and update
645         unread count instead of persistent mark.
646
647         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
648         variable.
649         (wl-message-redisplay): Follow the API change.
650         (wl-message-buffer-display): Managed mime-entity directly and
651         return preview buffer only.
652         (wl-message-display-internal): Rewrite.
653         (wl-message-buffer-prefetch-subr): Not save return value of
654         `wl-message-buffer-display'.
655
656         * Version number is increased to 2.13.1.
657
658 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
661         'elmo-multiple-fields-body-list' with boundary specified.
662
663 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
664
665         * wl-vars.el (wl-summary-resend-use-cache): New variable.
666         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
667         cache if `wl-summary-resend-use-cache' is non-nil.
668
669 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
672         (wl-nntp-posting-stream-type): Ditto.
673
674 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
675
676         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
677
678 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
679
680         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
681         message.
682
683 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
686         Abolish.
687         (wl-summary-buffer-persistent-mark-version): New internal
688         variable.
689         (wl-summary-update-mark-and-highlight-window): Check by
690         wl-summary-persistent-mark-invalid-p.
691         (wl-summary-update-status-marks): Ditto.
692         (elmo-event-handler-flag-changed): Rewrite.
693         (elmo-event-handler-cache-changed): Define.
694         (wl-summary-prefetch-msg): Does not update persistent mark here.
695         (wl-summary-delete-cache): Ditto.
696         (wl-summary-resume-cache-status): Ditto.
697         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
698         (wl-summary-persistent-mark-invalid-p): New function.
699         (wl-summary-validate-persistent-mark): Ditto.
700         (wl-summary-validate-persistent-mark-string): Ditto.
701         (wl-summary-invalidate-persistent-mark): Ditto.
702         (wl-summary-update-persistent-mark): Call
703         `wl-summary-validate-persistent-mark'.
704         (wl-summary-create-line): Call
705         `wl-summary-validate-persistent-mark-string'.
706
707         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
708         status as t if cache used.
709
710 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
713         only if the target is group.
714         * wl-folder.el (wl-folder-append-petname): Don't check group name.
715
716 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
719
720 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
721
722         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
723
724         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
725
726 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
727
728         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
729         (Thanks to Yoichi NAKAYAMA).
730
731 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
732
733         * wl-util.el (wl-save-drafts): Restore echo area.
734
735 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
736
737         * Version number is increased to 2.13.0.
738
739         * wl-util.el (wl-biff-check-folder-async): Use
740         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
741
742 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-message.el (wl-message-display-internal): Does not put
745         wl-message-display-type property on message buffer.
746         (wl-message-buffer-display-type): New function.
747
748         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
749
750         * wl-summary.el (wl-summary-mode): Use `dolist' to add
751         `wl-summary-buffer-detach'.
752         (wl-summary-message-display-type): Use
753         `wl-summary-buffer-display-type'.
754
755 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
756
757         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
758         buffer-local.
759
760         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
761         kill-buffer-hook instead of make-local-variable.
762         (wl-draft-preview-message): Set `local' argument of add-hook as t.
763
764 2004-12-12  Scott Renfro <scott@renfro.org>
765
766         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
767         regex for square-branket.
768
769 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
772         `wl-message-mime-analysis-p' with argument `header'.
773
774 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
775
776         * wl-mime.el (wl-draft-yank-current-message-entity): 
777         Switch to no-mime following method according to wl-message-display-type
778         property.
779         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
780
781         * wl-message.el (wl-message-display-internal): 
782         Put wl-message-display-type property on message buffer.
783
784         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
785         (wl-message-display-internal): Ditto;
786
787         * wl-summary.el (wl-summary-toggle-mime): Ditto.
788
789 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-message.el (wl-message-make-display-type): New function.
792         (wl-message-display-type-property): Ditto.
793         (wl-message-mime-analysys-p): Ditto.
794         (wl-message-display-all-header-p): Ditto.
795         (wl-message-redisplay): Removed argument `as-is', `all-header' and
796         added `display-type'.
797         (wl-message-buffer-display): Likewise.
798         (wl-message-display-internal): Likewise.
799         (wl-message-buffer-display-type): Abolish.
800         (wl-message-buffer-prefetch-subr): Follow the API changed.
801
802         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
803         from wl-summary-buffer-display-all-header and changed default value.
804         (wl-summary-message-display-type): New function.
805         (wl-summary-buffer-display-mime-mode): Ditto.
806         (wl-summary-buffer-display-header-mode): Ditto.
807         (wl-summary-toggle-mime): Rewrite with above functions.
808         (wl-summary-toggle-all-header): Ditto.
809         (wl-summary-redisplay): Force redisplay with default mode.
810         (wl-summary-redisplay-internal): Renamed argument from `mode',
811         `all-header' to `mime-mode', `header-mode'.
812         Use `wl-message-make-display-type'.
813
814         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
815         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
816
817 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
818
819         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
820
821 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
824         in original message buffer.
825         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
826         buffer.
827
828 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
831
832 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
835
836 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
837
838         * wl-action.el (wl-summary-exec-action-refile): Display a done message
839         when actions succeeded.
840         (wl-summary-exec-action-copy): Likewise.
841
842 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
843
844         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
845         there is switch-to-buffer at the end of wl-message-select-buffer.
846         (wl-summary-reply): Ditto.
847
848 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
849
850         * wl-summary.el (wl-summary-forward): Put subject in original
851         message buffer as argument of wl-draft-forward.
852         * wl-draft.el (wl-draft-forward): Decode subject as in
853         wl-draft-reply.
854
855 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
858         a folder under access group.
859
860 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
861
862         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
863         wl-message-buffer-display.
864
865         * wl-util.el (wl-set-save-drafts): Fix typo.
866
867 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
870         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
871         wl-highlight-logo-face to set the bg color of an xbm image; fixed
872         the way to measure the width of a bitmap image; don't put face on
873         ascii and bitmap images; put the mark which should not use the
874         variable-pitch face on ascii and bitmap images.
875         (wl-demo-setup-properties): Don't use the variable-pitch face on
876         ascii and bitmap images; made it work on Emacs 20 and earlier.
877         (wl-demo-insert-text): End with a newline at the bottom; don't put
878         face on text.
879
880         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
881
882 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
883
884         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
885
886         * wl-util.el (wl-save-drafts): Moved from sample setting.
887         (wl-set-save-drafts): New function to set idle timer.
888         * wl-draft.el (wl-draft): Call it.
889         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
890
891 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
892
893         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
894         a summary which has toggle display status off.
895
896 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-draft.el (wl-draft-do-fcc): No cache save.
899
900 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-summary.el (elmo-event-handler-flag-changed): Use
903         `set-buffer' instead of `with-current-buffer'.
904
905 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-summary.el (wl-summary-after-resize-function): New function.
908         (wl-summary-mode): Add `wl-summary-after-resize-function' to
909         window-size-change-functions.
910
911 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-draft.el (wl-draft-create-buffer): Bind
914         `change-major-mode-hook' after current buffer is changed.
915
916         * wl-summary.el (wl-summary-buffer-detach): New function.
917         (wl-summary-buffer-set-folder): Call it.
918         (wl-summary-mode): Add `wl-summary-buffer-detach' to
919         change-major-mode-hook and kill-buffer-hook.
920         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
921         (wl-summary-switch-to-clone-buffer): Ditto.
922         (wl-summary-goto-folder-subr): Ditto.
923
924 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
925
926         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
927         after boundp check.
928
929 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
932         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
933         for `kill-buffer'.
934
935         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
936         handler of current buffer from elmo-folder.
937
938 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
939
940         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
941
942 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-buffer-event-handler): New internal
945         variable.
946         (wl-summary-event-handler): New class.
947         (elmo-event-handler-flag-changed): Define to update persistent
948         mark.
949         (wl-summary-buffer-set-folder): Register event handler to
950         elmo-folder.
951         (wl-summary-exit): Unregister event handler.
952         (wl-summary-goto-folder-subr): Ditto.
953         (wl-summary-mark-as-read-all): Does not call
954         `wl-summary-update-persistent-mark' directly.
955         (wl-summary-mark-as-read-internal): Ditto.
956         (wl-summary-set-persistent-mark-internal): Ditto.
957         (wl-summary-set-flags-internal): Ditto.
958
959         * Version number is increased to 2.11.33.
960
961 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
962
963         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
964         to nil.
965
966 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-spam.el (wl-spam-setup): Add hook
969         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
970         instead of `wl-summary-prepare-hook'.
971
972         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
973         if folder type is `'flag'.
974         (wl-summary-mark-as-important): Ditto.
975
976 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * wl-address.el (wl-address-minibuffer-history): New variable.
979         (wl-address-minibuffer-local-map): New keymap.
980         (wl-address-read-from-minibuffer): New function.
981
982         * wl-action.el (wl-summary-get-resend-address): Use
983         `wl-address-read-from-minibuffer' instead of `completing-read'.
984
985 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * Version number is increased to 2.11.32.
988
989 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
992         without mule to iso-8859-1.
993         (wl-draft-add-in-reply-to): Add note in description.
994         (wl-draft-add-references): Ditto.
995
996 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
999         definition for `m'.
1000         (wl-summary-mode-line-format): Add '[%m]'.
1001         (wl-message-mode-line-format-spec-alist): Ditto.
1002         (wl-summary-display-mime-mode-list): New variable.
1003
1004         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1005         from wl-summary-buffer-display-as-is.
1006         (wl-summary-buffer-display-all-header): New buffer local variable.
1007         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1008         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1009         instead of wl-summary-buffer-display-as-is.
1010         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1011         (wl-summary-set-persistent-mark): Ditto.
1012         (wl-summary-set-message-buffer-or-redisplay): Just call
1013         `wl-summary-redisplay-internal' without optional arguments.
1014         (wl-summary-toggle-mime): Rewrite.
1015         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1016         (wl-summary-toggle-all-header): New function.
1017         (wl-summary-redisplay-internal): Treat mime mode.
1018
1019         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1020         to wl-mime-preview-follow-no-mime.
1021         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1022         accodring to the display-mode.
1023
1024         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1025         (wl-message-buffer-display): Changed argument name from `as-is' to
1026         `mode'.
1027         (wl-message-display-internal): Ditto;
1028         Bind elmo-mime-display-header-analysis according to the mode.
1029         (wl-message-display-internal): Put wl-message-display-mime-mode
1030         property on entire buffer.
1031
1032 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1035
1036 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1039         Don't extract mail address.
1040         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1041
1042         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1043
1044         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1045
1046 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1047
1048         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1049         wl-fldmgr-cut-entity-list on confirmation.
1050
1051 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1052
1053         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1054         (wl-mime-quit-preview): Check existence of
1055         mime-edit-temp-message-buffer here.
1056
1057 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1060         after deletion.
1061
1062         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1063         before calling wl-mime-quit-preview.
1064
1065 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-summary.el (wl-summary-pick): If call it with prefix
1068         argument, set `delete-marks' as non-nil. Pick from only visible
1069         messages.
1070         (wl-summary-check-target-mark): New function.
1071         (wl-summary-target-mark-mark-as-read): Use it.
1072         (wl-summary-target-mark-mark-as-unread): Ditto.
1073         (wl-summary-target-mark-operation): Ditto.
1074         (wl-summary-target-mark-set-flags): Ditto.
1075         (wl-summary-target-mark-save): Ditto.
1076         (wl-summary-target-mark-pick): Ditto.
1077         (wl-summary-target-mark-forward): Ditto.
1078         (wl-summary-target-mark-reply-with-citation): Ditto.
1079         (wl-summary-target-mark-print): Ditto.
1080         (wl-summary-target-mark-uudecode): Ditto.
1081
1082         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1083         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1084         with `ask-coding' is non-nil.
1085
1086 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-thread.el (wl-thread-set-parent): If parent is a message
1089         which is identified by references, set linked as nil.
1090
1091 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1092
1093         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1094         (wl-message-mode-line-format-spec-alist): Ditto.
1095         (wl-message-mode-line-format): Ditto.
1096         (wl-summary-mode-line-format): Ditto for docstring.
1097         (wl-summary-no-mime-folder-list): Fix typo.
1098
1099         * wl-util.el (wl-current-message-buffer): Call
1100         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1101
1102         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1103         variable.
1104         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1105         of `wl-summary-redisplay-no-mime'.
1106         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1107         (wl-summary-toggle-mime): New function.
1108         (wl-summary-redisplay-all-header): Rewrite.
1109         (wl-summary-redisplay-no-mime): Ditto.
1110         (wl-summary-redisplay-internal): Added argument `as-is' and
1111         `all-header'.
1112
1113         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1114         New variable.
1115         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1116         bottom.
1117         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1118         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1119         "/" unconditionally.
1120
1121         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1122         wl-mime-preview-follow-no-mime for as-is content.
1123         (wl-mime-preview-follow-no-mime): New function.
1124         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1125
1126         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1127         and added `as-is', `all-header'.
1128         (wl-message-buffer-display): Ditto.
1129         (wl-message-buffer-display-type): New function.
1130
1131 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1132
1133         * wl-vars.el (wl-message-header-button-alist): Change default
1134         value.
1135         (wl-message-body-button-alist): Ditto.
1136
1137 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1140
1141 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1144
1145 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1146
1147         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1148         is always true.
1149
1150 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1151
1152         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1153         on null entity.
1154
1155 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1156
1157         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1158
1159 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-vars.el (wl-summary-resend-hook): New hook.
1162
1163         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1164         `wl-summary-resend-hook'.
1165
1166 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1167
1168         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1169         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1170         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1171         (wl-summary-new-cached-mark): Changed default value to 'n'.
1172         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1173         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1174         (wl-folder-sync-range-alist): Remove spec for 'flag.
1175         (wl-summary-force-prefetch-folder-list): New user option.
1176
1177         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1178         `wl-summary-toggle-persistent-mark'.
1179         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1180         number is nil.
1181         (wl-summary-mark-as-answered-region): Set interactive argument of
1182         `wl-summary-set-persistent-mark-internal'.
1183         (wl-summary-mark-as-important-region): Ditto.
1184         (wl-summary-unset-persistent-mark): Ditto.
1185         (wl-summary-set-persistent-mark): Ditto.
1186         (wl-summary-mark-as-answered): Ditto.
1187         (wl-summary-mark-as-important): Ditto.
1188         (wl-summary-set-persistent-mark-internal): Do nothing
1189         when `elmo-message-flag-available-p' is nil.
1190         (wl-summary-toggle-persistent-mark): New function.
1191         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1192         when the folder matches `wl-summary-force-prefetch-folder-list'.
1193
1194
1195         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1196         when number is nil.
1197         (wl-highlight-summary-forwarded-face): New face.
1198
1199 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * Version number is increased to 2.11.31.
1202
1203 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1206         (wl-biff-check-folder-async): Ditto.
1207         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1208
1209 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1210
1211         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1212         Add an argument `reverse'.  All callers are updated.
1213         (wl-summary-sort): Add a prefix argument `reverse' to specify
1214         reverse sorting.
1215         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1216         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1217         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1218
1219 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-message.el (wl-message-redisplay): Does not narrow header if
1222         disply-type is all-header or as-is.
1223
1224         * wl-summary.el (wl-summary-enter-handler): Use
1225         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1226
1227 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1230         after adding wl-draft-parent-variables.
1231         (wl-draft-forward): Ditto.
1232
1233 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-summary.el (wl-summary-sync-marks): Call
1236         `wl-summary-set-persistent-mark' and
1237         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1238         (wl-summary-set-persistent-mark-internal): Add 4th argument
1239         `no-server'.
1240         (wl-summary-unset-persistent-mark): Ditto.
1241         (wl-summary-set-persistent-mark): Ditto.
1242         (wl-summary-add-flags-internal): Abolish.
1243         (wl-summary-remove-flags-internal): Ditto.
1244         (wl-summary-mark-as-important-internal): Ditto.
1245         (wl-summary-mark-as-important): Use
1246         `wl-summary-set-persistent-mark' instead of
1247         `wl-summary-add-flags-internal'.
1248         (wl-summary-mark-as-important-region): Ditto.
1249
1250         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1251
1252         * wl-summary.el (wl-summary-get-available-flags): New function.
1253         (wl-summary-sync-marks): Use it and simplified.
1254         (wl-summary-unset-persistent-mark): Use
1255         `wl-summary-get-available-flags'.
1256         (wl-summary-set-persistent-mark): Ditto.
1257
1258 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1259
1260         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1261         id.
1262
1263 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1266         number, call `wl-summary-prev-line-content'. Show message when the
1267         message is not found.
1268
1269 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1270
1271         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1272         wl-summary-enter-handler.
1273         (wl-summary-enter-handler): New command.
1274
1275         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1276         docstring and custom spec.
1277
1278         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1279         flags too; Don't treat Cached and New.
1280         (wl-summary-set-persistent-mark): Ditto.
1281
1282         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1283         `wl-folder-set-flag'.
1284
1285         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1286         instead of `wl-folder-set-flag'.
1287
1288         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1289         for completion.
1290         (wl-summary-set-persistent-mark): Ditto.
1291
1292         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1293         instead of `wl-draft-quit-preview'.
1294
1295         * wl-mime.el (toplevel): Avoid compile warning.
1296         (wl-mime-quit-preview): New function
1297         (formarly defined as `wl-draft-quit-preview').
1298         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1299         quitting method.
1300
1301         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1302
1303         * wl-folder.el (wl-folder-set-flag): Renamed from
1304         `wl-draft-set-flag-on-parent'.
1305
1306         * wl-draft.el (wl-draft-quit-preview): New function.
1307         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1308         (wl-draft-send): Call `wl-folder-set-flag' instead of
1309         `wl-draft-set-flag-on-parent'.
1310         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1311
1312 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1315         (wl-draft-send): Ditto.
1316
1317 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1320         (wl-draft-kill-pre-hook): Set default value as nil.
1321         (wl-summary-reply-hook): Ditto.
1322         (wl-draft-kill-flags): Abolish.
1323
1324         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1325         (wl-draft-parent-variables): Renamed from
1326         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1327         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1328         argument; Add wl-draft-parent-variables to
1329         wl-draft-config-variables.
1330         (wl-draft-reply): Likewise.
1331         (wl-draft-kill-flags): Abolish.
1332         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1333         (wl-draft-set-flag-on-parent): New function.
1334         (wl-draft-setup-parent-flag): Ditto.
1335
1336 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1337
1338         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1339         `wl-draft-parent-folder' is "".
1340
1341 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1344         (wl-summary-digit-jump): New function.
1345         (Adviced by John Owens and Hiroya Murata)
1346
1347         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1348         (Adviced by John Owens)
1349
1350         * wl-xmas.el (wl-message-define-keymap): Ditto.
1351
1352         * wl-mule.el (wl-message-define-keymap): Ditto.
1353
1354 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1357         change of return value of elmo-folder-count-flags.
1358
1359         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1360         (wl-summary-mark-as-read-internal): Ditto.
1361         (wl-summary-set-persistent-mark-internal): Ditto.
1362         (wl-summary-folder-info-update): Ditto.
1363         (wl-summary-sync-update): Fixed the last change.
1364
1365         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1366
1367 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1368
1369         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1370         (wl-draft-kill-flags): Fixed docstring.
1371
1372         * wl-draft.el (wl-draft-kill-flags): New function.
1373         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1374
1375 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * wl-vars.el (wl-reply-hook): Abolish.
1378         (wl-draft-reply-hook): New hook.
1379         (wl-summary-reply-hook): Ditto.
1380         (wl-draft-forward-hook): Ditto.
1381         (wl-summary-forward-hook): Ditto.
1382         (wl-draft-kill-flags): New variable.
1383
1384         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1385         wl-summary-set-persistent-mark-internal.
1386         (wl-summary-sync-marks): Use elmo-preserved-flags.
1387         (wl-summary-update-persistent-mark): Make it interactive.
1388         (wl-summary-set-persistent-mark-internal): New inline function.
1389         (wl-summary-mark-as-answered): Use it.
1390         (wl-summary-mark-as-unanswered): Ditto.
1391         (wl-summary-unset-persistent-mark): New function.
1392         (wl-summary-set-persistent-mark): Ditto.
1393         (wl-summary-reply): Don't set answered flag;
1394         Run wl-summary-reply-hook instead.
1395         (wl-summary-forward): Call wl-draft-forward with number.
1396         Run wl-summary-forward-hook.
1397
1398         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1399         (wl-highlight-summary-line-face-spec): Use it as a default
1400         persistent mark face.
1401
1402         * wl-draft.el (wl-draft-forward): Added optional argument number;
1403         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1404         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1405         (wl-draft-kill): Use wl-draft-kill-flags.
1406
1407         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1408
1409         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1410         of return value of elmo-folder-count-flags.
1411
1412         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1413
1414         * wl-summary.el (wl-summary-count-unread): Ditto.
1415         (wl-summary-sync-update): Follow the change above.
1416         (wl-summary-force-prefetch): New function.
1417
1418 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1419
1420         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1421         variable `buf' with `let' instead of `setq'.
1422
1423 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1426         add Content-Disposition heaeder on the deleted part.
1427
1428 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-draft.el (wl-draft-save): Encode address list under edit by
1431         `eword-encode-unstructured-field-body'.
1432
1433         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1434
1435 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436
1437         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1438         wl-current-summary-buffer.
1439
1440 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1441
1442         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1443         `numbers' is ignored.
1444
1445 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1446
1447         * wl-folder.el (wl-folder-open-folder): Avoid error.
1448         Reported by John Owens, [wl-en:815]
1449
1450         * wl.el (wl): Set timer for biff process even if prefix argument
1451         is given or auto-checking is quitted.
1452
1453         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1454         immediately.
1455         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1456         (wl-toggle-plugged): Ditto.
1457
1458         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1459         * wl-util.el (wl-biff-start): Use idle timer if
1460         `wl-biff-use-idle-timer' is non-nil.
1461
1462 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * wl-highlight.el (wl-highlight-message): Fix description.
1465
1466 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1469         tty.
1470
1471 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1472
1473         * wl-action.el (wl-summary-exec): Print failure count.
1474
1475 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1476
1477         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1478         to `defun', remove interactive form.
1479         Set elmo-message-fetch-confirm when force-reload is non-nil.
1480
1481 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-summary.el (toplevel): Removed unnecessary autoload.
1484
1485 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1486
1487         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1488         the buffer is generated from another message buffer.
1489
1490 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1491
1492         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1493         extracted from `wl-fldmgr-save-folders'.
1494         (wl-fldmgr-delete): Call it after deletion.
1495
1496 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1499         multi-tty support.
1500
1501 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1502
1503         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1504
1505 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1506
1507         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1508         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1509
1510 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1511
1512         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1513         unsubscribe list only if argument CLEAR is nil.
1514
1515 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-draft.el (wl-draft-reply): Decode subject before removing
1518         Re: prefix.
1519
1520 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1521
1522         * wl-summary.el (wl-summary-sort-by-size): New command.
1523
1524 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (wl-summary-number-list-from-region): New
1527         function.
1528         (wl-summary-mark-as-read-region): Use it.
1529         (wl-summary-mark-as-unread-region): Ditto.
1530         (wl-summary-set-flags-region): Ditto and add optional argument
1531         remove.
1532         (wl-summary-mark-as-answered-region): Ditto.
1533         (wl-summary-mark-as-important-region): Ditto.
1534         (wl-summary-target-mark-mark-as-important): Added optional
1535         argument remove.
1536         (wl-summary-target-mark-mark-as-answered): Ditto.
1537         (wl-summary-target-mark-set-flags): Ditto.
1538
1539 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-summary.el (wl-summary-set-flags-region): Call
1542         `wl-summary-set-flags-internal' with number list instead of call
1543         one by each message.
1544         (wl-summary-target-mark-set-flags): Likewise.
1545
1546 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1549         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1550         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1551         (wl-summary-target-mark-mark-as-answered): Likewise.
1552
1553 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1554
1555         * wl-summary.el (wl-summary-target-mark-forward): Use
1556         `wl-summary-delete-all-target-marks' instead of
1557         `wl-summary-delete-all-temp-marks'.
1558         (wl-summary-target-mark-reply-with-citation): Ditto.
1559         (wl-summary-target-mark-uudecode): Ditto.
1560         (wl-summary-target-mark-set-flags): Ditto and remove needless
1561         cursor move.
1562
1563 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-summary.el (wl-summary-target-mark-forward): Protect
1566         wl-summary-buffer-target-mark-list from nreverse.
1567         (wl-summary-target-mark-reply-with-citation): Ditto.
1568
1569 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1572         `elmo-display-progress-threshold'.
1573
1574 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1577         check `wl-summary-highlight'.
1578         (wl-summary-window-scroll-functions): Respect value of
1579         `wl-summary-highlight'.
1580         (wl-summary-sync-update): Run hooks
1581         `wl-summary-buffer-window-scroll-functions' at any time.
1582
1583 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1586         from `wl-summary-cleanup-temp-marks'.
1587         (wl-summary-cleanup-temp-marks): Abolish argument.
1588         * wl.el (wl-save-status): Revert previous change.
1589         (wl-execute-temp-marks): New function, call
1590         `wl-summary-exec-with-confirmation'.
1591         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1592         (wl-folder-save-and-exec-marks): Abolished.
1593
1594 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl-e21.el (wl-e21-display-image-p): Respect
1597         `wl-highlight-folder-with-icon'.
1598         (wl-e21-highlight-folder-group-line): Highlight mouse line
1599         even if wl-e21-display-image-p is nil.
1600
1601         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1602         Respect value of `wl-summary-highlight'.
1603
1604         * wl.el (wl-save-status): Remove unused variable.
1605
1606         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1607         (wl-folder-mode-map): Bind it to "x".
1608
1609 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1610
1611         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1612
1613         * wl-thread.el (wl-thread-get-parent-list): Don't check
1614         disconnected ancestors, neglecting needless work in
1615         `wl-thread-update-indent-string-thread'.
1616
1617         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1618         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1619         argument, add argument default-keep to keep marks by default.
1620
1621         * Version number is increased to 2.11.30.
1622
1623         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1624         customization type and docstring.
1625         (wl-draft-reply-without-argument-list): Ditto.
1626
1627 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1630
1631         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1632
1633 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1634
1635         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1636
1637 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1640         save-excursion so as not to include run-hooks.
1641
1642 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643
1644         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1645         Clarify that marks are going to be cleared.
1646
1647 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1648
1649         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1650         according to 3rd element of wl-summary-flag-mark.
1651
1652         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1653
1654 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-action.el (wl-summary-target-mark-all): Don't set
1657         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1658
1659 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1660
1661         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1662         (wl-forward-subject-prefix): Ditto.
1663         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1664         (wl-draft-reply-make-subject): Ditto.
1665
1666         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1667         `wl-draft-forward'.
1668         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1669
1670 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1673         target message does not exist.
1674
1675 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1676
1677         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1678         `wl-subject-prefix-regexp'.
1679         (wl-subject-forward-prefix-regexp): New variable.
1680         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1681         `wl-draft-strip-subject-re' and take regexp as argument.
1682         (wl-draft-forward): Use it.
1683         (wl-draft-reply): Ditto.
1684
1685 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1686
1687         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1688         emacs multi-tty support.
1689
1690 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1691
1692         * wl-e21.el (wl-e21-display-image-p): Don't call
1693         `display-images-p'.
1694         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1695         support.
1696         (wl-highlight-folder-current-line): Ditto.
1697         (wl-folder-init-icons): Ditto.
1698
1699 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1700
1701         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1702         the last line of summary in unplugged mode.
1703
1704 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1705
1706         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1707
1708 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1711         * wl-address.el (wl-address-user-mail-address-p): Use it.
1712         (wl-address-delete-user-mail-addresses): Ditto.
1713         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1714
1715         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1716         (wl-address-delete-user-mail-addresses): Ditto.
1717
1718         * wl-address.el (wl-address-delete-user-mail-addresses): New
1719         function.
1720         * wl-refile.el (wl-refile-guess-by-history): Use it.
1721         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1722         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1723
1724         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1725         use wl-address-user-mail-address-p.
1726
1727 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1730         after opening group.
1731
1732 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1735         of elmo-set-buffer-multibyte.
1736
1737         * wl-message.el (wl-original-message-mode): Ditto.
1738
1739         * wl-score.el (wl-score-insert-header): Ditto.
1740
1741         * wl-summary.el
1742         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1743         (wl-summary-goto-folder-subr): Ditto.
1744         (wl-summary-insert-headers): Ditto.
1745
1746         * wl-util.el (wl-set-string-width): Ditto.
1747
1748         * Version number is increased to 2.11.29.
1749
1750 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1751
1752         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1753         (wl-highlight-summary-line-help-echo-alist): New variable.
1754         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1755         into `wl-highlight-summary-line-help-echo' and
1756         `wl-highlight-flag-folder-help-echo'.
1757         (wl-highlight-summary-line-string): Change accordingly.
1758         (wl-highlight-summary-current-line): Ditto.
1759
1760 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1761
1762         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1763         at the beginning of field body (Thanks to Markus Knittig).
1764
1765         * wl-draft.el (wl-draft-insert-current-message): Also check
1766         summary buffer, remove unnecessary tag.
1767
1768 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1769
1770         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1771         when wl-message-buffer is nil.
1772
1773         * wl-folder.el (wl-folder): Abolish unused argument.
1774         Call wl-folder-init when wl-folder-entity is nil.
1775         * wl.el (wl): Change accordingly.
1776
1777 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1778
1779         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1780         multibyte string before insert into draft buffer.
1781         (wl-draft-create-buffer): Always enable multibyte characters for
1782         draft buffer.
1783
1784         * Version number is increased to 2.11.28.
1785
1786 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1787
1788         * wl-folder.el (wl-folder-open-close): Handle blank line.
1789         (wl-folder-jump-to-current-entity): Ditto.
1790
1791 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1792
1793         * Version number is increased to 2.11.27.
1794
1795 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1796
1797         * wl-thread.el (wl-thread-insert-message): When the thread is
1798         devided by wl-summary-max-thread-depth, insert line at the end of
1799         buffer.
1800
1801 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1802
1803         * Version number is increased to 2.11.26.
1804
1805 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1808
1809 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1810
1811         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1812         value of stream-type and session.
1813
1814 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * Version number is increased to 2.11.25.
1817
1818 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1819
1820         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1821         in a quit message.
1822
1823 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1824
1825         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1826         (wl-summary-redisplay-no-mime-internal): Ditto.
1827
1828 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1831         * wl-vars.el (wl-smtp-connection-type): Ditto.
1832
1833 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1834
1835         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1836         for the separator line and quote mail-header-separator.
1837
1838 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1841         result message.
1842
1843         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1844         `elmo-multiple-fields-body-list' with boundary as
1845         mail-header-separator.
1846
1847 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1848
1849         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1850
1851 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-util.el (wl-list-diff): Remove unused function.
1854
1855         * wl-draft.el (wl-draft-send-confirm): Discard input before
1856         confirmation.
1857
1858 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1859
1860         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1861         order of flag and new.
1862
1863 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-vars.el (wl-refile-policy-alist): Abolished.
1866
1867         * wl-action.el (wl-summary-set-action-refile): Follow the change
1868         above.
1869
1870 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * wl-highlight.el (wl-highlight-signature-search): Don't use
1873         re-search-backward for a long word since it is possible to crash
1874         XEmacs because of a bug.
1875
1876 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1877
1878         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1879
1880 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1881
1882         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1883         argument for wl-summary-sync-force-update.
1884
1885 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1886
1887         * wl-summary.el (wl-summary-mode-map): Revival of
1888         wl-summary-mark-as-important related bindings;
1889         Bind 'F','tF','mF','rF','m&'.
1890         (wl-summary-mark-as-important-region): Revival.
1891         (wl-summary-target-mark-mark-as-important): Ditto.
1892         (wl-summary-target-mark-operation): New function.
1893         (wl-summary-target-mark-mark-as-answered): Use it.
1894         (wl-summary-decide-flag): Don't set Important as default.
1895         (wl-summary-mark-as-important-internal): Revival.
1896         (wl-summary-mark-as-important): Ditto.
1897
1898         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1899
1900         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1901         instead of facep.
1902
1903 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-dnd.el (wl-dnd-drop-func): Fix.
1906
1907         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1908         mouse-set-point instead of posn-point.
1909
1910         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1911
1912         * wl-mule.el (wl-completing-read-multiple): Ditto.
1913
1914 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-demo.el (face-background-name): Defalias to avoid compile
1917         warning.
1918
1919 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1920
1921         * wl-summary.el (wl-summary-decide-flag): Use
1922         wl-completing-read-multiple instead of completing-read-multiple.
1923
1924         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1925         New alias.
1926
1927         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1928         Use face-background-name instead of face-background.
1929
1930         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1931
1932         * wl-summary.el (wl-summary-save): Use it.
1933         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1934
1935         * wl-mime.el (wl-mime-save-content): Fix last change.
1936
1937 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1938
1939         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1940         New function.
1941         (wl-summary-sort-specs): Added sort.
1942         * wl-mime.el (wl-mime-save-content): Expand file name.
1943
1944 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1945
1946         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1947
1948         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1949
1950 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1953         for flag if it is not defined.
1954
1955 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1956
1957         * wl-e21.el (wl-highlight-folder-current-line): Use
1958         elmo-folder-type-internal when elmo-folder-type returns nil.
1959
1960         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1961
1962         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1963
1964         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1965
1966         * wl-e21.el (wl-summary-toolbar): Ditto.
1967
1968         * wl-vars.el (wl-demo-background-color): Abolished.
1969         (wl-summary-persistent-mark-priority-list): Renamed from
1970         wl-summary-flag-priority-list.
1971         (wl-summary-flag-alist): New user option.
1972         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1973         (wl-message-mode-line-format-spec-alist): Added 'F'.
1974         (wl-message-mode-line-format): Likewise.
1975         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1976         instead of wl-summary-important-mark.
1977         (wl-file-folder-icon): New variable.
1978
1979         * wl-thread.el (wl-thread-set-flags): Renamed from
1980         wl-thread-mark-as-important.
1981
1982         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1983         warning.
1984         (wl-summary-mode-menu-spec): Follow the change of 
1985         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1986         (wl-summary-mode-map): Follow the change of
1987         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1988         (wl-summary-detect-mark-position): Follow the variable name change.
1989         (wl-summary-set-flags-region): New function for the replacement of
1990         wl-summary-mark-as-important-region.
1991         (wl-summary-sync-marks): Sync all global-flags.
1992         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1993         instead of elmo-message-flagged-p.
1994         (wl-summary-persistent-mark-string): Follow the variable name change;
1995         Put wl-summary-flag-mark if the message has global-flag.
1996         (wl-summary-target-mark-set-flags): Renamed from 
1997         wl-summary-target-mark-mark-as-important.
1998         (wl-summary-decide-flag): New function.
1999         (wl-summary-set-flags-internal): Renamed from
2000         wl-summary-mark-as-important-internal.
2001         (wl-summary-add-flags-internal): New function.
2002         (wl-summary-remove-flags-internal): Ditto.
2003         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2004         (wl-summary-mark-as-unimportant): Abolish.
2005         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2006         (wl-summary-next-message): List flagged messages in the msgdb.
2007
2008         * wl-score.el (wl-summary-score-update-all-lines): Use
2009         wl-summary-add-flags-internal instead of 
2010
2011         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2012
2013         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2014         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2015         (wl-message-buffer-require-all-header): Renamed from
2016         wl-message-buffer-all-header-flag (Ditto).
2017         (wl-message-buffer-flag-indicator): New variable.
2018         (wl-message-redisplay): Changed local varibale name from `flag' to
2019         `display-type'; Set up wl-message-buffer-flag-indicator.
2020         (wl-message-buffer-display): Changed varibale name from `flag' to
2021         `display-type'.
2022         (wl-message-display-internal): Likewise.
2023
2024         * wl-highlight.el (wl-highlight-demo-face): Define default background
2025         color.
2026         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2027
2028         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2029
2030         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2031         (wl-demo-setup-properties): Renamed from
2032         `wl-demo-set-background-color'.
2033         (wl-demo): Follow the change above.
2034         
2035         * Version number is increased to 2.11.24.
2036
2037 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2038
2039         * wl-summary.el (wl-summary-toggle-thread): Call
2040         `wl-summary-rescan' with disable-thread as non-nil.
2041         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2042
2043 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2044
2045         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2046         foreground property of the face.
2047         (wl-demo-insert-text): Don't set up face property here.
2048         (wl-demo): Call wl-demo-set-background-color, anyway.
2049
2050 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051
2052         * wl-vars.el (wl-demo-background-color): The value can be nil.
2053
2054 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2055
2056         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2057         to wl-summary-wheel-dispatcher.
2058
2059         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2060         wl-message-wheel-dispatcher.
2061         (wl-message-wheel-dispatcher): New function.
2062         (wl-summary-wheel-dispatcher): Ditto.
2063
2064 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2065
2066         * wl-action.el (wl-summary-target-mark-all): List messages which are
2067         not in the killed-list.
2068
2069         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2070         only when the folder is 'flag/important.
2071
2072         * wl-address.el (wl-complete-field-body): Complete if the last
2073         character is a space.
2074
2075 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-folder.el (wl-folder-clear-entity-info): Use
2078         elmo-clear-hash-val.
2079
2080         * wl-fldmgr.el (wl-fldmgr-rename): Set
2081         wl-folder-info-alist-modified as t.
2082
2083 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2086
2087 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2088
2089         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2090         (wl-folder-buffer-last-visited-entity-id): New buffer local
2091         variable.
2092         (wl-folder-revisit-last-visited-folder): New function.
2093         (wl-folder-mode-map): Bind it to "C-i".
2094         (wl-folder-set-current-entity-id): Set last visited folder.
2095         * wl-summary.el (wl-summary-exit): Ditto.
2096
2097 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2100         before calling `recenter' in order to cope with an XEmacs bug.
2101
2102 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2105         to the default value.
2106
2107 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2110         change.
2111         (wl-summary-sync-marks): Ditto.
2112         (wl-summary-mark-as-read-internal): Ditto.
2113         (wl-summary-mark-as-answered-internal): Ditto.
2114         (wl-summary-mark-as-important-internal): Ditto.
2115         (wl-summary-reply): Ditto.
2116
2117         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2118         instead of `elmo-folder-unflag-answered'.
2119
2120         * Version number is increased to 2.11.23.
2121
2122         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2123         the last change.
2124
2125 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2126
2127         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2128         Specify "spam" or "good".
2129
2130 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-spam.el (wl-summary-exec-action-spam): Call
2133         wl-folder-confirm-existence for spam folder.
2134         (wl-spam-setup): Bind "mk".
2135
2136 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2137
2138         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2139
2140 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2143         destination folder is empty.
2144
2145 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2146
2147         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2148         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2149
2150         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2151         (wl-summary-refile-prev-destination-region): New function.
2152         (wl-thread-refile-prev-destination): Ditto.
2153         (wl-summary-target-mark-refile-prev-destination): Ditto.
2154
2155 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2158         (wl-demo-background-color): Changed default value.
2159
2160         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2161         color.
2162
2163         * wl-demo.el (wl-demo-set-background-color): New function.
2164         (wl-demo): Call it.
2165
2166 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2167
2168         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2169         * wl-address.el (wl-address-add-or-change): Don't add empty
2170         address.
2171
2172 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2173
2174         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2175
2176 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2177
2178         * wl-vars.el (wl-demo-image-filter-alist): New variable
2179         (wl-demo-background-color): Ditto.
2180
2181         * wl-demo.el (wl-demo-xpm-set-background): New function.
2182         (wl-demo-image-filter): Ditto.
2183         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2184
2185         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2186
2187         * wl-demo.el (wl-demo-icon-name): Define as function.
2188         (wl-demo-insert-image): Use it.
2189
2190 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2191
2192         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2193
2194 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2195
2196         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2197
2198 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2201
2202 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * wl-thread.el (wl-thread-mark-as-answered): New function.
2205
2206         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2207         answered" entry.
2208         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2209         "r&" and wl-thread-mark-as-answered to "t&".
2210         (wl-summary-mark-as-important-region): Refine to toggle mark.
2211         (wl-summary-mark-as-answered-region): New function.
2212         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2213         and 3rd argument.
2214         (wl-summary-mark-as-important-internal): Likewise.
2215
2216 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2217
2218         * wl-template.el (wl-template-preview): New internal variable.
2219         (wl-template-preview-p): New function.
2220         (wl-template-show): Bind `wl-template-preview' as t.
2221
2222 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2223
2224         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2225         `elmo-message-entity-field' with 3rd argument which is non-nil.
2226
2227 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2230         Removed duplicate local bind `folder'.
2231
2232 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2235
2236 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2237
2238         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2239         duplicate definition.
2240
2241 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2242
2243         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2244         non-nil, use it; Don't fetch message if there's no message in the
2245         current cursor position.
2246
2247 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-util.el (wl-region-exists-p): Use region-active-p.
2250         (wl-deactivate-region): New function.
2251         * wl-message.el (wl-message-redisplay): Deactivate region.
2252
2253         * wl-summary.el (wl-summary-reply): Call
2254         `wl-summary-set-message-buffer-or-redisplay' instead of
2255         `wl-summary-redisplay-internal', don't move point.
2256
2257 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2258
2259         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2260         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2261         by regexp.
2262
2263 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2264
2265         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2266         if no need.
2267
2268 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2271         default value to nil.
2272         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2273         `wl-summary-prepare-hook'; Replace refile action to
2274         `wl-summary-exec-action-refile-with-register'.
2275
2276         * Version number is increased to 2.11.22.
2277
2278 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * wl-summary.el (wl-summary-detect-mark-position): Set
2281         `wl-summary-buffer-weekday-name-lang'.
2282
2283 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2284
2285         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2286         (wl-summary-mark-as-read-all): Ditto.
2287         (wl-summary-delete-messages-on-buffer): Ditto.
2288         (wl-summary-sync-update): Ditto.
2289         (wl-summary-mark-as-read-internal): Ditto.
2290         (wl-summary-mark-as-answered-internal): Ditto.
2291         (wl-summary-update-folder-info): Abolished.
2292
2293 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-summary.el (wl-summary-mark-as-read-all): Use
2296         `wl-summary-update-folder-info' instead of
2297         `wl-folder-update-unread'.
2298
2299 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2300
2301         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2302         `wl-summary-folder-info-update'.
2303         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2304         instead of `wl-summary-folder-info-update'.
2305         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2306         `wl-folder-set-folder-updated'.
2307         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2308         instead of `wl-folder-update-unread'.
2309         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2310         the value of `wl-summary-buffer-unread-count' for the second parameter of
2311         `wl-folder-update-unread'.
2312
2313         * Version number is increased to 2.11.21.
2314
2315 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2316
2317         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2318         a local variable.
2319
2320 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2323         interactively.
2324
2325         * wl-summary.el (wl-summary-mark-as-important-internal): New
2326         internal function.
2327         (wl-summary-mark-as-important): Use it.
2328         (wl-summary-mark-as-unimportant): New function.
2329         (wl-summary-sync-marks): Follow the API change.
2330
2331         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2332
2333         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2334
2335 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2336
2337         * wl-folder.el (wl-folder-update-unread): Re-indent.
2338         Narrow the scope of a local variable.
2339
2340 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2341
2342         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2343         (wl-addrmgr-merge-entries): Ditto.
2344         (wl-addrmgr): Added to address entry which exists in draft buffer
2345         if no entry is in original.
2346
2347 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2348
2349         * wl-batch.el: New file.
2350
2351 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2352
2353         * wl-vars.el (wl-use-semi): Remove unused variable.
2354
2355 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2356
2357         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2358         "?".
2359
2360 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2361
2362         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2363         wl-summary-new-mark.
2364         (wl-summary-new-cached-mark): New user option.
2365         (wl-summary-score-marks): Follow the change above.
2366         (wl-summary-auto-refile-skip-marks): Ditto.
2367         (wl-summary-incorporate-marks): Ditto.
2368         (wl-summary-expire-reserve-marks): Ditto.
2369
2370         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2371
2372         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2373         (wl-summary-persistent-mark-string): Distinguished between cached
2374         and uncached mark when the message is new.
2375
2376 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * wl-spam.el (wl-spam-domain): Renamed from
2379         `wl-spam-folder-guess-domain'.
2380         (wl-summary-exec-action-spam): Register as spam if domain of the
2381         source folder is good.
2382         (wl-summary-exec-action-refile-with-register): Register message if
2383         domain of the source folder is not undecided.
2384
2385 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2388         detect thread loop.
2389
2390 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2393         and wl-summary-skip-mark-list.
2394
2395 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2398
2399         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2400
2401         * wl-spam.el (toplevel): Require wl-highlight.
2402         (wl-spam-auto-check-policy-alist): Abolish.
2403         (wl-spam-auto-check-folder-regexp-list): New user option.
2404         (wl-spam-auto-check-marks): Ditto.
2405         (wl-spam-mark-action-list): Ditto.
2406         (wl-highlight-summary-spam-face): New face.
2407         (wl-spam-auto-check-message-p): New function.
2408         (wl-spam-map-spam-messages): Fixed message.
2409         (wl-spam-register-spam-messages): Ditto.
2410         (wl-spam-register-good-messages): Ditto.
2411         (wl-summary-spam-map): Add and remove keybind.
2412         (wl-summary-target-mark-spam): Abolish.
2413         (wl-summary-refile-spam): Ditto.
2414         (wl-summary-test-spam): New function.
2415         (wl-summary-mark-spam): Ditto.
2416         (wl-summary-auto-check-spam): Follow the above change.
2417         (wl-summary-exec-action-spam): New function.
2418         (wl-summary-exec-action-refile-with-register): Fixed message.
2419         (wl-message-check-spam): New function.
2420         (wl-spam-setup): Ditto.
2421         (toplevel): Call it if this file is loaded interactivity.
2422
2423         * Version number is increased to 2.11.20.
2424
2425 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2428         when new optional argument `force' is non nil or modified.
2429
2430 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl.el (toplevel): Require wl-spam when compile.
2433         (wl-save-status): Call wl-spam-save-status.
2434
2435         * wl-spam.el (wl-spam-register-spam-messages): New function.
2436         (wl-spam-register-good-messages): Ditto.
2437         (wl-spam-save-status): Ditto.
2438         (wl-summary-mode-map): Bind
2439         wl-summary-target-mark-register-as-spam to "ms" and
2440         wl-summary-target-mark-register-as-good to "mn".
2441         (wl-summary-register-as-spam): Abolish optional argument; Use
2442         wl-spam-register-spam-messages.
2443         (wl-summary-register-as-spam-all): Use
2444         wl-spam-register-spam-messages.
2445         (wl-summary-register-as-good): Abolish optional argument; Use
2446         wl-spam-register-good-messages.
2447         (wl-summary-register-as-good-all): Use
2448         wl-spam-register-good-messages.
2449         (wl-summary-target-mark-register-as-spam): New funtion.
2450         (wl-summary-target-mark-register-as-good): Ditto.
2451
2452 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * wl-spam.el: New file.
2455
2456 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2459
2460         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2461         (wl-summary-auto-refile): Call wl-refile-guess with
2462         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2463
2464 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2465
2466         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2467         with disable-thread argument non-nil.
2468
2469 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2470
2471         * wl-summary.el (wl-summary-rescan): Added optional argument
2472         disable-thread.
2473         (wl-summary-sync): Call wl-summary-rescan with argument
2474         disable-thread.
2475         (wl-summary-input-range): Added new range `rescan-thread'.
2476
2477 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2480
2481 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2484         internal variable.
2485         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2486         wl-summary-search-parent-by-subject-regexp and
2487         wl-summary-divide-thread-when-subject-changed as nil.
2488         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2489         (wl-summary-insert-thread): Search parent entity from
2490         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2491         thread loop.
2492
2493 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2496
2497         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2498
2499         * wl-util.el (wl-require-update-all-folder-p): New function.
2500         (wl-get-assoc-list-value): Added `function' to match directive.
2501         (wl-collect-draft): Rewrite.
2502
2503         * wl-summary.el (wl-summary-sync-update): Clear faces
2504         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2505         are non-nil.
2506         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2507         argument as function.
2508         (wl-summary-input-range): Ditto.
2509
2510         * wl-folder.el (wl-draft-get-folder): New function.
2511         (wl-folder-get-elmo-folder): Consider draft folder.
2512
2513         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2514         (wl-draft-buffer-message-number): New buffer local variable.
2515         (wl-draft-folder-internal): New internal variable.
2516         (wl-draft-delete): Rewrite.
2517         (wl-draft-save): Ditto.
2518         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2519         wl-folder-get-elmo-folder.
2520         (wl-draft-config-info-operation): Ditto.
2521         (wl-jump-to-draft-folder): Ditto.
2522         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2523         (wl-draft-reedit): Rewrite.
2524
2525         * Version number is increased to 2.11.19.
2526         
2527 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2528
2529         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2530         variable.
2531
2532 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2535         Use ignore-errors instead of unwind-protect.
2536
2537 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2538
2539         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2540         for updating `wl-thread-entity-list'.
2541
2542 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2543
2544         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2545         parameter from calling `wl-thread-entity-get-older-brothers' and
2546         `wl-thread-entity-get-younger-brothers'.
2547         Replace nested `append' with a single one.
2548
2549 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-summary.el (wl-summary-mode): Don't use the return value of
2552         `make-local-hook'.
2553
2554 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2555
2556         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2557         instead of `let*'.
2558         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2559         of local variables.
2560
2561 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2564         Renamed from wl-summary-window-scroll-functions.
2565         (wl-summary-window-scroll-functions): Don't set to variable.
2566         (wl-summary-display-top): Use run-hooks.
2567         (wl-summary-display-bottom): Ditto.
2568         (wl-summary-toggle-disp-msg): Ditto.
2569         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2570         Use it instead of wl-summary-window-scroll-functions.
2571         (wl-summary-goto-folder-subr): Don't call
2572         wl-summary-window-scroll-functions, use
2573         wl-summary-buffer-window-scroll-functions instead.
2574
2575 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2578         make-local-variable.
2579
2580 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2581
2582         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2583         set-buffer-modified-p.
2584         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2585         (wl-summary-display-bottom): Ditto.
2586         (wl-summary-toggle-disp-msg): Ditto.
2587
2588 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2589
2590         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2591
2592         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2593         (wl-summary-forward): Use elmo-message-entity-field instead of
2594         elmo-message-field.
2595
2596         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2597
2598 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * wl-summary.el (wl-summary-window-scroll-functions): No use
2601         `append'.
2602
2603 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2604
2605         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2606         function.
2607         (wl-summary-window-scroll-functions): Call it when both
2608         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2609         (wl-summary-temp-mark): Added optional argument number.
2610         (wl-summary-message-mark): Added optional argument flag.
2611         (wl-summary-persistent-mark): Added optional argument number and flag.
2612         (wl-summary-update-persistent-mark): Ditto.
2613         (wl-summary-update-status-marks): Set "r" for interactive spec.
2614
2615         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2616         argument number and flag.
2617
2618         * wl-action.el (wl-summary-registered-temp-mark): 
2619         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2620
2621 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2624         internal variable (buffer local).
2625         (wl-summary-window-scroll-functions): New function.
2626         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2627         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2628         as nil.
2629         (wl-summary-update-status-marks): Added arguments beg, end and
2630         check.
2631         (wl-summary-update-mark-window): Use function.
2632         (wl-summary-sync-update): Follow the change above.
2633         (wl-summary-switch-to-clone-buffer): Copy
2634         wl-summary-buffer-unsync-mark-number-list.
2635         (wl-summary-goto-folder-subr): Set
2636         wl-summary-buffer-unsync-mark-number-list and
2637         use wl-summary-window-scroll-functions instead of
2638         wl-summary-lazy-highlight.
2639
2640         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2641
2642 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2643
2644         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2645
2646         * wl-summary.el (wl-summary-update-persistent-mark): Call
2647         wl-summary-set-message-modified.
2648
2649         * wl-summary.el (wl-summary-sync-update): Don't call
2650         wl-summary-update-status-marks.
2651
2652         * Version number is increased to 2.11.18.
2653
2654 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2655
2656         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2657         (wl-message-next-page): Ditto.
2658
2659 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2660
2661         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2662         local variable.  Change the order of a collected list into the
2663         same as the specified range.  Remove nil from a collected list.
2664
2665 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2666
2667         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2668         argument for elmo-folder-list-messages.
2669
2670 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2671
2672         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2673         change (wl-summary-count-unreads return a list instead of a cons
2674         cell).
2675
2676 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2677
2678         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2679         `wl-summary-folder-info-update'.
2680
2681 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * wl-summary.el (wl-summary-set-message-modified): No use
2684         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2685         (wl-summary-set-mark-modified): Abolish.
2686         (wl-summary-mark-modified-p): Ditto.
2687         (wl-summary-save-view): Follow the change above.
2688
2689         * wl-expire.el (wl-summary-expire): Likewise.
2690
2691 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-summary.el (wl-summary-detect-mark-position): Use
2694         modb-entity-handler.
2695         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2696
2697         * Version number is increased to 2.11.17.
2698
2699 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2700
2701         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2702         entity field value.
2703         (wl-summary-prefetch-msg): Ditto.
2704         (wl-summary-print-message-with-ps-print): Ditto.
2705
2706 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2709         for dummy entity.
2710         (wl-summary-insert-thread): Use elmo-message-entity-field.
2711         (wl-summary-update-thread): Use elmo-message-entity-field and
2712         elmo-message-entity-number.
2713         (wl-summary-line-number):  Use elmo-message-entity-number.
2714         (wl-summary-line-size): Use elmo-message-entity-field.
2715         (wl-summary-line-subject): Ditto.
2716         (wl-summary-line-from): Ditto.
2717         (wl-summary-line-attached): Ditto.
2718         (wl-summary-create-line): Ditto.
2719         (wl-summary-create-line): Use elmo-message-entity-number.
2720         (wl-summary-print-message-with-ps-print): Use
2721         elmo-message-entity-field.
2722
2723 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2726         change in elmo-msgdb-make-message-entity.
2727         (wl-summary-buffer-set-folder): Don't call
2728         wl-summary-detect-mark-position here.
2729         (wl-summary-rescan): Call elmo-message-entity-number.
2730         (wl-summary-sync-update): Ditto.
2731         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2732
2733         * wl-score.el (wl-score-header-index): Redefine 2th element.
2734         (wl-score-overview-entity-get-extra): Abolish.
2735         (wl-score-ov-entity-get): Rewrite.
2736         (wl-score-string-index<, wl-score-string-func<): Abolish.
2737         (wl-score-string<): New function.
2738         (wl-score-string-sort): Use it.
2739
2740         * wl-refile.el (wl-refile-guess-by-history): Use
2741         elmo-message-entity-field.
2742         (wl-refile-guess-by-from): Ditto.
2743         (wl-refile-guess-by-msgid): Ditto.
2744
2745         * Version number is increased to 2.11.16.
2746
2747 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2748
2749         * wl-folder.el (wl-folder-confirm-existence): Don't call
2750         file-exists-p if msgdb-path is nil.
2751         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2752         `wl-read-folder-hist' to `wl-read-folder-history'.
2753
2754 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2755
2756         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2757         `y-or-n-p'.
2758
2759 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2760
2761         * wl-score.el (wl-score-headers): Don't use
2762         elmo-folder-do-each-message-entity.
2763
2764         * Version number is increased to 2.11.15.
2765
2766 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-summary.el (wl-summary-delete-all-msgs): Use
2769         elmo-folder-move-messages instead of elmo-folder-delete-messages
2770         and elmo-folder-detach-messages.
2771         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2772
2773         * wl-expire.el (wl-expire-delete): Ditto.
2774         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2775
2776 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2779         (wl-message-header-narrowing-fields): Ditto.
2780         (wl-message-header-narrowing-lines): Ditto.
2781         (wl-message-header-narrowing-string): Ditto.
2782
2783         * wl-summary.el (wl-summary-mode-map): Bind
2784         wl-summary-toggle-header-narrowing to "C-cC-f".
2785         (wl-summary-toggle-header-narrowing): New function.
2786
2787         * wl-message.el (wl-message-buffer-create): Call
2788         wl-message-header-narrowing-setup.
2789         (wl-message-redisplay): Call wl-message-header-narrowing.
2790         (wl-message-header-narrowing): New function.
2791         (wl-message-header-narrowing-map): New keymap.
2792         (wl-message-header-narrowing-widen-map): New keymap.
2793         (wl-message-header-narrowing-again-at-mouse): New function.
2794         (wl-message-header-narrowing-1): Ditto.
2795         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2796         (wl-message-header-narrowing-setup): Ditto.
2797         (wl-message-header-narrowing-toggle): Ditto.
2798         
2799         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2800
2801         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2802         'flag as all.
2803         (wl-use-flag-folder-help-echo): New user option.
2804
2805         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2806         wl-summary-highlight as nil.
2807         (wl-summary-set-mark-modified): Follow the API change.
2808         (wl-summary-mark-modified-p): Ditto.
2809         (wl-summary-mark-as-read-all): Ditto.
2810         (wl-summary-sync-marks): Don't call
2811         elmo-folder-list-messages-with-global-mark.
2812         (wl-summary-mark-as-read-internal): Follow the API change.
2813         (wl-summary-mark-as-answered-internal): Ditto.
2814         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2815         Follow the API change.
2816         (wl-summary-create-line): Call with number argument.
2817         (wl-summary-reply): Follow the API change.
2818
2819         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2820         function.
2821         (wl-highlight-summary-line-string): Call it when
2822         wl-use-flag-folder-help-echo is non-nil.
2823         (wl-highlight-summary-current-line): Ditto.
2824         (elmo-flag-folder-referrer): Added autoload setting.
2825
2826         * wl-draft.el (wl-draft-kill): Follow the API change.
2827
2828         * Version number is increased to 2.11.14.
2829         
2830 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2831
2832         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2833
2834 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * Version number is increased to 2.11.13.
2837
2838 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2839
2840         * wl-draft.el (wl-draft-previous-history-element): Fixed
2841         unbalanced parenthesis and bind unbound local variables.
2842
2843 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2844
2845         * wl-draft.el (wl-draft-previous-history-element): New function.
2846         (wl-draft-next-history-element): Ditto.
2847         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2848         them to M-p and M-n.
2849
2850 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * Version number is increased to 2.11.12.
2853
2854 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2855
2856         * wl-draft.el (wl-draft-hide): Select buffer-window.
2857
2858 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2859
2860         * wl-summary.el (wl-summary-narrow-to-region): New function.
2861         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2862         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2863         (wl-summary-save-region): Use it.
2864         * wl-action.el (wl-summary-collect-numbers-region)
2865         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2866
2867 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-folder.el (wl-folder-count-incorporates): Don't use
2870         `elmo-msgdb-mark-load'
2871
2872         * Version number is increased to 2.11.11.
2873
2874 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2875
2876         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2877         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2878
2879 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2882
2883 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * Version number is increased to 2.11.10.
2886
2887 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-mime.el (wl-draft-attribute-value): Fixed.
2890
2891 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2892
2893         * wl-util.el (wl-copy-local-variables): New function.
2894
2895         * wl-mime.el (wl-draft-attribute-recipients): New function.
2896         (wl-draft-attribute-envelope-from): Ditto.
2897         (wl-draft-attribute-smtp-posting-server): Ditto.
2898         (wl-draft-attribute-smtp-posting-port): Ditto.
2899         (wl-draft-attribute-value): Ditto.
2900         (wl-draft-preview-message): Use it to get value for
2901         attributes. Reflect result of `wl-draft-config'.
2902
2903         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2904         and call `wl-summary-mark-as-read' before to call
2905         `wl-summary-unset-mark'.
2906         (wl-summary-target-mark-mark-as-unread): Likewise.
2907         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2908
2909 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * wl-mime.el (wl-draft-preview-message): Use actual value for
2912         attributes; Fix for small window.
2913
2914 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl-refile.el (wl-refile-get-field-value): Call
2917         `elmo-message-entity-field' with 3rd argument is non-nil.
2918
2919 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-vars.el (wl-draft-preview-attributes): New user option.
2922         (wl-draft-preview-attributes-list): Ditto.
2923         (wl-draft-preview-attributes-buffer-lines): Ditto.
2924         (wl-draft-preview-attributes-buffer-name): Ditto.
2925
2926         * wl-mime.el (wl-draft-preview-message): Display attributes.
2927
2928 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2929
2930         * wl-summary.el (wl-summary-detect-mark-position): Bind
2931         wl-summary-flag-priority-list to '(new).
2932
2933 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2936         funtion.
2937         (wl-highlight-summary-line-string): Use it.
2938         (wl-highlight-summary-current-line): Ditto.
2939
2940 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2941
2942         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2943         line even when the mark string is not changed.
2944
2945         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2946         argument change in the wl-summary-create-line.
2947         (wl-thread-insert-entity-sub): Ditto.
2948
2949         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2950         argument change in the wl-summary-create-line.
2951         (wl-summary-insert-sequential): Ditto.
2952         (wl-summary-update-thread): Ditto.
2953         (wl-summary-persistent-mark-string): New inline function.
2954         (wl-summary-message-mark): Use it.
2955         (wl-summary-create-line): Abolish argument wl-persistent-mark
2956         and added wl-flags, wl-cached.
2957
2958         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2959         mark to flags.
2960         (wl-highlight-summary-current-line): Decide the face not by the 
2961         persistent mark but flags.
2962
2963 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2966         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2967         wl-summary-read-uncached-mark): Revive.
2968         (wl-summary-answered-cached-mark,
2969         wl-summary-answered-uncached-mark): New user option.
2970         (wl-summary-score-marks): Follow the change above.
2971         (wl-summary-auto-refile-skip-marks): Ditto.
2972         (wl-summary-incorporate-marks): Ditto.
2973         (wl-summary-expire-reserve-marks): Ditto.
2974         (wl-summary-flag-priority-list): New user option.
2975
2976         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2977         changes.
2978         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2979         of elmo-message-mark.
2980         (wl-summary-mark-as-read-internal): Ditto.
2981         (wl-summary-mark-as-answered): Ditto.
2982         (wl-summary-mark-as-important): Ditto.
2983         (wl-summary-redisplay-internal): Ditto.
2984         (wl-summary-redisplay-no-mime-internal): Ditto.
2985         (wl-summary-message-mark): New function.
2986         (wl-summary-insert-sequential): Use wl-summary-message-mark
2987         instead of elmo-message-mark.
2988         (wl-summary-update-thread): Ditto.
2989         (wl-summary-persistent-mark): Ditto.
2990         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2991         instead of elmo-message-mark.
2992
2993         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2994         wl-summary-message-mark instead of elmo-message-mark.
2995         (wl-thread-insert-entity-sub): Ditto.
2996         (wl-thread-get-children-msgs-uncached): Ditto.
2997
2998         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2999         variable name changes.
3000         (wl-highlight-summary-current-line): Ditto.
3001
3002         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3003         wl-summary-message-mark instead of elmo-message-mark.
3004
3005         * wl-expire.el (wl-expire-message-p): Ditto.
3006
3007         * wl-score.el (wl-score-headers): Ditto.
3008
3009         * Version number is increased to 2.11.9.
3010
3011         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3012         (wl-summary-sync-update): Follow the change above.
3013         (wl-summary-switch-to-clone-buffer): Ditto.
3014         (wl-summary-open-folder): Ditto.
3015
3016 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3017
3018         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3019         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3020
3021         * Version number is increased to 2.11.8.
3022
3023         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3024
3025         * wl-expire.el (wl-expire-refile): Follow the API change on
3026         `elmo-folder-move-messages'.
3027         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3028
3029         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3030         (wl-summary-exec-action-refile): Ditto.
3031         (wl-summary-exec-action-copy): Ditto.
3032         (wl-summary-no-auto-refile-message-p): No use
3033         `wl-summary-buffer-msgdb'.
3034         (wl-summary-auto-refile): Ditto.
3035
3036 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3037
3038         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3039
3040 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-summary.el (wl-summary-sync): Treat no-sync.
3043
3044         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3045         (wl-default-sync-range): Ditto.
3046
3047 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * wl-refile.el (wl-refile-subject-learn): Call
3050         `elmo-message-entity-field' with 3rd argument is non-nil.
3051         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3052         instead of `elmo-msgdb-overview-entity-get-subject'.
3053
3054 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3057         scan-type is rescan.
3058         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3059         new optional argument force is non-nil.
3060         (wl-summary-save-view-cache): Call it with force argument non-nil.
3061
3062         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3063
3064 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * wl-action.el (wl-summary-print-argument): Fixed last change.
3067
3068 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3071         simplified.
3072         (wl-summary-target-mark-mark-as-unread): Likewise.
3073         (wl-summary-target-mark-mark-as-important): Likewise.
3074
3075 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3076
3077         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3078         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3079         (wl-summary-mark-as-important-region): Change accordingly.
3080         (wl-summary-target-mark-mark-as-important): Ditto.
3081
3082 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3085
3086         * wl-action.el (wl-summary-print-argument): Print argument to
3087         right side of window if `wl-summary-print-argument-within-window'
3088         is non-nil.
3089
3090 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3091
3092         * wl-action.el (wl-summary-set-mark): Use
3093         `wl-summary-message-visible-p' to check visibility of the message
3094         and jump to message only when the message line is visible and have
3095         different number; Call wl-summary-unset-mark with number argument.
3096         (wl-summary-unset-mark): 
3097         Use `wl-summary-message-visible-p'
3098         to check visibility of the message and jump to message only when
3099         the message line is visible and have different number;
3100
3101 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102
3103         * Version number is increased to 2.11.7.
3104
3105         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3106         and wl-folder-summary-line-format.
3107
3108         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3109         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3110         (wl-summary-set-score-mark): Use it.
3111         (wl-summary-target-mark-mark-as-read): Ditto.
3112         (wl-summary-target-mark-mark-as-unread): Ditto.
3113         (wl-summary-target-mark-mark-as-important): Ditto.
3114         (wl-summary-target-mark-msgs): Simplified.
3115         (wl-summary-detect-mark-position): Fixed problem when
3116         summary-line-format no contain persisten/temp mark spec.
3117         (wl-summary-temp-mark): Ditto.
3118         (wl-summary-persistent-mark): Ditto.
3119         (wl-summary-update-persistent-mark): Ditto.
3120
3121         * wl-action.el (wl-summary-set-mark): Ditto.
3122         (wl-summary-unset-mark): Ditto.
3123         All other related portions are changed.
3124
3125 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3126
3127         * Version number is increased to 2.11.6.
3128
3129 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * wl-util.el (wl-current-message-buffer): Define as function;
3132         Don't use the value of wl-messge-buffer.
3133
3134         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3135         persistent mark.
3136
3137         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3138         no current message, cause an error.
3139
3140 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3141
3142         * wl-summary.el (wl-summary-set-message-modified): Use
3143         elmo-folder-set-message-modified instead of
3144         elmo-folder-set-message-modified-internal.
3145
3146 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3147
3148         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3149         interactively.
3150         (wl-summary-sync): nokill->entirely.
3151         (wl-summary-sync-marks): Fixed message.
3152         (wl-summary-input-range): Added mark, nokill->entirely.
3153
3154         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3155         messages as read.
3156
3157 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3158
3159         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3160         update-noscore.
3161         (wl-summary-sync): Follow the change above.
3162
3163 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3164
3165         * wl-action.el (wl-summary-target-mark-all): Use
3166         elmo-folder-list-messages.
3167
3168 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3171         (wl-summary-rescan): Set wl-summary-scored as nil.
3172         (wl-summary-sync-force-update): Follow the change above.
3173         (wl-summary-sync): Ditto.
3174         (wl-summary-sync-update): Added argument disable-killed.
3175         (wl-summary-insert-headers): Set visible-only argument for
3176         elmo-folder-list-messages.
3177         (wl-summary-input-range): Added update-nokill, update-noscore,
3178         all-nokill, all-noscore and mark.
3179
3180         * Version number is increased to 2.11.5.
3181
3182         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3183
3184 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3185
3186         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3187         (wl-summary-prefetch-region-no-mark): Change accordingly.
3188         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3189
3190 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3191
3192         * wl-address.el (wl-complete-field-to): Abolished.
3193         (wl-complete-address): Completion function for completing-read.
3194         * wl-action.el (wl-summary-get-resend-address): Use it.
3195
3196         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3197         wl-summary-update-mark and abolish unused argument.
3198         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3199         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3200         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3201         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3202         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3203         * wl-draft.el (wl-draft-kill): Ditto.
3204
3205         * wl-summary.el: Remove unused binding of case-fold-search.
3206         (wl-summary-replace-status-marks): Abolished.
3207
3208 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3211         is specified or folder length is zero.
3212
3213 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3214
3215         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3216         (wl-folder-archive-current-entity): Ditto.
3217
3218 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3221         retrieving message mark.
3222         (wl-summary-redisplay-internal): Ditto.
3223
3224         * wl-message.el (wl-message-buffer-display): Ignore errors while
3225         retrieving message-id field.
3226
3227         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3228         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3229         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3230         order of the arguments for `wl-expire-message-p'.
3231         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3232
3233         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3234         Check return value of wl-summary-reply.
3235         (wl-summary-reply): Recover window configuration when an error occured.
3236
3237 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3238
3239         * wl-summary.el (wl-summary-resend-message): Abolished, the
3240         feature is inherited by wl-summary-resend (put resend mark).
3241
3242 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3243
3244         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3245         wl-message-buffer to nil when the message is hide.
3246
3247 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3248
3249         * .cvsignore: New file.
3250
3251 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3252
3253         * wl-action.el (wl-summary-action-docstring): Add more info.
3254         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3255         duplicate definition.
3256         (wl-summary-define-mark-action): Functions wl-summary-*-region
3257         keep current position.
3258         (wl-summary-unregister-target-mark): Store result to the variable.
3259
3260 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * Version number is increased to 2.11.4.
3263
3264 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3267         wl-summary-delete-all-temp-marks.
3268         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3269
3270         * wl-action.el (wl-summary-set-mark): Changed terminology
3271         refile-destination -> action-argument.
3272         (wl-summary-unset-mark): Ditto.
3273         (wl-summary-remove-argument): Ditto.
3274         (wl-summary-print-argument): Ditto.
3275
3276         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3277         (wl-thread-remove-argument-region): Ditto.
3278         (wl-thread-print-argument-region): Ditto.
3279         (wl-thread-close): Ditto.
3280         (wl-thread-open): Ditto.
3281
3282         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3283         (wl-highlight-refile-destination-face is abolished)
3284         (wl-highlight-action-argument-string): Ditto.
3285         (wl-highlight-summary-current-line): Highlight action argument.
3286
3287         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3288         color for light backgrounds.
3289         (wl-highlight-summary-answered-face): Ditto.
3290
3291 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3292
3293         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3294
3295         * wl-score.el (wl-summary-score-update-all-lines): Use
3296         wl-summary-set-mark.
3297         (wl-summary-score-update-all-lines): Kill expunged messages.
3298
3299         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3300
3301 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3302
3303         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3304         directly.
3305         (wl-score-overview-entity-get-lines): Ditto.
3306         (wl-score-overview-entity-get-xref): Ditto.
3307         (wl-score-get-latest-msgs): Ditto.
3308         (wl-summary-rescore): Ditto.
3309
3310         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3311         to "&".
3312         (wl-summary-mark-as-answered-internal): New inline function.
3313         (wl-summary-mark-as-answered): New function.
3314         (wl-summary-mark-as-unanswered): Ditto.
3315         (wl-summary-sync-marks): Modified for answered-mark synching.
3316
3317 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3318
3319         * wl-action.el (wl-summary-set-mark): Fixed last change.
3320
3321 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3322
3323         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3324         behavior of wl-summary-unread-message-hook
3325         (Pointed out by akira yamada <akira@arika.org>).
3326
3327 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3328
3329         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3330         wl-summary-delete.
3331         * wl-xmas.el (wl-summary-toolbar): Ditto.
3332
3333         * wl-action.el (wl-summary-set-mark): Don't override current
3334         temp-mark.
3335
3336         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3337
3338 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3341         (wl-refile-msgid-learn): Ditto.
3342         (wl-refile-get-field-value): Ditto.
3343
3344         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3345
3346         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3347         (wl-expire-delete-reserved-messages): Renamed from
3348         wl-expire-reserve-marked-msgs-from-list.
3349         (wl-expire-delete): Removed argument `msgdb'.
3350         (wl-expire-refile): Ditto.
3351         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3352         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3353         mark-alist as argument.
3354         (wl-expire-archive-number1): Removed argument `msgdb'.
3355         (wl-expire-archive-number2): Ditto.
3356         (wl-expire-archive-date): Ditto.
3357         (wl-expire-localdir-date): Ditto.
3358         (wl-expire-hide): Ditto.
3359         (wl-archive-number1): Ditto.
3360         (wl-archive-number2): Ditto.
3361         (wl-archive-date): Ditto.
3362         (wl-archive-folder): Ditto.
3363         All other related portions are changed.
3364
3365 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3366
3367         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3368         mean move up and down. (suggested by Takashi Kawachi)
3369
3370 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-acap.el (toplevel): Don't require un-define.
3373
3374 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl-thread.el (wl-thread-delete-message): Always update
3377         wl-summary-buffer-number-list.
3378
3379         * wl-action.el (wl-summary-print-destination): 
3380         Do nothing when folder is nil.
3381
3382 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383
3384         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3385         persistent mark when prefetch is succeeded.
3386
3387 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3388
3389         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3390         instead of elmo-msgdb-delete-msgs.
3391         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3392         (wl-expire-hide): Ditto.
3393
3394         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3395
3396         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3397         elmo-msgdb interface.
3398         (wl-thread-get-exist-children): Likewise.
3399         (wl-thread-insert-message): Likewise.
3400         (wl-thread-msg-mark-as-important): Likewise.
3401         (wl-thread-insert-entity-sub): Likewise.
3402         (wl-thread-get-children-msgs-uncached): Likewise.
3403
3404         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3405         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3406         (wl-summary-sync-update): Likewise.
3407         (wl-summary-auto-select-msg-p): Likewise.
3408         (wl-summary-update-thread): Likewise.
3409         (wl-summary-mark-as-important): Likewise.
3410         (wl-summary-jump-to-msg-internal): Likewise.
3411         (wl-summary-redisplay-internal): Likewise.
3412         (wl-summary-print-message-with-ps-print): Likewise.
3413         (wl-summary-folder-info-update): Likewise.
3414
3415         * wl-folder.el (wl-folder-check-one-entity):
3416         elmo-folder-count-flags instead of wl-summary-count-unread.
3417
3418         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3419
3420         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3421
3422         * wl-summary.el (wl-summary-set-message-modified): 
3423         Call wl-summary-set-mark-modified.
3424         (wl-summary-delete-messages-on-buffer): Call
3425         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3426         (wl-summary-sync-update): Call elmo-folder-length instead of
3427         elmo-folder-messages.
3428         (wl-summary-insert-headers): Don't call
3429         elmo-folder-list-message-entities.
3430
3431 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3432
3433         * wl-action.el (wl-summary-define-mark-action): Call
3434         `wl-summary-set-mark' with argument `data'.
3435         (wl-summary-auto-refile): Fixed order of arguments when call
3436         `wl-summary-refile'.
3437
3438 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3441
3442         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3443
3444         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3445         (Renamed from wl-highlight-summary-deleted-face).
3446         (wl-highlight-summary-resend-face): New face.
3447
3448         (wl-highlight-summary-deleted-face): Renamed from
3449         wl-highlight-summary-erased-face.
3450
3451         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3452
3453         * wl-action.el (wl-summary-get-resend-address): New function.
3454         (wl-summary-exec-action-resend): Ditto.
3455         (wl-summary-exec-action-resend-subr): Ditto.
3456
3457         * w-thread.el (wl-thread-copy): Removed definition.
3458         (wl-thread-refile): Ditto.
3459         (wl-thread-delete): Ditto.
3460         (wl-thread-target-mark): Ditto.
3461
3462         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3463         (wl-summary-target-mark-set-action): Fixed.
3464         (wl-summary-define-mark-action): Fixed quotation.
3465         (wl-summary-move-mark-list-messages): Display message.
3466         (wl-summary-define-mark-action): Define thread functions.
3467         (wl-summary-exec-action-refile): Changed message.
3468         (wl-summary-exec): Ditto.
3469
3470 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3471         
3472         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3473         '%%'.
3474
3475 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl.el (toplevel): Require wl-action.
3478         (wl-init): Call wl-summary-define-mark-action.
3479
3480         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3481
3482         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3483         wl-summary-delete and wl-summary-erase.
3484         (wl-summary-mode-map): Ditto.
3485
3486         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3487         wl-delete-folder-alist.
3488
3489         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3490         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3491         (toplevel): Moved mark & action related functions to the wl-action.el.
3492
3493         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3494         in wl-summary-mark-action-list.
3495         (wl-highlight-summary-current-line): Ditto.
3496
3497         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3498         empty lines.
3499
3500         * wl-action.el: New file. 
3501
3502 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * wl-summary.el (wl-summary-target-mark-replace): New function.
3505         (wl-summary-target-mark-prefetch): Use it.
3506         (wl-summary-target-mark-delete): Ditto.
3507         (toplevel): Rearranged definition order.
3508         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3509         (wl-summary-target-mark-erase): Rewrite.
3510         (wl-summary-erase-region): New function.
3511         (wl-summary-exec-action-erase): Changed message.
3512         (wl-summary-move-mark-list-messages): New function.
3513         (wl-summary-exec-action-delete): Use it.
3514         (wl-summary-exec-action-erase): Ditto.
3515
3516         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3517         (wl-summary-skip-mark-list): Added "d".
3518
3519         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3520         while searching.
3521
3522         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3523         and define using defcustom;
3524         Define 4th element as a face.
3525         
3526         * wl-summary.el (wl-summary-incorporate): Use 
3527         `wl-summary-prefetch-region-no-mark' instead of
3528         `wl-summary-prefetch-region'.
3529         (wl-summary-prefetch-region-no-mark): Revival of old
3530         `wl-summary-prefetch-region'.
3531         (wl-summary-mark-action-list): Moved to wl-vars.el
3532
3533         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3534         face according to the `wl-summary-mark-action-list'.
3535         (wl-highlight-summary-current-line): Ditto;
3536         Removed destination highlighting.
3537
3538         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3539         (wl-highlight-summary-line-string): Highlight for "i" mark.
3540         (wl-highlight-summary-current-line): Ditto.
3541
3542         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3543         no destination.
3544
3545         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3546         exists, just go ahead.
3547         (wl-summary-prefetch-region): Rewrite.
3548         (wl-summary-prefetch): Ditto.
3549         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3550         (wl-summary-exec-action-prefetch): New function.
3551         (wl-summary-target-mark-prefetch): Rewrite.
3552
3553 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3556         (wl-highlight-summary-line-string): Added "d" and "D".
3557         (wl-highlight-summary-current-line): Ditto.
3558
3559         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3560         in wl-summary.el.
3561         (wl-thread-insert-entity-sub): Ditto.
3562         (wl-thread-remove-destination-region): Ditto.
3563         (wl-thread-print-destination-region): Ditto.
3564
3565         * wl-summary.el (wl-summary-buffer-refile-list,
3566         wl-summary-buffer-delete-list,
3567         wl-summary-buffer-copy-list): Abolish.
3568         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3569         All other related portions are changed.
3570         (wl-summary-mark-action-list): New variable.
3571         (wl-summary-set-mark): New function.
3572         (wl-summary-register-target-mark): Ditto.
3573         (wl-summary-unregister-target-mark): Ditto.
3574         (wl-summary-have-target-mark-p): Ditto.
3575         (wl-summary-register-temp-mark): Ditto.
3576         (wl-summary-unregister-temp-mark): Ditto.
3577         (wl-summary-registered-temp-mark): Ditto.
3578         (wl-summary-collect-temp-mark): Ditto.
3579         (wl-summary-unset-mark): Ditto.
3580         (wl-summary-set-target-mark): Ditto.
3581         (wl-summary-unset-target-mark): Ditto.
3582         (wl-summary-set-action-generic): Ditto.
3583         (wl-summary-unset-action-generic): Ditto.
3584         (wl-summary-exec-action-delete): Ditto.
3585         (wl-summary-exec-action-erase): Ditto.
3586         (wl-summary-set-action-refile): Ditto.
3587         (wl-summary-set-action-refile-subr): Ditto.
3588         (wl-summary-unset-action-refile): Ditto.
3589         (wl-summary-make-destination-numbers-list): Ditto.
3590         (wl-summary-exec-action-refile): Ditto.
3591         (wl-summary-set-action-copy): Ditto.
3592         (wl-summary-unset-action-copy): Ditto.
3593         (wl-summary-exec-action-copy): Ditto.
3594         (wl-summary-collect-numbers-region): Ditto.
3595         (wl-summary-delete): Rewrite.
3596         (wl-summary-erase): Ditto.
3597         (wl-summary-remove-destination): Ditto.
3598         (wl-summary-exec): Ditto.
3599         (wl-summary-exec-region): Ditto.
3600         (wl-summary-target-mark-erase): Ditto.
3601         (wl-summary-refile): Ditto.
3602         (wl-summary-copy): Ditto.
3603         (wl-summary-unmark): Ditto.
3604         (wl-summary-delete-all-mark): Ditto.
3605         (wl-summary-mark-line): Don't highlight.
3606         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3607         (wl-summary-target-mark-refile-subr): Rewrite.
3608
3609         (wl-summary-copy-prev-destination): Abolish.
3610
3611 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3612
3613         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3614         default values along the value of wl-on-mule.
3615         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3616         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3617         It is not used anywhere.
3618
3619 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3620
3621         * wl-summary.el (wl-summary-print-destination): Keep position.
3622         (wl-summary-cursor-move-surface): Keep horizontal position.
3623
3624 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3625
3626         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3627         write sendlog.
3628
3629 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3630
3631         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3632         `wl-summary-highlight'.
3633
3634 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3635
3636         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3637         trivial condition for temp-mark.
3638
3639 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3640
3641         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3642         when it hits killed buffer.
3643
3644 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3645
3646         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3647         * wl-news.el.in: `message' and `error' take format string.
3648
3649 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3650
3651         * wl-folder (wl-folder-insert-entity): Display a message,
3652         `...done', when the work finish.
3653         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3654
3655 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3656
3657         * wl-message.el (wl-message-redisplay): Remove unused local
3658         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3659
3660 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3661
3662         * wl-summary.el (wl-summary-replace-status-marks): Disable
3663         interactive use.
3664         (wl-summary-reedit): Check message existence at first.
3665         (wl-summary-mark-line): Fix doc, return value is indefinite.
3666
3667         * wl-highlight.el (wl-highlight-message): Arranged.
3668
3669         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3670         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3671         check temp-mark by wl-summary-temp-mark always.
3672         (wl-highlight-summary): Change accordingly.
3673         * wl-summary.el (wl-summary-mark-as-read-all)
3674         (wl-summary-delete-cache, wl-summary-set-score-mark)
3675         (wl-summary-mark-as-unread, wl-summary-unmark)
3676         (wl-summary-mark-line, wl-summary-mark-as-read)
3677         (wl-summary-mark-as-important): Ditto.
3678
3679         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3680         end of the window if possible.
3681         * wl-summary.el (wl-summary-sync-update): Support lazy
3682         highlighting.
3683         (wl-summary-toggle-disp-msg): Ditto.
3684
3685 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3686
3687         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3688
3689 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3690
3691         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3692         change.
3693
3694 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3695
3696         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3697         API.
3698         (wl-summary-sync-update): Ditto.
3699
3700         * wl-score.el (wl-score-get-score-alist): Changed argument.
3701         (wl-summary-rescore-msgs): Likewise.
3702         (wl-summary-score-headers): Likewise.
3703         (wl-score-headers): Likewise;
3704         Use elmo-folder-do-each-message-entity, etc.
3705         (wl-summary-score-effect): Follow the changes above.
3706         (wl-summary-rescore): Ditto.
3707         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3708         (wl-score-get-overview): Abolish.
3709
3710         * wl-summary.el (wl-summary-default-from): Follow the API change in
3711         elmo-msgdb.
3712         (wl-summary-count-unread): Ditto.
3713         (wl-summary-detect-mark-position): Ditto.
3714         (wl-summary-overview-entity-compare-by-date): Ditto.
3715         (wl-summary-overview-entity-compare-by-number): Ditto.
3716         (wl-summary-overview-entity-compare-by-from): Ditto.
3717         (wl-summary-overview-entity-compare-by-subject): Ditto.
3718         (wl-summary-get-list-info): Ditto.
3719         (wl-summary-rescan): Ditto.
3720         (wl-summary-jump-to-msg-by-message-id): Ditto.
3721         (wl-summary-sync-update): Ditto; Removed comment.
3722         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3723         (wl-summary-insert-message): Use wl-summary-insert
3724         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3725         (wl-summary-insert-headers): Changed argument overview to folder.
3726         (wl-summary-search-by-subject): Likewise.
3727         (wl-summary-insert-thread): Renamed from 
3728         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3729
3730         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3731         too.
3732
3733         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3734         wl-string-member.
3735
3736 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3737
3738         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3739         elmo-folder-append-buffer.
3740         (wl-draft-queue-append): Likewise.
3741
3742         * wl-mime.el (wl-message-delete-current-part): Ditto.
3743         (wl-summary-burst-subr): Ditto.
3744
3745         * wl-news.el.in (wl-news-send-news): Ditto.
3746
3747 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3750         function.
3751         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3752         (wl-summary-update-mark): Enclose with save-excursion.
3753         (wl-summary-mark-as-read-internal): Fixed last change.
3754         (wl-summary-mark-as-important): Use 3rd argument of
3755         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3756         Don't use elmo-msgdb-set-mark.
3757         (wl-summary-redisplay-internal): If msgdb flag is already read,
3758         just update the mark on buffer.
3759
3760 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3761
3762         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3763         cut visible folder when elmo-folder-delete returns non-nil value.
3764
3765 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3766
3767         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3768         by Kenichi OKADA <okada@opaopa.org>).
3769
3770 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3771
3772         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3773
3774 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3775
3776         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3777         Fixed the last change, search group entity by its real name.
3778         (Thanks to: KOBAYASHI Shinji)
3779
3780 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3781
3782         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3783         (wl-fldmgr-access-display-all): Don't refer visible name.
3784         * wl-expire.el (wl-folder-archive-current-entity)
3785         (wl-folder-expire-current-entity): Ditto.
3786         * wl-folder.el (wl-folder-jump-to-current-entity)
3787         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3788         (wl-folder-open-folder-sub,wl-folder-open-all)
3789         (wl-folder-write-current-folder): Ditto.
3790         (wl-folder-insert-entity): Don't use petname for normal group.
3791         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3792         is the real name.
3793         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3794         Abolished.
3795
3796 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3797
3798         * wl-draft.el (wl-draft-create-buffer): Add
3799         `wl-summary-reply-with-citation'
3800
3801 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3802
3803         * wl-draft.el (wl-draft-reply): Fixed.
3804
3805 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3806
3807         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3808         when `wl-draft-send-confirm-with-preview' is non-nil.
3809         You can scroll up/down by j/k.
3810         (wl-draft-send-confirm-with-preview): New variable (default=t).
3811
3812 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3813
3814         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3815         (wl-fldmgr-save-folders): Fix comment.
3816
3817 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3818
3819         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3820         along the last change in `wl-folder-buffer-group-p'.
3821
3822 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3823
3824         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3825         folder.
3826
3827         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3828         the default value.
3829
3830         * wl-mime.el (wl-summary-burst): Update summary only when target
3831         folder equals current folder.
3832
3833 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3836
3837 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3840         value.
3841
3842 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3845         `map-extents' instead of `extent-at' repeatedly.
3846         (wl-highlight-folder-current-line): Ditto.
3847
3848         * wl-highlight.el: Remove useless dummy functions.
3849
3850 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3853         (wl-folder-put-folder-property): New function to put text property.
3854         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3855         (wl-folder-insert-entity, wl-folder-update-diff-line)
3856         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3857         * wl-e21.el, wl-xmas.el, wl-mule.el
3858         (wl-highlight-folder-current-line): Ditto.
3859         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3860         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3861         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3862         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3863
3864 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * Version number is increased to 2.11.3.
3867
3868 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3869
3870         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3871         Resume current-buffer since it is assumed by remaining tasks.
3872
3873 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3876         (wl-folder-completion-function): Abolished.
3877         (wl-folder-complete-folder): New function.
3878         (wl-folder-complete-filter-condition): Ditto.
3879         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3880         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3881
3882 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3883
3884         * wl-draft.el (wl-draft-send-confirm): New function.
3885         (wl-draft-send): Use it.
3886
3887         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3888         cursor-in-echo-area while confirming.
3889
3890         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3891
3892         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3893         searching via nntp if wl-summary-search-via-nntp is 'force.
3894         Otherwise, invoke searching in nntp folder only.
3895         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3896
3897         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3898         explicitly for mime-make-text-tag.
3899
3900 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3901
3902         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3903         `mime-make-text-tag' instead of `mime-create-tag'.
3904
3905 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3908         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3909
3910 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl-score.el (wl-score-save): Bind print-length and print-level.
3913         (wl-score-pretty-print): Ditto.
3914         (wl-score-edit-insert-header-entry): Ditto.
3915
3916         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3917         "From" entry to be treated with wl-draft-eword-encode-address-list.
3918         * wl-mime.el (wl-draft-preview-message): Ditto.
3919
3920         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3921         (wl-summary-mark-as-unread): Ditto.
3922         (wl-summary-mark-as-read-region): Change accordingly.
3923         (wl-summary-mark-as-unread-region): Ditto.
3924         (wl-summary-target-mark-mark-as-read): Ditto.
3925         (wl-summary-target-mark-mark-as-unread): Ditto.
3926
3927 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * Version number is increased to 2.11.2.
3930
3931 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-news.el.in (wl-news-previous-version-save): Bind
3934         print-length and print-level.
3935         * wl-thread.el (wl-thread-save-entities): Ditto.
3936         (wl-thread-save-top-list): Bind print-length.
3937
3938 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-highlight.el (wl-highlight-summary-line-string): Use
3941         wl-summary-score-below-mark, wl-summary-score-over-mark.
3942         (wl-highlight-summary-current-line): Ditto.
3943
3944 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3945
3946         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3947         insert it.
3948
3949 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3950
3951         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3952
3953 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3956         message without msgid.
3957         Rewrite with elmo-folder-move-messages.
3958         Set wl-message-buffer to nil.
3959
3960         * wl-summary.el (wl-summary-erase-subr): New function. Use
3961         elmo-folder-move-messages.
3962         (wl-summary-erase): Call it.
3963         (wl-summary-target-mark-erase): Ditto.
3964
3965 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3966
3967         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3968         it is not up-tp-date.
3969
3970 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3971
3972         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3973         buffer after calling `wl-summary-goto-folder-subr' without the
3974         argument `interactive'.
3975         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3976
3977 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3978
3979         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3980         `mime-create-tag'. Use `string=' instead of `looking-at'.
3981
3982 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3985         to avoid compile warning.
3986
3987         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3988         entity-id when folder is given.
3989         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3990         save-excursion, use save-selected-window instead.
3991         Select folder buffer window if exists.
3992         (To correct behavior with wl-folder-move-cur-folder.)
3993
3994 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3995
3996         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3997
3998 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3999
4000         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4001         list-count instead of %d.
4002
4003 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4004
4005         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4006         (wl-news): Set it.
4007         (wl-news-append-to-folder): Use it.
4008
4009         * wl-news.el.in (wl-news-send-news): Append to specified folder
4010         instead of wl-default-folder.
4011         (wl-news-append-to-folder): Show error message with specified folder.
4012
4013         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4014                 In most major modes, Emacs assumes that any opening
4015                 delimiter found at the left margin is the start of a
4016                 top-level definition, or defun. Therefore, *never put an
4017                 opening delimiter at the left margin unless it should have
4018                 that significance.*
4019
4020         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4021
4022 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4023
4024         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4025
4026 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4027
4028         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4029
4030 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4031
4032         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4033         for sequential numbering case.
4034
4035 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4036
4037         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4038         value.
4039         (wl-draft-reply-without-argument-list): Ditto.
4040         (wl-draft-reply-myself-with-argument-list): Abolish.
4041         (wl-draft-reply-myself-without-argument-list): Ditto.
4042         * wl-draft.el (wl-draft-self-reply-p): New function.
4043         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4044
4045 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4046
4047         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4048         (avoid error for the case without byte-compiling)
4049
4050 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4051
4052         * wl-news.el.in (wl-news-append-to-folder): New function.
4053         (wl-news-exit): Rewrite.
4054         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4055
4056 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4057
4058         * wl-draft.el (wl-draft-reply-position): New function.
4059         (wl-draft-reply-position): Fix.
4060         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4061         (wl-summary-target-mark-reply-with-citation): Ditto.
4062         (wl-summary-reply-with-citation): Ditto.
4063         * wl-vars.el (wl-draft-reply-default-position): New variable.
4064
4065 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4066
4067         * wl-draft.el (wl-draft-send): Preview when interactive send.
4068
4069 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4070
4071         * wl-draft.el (wl-draft-reply): Set default position.
4072         * wl-summary.el (wl-summary-reply): Ditto.
4073         (wl-summary-reply-with-citation): Ditto.
4074         (wl-summary-target-mark-reply-with-citation): Ditto.
4075
4076 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4077
4078         * wl-news.el.in (wl-news-lang): Set default value according to
4079         current-language-environment.
4080         (wl-news-append-news): Do nothing when news-list is nil.
4081
4082 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4083
4084         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4085         (wl-news): Change message.
4086         (wl-news-exit): Check buffer.
4087         (wl-news-force-exit): New function.
4088         (wl-news-show-all): New function.
4089         (wl-news-discard-and-exit): Fix.
4090
4091 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4092
4093         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4094         according to current-language-environment.
4095
4096         * wl-news.el.in (wl-news): If arg, show all NEWS after
4097         wl-news-default-previous-version.
4098
4099 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4100
4101         * wl-news.el.in (wl-news-check): Rewritten.
4102         (wl-news-previous-version-load): Change data type.
4103         (wl-news-previous-version-save): Change data type.
4104         (wl-news-append-news): Add return value.
4105         (wl-news-check-news): New function.
4106         (wl-news-already-current-p): New function.
4107         (wl-news-send-news): Rewritten.
4108         (wl-news-mode-map): Add new keybind.
4109         (wl-news): Rewritten.
4110         (wl-news-exit): Rewritten.
4111         (wl-news-discard-and-mail): New function.
4112         (wl-news-send-to-address): Abolished.
4113         * wl.el (wl-init): Delete a message.
4114
4115 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4116
4117         * wl-news.el.in (wl-news-exit): Update previous version.
4118         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4119
4120 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4123
4124 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4125
4126         * wl-news.el.in (wl-news): New function.
4127         (wl-news-mode): New function.
4128         (wl-news-next-line): New function.
4129         (wl-news-next-page): New function.
4130         (wl-news-exit): New function.
4131         (wl-news-buf-name): New variable.
4132         (wl-news-mode-map): New variable.
4133         (wl-news-winconf): New variable.
4134         (wl-news-append-news): Add an option.
4135
4136 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4137
4138         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4139
4140 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-news.el.in (wl-news-send-to-address): New variable.
4143         (wl-news-send-news): Use it.
4144         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4145         Return updating status.
4146         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4147
4148 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4149
4150         * wl-news.el.in (wl-news-send-news): Delete
4151         Organization and X-Face.
4152
4153 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4154
4155         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4156         (wl-news-append-news): New function.
4157         (wl-news-send-news): New function.
4158
4159 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4160
4161         * Version number is increased to 2.11.1.
4162
4163 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4164
4165         * wl-news.el.in : New file.
4166
4167 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4168
4169         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4170         default value.
4171         (wl-draft-reply-without-argument-list): Ditto.
4172
4173 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4174
4175         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4176         (wl-message-buffer-prefetch-idle-time): Ditto.
4177         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4178
4179 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-thread.el (wl-thread-insert-message): Use
4182         wl-summary-max-thread-depth.
4183
4184         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4185         loop detection.
4186
4187         * wl-message.el (wl-message-buffer-display): Back to the first page
4188         when cache is hit.
4189
4190 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4191
4192         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4193
4194         * wl-summary.el (wl-summary-insert-thread-entity):
4195         If the thread depth is reached to wl-summary-max-thread-depth,
4196         divide the thread.
4197
4198 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4199
4200         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4201         for elmo-remove-passwd.
4202
4203 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4204
4205         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4206         folder is sticky.
4207         (wl-folder-mark-as-read-all-entity): Ditto.
4208         (wl-folder-prefetch-entity): Ditto.
4209
4210 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4211
4212         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4213
4214 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4215
4216         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4217         Delete messages on buffer for unplugged operation.
4218         (wl-summary-erase): Ditto.
4219
4220 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4223         take nil so as not to search parent by subject.
4224
4225 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4228         (wl-folder-get-next-folder): Ditto.
4229         (wl-folder-get-path): Ditto.
4230
4231 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4232
4233         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4234         system and encode the region with it before verifying.
4235
4236 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4239         system of the echo buffer before decoding.
4240
4241 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4242
4243         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4244         original contents.
4245
4246 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4249         with argument 'any-exists.
4250
4251 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4252
4253         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4254         Use `wl-cs-autoconv'.
4255
4256 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4259         by `mime-view-automatic-conversion'.
4260
4261         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4262         (wl-message-verify-pgp-nonmime): Ditto.
4263         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4264         Bind them to C-c:d and C-c:v respectively.
4265
4266         Merge following code by Teranishi-san from [wl-en:00167].
4267         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4268         (wl-mime-preview-application/pgp-encrypted): Ditto.
4269         (wl-mime-setup): Add entry.
4270
4271 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-summary.el (wl-summary-target-mark-erase): New function.
4274         Bind it to "mD".
4275
4276 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4277
4278         * wl-vars.el (wl-draft-write-file-function): Fix.
4279         (wl-draft-reedit-hook): Changed default value.
4280
4281         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4282         wl-draft-reedit-hook.
4283         (wl-draft-remove-text-plain-tag): New function.
4284         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4285
4286         * wl-vars.el (wl-draft-write-file-function): New user option.
4287
4288         * wl-draft.el (wl-draft-prepare-edit): Use it for
4289         local-write-file-hooks.
4290         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4291
4292         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4293         (wl-draft-insert-mail-header-separator): Return the body beginning
4294         point.
4295         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4296         text/plain.
4297         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4298
4299 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4300
4301         * wl-summary.el (wl-summary-erase): New function to erase message
4302         without moving it to trash. Bind to "D".
4303
4304         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4305         as `keep' unless switch-function.
4306
4307 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4310         message buffer by using `wl-summary-toggle-disp-msg'.
4311         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4312         buffer window.
4313         (wl-summary-supresedes-message): Ditto.
4314
4315         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4316         Do not delete other windows.
4317         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4318         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4319         (wl-draft-create-buffer): Set reply-or-forward also for target
4320         mark commands.
4321
4322 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4323
4324         * wl-draft.el (wl-user-agent-compose): Delete special case for
4325         switch-to-buffer-other-window.
4326
4327         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4328         (wl-summary-forward): Ditto.
4329
4330         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4331         function.
4332         (wl-draft-buffer-style): New use option.
4333
4334         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4335         (wl-draft): Follow the change above.
4336         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4337         wl-draft-buffer-style.
4338         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4339         switch-function.
4340
4341 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4342
4343         * wl-address.el (wl-address-make-completion-entry): Extracted from
4344         `wl-address-make-completion-list'.
4345         (wl-address-enable-strict-loading): New variable.
4346         (wl-address-make-completion-list): Revive petname duplication
4347         inquiry, and enable it if `wl-address-enable-strict-loading'.
4348         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4349
4350 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * wl-message.el (wl-message-get-original-buffer): Avoid
4353         'Selecting deleted buffer' error when original buffer is killed.
4354
4355 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-summary.el (wl-summary-next-message): Use
4358         elmo-message-accessible-p instead of elmo-message-cached-p.
4359
4360 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4363
4364         * wl-thread.el (wl-thread-open-all-unread): Use
4365         elmo-folder-list-flagged instead of
4366         elmo-folder-list-messages-mark-match.
4367
4368         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4369         instead of elmo-folder-list-messages-mark-match.
4370         (wl-summary-move-spec-alist): New variable.
4371         (wl-summary-move-spec-plugged-alist,
4372         wl-summary-move-spec-unplugged-alist): Abolish.
4373         (wl-summary-next-message): Follow the change above.
4374         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4375         with 'no-msg' argument.
4376
4377         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4378         variable.
4379         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4380         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4381         (wl-message-buffer-prefetch-get-next): Follow the change above.
4382
4383 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4384
4385         * wl-version.el (wl-version): Changed codename.
4386
4387         * Version number is increased to 2.11.0.
4388
4389 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4390
4391         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4392         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4393         `wl-draft-config-variables'.
4394         (wl-draft-kill): Fixed problem when the draft is reedit.
4395
4396 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4399         buffer-modified status (Thanks to
4400         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4401
4402 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-util.el (wl-region-exists-p): New function.
4405
4406         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4407         Remove defvars for byte-compile warnings.
4408
4409 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4410
4411         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4412         defvar-maybe. Removed unused bind.
4413
4414 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4417         summary buffer window before creating new frame.
4418         (wl-draft-reply): Ditto.
4419
4420 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4421
4422         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4423
4424 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4427
4428 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4429
4430         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4431         instead of `kill-region'.
4432
4433 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4436         (wl-highlight-summary-line-string): Use it.
4437         (wl-highlight-summary-current-line): Ditto.
4438
4439         * wl-mime.el (wl-message-delete-current-part): Check the class of
4440         mime-entity.
4441
4442         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4443
4444         * wl-summary.el (wl-summary-make-number-list): Initialize.
4445         (wl-summary-update-mark): New function.
4446         (wl-summary-reply): Put `answered' mark on the message.
4447         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4448
4449         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4450         (wl-draft-reply): Added optional argument `number';
4451         Set wl-draft-parent-number.
4452         (wl-draft-kill): Delete answered mark if it is a reply.
4453
4454 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4457         that originates in mime-preview-follow-current-entity.
4458         (wl-draft-yank-current-message-entity): Use it if region is active.
4459
4460         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4461         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4462         `wl-message-delete-current-part'.
4463         * wl-mule.el (wl-message-define-keymap): Ditto.
4464         * wl-xmas.el (wl-message-define-keymap): Ditto.
4465
4466 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-mime.el (wl-message-delete-current-part): New function.
4469         (wl-mime-node-id-to-string): Ditto.
4470
4471         * wl-mime.el (wl-message-delete-current-part): Use existing
4472         original buffer which corresponds current mime-view buffer.
4473         (fetched buffer might have different structure, possibly)
4474
4475         * wl-mime.el (wl-message-delete-current-part): Quit if the
4476         message content differs from the actual message.
4477
4478 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4479
4480         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4481         order.
4482         (wl-summary-search-by-subject): Search parent message from tail;
4483         Check the existence of the parent message on the current thread tree.
4484         (wl-summary-update-thread): Check whether the line is inserted.
4485
4486 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl-vars.el (wl-summary-line-format): Undo last change.
4489         * wl-summary.el (wl-summary-print-destination): Do not put
4490         invisible property when `wl-summary-width' is nil.
4491         (wl-summary-line-subject-minimum-length): Abolished.
4492         (wl-summary-line-subject): Ditto.
4493
4494 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-vars.el (wl-summary-line-format): Change default value.
4497         (wl-summary-subject-length-limit): Abolished.
4498         * wl-summary.el (wl-summary-line-subject): Ditto.
4499
4500 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4501
4502         * wl-template.el (wl-template-select): Added optional argument.
4503         If optional argument is specified, reverse
4504         `wl-template-visible-select'.
4505
4506 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4509         Take prefix argument to force asking the destination folder.
4510
4511 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4512
4513         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4514         count and update status.
4515
4516 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-summary.el (wl-summary-redisplay-internal): If
4519         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4520         after fetching.
4521
4522 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4523
4524         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4525         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4526
4527         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4528
4529 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4532         (All other related portions are changed).
4533         (wl-summary-mark-as-read-all): Rewrite.
4534
4535 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4538         `wl-summary-mark-as-read'.
4539         (wl-summary-mark-as-unread): Rewrite.
4540         (wl-summary-mark-as-read): Added no-modeline argument.
4541         (wl-summary-resume-cache-status): Rewrite.
4542         (wl-summary-exec-subr): Remove unused local variable.
4543
4544 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4547         logic to call `wl-summary-buffer-prev-folder-function'.
4548         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4549
4550 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4551
4552         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4553         is nil.
4554
4555 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4558         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4559         (wl-mime-setup): Add its entry.
4560
4561 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4564         (wl-summary-delete-cache): Likewise.
4565         (wl-summary-mark-as-read): Rewrite.
4566
4567 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4570         `wl-summary-count-unread'.
4571
4572         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4573
4574         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4575
4576 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4579         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4580         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4581         Renamed to the elmo-msgdb-*-mark.
4582         (wl-summary-score-marks): Follow the change above.
4583         (wl-summary-auto-refile-skip-marks): Ditto.
4584         (wl-summary-incorporate-marks): Ditto.
4585         (wl-summary-expire-reserve-marks): Ditto.
4586
4587         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4588         changes.
4589         (wl-thread-insert-top): Changed updating message.
4590
4591         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4592         variable.
4593         (wl-summary-count-unread): Count answered marks.
4594         (wl-summary-rescan): Call wl-summary-insert-message instead of
4595         wl-summary-append-message-func-internal.
4596         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4597         (wl-summary-prefetch-msg): Follow the variable name changes.
4598         (wl-summary-prefetch-region): Ditto.
4599         (wl-summary-mark-as-read-all): Follow the API changes;
4600         Don't call elmo-folder-replace-marks.
4601         (wl-summary-delete-cache): Follow the variable name changes.
4602         (wl-summary-resume-cache-status): Ditto.
4603         (wl-summary-update-status-marks): New function.
4604         (wl-summary-insert-message): New function.
4605         (wl-summary-sync-marks): Follow the variable name changes.
4606         (wl-summary-sync-update): Synchronize to the msgdb, too;
4607         Changed update messages.
4608         (wl-summary-make-number-list): Rewrite.
4609         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4610         (wl-summary-mark-as-unread): Follow the API changes.
4611         (wl-summary-exec-subr): Follow the variable name changes.
4612         (wl-summary-mark-as-read): Ditto.
4613         (wl-summary-move-spec-plugged-alist): Ditto.
4614         (wl-summary-move-spec-unplugged-alist): Ditto.
4615         (wl-summary-cursor-move-surface): Ditto.
4616
4617         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4618         variable name changes.
4619         (wl-highlight-summary-current-line): Ditto.
4620
4621         * wl-expire.el (wl-expire-refile): Follow the API change in
4622         elmo-folder-move-messages.
4623         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4624         (wl-summary-archive): Use elmo-folder-msgdb instead of
4625         elmo-msgdb-load.
4626
4627 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl-mime.el (wl-draft-preview-message): Restore the position
4630         before evaluating wl-draft-send-hook in preview buffer.
4631
4632 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4635         when it creates new draft buffer.
4636
4637         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4638         without argument.
4639
4640         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4641         Evaluate content and if the value is string, insert it.
4642         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4643         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4644         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4645         wl-draft-config-sub-part-bottom): Use it.
4646
4647         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4648         with the folder name. The question was unintelligible when it is
4649         called from wl-save-status.
4650
4651 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4652
4653         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4654         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4655         cannot take second argument).
4656
4657 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4660         as t. Since type and subtype are not case sensitive (RFC 2045).
4661
4662 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-vars.el (wl-message-mode-line-format): New variable.
4665         (wl-message-mode-line-format-spec-alist): Ditto.
4666         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4667         (wl-message-redisplay): Use wl-message-mode-line-format.
4668
4669 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4672
4673 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * wl-summary.el (wl-summary-default-from): Write description.
4676
4677 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4678
4679         * wl-vars.el (wl-ldap-objectclass): Abolish.
4680
4681         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4682         (wl-ldap-make-filter): Removed condition for objectclass.
4683         (wl-ldap-make-matched-value-list): Remove meaningless process.
4684         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4685         (wl-address-ldap-search): Don't add `*' to `pat' string;
4686         use ignore-errors; added `email';
4687         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4688         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4689         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4690
4691
4692 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-draft.el (wl-draft-parent-folder): Write description.
4695         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4696
4697 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4698
4699         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4700         as "" (zero-length string) if no parent.
4701         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4702
4703 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-address.el (wl-address-make-completion-list): Skip duplication
4706         checking.
4707         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4708         `append'.
4709
4710 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4711
4712         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4713         instead of `beginning-of-buffer'.
4714
4715 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4718
4719 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4722         Refer wl-message-buffer-name.
4723         (wl-message-wheel-down): Ditto.
4724
4725 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-vars.el (wl-message-buffer-name): New user option.
4728
4729         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4730         directly instead of making alist dinamically.
4731
4732         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4733         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4734         wl-message-buffer-cache-name.
4735         (wl-message-buffer-cache-clean-up): Ditto.
4736
4737         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4738
4739         * Version number is increased to 2.9.15.
4740
4741 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * wl-vars.el (wl-summary-default-view-alist): New user option.
4744
4745         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4746
4747         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4748         while deleting address.
4749         (wl-draft-delete-myself-from-cc): Ditto.
4750
4751         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4752         If optional argument is specified, reverse sort order.
4753
4754         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4755
4756 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4757
4758         * wl-thread.el (wl-thread-insert-message): Return parent number if
4759         exists.
4760         (wl-thread-update-indent-string-region): Use
4761         wl-thread-update-line-on-buffer-sub instead of
4762         wl-thread-update-line-on-buffer.
4763
4764 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4765
4766         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4767         (wl-folder-close-all): Ditto.
4768
4769 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4770
4771         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4772         and mailing-list:.
4773         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4774         value.
4775         (wl-summary-line-list-info): Print mailing-list name even when 
4776         list-number is empty.
4777
4778 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4781
4782         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4783         (wl-draft-open-file): Ditto.
4784         (wl-draft-random-alphabet): Ditto.
4785
4786         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4787         bindings.
4788
4789 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4792         * wl-vars.el (wl-draft-config-alist): Ditto.
4793
4794 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4795
4796         * Version number is increased to 2.9.14.
4797
4798         * wl.el (wl): Don't set wl-init as nil when error occured while
4799         auto-checking folders.
4800
4801         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4802         `elmo-expand-newtext'.
4803
4804 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4807         `this-command' so that `wl-folder-goto-folder' contained in
4808         `wl-summary-keep-cursor-command' work.
4809
4810 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4813         message buffer displaying state.
4814
4815 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-vars.el (wl-summary-default-view): New variable to specify
4818         default value for `wl-summary-buffer-view' instead of using
4819         set-default.
4820         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4821
4822 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4825
4826         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4827
4828 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4829
4830         * wl-vars.el (wl-forward-subject-prefix): New variable.
4831         * wl-draft.el (wl-draft-forward): Use it.
4832
4833 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4834
4835         * wl-message.el (wl-message-prev-page): When it is called without
4836         lines argument, scroll down by wl-message-scroll-amount lines.
4837         (wl-message-next-page): Ditto.
4838         * wl-vars.el (wl-message-scroll-amount): Change default value
4839         to preserve current behavior.
4840
4841 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4842
4843         * wl-summary.el (wl-summary-prefetch-msg): Bind
4844         `wl-message-entity' to call `wl-summary-from-function'.
4845
4846 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4847
4848         * wl-message.el (wl-message-buffer-create): Run
4849         wl-message-buffer-created-hook.
4850
4851 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-summary.el (wl-summary-sort-specs): New variable.
4854         (wl-summary-default-sort-spec): Ditto.
4855         (wl-summary-sort): Rewrite.
4856         (wl-summary-sort-by-list-info): New function.
4857
4858 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4859
4860         * wl-summary.el (wl-summary-get-list-info): New function.
4861         (wl-summary-sort): Rewrite.
4862         (wl-summary-line-list-info): Ditto.
4863         (wl-summary-line-list-count): Ditto.
4864         (wl-summary-refile-region): Fixed docstring.
4865
4866 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4869         `wl-folder-entity-hashtb' as completion table.
4870
4871 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4874         only when this command is called interactively; silence the byte-
4875         compiler.
4876
4877 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4878
4879         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4880         active in XEmacs.
4881
4882 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4883
4884         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4885         plural lines.
4886
4887 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4890         of current line when the cursor is on the header name.
4891         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4892
4893 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4894
4895         * wl-util.el (wl-read-directory-name): Return displayed directory
4896         as the default value also on XEmacs.
4897
4898 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4901         formatting.
4902
4903 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4904
4905         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4906         argument and when it is non-nil, check face property before
4907         highlighting for each line.
4908         (wl-highlight-summary-window): Set it.
4909
4910 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4911
4912         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4913         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4914
4915         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4916         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4917         (wl-draft-get-fcc-list): Likewise.
4918
4919 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4922         (wl-thread-entity-cur): Ditto.
4923         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4924         wl-thread-indent-regexp setting.
4925         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4926
4927         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4928         wl-summary-lazy-highlight.
4929         (wl-summary-display-bottom): Ditto.
4930
4931         * wl-thread.el (wl-thread-open-close): Likewise.
4932
4933         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4934         from and subject;
4935         Bind wl-draft-use-frame;
4936         Enclose with save-window-excursion;
4937         Use wl-draft-create-buffer instead of with-temp-buffer;
4938         Use wl-draft-prepare-edit;
4939         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4940         Use wl-draft-send instead of wl-draft-raw-send.
4941
4942 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4943
4944         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4945         of using wl-from.
4946
4947 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4950         insert-buffer instead of clone-buffer.
4951         (wl-draft-doing-mime-bcc): New variable.
4952         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4953         infinite loop.
4954         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4955
4956         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4957         (wl-draft-mime-bcc-body): Ditto.
4958
4959         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4960         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4961         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4962         wl-draft-do-mime-bcc.
4963         (wl-draft-mime-bcc-field): New function.
4964         (wl-draft-do-mime-bcc): Ditto.
4965
4966         * wl-address.el (wl-address-complete-header-list): New variable.
4967         (wl-address-complete-header-regexp): Changed default value.
4968
4969         * Version number is increased to 2.9.13.
4970
4971 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4974         it is differed.
4975
4976 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4979         (wl-summary-line-list-count): Ditto.
4980
4981 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4982
4983         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4984         (wl-nntp-posting-function): New variable.
4985         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4986         `wl-nntp-posting-config-alist'.
4987
4988 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4989
4990         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4991         FLIM.
4992
4993 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4994
4995         * wl-summary.el (wl-summary-target-mark-refile-sub):
4996         Remove a nuisance funcall.
4997
4998 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5001         as t for `try-completion'.
5002
5003 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-summary.el (wl-summary-default-from): Use
5006         wl-address-header-extract-address instead of
5007         std11-extract-address-components.
5008         (wl-summary-simple-from): Ditto.
5009         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5010         (wl-summary-insert-headers): Show message.
5011         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5012         for whole line.
5013         (wl-summary-default-from): Revert last change.
5014         (wl-summary-simple-from): Ditto.
5015         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5016         (wl-summary-mark-as-read-region): Follow the change above.
5017         (wl-summary-sync-marks): Ditto.
5018         (wl-summary-target-mark-mark-as-read): Ditto.
5019         (wl-summary-redisplay-internal): Ditto.
5020         (wl-summary-redisplay-no-mime-internal): Ditto.
5021         (wl-summary-redisplay-all-header): Ditto.
5022         (wl-summary-mark-as-read): Removed argument `cached';
5023         Use current cache status to set cache mark.
5024         (wl-summary-redisplay-internal): Follow the change above.
5025         (wl-summary-redisplay-no-mime-internal): Ditto.
5026         (wl-summary-redisplay-all-header): Ditto.
5027
5028         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5029
5030         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5031         Don't call itself recursively (Adviced by Yamaoka-san).
5032
5033 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5036         bind wl-summary-highlight as nil to avoid error caused by missing
5037         local variables.
5038
5039 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5040
5041         * wl-vars.el (wl-invalid-character-message): New user option.
5042
5043         * wl-util.el (wl-set-string-width): If truncated string-width is
5044         larger than specified width, use `wl-invalid-character-message'.
5045
5046 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5047
5048         * wl-summary.el (wl-summary-prefetch-msg): 
5049         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5050
5051 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5052
5053         * wl-vars.el (wl-summary-check-line-format): New user option.
5054         (wl-summary-line-format-file): Ditto.
5055
5056         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5057         variable.
5058         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5059         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5060         and `wl-summary-view-old-p' to check whether do a rescan or not.
5061         (wl-summary-view-old-p): New function.
5062         (wl-summary-line-format-changed-p): Ditto.
5063         (wl-summary-line-format-save): Ditto.
5064         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5065
5066         * wl-util.el (wl-set-string-width): Avoid using negative number
5067         for make-string.
5068
5069 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5070
5071         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5072         return value.
5073
5074         * wl-util.el (wl-set-string-width): Added optional argument
5075         `padding' (All other related portions are changed).
5076         (wl-line-parse-format): If the first letter of column number is
5077         `0', zero-padding the result (ex: "%05l").
5078
5079         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5080
5081 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5082
5083         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5084         sequential summary view.
5085
5086 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5089         if it doesn't have a -unix version.
5090
5091 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5094
5095 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5098         content.
5099         (wl-draft): Follow the change above.
5100
5101         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5102
5103         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5104         and wl-folder-summary-line-format-alist contain %T and %P.
5105
5106         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5107         (wl-summary-mode-line-format): New user option.
5108         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5109         (wl-summary-line-format): Changed default value.
5110         (wl-summary-lazy-highlight): Changed default value.
5111
5112         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5113         change in wl-summary-create-line.
5114         (wl-thread-insert-entity-sub): Ditto.
5115
5116         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5117         (wl-summary-buffer-unread-status): Ditto.
5118         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5119         (wl-summary-buffer-persistent-mark-column): Ditto.
5120         (wl-summary-buffer-mode-line-formatter): Ditto.
5121         (wl-summary-buffer-mode-line): Ditto.
5122         (wl-summary-message-regexp): Abolished.
5123         (All other related portions are changed.)
5124         (wl-summary-detect-mark-position): New function.
5125         (wl-summary-buffer-set-folder): Setup
5126         wl-summary-buffer-mode-line-formatter.
5127         (wl-summary-mode): Setup selective-display;
5128         Setup pre-idle-hook when xemacs.
5129         (wl-summary-update-modeline): Rewrite.
5130         (wl-summary-jump-to-msg): Define as function;
5131         Changed regexp for searching messages.
5132         (wl-summary-message-number): Rewrite.
5133         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5134         Do rescan when old type summary cache.
5135         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5136         (wl-summary-remove-destination): Use '\r' to detect EOL.
5137         (wl-summary-print-destination): Ditto.
5138         (wl-summary-temp-mark): New inline function.
5139         (wl-summary-persistent-mark): Ditto.
5140         (wl-summary-line-number): New function.
5141         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5142         (wl-summary-line-list-count): New function.
5143         (wl-summary-create-line): Added argument persistent-mark.
5144         (All other related portions are changed)
5145         (wl-summary-create-line): Insert '\r'.
5146         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5147         (wl-summary-cursor-move-surface): New inline function.
5148         (wl-summary-prev): Use it.
5149         (wl-summary-next): Ditto.
5150
5151         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5152         wl-summary-message-regexp.
5153         (wl-highlight-summary): Delete progress message.
5154         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5155
5156         * Version number is increased to 2.9.12.
5157
5158 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5161         variable (nil: no minimum).
5162         (wl-summary-line-subject): Add some spaces after subject by
5163         wl-summary-line-subject-minimum-length.
5164
5165 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5166
5167         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5168         and removed `F'.
5169         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5170         change above).
5171
5172 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-summary.el (wl-summary-line-list-count): Reverted.
5175         (example setting in samples/*/dot.wl is also updated)
5176
5177 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5180
5181         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5182
5183         * wl-vars.el (wl-summary-line-format): Addes some description to the
5184         docstring.
5185
5186         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5187         (wl-summary-line-close-bracket): Ditto.
5188         (wl-summary-line-children-number): Ditto.
5189         (wl-summary-line-thread-indent): Ditto.
5190         (wl-summary-line-children-and-from): Ditto.
5191
5192         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5193         't', 'c', 'F' and added 'C'.
5194
5195         * wl-util.el (wl-set-string-width): Accept negative value.
5196         (wl-line-parse-format): Added "%number(" and "%)".
5197
5198 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5199
5200         * wl-summary.el (wl-summary-line-list-count): Change format of the
5201         return value.
5202
5203 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5204
5205         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5206         from the recent message.el.
5207         (wl-draft-point-in-header-p): Ditto.
5208         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5209         wl-draft-beginning-of-line.
5210         * wl-e21.el (wl-draft-mode-map): Ditto.
5211         * wl-xmas.el (wl-draft-mode-map): Ditto.
5212
5213         * wl-folder.el: Sort macrodefs by dependencies.
5214
5215 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5216
5217         * wl-summary.el (wl-summary-prev): Fixed regexp.
5218         (wl-summary-next): Ditto.
5219
5220 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5221
5222         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5223
5224 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5225
5226         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5227         for backward compatibility.
5228
5229 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl-summary.el (wl-summary-line-list-count): New function, merged
5232         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5233         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5234         list counts.
5235
5236 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-summary.el (wl-summary-create-line): Ignore errors while
5239         timezone-fix-time.
5240
5241         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5242
5243         * wl-summary.el (wl-summary-sync-update): Ditto.
5244         (wl-summary-default-from): Use wl-message-entity
5245         instead of entity.
5246
5247         * wl-summary.el (wl-summary-create-line): Fix.
5248
5249         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5250         (wl-summary-line-format): New user option.
5251         (wl-folder-summary-line-format-alist): Ditto.
5252         (wl-summary-from-width): Abolished.
5253
5254         * wl-util.el (toplevel): Require 'bytecomp.
5255         (wl-line-parse-format): New function.
5256         (wl-line-formatter-setup): New macro.
5257
5258         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5259         (wl-summary-buffer-line-formatter): New buffer local variable.
5260         (wl-summary-switch-to-clone-buffer): Follow the change above.
5261         (wl-summary-message-regexp): Fix.
5262         (wl-summary-from-func-internal): Abolished.
5263         (wl-summary-subject-func-internal): Ditto.
5264         (wl-summary-subject-filter-func-internal): Ditto.
5265         (All other related portions are changed.)
5266         (wl-summary-buffer-set-folder):
5267         Set up wl-summary-buffer-number-column and 
5268         wl-summary-buffer-line-formatter
5269         (All other related portions are changed.)
5270         (wl-summary-buffer-number-column-detect): Abolished.
5271         (All other related portions are changed.)
5272         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5273         (wl-summary-delete-all-temp-marks-on-buffer): Use
5274         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5275         (wl-summary-target-mark-delete): Ditto.
5276         (wl-summary-target-mark-refile-subr): Ditto.
5277         (wl-summary-target-mark-mark-as-read): Ditto.
5278         (wl-summary-target-mark-mark-as-unread): Ditto.
5279         (wl-summary-target-mark-mark-as-important): Ditto.
5280         (wl-summary-target-mark-save): Ditto.
5281         (wl-summary-replace-status-marks): Renamed from
5282         wl-summary-set-status-marks-on-buffer;
5283         Use wl-summary-message-regexp instead of
5284         wl-summary-buffer-number-regexp.
5285         (wl-summary-sync-update): Follow the change above.
5286         (wl-summary-goto-previous-message-beginning): New function.
5287         (wl-summary-mark-as-unread): Use it.
5288         (wl-summary-mark-as-important): Ditto.
5289         (wl-summary-line-formatter): New variable.
5290         (wl-summary-line-year): New function.
5291         (wl-summary-line-day): Ditto.
5292         (wl-summary-line-day-of-week): Ditto.
5293         (wl-summary-line-hour): Ditto.
5294         (wl-summary-line-minute): Ditto.
5295         (wl-summary-line-open-bracket): Ditto.
5296         (wl-summary-line-close-bracket): Ditto.
5297         (wl-summary-line-children-number): Ditto.
5298         (wl-summary-line-thread-indent): Ditto.
5299         (wl-summary-line-size): Ditto.
5300         (wl-summary-line-subject): Ditto.
5301         (wl-summary-line-from): Ditto.
5302         (wl-summary-line-children-and-from): Ditto.
5303         (wl-summary-create-line): Rewritten.
5304         (wl-summary-format-date): Abolished.
5305
5306         * wl-highlight.el (wl-highlight-summary-current-line): Use
5307         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5308         Use thread structure to detect thread top message.
5309
5310         * wl-draft.el (wl-default-draft-cite): Don't use
5311         wl-summary-from-func-internal.
5312
5313         * wl-refile.el (wl-refile-subject-learn): Don't use
5314         wl-summary-subject-filter-func-internal.
5315         (wl-refile-guess-by-subject): Ditto.
5316
5317         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5318         parameters.
5319
5320         * wl-thread.el (wl-thread-update-indent-string-region):
5321         Use wl-thread-update-line-on-buffer instead of
5322         wl-thread-update-indent-string.
5323         (wl-thread-update-children-number): Redefine using
5324         wl-thread-update-line-on-buffer.
5325         (wl-thread-update-indent-string): Abolished.
5326
5327         * Version number is increased to 2.9.11.
5328
5329 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5332         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5333         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5334
5335         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5336         as nil.
5337
5338         * wl-thread.el (wl-thread-open-all-unread): Use 
5339         elmo-folder-list-messages-mark-match.
5340         (wl-thread-insert-message): Removed argument `mark-alist'.
5341         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5342         elmo-msgdb-set-mark.
5343         (wl-thread-get-children-msgs-uncached): Likewise.
5344         (wl-thread-get-exist-children): Added argument include-self.
5345         (wl-thread-delete-message): Follow the change above.
5346
5347         * wl-summary.el (wl-summary-count-unread): Removed argument.
5348         (wl-summary-rescan): Follow the change above.
5349         (wl-summary-mark-as-read-region): Ditto
5350         (wl-summary-mark-as-unread-region): Ditto.
5351         (wl-summary-delete-messages-on-buffer): Ditto.
5352         (wl-summary-sync-update): Ditto.
5353         (wl-summary-switch-to-clone-buffer): Ditto.
5354         (wl-summary-goto-folder-subr): Ditto.
5355         (wl-summary-target-mark-mark-as-read): Ditto.
5356         (wl-summary-target-mark-mark-as-unread): Ditto.
5357         (wl-summary-target-mark-mark-as-important): Ditto.
5358         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5359         (wl-summary-update-thread): Removed argument `mark-alist'.
5360         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5361         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5362         (wl-summary-resume-cache-status): Likewise.
5363         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5364         elmo-msgdb-set-mark.
5365         (wl-summary-mark-as-read-all): Likewise.
5366         (wl-summary-delete-cache): Ditto.
5367         (wl-summary-auto-select-msg-p): Ditto.
5368         (wl-summary-mark-as-unread): Ditto.
5369         (wl-summary-no-auto-refile-message-p): Ditto.
5370         (wl-summary-mark-as-read): Ditto.
5371         (wl-summary-mark-as-important): Ditto.
5372         (wl-summary-auto-refile): Follow the change above.
5373         (wl-summary-delete-all-marks): Removed.
5374         (wl-summary-resume-marks-and-highlight): Ditto.
5375         (wl-summary-resume-marks): Ditto.
5376         (wl-summary-delete-important-msgs-from-list): Ditto.
5377         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5378
5379         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5380         wl-summary-count-unread.
5381
5382         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5383         (wl-summary-score-update-all-lines): Use
5384         elmo-msgdb-set-mark.
5385
5386 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5387
5388         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5389         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5390         (wl-summary-create-line): Renamed from
5391         wl-summary-overview-create-summary-line;
5392         Argument rearrangement.
5393         (wl-summary-update-thread): Follow the change above.
5394
5395         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5396         (wl-thread-insert-entity-sub): Likewise.
5397
5398         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5399         argument `overview', `mark-alist' and added `msgdb'.
5400
5401         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5402
5403         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5404         (wl-summary-rescan): Follow the change above.
5405         (wl-summary-sync-update): Ditto.
5406         (wl-summary-insert-thread-entity): Ditto;
5407         Don't use `let*' in every while loop;
5408         Detect infinite loop of threads.
5409         (wl-summary-update-thread): Removed argument `overview'.
5410
5411         * wl-thread.el (wl-thread-insert-message): Ditto.
5412
5413         * Version number is increased to 2.9.10.
5414
5415         * wl-message.el (wl-message-redisplay): Ignore errors while
5416         wl-message-redisplay-hook.
5417
5418 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5421
5422 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl.el (wl): inhibit-quit while wl-folder.
5425
5426 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5427
5428         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5429         while msgdb access.
5430
5431 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5432
5433         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5434         even if no folder is not created.
5435
5436 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5439
5440         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5441         implementation.
5442         (wl-summary-target-mark-thread): Ditto.
5443
5444         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5445
5446 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5447
5448         * wl-util.el (wl-display-bytes): Remove unused function.
5449
5450 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5451
5452         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5453         seems critical one (partially reverse the change in 2002/03/17).
5454
5455 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5458         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5459
5460 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5461
5462         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5463         is not writable.
5464         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5465         plugged status instead of `'force' as 2nd argument.
5466
5467         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5468         is not creatable.
5469
5470         * Version number is increased to 2.9.9.
5471
5472 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5473
5474         * wl-summary.el (wl-summary-suspend): New function.
5475
5476 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5477
5478         * wl.el (wl): Do not check variables if check is nil.
5479         * wl-utils.el (wl-collect-draft): New function.
5480         * wl-folder.el (wl-folder-suspend): Put summary buffers
5481         and draft buffers at the end of buffer list.
5482         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5483
5484 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5485
5486         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5487         loop instead of recursive call.
5488
5489         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5490         2nd argument.
5491
5492 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * wl-draft.el (wl-draft-create-contents): Don't take neither
5495         (function . args) nor (string . something) any more.
5496
5497         * wl-version.el (wl-generate-user-agent-string): Return string
5498         without header symbol.
5499         * wl-draft.el (wl-draft-default-headers): Use it.
5500
5501         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5502         `wl-draft-insert-ccs' and return field value instead of inserting
5503         the header. Abolish cc argument.
5504         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5505
5506         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5507         rather than one with string car.
5508
5509         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5510         * wl-draft.el (wl-draft-create-contents): Add it after the default
5511         headers.
5512
5513         * wl-draft.el (wl-draft-create-contents): For the case of
5514         (symbol-or-string . function) insert header only when the function
5515         returns string value.
5516
5517 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5518
5519         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5520         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5521
5522 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5523
5524         * wl.el (wl-check-environment): Don't check Message-ID when
5525         `wl-insert-message-id' is nil.
5526         Revive checking if `wl-message-id-domain' contains "@".
5527
5528 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5529
5530         * wl.el (wl-check-environment): Merge examination for "@" at
5531         inappropriate position into the first string-match.
5532
5533         * wl-summary.el (wl-summary-target-mark-print): New function.
5534         (wl-summary-pipe-message-subr): Extracted from
5535         `wl-summary-pipe-message'.
5536         (wl-summary-target-mark-pipe): New function.
5537         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5538         `wl-summary-target-mark-pipe'.
5539
5540 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5543
5544 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5545
5546         * wl.el (wl-check-environment): Use elmo-warning instead of
5547         error for non-critical ones.
5548         Remove trash folder check.
5549         (wl): Don't ignore error in wl-check-environment.
5550
5551         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5552         check, which is moved from `wl-check-environment'.
5553         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5554
5555 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5558         guess anything, call wl-summary-write.
5559         (wl-summary-write): Create draft with blank To field.
5560         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5561
5562 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5563
5564         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5565         argument full as well for wl-folder-write-current-folder.
5566         If wl-*-write-current-folder cannot guess addressee, add blank
5567         To header.
5568         Rewrite condition for positioning cursor.
5569
5570 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5571
5572         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5573         summary buffer is present, use it.
5574         (wl-folder-jump-to-previous-summary): Ditto.
5575
5576 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5577
5578         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5579
5580         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5581         wl-summary-previous-buffer and wl-summary-next-buffer.
5582
5583         * wl-folder.el (wl-folder-mode-map): Bind
5584         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5585         (wl-folder-jump-to-next-summary): New function.
5586         (wl-folder-jump-to-previous-summary): Ditto.
5587
5588         * wl-draft.el (wl-draft): Rearranged.
5589
5590 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5591
5592         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5593         of header.
5594         (wl-draft): Collect arguments for the header as header-alist.
5595         (wl-draft-forward): Arrange arguments for wl-draft.
5596         (wl-draft-reply): Ditto.
5597         (wl-draft-edit-string): Ditto.
5598         * wl-summary.el (wl-summary-write): Ditto.
5599         (wl-summary-write-current-folder): Ditto.
5600
5601         * Version number is increased to 2.9.8.
5602
5603 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5606
5607         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5608
5609         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5610         even if the guess failed.
5611
5612         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5613         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5614         wl-summary-write-current-folder.
5615         * wl-xmas.el: Ditto.
5616
5617 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-summary.el (wl-summary-next-page): Force display message if
5620         message is not displayed yet.
5621         (wl-summary-prev-page): Ditto.
5622
5623 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5624
5625         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5626
5627 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5628
5629         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5630         add "Preview Message" and "Save Draft and Exit".
5631
5632 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5635         if addrmgr is called from draft in splitted window.
5636
5637         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5638         * wl-mule.el: Ditto.
5639         * wl-xmas.el: Ditto.
5640
5641 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5642
5643         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5644
5645         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5646         * wl-xmas.el (wl-folder-toolbar): Ditto.
5647
5648 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5651         and wl-draft-save-and-exit.
5652         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5653         * wl-xmas.el: Ditto.
5654         * wl-mule.el: Ditto.
5655
5656         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5657         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5658
5659 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5660
5661         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5662         lists for saving buffer.
5663
5664 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5665
5666         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5667         parent-folder argument instead of it.
5668         (wl-draft-create-buffer): Ditto.
5669         (wl-draft-forward): Ditto.
5670         (wl-draft-reply): Ditto.
5671         * wl-summary.el (wl-summary-write): Ditto.
5672         (wl-summary-write-current-folder): Ditto.
5673
5674         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5675         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5676         Folder buffer after composing.
5677
5678 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5681         header if the file `wl-x-face-file' already contains it.
5682
5683 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5684
5685         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5686         folder" entry.
5687         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5688         * wl-e21.el (wl-folder-toolbar): Ditto.
5689         * wl-xmas.el (wl-folder-toolbar): Ditto.
5690
5691 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5694         wl-folder-goto-folder with sticky argument.
5695         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5696
5697 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5700         and wl-summary-previous-buffer.
5701         (wl-summary-next-buffer): New function.
5702         (wl-summary-previous-buffer): Ditto.
5703
5704 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5705
5706         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5707         wl-folder-jump-to-current-entity-with-arg.
5708         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5709         `wl-folder-jump-to-current-entity'.
5710         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5711         `wl-summary-goto-folder-sticky'.
5712         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5713         `wl-summary-goto-folder'.
5714         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5715         Unless force-exit, do not clean temp. marks for sticky summary.
5716         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5717
5718 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5719
5720         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5721         not entire.
5722
5723 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5724
5725         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5726         to `C-x C-s'.
5727         (wl-summary-save-status): New command.
5728         (wl-summary-exit): Don't clean-up temp marks when sticky.
5729         (Applied patch from Nakayama-san [wl: 09548])
5730         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5731         Do nothing when no mark data.
5732         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5733         Call `wl-summary-delete-all-temp-marks' before saving.
5734
5735 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5736
5737         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5738
5739 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl.el (wl-check-environment): Also cause error when (system-name)
5742         returns "localhost.localdomain". (Although it doesn't affect because
5743         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5744
5745 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5748         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5749
5750         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5751         value.
5752
5753 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5756         Likewise r-cc-list and r-ng-list.
5757
5758 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5759
5760         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5761         only if it is bound as variable.
5762
5763         * wl-mime.el (wl-draft-preview-message): Ditto.
5764
5765 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5768         needless `goto-char'.
5769
5770         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5771         `wl-summary-redisplay-no-mime-internal' instead of
5772         `wl-summary-redisplay-no-mime'.
5773         (wl-summary-redisplay-no-mime): Changed argument;
5774         Call `wl-summary-redisplay-no-mime-internal'.
5775
5776         * wl-mime.el (wl-draft-preview-message): Bind
5777         `mime-header-encode-method-alist' locally.
5778
5779         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5780         (wl-draft-std11-parse-addresses): Added the first address check.
5781         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5782
5783         * Version number is increased to 2.9.7.
5784
5785 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5786
5787         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5788
5789 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5790
5791         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5792         related to scrollbar support, if there is no such a feature
5793         compiled in.
5794
5795 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5796
5797         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5798         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5799         for prefetch.
5800
5801 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5802
5803         * wl-summary.el (wl-summary-pick): Fix for no match.
5804
5805 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5806
5807         * wl-draft.el (wl-draft-save):
5808         Override `mime-header-encode-method-alist'.
5809
5810 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5811
5812         * wl-folder.el (wl-folder-pick): New function.
5813         Define key as "?".
5814
5815 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5816
5817         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5818         Fix for unplugged.
5819
5820 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5821
5822         * wl-folder.el (wl-folder-virtual): New function.
5823         Define key as "V".
5824
5825 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5826
5827         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5828         multi folder if entity is group.
5829
5830 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5831
5832         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5833         is nil.
5834
5835 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5836
5837         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5838         (wl-summary-target-mark-msgs): Return the number of marked messages.
5839
5840 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5841
5842         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5843         "first:" is specified.
5844
5845 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5846
5847         * wl-vars.el (wl-from): Use return value of function
5848         user-full-name instead of the variable user-full-name since
5849         XEmacs-20.4 doesn't set this variable.
5850
5851 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5854         call `wl' directly.
5855
5856 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5857
5858         * wl-draft.el (wl-draft-reedit): Removed duplicated
5859         switch-to-buffers.
5860
5861 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * wl.el (wl-other-frame): Removed garbages.
5864
5865 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5868
5869         * wl-xmas.el (wl-draft-key-setup): Ditto.
5870
5871         * wl-mule.el (wl-draft-key-setup): Ditto.
5872
5873         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5874         (wl-draft-reedit): Ditto.
5875         (wl-draft-prepare-edit): Add `wl-draft-save' to
5876         `local-write-file-hooks'.
5877         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5878         (wl-draft-reedit): Set buffer-file-name.
5879         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5880
5881
5882         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5883         call it.
5884         (wl-delete-startup-frame-function): New variable.
5885         (wl-other-frame): New function
5886         (Original was written by Yamaoka san [wl: 09239]).
5887
5888         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5889         if `wl-folder-use-frame'.
5890
5891 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5892
5893         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5894
5895 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5896
5897         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5898         New variable.
5899         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5900         (wl-message-buffer-prefetch-get-next): Use them.
5901         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5902
5903 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5906         with unwind-protect.
5907
5908         * wl-draft.el (wl-draft-reedit): Rewrite.
5909         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5910         (wl-draft-save): Insert header separator if it does not exist;
5911         Removed condition-case.
5912
5913         * wl-summary.el (wl-summary-reedit): Revert last change.
5914
5915         * wl-draft.el (wl-draft-save): Rewrite.
5916         (wl-draft-create-buffer): Set buffer-file-name as nil.
5917
5918         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5919
5920         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5921
5922         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5923         nil.
5924
5925 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5928         If count is nil, do not prefetch.
5929         (wl-message-buffer-prefetch-next): Next.
5930
5931 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5932
5933         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5934
5935 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5938         `delete-backward-char'
5939         (wl-draft-prepare-edit): Check major-mode.
5940         (wl-draft-decode-header): Rewrite.
5941         (wl-draft): Fix.
5942
5943 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5944
5945         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5946
5947 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5948
5949         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5950         (wl-message-buffer-prefetch-get-next): Remove size checking.
5951         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5952
5953 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5954
5955         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5956         (wl-draft-default-headers): Fix.
5957
5958 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5959
5960         * wl-draft.el (wl-draft-default-headers): Insert return value of
5961         `wl-generate-mailer-string-function'.
5962
5963 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5966         (wl-draft-insert-mail-header-separator): Ditto.
5967
5968         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5969         again (Reverted the change on 2002-01-17 by OKADA san).
5970
5971 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5972
5973         * wl-draft.el (wl-draft): Rewrite.
5974         (wl-draft-create-buffer): New function.
5975         (wl-draft-create-contents): Ditto.
5976         (wl-draft-prepare-edit): Ditto.
5977         (wl-draft-decode-header): Ditto.
5978         (wl-draft-decode-body): Ditto.
5979         (wl-draft-check-new-line): Ditto.
5980         (wl-draft-default-headers): Ditto.
5981         (wl-draft-insert-mail-header-separator): Ditto.
5982
5983 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5984
5985         * Version number is increased to 2.9.6.
5986
5987 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-draft.el (wl-draft-delete-field): Optional argument.
5990         (wl-draft-delete-fields): Ditto.
5991
5992 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5993
5994         * wl-message.el (toplevel): Eliminated byte-compile warning.
5995         for `itimer-function', `delete-timer' and `itimer-list'.
5996
5997 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5998
5999         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6000         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6001         `wl-message-buffer-prefetch-threshold'.
6002         * wl-summary.el (wl-summary-redisplay-internal): Remove
6003         the check of `wl-message-buffer-prefetch-depth'.
6004
6005 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6006
6007         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6008         size of article.
6009         (wl-message-buffer-prefetch-subr): Remove size check.
6010
6011 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl-vars.el (wl-plugged): Make customizable.
6014
6015 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6018         (wl-message-buffer-prefetch-set-timer): New function.
6019         (wl-message-buffer-prefetch-get-next): New function.
6020         (wl-message-buffer-prefetch): New function.
6021         (wl-message-buffer-prefetch-next): Rewrite.
6022         (wl-message-buffer-prefetch-subr): Rewrite.
6023         * wl-vars.el (wl-auto-prefetch-first): New variable.
6024         * wl-summary.el (wl-summary-goto-folder-subr): Call
6025         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6026
6027 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6028
6029         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6030         `wl-summary-unread-message-hook'.
6031
6032 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6033
6034         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6035         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6036         if range is `cache-status'.
6037
6038 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6039
6040         * wl-message.el (wl-message-buffer-prefetch-subr):
6041         Improve debug message.
6042
6043 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6046         `wl-mail-send-pre-hook'.
6047         (wl-draft-send-mail-with-qmail): Ditto.
6048         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6049
6050 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6051
6052         * wl-message.el (wl-message-buffer-prefetch-subr):
6053         Fix for cancel-function-timers bug.
6054         (wl-message-buffer-prefetch-debug): Default value is t.
6055
6056 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6059         (wl-message-buffer-prefetch-subr): Rewrite.
6060         Rename from `wl-message-buffer-prefetch'.
6061
6062 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6063
6064         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6065         (wl-default-draft-cite-decorate-author): Ditto.
6066
6067         * wl-draft.el (wl-draft-cite-function): Removed.
6068         (wl-default-draft-cite-decorate-author): Ditto.
6069
6070 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6073         (wl-default-draft-cite): Do not arrange author name if the value of
6074         `wl-default-draft-cite-decorate-author' is nil.
6075
6076 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6079
6080         * wl-folder.el (wl-folder-check-one-entity): Don't care
6081         `elmo-folder-use-flag-p'.
6082
6083 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-folder (wl-folder-check-one-entity): Fix
6086         problem if unread is nil.
6087
6088 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6089
6090         * wl-address.el (wl-address-make-completion-list): Check whether
6091         the address is a group list.
6092         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6093
6094 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6095
6096         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6097         The number of the messages of new and unread does not count
6098         correctly.
6099
6100         * wl-summary.el (wl-summary-count-unread): Changed to return
6101         `(new . unread)' instead of total.
6102         (wl-summary-sync-update): Follow the change above.
6103
6104         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6105
6106 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6107
6108         * wl-address.el (wl-address-make-completion-list): Do not enclose
6109         address by " <" and ">" if associated realname is "".
6110         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6111         This is against the promblem with group list in .addresses pointed
6112         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6113
6114 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6115
6116         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6117         message is a format control string.
6118         * wl-expire.el (wl-expire-append-log): Ditto.
6119         * wl-mime.el (wl-summary-burst-subr): Ditto.
6120         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6121         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6122
6123 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6126         wl.el (wl-check-variables): Rename from `wl-check-type'.
6127         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6128         (wl-check-variables-2): New function.
6129         (wl): Call `wl-check-variables-2'.
6130
6131 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6132
6133         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6134         after renaming folder in access group.
6135
6136 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6137
6138         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6139         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6140         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6141         (wl-message-buffer-prefetch): Rewrite.
6142         (wl-message-buffer-prefetch-idle-time): Removed.
6143         * wl-summary.el (wl-summary-redisplay-internal):
6144         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6145         Error check for `wl-message-buffer-prefetch-depht'.
6146
6147 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * Version number is increased to 2.9.5.
6150         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6151
6152 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6153
6154         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6155         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6156         Based on the patch written by
6157         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6160
6161         * wl-draft.el (wl-draft-raw-send): Fix for
6162         `wl-news-send-pre-hook'
6163
6164 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * wl-utils.el (wl-message-id-function): New variable.
6167         * wl-draft.el (wl-draft-insert-required-fields):
6168         Use `wl-message-id-function'.
6169
6170 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6171
6172         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6173         * wl-utils.el (wl-draft-make-message-id-string):
6174         Use `wl-from' for domain part of Message-ID
6175         if `wl-message-id-use-wl-from' if non-nil.
6176         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6177
6178 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl.el (wl): Call `wl-check-type'
6181         Do not 'condition-case'.
6182
6183 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6184
6185         * wl.el (wl-check-type): New function.
6186         (wl-check-type-variables): New variable.
6187
6188 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6189
6190         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6191
6192 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6193
6194         * wl-draft.el (wl-smtp-password-key): New function.
6195         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6196         (wl-draft-send-mail-with-smtp): Ditto.
6197         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6198
6199 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6200
6201         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6202         * wl-utils.el (wl-unique-id-suffix): Remove.
6203
6204 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6205
6206         * Version number is increased to 2.9.4.
6207
6208 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * wl-utils.el (wl-unique-id-suffix): New variable.
6211         (wl-unique-id): Use `wl-unique-id-suffix'
6212
6213 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6214
6215         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6216         instead of `elmo-msgdb-search'.
6217
6218         * Version number is increased to 2.9.3.
6219
6220 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6221
6222         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6223
6224 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6225
6226         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6227         (wl-draft-dispatch-message): Changed for send-later.
6228         (wl-draft-queue-flush): Ditto.
6229         (wl-draft): Clear `wl-sent-message-queued'.
6230         (wl-draft-reedit): Ditto.
6231         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6232         * wl-vars.el (wl-draft-force-queuing): New variable.
6233         (wl-draft-force-queuing-mail): New variable.
6234         (wl-draft-force-queuing-news): New variable.
6235
6236 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6239         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6240
6241 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6242
6243         * Version number is increased to 2.9.2.
6244
6245 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * wl-draft.el (wl-draft-elide-region): New user command.
6248         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6249
6250         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6251         command `wl-draft-elide-region'.
6252         * wl-mule.el: Ditto.
6253         * wl-xmas.el: Ditto.
6254
6255 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6258         (wl-biff-check-folder-async): Removed needless let.
6259
6260 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6263         wl-folder-get-elmo-folder.
6264         (wl-biff-check-folder): Set `biff' argument of
6265         `wl-folder-check-one-entity'.
6266         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6267
6268         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6269         (wl-folder-check-one-entity): Added `biff' argument;
6270         Setup `biff' slot of folder.
6271
6272         * Version number is increased to 2.9.1.
6273
6274 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6277         comment out and fixed.
6278         (wl-fldmgr-add-completion-subr): Ditto.
6279
6280         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6281         and msgdb.
6282
6283         * wl.el (wl-toggle-plugged): Save summary view.
6284
6285 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6286
6287         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6288
6289 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6290
6291         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6292
6293 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6296         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6297         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6298
6299         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6300         if it was failed.
6301         (wl-demo): Disable undo in the demo buffer.
6302
6303 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-version.el (wl-version): Changed codename.
6306
6307         * Version number is increased to 2.9.0.
6308
6309 2001-12-14  Takuo KITAME <kitame@northeye.org>
6310
6311         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6312         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6313         (wl-folder-mark-as-read-all-current-entity): Ditto.
6314
6315 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl-vars.el (wl-from-width): Define as obsolete variable.
6318         (wl-subject-length-limit): Ditto.
6319
6320         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6321
6322         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6323         wl-summary-save-view.
6324
6325         * wl.el (wl-save-status): Ditto.
6326         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6327
6328         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6329         (wl-summary-exit): Follow the change above.
6330         (wl-summary-goto-folder-subr): Ditto.
6331
6332         * wl-folder.el (wl-folder-create-subr): Don't use
6333         `elmo-folder-creatable-p'.
6334
6335 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6338
6339 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6342         rather than bitmap on Emacs 21.
6343         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6344         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6345         for xbm if the new redisplay engine is not available.
6346
6347 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-folder.el (wl-folder-init-hook): New hook.
6350         (wl-folder-init): Run `wl-folder-init-hook'.
6351
6352 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6355
6356 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-acap.el (wl-acap-cache-filename): New variable.
6359         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6360         (wl-acap-init): Use cache if no ACAP server found.
6361
6362 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6363
6364         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6365         `wl-acap-original-msgdb-dir'.
6366
6367         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6368         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6369
6370         * wl-mime.el (wl-mime-save-directory): Renamed from
6371         `wl-mime-save-dir'.
6372
6373 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6376
6377         * wl-demo.el: Require `path-util'.
6378         (wl-demo-bitmap-mule-available-p): New internal variable.
6379         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6380         `module-installed-p' instead.
6381         (wl-demo-insert-image): Use *.img file for a bitmap image.
6382         (wl-demo): Don't call the ascii demo recursively.
6383
6384 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6385
6386         * Version number is increased to 2.7.7.
6387
6388 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6389
6390         * wl.el (wl-exit): Eliminated byte-compile warning.
6391
6392 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6393
6394         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6395         obsolete variable using `elmo-define-obsolete-variable'.
6396         (wl-fetch-confirm-threshold): Ditto.
6397         (wl-cache-prefetch-folder-type-list): Ditto.
6398         (wl-cache-prefetch-folder-list): Ditto.
6399
6400 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6403         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6404         (wl-demo-insert-image): New function.
6405         (wl-demo-insert-text): New function.
6406         (wl-demo-image-type-alist): Redefine as a function.
6407         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6408         (wl-demo-with-temp-file-buffer): Removed.
6409         (wl-logo-xpm): Removed.
6410         (wl-logo-xbm): Removed.
6411         (wl-logo-bitmap): Removed.
6412
6413 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6414
6415         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6416         (wl-expire-localdir-get-folder-function): New user option.
6417         (wl-expire-localdir-get-folder): New function.
6418         (wl-expire-localdir-date): Ditto.
6419
6420 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6423         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6424         Fixed unread number mismatch when all-unread < unread.
6425
6426 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6429         (wl-fetch-confirm-threshold): Ditto.
6430
6431         * wl-summary.el (wl-summary-confirm-appends): Removed.
6432         (wl-summary-sync-update): Don't refer
6433         `wl-summary-update-confirm-threshold' (It is now abolished).
6434
6435         * wl-message.el (wl-message-display-internal): Don't refer
6436         `wl-fetch-confirm-threshold' (It is now abolished).
6437
6438 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6441
6442 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6443
6444         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6445         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6446         Change default value to nil.
6447         (wl-summary-indent-length-limit): The value can be nil, nil means
6448         unlimited.
6449
6450         * wl-summary.el: Don't set limit for indent length if the value of
6451         wl-summary-indent-length-limit is nil.
6452         If the value of wl-summary-width is nil, it means only that the width
6453         of summary is unlimited (nil doesn't mean that the indent length is
6454         unlimited).
6455
6456         * wl-thread.el: Ditto.
6457
6458 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6459
6460         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6461         be nil, nil means never confirm.
6462         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6463
6464 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6465
6466         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6467         means unlimited).
6468
6469 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6472         Use `with-temp-buffer'.
6473
6474 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6477         with new backquote style).
6478         (wl-folder-get-entity-from-buffer): Ditto.
6479
6480 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6481
6482         * wl-version.el (nemacs-version): Eliminated.
6483         (wl-extended-emacs-version2): Ignore nemacs.
6484         (wl-extended-emacs-version3): Ditto.
6485
6486 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6487
6488         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6489         (wl-draft-add-in-reply-to): New variable.
6490         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6491         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6492         (wl-draft-yank-from-mail-reply-buffer): Use
6493         `wl-draft-add-in-reply-to'.
6494         (wl-draft-insert-current-message): Ditto.
6495
6496 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6497
6498         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6499         typo (kill->hide).
6500         (wl-message-buffer-prefetch-folder-type-list): Added elements
6501         `mark' and `cache' instead of `internal'.
6502
6503 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6506         resume msgdb directory.
6507
6508 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl.el (wl-exit): Call `wl-acap-exit'.
6511
6512         * wl-summary.el (wl-summary-message-string): New function.
6513         (wl-summary-reedit): Use it.
6514         (wl-summary-resend-bounced-mail): Remove needless let.
6515         (wl-summary-supersedes-message): Ditto.
6516         (wl-summary-save): Ditto.
6517
6518         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6519         (wl-acap-init): Set it.
6520         (wl-acap-exit): New function.
6521
6522 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6523
6524         * wl.el (wl-init): Revert (require 'mime-setup). move from
6525         toplevel.
6526
6527 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6528
6529         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6530         local variables.  Add error when guess function return invalid
6531         value.
6532
6533 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6534
6535         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6536         Change local variable name.
6537         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6538         (wl-folder-get-newsgroups): Return nil when non-news folder.
6539         * wl-summary.el (wl-summary-write-current-folder): State through
6540         when guess-list return nil.
6541         (wl-summary-write-current-folder-functions): Fixed docstring.
6542
6543         * wl.el (wl-exit): Changed confirm message.
6544
6545         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6546         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6547
6548         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6549
6550 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6551
6552         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6553         user option (Renamed from wl-cache-prefetch-folder-type-list).
6554         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6555         from wl-cache-prefetch-folder-list).
6556
6557         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6558         Move to wl-vars.el.
6559         (wl-message-buffer-prefetch-p): Changed to enable
6560         `wl-message-buffer-prefetch-folder-list'.
6561
6562         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6563         `ignore-cache'.
6564
6565 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6566
6567         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6568         `part-top' and `part-bottom'.
6569         (wl-draft-config-sub-part-top): New function.
6570         (wl-draft-config-sub-part-bottom): New function.
6571
6572 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6573
6574         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6575
6576 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6579
6580 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6581
6582         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6583
6584         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6585         (wl-summary-write-current-folder): Ditto.
6586
6587 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-folder.el (wl-folder-get-newsgroups): Use
6590         `elmo-folder-newsgroups'.
6591
6592 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6595         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6596         `wl-draft-config-sub-header-bottom'.
6597
6598 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6599
6600         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6601         localnews folder.
6602
6603 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6604
6605         * wl-summary.el (wl-summary-mode): Undo last change.
6606
6607         * wl-folder.el (wl-folder-mode): Ditto.
6608
6609 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6610
6611         * wl-summary.el (wl-summary-mode): Locally set
6612         truncate-partial-window-width to nil.
6613         (for XEmacs)
6614
6615         * wl-folder.el (wl-folder-mode): Ditto.
6616
6617 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6620
6621 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6624         number.
6625
6626         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6627
6628         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6629
6630         * Version number is increased to 2.7.6.
6631
6632 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6635
6636 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-summary.el (wl-summary-sync-update): Enclose network
6639         related portion with `unwind-protect'.
6640
6641 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6642
6643         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6644
6645 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6648         element.
6649         * wl-vars.el (wl-message-body-button-alist): Ditto.
6650
6651         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6652         max match length.
6653         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6654
6655         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6656         for the max match length;
6657         Use 4th element value for the button string regexp group.
6658
6659         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6660         candidate exists, prompt to select.
6661
6662 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6663
6664         * wl-summary.el (wl-summary-jump-to-msg): Search before
6665         calibration point by `beginning-of-line'.
6666
6667 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6668
6669         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6670         for access group.
6671
6672 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6673
6674         * wl-message.el (wl-message-display-internal): Bind
6675         `default-mime-charset'.
6676
6677         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6678
6679         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6680
6681         * Version number is increased to 2.7.5.
6682
6683 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6684
6685         * wl-expire.el (wl-summary-archive): Fixed;
6686         Use `elmo-folder-name-internal'.
6687
6688 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6689
6690         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6691         from `elmo-folder-move-messages' caller.
6692         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6693
6694         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6695         related portions are changed).
6696
6697 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6698
6699         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6700         counter.
6701
6702 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6703
6704         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6705         buffer local and set it to nil.
6706
6707         * wl-message.el (wl-message-redisplay): Ditto.
6708
6709 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-summary.el (wl-summary-mark-as-important): If message is
6712         already cached, set messag as read, otherwise encache and mark as read.
6713
6714 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6715
6716         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6717         point-min.
6718
6719 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6722         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6723         a keymap.
6724
6725 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6726
6727         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6728         parent.
6729
6730         * wl-mule.el (wl-message-define-keymap): Ditto.
6731
6732         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6733
6734         * wl-xmas.el (wl-message-display-internal-hook): Define.
6735         (wl-xmas-setup-message-toolbar): Define as function.
6736         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6737         (wl-message-overload-functions): Abolished.
6738         (wl-message-define-keymap): New function.
6739
6740         * wl-vars.el (wl-message-display-internal-hook): New variable.
6741         (wl-message-header-button-alist): New variable (Renamed from
6742         wl-highlight-message-header-button-alist).
6743         (wl-message-body-button-alist): Ditto.
6744
6745         * wl-mule.el (wl-message-define-keymap): New function.
6746         (wl-message-overload-functions): Abolished.
6747
6748         * wl-message.el (wl-message-add-buttons-to-body): New function.
6749         (wl-message-redisplay): Don't call wl-message-overload-functions;
6750         Call wl-message-add-buttons-to-header and
6751         wl-message-add-buttons-to-body.
6752         (wl-message-display-internal): Set keymap argument for
6753         elmo-mime-display-as-is, elmo-mime-message-display;
6754         Run wl-message-display-internal-hook.
6755         (wl-message-refer-article-or-url): Abolished.
6756
6757         * wl-highlight.el (wl-highlight-headers): Don't call
6758         wl-highlight-message-add-buttons-to-header.
6759         (wl-highlight-message-add-buttons-to-header): Abolished.
6760
6761
6762         * wl-e21.el (wl-message-display-internal-hook): Define.
6763         (wl-e21-setup-toolbar): Deleted duplicated binding.
6764         (wl-e21-setup-message-toolbar): Define as function.
6765         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6766         (wl-message-define-keymap): New function.
6767         (wl-message-overload-functions): Abolished.
6768
6769 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6772         and elmo-folder-close.
6773
6774         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6775
6776 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6777
6778         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6779         boolean value.
6780         * wl-draft.el (wl-draft-do-fcc): Ditto.
6781
6782 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6783
6784         * wl-vars.el (wl-fcc-force-as-read): New variable.
6785         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6786         mark copied message as read.
6787
6788 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6791
6792 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6793
6794         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6795         `wl-summary-target-above' instead of obsolete variable
6796         `wl-summary-temp-above'.
6797
6798         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6799         instead of `make-obsolete-variable'.
6800         * wl-refile.el (toplevel): Ditto.
6801
6802 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6805         with third argument t.
6806         (wl-draft): Set first argument for wl-plugged-init as t.
6807
6808         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6809         definition.
6810
6811 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6812
6813         * wl-vars.el: Tabify.
6814         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6815
6816         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6817         message.
6818
6819 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6820
6821         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6822         and set default to beep.
6823
6824 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6825
6826         * wl-vars.el (wl-draft-truncate-lines): New variable.
6827
6828         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6829         instead of wl-message-truncate-lines for truncate-lines.
6830
6831 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-message.el (wl-message-display-internal): Call
6834         `wl-highlight-message' after `elmo-mime-display-as-is'.
6835
6836         * wl-mime.el (wl-mime-display-text/plain): New function.
6837         (wl-mime-display-header): Ditto.
6838         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6839         body-presentation-method for text/plain;
6840         Register `wl-mime-display-header' as a header-presentation-method;
6841         Don't set up `elmo-message-text-content-inserted-hook' and
6842         `elmo-message-header-inserted-hook'.
6843
6844         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6845         variable.
6846         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6847         as t if flag is 'all-header;
6848         Don't bind `elmo-message-ignored-field-list',
6849         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6850
6851 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6854         for xemacs with non-mule environment.
6855
6856 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6857
6858         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6859         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6860         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6861
6862 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6863
6864         * wl-vars.el (wl-interactive-send): Set default value as t.
6865
6866 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6869         (wl-addrmgr-method-list): Abolished.
6870         (wl-addrmgr-change-method): Follow above change.
6871
6872         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6873
6874 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6875
6876         * wl-vars.el (wl-message-truncate-lines): Change default value
6877         to default-truncate-lines.
6878
6879         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6880
6881 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6882
6883         * wl-vars.el (wl-message-truncate-lines): New variable.
6884
6885         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6886         wl-message-truncate-lines.
6887
6888 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6889
6890         * wl-acap.el (wl-acap-init): Remove period from error message.
6891         (wl-acap-find-acap-service): Remove period from message.
6892
6893 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl.el (wl-check-environment): Undo last change.
6896
6897         * wl-vars.el (wl-from): Changed default value.
6898
6899         * wl-util.el (toplevel): Don't require tm-edit.
6900
6901         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6902         `wl-folder-init';
6903         Don't set mark on mail body.
6904         (wl-draft-reedit): Ditto.
6905
6906         * wl-address.el (wl-address-quote-specials): Define as an alias for
6907         elmo-address-quote-specials.
6908
6909 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6912
6913         * wl-vars.el (wl-from): Set default value as nil.
6914         (wl-organization): Set default value as ORGANIZATION environment
6915         variable.
6916
6917         * wl-draft.el (wl-smtp-extension-bind): Check value of
6918         wl-smtp-connection-type.
6919
6920         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6921         error.
6922
6923 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * Version number is increased to 2.7.4.
6926
6927         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6928         arguments from `wl-highlight-x-face-function' caller.
6929         Use x-face-1.3.6.12 or later.
6930
6931 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6932
6933         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6934
6935 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6936
6937         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6938         (wl-fcc): Fix to accept function.
6939         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6940
6941 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6942
6943         * wl-acap.el (toplevel): Added `product-provide' declare.
6944         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6945
6946 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl.el (wl): Changed order of calling `elmo-init'
6949         and `elmo-folder-init'.
6950
6951 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6952
6953         * wl-mime.el (wl-summary-burst): Extract message when content-type
6954         of root entity is not only `multipart' but also `message/rfc822'.
6955         (wl-summary-burst-subr): Ditto.
6956
6957 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-vars.el (toplevel): Require 'custom.
6960         (wl-trash-folder): Added to `wl-setting' group.
6961
6962         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6963         exists.
6964         (wl-addrmgr-draw): Insert empty line when no entry exists.
6965
6966         * wl-mule.el (wl-message-wheel-up): Fixed.
6967         (wl-message-wheel-down): Ditto.
6968
6969 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6970
6971         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6972         config is an anonymous lambda expression.
6973
6974 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6977         when Mule 2 is running.
6978
6979 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6982
6983 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6986         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6987
6988         * wl-address.el (wl-address-specials-regexp): Eliminated.
6989         (wl-address-quote-specials): Rewrite.
6990
6991 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6994         shy-groups for regexp.
6995
6996         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6997         character classes and Perl style shy-groups for regexp.
6998         (wl-highlight-plugged-current-line): Use Posix style character
6999         classes for regexp.
7000         (wl-e21-highlight-folder-by-numbers): Ditto.
7001         (wl-e21-display-image-p): Use `display-images-p' instead of
7002         `display-graphic-p'.
7003         (display-images-p): Make an alias to `display-graphic-p' if it is
7004         not available.  It is for Emacs version prior to 21.0.105.
7005
7006         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7007         `display-graphic-p'.
7008         (wl-demo-image-type-alist): Ditto.
7009         (display-images-p): Make an alias to `display-graphic-p' if it is
7010         not available.  It is for Emacs version prior to 21.0.105.
7011
7012 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7013
7014         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7015         support.
7016         (wl-generate-user-agent-string): Ditto.
7017
7018         * wl-version.el (wl-version): Update docsting.
7019         (wl-version-status): Ditto.
7020
7021 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7022
7023         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7024         21.0.105.  For Emacs 21.0.104 or earlier.
7025
7026 2001-09-03  Takuo KITAME <kitame@northeye.org>
7027
7028         * wl-e21.el (wl-plugged-init-icons): Use
7029         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7030         (wl-biff-init-icons): Ditto.
7031
7032 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * wl-highlight.el (wl-highlight-summary-current-line):
7035         Fixed highlighting refile/copy destination.
7036
7037         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7038         (wl-acap-store): Encode string by wl-acap-coding-system.
7039
7040 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-acap.el (toplevel): Check and require 'un-define before
7043         'xemacs-ucs;
7044          Added checking for UTF-2000.
7045
7046 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7049         Don't enclose with `eval-and-compile'.
7050
7051         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7052         wl-init is non-nil.
7053
7054         * wl-draft.el (wl-draft): Ditto.
7055
7056         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7057
7058         * wl-acap.el (toplevel): Require 'wl.
7059         (wl-acap-store): Call `elmo-init'.
7060
7061         * wl.el (wl): Changed position of `wl-check-environment'.
7062         (toplevel): Added autoload setting for wl-acap.
7063
7064         * wl-vars.el (wl-setting): New custom group.
7065         (wl-from): Added wl-setting group.
7066         (wl-user-mail-address-list): Ditto.
7067         (wl-organization): Ditto.
7068         (wl-subscribed-mailing-list): Ditto.
7069         (wl-envelope-from): Ditto.
7070         (wl-smtp-posting-user): Ditto.
7071         (wl-smtp-posting-server): Ditto.
7072         (wl-smtp-posting-port): Ditto.
7073         (wl-smtp-authenticate-type): Ditto.
7074         (wl-pop-before-smtp-user): Ditto.
7075         (wl-pop-before-smtp-server): Ditto.
7076         (wl-pop-before-smtp-port): Ditto.
7077         (wl-pop-before-smtp-authenticate-type): Ditto.
7078         (wl-nntp-posting-server): Ditto.
7079         (wl-nntp-posting-user): Ditto.
7080         (wl-nntp-posting-port): Ditto.
7081         (wl-fetch-confirm-threshold): Ditto.
7082         (wl-prefetch-threshold): Ditto.
7083         (wl-thread-insert-opened): Ditto.
7084         (wl-ldap-server): Ditto.
7085         (wl-ldap-port): Ditto.
7086         (wl-ldap-base): Ditto.
7087         (wl-ldap-objectclass): Ditto.
7088         (wl-use-ldap): Ditto.
7089         (wl-draft-config-alist): Ditto.
7090         (wl-draft-config-matchone): Ditto.
7091         (wl-template-alist): Ditto.
7092         (wl-message-sort-field-list): Ditto.
7093         (wl-message-ignored-field-list): Ditto.
7094         (wl-message-visible-field-list): Ditto.
7095         (wl-interactive-send): Ditto.
7096         (wl-summary-move-order): Ditto.
7097         (wl-auto-select-first): Ditto.
7098         (wl-auto-select-next): Ditto.
7099         (wl-interactive-save-folders): Ditto.
7100
7101         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7102         Initialization codes are moved from wl-local-folder-init.
7103         (wl-local-folder-init): Follow the change above.
7104         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7105
7106         * wl-acap.el: New file.
7107
7108         * Version number is increased to 2.7.3.
7109
7110 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7111
7112         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7113
7114 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7115
7116         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7117         (wl-addrmgr-address-entry-list): Ditto.
7118
7119 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-e21.el (wl-draft-mode-map): Removed binding for
7122         `wl-draft-insert-x-face-field'.
7123
7124         * wl-mule.el (wl-draft-mode-map): Ditto.
7125
7126         * wl-xmas.el (wl-draft-mode-map): Ditto.
7127
7128         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7129         (wl-cs-autoconv): Ditto.
7130         (wl-cs-local): Ditto.
7131         (wl-use-scoring): Ditto.
7132         (wl-mime-charset): Ditto.
7133         (wl-folder-check-async): Ditto.
7134
7135         * wl.el (toplevel): Ignore nemacs and tm.
7136         (wl-exit): Ditto.
7137
7138         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7139         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7140         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7141         instead of wl-address-petname-add-or-change.
7142         (wl-summary-edit-addresses-subr): Use wl-address-delete
7143         instead of wl-address-petname-delete.
7144
7145         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7146
7147         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7148         if error occured.
7149
7150         * wl-message.el (require): Remove tm support.
7151
7152         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7153
7154         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7155         (wl-folder-jump-to-current-entity): Ditto.
7156         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7157
7158         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7159         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7160         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7161
7162         * wl-mule.el (wl-draft-key-setup): Ditto.
7163
7164         * wl-xmas.el (wl-draft-key-setup): Ditto.
7165
7166         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7167         (wl-draft-std11-parse-addresses): New function.
7168         (wl-draft-parse-mailbox-list): Use it.
7169         (wl-draft): Ignore nemacs.
7170         (wl-draft-reedit): Ditto.
7171
7172         * wl-addrmgr.el: New file.
7173         (Original is wl-rcpt.el written by
7174         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7175         Thanks Kitamoto-san.)
7176
7177         * wl-address.el (wl-address-make-address-list): Modified parsing
7178         process.
7179         (wl-address-delete): Renamed from `wl-address-petname-delete';
7180         Modify wl-address-list too.
7181         (wl-address-add-or-change): Renamed from
7182         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7183
7184 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7185
7186         * wl-highlight.el (wl-highlight-summary-current-line):
7187           Work with transient-mark-mode
7188
7189 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * Version number is increased to 2.7.2.
7192
7193         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7194         instead of elmo-dop-queue-method.
7195
7196 2001-08-06  SAITO Atsunori <sai@yedo.com>
7197
7198         * wl-vars.el (wl-ldap-objectclass): New user option.
7199
7200         * wl-address.el (wl-ldap-make-filter): Use it.
7201
7202 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7205
7206 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl-folder.el (wl-folder): redisplay after folder insertion.
7209
7210         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7211
7212         * wl-summary.el (wl-summary-sync-update):
7213         Change status mark only when new-msgdb exists.
7214         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7215
7216 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-summary.el (wl-summary-open-folder): New function.
7219         (wl-summary-goto-folder-subr): Use it.
7220         (wl-summary-mark-as-important): Fix;
7221         Encache only when no cache exists.
7222
7223 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7226         Use with-current-buffer.
7227
7228 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7229
7230         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7231         before call `get-buffer'. Fixed parenthesis.
7232         (wl-score-get-header-entry): Clear message and help window when
7233         keyboard quit.
7234         (wl-score-edit-insert-header): Ditto.
7235
7236 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7239         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7240         (wl-default-draft-cite): Fix.
7241
7242         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7243         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7244
7245 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-message.el (wl-message-prev-page): Do same bahavior
7248         as summary when it is called in the message buffer.
7249         (wl-message-next-page): Ditto.
7250
7251 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-summary.el (wl-summary-forward): Use cache if it is not
7254         section cache.
7255
7256 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7259         Removed redundant require of elmo-vars.
7260         (wl-biff-state-indicator-on): Changed default value for
7261         xemacs with non-mule environment.
7262
7263         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7264         wl-message-buffer is nil;
7265         Hide progress bar after moving messages.
7266
7267 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7270         message at cursor point is deleted.
7271
7272 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-vars.el: Changed file coding system to euc-japan.
7275         Added -*-coding:-*- magic to the first line.
7276
7277         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7278         Search parent from the first message.
7279
7280         * Version number is increased to 2.7.1.
7281
7282 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7283
7284         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7285
7286 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7289         refile/delete execution.
7290
7291         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7292         Fixed docstring.
7293
7294 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7297         do update process;
7298         Don't update marks when update process is interrupted.
7299
7300 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-summary.el (wl-summary-reply): Fixed problem when
7303         wl-draft-use-frame is non-nil.
7304         (wl-summary-forward): Ditto.
7305
7306         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7307         as nil.
7308         (wl-folder-mark-as-read-all-entity): Ditto.
7309         (wl-folder-prefetch-entity): Ditto.
7310
7311         * wl.el (wl): Check environment before wl-init.
7312
7313         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7314         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7315         instead of wl-summary-collect-unread.
7316         (wl-summary-reply): Split message window.
7317
7318 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7321         only if current language environment is japanese,
7322
7323         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7324         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7325         (wl-folder-goto-folder-subr): Ditto.
7326
7327         * wl-draft.el (wl-draft-dispatch-message): Call
7328         `elmo-file-cache-get-path'.
7329
7330 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-summary.el (wl-summary-cursor-move): If return value of
7333         wl-summary-next-message is not number, don't jump.
7334
7335 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * wl-summary.el (wl-summary-buffer-next-message-function): New
7338         variable.
7339         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7340         if it is bound.
7341
7342         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7343         string.
7344
7345         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7346         (wl-plugged-drawing): Ditto.
7347
7348 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7351         process.
7352         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7353         with unwind-protect.
7354
7355         * wl.el (wl-init): Require mime-setup.
7356         (wl-check-environment): Don't require mime-setup.
7357
7358         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7359         instead of elmo-folder-type.
7360
7361         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7362         value as nil.
7363
7364 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * Version number is increased to 2.7.0.
7367
7368         * wl-version.el (wl-version): Changed codename.
7369
7370         * wl-summary.el (wl-summary-delete-cache): Fixed.
7371
7372         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7373         Workaround for net folders.
7374         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7375
7376         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7377         value to nil (According to the patch from
7378         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7379
7380         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7381         of elmo-folder-close.
7382
7383 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7384
7385         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7386         for postfix.
7387
7388 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-summary.el (wl-summary-resend-message): Fixed.
7391
7392         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7393         Call wl-draft with `from' argument if its address is included in
7394         `wl-user-mail-address-list'.
7395         (wl-draft): Added `from' argument.
7396
7397         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7398         non-nil.
7399         (wl): Don't show demo if wl-demo is nil.
7400
7401         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7402         wl-summary-use-frame.
7403
7404         * wl-vars.el (wl-summary-use-frame): New user option.
7405         (wl-folder-use-frame): Changed docstring.
7406
7407         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7408         non-nil.
7409         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7410         wl-summary-use-frame.
7411
7412         * wl-vars.el (wl-folder-use-frame): New user option.
7413
7414         * wl-summary.el (wl-summary-exit): Back to folder frame if
7415         wl-folder-use-frame is non-nil.
7416         (wl-summary-redisplay-internal): Ignore cache if current folder
7417         is draft folder,
7418         (wl-summary-redisplay-no-mime): Ditto.
7419         (wl-summary-redisplay-all-header): Ditto.
7420
7421         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7422         if wl-folder-use-frame is non-nil.
7423
7424 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-summary.el (wl-summary-sync-update): Bind
7427         elmo-folder-update-threshold.
7428         (wl-summary-mark-as-important): Enclosed server mark processing
7429         with `save-match-data'.
7430
7431         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7432         only when it is already defined.
7433
7434 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7435
7436         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7437         name of folder exclude localdir is wrong.
7438         * wl-folder.el (wl-folder-sync-entity):
7439         Set `wl-summary-always-sticky-folder-list' as nil.
7440         (wl-folder-mark-as-read-all-entity): Ditto.
7441         (wl-folder-prefetch-entity): Ditto.
7442
7443 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7446         instead of `wl-summary-write-current-newsgroup'.
7447
7448 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7449
7450         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7451         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7452         non-nil and selected message is important, do not display.
7453
7454 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7455
7456         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7457
7458 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7461
7462         * wl-summary.el (wl-summary-mark-as-important): Set message number
7463         using wl-summary-message-number.
7464
7465 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7466
7467         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7468         destination folder is 'null.
7469
7470 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7471
7472         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7473         New function.
7474         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7475         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7476         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7477
7478 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-mime.el (wl-mime-setup): Added setting for
7481         `mime-setup-signature-key-alist' to avoid overriding key bind for
7482         `wl-draft-send'.
7483
7484         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7485         for `wl-draft-send'.
7486         * wl-mule.el (wl-draft-overload-functions): Ditto.
7487         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7488         * wl-draft.el (wl-draft-send): Ditto.
7489
7490         * wl-message.el (wl-message-display-internal):
7491         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7492         (Patch is provided by <kita@coe.nttdata.co.jp>).
7493
7494 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7495
7496         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7497
7498 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7499
7500         * wl.el (wl): Fix for wl-demo.
7501
7502 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7503
7504         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7505
7506 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7507
7508         * wl-folder.el (wl-folder-prefetch-entity): Use
7509         `wl-folder-get-elmo-folder'.
7510         (wl-folder-count-incorporates): Do not use
7511         `wl-folder-get-elmo-folder'.
7512
7513 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7514
7515         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7516         instead of `elmo-folder-get-type'.
7517
7518 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7519
7520         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7521         position on Subject: field.
7522         (Advised by Mito <mit@nines.nec.co.jp>)
7523
7524 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7525
7526         * wl-folder.el (wl-folder-prefetch-entity): Use
7527         `wl-folder-get-elmo-folder'.
7528
7529 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7532
7533         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7534         `process-duplicates' slot.
7535
7536         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7537         if detection failed.
7538
7539 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-version.el (wl-version-status): Set to "alpha".
7542
7543 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7546         Check wl-message-buffer lives before set-buffer.
7547
7548 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7549
7550         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7551         called in folder mode.
7552         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7553         * wl-summary.el (wl-summary-exit-pre-hook): Run
7554         `wl-summary-exit-pre-hook' before exit summary mode.
7555
7556 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7557
7558         * wl-version.el (wl-version-status): New variable.
7559         (wl-version-status-alist): Removed.
7560         (wl-version-status): Rule included.
7561
7562 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7565         @sponichi.
7566
7567         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7568         when `mail-reply-buffer' is buffer-local variable.
7569         (Reported by <kita@coe.nttdata.co.jp>).
7570
7571 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-vars.el (toplevel): Require 'elmo-util.
7574
7575 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7578         (All other related portions are changed)
7579
7580         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7581
7582         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7583
7584 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7585
7586         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7587
7588 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7591         Delete other windows to avoid an error.
7592         Use `point-marker' instead of `point' to remember the start point
7593         of body.
7594
7595         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7596
7597         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7598         number not to exceed all message number.
7599
7600 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7601
7602         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7603         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7604
7605 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-summary.el (wl-summary-sync-force-update): Added argument
7608         no-check.
7609         (wl-summary-sync-update): Ditto.
7610         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7611         with `no-check'.
7612
7613         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7614         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7615         already running.
7616
7617 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7618
7619         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7620         `dst-folder-arg'.
7621         (wl-expire-archive-number1): Diito.
7622         (wl-expire-archive-number2): Diito.
7623         (wl-expire-archive-Date): Diito.
7624         (wl-archive-number1): Diito.
7625         (wl-archive-number2): Diito.
7626         (wl-archive-date): Diito.
7627         (wl-archive-folder-p): New function.
7628         (wl-summary-expire): Support of expand folder name at
7629         wl-expire-alist.
7630         * wl-util.el (wl-expand-newtext): Renamed from
7631         `wl-refile-expand-newtext'.
7632
7633 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7634
7635         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7636         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7637         `(elmo-msgdb-get-overview msgdb)'.
7638         (wl-summary-prefetch): Bind match data before call
7639         `wl-summay-prefetch-msg'.
7640         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7641         'off if `wl-summary-buffer-disp-msg' is non-nil.
7642         Fixed problem that couldn't show only one new or unread message when
7643         enter folder.
7644         (wl-summary-reply): Don't call `split-window-vertically' and other
7645         window.
7646
7647 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * wl-expire.el (wl-expire-refile): Fixed.
7650
7651 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7654
7655         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7656         biff notification is removed.
7657
7658         * wl.el (wl): Changed position of `elmo-init'.
7659
7660         * wl-draft.el (wl-default-draft-cite): Use date field
7661         on the citation buffer.
7662
7663         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7664
7665         * wl-xmas.el (wl-folder-internal-icon-list): Added
7666         `wl-folder-shimbun-image'.
7667
7668         * wl-e21.el (wl-folder-internal-icon-list): Added
7669         `wl-folder-shimbun-image'.
7670
7671 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl.el (wl-init): Eliminated argument.
7674         (wl): Rewrite.
7675
7676         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7677         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7678         instead of `elmo-folder-msgdb-internal'.
7679         (wl-summary-sync-update): Ditto.
7680         (wl-summary-flush-pending-append-operations): Eliminated.
7681         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7682         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7683         `elmo-folder-open'.
7684
7685         * wl-mime.el (wl-summary-burst): Fixed.
7686
7687         * wl-folder.el (wl-folder-info-save): Check data type.
7688
7689         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7690         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7691         instead of `elmo-folder-msgdb-internal'.
7692         (wl-expire-hide): Ditto.
7693
7694
7695         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7696
7697 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7698
7699         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7700
7701 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7702
7703         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7704
7705 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7706
7707         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7708         Fixed `match-beginning' argument mismatch.
7709
7710 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7711
7712         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7713         the default value.
7714
7715 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7718         instead of `elmo-nntp-default-port'.
7719
7720         * wl-vars.el: Fixed some doc strings.
7721
7722 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-summary.el (wl-summary-prefetch-msg): Use
7725         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7726
7727         * wl-vars.el: Define *-func as obsolete variable using
7728         `elmo-define-obsolete-variable'.
7729
7730         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7731         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7732         instead of `wl-message-buffer-prefetch-threshold'.
7733
7734         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7735
7736         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7737
7738         * wl-draft.el (wl-caesar-region-func): Ditto.
7739
7740         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7741         Keep unread status in elmo-folder-move-messages.
7742         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7743
7744 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7745
7746         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7747         `wl-summary-buffer-exit-func'
7748         (wl-summary-buffer-message-redisplay-function): Renamed from
7749         `wl-summary-buffer-message-redisplay-func'
7750         (wl-summary-buffer-next-folder-function): Renamed from
7751         `wl-summary-buffer-next-folder-func'.
7752         (wl-summary-buffer-prev-folder-function): Renamed from
7753         `wl-summary-buffer-prev-folder-func'.
7754         (wl-summary-get-petname-function): Renamed from
7755         `wl-summary-get-petname-func'.
7756
7757         * wl-score.el (wl-score-edit-exit-function): Renamed from
7758         `wl-score-edit-exit-func'.
7759
7760         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7761         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7762
7763         * wl-util.el (wl-load-profile-function): Renamed from
7764         `wl-load-profile-func'.
7765
7766         * wl-folder.el (wl-folder-completion-function): Renamed from
7767         `wl-folder-completion-func'.
7768         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7769
7770         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7771         `wl-expire-archive-get-folder-func'.
7772         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7773         (wl-draft-send-mail-function): Renamed from
7774         `wl-draft-send-mail-func'.
7775         (wl-draft-send-news-function): Renamed from
7776         `wl-draft-send-news-func'.
7777         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7778         (wl-generate-mailer-string-function): Renamed from
7779         `wl-generate-mailer-string-func'.
7780         (wl-highlight-signature-search-function): Renamed from
7781         `wl-highlight-signature-search-func'.
7782         (wl-highlight-x-face-function): Renamed from
7783         `wl-highlight-x-face-func'
7784         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7785         (wl-ps-print-buffer-function): Renamed from
7786         `wl-ps-print-buffer-func'
7787         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7788         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7789         (wl-summary-subject-filter-function): Renamed from
7790         `wl-summary-subject-filter-func'.
7791
7792         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7793         `wl-draft-queue-flush-send-func'
7794         (wl-draft-cite-function): Renamed from
7795         `wl-draft-cite-func'
7796
7797         * wl-address.el (wl-address-init-function): Renamed from
7798         `wl-address-init-func'.
7799
7800 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-draft.el (wl-draft-queue-flush): Don't call
7803         `elmo-dop-unlock-message'.
7804         * wl-draft.el (wl-draft-queue-append): Don't call
7805         `elmo-dop-lock-message'.
7806
7807         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7808         (wl-summary-buffer-folder-name): Ditto.
7809         (wl-summary-message-regexp): Added '-' (all other related portions
7810         are changed).
7811         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7812         wl-summary-buffer-folder-name.
7813
7814 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7815
7816         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7817         the number of mails in the folder buffer is not updated by wl-biff.
7818
7819 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7822         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7823
7824 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-summary.el (wl-summary-next-message):
7827         Return next message number when wl-summary-move-order is nil.
7828
7829 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7830
7831         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7832         `wl-summary-move-spec-alist'.
7833         (wl-summary-move-spec-unplugged-alist): New variable
7834         (Move spec for unplugged status).
7835         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7836         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7837
7838 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7839
7840         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7841         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7842
7843 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7844
7845         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7846         simple quotation to quote the anonymous function.
7847         * tm-wl.el (wl-draft-preview-message): Ditto.
7848
7849 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7850
7851         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7852         Eliminate redundant `save-excursion'.
7853         (wl-highlight-summary-current-line): Ditto.
7854
7855         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7856         accessing match data when `looking-at' failed.
7857
7858         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7859         `elmo-match-string' where users don't care about the speed.
7860         (wl-draft-save): Ditto.
7861
7862 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-util.el (wl-regexp-opt): New function.
7865
7866         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7867         number from `wl-summary-buffer-number-list'.
7868         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7869         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7870         (wl-summary-move-spec-alist): Changed default setting.
7871
7872 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7873
7874         * wl-vars.el (wl-biff-notify-hook): New hook.
7875         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7876         the arrival of new mail.
7877         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7878         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7879
7880 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7883
7884 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7887
7888         * Version number is increased to 2.5.8.
7889
7890         * wl-thread.el (toplevel): require 'cl.
7891         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7892         (wl-thread-make-number-list): New function.
7893         (wl-thread-entity-make-number-list-from-children): Ditto.
7894         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7895         (wl-thread-entity-insert-as-children): Likewise.
7896         (wl-thread-delete-message): Likewise.
7897         (wl-meaning-of-mark): Eliminated.
7898         (wl-thread-next-failure-mark-p): Ditto.
7899         (wl-thread-entity-get-mark): Ditto.
7900         (wl-thread-meaning-alist-get-result): Ditto.
7901         (wl-thread-entity-check-prev-mark): Ditto.
7902         (wl-thread-entity-check-next-mark): Ditto.
7903         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7904         (wl-thread-entity-get-prev-marked-entity): Ditto.
7905         (wl-thread-get-prev-unread): Ditto.
7906         (wl-thread-jump-to-prev-unread): Ditto.
7907         (wl-thread-get-next-unread): Ditto.
7908         (wl-thread-jump-to-next-unread): Ditto.
7909         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7910         (wl-thread-entity-get-next-marked-entity): Ditto.
7911
7912         * wl-summary.el (wl-summary-buffer-number-list):
7913         New bufer-local variable.
7914         (wl-summary-switch-to-clone-buffer): Clone
7915         `wl-summary-buffer-number-list'.
7916         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7917         (wl-summary-cursor-move-regex): Eliminated.
7918         (wl-summary-cursor-up): Rewrite.
7919         (wl-summary-cursor-down): Ditto.
7920         (wl-summary-mode-spec-alist): New variable.
7921         (wl-summary-next-message): New inline function.
7922         (wl-summary-cursor-move): New function.
7923         (wl-summary-default-get-next-msg): Rewrite.
7924         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7925         (wl-summary-rescan): Ditto.
7926         (wl-summary-sync-all-init): Ditto.
7927         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7928         summary is not thread view.
7929         (wl-summary-sync-update): Ditto.
7930         (wl-summary-rescan): Ditto.
7931         (wl-summary-make-number-list): New function.
7932
7933         * wl-draft.el: "FCC" -> "Fcc".
7934
7935 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-highlight.el (wl-highlight-summary-window):
7938         Call `set-buffer-modified-p'.
7939
7940         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7941         (wl): Call `elmo-init' and fix.
7942
7943         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7944         Use new variables.
7945
7946         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7947
7948 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7951
7952 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7953
7954         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7955
7956 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7957
7958         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7959         `wl-use-toolbar' nor `display-graphic-p'.
7960         (wl-e21-setup-message-toolbar): Ditto.
7961         (wl-e21-setup-summary-toolbar): Ditto.
7962         (wl-e21-setup-folder-toolbar): Ditto.
7963
7964         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7965         (wl-plugged-init-icons): Ditto.
7966
7967         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7968         `display-graphic-p'.
7969         (wl-plugged-set-folder-icon): Ditto.
7970         (wl-highlight-plugged-current-line): Ditto.
7971         (wl-highlight-folder-current-line): Ditto.
7972         (wl-e21-highlight-folder-group-line): Ditto.
7973         (wl-e21-setup-toolbar): Ditto.
7974         (wl-e21-display-image-p): New macro.
7975
7976         * wl-demo.el (wl-demo): Simplified.
7977         (wl-demo-image-type-alist): Use `image-type-available-p' for
7978         checking whether the image type `xbm' is available.
7979
7980 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7983         (wl-summary-input-range): Ditto.
7984
7985 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * wl-summary.el (wl-summary-edit-addresses): Use
7988         `wl-summary-get-original-buffer'
7989         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7990         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7991         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7992         (wl-summary-get-newsgroups): Eliminated.
7993         (wl-summary-set-crosspost): Ditto.
7994         (wl-summary-is-crosspost-folder): Ditto.
7995         (wl-crosspost-alist-load): Ditto.
7996         (wl-crosspost-alist-save): Ditto.
7997
7998         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7999         `elmo-setup-subscribed-newsgroups' instead of
8000         `elmo-nntp-make-groups-hashtb'.
8001         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8002         instead of `wl-crosspost-alist-save'.
8003
8004         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8005         of `elmo-folder-message-appendable-p'.
8006         (wl-mime-header-presentation-method): Eliminated.
8007
8008         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8009         (Error occurs in emacs21).
8010
8011         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8012         the current buffer).
8013
8014         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8015         instead of `wl-crosspost-alist-save'.
8016         (wl-init): `elmo-crosspost-message-alist-load'
8017         instead of `wl-crosspost-alist-load'
8018
8019         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8020         (wl-parse-newsgroups): Likewise.
8021         (wl-biff-notify): Run `wl-biff-notify-hook'.
8022
8023 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8026
8027         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8028         when `wl-summary-lazy-highlight' is non-nil.
8029         (wl-summary-goto-folder-subr): Highlight only when
8030         `wl-summary-lazy-highlight' is non-nil.
8031
8032         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8033         Don't display progress and highlight temp-mark when
8034         `wl-summary-lazy-highlight' is non-nil.
8035         (wl-highlight-summary-window): New function.
8036         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8037
8038 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-summary.el (wl-summary-sync): Change `all-visible'
8041         from `all-shown'
8042         (wl-summary-input-range): Ditto.
8043
8044 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8045
8046         * wl-e21.el (wl-highlight-folder-current-line): Call
8047         `wl-folder-init-icons' when folder icons have not been initialized.
8048
8049         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8050
8051         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8052         (wl-demo-image-type-alist): New macro.
8053
8054 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8055
8056         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8057         display does not support graphics.
8058         (wl-plugged-init-icons): Ditto.
8059         (wl-folder-init-icons): Ditto.
8060
8061         * wl-demo.el (wl-demo): Chech closely whether the display
8062         supports graphics.
8063
8064 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-summary.el (wl-summary-get-original-buffer): New function.
8067         (wl-summary-set-crosspost): Use it.
8068         (wl-summary-target-mark-uudecode): Ditto.
8069         (wl-summary-reedit): Ditto.
8070         (wl-summary-resend-bounced-mail): Ditto.
8071         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8072         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8073
8074         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8075         (wl-message-display-internal): Ditto.
8076
8077 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8080
8081 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * wl-summary.el (wl-summary-save-view): Renamed from
8084         `wl-summary-save-status'.
8085
8086 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-summary.el (wl-summary-sync): Added `all-shown'
8089
8090 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8093
8094 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8095
8096         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8097
8098 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8099
8100         * wl-highlight.el (wl-highlight-summary-line-string): Use
8101         `zerop' instead of `= 0'.
8102         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8103
8104         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8105         for comparing numbers.
8106         (wl-template-prev): Use `zerop' instead of `eq 0'.
8107
8108         * wl-draft.el (wl-draft-insert-current-message): Use
8109         `with-current-buffer' instead of `save-excursion'.
8110         Use `zerop' instead of `eq 0'.
8111
8112 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8113
8114         * wl-draft.el (wl-draft-insert-ccs): New function.
8115         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8116         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8117
8118 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8121
8122 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-expire.el (wl-expire-refile): Don't call
8125         elmo-msgdb-add-msgs-to-seen-list;
8126         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8127         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8128
8129 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8130
8131         * wl-message.el (wl-message-prev-page): Ignore errors while
8132         scroll-down.
8133
8134 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-mime.el: Use elmo-original-message-mode instead of
8137         mmelmo-original-mode.
8138
8139         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8140         `elmo-folder-get-spec';
8141         (wl-fldmgr-add-completion-all-completions):
8142         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8143
8144         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8145         of `elmo-folder-get-type'.
8146
8147         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8148         `elmo-folder-get-spec';
8149         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8150         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8151         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8152         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8153         `elmo-read-msg-no-cache';
8154         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8155         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8156         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8157         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8158         `elmo-cache-save';
8159         (wl-draft-reedit): Use `elmo-message-file-name'.
8160
8161         * wl-expire.el: Use `elmo-folder-name-internal';
8162         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8163         Use macro `wl-summary-buffer-msgdb' instead of variable
8164         `wl-summary-buffer-msgdb';
8165         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8166         Use macro `wl-summary-buffer-folder-name' instead of variable
8167         `wl-summary-buffer-folder-name'.
8168         * wl-score.el: Likewise.
8169
8170         * wl-message.el: Rewrite for new message buffer cache mechanism.
8171         (wl-message-buffer-cache-buffer-get): New macro.
8172         (wl-message-buffer-cache-folder-get): Ditto.
8173         (wl-message-buffer-cache-message-get): Ditto.
8174         (wl-message-buffer-cache-entry-make): Ditto.
8175         (wl-message-buffer-cache-hit): Ditto.
8176         (wl-message-buffer-cache-sort): New function.
8177         (wl-message-buffer-cache-add): Ditto.
8178         (wl-message-buffer-cache-delete): Ditto.
8179         (wl-message-buffer-cache-clean-up): Ditto.
8180         (wl-message-buffer-window): Rewrite.
8181         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8182         (wl-message-buffer-display): New function.
8183         (wl-message-display-internal): New function.
8184
8185 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-folder.el: Use `elmo-folder-name-internal';
8188         Use `wl-folder-get-elmo-folder';
8189         Use `elmo-folder-list-messages' instead of
8190         `elmo-list-folder';
8191         Use `elmo-folder-get-primitive-list' instead of
8192         `elmo-folder-get-primitive-spec-list';
8193         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8194         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8195         Use `elmo-folder-create' instead of `elmo-create-folder'.
8196         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8197         (wl-folder-get-elmo-folder): New macro.
8198         (wl-folder-elmo-folder-cache-get): Ditto.
8199         (wl-folder-elmo-folder-cache-put): Ditto.
8200         (wl-folder-suspend): Call `elmo-quit'.
8201
8202         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8203         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8204         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8205         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8206         (toplevel): require 'cl.
8207         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8208
8209         * wl-summary.el: Rewrite to use new elmo interface.
8210
8211 \f
8212 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * wl-mime.el (wl-draft-preview-message):
8215         Run `wl-draft-send-hook' before collecting recipients information;
8216         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8217
8218         * tm-wl.el (wl-draft-preview-message): Ditto.
8219
8220 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8223         wrong recipients are displayed when forwarded message.
8224
8225 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * Version number is increased to 2.5.7.
8228
8229 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8230
8231         * wl-message.el (wl-message-next-page): Bind
8232         `window-pixel-scroll-increment' to nil while scrolling up.
8233
8234 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8235
8236         * wl-vars.el (wl-save-hook): New hook.
8237         * wl.el (wl-save): Call `wl-save-hook'.
8238
8239 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8240
8241         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8242         Argument WITH-ARG instead of NO-ARG (negative mean).
8243         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8244         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8245         * wl-message.el (wl-message-follow-current-entity): Likewise.
8246
8247 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8250         FROM was optional argument.
8251         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8252
8253 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8254
8255         * Version number is increased to 2.5.6.
8256
8257 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * wl-version.el (wl-version-show): Removed.
8260         (wl-version): Add `interactive'.
8261
8262 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8263
8264         * wl-summary.el (wl-summary-get-petname-func): New variable.
8265         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8266         instead of `wl-address-get-petname-1'.
8267         (wl-summary-simple-from): Ditto.
8268
8269         * wl-address.el (wl-address-get-petname-1): Define as function.
8270
8271 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8274         field in the original message.
8275         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8276
8277 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8278
8279         * wl-expire.el (wl-expire-hide):
8280         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8281
8282 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8283
8284         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8285         find decoder for To, Cc, and Subject.
8286
8287 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8290         for checking `elmo-use-buffer-cache'.
8291         (wl-summary-mark-as-important): Fixed typo in comment.
8292
8293 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8296         field in the original message.
8297         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8298
8299 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8300
8301         * wl-expire.el (wl-expire-hide):
8302         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8303
8304 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8307         find decoder for To, Cc, and Subject.
8308
8309 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * Version number is increased to 2.5.5.
8312
8313         * wl-address.el (wl-address-specials-regexp): New constant.
8314         (wl-address-quote-specials): Use it.
8315
8316 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-summary.el (wl-summary-rescan):
8319         Call `wl-summary-buffer-number-column-detect'.
8320         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8321
8322         * wl-message.el (wl-message-mode-map): Define.
8323         (wl-message-decode): Use it as local-map.
8324
8325 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8328         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8329
8330 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8331
8332         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8333
8334         * wl-mule.el (wl-read-event-char): Ditto.
8335
8336         * wl-e21.el (wl-read-event-char): Ditto.
8337
8338         * wl-nemacs.el (wl-read-event-char): Ditto.
8339         (read-event): Removed.
8340
8341         * wl-util.el (toplevel): Removed dummy definition of
8342         `read-event'.
8343         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8344
8345 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8346
8347         * wl-nemacs.el (elmo-archive-call-process): Moved to
8348         elmo-archive.el.
8349
8350 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8351
8352         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8353         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8354
8355         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8356         instead of magic-number 6.  Use `not' instead of `null' for symbol
8357         `nil' check (not empty list).
8358         (wl-draft-insert-x-face-field): Fixed paren style.
8359
8360         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8361         one-branch conditional statement, instead of `and' and `if'.
8362         (wl-draft-forward): Likewise.
8363         (wl-draft-add-references): Likewise.
8364         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8365
8366         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8367         conditional steatment.  Use `cond' instead of `if'.
8368         (wl-draft-confirm): Likewise.
8369
8370 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8371
8372         * wl-version.el (wl-version-show): Use `product-string-1'
8373         instead of `wl-version'.
8374         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8375
8376         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8377
8378 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8379
8380         * wl-highlight.el (wl-highlight-headers): Revert
8381         `wl-highlight-x-face-func' argument (`beg' and `end').
8382
8383 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8384
8385         * wl.el (toplevel): Move `product-provide' declare.
8386         * wl-demo.el (toplevel): Ditto.
8387         * wl-dnd.el (toplevel): Ditto.
8388         * wl-highlight.el (toplevel): Ditto.
8389         * wl-message.el (toplevel): Ditto.
8390         * wl-refile.el (toplevel): Ditto.
8391         * wl-util.el (toplevel): Ditto.
8392
8393 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8396         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8397         (wl-thread-close-all): keep cursor position.
8398
8399 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8400
8401         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8402         (eq x 0).
8403         (wl-generate-user-agent-string-1): Fix conditional statement.
8404
8405 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8406
8407         * wl.el (wl-check-environment): Additional check for
8408         'wl-local-domain' and `wl-message-id-domain'.
8409
8410 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8411
8412         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8413
8414 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8415
8416         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8417         instead of `smtp-sasl-user-realm'.
8418
8419 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8420
8421         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8422
8423 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8424
8425         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8426         to the default value as well as `eword-lexical-analyzer'.
8427
8428 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8429
8430         * wl-version.el (wl-extended-emacs-version,
8431         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8432         `elmo-match-string' instead of `wl-match-string'.
8433
8434 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8435
8436         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8437         docstring.
8438
8439 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8440
8441         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8442
8443 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8444
8445         * wl-highlight.el (wl-highlight-headers): Remove
8446         `wl-highlight-x-face-func' argument (`beg' and `end').
8447
8448 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-summary.el (wl-summary-mark-as-important):
8451         Remove cache if folder is local.
8452
8453 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8454
8455         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8456         to get existing e-mail address string.
8457
8458 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8459
8460         * wl-version.el (wl-generate-user-agent-string): Commentary.
8461         (wl-generate-user-agent-string-1): Use `when' for
8462         one-branch conditional statement, instead of `and' and `if'.
8463         (wl-extended-emacs-version, wl-extended-emacs-version2,
8464         wl-extended-emacs-version3): Ditto.
8465
8466 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8469         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8470         condition-case; Remove initialization.
8471         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8472         (wl-summary-sync-update3): Added argument `sync-all';
8473         Eliminated local variable `msgdb';
8474         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8475         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8476         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8477
8478 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8479
8480         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8481         connection before call `wl-draft-send-mail-with-smtp'.
8482
8483 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8484
8485         * Version number is increased to 2.5.4.
8486
8487 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8488
8489         * wl.el (wl-check-environment): Additional check for
8490         'wl-local-domain' and `wl-message-id-domain'.
8491
8492 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8495         buffer as command specific.
8496         (wl-folder-mark-as-read-all-entity): Ditto.
8497         (wl-folder-prefetch-entity): Ditto.
8498         (wl-folder-drop-unsync-entity): Ditto.
8499
8500         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8501         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8502         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8503
8504         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8505         save-excursion.
8506
8507 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * Version number is increased to 2.5.3.
8510
8511         * wl-summary.el (wl-summary-save-view-cache):
8512         Delete duplicated `write-region';
8513         Use `write-region-as-binary' instead of `as-binary-output-file' and
8514         `write-region'.
8515
8516 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8517
8518         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8519
8520 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8523         instead of `smtp-via-smtp'.
8524
8525 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8526
8527         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8528
8529 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8530
8531         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8532         instead of `smtp-sasl-user-realm'.
8533
8534 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8535
8536         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8537
8538 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8539
8540         * Version number is increased to 2.5.2.
8541
8542 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8543
8544         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8545         does not exist.
8546         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8547         (wl-biff-start): Call `timer-activate' if timer already exists.
8548
8549         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8550         only when it is bound as function.
8551
8552 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * Version number is increased to 2.5.1.
8555
8556 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8557
8558         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8559         Print refile/copy destination.
8560
8561 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8564         queue-flush-only is non-nil.
8565
8566         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8567
8568         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8569         checking cache folder.
8570
8571 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8572
8573         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8574         `regexp-quote'.
8575
8576 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8577
8578         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8579         function.
8580         * wl-summary.el (wl-summary-write-current-folder-functions):
8581         Change default value.  Use it.
8582
8583 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8584
8585         * Version number is increased to 2.5.0.
8586
8587         * wl-version.el (wl-version): Changed codename.
8588
8589 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8592         (wl-summary-supersedes-message): Ditto.
8593
8594 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8595
8596         * wl-refile.el (wl-refile-guess-functions): Renamed from
8597         `wl-refile-guess-func-list'.
8598
8599 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8600
8601         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8602         Fixed problem when no rule was matched.
8603
8604 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8605
8606         * wl-summary.el (wl-summary-get-mark): Fixed
8607         `wl-summary-buffer-target-mark' check logic.
8608
8609 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8610
8611         * wl-folder.el (wl-folder-write-current-folder): Added group
8612         folder check.
8613
8614         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8615         `wl-summary-write-current-newsgroup'.
8616         (wl-summary-write-current-folder-functions): New variable.
8617         * wl-folder.el (wl-folder-get-newsgroups): New function.
8618         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8619         (wl-folder-write-current-folder): Renamed from
8620         `wl-folder-write-current-newsgroup'.
8621
8622 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8623
8624         * Version number is increased to 2.3.93.
8625
8626 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8627
8628         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8629         (wl-ldap-make-matched-value-list): Ditto.
8630         (wl-ldap-alias-safe-string): Split e-mail address.
8631
8632         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8633         petname folder default was selected.
8634         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8635         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8636
8637 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8640         to `wl-draft-config-exec'.
8641
8642         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8643         instead of calling `wl-draft-config-exec';
8644         Process group-list and show recipients in minibuffer.
8645
8646         * tm-wl.el (wl-draft-preview-message): Ditto.
8647
8648 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8649
8650         * wl.el (toplevel): Added (C) to copyright notice, and
8651         sync Author header.
8652         * tm-wl.el (toplevel): Ditto.
8653         * wl-address.el (toplevel): Ditto.
8654         * wl-demo.el (toplevel): Ditto.
8655         * wl-dnd.el (toplevel): Ditto.
8656         * wl-draft.el (toplevel): Ditto.
8657         * wl-e21.el (toplevel): Ditto.
8658         * wl-expire.el (toplevel): Ditto.
8659         * wl-folder.el (toplevel): Ditto.
8660         * wl-highlight.el (toplevel): Ditto.
8661         * wl-message.el (toplevel): Ditto.
8662         * wl-mime.el (toplevel): Ditto.
8663         * wl-mule.el (toplevel): Ditto.
8664         * wl-nemacs.el (toplevel): Ditto.
8665         * wl-refile.el (toplevel): Ditto.
8666         * wl-score.el (toplevel): Ditto.
8667         * wl-summary.el (toplevel): Ditto.
8668         * wl-template.el (toplevel): Ditto.
8669         * wl-thread.el (toplevel): Ditto.
8670         * wl-util.el (toplevel): Ditto.
8671         * wl-vars.el (toplevel): Ditto.
8672         * wl-xmas.el (toplevel): Ditto.
8673
8674 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8675
8676         * wl.el (wl-init): Added comment about `wl-init-hook'.
8677         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8678         * wl-vars.el (wl-init-hook): Added docs.
8679         (wl-make-plugged-hook): Removed useless docs.
8680         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8681         * wl-xmas.el (toplevel): Ditto.
8682
8683 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8684
8685         * wl-address.el (toplevel): Fixed multiple Author header format.
8686         * wl-demo.el (toplevel): Ditto.
8687         * wl-draft.el (toplevel): Ditto.
8688         * wl-folder.el (toplevel): Ditto.
8689         * wl-summary.el (toplevel): Ditto.
8690         * wl-thread.el (toplevel): Ditto.
8691         * wl-util.el (toplevel): Ditto.
8692         * wl-vars.el (toplevel): Ditto.
8693         * wl-version.el (toplevel): Ditto.
8694         * wl-xmas.el (toplevel): Ditto.
8695         * wl.el (toplevel): Ditto.
8696
8697         * wl-version.el (toplevel): Added require `elmo-version' for
8698         `product-version-as-string'.
8699
8700 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8701
8702         * wl-vars.el (wl-draft-send-hook): Changed default value to
8703         '(wl-draft-config-exec).
8704
8705         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8706         explicitly.
8707         (wl-draft): Set `wl-draft-config-exec-flag' before running
8708         `wl-mail-setup-hook'.
8709
8710         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8711         `wl-biff-init-icons' to `wl-init-hook' instead of
8712         `wl-make-plugged-hook'.
8713         (Because if `wl-draft' command is invoked at first,
8714         they are not initialized)
8715         Updated copyright notice.
8716
8717         * wl-e21.el (toplevel): Ditto;
8718
8719         * wl-demo.el (toplevel): Updated copyright notice.
8720         * wl-address.el (toplevel): Ditto.
8721         * wl-draft.el (toplevel): Ditto.
8722         * wl-version.el (toplevel): Ditto.
8723         * wl-folder.el (toplevel): Ditto.
8724         * wl-summary.el (toplevel): Ditto.
8725         * wl-thread.el (toplevel): Ditto.
8726         * wl-util.el (toplevel): Ditto.
8727         * wl-vars.el (toplevel): Ditto.
8728         * wl.el (toplevel): Ditto.
8729
8730 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-highlight.el (wl-highlight-message): Fixed problem of
8733         highlighting failure which occured when the last field contains
8734         multiple lines in the draft buffer.
8735
8736         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8737         `wl-biff-start' if plugged.
8738
8739         * wl-util.el (wl-biff-check-folder): New function.
8740         (wl-biff-check-folders): Don't set session name prefix.
8741         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8742         (wl-biff-check-folder-async): Ditto.
8743
8744         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8745         in email address.
8746
8747 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8748
8749         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8750
8751         * wl-draft.el (wl-draft-strip-subject-re): New function.
8752
8753         * wl-draft.el (wl-draft-reply): Use it.
8754
8755 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-message.el (wl-mmelmo-message-redisplay): Use
8758         `mime-display-message' instead of `wl-mime-display-message'.
8759
8760         * wl-mime.el (toplevel): Removed compatibility workaround
8761         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8762         (wl-mime-display-message): Abolished.
8763         (wl-mime-entity-read-field): Ditto.
8764         (wl-mime-combine-message/partial-pieces): Use
8765         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8766
8767 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8768
8769         * wl-template.el: Doc fixes.
8770
8771 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8772
8773         * wl-e21.el (wl-message-overload-functions): Do nothing if
8774         `current-local-map' is not available.
8775         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8776
8777 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8778
8779         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8780         representation.
8781
8782         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8783         number.
8784         (wl-fldmgr-save-folders): Don't use `format' when insert
8785         `wl-fldmgr-folders-header'.
8786
8787 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8788
8789         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8790
8791 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8792
8793         * wl-highlight.el (wl-highlight-message):
8794         Use `std11-field-end' to detect end point of the header field.
8795         Refer `wl-highlight-max-header-size'.
8796
8797         * wl-vars.el (wl-highlight-max-header-size): New variable.
8798
8799         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8800
8801         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8802         Set `for-draft' argument of wl-highlight-headers.
8803         (wl-draft): Ditto.
8804         (wl-draft-reedit): Ditto.
8805         (wl-user-agent-compose-internal): Ditto.
8806
8807 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8808
8809         * wl-message.el (wl-message-add-button): Use overlay.
8810
8811 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8814
8815         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8816         problem when group-list content is nothing.
8817         (Reported by Mito <mit@nines.nec.co.jp>)
8818
8819 2000-10-18  SAITO Atsunori <sai@yedo.com>
8820
8821         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8822
8823 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * tm-wl.el (toplevel): Use product-provide.
8826
8827 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8828
8829         * Version number is increased to 2.3.92.
8830
8831 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8832
8833         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8834         title text, use `display' property for left margin under Emacs 21.
8835
8836         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8837         properties.
8838         (wl-plugged-init-icons): Ditto.
8839
8840 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8841
8842         * wl.el (wl-save-status, wl-init): Remove last period in
8843         "...done." message.
8844         * tm-wl.el (wl-summary-burst): Ditto.
8845         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8846         wl-summary-resume-cache-status,
8847         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8848         wl-summary-sync-update3, wl-summary-highlight-msgs,
8849         wl-summary-flush-pending-append-operations,
8850         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8851         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8852         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8853         wl-thread-open-all): Ditto.
8854         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8855         * wl-mime.el (wl-summary-burst): Ditto.
8856         * wl-highlight.el (wl-highlight-summary): Ditto.
8857         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8858         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8859         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8860         * wl-address.el (wl-local-address-init): Ditto.
8861
8862 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8863
8864         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8865         `add-text-properties'.
8866         (wl-plugged-init-icons): Ditto.
8867         (wl-folder-init-icons): Use `propertize' instead of
8868         `put-text-property'.
8869         (wl-plugged-set-folder-icon): Ditto.
8870         (wl-e21-highlight-folder-group-line): Ditto.
8871
8872 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * wl-version.el (wl-version-status-alist): New variable.
8875         (wl-version-status): New function.
8876
8877         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8878         "Cc" part of the case "Reply-To".
8879
8880         * wl-draft.el (wl-draft-reply): Use result of
8881         `eword-extract-address-components'.
8882
8883         * wl-demo.el (wl-demo-icon-name): New constant.
8884         (wl-logo-xpm): Use it.
8885         (wl-logo-xbm): Ditto.
8886         (wl-logo-bitmap): Ditto.
8887
8888         * Version number is increased to 2.3.91.
8889
8890 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8891
8892         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8893         (wl-extended-emacs-version, wl-extended-emacs-version2,
8894         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8895         docstring.
8896
8897         * wl-version.el (wl-generate-user-agent-string-1): New function.
8898         (wl-generate-user-agent-string): Use it.
8899
8900         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8901         `mime-edit-insert-user-agent-field'.
8902         (wl-generate-user-agent-string): Check
8903         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8904
8905         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8906         instead of `if', when verbose case.
8907
8908 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8909
8910         * wl-expire.el (wl-summary-expire): Fix.
8911
8912 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8913
8914         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8915         and `elmo-lost+found-folder' if 'wl-draft.
8916         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8917
8918 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8919
8920         * wl-expire.el (wl-summary-expire): Change messages.
8921         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8922         `deleing-info' instead of "Deleting..."
8923
8924 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8925
8926         * wl-summary.el (wl-summary-refile-subr): Fix.
8927
8928 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8929
8930         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8931         if pipe folder.
8932
8933 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8934
8935         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8936
8937 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8938
8939         * wl-expire.el (wl-expire-hide): New function.
8940         (wl-summary-expire): Add `hide'.
8941
8942 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * wl-vars.el (wl-draft-reply-without-argument-list):
8945         Changed default value to consider `Reply-To:'.
8946         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8947
8948         * Version number is increased to 2.3.90.
8949
8950         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8951         elmo-imap4-get-session with unwind-protect.
8952         Don't cause error.
8953         (wl-summary-sync-marks): Don't check plugged nor folder type.
8954         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8955         (Always keep current buffer).
8956
8957 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8958
8959         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8960         Enclose with `save-excursion'.
8961
8962 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8963
8964         * wl-version.el (wl-version): Remove interactive.
8965
8966 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8967
8968         * wl-version.el (wl-generate-user-agent-string): Use
8969         `product-string-verbose' instead of `product-string-1'.
8970
8971 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8972
8973         * wl-vars.el (wl-draft-use-cache): New variable.
8974         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8975         if wl-draft-use-cache is non-nil.
8976
8977 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8978
8979         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8980         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8981
8982 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8983
8984         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8985         (wl-thread-msg-mark-as-unread): Ditto.
8986
8987         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8988         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8989         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8990         Don't set mark in summary if return value of `elmo-mark-as-read'
8991         is nil.
8992         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8993         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8994         instead of `wl-thread-msg-mark-as-read'.
8995         (wl-summary-mark-as-unread-region): Ditto.
8996         (wl-summary-target-mark-mark-as-read): Ditto.
8997
8998         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8999
9000 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9003
9004         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9005
9006 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9007
9008         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9009         face.
9010
9011 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9012
9013         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9014         `running-xemacs'.
9015
9016 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9017
9018         * wl-version.el (toplevel): Use `product-version-as-string' for
9019         set verstion-string, if defined.
9020
9021         * wl-version.el (wl-version-show): Insert string at point, when
9022         call with argument.
9023
9024         * wl-version.el (wl-generate-user-agent-string): Use
9025         `product-string-1' instead of `wl-appname', `wl-version' and
9026         `wl-codename'.
9027
9028 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-address.el (toplevel): Use product-provide.
9031         * wl-demo.el (toplevel): Ditto.
9032         * wl-dnd.el (toplevel): Ditto.
9033         * wl-draft.el (toplevel): Ditto.
9034         * wl-e21.el (toplevel): Ditto.
9035         * wl-expire.el (toplevel): Ditto.
9036         * wl-fldmgr.el (toplevel): Ditto.
9037         * wl-folder.el (toplevel): Ditto.
9038         * wl-highlight.el (toplevel): Ditto.
9039         * wl-message.el (toplevel): Ditto.
9040         * wl-mime.el (toplevel): Ditto.
9041         * wl-mule.el (toplevel): Ditto.
9042         * wl-nemacs.el (toplevel): Ditto.
9043         * wl-refile.el (toplevel): Ditto.
9044         * wl-score.el (toplevel): Ditto.
9045         * wl-summary.el (toplevel): Ditto.
9046         * wl-template.el (toplevel): Ditto.
9047         * wl-thread.el (toplevel): Ditto.
9048         * wl-util.el (toplevel): Ditto.
9049         * wl-vars.el (toplevel): Ditto.
9050         * wl-xmas.el (toplevel): Ditto.
9051         * wl.el (toplevel): Ditto.
9052
9053 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9054
9055         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9056         instead of product.
9057
9058         * wl-version.el (wl-version): Compile time evalution elmo-version.
9059
9060 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9061
9062         * wl-summary.el (wl-summary-sync-force-update): Append queue
9063         `mark-as-read'if unplugged.
9064
9065 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-version.el: New file.  Use product.el.
9068         * wl.el: add (require 'wl-version).
9069         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9070         for ~/.folders header.
9071         (wl-fldmgr-folders-header): Changed.
9072         * wl-demo.el (wl-demo): Use product.el.
9073
9074         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9075         wl-version.el.
9076         * wl-util.el (wl-version, wl-version-show): Ditto.
9077
9078         * wl-util.el (wl-generate-user-agent-string,
9079         wl-extended-emacs-version, wl-extended-emacs-version2,
9080         wl-extended-emacs-version3): Move to wl-version.el.
9081         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9082         xemacs-codename, mime-edit-insert-user-agent-field,
9083         mime-edit-user-agent-value, mime-editor/version,
9084         mime-editor/codename): Compile warning killer move to
9085         wl-version.el
9086
9087 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9088
9089         * wl-summary.el (wl-summary-refile-subr): Fix.
9090
9091 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9094         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9095
9096 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9097
9098         * wl.el (wl-check-environment): Check too many `@'.
9099
9100 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9101
9102         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9103
9104 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9105
9106         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9107         wl-draft-reply-myself-without-argument-list): Add variables.
9108         * wl-draft.el (wl-draft-reply): Use it.
9109
9110 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9111
9112         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9113         the 5th argument of `elmo-network-get-spec'.
9114
9115         * wl-thread.el (wl-thread-reparent-children): New inline function.
9116         (wl-thread-delete-message): Use it.
9117
9118         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9119         (wl-summary-score-update-all-lines): Don't use `dolist'.
9120
9121 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9124         (require 'elmo-msgdb) for inline function.
9125
9126 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9127
9128         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9129
9130 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9131
9132         * wl-score.el (wl-score-headers): Fix for the confusing macro
9133         `elmo-kill-buffer'.
9134
9135 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9136
9137         * wl-summary.el: Don't use the 3rd argument of `require' because
9138         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9139         * wl-util.el: Ditto.
9140         * wl-draft.el: Ditto.
9141
9142 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9143
9144         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9145         window system is not used.
9146
9147 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9148
9149         * wl-thread.el: Don't use `mapcar' only for iteration.
9150         (wl-thread-resume-entity): Ditto.
9151         (wl-thread-delete-message): Ditto.
9152
9153         * wl-summary.el: Bind `dragdrop-drop-functions',
9154         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9155         of `require' for `timezone', `easymenu' and `ps-print';
9156         don't use `mapcar' only for iteration.
9157
9158         * wl-util.el: Bind `mule-version', `nemacs-version',
9159         `emacs-beta-version', `xemacs-codename',
9160         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9161         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9162         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9163         only for iteration.
9164
9165         * wl-score.el: Don't use `mapcar' only for iteration.
9166         (wl-score-simplify-buffer-fuzzy): Ditto.
9167         (wl-score-simplify-subject): Ditto.
9168         (wl-score-headers): Ditto.
9169         (wl-summary-score-update-all-lines): Ditto.
9170
9171         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9172         `enable-multibyte-characters' and `mule-version'.
9173
9174         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9175         `mapcar' only for iteration.
9176
9177         * wl-demo.el: Don't use `mapcar' only for iteration.
9178
9179         * wl-folder.el: Don't use `mapcar' only for iteration.
9180         (wl-folder-open-all): Ditto.
9181         (wl-folder-count-incorporates): Ditto.
9182
9183         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9184         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9185
9186         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9187         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9188         `smtp-connection-type'; specify 3rd argument of `require' for
9189         `timezone'; don't use `mapcar' only for iteration.
9190         (wl-draft-clone-local-variables): Don't use `mapcar'.
9191         (wl-draft-generate-clone-buffer): Ditto.
9192         (wl-user-agent-compose-internal): Ditto.
9193
9194         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9195
9196         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9197         (wl-save-status): Ditto.
9198
9199         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9200         for iteration.
9201
9202 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9203
9204         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9205         removed `Date'.
9206         (wl-fldmgr-make-filter-default): New user option.
9207
9208         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9209         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9210         (wl-fldmgr-filter-completion-alist): Abolish.
9211
9212         * wl.el (wl): Don't check servers if arg is non-nil.
9213
9214         * wl-draft.el (wl-draft-reply): Set only message-id string to
9215         In-Reply-To field.
9216
9217 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-summary.el (wl-summary-pick): Rewrite.
9220
9221         * wl-draft.el (wl-draft-forward): Get references field from
9222         original buffer.
9223         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9224
9225 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9226
9227         * wl-draft.el (wl-draft-forward): Add references field.
9228
9229 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9230
9231         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9232         (wl-draft-reply): Use it.
9233
9234 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9235
9236         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9237         when Emacs 21 is running.
9238
9239         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9240         bindings.
9241
9242 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9243
9244         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9245         XPM icons transparent.
9246
9247         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9248         Emacs 21.
9249
9250 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9251
9252         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9253         nil.
9254
9255         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9256         when it is persistent.
9257         (wl-summary-sync-marks): Changed argument for
9258         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9259         (wl-summary-virtual): Use `elmo-read-search-condition'.
9260         (wl-summary-redisplay-internal): If folder is local, mark as read
9261         even when folder is plugged.
9262
9263 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9264
9265         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9266         of `tool-bar-lines' in the frame parameters.
9267         (after-make-frame-functions, post-command-hook): Don't modify the
9268         value.
9269         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9270         wl-e21-tool-bar-lines): Removed.
9271
9272 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9273
9274         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9275         properties `evaporate' and `wl-momentary-overlay' as well.
9276         (wl-highlight-summary-displaying): Ditto.
9277         (wl-delete-all-overlays): Don't delete overlay which does not have
9278         a property `wl-momentary-overlay'.
9279
9280         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9281         `display-mouse-p' and `display-graphic-p'.
9282         (wl-folder-init-icons): Don't search for XBM or the other files.
9283         (wl-plugged-set-folder-icon): Make icons if and only if
9284         `display-graphic-p' returns non-nil.
9285         (wl-highlight-plugged-current-line): Use `before-string' overlay
9286         property to show icon images.
9287         (wl-highlight-folder-current-line): Ditto.
9288         (wl-e21-highlight-folder-group-line): Ditto.
9289         (wl-e21-highlight-folder-by-numbers): Ditto.
9290         (wl-e21-insert-image): Removed.
9291         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9292         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9293         said.
9294         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9295         `wl-e21-force-switch-toolbar'.
9296         (wl-e21-make-icon-image): Removed.
9297         (wl-e21-setup-toolbar): Don't search for XBM files.
9298         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9299         the default value.
9300
9301 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9302
9303         * wl-util.el (wl-biff-check-folder-async): Set
9304         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9305
9306 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9307
9308         * wl-e21.el (after-make-frame-functions): Add
9309         `wl-e21-force-switch-toolbar'.
9310         (wl-e21-force-switch-toolbar): New function force to switch the
9311         toolbar appearance automatically.
9312         (post-command-hook): Add `wl-e21-switch-toolbar'.
9313         (wl-e21-switch-toolbar): New function to switch the toolbar
9314         appearance automatically.
9315         (wl-e21-tool-bar-lines): New buffer local variable.
9316
9317 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-util.el (wl-biff-check-folders-running): New variable.
9320         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9321         (wl-biff-check-folder-async-callback):
9322         Set `wl-biff-check-folders-running'.
9323         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9324         with unwind-protect.
9325
9326         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9327         Enclose `wl-folder-auto-check' with unwind-protect.
9328
9329         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9330         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9331
9332         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9333
9334         * wl-util.el (wl-biff-notify): New inline function.
9335         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9336         locally.
9337         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9338         folder-list' is 1.
9339         Use `wl-biff-notify'.
9340         (wl-biff-check-folder-async-callback): New function.
9341         (wl-biff-check-folder-async): Ditto.
9342
9343         * wl-folder.el (wl-folder): Don't check folders.
9344         (wl-folder-auto-check): New function.
9345
9346 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9347
9348         * wl-util.el (wl-biff-start) [Emacs19+]:
9349         Use `timer-next-integral-multiple-of-time'.
9350         (wl-biff-check-folders): Use `wl-default-folder'
9351         if `wl-biff-check-folder-list' is nil.
9352
9353 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9354
9355         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9356         instead of `elmo-delete-lists'.
9357
9358 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9359
9360         * wl.el (wl-plugged-toggle-all): Set the value of
9361         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9362         (wl-plugged-toggle): Ditto.
9363         (wl-toggle-plugged): Ditto.
9364         (wl-plugged-init): Ditto.
9365
9366         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9367         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9368         instead of `wl-biff-state-indicator-off' and
9369         `wl-biff-state-indicator-on'; don't modify the value and the type
9370         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9371         (wl-plugged-init-icons): Set icons data to
9372         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9373         instead of `wl-plug-state-indicator-off' and
9374         `wl-plug-state-indicator-on'; don't modify the value and the type
9375         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9376
9377         * wl-vars.el (wl-modeline-biff-state-off,
9378         wl-modeline-biff-state-on, wl-modeline-biff-status,
9379         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9380         wl-modeline-plug-status): New internal variables.
9381         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9382         wl-biff-check-interval, wl-biff-check-folder-list): Change
9383         customization group from `wl-folder' to `wl-highlight'.
9384         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9385         wl-show-plug-status-on-modeline): Defcustomized.
9386
9387         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9388         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9389         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9390         a flag to `mode-line-buffer-identification'.
9391
9392         * wl-e21.el (wl-biff-init-icons): Set icons data to
9393         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9394         instead of `wl-biff-state-indicator-off' and
9395         `wl-biff-state-indicator-on'.
9396         (wl-plugged-init-icons): Set icons data to
9397         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9398         instead of `wl-plug-state-indicator-off' and
9399         `wl-plug-state-indicator-on'.
9400
9401 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9402
9403         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9404         excessive titles.
9405
9406 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9407
9408         * wl.el (wl-plugged-mode): Use revised
9409         `wl-mode-line-buffer-identification'.
9410         (wl-plugged-init): Don't use `force-mode-line-update'.
9411
9412         * wl-xmas.el (wl-draft-overload-functions): Use revised
9413         `wl-mode-line-buffer-identification'.
9414         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9415         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9416         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9417         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9418         `wl-make-plugged-hook';
9419         add `wl-folder-init-icons' and `wl-setup-folder' to
9420         `wl-folder-mode-hook'.
9421
9422         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9423         19 as well.
9424         (wl-mode-line-display-priority-list): New user option.
9425         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9426         Defcustomized.
9427         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9428         Add docs.
9429
9430         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9431         start.
9432         (wl-mode-line-buffer-identification): Revised as a function.
9433
9434         * wl-summary.el (wl-summary-mode): Use revised
9435         `wl-mode-line-buffer-identification'; don't call
9436         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9437         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9438         `wl-xmas-setup-summary'.
9439
9440         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9441         `wl-mode-line-buffer-identification'.
9442
9443         * wl-mule.el (wl-draft-overload-functions): Use revised
9444         `wl-mode-line-buffer-identification'.
9445
9446         * wl-folder.el (wl-make-plugged-alist): Don't call
9447         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9448         (wl-folder): Don't call `wl-folder-init-icons' directly.
9449         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9450         `wl-xmas-setup-folder' directly;
9451         use revised `wl-mode-line-buffer-identification'.
9452         (TopLevel): Don't bind `wl-biff-init-icons',
9453         `wl-plugged-init-icons', `wl-folder-init-icons',
9454         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9455
9456         * wl-e21.el (wl-draft-overload-functions): Use revised
9457         `wl-mode-line-buffer-identification'.
9458         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9459         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9460         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9461         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9462         `wl-make-plugged-hook';
9463         add `wl-folder-init-icons' and `wl-setup-folder' to
9464         `wl-folder-mode-hook'.
9465
9466 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9467             Katsumi Yamaoka    <yamaoka@jpl.org>
9468
9469         * wl.el (wl): Call `wl-biff-start'.
9470         (wl-exit): Call `wl-biff-stop'.
9471         (wl-plugged-mode): Show biff in modeline.
9472         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9473
9474         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9475         (wl-biff-init-icons): New function.
9476         (wl-plugged-init-icons): Don't make too much keymaps.
9477         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9478
9479         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9480         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9481         variables.
9482         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9483         options.
9484
9485         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9486         wl-biff-start, wl-biff-stop): New functions.
9487         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9488         (wl-biff-timer-name): New variable.
9489
9490         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9491
9492         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9493         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9494
9495         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9496         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9497
9498         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9499         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9500         `wl-folder-init-icons' to `ignore' if they are not available.
9501         (wl-folder-mode): Show biff in modeline.
9502
9503         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9504         (wl-biff-init-icons): New function.
9505         (wl-plugged-init-icons): Don't make too much keymaps.
9506         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9507
9508 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9509
9510         * wl-vars.el (wl-strict-diff-folders): Customization Type
9511         and doc fix.  Define as a list of regular expressions for
9512         folders or nil.
9513         * wl-folder.el (wl-folder-check-one-entity): Use
9514         `wl-string-match-member' instead of `wl-string-member' for
9515         `wl-strict-diff-folders'.
9516
9517 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9518
9519         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9520         (wl-highlight-folder-current-line): Use it; new implementation.
9521         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9522         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9523         `defsubst' instead of `defun'.
9524
9525         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9526         `wl-highlight-group-folder-by-numbers'; made it can also be a
9527         number.  See info for more details.
9528
9529         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9530         running.
9531
9532         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9533         to bind them.
9534
9535         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9536         (wl-highlight-folder-current-line): New implementation.
9537
9538         * wl-highlight.el (wl-highlight-folder-group-line): New
9539         implementation.
9540         (wl-delete-all-overlays): Rewrite as a marco.
9541         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9542
9543         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9544         running.
9545         (wl-folder-*-glyph): No need to bind them.
9546
9547         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9548         `wl-e21-highlight-folder-group-icon'; rewrite.
9549         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9550         `defsubst' instead of `defun'.
9551         (wl-folder-mode-map): Bind it when compiling.
9552
9553 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9556
9557         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9558
9559 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9560
9561         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9562
9563 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9564
9565         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9566         (wl-highlight-folder-current-line): Use it.
9567
9568         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9569         in `id-name'.
9570
9571 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9572
9573         * wl.el: Require `wl-e21' when Emacs 21 is running.
9574
9575         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9576         default when Emacs 21 is running.
9577         (wl-use-highlight-mouse-line): Ditto.
9578         (wl-on-emacs21): New constant.
9579         (wl-on-emacs20): Removed.
9580
9581         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9582         Emacs 21 is running.
9583
9584         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9585         Emacs 21 is running.
9586
9587         * wl-e21.el: New file.
9588
9589 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9590
9591         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9592         (wl-toggle-plugged): Ditto.
9593         (wl-plugged-toggle): Ditto.
9594         (wl-plugged-toggle-all): Ditto.
9595
9596         * wl-vars.el (wl-plug-state-indicator): Refer
9597         `wl-plug-state-indicator-on' indirectly.
9598
9599 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9600
9601         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9602         Call `wl-folder-confirm-existence'.
9603
9604         * wl-folder.el (wl-folder-confirm-existence): Added optional
9605         argument `force'.
9606
9607 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9608
9609         * wl-summary.el (wl-summary-refile-subr): Assume
9610         `copy-or-refile' as symbol.
9611         (wl-summary-refile): Follow up above change.
9612         (wl-summary-copy): Ditto.  Doc fix.
9613
9614 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9615
9616         * wl-summary.el (wl-summary-pick): Don't bind
9617         `elmo-search-mime-charset'.
9618
9619         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9620         default using old backquote style.
9621         (wl-search-mime-charset): Abolished.
9622
9623         * wl-highlight.el (wl-highlight-headers):
9624         Call `point' after `re-search-forward'(for Nemacs).
9625
9626         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9627         for elmo-imap4.el.
9628
9629 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9630
9631         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9632         `wl-message-ignored-field-list' instead of
9633         `mime-view-ignored-field-list'.
9634
9635         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9636         Add interactive spec.
9637         (wl-folder-goto-bottom-of-current-folder): Ditto.
9638         (wl-folder-mode-map): Bind them.
9639
9640         * wl-vars.el (wl-message-ignored-field-list): New variable.
9641         (wl-message-visible-field-list): New variable.
9642
9643         * wl-mime.el (wl-mime-header-presentation-method): New function.
9644         (wl-mime-setup): Set header-presentation-method.
9645
9646 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9647
9648         * wl-nemacs.el (wl-draft-overload-functions): Set
9649         `mode-line-buffer-identification' instead of using
9650         `wl-make-modeline'.
9651
9652         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9653         instead of using `wl-make-modeline'.
9654
9655         * wl-xmas.el (wl-plugged-init-icons): Set up
9656         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9657         (wl-make-modeline): Abolish.
9658         (wl-draft-overload-functions): Set
9659         `mode-line-buffer-identification' instead of using
9660         `wl-make-modeline'.
9661
9662         * wl-util.el (wl-make-modeline-subr): Abolish.
9663         (wl-mode-line-buffer-identification): New alias.
9664
9665         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9666         (wl-summary-make-modeline): Abolish.
9667         (wl-summary-buffer-set-folder): Set
9668         `wl-summary-buffer-folder-indicator'.
9669         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9670         of using `wl-make-modeline'.
9671         (wl-summary-switch-to-clone-buffer): Don't set
9672         `mode-line-buffer-identification'.
9673         (wl-summary-goto-folder-subr): Ditto.
9674
9675         * wl-mule.el (wl-draft-overload-functions): Set
9676         `mode-line-buffer-identification' instead of using
9677         `wl-make-modeline'.
9678
9679         * wl-folder.el (wl-folder-mode): Set
9680         `mode-line-buffer-identification' instead of using
9681         `wl-make-modeline'.
9682         (wl-folder): Don't set `mode-line-buffer-identification'.
9683
9684 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9685
9686         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9687         instead of `member' for `wl-refile-guess-func-list' look-ups.
9688         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9689
9690 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9691
9692         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9693         `wl-message-button-dispatcher'.
9694
9695         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9696
9697         * wl-message.el (wl-message-button-dispatcher): Use it.
9698
9699         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9700         "In-Reply-To".
9701
9702         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9703         Bind `case-fold-search' to t.
9704
9705 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9706
9707         * wl-xmas.el (wl-message-overload-functions): Initialize
9708         `wl-message-button-map'.
9709
9710         * wl-mule.el (wl-message-overload-functions): Initialize
9711         `wl-message-button-map'.
9712
9713         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9714
9715         * wl-message.el (wl-message-button-map): New keymap.
9716         (wl-message-add-button): New function.
9717         (wl-message-button-dispatcher): New function.
9718         (wl-message-button-refer-article): New function.
9719
9720         * wl-highlight.el
9721         (wl-highlight-message-add-buttons-to-header): New function.
9722         (wl-highlight-headers): Use it.
9723
9724 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9725
9726         * wl-summary.el (wl-summary-default-from): Use
9727         `wl-address-get-petname-1'.
9728         (wl-summary-simple-from): Ditto.
9729
9730         * wl-address.el (wl-address-get-petname-1): New inline function.
9731         (wl-address-get-petname): Use it.
9732
9733 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9734
9735         * wl-summary.el (wl-summary-default-from): Return full-name part
9736         from the address if no petname was found.
9737         (wl-summary-simple-from): Ditto.
9738
9739         * wl-address.el (wl-address-get-petname): Return nil if no petname
9740         associated with the address was found.
9741
9742 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9743
9744         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9745         display is finished.
9746
9747 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9748
9749         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9750         `elmo-folder-exists-p' argument.
9751
9752 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9753
9754         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9755         the folder.
9756
9757 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9758
9759         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9760
9761         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9762         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9763
9764 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9765
9766         * wl-folder.el (wl-folder-create-subr): New function.
9767         (wl-folder-confirm-existence): Use it.
9768         (wl-folder-check-one-entity): Use it.
9769         Check the error symbol is derived from 'elmo-open-error.
9770
9771         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9772         `ignore-error'.
9773
9774 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9775
9776         * wl-util.el (toplevel): Add (eval-when-compile (require
9777         'elmo-util)).  (Maybe `provide' is typo.)
9778
9779 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9780
9781         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9782         (I don't know why this was needed.)
9783
9784         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9785         Follow up changes for stream-type.
9786
9787         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9788         (wl-draft-elmo-nntp-send): Ditto.
9789
9790         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9791         (wl-nntp-posting-stream-type): Ditto.
9792         (wl-pop-before-smtp-ssl): Abolished.
9793         (wl-nntp-posting-ssl): Ditto.
9794
9795         * wl-address.el (wl-address-quote-specials): New function.
9796         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9797
9798         * wl-draft.el (wl-draft-reply): Ditto.
9799
9800 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9801
9802         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9803         use function `wl-string-match-assoc'.
9804
9805 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9806
9807         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9808
9809         * wl-draft.el (wl-draft-deduce-address-list): New function.
9810         (wl-draft-parse-mailbox-list): Ditto.
9811         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9812         instead of `smtp-deduce-address-list'.
9813         (wl-draft-on-field-p): Follow group list.
9814
9815         * wl-address.el (wl-address-concat-token): New function.
9816         (wl-address-string-without-group-list-contents): Ditto.
9817         (wl-complete-field-body): Fixed problem of completion
9818         by japanese petname.
9819         (wl-address-make-completion-list): Rewrite.
9820
9821 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9822
9823         * wl-address.el (wl-address-make-completion-list): Completion by
9824         petname.
9825         (wl-complete-field-body): Likewise.
9826
9827 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9830         contains invalid address syntax.
9831
9832 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9833
9834         * wl-folder.el (wl-folder-check-entity-async): Use
9835         `elmo-nntp-spec-hostname'.
9836
9837 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9838
9839         * wl-summary.el (wl-summary-msgdb-load-async): Use
9840         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9841
9842 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9843
9844         * wl-draft.el (wl-draft-reply): Set argument
9845         `content-transfer-encoding' as nil.
9846
9847 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9848
9849         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9850         `wl-refile-alist'.
9851
9852 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9853
9854         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9855         (wl-draft-edit-string): Ditto.
9856         (wl-draft-forward): Ditto.
9857         * wl-summary.el (wl-summary-write): Ditto.
9858
9859 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9860
9861         * wl-summary.el (wl-summary-sync-update3): Call
9862         `wl-summary-buffer-number-column-detect'.
9863         (wl-summary-buffer-number-column-detect): Search from point-min.
9864
9865 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9866
9867         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9868         contains an address which is not included in original to or cc.
9869
9870 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9871
9872         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9873         begin-line does not exist.
9874         * wl-message.el (wl-message-uu-substring): Ditto.
9875
9876 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9877
9878         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9879         clear local variables.
9880         (wl-summary-exit): Call `elmo-commit'.
9881         (wl-summary-switch-to-clone-buffer): Call
9882         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9883         (wl-summary-goto-folder-subr): Ditto.
9884
9885         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9886         POP folder.
9887
9888 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9889
9890         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9891         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9892         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9893         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9894         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9895         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9896
9897         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9898
9899 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9900
9901         * wl-summary.el (wl-summary-search-by-subject):
9902         Search parent message from the latest one.
9903
9904 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9905
9906         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9907         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9908
9909         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9910         New user option.
9911
9912         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9913         if elmo-nntp-use-killed-list is nil.
9914         Use `elmo-msgdb-append-to-killed-list'.
9915         (Append numbers confirmed as disappeared to the killed list.)
9916         (wl-summary-confirm-appends): Don't display negative number.
9917
9918 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9919
9920         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9921
9922 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9923
9924         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9925         range is `all'.
9926         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9927         `elmo-list-bigger-diff'.
9928
9929 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9930
9931         * wl-summary.el (wl-summary-buffer-exit-func):
9932         New buffer local variable.
9933         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9934
9935 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9936
9937         * wl-demo.el (wl-demo): Fix the last change.
9938
9939 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9940
9941         * wl-demo.el (wl-demo): Don't use `eval'.
9942
9943 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9944
9945         * wl-summary.el (wl-summary-buffer-thread-modified):
9946         New buffer-local variable.
9947         (wl-summary-set-thread-modified): New function.
9948         (wl-summary-thread-modified-p): New function.
9949         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9950         (wl-summary-yank-saved-message): Use function
9951         `wl-summary-set-thread-modified'
9952         (wl-summary-switch-to-clone-buffer): Add
9953         `wl-summary-buffer-thread-modified'.
9954
9955         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9956         (wl-summary-buffer-mark-saved-hook): Ditto.
9957         * wl-summary.el (wl-summary-msgdb-save): New hook
9958         `wl-summary-buffer-message-saved-hook' and
9959         `wl-summary-buffer-mark-saved-hook'.
9960
9961 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9962
9963         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9964
9965 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9966
9967         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9968         don't hide scroll bars under FSF Emacsen because it may incur an
9969         undesirable redrawing.
9970
9971 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9972
9973         * wl-draft.el (wl-draft-edit-string): Call
9974         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9975
9976 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9977
9978         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9979
9980 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9981
9982         * wl-summary.el (wl-summary-msgdb-load-async): Call
9983         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9984
9985 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9986
9987         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9988         fringes in demo buffer; center bitmap logo correctly even if old
9989         Mule is used.
9990
9991 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9992
9993         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9994
9995         * wl-refile.el (wl-refile-subject-alist): New variable.
9996         (wl-refile-subject-alist-file-name): Ditto.
9997         (wl-refile-alist-setup): Rewrite.
9998         (wl-refile-alist-save): Use `elmo-object-save'.
9999         Eliminated arguments.
10000         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10001         (wl-refile-guess-by-subject): New function.
10002         (wl-refile-guess-func-list): Added it.
10003
10004 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10005
10006         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10007         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10008
10009 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10010
10011         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10012         New buffer-local variable.
10013         (wl-summary-buffer-next-folder-func): Ditto.
10014         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10015         if non-nil.
10016         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10017         if non-nil.
10018         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10019         if non-nil.
10020         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10021         if non-nil.
10022
10023 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10024
10025         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10026         permanently in the demo buffer.
10027
10028 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10029
10030         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10031         `mime-entity-fetch-field'.
10032
10033         * wl.el (wl-exit): Delete plugged buffer.
10034
10035         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10036         XEmacs has menubar feature.
10037
10038 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10039
10040         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10041         cannot arrive at the beginning of the buffer under old Emacsen.
10042
10043 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10044
10045         * wl-address.el (wl-address-ldap-search):
10046         Call `ldap-search-entries' with `withdn' argument t.
10047         (wl-complete-field-body): Bind completion-ignore-case as t.
10048         Clear ldap search hash when it was sole completion.
10049         Use elmo-string for pattern string.
10050         (wl-ldap-alias-safe-string): Eliminated needless let.
10051
10052 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10053
10054         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10055         (wl-ldap-alias-sep): New constant.
10056         (wl-ldap-search-attribute-type-list): Ditto.
10057         (wl-ldap-get-value): New function.
10058         (wl-ldap-make-filter): Ditto.
10059         (wl-ldap-make-matched-value-list): Ditto.
10060         (wl-ldap-alias-safe-string): Ditto.
10061         (wl-ldap-register-dn-string): Ditto.
10062         (wl-address-ldap-search): Rewrite.
10063
10064 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10065
10066         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10067         thread is deleted.
10068         (wl-thread-delete-line-from-buffer): Ditto.
10069         (wl-thread-get-exist-children): New function.
10070
10071 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10072
10073         * wl-demo.el (wl-demo): Made it to select various image types.
10074         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10075         from `wl-title-logo'.
10076         (wl-logo-ascii): New variable.
10077         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10078         (wl-demo-copyright-notice): New constant.
10079
10080         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10081
10082 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10083
10084         * wl-vars.el (wl-summary-target-above): Renamed from
10085         wl-summary-temp-above.
10086         * wl-score.el (wl-score-get-score-alist): Use it.
10087         (wl-summary-score-update-all-lines): Use it.
10088         * wl-summary.el: Ditto. (make-variable-buffer-local).
10089
10090 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10091
10092         * wl-vars.el (wl-ldap-port): New user option.
10093
10094         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10095         Rewite whole implementation.
10096         (wl-complete-field-body): Fixed.
10097
10098 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10099
10100         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10101         Choose implementation at compile time.
10102
10103 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10104
10105         * wl-address.el (wl-ldap-search-internal): New function.
10106         (wl-complete-field-to): Use it.
10107
10108 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10109
10110         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10111         Use `let' instead of `let*'.
10112         Require 'wl-vars.
10113
10114         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10115         Define as defcustom.
10116         (wl-ldap-base): Ditto.
10117         (wl-use-ldap): Ditto.
10118
10119 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10120
10121         * wl-address.el (wl-ldap-search): New function.
10122         (wl-complete-field-body): Use `wl-ldap-search'.
10123         (wl-ldap-server): New variable.
10124         (wl-ldap-base): Ditto.
10125         (wl-use-ldap): Ditto.
10126
10127 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10128
10129         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10130         (Pointed out by Mito <mit@nines.nec.co.jp>).
10131         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10132         buffer-local variables like `wl-summary-redisplay-internal'.
10133         (wl-summary-redisplay-all-header): Likewise.  Update
10134         Summary view too.
10135
10136 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10137
10138         * wl-summary.el (wl-summary-jump-to-parent-message):
10139         Consider prefix argument.
10140
10141         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10142         when closed thread is deleted.
10143
10144 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10145
10146         * wl-summary.el (wl-summary-jump-to-parent-message):
10147         Consider thread modification.
10148
10149 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10150
10151         * wl-message.el (wl-message-normal-get-original-buffer): Use
10152         `save-excursion'.
10153
10154         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10155         (wl-summary-showto-folder-regexp): Ditto.
10156
10157 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10158
10159         * wl-util.el (wl-delete-alist): Doc fix.
10160         (wl-delete-associations): New function.
10161         (wl-inverse-alist): New function.
10162         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10163         Split temporary variables. Use `wl-delete-associations'
10164         and `wl-inverse-alist'.
10165         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10166
10167 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10168
10169         * wl-folder.el (wl-folder-prefetch-entity):
10170         Execute prefetching if new count is unknown.
10171
10172 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10173
10174         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10175
10176         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10177         delete entity.
10178         (wl-thread-set-parent): If insert as top, set linked as nil.
10179
10180         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10181         `wl-thread-cleanup-symbols' when view mode is thread.
10182
10183 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10184
10185         * wl-folder.el (wl-folder-create-folder-entity): Use
10186         with-current-buffer.
10187         (wl-local-folder-init): Call set-buffer to make sure we are in
10188         the Folder buffer. Don't touch buffer-local variables here.
10189         (wl-folder-mode): Initialize buffer-local variables here.
10190
10191         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10192         (wl-folder-entity-assign-id): Ditto.
10193         (wl-folder-create-entity-hashtb): Ditto.
10194         (wl-local-folder-init): Ditto.
10195         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10196
10197 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10198
10199         * wl-summary.el (wl-summary-default-from): Fix probrem when
10200         std11-extract-address-components return (nil "foo@bar").
10201
10202 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10203
10204         * wl-draft.el (wl-draft-clone-local-variables):
10205         Remove redundant `setq'.
10206
10207 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10208
10209         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10210         Bind wl-highlight-x-face-func as nil while highlighting header.
10211
10212 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10213
10214         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10215
10216 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10217
10218         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10219         elmo-msgdb-overview-hashtb from copy-variables.
10220         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10221         instead of `elmo-msgdb-overview-get-entity-by-number'.
10222         (wl-summary-auto-refile): Ditto.
10223
10224         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10225         `elmo-msgdb-overview-get-entity' instead of
10226         `elmo-msgdb-search-overview-entity'.  Use
10227         `elmo-msgdb-overview-get-entity' instead of
10228         `elmo-msgdb-overview-get-entity-by-number'.
10229         (wl-thread-insert-entity-sub): Ditto.
10230         (wl-thread-insert-message): Ditto.
10231
10232         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10233         `elmo-msgdb-overview-get-entity'.
10234         (wl-normal-message-redisplay): Ditto.
10235
10236 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10237
10238         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10239         `wl-thread-entities'.
10240         (wl-thread-delete-message): Fix remove top message from
10241         `wl-thread-entity-list'.
10242
10243         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10244         wl-append(nconc), because update-list is broken on Meadow.
10245
10246         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10247         updating process.
10248         (wl-summary-rescan): Ditto.
10249         (wl-summary-sync-update3): Ditto.
10250         * wl-thread.el (wl-thread-set-parent): Renamed from
10251         `wl-summary-set-parent'.
10252         (wl-thread-insert-message): Updating buffer faster.
10253         (wl-thread-delete-message): Updating buffer faster.
10254
10255         * wl-score.el (wl-summary-score-update-all-lines): Changed
10256         interval for display progress gauge.
10257
10258 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10259
10260         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10261         folder always-sticky.
10262         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10263         defmacro.
10264
10265 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-vars.el (wl-draft-add-references): New user option.
10268
10269         * wl-draft.el (wl-draft-add-references): New function.
10270         (wl-draft-yank-from-mail-reply-buffer): Use it.
10271         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10272         as nil.
10273
10274 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10275
10276         * wl-thread.el (wl-thread-update-line-msgs): Called
10277         `wl-thread-update-line-on-buffer-sub'.
10278         (wl-thread-update-line-on-buffer): Delete routine of inserting
10279         thread.
10280         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10281         moved from `wl-thread-update-line-on-buffer'.
10282         Add threshold for displaying progress gauge.
10283         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10284         argument of `wl-thread-update-line-msgs'.
10285         Add threshold for displaying progress gauge.
10286         * wl-folder.el:
10287         Add threshold for displaying progress gauge.
10288         * wl-score.el: Ditto.
10289
10290         * wl-expire.el (wl-summary-expire): Display deleting info.
10291
10292 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10293
10294         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10295         `no-msg'.
10296         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10297         argument of `wl-thread-update-line-msgs'.
10298         (wl-summary-set-parent): Added optional argument `parent-number'.
10299         (wl-summary-buffer-saved-message): New buffer local variable.
10300         (wl-summary-save-current-message): New command.
10301         (wl-summary-yank-saved-message): Ditto.
10302         (wl-summary-mode-map): Added key binding for
10303         `wl-summary-save-current-message' (\ew) and
10304         `wl-summary-yank-saved-message' (\C-y).
10305         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10306
10307 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10308
10309         * wl-summary.el (wl-summary-mode-map): Added key binding for
10310         `wl-summary-set-parent' (ts).
10311
10312 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10313
10314         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10315         subject faster. If thread number is reverse, delayed updating
10316         thread.
10317         (wl-summary-search-by-subject): Ditto.
10318         (wl-summary-put-alike): Ditto.
10319         (wl-summary-get-alike): Ditto.
10320         (wl-summary-insert-headers): Insert header of all overview in
10321         buffer.
10322         (wl-summary-rescan): Delayed updating thread. Kill search subject
10323         buffer for wl-summary-search-by-subject.
10324         (wl-summary-sync-update3): Ditto.
10325         (wl-summary-exit): Ditto.
10326         (wl-summary-goto-bottom-of-current-thread): Change for linked
10327         thread.
10328         (wl-summary-overview-create-summary-line): Change line for linked
10329         thread.
10330
10331         * wl-summary.el (wl-summary-update-thread): Use
10332         wl-thread-maybe-get-children-num.
10333         (wl-summary-set-parent): If change parent, move sub thread.
10334         (wl-summary-redisplay-internal): Add horizontal recenter.
10335         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10336
10337         * wl-thread.el (wl-thread-entity-get-linked): New function.
10338         (wl-thread-entity-set-linked): New function.
10339         (wl-thread-create-entity): Add linked element.
10340         (wl-thread-entity-insert-as-top): Use wl-append.
10341         (wl-thread-maybe-get-children-num): If closing thread, return
10342         children msgs.
10343         (wl-thread-update-line-msgs): Displaying progress message.
10344         (wl-thread-update-line-on-buffer-sub): Use
10345         wl-thread-maybe-get-children-num.
10346         (wl-thread-update-line-on-buffer): If update line is not exists,
10347         insert thread.
10348         (wl-thread-delete-message): If delete top msg of thread, search
10349         parent by subject.
10350         (wl-thread-insert-entity): Use
10351         wl-thread-maybe-get-children-num.
10352
10353         * wl-highlight.el (wl-highlight-summary-current-line): change
10354         sregexp for linked thread.
10355         * wl-util.el (wl-count-lines): Count lines.
10356         (wl-horizontal-recenter): horizontal recenter.
10357         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10358         (wl-score-get-alike): Ditto.
10359         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10360         (wl-subject-length-limit): New variable.
10361         (wl-highlight-thread-indent-string-regexp): Changed for linked
10362         thread.
10363
10364 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10365
10366         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10367         New variable (revival).
10368         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10369         by subject matching if there's no in-reply-to nor references field
10370         (revival).
10371
10372 \f
10373 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10374
10375         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10376         message.
10377
10378 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-summary.el (wl-summary-reply): Return t if there was a
10381         message at cursor point.
10382         Added unwind-protect.
10383         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10384         returns t.
10385         (wl-summary-cancel-message): Do nothing when there's no message at
10386         cursor point.
10387         (wl-summary-forward): Ditto.
10388         (wl-summary-jump-to-parent-message): Ditto.
10389         (wl-summary-reedit): Ditto.
10390         (wl-summary-edit-addresses): Ditto.
10391         (wl-summary-pipe-message): Ditto.
10392         (wl-summary-print-message-with-ps-print): Ditto.
10393         (wl-summary-print-message): Ditto.
10394         (wl-summary-mark-as-important): Ditto.
10395         (wl-summary-mark-as-unread): Ditto.
10396
10397         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10398         message at cursor point.
10399         (wl-summary-reply-with-citation): Remove unwind-protect.
10400
10401         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10402         subject searching feature.
10403         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10404         Eliminated.
10405
10406 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10407
10408         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10409         New variable.
10410         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10411         by subject matching if there's no in-reply-to nor references field.
10412
10413         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10414
10415         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10416         when display is finished.
10417         (wl-folder-open-all): Ditto.
10418         (wl-folder-update-access-group): Ditto.
10419         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10420         * wl-thread.el (wl-thread-close-all): Ditto.
10421
10422         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10423         progress gauge only when it was displayed.
10424         * wl-folder.el (wl-folder-insert-entity): Ditto.
10425
10426 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10427
10428         * wl-summary.el (wl-summary-incorporate): Enclose
10429         `wl-summary-sync-force-update' with save-excursion.
10430
10431 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10432
10433         * wl-summary.el (wl-summary-prefetch-region):
10434         Pass current cursor point to `pos-visible-in-window-p' after
10435         moving cursor to the started point.
10436
10437 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10438
10439         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10440
10441         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10442         fields from the forwarding message.
10443         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10444         `ignored-fields'.
10445
10446 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10447
10448         * wl-mime.el (wl-message-request-partial):
10449         Eliminated argument `msgdb'.
10450         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10451         (wl-mime-combine-message/partial-pieces): Likewise.
10452         * tm-wl.el (wl-message-request-partial): Likewise.
10453         (wl-mime-combine-message/partial-pieces): Likewise.
10454
10455 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10456
10457         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10458         when display is finished.
10459
10460 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10461
10462         * wl-summary.el (wl-summary-goto-folder-subr):
10463         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10464
10465 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10466
10467         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10468         when cursor point is visible.
10469
10470 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10471
10472         * wl-expire.el (wl-expire-archive-get-max-number):
10473         Don't use `file-name-directory'.
10474
10475 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10476
10477         * wl-expire.el (wl-expire-archive-get-max-number):
10478         Use `file-name-directory'.
10479
10480 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10481
10482         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10483         only when there is progress.
10484
10485 2000-04-13  Mito <mit@nines.nec.co.jp>
10486
10487         * wl-summary.el (wl-summary-sync-marks): Display progress.
10488
10489 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10490
10491         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10492         (wl-summary-prev): Move cursor regardless of unread status.
10493         (wl-summary-next): Ditto.
10494
10495 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10496
10497         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10498         Added argument `target' and `number'.
10499         * tm-wl.el (wl-summary-burst-subr): New function.
10500         (wl-summary-burst): Use it.
10501
10502 2000-04-10  Mito <mit@nines.nec.co.jp>
10503
10504         * wl-mime.el (wl-burst): New function.
10505         (wl-summary-burst): Use it.
10506
10507 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10508
10509         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10510         as petname when there's no candidate.
10511
10512 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10513
10514         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10515         New variable.
10516         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10517
10518         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10519
10520         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10521
10522 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10523
10524         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10525         Use substring of `original' instead of buffer-substring.
10526         (wl-refile-evaluate-rule):
10527         Set `original' argument of wl-refile-expand-newtext.
10528
10529         * wl-summary.el
10530         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10531         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10532         (wl-summary-auto-refile): Check existence of destination folder just
10533         before marking.
10534
10535 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10536
10537         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10538         when wl-refile-get-field-value return nil.
10539
10540 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10541
10542         * wl-refile.el
10543         (wl-refile-expand-newtext): New function imported from Gnus.
10544         (wl-refile-evaluate-rule): Use it.
10545
10546 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10547
10548         * wl-summary.el (wl-summary-print-destination):
10549         Duplicate folder string to avoid putting text-property on
10550         original string.
10551
10552         * wl-refile.el (wl-refile-get-field-value): New function.
10553         (wl-refile-evaluate-rule): New function;
10554         Evaluate refile rule recursively.
10555         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10556         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10557         New function; Check existence of a target folder recursively.
10558         (wl-summary-auto-refile-check-refile-rule-alist):
10559         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10560
10561 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10562
10563         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10564
10565         * wl-folder.el (wl-create-folder-entity-from-buffer):
10566         Fixed problem when '}' character is contained in folder name.
10567
10568         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10569
10570 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10571
10572         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10573         (wl-fldmgr-add-completion-all-completions):
10574         Use wl-fldmgr-add-completion-hashtb.
10575
10576 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10577
10578         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10579         wl-fldmgr-add-completion-subr): New functions.
10580         * wl-folder.el (wl-folder-completion-func): New variable.
10581         * wl-summary.el (wl-summary-read-folder):
10582         Use wl-folder-completion-func.
10583
10584         * wl-refile.el: Eliminate throw & catch.
10585
10586         * wl.el (wl-plugged-sending-queue-status): Fixed.
10587
10588 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10589
10590         * wl-draft.el (wl-draft): Put category property on
10591         mail-header-separator.