* wl-draft.el (wl-draft-reedit): Don't overwrite
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-reedit): Don't overwrite
4         wl-draft-parent-folder.
5
6 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
9         (wl-mime-pgp-verify-region): Ditto.
10         (wl-message-decrypt-pgp-nonmime): Use the above function.
11         (wl-message-verify-pgp-nonmime): Likewise.
12         (wl-mime-preview-application/pgp): Likewise.
13
14 2006-04-20  Kenichi Okada  <okada@opaopa.org>
15
16         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
17         Fix about the order of `wl-nntp-posting-port' and
18         `wl-nntp-posting-stream-type'.
19         * wl.el (wl-plugged-port-label-alist): Add smtp.
20
21 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-summary.el (wl-summary-message-status): New macro.
24
25         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
26         (wl-summary-killed-mark): New user option.
27
28         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
29         API change.
30         (wl-thread-insert-entity-sub): Ditto.
31         (wl-thread-recover-messages): New command.
32
33         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
34         Don't call `wl-highlight-summary-current-line' directly.
35         (wl-summary-buffer-attach): Connect to signal `status-changed'
36         instead of `cache-changed'.
37         (wl-summary-buffer-detach): Follow the above change.
38         (wl-summary-detect-mark-position): Follow the API change.
39         (wl-summary-rescan-message): Ditto.
40         (wl-summary-insert-sequential): Ditto.
41         (wl-summary-update-thread): Ditto.
42         (wl-summary-message-mark): Ditto.
43         (wl-summary-persistent-mark): Ditto.
44         (wl-summary-create-line): Ditto.
45         (wl-summary-prefetch-region-no-mark): Call
46         `wl-summary-persistent-mark' with number.
47         (wl-summary-recover-messages-region): New command.
48         (wl-summary-target-mark-recover): Ditto.
49         (wl-summary-recover-message): Ditto.
50         (wl-summary-persistent-mark-string): Add argument `status' instead
51         of remove arguments `flags' and `cached'.  Treat killed status.
52         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
53
54         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
55         (wl-highlight-summary-line-face-spec): Treat killed status.
56         (wl-highlight-summary-line-string): Follow the API change.
57         (wl-highlight-summary-current-line): Ditto.
58
59         * Version number is increased to 2.15.3.
60
61 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
64         of symbolp to test whether the condition is function.
65
66 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
69         to nil.
70
71 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-summary.el (wl-summary-buffer-message-ring): New internal
74         variable.
75         (wl-summary-buffer-last-displayed-msg): Abolish.
76         (wl-summary-push-message): New function.
77         (wl-summary-pop-message): Ditto.
78         (wl-summary-goto-folder-subr): Reset
79         `wl-summary-buffer-message-ring'.
80         (wl-summary-pop-to-last-message): New command.
81         (wl-summary-goto-last-displayed-msg): Call
82         wl-summary-pop-to-last-message if optional argument is non-nil or
83         the last command is itself.
84         (wl-summary-redisplay-internal): Push last message number into
85         `wl-summary-buffer-message-ring'.
86
87         * wl-vars.el (wl-summary-message-ring-max): New user option.
88
89 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
92         from `wl-draft-reply').
93         (wl-draft-reply): Use it.
94         (wl-draft-find-reply-headers): Avoid compile warning.
95
96 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
99
100 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-message.el (wl-message-flag-indicator): New function.
103         (wl-message-redisplay): Use it.
104
105 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
106
107         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
108
109 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
112         instead of `read-event'.
113
114         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
115
116         * wl-mule.el (wl-read-event-char): Ditto.
117
118         * wl-e21.el (wl-read-event-char): Ditto.
119
120 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
123
124 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-vars.el (wl-draft-send-confirm-type): New user option.
127
128         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
129
130         * wl-draft.el (wl-draft-send-confirm): Confirmation by
131         `wl-draft-send-confirm-type'
132
133 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
136         Avoid error when the buffer name is already used.
137
138 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
139
140         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
141         the change of elmo-nmz -> elmo-search.
142         (wl-highlight-summary-line-help-echo-alist): Ditto.
143         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
144         (wl-nmz-folder-icon): Define as obsolete.
145         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
146         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
147
148 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * wl-summary.el (wl-summary-get-list-info): Rewrite with
151         `elmo-find-list-match-value'
152
153 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl-summary.el (wl-summary-get-list-info): Optimize.
156         Use List-Id and List-Post also.
157
158 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
161
162 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
163
164         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
165
166 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-util.el (wl-completing-read-multiple-1): New internal function.
169         (wl-completing-read-multiple-2): Ditto.
170         (wl-completing-read-multiple): Define use above functions.
171
172         * wl-summary.el (wl-summary-sort): Removed the workaround for a
173         bug of `completing-read-multiple' about default value.
174
175         * wl-xmas.el (wl-completing-read-multiple): Removed.
176
177         * wl-mule.el (wl-completing-read-multiple): Ditto.
178
179         * wl-e21.el (wl-completing-read-multiple): Ditto.
180
181 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-util.el (wl-filter-associations): New function.
184
185         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
186         (wl-spam-ignored-folder-list): Ditto.
187         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
188         (wl-spam-string-member-p): New function.
189         (wl-spam-domain): Use it.
190         (wl-spam-split-numbers): New function.
191         (wl-spam-apply-partitions): Ditto.
192         (wl-spam-register-spam-messages): Use `folder' instead of
193         `wl-summary-buffer-elmo-folder'.
194         (wl-spam-register-good-messages): Ditto.
195         (wl-summary-exec-action-spam): Decide a domain by real folder of
196         message.
197         (wl-summary-exec-action-refile-with-register): Likewise.
198
199 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-e21.el (wl-e21-find-image): New function.
202         (wl-e21-setup-toolbar): Use it instead of `find-image'.
203         (wl-e21-highlight-folder-group-line): Ditto.
204         (wl-folder-init-icons): Ditto.
205         (wl-plugged-init-icons): Ditto.
206         (wl-biff-init-icons): Ditto.
207
208 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
209
210         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
211         (wl-inhibit-save-drafts): New internal variable.
212         (wl-disable-auto-save): Ditto.
213         (wl-save-drafts): Treat above variables.
214         (wl-auto-save-drafts): New function.
215         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
216         `wl-stop-save-drafts'.
217         (wl-start-save-drafts): New function.
218         (wl-stop-save-drafts): Ditto.
219         (wl-set-auto-save-draft): New command.
220
221         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
222         `wl-set-save-drafts'.
223
224 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
227         `make-local-variable' instead of `make-variable-buffer-local'.
228
229 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
232
233 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
236
237 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
240         of working buffer.
241
242 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
245
246         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
247         value into recipients; Bind `wl-draft-remove-group-list-contents'
248         as nil.
249
250 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-summary.el (wl-summary-sort): Fixed the last change.
253
254         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
255         (wl-summary-sort-messages): Ditto.
256         (wl-summary-rescan): Use it.
257         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
258         `completing-read'; Append candidates for reverse order.
259
260 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * Version number is increased to 2.15.2.
263
264 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
267         "Smaller".
268         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
269
270 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
273
274 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-vars.el (wl-draft-additional-header-alist): Add into the
277         customize group `wl-draft'.
278         (wl-draft-add-in-reply-to): Move customize group from `wl' to
279         `wl-draft'.
280         (wl-draft-add-references): Ditto.
281
282         * wl-action.el (wl-summary-print-argument): Rename argument from
283         `folder' to `data'.
284
285 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-summary.el (wl-summary-rescan-message): Call
288         `wl-thread-cleanup-symbols' before insert thread.
289
290 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl.el (wl-init): Set `elmo-get-folder-function' as
293         `wl-folder-make-elmo-folder'.
294
295         * wl-spam.el (wl-summary-exec-action-spam): Use
296         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
297
298         * wl-folder.el (wl-folder-make-elmo-folder): New function.
299         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
300         `elmo-make-folder'.
301         (wl-folder-get-elmo-folder): Ditto.
302         (wl-folder-create-subr): Simplify.
303
304 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
307
308 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
311         contents in message buffer instead of original buffer. If optional
312         argument specified, ask coding system for encode.
313
314 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
315
316         * wl-spam.el (wl-summary-test-spam-region): New function.
317         (wl-spam-setup): Bind "rkc".
318
319 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
322
323 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
324
325         * wl-spam.el (wl-summary-test-spam): Fix typo.
326         (wl-message-check-spam): Ditto.
327
328 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-summary.el (wl-summary-default-from): Simplify.
331
332 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-action.el (wl-summary-exec-action-refile): Simplify.
335         (wl-summary-exec-action-copy): Ditto.
336         (wl-summary-auto-refile): Check existence of temporary mark.
337
338 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-summary.el (wl-summary-create-line): Use
341         `elmo-time-to-datevec'.
342
343         * wl-expire.el (wl-expire-archive-date): Ditto.
344         (wl-expire-localdir-date): Ditto.
345
346         * wl-util.el (wl-day-number): Abolish.
347
348         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
349         of `wl-day-number'.
350         (wl-score-followup): Ditto.
351         (wl-score-add-followups): Ditto.
352         (wl-score-get-latest-msgs): Ditto.
353         (wl-score-get-header-entry): Ditto.
354         (wl-score-edit-insert-date): Ditto.
355
356 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
359         `elmo-message-entity-field' with 2nd argument `type'.
360
361 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
362
363         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
364
365 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-thread.el (wl-thread-delete-message): Delete descendant
368         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
369
370 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
371
372         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
373
374 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
377         `Access folder'.
378
379 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-vars.el (wl-access-folder-icon): New user option.
382
383         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
384         `Access folder'.
385
386 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-buffer-set-folder): Use
389         `wl-folder-mime-charset'.
390
391         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
392         `mime-charset'.
393         (wl-folder-get-elmo-folder): Ditto.
394         (wl-folder-mime-charset): New function.
395
396 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-util.el (wl-parse-addresses): Define alias of
399         `elmo-parse-addresses' (move to `elmo-util.el').
400
401         * wl-summary.el (wl-summary-default-from): Follow the API change.
402         (wl-summary-overview-entity-compare-by-date): Ditto.
403         (wl-summary-overview-entity-compare-by-from): Ditto.
404         (wl-summary-get-list-info): Get value of `ml-info' field from
405         entity at first.
406         (wl-summary-rescan-message): Treat prefix argument.
407         (wl-summary-prefetch-msg): Follow the API change.
408         (wl-summary-search-by-subject): Ditto.
409         (wl-summary-insert-thread): Ditto.
410         (wl-summary-line-subject): Ditto.
411         (wl-summary-line-from): Ditto.
412         (wl-summary-create-line): Ditto.
413         (wl-summary-print-message-with-ps-print): Ditto.
414
415         * wl-score.el (wl-score-ov-entity-get): Ditto.
416         (wl-score-followup): Ditto.
417         (wl-score-add-followups): Use `elmo-message-entity-field' instead
418         of `car'.
419         (wl-score-get-latest-msgs): Follow the API change.
420         (wl-score-get-header): Ditto.
421
422         * wl-refile.el (wl-refile-learn): Ditto.
423         (wl-refile-subject-learn): Ditto.
424         (wl-refile-get-field-value): Ditto.
425         (wl-refile-guess-by-history): Ditto.
426         (wl-refile-guess-by-subject): Ditto.
427
428         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
429
430         * wl-expire.el (wl-expire-date-p): Removed.
431         (wl-expire-archive-date): Follow the API change.
432         (wl-expire-localdir-date): Ditto.
433         (wl-summary-expire): Ditto.
434
435         * Version number is increased to 2.15.1.
436
437 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
440         group is access or not (it is not strict, like wl-fldmgr-rename).
441
442 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
445         duplicate call of `wl-summary-print-argument' on the wrong line.
446
447 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
450         even if argument `number' is nil.
451         (wl-summary-insert-line): Print action argument if current message
452         has it.
453
454 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
457         (wl-draft-reply): Ditto.
458         (wl-draft): Add optional argument `parent-number' and call
459         `wl-draft-create-buffer' with it.
460         (wl-draft-create-buffer): Add optional argument
461         `parent-number'. Set wl-draft-parent-number as it.
462
463 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
464
465         * wl-folder.el (wl-folder-set-persistent-mark): If summary
466         buffer is not for given folder, don't use it.
467
468 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
469
470         * Version number is increased to 2.15.0.
471
472 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
475
476         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
477         (wl-highlight-get-face-by-name): New internal function.
478         (wl-highlight-summary-line-face-spec): Use it and fixed.
479
480 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-summary.el (wl-summary-sync-update): Use
483         `elmo-message-entity-field' instead of `car' to get message-id
484         from overview entity.
485
486         * wl-summary.el (wl-summary-rescan-message): Call
487         `wl-highlight-summary-displaying' when displaying a message.
488
489 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * wl-draft.el (wl-draft-config-info-filename): Extracted from
492         `wl-draft-config-info-operation'.
493         (wl-draft-buffer-change-number): New function.
494         (wl-draft-rename-saved-config): Ditto.
495         * wl.el (wl-init): Connect slot for message-number-changed.
496         (toplevel): Add autoload for wl-draft-rename-saved-config.
497
498 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
501         `update-overview'
502         (wl-summary-buffer-detach): Disconnect from it.
503         (wl-summary-rescan-message): Use command.
504
505         * wl-message.el (wl-message-buffer-display): Use
506         `with-current-buffer' instead of `save-excursion'.
507
508 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-mime.el (wl-draft-preview-attributes-list): Protect
511         wl-draft-preview-attributes-list from distraction.
512
513 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
514
515         * wl-summary.el (wl-summary-sync-update): Sort the return value of
516         `elmo-list-diff'.
517
518 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-summary.el
521         (wl-summary-edit-addresses-collect-candidate-fields): Use
522         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
523
524         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
525         instead of `elmo-set-work-buf'.
526
527         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
528         (wl-address-make-address-list): Ditto.
529
530         * Version number is increased to 2.13.3.
531
532 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
535         user option.
536
537         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
538         argument `5'.
539
540         * wl-message.el (wl-message-display-no-merge-p): New function.
541         (wl-message-buffer-display): Check whether the message is
542         reassembled and follow the API change.
543
544 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
547         multibyte on working buffer and removed unnecessary
548         `buffer-disable-undo'.
549
550 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-util.el (wl-read-search-condition-internal): Fixed the last
553         change.
554
555 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
556
557         * wl-util.el (wl-read-search-condition-internal): Protect
558         elmo-global-flags from distraction.
559
560 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
563
564         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
565         (wl-summary-event-handler): Ditto.
566         (wl-summary-update-persistent-mark-on-event): New
567         function (renamed from `elmo-event-handler-flag-changed').
568         (wl-summary-buffer-attach): New function.
569         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
570         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
571         instead of `elmo-folder-add-handler'.
572
573         * Version number is increased to 2.13.2.
574
575 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
576
577         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
578         and "\177" to the `wl-news-previous-page'.
579         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
580         (wl-news-previous-page): New function.
581
582 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
585         instead of `write-region' and simplify.
586
587 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-template.el (wl-template-select): Cause error if
590         `wl-template-alist' is nil.
591
592 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
593
594         * wl-news.el.in: Set file variable `no-byte-compile'.
595
596 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
599         whether a target message is within displaying area.
600         (elmo-event-handler-cache-changed): Ditto.
601
602 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
603
604         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
605         to `defun'.  Use `nconc' instead of `append' to collect descendant
606         message numbers.
607
608 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
609
610         * wl-thread.el (wl-thread-save-top-list)
611         (wl-thread-save-entities): Use `with-temp-buffer'.
612         * wl-news.el.in (wl-news-previous-version-load):
613         (wl-news-previous-version-save): Ditto.
614         * wl-summary.el (wl-summary-load-file-object)
615         (wl-summary-save-view-cache): Ditto.
616
617 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-util.el (toplevel): Require 'elmo-flag'.
620         (wl-read-search-condition): New function (Renamed from
621         `elmo-read-search-condition').
622         (wl-read-search-condition-internal): Likewise.
623
624         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
625         invalid.
626         (wl-summary-pick): Use `wl-read-search-condition' instead of
627         `elmo-read-search-condition'.
628         (wl-summary-virtual): Ditto.
629
630         * wl-folder.el (wl-folder-virtual): Ditto.
631         (wl-folder-pick): Ditto.
632
633         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
634
635 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-summary.el (wl-summary-reedit): Call
638         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
639
640 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-mime.el (toplevel): Require wl-vars.
643
644         * wl-message.el (toplevel): Require cl at compile.
645
646         * wl-draft.el (toplevel): Require elmo.
647
648 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
649
650         * wl-message.el (wl-message-buffer-prefetch): Count is a number
651         and do nothing when it is not positive.
652         (wl-message-buffer-prefetch-next): Ditto.
653
654 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
655
656         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
657         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
658         (wl-summary-redisplay-internal): Ditto.
659
660         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
661         message (the condition is borrowed from `wl-check-variables-2').
662         (wl-summary-redisplay-internal): Ditto.
663
664 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-mime.el (wl-draft-nntp-attribute): New function.
667         (wl-draft-attribute-nntp-posting-server): Use it.
668         (wl-draft-attribute-nntp-posting-port): Ditto.
669
670         * wl-mime.el (wl-draft-preview-attributes-list): New function.
671         (wl-draft-show-attributes-buffer): Ditto.
672         (wl-draft-hide-attributes-buffer): Ditto.
673         (wl-draft-attribute-newsgroups): Ditto.
674         (wl-draft-attribute-nntp-posting-server): Ditto.
675         (wl-draft-attribute-nntp-posting-port): Ditto.
676         (wl-draft-preview-message): Use there functions.
677
678         * wl-vars.el (wl-draft-preview-attributes-list): Change default
679         value.
680
681 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
684         (wl-draft-reedit): Ditto.
685         (wl-draft-queue-flush): Ditto.
686
687         * wl-mime.el (wl-message-request-partial): Ditto.
688         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
689         instead of `elmo-message-fetch'.
690
691         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
692
693         * wl-summary.el (wl-summary-message-string): Ditto.
694
695 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * wl-util.el (wl-current-message-buffer): Follow the API change.
698
699         * wl-summary.el (wl-summary-redisplay-internal): Call
700         `wl-summary-mark-as-read' with 2nd argument as nil and update
701         unread count instead of persistent mark.
702
703         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
704         variable.
705         (wl-message-redisplay): Follow the API change.
706         (wl-message-buffer-display): Managed mime-entity directly and
707         return preview buffer only.
708         (wl-message-display-internal): Rewrite.
709         (wl-message-buffer-prefetch-subr): Not save return value of
710         `wl-message-buffer-display'.
711
712         * Version number is increased to 2.13.1.
713
714 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
717         'elmo-multiple-fields-body-list' with boundary specified.
718
719 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
720
721         * wl-vars.el (wl-summary-resend-use-cache): New variable.
722         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
723         cache if `wl-summary-resend-use-cache' is non-nil.
724
725 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
726
727         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
728         (wl-nntp-posting-stream-type): Ditto.
729
730 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
731
732         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
733
734 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
735
736         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
737         message.
738
739 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
742         Abolish.
743         (wl-summary-buffer-persistent-mark-version): New internal
744         variable.
745         (wl-summary-update-mark-and-highlight-window): Check by
746         wl-summary-persistent-mark-invalid-p.
747         (wl-summary-update-status-marks): Ditto.
748         (elmo-event-handler-flag-changed): Rewrite.
749         (elmo-event-handler-cache-changed): Define.
750         (wl-summary-prefetch-msg): Does not update persistent mark here.
751         (wl-summary-delete-cache): Ditto.
752         (wl-summary-resume-cache-status): Ditto.
753         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
754         (wl-summary-persistent-mark-invalid-p): New function.
755         (wl-summary-validate-persistent-mark): Ditto.
756         (wl-summary-validate-persistent-mark-string): Ditto.
757         (wl-summary-invalidate-persistent-mark): Ditto.
758         (wl-summary-update-persistent-mark): Call
759         `wl-summary-validate-persistent-mark'.
760         (wl-summary-create-line): Call
761         `wl-summary-validate-persistent-mark-string'.
762
763         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
764         status as t if cache used.
765
766 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
769         only if the target is group.
770         * wl-folder.el (wl-folder-append-petname): Don't check group name.
771
772 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
773
774         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
775
776 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
777
778         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
779
780         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
781
782 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
783
784         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
785         (Thanks to Yoichi NAKAYAMA).
786
787 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
788
789         * wl-util.el (wl-save-drafts): Restore echo area.
790
791 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
792
793         * Version number is increased to 2.13.0.
794
795         * wl-util.el (wl-biff-check-folder-async): Use
796         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
797
798 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-message.el (wl-message-display-internal): Does not put
801         wl-message-display-type property on message buffer.
802         (wl-message-buffer-display-type): New function.
803
804         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
805
806         * wl-summary.el (wl-summary-mode): Use `dolist' to add
807         `wl-summary-buffer-detach'.
808         (wl-summary-message-display-type): Use
809         `wl-summary-buffer-display-type'.
810
811 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
812
813         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
814         buffer-local.
815
816         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
817         kill-buffer-hook instead of make-local-variable.
818         (wl-draft-preview-message): Set `local' argument of add-hook as t.
819
820 2004-12-12  Scott Renfro <scott@renfro.org>
821
822         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
823         regex for square-branket.
824
825 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
826
827         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
828         `wl-message-mime-analysis-p' with argument `header'.
829
830 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
831
832         * wl-mime.el (wl-draft-yank-current-message-entity): 
833         Switch to no-mime following method according to wl-message-display-type
834         property.
835         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
836
837         * wl-message.el (wl-message-display-internal): 
838         Put wl-message-display-type property on message buffer.
839
840         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
841         (wl-message-display-internal): Ditto;
842
843         * wl-summary.el (wl-summary-toggle-mime): Ditto.
844
845 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-message.el (wl-message-make-display-type): New function.
848         (wl-message-display-type-property): Ditto.
849         (wl-message-mime-analysys-p): Ditto.
850         (wl-message-display-all-header-p): Ditto.
851         (wl-message-redisplay): Removed argument `as-is', `all-header' and
852         added `display-type'.
853         (wl-message-buffer-display): Likewise.
854         (wl-message-display-internal): Likewise.
855         (wl-message-buffer-display-type): Abolish.
856         (wl-message-buffer-prefetch-subr): Follow the API changed.
857
858         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
859         from wl-summary-buffer-display-all-header and changed default value.
860         (wl-summary-message-display-type): New function.
861         (wl-summary-buffer-display-mime-mode): Ditto.
862         (wl-summary-buffer-display-header-mode): Ditto.
863         (wl-summary-toggle-mime): Rewrite with above functions.
864         (wl-summary-toggle-all-header): Ditto.
865         (wl-summary-redisplay): Force redisplay with default mode.
866         (wl-summary-redisplay-internal): Renamed argument from `mode',
867         `all-header' to `mime-mode', `header-mode'.
868         Use `wl-message-make-display-type'.
869
870         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
871         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
872
873 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
876
877 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
878
879         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
880         in original message buffer.
881         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
882         buffer.
883
884 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
887
888 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
891
892 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
893
894         * wl-action.el (wl-summary-exec-action-refile): Display a done message
895         when actions succeeded.
896         (wl-summary-exec-action-copy): Likewise.
897
898 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
901         there is switch-to-buffer at the end of wl-message-select-buffer.
902         (wl-summary-reply): Ditto.
903
904 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl-summary.el (wl-summary-forward): Put subject in original
907         message buffer as argument of wl-draft-forward.
908         * wl-draft.el (wl-draft-forward): Decode subject as in
909         wl-draft-reply.
910
911 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
914         a folder under access group.
915
916 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
919         wl-message-buffer-display.
920
921         * wl-util.el (wl-set-save-drafts): Fix typo.
922
923 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
926         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
927         wl-highlight-logo-face to set the bg color of an xbm image; fixed
928         the way to measure the width of a bitmap image; don't put face on
929         ascii and bitmap images; put the mark which should not use the
930         variable-pitch face on ascii and bitmap images.
931         (wl-demo-setup-properties): Don't use the variable-pitch face on
932         ascii and bitmap images; made it work on Emacs 20 and earlier.
933         (wl-demo-insert-text): End with a newline at the bottom; don't put
934         face on text.
935
936         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
937
938 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
939
940         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
941
942         * wl-util.el (wl-save-drafts): Moved from sample setting.
943         (wl-set-save-drafts): New function to set idle timer.
944         * wl-draft.el (wl-draft): Call it.
945         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
946
947 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
950         a summary which has toggle display status off.
951
952 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-draft.el (wl-draft-do-fcc): No cache save.
955
956 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-summary.el (elmo-event-handler-flag-changed): Use
959         `set-buffer' instead of `with-current-buffer'.
960
961 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-summary.el (wl-summary-after-resize-function): New function.
964         (wl-summary-mode): Add `wl-summary-after-resize-function' to
965         window-size-change-functions.
966
967 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-draft.el (wl-draft-create-buffer): Bind
970         `change-major-mode-hook' after current buffer is changed.
971
972         * wl-summary.el (wl-summary-buffer-detach): New function.
973         (wl-summary-buffer-set-folder): Call it.
974         (wl-summary-mode): Add `wl-summary-buffer-detach' to
975         change-major-mode-hook and kill-buffer-hook.
976         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
977         (wl-summary-switch-to-clone-buffer): Ditto.
978         (wl-summary-goto-folder-subr): Ditto.
979
980 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
981
982         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
983         after boundp check.
984
985 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
988         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
989         for `kill-buffer'.
990
991         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
992         handler of current buffer from elmo-folder.
993
994 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
997
998 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1001         variable.
1002         (wl-summary-event-handler): New class.
1003         (elmo-event-handler-flag-changed): Define to update persistent
1004         mark.
1005         (wl-summary-buffer-set-folder): Register event handler to
1006         elmo-folder.
1007         (wl-summary-exit): Unregister event handler.
1008         (wl-summary-goto-folder-subr): Ditto.
1009         (wl-summary-mark-as-read-all): Does not call
1010         `wl-summary-update-persistent-mark' directly.
1011         (wl-summary-mark-as-read-internal): Ditto.
1012         (wl-summary-set-persistent-mark-internal): Ditto.
1013         (wl-summary-set-flags-internal): Ditto.
1014
1015         * Version number is increased to 2.11.33.
1016
1017 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1018
1019         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1020         to nil.
1021
1022 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-spam.el (wl-spam-setup): Add hook
1025         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1026         instead of `wl-summary-prepare-hook'.
1027
1028         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1029         if folder type is `'flag'.
1030         (wl-summary-mark-as-important): Ditto.
1031
1032 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-address.el (wl-address-minibuffer-history): New variable.
1035         (wl-address-minibuffer-local-map): New keymap.
1036         (wl-address-read-from-minibuffer): New function.
1037
1038         * wl-action.el (wl-summary-get-resend-address): Use
1039         `wl-address-read-from-minibuffer' instead of `completing-read'.
1040
1041 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * Version number is increased to 2.11.32.
1044
1045 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1048         without mule to iso-8859-1.
1049         (wl-draft-add-in-reply-to): Add note in description.
1050         (wl-draft-add-references): Ditto.
1051
1052 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1053
1054         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1055         definition for `m'.
1056         (wl-summary-mode-line-format): Add '[%m]'.
1057         (wl-message-mode-line-format-spec-alist): Ditto.
1058         (wl-summary-display-mime-mode-list): New variable.
1059
1060         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1061         from wl-summary-buffer-display-as-is.
1062         (wl-summary-buffer-display-all-header): New buffer local variable.
1063         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1064         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1065         instead of wl-summary-buffer-display-as-is.
1066         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1067         (wl-summary-set-persistent-mark): Ditto.
1068         (wl-summary-set-message-buffer-or-redisplay): Just call
1069         `wl-summary-redisplay-internal' without optional arguments.
1070         (wl-summary-toggle-mime): Rewrite.
1071         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1072         (wl-summary-toggle-all-header): New function.
1073         (wl-summary-redisplay-internal): Treat mime mode.
1074
1075         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1076         to wl-mime-preview-follow-no-mime.
1077         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1078         accodring to the display-mode.
1079
1080         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1081         (wl-message-buffer-display): Changed argument name from `as-is' to
1082         `mode'.
1083         (wl-message-display-internal): Ditto;
1084         Bind elmo-mime-display-header-analysis according to the mode.
1085         (wl-message-display-internal): Put wl-message-display-mime-mode
1086         property on entire buffer.
1087
1088 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1089
1090         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1091
1092 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1095         Don't extract mail address.
1096         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1097
1098         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1099
1100         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1101
1102 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1103
1104         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1105         wl-fldmgr-cut-entity-list on confirmation.
1106
1107 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1110         (wl-mime-quit-preview): Check existence of
1111         mime-edit-temp-message-buffer here.
1112
1113 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1116         after deletion.
1117
1118         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1119         before calling wl-mime-quit-preview.
1120
1121 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-summary.el (wl-summary-pick): If call it with prefix
1124         argument, set `delete-marks' as non-nil. Pick from only visible
1125         messages.
1126         (wl-summary-check-target-mark): New function.
1127         (wl-summary-target-mark-mark-as-read): Use it.
1128         (wl-summary-target-mark-mark-as-unread): Ditto.
1129         (wl-summary-target-mark-operation): Ditto.
1130         (wl-summary-target-mark-set-flags): Ditto.
1131         (wl-summary-target-mark-save): Ditto.
1132         (wl-summary-target-mark-pick): Ditto.
1133         (wl-summary-target-mark-forward): Ditto.
1134         (wl-summary-target-mark-reply-with-citation): Ditto.
1135         (wl-summary-target-mark-print): Ditto.
1136         (wl-summary-target-mark-uudecode): Ditto.
1137
1138         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1139         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1140         with `ask-coding' is non-nil.
1141
1142 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-thread.el (wl-thread-set-parent): If parent is a message
1145         which is identified by references, set linked as nil.
1146
1147 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1148
1149         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1150         (wl-message-mode-line-format-spec-alist): Ditto.
1151         (wl-message-mode-line-format): Ditto.
1152         (wl-summary-mode-line-format): Ditto for docstring.
1153         (wl-summary-no-mime-folder-list): Fix typo.
1154
1155         * wl-util.el (wl-current-message-buffer): Call
1156         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1157
1158         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1159         variable.
1160         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1161         of `wl-summary-redisplay-no-mime'.
1162         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1163         (wl-summary-toggle-mime): New function.
1164         (wl-summary-redisplay-all-header): Rewrite.
1165         (wl-summary-redisplay-no-mime): Ditto.
1166         (wl-summary-redisplay-internal): Added argument `as-is' and
1167         `all-header'.
1168
1169         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1170         New variable.
1171         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1172         bottom.
1173         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1174         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1175         "/" unconditionally.
1176
1177         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1178         wl-mime-preview-follow-no-mime for as-is content.
1179         (wl-mime-preview-follow-no-mime): New function.
1180         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1181
1182         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1183         and added `as-is', `all-header'.
1184         (wl-message-buffer-display): Ditto.
1185         (wl-message-buffer-display-type): New function.
1186
1187 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1188
1189         * wl-vars.el (wl-message-header-button-alist): Change default
1190         value.
1191         (wl-message-body-button-alist): Ditto.
1192
1193 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1194
1195         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1196
1197 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1200
1201 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1202
1203         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1204         is always true.
1205
1206 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1207
1208         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1209         on null entity.
1210
1211 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1212
1213         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1214
1215 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-vars.el (wl-summary-resend-hook): New hook.
1218
1219         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1220         `wl-summary-resend-hook'.
1221
1222 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1223
1224         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1225         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1226         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1227         (wl-summary-new-cached-mark): Changed default value to 'n'.
1228         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1229         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1230         (wl-folder-sync-range-alist): Remove spec for 'flag.
1231         (wl-summary-force-prefetch-folder-list): New user option.
1232
1233         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1234         `wl-summary-toggle-persistent-mark'.
1235         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1236         number is nil.
1237         (wl-summary-mark-as-answered-region): Set interactive argument of
1238         `wl-summary-set-persistent-mark-internal'.
1239         (wl-summary-mark-as-important-region): Ditto.
1240         (wl-summary-unset-persistent-mark): Ditto.
1241         (wl-summary-set-persistent-mark): Ditto.
1242         (wl-summary-mark-as-answered): Ditto.
1243         (wl-summary-mark-as-important): Ditto.
1244         (wl-summary-set-persistent-mark-internal): Do nothing
1245         when `elmo-message-flag-available-p' is nil.
1246         (wl-summary-toggle-persistent-mark): New function.
1247         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1248         when the folder matches `wl-summary-force-prefetch-folder-list'.
1249
1250
1251         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1252         when number is nil.
1253         (wl-highlight-summary-forwarded-face): New face.
1254
1255 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * Version number is increased to 2.11.31.
1258
1259 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1262         (wl-biff-check-folder-async): Ditto.
1263         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1264
1265 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1266
1267         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1268         Add an argument `reverse'.  All callers are updated.
1269         (wl-summary-sort): Add a prefix argument `reverse' to specify
1270         reverse sorting.
1271         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1272         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1273         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1274
1275 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-message.el (wl-message-redisplay): Does not narrow header if
1278         disply-type is all-header or as-is.
1279
1280         * wl-summary.el (wl-summary-enter-handler): Use
1281         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1282
1283 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1286         after adding wl-draft-parent-variables.
1287         (wl-draft-forward): Ditto.
1288
1289 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-summary.el (wl-summary-sync-marks): Call
1292         `wl-summary-set-persistent-mark' and
1293         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1294         (wl-summary-set-persistent-mark-internal): Add 4th argument
1295         `no-server'.
1296         (wl-summary-unset-persistent-mark): Ditto.
1297         (wl-summary-set-persistent-mark): Ditto.
1298         (wl-summary-add-flags-internal): Abolish.
1299         (wl-summary-remove-flags-internal): Ditto.
1300         (wl-summary-mark-as-important-internal): Ditto.
1301         (wl-summary-mark-as-important): Use
1302         `wl-summary-set-persistent-mark' instead of
1303         `wl-summary-add-flags-internal'.
1304         (wl-summary-mark-as-important-region): Ditto.
1305
1306         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1307
1308         * wl-summary.el (wl-summary-get-available-flags): New function.
1309         (wl-summary-sync-marks): Use it and simplified.
1310         (wl-summary-unset-persistent-mark): Use
1311         `wl-summary-get-available-flags'.
1312         (wl-summary-set-persistent-mark): Ditto.
1313
1314 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1317         id.
1318
1319 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1322         number, call `wl-summary-prev-line-content'. Show message when the
1323         message is not found.
1324
1325 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1328         wl-summary-enter-handler.
1329         (wl-summary-enter-handler): New command.
1330
1331         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1332         docstring and custom spec.
1333
1334         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1335         flags too; Don't treat Cached and New.
1336         (wl-summary-set-persistent-mark): Ditto.
1337
1338         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1339         `wl-folder-set-flag'.
1340
1341         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1342         instead of `wl-folder-set-flag'.
1343
1344         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1345         for completion.
1346         (wl-summary-set-persistent-mark): Ditto.
1347
1348         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1349         instead of `wl-draft-quit-preview'.
1350
1351         * wl-mime.el (toplevel): Avoid compile warning.
1352         (wl-mime-quit-preview): New function
1353         (formarly defined as `wl-draft-quit-preview').
1354         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1355         quitting method.
1356
1357         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1358
1359         * wl-folder.el (wl-folder-set-flag): Renamed from
1360         `wl-draft-set-flag-on-parent'.
1361
1362         * wl-draft.el (wl-draft-quit-preview): New function.
1363         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1364         (wl-draft-send): Call `wl-folder-set-flag' instead of
1365         `wl-draft-set-flag-on-parent'.
1366         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1367
1368 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1371         (wl-draft-send): Ditto.
1372
1373 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1374
1375         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1376         (wl-draft-kill-pre-hook): Set default value as nil.
1377         (wl-summary-reply-hook): Ditto.
1378         (wl-draft-kill-flags): Abolish.
1379
1380         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1381         (wl-draft-parent-variables): Renamed from
1382         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1383         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1384         argument; Add wl-draft-parent-variables to
1385         wl-draft-config-variables.
1386         (wl-draft-reply): Likewise.
1387         (wl-draft-kill-flags): Abolish.
1388         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1389         (wl-draft-set-flag-on-parent): New function.
1390         (wl-draft-setup-parent-flag): Ditto.
1391
1392 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1393
1394         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1395         `wl-draft-parent-folder' is "".
1396
1397 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1398
1399         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1400         (wl-summary-digit-jump): New function.
1401         (Adviced by John Owens and Hiroya Murata)
1402
1403         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1404         (Adviced by John Owens)
1405
1406         * wl-xmas.el (wl-message-define-keymap): Ditto.
1407
1408         * wl-mule.el (wl-message-define-keymap): Ditto.
1409
1410 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1413         change of return value of elmo-folder-count-flags.
1414
1415         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1416         (wl-summary-mark-as-read-internal): Ditto.
1417         (wl-summary-set-persistent-mark-internal): Ditto.
1418         (wl-summary-folder-info-update): Ditto.
1419         (wl-summary-sync-update): Fixed the last change.
1420
1421         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1422
1423 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1426         (wl-draft-kill-flags): Fixed docstring.
1427
1428         * wl-draft.el (wl-draft-kill-flags): New function.
1429         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1430
1431 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1432
1433         * wl-vars.el (wl-reply-hook): Abolish.
1434         (wl-draft-reply-hook): New hook.
1435         (wl-summary-reply-hook): Ditto.
1436         (wl-draft-forward-hook): Ditto.
1437         (wl-summary-forward-hook): Ditto.
1438         (wl-draft-kill-flags): New variable.
1439
1440         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1441         wl-summary-set-persistent-mark-internal.
1442         (wl-summary-sync-marks): Use elmo-preserved-flags.
1443         (wl-summary-update-persistent-mark): Make it interactive.
1444         (wl-summary-set-persistent-mark-internal): New inline function.
1445         (wl-summary-mark-as-answered): Use it.
1446         (wl-summary-mark-as-unanswered): Ditto.
1447         (wl-summary-unset-persistent-mark): New function.
1448         (wl-summary-set-persistent-mark): Ditto.
1449         (wl-summary-reply): Don't set answered flag;
1450         Run wl-summary-reply-hook instead.
1451         (wl-summary-forward): Call wl-draft-forward with number.
1452         Run wl-summary-forward-hook.
1453
1454         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1455         (wl-highlight-summary-line-face-spec): Use it as a default
1456         persistent mark face.
1457
1458         * wl-draft.el (wl-draft-forward): Added optional argument number;
1459         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1460         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1461         (wl-draft-kill): Use wl-draft-kill-flags.
1462
1463         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1464
1465         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1466         of return value of elmo-folder-count-flags.
1467
1468         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1469
1470         * wl-summary.el (wl-summary-count-unread): Ditto.
1471         (wl-summary-sync-update): Follow the change above.
1472         (wl-summary-force-prefetch): New function.
1473
1474 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1475
1476         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1477         variable `buf' with `let' instead of `setq'.
1478
1479 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1480
1481         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1482         add Content-Disposition heaeder on the deleted part.
1483
1484 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-draft.el (wl-draft-save): Encode address list under edit by
1487         `eword-encode-unstructured-field-body'.
1488
1489         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1490
1491 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1492
1493         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1494         wl-current-summary-buffer.
1495
1496 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1497
1498         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1499         `numbers' is ignored.
1500
1501 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1502
1503         * wl-folder.el (wl-folder-open-folder): Avoid error.
1504         Reported by John Owens, [wl-en:815]
1505
1506         * wl.el (wl): Set timer for biff process even if prefix argument
1507         is given or auto-checking is quitted.
1508
1509         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1510         immediately.
1511         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1512         (wl-toggle-plugged): Ditto.
1513
1514         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1515         * wl-util.el (wl-biff-start): Use idle timer if
1516         `wl-biff-use-idle-timer' is non-nil.
1517
1518 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-highlight.el (wl-highlight-message): Fix description.
1521
1522 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1525         tty.
1526
1527 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1528
1529         * wl-action.el (wl-summary-exec): Print failure count.
1530
1531 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1534         to `defun', remove interactive form.
1535         Set elmo-message-fetch-confirm when force-reload is non-nil.
1536
1537 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1538
1539         * wl-summary.el (toplevel): Removed unnecessary autoload.
1540
1541 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1544         the buffer is generated from another message buffer.
1545
1546 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1549         extracted from `wl-fldmgr-save-folders'.
1550         (wl-fldmgr-delete): Call it after deletion.
1551
1552 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1555         multi-tty support.
1556
1557 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1558
1559         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1560
1561 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1562
1563         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1564         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1565
1566 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1569         unsubscribe list only if argument CLEAR is nil.
1570
1571 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-draft.el (wl-draft-reply): Decode subject before removing
1574         Re: prefix.
1575
1576 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1577
1578         * wl-summary.el (wl-summary-sort-by-size): New command.
1579
1580 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (wl-summary-number-list-from-region): New
1583         function.
1584         (wl-summary-mark-as-read-region): Use it.
1585         (wl-summary-mark-as-unread-region): Ditto.
1586         (wl-summary-set-flags-region): Ditto and add optional argument
1587         remove.
1588         (wl-summary-mark-as-answered-region): Ditto.
1589         (wl-summary-mark-as-important-region): Ditto.
1590         (wl-summary-target-mark-mark-as-important): Added optional
1591         argument remove.
1592         (wl-summary-target-mark-mark-as-answered): Ditto.
1593         (wl-summary-target-mark-set-flags): Ditto.
1594
1595 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-summary.el (wl-summary-set-flags-region): Call
1598         `wl-summary-set-flags-internal' with number list instead of call
1599         one by each message.
1600         (wl-summary-target-mark-set-flags): Likewise.
1601
1602 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1605         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1606         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1607         (wl-summary-target-mark-mark-as-answered): Likewise.
1608
1609 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1610
1611         * wl-summary.el (wl-summary-target-mark-forward): Use
1612         `wl-summary-delete-all-target-marks' instead of
1613         `wl-summary-delete-all-temp-marks'.
1614         (wl-summary-target-mark-reply-with-citation): Ditto.
1615         (wl-summary-target-mark-uudecode): Ditto.
1616         (wl-summary-target-mark-set-flags): Ditto and remove needless
1617         cursor move.
1618
1619 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1620
1621         * wl-summary.el (wl-summary-target-mark-forward): Protect
1622         wl-summary-buffer-target-mark-list from nreverse.
1623         (wl-summary-target-mark-reply-with-citation): Ditto.
1624
1625 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1628         `elmo-display-progress-threshold'.
1629
1630 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1633         check `wl-summary-highlight'.
1634         (wl-summary-window-scroll-functions): Respect value of
1635         `wl-summary-highlight'.
1636         (wl-summary-sync-update): Run hooks
1637         `wl-summary-buffer-window-scroll-functions' at any time.
1638
1639 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1642         from `wl-summary-cleanup-temp-marks'.
1643         (wl-summary-cleanup-temp-marks): Abolish argument.
1644         * wl.el (wl-save-status): Revert previous change.
1645         (wl-execute-temp-marks): New function, call
1646         `wl-summary-exec-with-confirmation'.
1647         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1648         (wl-folder-save-and-exec-marks): Abolished.
1649
1650 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651
1652         * wl-e21.el (wl-e21-display-image-p): Respect
1653         `wl-highlight-folder-with-icon'.
1654         (wl-e21-highlight-folder-group-line): Highlight mouse line
1655         even if wl-e21-display-image-p is nil.
1656
1657         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1658         Respect value of `wl-summary-highlight'.
1659
1660         * wl.el (wl-save-status): Remove unused variable.
1661
1662         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1663         (wl-folder-mode-map): Bind it to "x".
1664
1665 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1666
1667         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1668
1669         * wl-thread.el (wl-thread-get-parent-list): Don't check
1670         disconnected ancestors, neglecting needless work in
1671         `wl-thread-update-indent-string-thread'.
1672
1673         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1674         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1675         argument, add argument default-keep to keep marks by default.
1676
1677         * Version number is increased to 2.11.30.
1678
1679         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1680         customization type and docstring.
1681         (wl-draft-reply-without-argument-list): Ditto.
1682
1683 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1686
1687         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1688
1689 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1692
1693 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1696         save-excursion so as not to include run-hooks.
1697
1698 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1701         Clarify that marks are going to be cleared.
1702
1703 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1704
1705         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1706         according to 3rd element of wl-summary-flag-mark.
1707
1708         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1709
1710 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-action.el (wl-summary-target-mark-all): Don't set
1713         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1714
1715 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1716
1717         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1718         (wl-forward-subject-prefix): Ditto.
1719         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1720         (wl-draft-reply-make-subject): Ditto.
1721
1722         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1723         `wl-draft-forward'.
1724         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1725
1726 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1729         target message does not exist.
1730
1731 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1732
1733         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1734         `wl-subject-prefix-regexp'.
1735         (wl-subject-forward-prefix-regexp): New variable.
1736         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1737         `wl-draft-strip-subject-re' and take regexp as argument.
1738         (wl-draft-forward): Use it.
1739         (wl-draft-reply): Ditto.
1740
1741 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1742
1743         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1744         emacs multi-tty support.
1745
1746 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1747
1748         * wl-e21.el (wl-e21-display-image-p): Don't call
1749         `display-images-p'.
1750         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1751         support.
1752         (wl-highlight-folder-current-line): Ditto.
1753         (wl-folder-init-icons): Ditto.
1754
1755 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1758         the last line of summary in unplugged mode.
1759
1760 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1761
1762         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1763
1764 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1767         * wl-address.el (wl-address-user-mail-address-p): Use it.
1768         (wl-address-delete-user-mail-addresses): Ditto.
1769         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1770
1771         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1772         (wl-address-delete-user-mail-addresses): Ditto.
1773
1774         * wl-address.el (wl-address-delete-user-mail-addresses): New
1775         function.
1776         * wl-refile.el (wl-refile-guess-by-history): Use it.
1777         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1778         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1779
1780         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1781         use wl-address-user-mail-address-p.
1782
1783 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1786         after opening group.
1787
1788 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1791         of elmo-set-buffer-multibyte.
1792
1793         * wl-message.el (wl-original-message-mode): Ditto.
1794
1795         * wl-score.el (wl-score-insert-header): Ditto.
1796
1797         * wl-summary.el
1798         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1799         (wl-summary-goto-folder-subr): Ditto.
1800         (wl-summary-insert-headers): Ditto.
1801
1802         * wl-util.el (wl-set-string-width): Ditto.
1803
1804         * Version number is increased to 2.11.29.
1805
1806 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1807
1808         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1809         (wl-highlight-summary-line-help-echo-alist): New variable.
1810         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1811         into `wl-highlight-summary-line-help-echo' and
1812         `wl-highlight-flag-folder-help-echo'.
1813         (wl-highlight-summary-line-string): Change accordingly.
1814         (wl-highlight-summary-current-line): Ditto.
1815
1816 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1819         at the beginning of field body (Thanks to Markus Knittig).
1820
1821         * wl-draft.el (wl-draft-insert-current-message): Also check
1822         summary buffer, remove unnecessary tag.
1823
1824 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1825
1826         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1827         when wl-message-buffer is nil.
1828
1829         * wl-folder.el (wl-folder): Abolish unused argument.
1830         Call wl-folder-init when wl-folder-entity is nil.
1831         * wl.el (wl): Change accordingly.
1832
1833 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1836         multibyte string before insert into draft buffer.
1837         (wl-draft-create-buffer): Always enable multibyte characters for
1838         draft buffer.
1839
1840         * Version number is increased to 2.11.28.
1841
1842 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1843
1844         * wl-folder.el (wl-folder-open-close): Handle blank line.
1845         (wl-folder-jump-to-current-entity): Ditto.
1846
1847 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * Version number is increased to 2.11.27.
1850
1851 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-thread.el (wl-thread-insert-message): When the thread is
1854         devided by wl-summary-max-thread-depth, insert line at the end of
1855         buffer.
1856
1857 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * Version number is increased to 2.11.26.
1860
1861 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1862
1863         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1864
1865 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1866
1867         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1868         value of stream-type and session.
1869
1870 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1871
1872         * Version number is increased to 2.11.25.
1873
1874 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1875
1876         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1877         in a quit message.
1878
1879 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1882         (wl-summary-redisplay-no-mime-internal): Ditto.
1883
1884 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1887         * wl-vars.el (wl-smtp-connection-type): Ditto.
1888
1889 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1890
1891         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1892         for the separator line and quote mail-header-separator.
1893
1894 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1895
1896         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1897         result message.
1898
1899         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1900         `elmo-multiple-fields-body-list' with boundary as
1901         mail-header-separator.
1902
1903 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1906
1907 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-util.el (wl-list-diff): Remove unused function.
1910
1911         * wl-draft.el (wl-draft-send-confirm): Discard input before
1912         confirmation.
1913
1914 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1917         order of flag and new.
1918
1919 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * wl-vars.el (wl-refile-policy-alist): Abolished.
1922
1923         * wl-action.el (wl-summary-set-action-refile): Follow the change
1924         above.
1925
1926 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * wl-highlight.el (wl-highlight-signature-search): Don't use
1929         re-search-backward for a long word since it is possible to crash
1930         XEmacs because of a bug.
1931
1932 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1933
1934         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1935
1936 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1939         argument for wl-summary-sync-force-update.
1940
1941 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1942
1943         * wl-summary.el (wl-summary-mode-map): Revival of
1944         wl-summary-mark-as-important related bindings;
1945         Bind 'F','tF','mF','rF','m&'.
1946         (wl-summary-mark-as-important-region): Revival.
1947         (wl-summary-target-mark-mark-as-important): Ditto.
1948         (wl-summary-target-mark-operation): New function.
1949         (wl-summary-target-mark-mark-as-answered): Use it.
1950         (wl-summary-decide-flag): Don't set Important as default.
1951         (wl-summary-mark-as-important-internal): Revival.
1952         (wl-summary-mark-as-important): Ditto.
1953
1954         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1955
1956         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1957         instead of facep.
1958
1959 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1960
1961         * wl-dnd.el (wl-dnd-drop-func): Fix.
1962
1963         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1964         mouse-set-point instead of posn-point.
1965
1966         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1967
1968         * wl-mule.el (wl-completing-read-multiple): Ditto.
1969
1970 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-demo.el (face-background-name): Defalias to avoid compile
1973         warning.
1974
1975 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * wl-summary.el (wl-summary-decide-flag): Use
1978         wl-completing-read-multiple instead of completing-read-multiple.
1979
1980         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1981         New alias.
1982
1983         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1984         Use face-background-name instead of face-background.
1985
1986         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1987
1988         * wl-summary.el (wl-summary-save): Use it.
1989         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1990
1991         * wl-mime.el (wl-mime-save-content): Fix last change.
1992
1993 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1994
1995         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1996         New function.
1997         (wl-summary-sort-specs): Added sort.
1998         * wl-mime.el (wl-mime-save-content): Expand file name.
1999
2000 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2001
2002         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2003
2004         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2005
2006 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2009         for flag if it is not defined.
2010
2011 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * wl-e21.el (wl-highlight-folder-current-line): Use
2014         elmo-folder-type-internal when elmo-folder-type returns nil.
2015
2016         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2017
2018         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2019
2020         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2021
2022         * wl-e21.el (wl-summary-toolbar): Ditto.
2023
2024         * wl-vars.el (wl-demo-background-color): Abolished.
2025         (wl-summary-persistent-mark-priority-list): Renamed from
2026         wl-summary-flag-priority-list.
2027         (wl-summary-flag-alist): New user option.
2028         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2029         (wl-message-mode-line-format-spec-alist): Added 'F'.
2030         (wl-message-mode-line-format): Likewise.
2031         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2032         instead of wl-summary-important-mark.
2033         (wl-file-folder-icon): New variable.
2034
2035         * wl-thread.el (wl-thread-set-flags): Renamed from
2036         wl-thread-mark-as-important.
2037
2038         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2039         warning.
2040         (wl-summary-mode-menu-spec): Follow the change of 
2041         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2042         (wl-summary-mode-map): Follow the change of
2043         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2044         (wl-summary-detect-mark-position): Follow the variable name change.
2045         (wl-summary-set-flags-region): New function for the replacement of
2046         wl-summary-mark-as-important-region.
2047         (wl-summary-sync-marks): Sync all global-flags.
2048         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2049         instead of elmo-message-flagged-p.
2050         (wl-summary-persistent-mark-string): Follow the variable name change;
2051         Put wl-summary-flag-mark if the message has global-flag.
2052         (wl-summary-target-mark-set-flags): Renamed from 
2053         wl-summary-target-mark-mark-as-important.
2054         (wl-summary-decide-flag): New function.
2055         (wl-summary-set-flags-internal): Renamed from
2056         wl-summary-mark-as-important-internal.
2057         (wl-summary-add-flags-internal): New function.
2058         (wl-summary-remove-flags-internal): Ditto.
2059         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2060         (wl-summary-mark-as-unimportant): Abolish.
2061         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2062         (wl-summary-next-message): List flagged messages in the msgdb.
2063
2064         * wl-score.el (wl-summary-score-update-all-lines): Use
2065         wl-summary-add-flags-internal instead of 
2066
2067         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2068
2069         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2070         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2071         (wl-message-buffer-require-all-header): Renamed from
2072         wl-message-buffer-all-header-flag (Ditto).
2073         (wl-message-buffer-flag-indicator): New variable.
2074         (wl-message-redisplay): Changed local varibale name from `flag' to
2075         `display-type'; Set up wl-message-buffer-flag-indicator.
2076         (wl-message-buffer-display): Changed varibale name from `flag' to
2077         `display-type'.
2078         (wl-message-display-internal): Likewise.
2079
2080         * wl-highlight.el (wl-highlight-demo-face): Define default background
2081         color.
2082         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2083
2084         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2085
2086         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2087         (wl-demo-setup-properties): Renamed from
2088         `wl-demo-set-background-color'.
2089         (wl-demo): Follow the change above.
2090         
2091         * Version number is increased to 2.11.24.
2092
2093 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2094
2095         * wl-summary.el (wl-summary-toggle-thread): Call
2096         `wl-summary-rescan' with disable-thread as non-nil.
2097         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2098
2099 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2102         foreground property of the face.
2103         (wl-demo-insert-text): Don't set up face property here.
2104         (wl-demo): Call wl-demo-set-background-color, anyway.
2105
2106 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-vars.el (wl-demo-background-color): The value can be nil.
2109
2110 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2113         to wl-summary-wheel-dispatcher.
2114
2115         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2116         wl-message-wheel-dispatcher.
2117         (wl-message-wheel-dispatcher): New function.
2118         (wl-summary-wheel-dispatcher): Ditto.
2119
2120 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * wl-action.el (wl-summary-target-mark-all): List messages which are
2123         not in the killed-list.
2124
2125         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2126         only when the folder is 'flag/important.
2127
2128         * wl-address.el (wl-complete-field-body): Complete if the last
2129         character is a space.
2130
2131 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-folder.el (wl-folder-clear-entity-info): Use
2134         elmo-clear-hash-val.
2135
2136         * wl-fldmgr.el (wl-fldmgr-rename): Set
2137         wl-folder-info-alist-modified as t.
2138
2139 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2142
2143 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2144
2145         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2146         (wl-folder-buffer-last-visited-entity-id): New buffer local
2147         variable.
2148         (wl-folder-revisit-last-visited-folder): New function.
2149         (wl-folder-mode-map): Bind it to "C-i".
2150         (wl-folder-set-current-entity-id): Set last visited folder.
2151         * wl-summary.el (wl-summary-exit): Ditto.
2152
2153 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2156         before calling `recenter' in order to cope with an XEmacs bug.
2157
2158 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2159
2160         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2161         to the default value.
2162
2163 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2166         change.
2167         (wl-summary-sync-marks): Ditto.
2168         (wl-summary-mark-as-read-internal): Ditto.
2169         (wl-summary-mark-as-answered-internal): Ditto.
2170         (wl-summary-mark-as-important-internal): Ditto.
2171         (wl-summary-reply): Ditto.
2172
2173         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2174         instead of `elmo-folder-unflag-answered'.
2175
2176         * Version number is increased to 2.11.23.
2177
2178         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2179         the last change.
2180
2181 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2182
2183         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2184         Specify "spam" or "good".
2185
2186 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2187
2188         * wl-spam.el (wl-summary-exec-action-spam): Call
2189         wl-folder-confirm-existence for spam folder.
2190         (wl-spam-setup): Bind "mk".
2191
2192 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2195
2196 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2199         destination folder is empty.
2200
2201 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2202
2203         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2204         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2205
2206         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2207         (wl-summary-refile-prev-destination-region): New function.
2208         (wl-thread-refile-prev-destination): Ditto.
2209         (wl-summary-target-mark-refile-prev-destination): Ditto.
2210
2211 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2212
2213         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2214         (wl-demo-background-color): Changed default value.
2215
2216         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2217         color.
2218
2219         * wl-demo.el (wl-demo-set-background-color): New function.
2220         (wl-demo): Call it.
2221
2222 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2223
2224         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2225         * wl-address.el (wl-address-add-or-change): Don't add empty
2226         address.
2227
2228 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2229
2230         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2231
2232 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2233
2234         * wl-vars.el (wl-demo-image-filter-alist): New variable
2235         (wl-demo-background-color): Ditto.
2236
2237         * wl-demo.el (wl-demo-xpm-set-background): New function.
2238         (wl-demo-image-filter): Ditto.
2239         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2240
2241         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2242
2243         * wl-demo.el (wl-demo-icon-name): Define as function.
2244         (wl-demo-insert-image): Use it.
2245
2246 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2247
2248         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2249
2250 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2251
2252         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2253
2254 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2257
2258 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2259
2260         * wl-thread.el (wl-thread-mark-as-answered): New function.
2261
2262         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2263         answered" entry.
2264         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2265         "r&" and wl-thread-mark-as-answered to "t&".
2266         (wl-summary-mark-as-important-region): Refine to toggle mark.
2267         (wl-summary-mark-as-answered-region): New function.
2268         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2269         and 3rd argument.
2270         (wl-summary-mark-as-important-internal): Likewise.
2271
2272 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2273
2274         * wl-template.el (wl-template-preview): New internal variable.
2275         (wl-template-preview-p): New function.
2276         (wl-template-show): Bind `wl-template-preview' as t.
2277
2278 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2281         `elmo-message-entity-field' with 3rd argument which is non-nil.
2282
2283 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2286         Removed duplicate local bind `folder'.
2287
2288 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2291
2292 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2293
2294         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2295         duplicate definition.
2296
2297 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2298
2299         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2300         non-nil, use it; Don't fetch message if there's no message in the
2301         current cursor position.
2302
2303 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-util.el (wl-region-exists-p): Use region-active-p.
2306         (wl-deactivate-region): New function.
2307         * wl-message.el (wl-message-redisplay): Deactivate region.
2308
2309         * wl-summary.el (wl-summary-reply): Call
2310         `wl-summary-set-message-buffer-or-redisplay' instead of
2311         `wl-summary-redisplay-internal', don't move point.
2312
2313 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2316         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2317         by regexp.
2318
2319 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2320
2321         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2322         if no need.
2323
2324 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2325
2326         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2327         default value to nil.
2328         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2329         `wl-summary-prepare-hook'; Replace refile action to
2330         `wl-summary-exec-action-refile-with-register'.
2331
2332         * Version number is increased to 2.11.22.
2333
2334 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2335
2336         * wl-summary.el (wl-summary-detect-mark-position): Set
2337         `wl-summary-buffer-weekday-name-lang'.
2338
2339 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2340
2341         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2342         (wl-summary-mark-as-read-all): Ditto.
2343         (wl-summary-delete-messages-on-buffer): Ditto.
2344         (wl-summary-sync-update): Ditto.
2345         (wl-summary-mark-as-read-internal): Ditto.
2346         (wl-summary-mark-as-answered-internal): Ditto.
2347         (wl-summary-update-folder-info): Abolished.
2348
2349 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2350
2351         * wl-summary.el (wl-summary-mark-as-read-all): Use
2352         `wl-summary-update-folder-info' instead of
2353         `wl-folder-update-unread'.
2354
2355 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2356
2357         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2358         `wl-summary-folder-info-update'.
2359         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2360         instead of `wl-summary-folder-info-update'.
2361         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2362         `wl-folder-set-folder-updated'.
2363         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2364         instead of `wl-folder-update-unread'.
2365         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2366         the value of `wl-summary-buffer-unread-count' for the second parameter of
2367         `wl-folder-update-unread'.
2368
2369         * Version number is increased to 2.11.21.
2370
2371 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2372
2373         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2374         a local variable.
2375
2376 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2379         interactively.
2380
2381         * wl-summary.el (wl-summary-mark-as-important-internal): New
2382         internal function.
2383         (wl-summary-mark-as-important): Use it.
2384         (wl-summary-mark-as-unimportant): New function.
2385         (wl-summary-sync-marks): Follow the API change.
2386
2387         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2388
2389         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2390
2391 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2392
2393         * wl-folder.el (wl-folder-update-unread): Re-indent.
2394         Narrow the scope of a local variable.
2395
2396 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2399         (wl-addrmgr-merge-entries): Ditto.
2400         (wl-addrmgr): Added to address entry which exists in draft buffer
2401         if no entry is in original.
2402
2403 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-batch.el: New file.
2406
2407 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2408
2409         * wl-vars.el (wl-use-semi): Remove unused variable.
2410
2411 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2412
2413         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2414         "?".
2415
2416 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2417
2418         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2419         wl-summary-new-mark.
2420         (wl-summary-new-cached-mark): New user option.
2421         (wl-summary-score-marks): Follow the change above.
2422         (wl-summary-auto-refile-skip-marks): Ditto.
2423         (wl-summary-incorporate-marks): Ditto.
2424         (wl-summary-expire-reserve-marks): Ditto.
2425
2426         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2427
2428         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2429         (wl-summary-persistent-mark-string): Distinguished between cached
2430         and uncached mark when the message is new.
2431
2432 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * wl-spam.el (wl-spam-domain): Renamed from
2435         `wl-spam-folder-guess-domain'.
2436         (wl-summary-exec-action-spam): Register as spam if domain of the
2437         source folder is good.
2438         (wl-summary-exec-action-refile-with-register): Register message if
2439         domain of the source folder is not undecided.
2440
2441 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2444         detect thread loop.
2445
2446 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2449         and wl-summary-skip-mark-list.
2450
2451 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2452
2453         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2454
2455         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2456
2457         * wl-spam.el (toplevel): Require wl-highlight.
2458         (wl-spam-auto-check-policy-alist): Abolish.
2459         (wl-spam-auto-check-folder-regexp-list): New user option.
2460         (wl-spam-auto-check-marks): Ditto.
2461         (wl-spam-mark-action-list): Ditto.
2462         (wl-highlight-summary-spam-face): New face.
2463         (wl-spam-auto-check-message-p): New function.
2464         (wl-spam-map-spam-messages): Fixed message.
2465         (wl-spam-register-spam-messages): Ditto.
2466         (wl-spam-register-good-messages): Ditto.
2467         (wl-summary-spam-map): Add and remove keybind.
2468         (wl-summary-target-mark-spam): Abolish.
2469         (wl-summary-refile-spam): Ditto.
2470         (wl-summary-test-spam): New function.
2471         (wl-summary-mark-spam): Ditto.
2472         (wl-summary-auto-check-spam): Follow the above change.
2473         (wl-summary-exec-action-spam): New function.
2474         (wl-summary-exec-action-refile-with-register): Fixed message.
2475         (wl-message-check-spam): New function.
2476         (wl-spam-setup): Ditto.
2477         (toplevel): Call it if this file is loaded interactivity.
2478
2479         * Version number is increased to 2.11.20.
2480
2481 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2484         when new optional argument `force' is non nil or modified.
2485
2486 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl.el (toplevel): Require wl-spam when compile.
2489         (wl-save-status): Call wl-spam-save-status.
2490
2491         * wl-spam.el (wl-spam-register-spam-messages): New function.
2492         (wl-spam-register-good-messages): Ditto.
2493         (wl-spam-save-status): Ditto.
2494         (wl-summary-mode-map): Bind
2495         wl-summary-target-mark-register-as-spam to "ms" and
2496         wl-summary-target-mark-register-as-good to "mn".
2497         (wl-summary-register-as-spam): Abolish optional argument; Use
2498         wl-spam-register-spam-messages.
2499         (wl-summary-register-as-spam-all): Use
2500         wl-spam-register-spam-messages.
2501         (wl-summary-register-as-good): Abolish optional argument; Use
2502         wl-spam-register-good-messages.
2503         (wl-summary-register-as-good-all): Use
2504         wl-spam-register-good-messages.
2505         (wl-summary-target-mark-register-as-spam): New funtion.
2506         (wl-summary-target-mark-register-as-good): Ditto.
2507
2508 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-spam.el: New file.
2511
2512 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2515
2516         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2517         (wl-summary-auto-refile): Call wl-refile-guess with
2518         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2519
2520 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2521
2522         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2523         with disable-thread argument non-nil.
2524
2525 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * wl-summary.el (wl-summary-rescan): Added optional argument
2528         disable-thread.
2529         (wl-summary-sync): Call wl-summary-rescan with argument
2530         disable-thread.
2531         (wl-summary-input-range): Added new range `rescan-thread'.
2532
2533 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2536
2537 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2538
2539         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2540         internal variable.
2541         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2542         wl-summary-search-parent-by-subject-regexp and
2543         wl-summary-divide-thread-when-subject-changed as nil.
2544         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2545         (wl-summary-insert-thread): Search parent entity from
2546         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2547         thread loop.
2548
2549 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2552
2553         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2554
2555         * wl-util.el (wl-require-update-all-folder-p): New function.
2556         (wl-get-assoc-list-value): Added `function' to match directive.
2557         (wl-collect-draft): Rewrite.
2558
2559         * wl-summary.el (wl-summary-sync-update): Clear faces
2560         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2561         are non-nil.
2562         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2563         argument as function.
2564         (wl-summary-input-range): Ditto.
2565
2566         * wl-folder.el (wl-draft-get-folder): New function.
2567         (wl-folder-get-elmo-folder): Consider draft folder.
2568
2569         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2570         (wl-draft-buffer-message-number): New buffer local variable.
2571         (wl-draft-folder-internal): New internal variable.
2572         (wl-draft-delete): Rewrite.
2573         (wl-draft-save): Ditto.
2574         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2575         wl-folder-get-elmo-folder.
2576         (wl-draft-config-info-operation): Ditto.
2577         (wl-jump-to-draft-folder): Ditto.
2578         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2579         (wl-draft-reedit): Rewrite.
2580
2581         * Version number is increased to 2.11.19.
2582         
2583 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2584
2585         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2586         variable.
2587
2588 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2589
2590         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2591         Use ignore-errors instead of unwind-protect.
2592
2593 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2594
2595         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2596         for updating `wl-thread-entity-list'.
2597
2598 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2599
2600         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2601         parameter from calling `wl-thread-entity-get-older-brothers' and
2602         `wl-thread-entity-get-younger-brothers'.
2603         Replace nested `append' with a single one.
2604
2605 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2606
2607         * wl-summary.el (wl-summary-mode): Don't use the return value of
2608         `make-local-hook'.
2609
2610 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2611
2612         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2613         instead of `let*'.
2614         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2615         of local variables.
2616
2617 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2620         Renamed from wl-summary-window-scroll-functions.
2621         (wl-summary-window-scroll-functions): Don't set to variable.
2622         (wl-summary-display-top): Use run-hooks.
2623         (wl-summary-display-bottom): Ditto.
2624         (wl-summary-toggle-disp-msg): Ditto.
2625         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2626         Use it instead of wl-summary-window-scroll-functions.
2627         (wl-summary-goto-folder-subr): Don't call
2628         wl-summary-window-scroll-functions, use
2629         wl-summary-buffer-window-scroll-functions instead.
2630
2631 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2634         make-local-variable.
2635
2636 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2637
2638         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2639         set-buffer-modified-p.
2640         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2641         (wl-summary-display-bottom): Ditto.
2642         (wl-summary-toggle-disp-msg): Ditto.
2643
2644 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2647
2648         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2649         (wl-summary-forward): Use elmo-message-entity-field instead of
2650         elmo-message-field.
2651
2652         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2653
2654 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2655
2656         * wl-summary.el (wl-summary-window-scroll-functions): No use
2657         `append'.
2658
2659 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2662         function.
2663         (wl-summary-window-scroll-functions): Call it when both
2664         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2665         (wl-summary-temp-mark): Added optional argument number.
2666         (wl-summary-message-mark): Added optional argument flag.
2667         (wl-summary-persistent-mark): Added optional argument number and flag.
2668         (wl-summary-update-persistent-mark): Ditto.
2669         (wl-summary-update-status-marks): Set "r" for interactive spec.
2670
2671         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2672         argument number and flag.
2673
2674         * wl-action.el (wl-summary-registered-temp-mark): 
2675         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2676
2677 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2678
2679         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2680         internal variable (buffer local).
2681         (wl-summary-window-scroll-functions): New function.
2682         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2683         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2684         as nil.
2685         (wl-summary-update-status-marks): Added arguments beg, end and
2686         check.
2687         (wl-summary-update-mark-window): Use function.
2688         (wl-summary-sync-update): Follow the change above.
2689         (wl-summary-switch-to-clone-buffer): Copy
2690         wl-summary-buffer-unsync-mark-number-list.
2691         (wl-summary-goto-folder-subr): Set
2692         wl-summary-buffer-unsync-mark-number-list and
2693         use wl-summary-window-scroll-functions instead of
2694         wl-summary-lazy-highlight.
2695
2696         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2697
2698 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2699
2700         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2701
2702         * wl-summary.el (wl-summary-update-persistent-mark): Call
2703         wl-summary-set-message-modified.
2704
2705         * wl-summary.el (wl-summary-sync-update): Don't call
2706         wl-summary-update-status-marks.
2707
2708         * Version number is increased to 2.11.18.
2709
2710 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2713         (wl-message-next-page): Ditto.
2714
2715 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2716
2717         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2718         local variable.  Change the order of a collected list into the
2719         same as the specified range.  Remove nil from a collected list.
2720
2721 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2724         argument for elmo-folder-list-messages.
2725
2726 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2729         change (wl-summary-count-unreads return a list instead of a cons
2730         cell).
2731
2732 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2733
2734         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2735         `wl-summary-folder-info-update'.
2736
2737 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * wl-summary.el (wl-summary-set-message-modified): No use
2740         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2741         (wl-summary-set-mark-modified): Abolish.
2742         (wl-summary-mark-modified-p): Ditto.
2743         (wl-summary-save-view): Follow the change above.
2744
2745         * wl-expire.el (wl-summary-expire): Likewise.
2746
2747 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-summary.el (wl-summary-detect-mark-position): Use
2750         modb-entity-handler.
2751         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2752
2753         * Version number is increased to 2.11.17.
2754
2755 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2756
2757         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2758         entity field value.
2759         (wl-summary-prefetch-msg): Ditto.
2760         (wl-summary-print-message-with-ps-print): Ditto.
2761
2762 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2763
2764         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2765         for dummy entity.
2766         (wl-summary-insert-thread): Use elmo-message-entity-field.
2767         (wl-summary-update-thread): Use elmo-message-entity-field and
2768         elmo-message-entity-number.
2769         (wl-summary-line-number):  Use elmo-message-entity-number.
2770         (wl-summary-line-size): Use elmo-message-entity-field.
2771         (wl-summary-line-subject): Ditto.
2772         (wl-summary-line-from): Ditto.
2773         (wl-summary-line-attached): Ditto.
2774         (wl-summary-create-line): Ditto.
2775         (wl-summary-create-line): Use elmo-message-entity-number.
2776         (wl-summary-print-message-with-ps-print): Use
2777         elmo-message-entity-field.
2778
2779 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2780
2781         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2782         change in elmo-msgdb-make-message-entity.
2783         (wl-summary-buffer-set-folder): Don't call
2784         wl-summary-detect-mark-position here.
2785         (wl-summary-rescan): Call elmo-message-entity-number.
2786         (wl-summary-sync-update): Ditto.
2787         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2788
2789         * wl-score.el (wl-score-header-index): Redefine 2th element.
2790         (wl-score-overview-entity-get-extra): Abolish.
2791         (wl-score-ov-entity-get): Rewrite.
2792         (wl-score-string-index<, wl-score-string-func<): Abolish.
2793         (wl-score-string<): New function.
2794         (wl-score-string-sort): Use it.
2795
2796         * wl-refile.el (wl-refile-guess-by-history): Use
2797         elmo-message-entity-field.
2798         (wl-refile-guess-by-from): Ditto.
2799         (wl-refile-guess-by-msgid): Ditto.
2800
2801         * Version number is increased to 2.11.16.
2802
2803 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2804
2805         * wl-folder.el (wl-folder-confirm-existence): Don't call
2806         file-exists-p if msgdb-path is nil.
2807         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2808         `wl-read-folder-hist' to `wl-read-folder-history'.
2809
2810 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2811
2812         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2813         `y-or-n-p'.
2814
2815 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2816
2817         * wl-score.el (wl-score-headers): Don't use
2818         elmo-folder-do-each-message-entity.
2819
2820         * Version number is increased to 2.11.15.
2821
2822 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-summary.el (wl-summary-delete-all-msgs): Use
2825         elmo-folder-move-messages instead of elmo-folder-delete-messages
2826         and elmo-folder-detach-messages.
2827         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2828
2829         * wl-expire.el (wl-expire-delete): Ditto.
2830         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2831
2832 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2835         (wl-message-header-narrowing-fields): Ditto.
2836         (wl-message-header-narrowing-lines): Ditto.
2837         (wl-message-header-narrowing-string): Ditto.
2838
2839         * wl-summary.el (wl-summary-mode-map): Bind
2840         wl-summary-toggle-header-narrowing to "C-cC-f".
2841         (wl-summary-toggle-header-narrowing): New function.
2842
2843         * wl-message.el (wl-message-buffer-create): Call
2844         wl-message-header-narrowing-setup.
2845         (wl-message-redisplay): Call wl-message-header-narrowing.
2846         (wl-message-header-narrowing): New function.
2847         (wl-message-header-narrowing-map): New keymap.
2848         (wl-message-header-narrowing-widen-map): New keymap.
2849         (wl-message-header-narrowing-again-at-mouse): New function.
2850         (wl-message-header-narrowing-1): Ditto.
2851         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2852         (wl-message-header-narrowing-setup): Ditto.
2853         (wl-message-header-narrowing-toggle): Ditto.
2854         
2855         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2856
2857         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2858         'flag as all.
2859         (wl-use-flag-folder-help-echo): New user option.
2860
2861         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2862         wl-summary-highlight as nil.
2863         (wl-summary-set-mark-modified): Follow the API change.
2864         (wl-summary-mark-modified-p): Ditto.
2865         (wl-summary-mark-as-read-all): Ditto.
2866         (wl-summary-sync-marks): Don't call
2867         elmo-folder-list-messages-with-global-mark.
2868         (wl-summary-mark-as-read-internal): Follow the API change.
2869         (wl-summary-mark-as-answered-internal): Ditto.
2870         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2871         Follow the API change.
2872         (wl-summary-create-line): Call with number argument.
2873         (wl-summary-reply): Follow the API change.
2874
2875         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2876         function.
2877         (wl-highlight-summary-line-string): Call it when
2878         wl-use-flag-folder-help-echo is non-nil.
2879         (wl-highlight-summary-current-line): Ditto.
2880         (elmo-flag-folder-referrer): Added autoload setting.
2881
2882         * wl-draft.el (wl-draft-kill): Follow the API change.
2883
2884         * Version number is increased to 2.11.14.
2885         
2886 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2887
2888         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2889
2890 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * Version number is increased to 2.11.13.
2893
2894 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-draft.el (wl-draft-previous-history-element): Fixed
2897         unbalanced parenthesis and bind unbound local variables.
2898
2899 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2900
2901         * wl-draft.el (wl-draft-previous-history-element): New function.
2902         (wl-draft-next-history-element): Ditto.
2903         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2904         them to M-p and M-n.
2905
2906 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2907
2908         * Version number is increased to 2.11.12.
2909
2910 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2911
2912         * wl-draft.el (wl-draft-hide): Select buffer-window.
2913
2914 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2915
2916         * wl-summary.el (wl-summary-narrow-to-region): New function.
2917         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2918         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2919         (wl-summary-save-region): Use it.
2920         * wl-action.el (wl-summary-collect-numbers-region)
2921         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2922
2923 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2924
2925         * wl-folder.el (wl-folder-count-incorporates): Don't use
2926         `elmo-msgdb-mark-load'
2927
2928         * Version number is increased to 2.11.11.
2929
2930 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2931
2932         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2933         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2934
2935 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2938
2939 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2940
2941         * Version number is increased to 2.11.10.
2942
2943 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2944
2945         * wl-mime.el (wl-draft-attribute-value): Fixed.
2946
2947 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-util.el (wl-copy-local-variables): New function.
2950
2951         * wl-mime.el (wl-draft-attribute-recipients): New function.
2952         (wl-draft-attribute-envelope-from): Ditto.
2953         (wl-draft-attribute-smtp-posting-server): Ditto.
2954         (wl-draft-attribute-smtp-posting-port): Ditto.
2955         (wl-draft-attribute-value): Ditto.
2956         (wl-draft-preview-message): Use it to get value for
2957         attributes. Reflect result of `wl-draft-config'.
2958
2959         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2960         and call `wl-summary-mark-as-read' before to call
2961         `wl-summary-unset-mark'.
2962         (wl-summary-target-mark-mark-as-unread): Likewise.
2963         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2964
2965 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * wl-mime.el (wl-draft-preview-message): Use actual value for
2968         attributes; Fix for small window.
2969
2970 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-refile.el (wl-refile-get-field-value): Call
2973         `elmo-message-entity-field' with 3rd argument is non-nil.
2974
2975 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-vars.el (wl-draft-preview-attributes): New user option.
2978         (wl-draft-preview-attributes-list): Ditto.
2979         (wl-draft-preview-attributes-buffer-lines): Ditto.
2980         (wl-draft-preview-attributes-buffer-name): Ditto.
2981
2982         * wl-mime.el (wl-draft-preview-message): Display attributes.
2983
2984 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-summary.el (wl-summary-detect-mark-position): Bind
2987         wl-summary-flag-priority-list to '(new).
2988
2989 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2992         funtion.
2993         (wl-highlight-summary-line-string): Use it.
2994         (wl-highlight-summary-current-line): Ditto.
2995
2996 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2999         line even when the mark string is not changed.
3000
3001         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3002         argument change in the wl-summary-create-line.
3003         (wl-thread-insert-entity-sub): Ditto.
3004
3005         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3006         argument change in the wl-summary-create-line.
3007         (wl-summary-insert-sequential): Ditto.
3008         (wl-summary-update-thread): Ditto.
3009         (wl-summary-persistent-mark-string): New inline function.
3010         (wl-summary-message-mark): Use it.
3011         (wl-summary-create-line): Abolish argument wl-persistent-mark
3012         and added wl-flags, wl-cached.
3013
3014         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3015         mark to flags.
3016         (wl-highlight-summary-current-line): Decide the face not by the 
3017         persistent mark but flags.
3018
3019 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3022         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3023         wl-summary-read-uncached-mark): Revive.
3024         (wl-summary-answered-cached-mark,
3025         wl-summary-answered-uncached-mark): New user option.
3026         (wl-summary-score-marks): Follow the change above.
3027         (wl-summary-auto-refile-skip-marks): Ditto.
3028         (wl-summary-incorporate-marks): Ditto.
3029         (wl-summary-expire-reserve-marks): Ditto.
3030         (wl-summary-flag-priority-list): New user option.
3031
3032         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3033         changes.
3034         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3035         of elmo-message-mark.
3036         (wl-summary-mark-as-read-internal): Ditto.
3037         (wl-summary-mark-as-answered): Ditto.
3038         (wl-summary-mark-as-important): Ditto.
3039         (wl-summary-redisplay-internal): Ditto.
3040         (wl-summary-redisplay-no-mime-internal): Ditto.
3041         (wl-summary-message-mark): New function.
3042         (wl-summary-insert-sequential): Use wl-summary-message-mark
3043         instead of elmo-message-mark.
3044         (wl-summary-update-thread): Ditto.
3045         (wl-summary-persistent-mark): Ditto.
3046         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3047         instead of elmo-message-mark.
3048
3049         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3050         wl-summary-message-mark instead of elmo-message-mark.
3051         (wl-thread-insert-entity-sub): Ditto.
3052         (wl-thread-get-children-msgs-uncached): Ditto.
3053
3054         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3055         variable name changes.
3056         (wl-highlight-summary-current-line): Ditto.
3057
3058         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3059         wl-summary-message-mark instead of elmo-message-mark.
3060
3061         * wl-expire.el (wl-expire-message-p): Ditto.
3062
3063         * wl-score.el (wl-score-headers): Ditto.
3064
3065         * Version number is increased to 2.11.9.
3066
3067         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3068         (wl-summary-sync-update): Follow the change above.
3069         (wl-summary-switch-to-clone-buffer): Ditto.
3070         (wl-summary-open-folder): Ditto.
3071
3072 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3075         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3076
3077         * Version number is increased to 2.11.8.
3078
3079         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3080
3081         * wl-expire.el (wl-expire-refile): Follow the API change on
3082         `elmo-folder-move-messages'.
3083         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3084
3085         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3086         (wl-summary-exec-action-refile): Ditto.
3087         (wl-summary-exec-action-copy): Ditto.
3088         (wl-summary-no-auto-refile-message-p): No use
3089         `wl-summary-buffer-msgdb'.
3090         (wl-summary-auto-refile): Ditto.
3091
3092 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3093
3094         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3095
3096 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3097
3098         * wl-summary.el (wl-summary-sync): Treat no-sync.
3099
3100         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3101         (wl-default-sync-range): Ditto.
3102
3103 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-refile.el (wl-refile-subject-learn): Call
3106         `elmo-message-entity-field' with 3rd argument is non-nil.
3107         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3108         instead of `elmo-msgdb-overview-entity-get-subject'.
3109
3110 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3113         scan-type is rescan.
3114         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3115         new optional argument force is non-nil.
3116         (wl-summary-save-view-cache): Call it with force argument non-nil.
3117
3118         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3119
3120 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3121
3122         * wl-action.el (wl-summary-print-argument): Fixed last change.
3123
3124 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3127         simplified.
3128         (wl-summary-target-mark-mark-as-unread): Likewise.
3129         (wl-summary-target-mark-mark-as-important): Likewise.
3130
3131 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3132
3133         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3134         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3135         (wl-summary-mark-as-important-region): Change accordingly.
3136         (wl-summary-target-mark-mark-as-important): Ditto.
3137
3138 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3141
3142         * wl-action.el (wl-summary-print-argument): Print argument to
3143         right side of window if `wl-summary-print-argument-within-window'
3144         is non-nil.
3145
3146 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3147
3148         * wl-action.el (wl-summary-set-mark): Use
3149         `wl-summary-message-visible-p' to check visibility of the message
3150         and jump to message only when the message line is visible and have
3151         different number; Call wl-summary-unset-mark with number argument.
3152         (wl-summary-unset-mark): 
3153         Use `wl-summary-message-visible-p'
3154         to check visibility of the message and jump to message only when
3155         the message line is visible and have different number;
3156
3157 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * Version number is increased to 2.11.7.
3160
3161         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3162         and wl-folder-summary-line-format.
3163
3164         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3165         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3166         (wl-summary-set-score-mark): Use it.
3167         (wl-summary-target-mark-mark-as-read): Ditto.
3168         (wl-summary-target-mark-mark-as-unread): Ditto.
3169         (wl-summary-target-mark-mark-as-important): Ditto.
3170         (wl-summary-target-mark-msgs): Simplified.
3171         (wl-summary-detect-mark-position): Fixed problem when
3172         summary-line-format no contain persisten/temp mark spec.
3173         (wl-summary-temp-mark): Ditto.
3174         (wl-summary-persistent-mark): Ditto.
3175         (wl-summary-update-persistent-mark): Ditto.
3176
3177         * wl-action.el (wl-summary-set-mark): Ditto.
3178         (wl-summary-unset-mark): Ditto.
3179         All other related portions are changed.
3180
3181 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3182
3183         * Version number is increased to 2.11.6.
3184
3185 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3186
3187         * wl-util.el (wl-current-message-buffer): Define as function;
3188         Don't use the value of wl-messge-buffer.
3189
3190         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3191         persistent mark.
3192
3193         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3194         no current message, cause an error.
3195
3196 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-summary.el (wl-summary-set-message-modified): Use
3199         elmo-folder-set-message-modified instead of
3200         elmo-folder-set-message-modified-internal.
3201
3202 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3203
3204         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3205         interactively.
3206         (wl-summary-sync): nokill->entirely.
3207         (wl-summary-sync-marks): Fixed message.
3208         (wl-summary-input-range): Added mark, nokill->entirely.
3209
3210         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3211         messages as read.
3212
3213 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3216         update-noscore.
3217         (wl-summary-sync): Follow the change above.
3218
3219 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-action.el (wl-summary-target-mark-all): Use
3222         elmo-folder-list-messages.
3223
3224 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3227         (wl-summary-rescan): Set wl-summary-scored as nil.
3228         (wl-summary-sync-force-update): Follow the change above.
3229         (wl-summary-sync): Ditto.
3230         (wl-summary-sync-update): Added argument disable-killed.
3231         (wl-summary-insert-headers): Set visible-only argument for
3232         elmo-folder-list-messages.
3233         (wl-summary-input-range): Added update-nokill, update-noscore,
3234         all-nokill, all-noscore and mark.
3235
3236         * Version number is increased to 2.11.5.
3237
3238         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3239
3240 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3241
3242         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3243         (wl-summary-prefetch-region-no-mark): Change accordingly.
3244         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3245
3246 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3247
3248         * wl-address.el (wl-complete-field-to): Abolished.
3249         (wl-complete-address): Completion function for completing-read.
3250         * wl-action.el (wl-summary-get-resend-address): Use it.
3251
3252         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3253         wl-summary-update-mark and abolish unused argument.
3254         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3255         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3256         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3257         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3258         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3259         * wl-draft.el (wl-draft-kill): Ditto.
3260
3261         * wl-summary.el: Remove unused binding of case-fold-search.
3262         (wl-summary-replace-status-marks): Abolished.
3263
3264 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3267         is specified or folder length is zero.
3268
3269 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3272         (wl-folder-archive-current-entity): Ditto.
3273
3274 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3277         retrieving message mark.
3278         (wl-summary-redisplay-internal): Ditto.
3279
3280         * wl-message.el (wl-message-buffer-display): Ignore errors while
3281         retrieving message-id field.
3282
3283         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3284         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3285         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3286         order of the arguments for `wl-expire-message-p'.
3287         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3288
3289         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3290         Check return value of wl-summary-reply.
3291         (wl-summary-reply): Recover window configuration when an error occured.
3292
3293 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3294
3295         * wl-summary.el (wl-summary-resend-message): Abolished, the
3296         feature is inherited by wl-summary-resend (put resend mark).
3297
3298 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3299
3300         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3301         wl-message-buffer to nil when the message is hide.
3302
3303 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3304
3305         * .cvsignore: New file.
3306
3307 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3308
3309         * wl-action.el (wl-summary-action-docstring): Add more info.
3310         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3311         duplicate definition.
3312         (wl-summary-define-mark-action): Functions wl-summary-*-region
3313         keep current position.
3314         (wl-summary-unregister-target-mark): Store result to the variable.
3315
3316 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3317
3318         * Version number is increased to 2.11.4.
3319
3320 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3323         wl-summary-delete-all-temp-marks.
3324         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3325
3326         * wl-action.el (wl-summary-set-mark): Changed terminology
3327         refile-destination -> action-argument.
3328         (wl-summary-unset-mark): Ditto.
3329         (wl-summary-remove-argument): Ditto.
3330         (wl-summary-print-argument): Ditto.
3331
3332         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3333         (wl-thread-remove-argument-region): Ditto.
3334         (wl-thread-print-argument-region): Ditto.
3335         (wl-thread-close): Ditto.
3336         (wl-thread-open): Ditto.
3337
3338         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3339         (wl-highlight-refile-destination-face is abolished)
3340         (wl-highlight-action-argument-string): Ditto.
3341         (wl-highlight-summary-current-line): Highlight action argument.
3342
3343         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3344         color for light backgrounds.
3345         (wl-highlight-summary-answered-face): Ditto.
3346
3347 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3348
3349         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3350
3351         * wl-score.el (wl-summary-score-update-all-lines): Use
3352         wl-summary-set-mark.
3353         (wl-summary-score-update-all-lines): Kill expunged messages.
3354
3355         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3356
3357 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3358
3359         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3360         directly.
3361         (wl-score-overview-entity-get-lines): Ditto.
3362         (wl-score-overview-entity-get-xref): Ditto.
3363         (wl-score-get-latest-msgs): Ditto.
3364         (wl-summary-rescore): Ditto.
3365
3366         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3367         to "&".
3368         (wl-summary-mark-as-answered-internal): New inline function.
3369         (wl-summary-mark-as-answered): New function.
3370         (wl-summary-mark-as-unanswered): Ditto.
3371         (wl-summary-sync-marks): Modified for answered-mark synching.
3372
3373 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-action.el (wl-summary-set-mark): Fixed last change.
3376
3377 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3378
3379         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3380         behavior of wl-summary-unread-message-hook
3381         (Pointed out by akira yamada <akira@arika.org>).
3382
3383 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3386         wl-summary-delete.
3387         * wl-xmas.el (wl-summary-toolbar): Ditto.
3388
3389         * wl-action.el (wl-summary-set-mark): Don't override current
3390         temp-mark.
3391
3392         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3393
3394 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3395
3396         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3397         (wl-refile-msgid-learn): Ditto.
3398         (wl-refile-get-field-value): Ditto.
3399
3400         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3401
3402         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3403         (wl-expire-delete-reserved-messages): Renamed from
3404         wl-expire-reserve-marked-msgs-from-list.
3405         (wl-expire-delete): Removed argument `msgdb'.
3406         (wl-expire-refile): Ditto.
3407         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3408         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3409         mark-alist as argument.
3410         (wl-expire-archive-number1): Removed argument `msgdb'.
3411         (wl-expire-archive-number2): Ditto.
3412         (wl-expire-archive-date): Ditto.
3413         (wl-expire-localdir-date): Ditto.
3414         (wl-expire-hide): Ditto.
3415         (wl-archive-number1): Ditto.
3416         (wl-archive-number2): Ditto.
3417         (wl-archive-date): Ditto.
3418         (wl-archive-folder): Ditto.
3419         All other related portions are changed.
3420
3421 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3422
3423         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3424         mean move up and down. (suggested by Takashi Kawachi)
3425
3426 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-acap.el (toplevel): Don't require un-define.
3429
3430 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-thread.el (wl-thread-delete-message): Always update
3433         wl-summary-buffer-number-list.
3434
3435         * wl-action.el (wl-summary-print-destination): 
3436         Do nothing when folder is nil.
3437
3438 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3439
3440         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3441         persistent mark when prefetch is succeeded.
3442
3443 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3446         instead of elmo-msgdb-delete-msgs.
3447         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3448         (wl-expire-hide): Ditto.
3449
3450         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3451
3452         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3453         elmo-msgdb interface.
3454         (wl-thread-get-exist-children): Likewise.
3455         (wl-thread-insert-message): Likewise.
3456         (wl-thread-msg-mark-as-important): Likewise.
3457         (wl-thread-insert-entity-sub): Likewise.
3458         (wl-thread-get-children-msgs-uncached): Likewise.
3459
3460         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3461         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3462         (wl-summary-sync-update): Likewise.
3463         (wl-summary-auto-select-msg-p): Likewise.
3464         (wl-summary-update-thread): Likewise.
3465         (wl-summary-mark-as-important): Likewise.
3466         (wl-summary-jump-to-msg-internal): Likewise.
3467         (wl-summary-redisplay-internal): Likewise.
3468         (wl-summary-print-message-with-ps-print): Likewise.
3469         (wl-summary-folder-info-update): Likewise.
3470
3471         * wl-folder.el (wl-folder-check-one-entity):
3472         elmo-folder-count-flags instead of wl-summary-count-unread.
3473
3474         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3475
3476         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3477
3478         * wl-summary.el (wl-summary-set-message-modified): 
3479         Call wl-summary-set-mark-modified.
3480         (wl-summary-delete-messages-on-buffer): Call
3481         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3482         (wl-summary-sync-update): Call elmo-folder-length instead of
3483         elmo-folder-messages.
3484         (wl-summary-insert-headers): Don't call
3485         elmo-folder-list-message-entities.
3486
3487 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-action.el (wl-summary-define-mark-action): Call
3490         `wl-summary-set-mark' with argument `data'.
3491         (wl-summary-auto-refile): Fixed order of arguments when call
3492         `wl-summary-refile'.
3493
3494 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3495
3496         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3497
3498         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3499
3500         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3501         (Renamed from wl-highlight-summary-deleted-face).
3502         (wl-highlight-summary-resend-face): New face.
3503
3504         (wl-highlight-summary-deleted-face): Renamed from
3505         wl-highlight-summary-erased-face.
3506
3507         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3508
3509         * wl-action.el (wl-summary-get-resend-address): New function.
3510         (wl-summary-exec-action-resend): Ditto.
3511         (wl-summary-exec-action-resend-subr): Ditto.
3512
3513         * w-thread.el (wl-thread-copy): Removed definition.
3514         (wl-thread-refile): Ditto.
3515         (wl-thread-delete): Ditto.
3516         (wl-thread-target-mark): Ditto.
3517
3518         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3519         (wl-summary-target-mark-set-action): Fixed.
3520         (wl-summary-define-mark-action): Fixed quotation.
3521         (wl-summary-move-mark-list-messages): Display message.
3522         (wl-summary-define-mark-action): Define thread functions.
3523         (wl-summary-exec-action-refile): Changed message.
3524         (wl-summary-exec): Ditto.
3525
3526 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3527         
3528         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3529         '%%'.
3530
3531 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl.el (toplevel): Require wl-action.
3534         (wl-init): Call wl-summary-define-mark-action.
3535
3536         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3537
3538         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3539         wl-summary-delete and wl-summary-erase.
3540         (wl-summary-mode-map): Ditto.
3541
3542         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3543         wl-delete-folder-alist.
3544
3545         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3546         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3547         (toplevel): Moved mark & action related functions to the wl-action.el.
3548
3549         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3550         in wl-summary-mark-action-list.
3551         (wl-highlight-summary-current-line): Ditto.
3552
3553         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3554         empty lines.
3555
3556         * wl-action.el: New file. 
3557
3558 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3559
3560         * wl-summary.el (wl-summary-target-mark-replace): New function.
3561         (wl-summary-target-mark-prefetch): Use it.
3562         (wl-summary-target-mark-delete): Ditto.
3563         (toplevel): Rearranged definition order.
3564         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3565         (wl-summary-target-mark-erase): Rewrite.
3566         (wl-summary-erase-region): New function.
3567         (wl-summary-exec-action-erase): Changed message.
3568         (wl-summary-move-mark-list-messages): New function.
3569         (wl-summary-exec-action-delete): Use it.
3570         (wl-summary-exec-action-erase): Ditto.
3571
3572         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3573         (wl-summary-skip-mark-list): Added "d".
3574
3575         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3576         while searching.
3577
3578         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3579         and define using defcustom;
3580         Define 4th element as a face.
3581         
3582         * wl-summary.el (wl-summary-incorporate): Use 
3583         `wl-summary-prefetch-region-no-mark' instead of
3584         `wl-summary-prefetch-region'.
3585         (wl-summary-prefetch-region-no-mark): Revival of old
3586         `wl-summary-prefetch-region'.
3587         (wl-summary-mark-action-list): Moved to wl-vars.el
3588
3589         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3590         face according to the `wl-summary-mark-action-list'.
3591         (wl-highlight-summary-current-line): Ditto;
3592         Removed destination highlighting.
3593
3594         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3595         (wl-highlight-summary-line-string): Highlight for "i" mark.
3596         (wl-highlight-summary-current-line): Ditto.
3597
3598         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3599         no destination.
3600
3601         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3602         exists, just go ahead.
3603         (wl-summary-prefetch-region): Rewrite.
3604         (wl-summary-prefetch): Ditto.
3605         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3606         (wl-summary-exec-action-prefetch): New function.
3607         (wl-summary-target-mark-prefetch): Rewrite.
3608
3609 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3610
3611         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3612         (wl-highlight-summary-line-string): Added "d" and "D".
3613         (wl-highlight-summary-current-line): Ditto.
3614
3615         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3616         in wl-summary.el.
3617         (wl-thread-insert-entity-sub): Ditto.
3618         (wl-thread-remove-destination-region): Ditto.
3619         (wl-thread-print-destination-region): Ditto.
3620
3621         * wl-summary.el (wl-summary-buffer-refile-list,
3622         wl-summary-buffer-delete-list,
3623         wl-summary-buffer-copy-list): Abolish.
3624         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3625         All other related portions are changed.
3626         (wl-summary-mark-action-list): New variable.
3627         (wl-summary-set-mark): New function.
3628         (wl-summary-register-target-mark): Ditto.
3629         (wl-summary-unregister-target-mark): Ditto.
3630         (wl-summary-have-target-mark-p): Ditto.
3631         (wl-summary-register-temp-mark): Ditto.
3632         (wl-summary-unregister-temp-mark): Ditto.
3633         (wl-summary-registered-temp-mark): Ditto.
3634         (wl-summary-collect-temp-mark): Ditto.
3635         (wl-summary-unset-mark): Ditto.
3636         (wl-summary-set-target-mark): Ditto.
3637         (wl-summary-unset-target-mark): Ditto.
3638         (wl-summary-set-action-generic): Ditto.
3639         (wl-summary-unset-action-generic): Ditto.
3640         (wl-summary-exec-action-delete): Ditto.
3641         (wl-summary-exec-action-erase): Ditto.
3642         (wl-summary-set-action-refile): Ditto.
3643         (wl-summary-set-action-refile-subr): Ditto.
3644         (wl-summary-unset-action-refile): Ditto.
3645         (wl-summary-make-destination-numbers-list): Ditto.
3646         (wl-summary-exec-action-refile): Ditto.
3647         (wl-summary-set-action-copy): Ditto.
3648         (wl-summary-unset-action-copy): Ditto.
3649         (wl-summary-exec-action-copy): Ditto.
3650         (wl-summary-collect-numbers-region): Ditto.
3651         (wl-summary-delete): Rewrite.
3652         (wl-summary-erase): Ditto.
3653         (wl-summary-remove-destination): Ditto.
3654         (wl-summary-exec): Ditto.
3655         (wl-summary-exec-region): Ditto.
3656         (wl-summary-target-mark-erase): Ditto.
3657         (wl-summary-refile): Ditto.
3658         (wl-summary-copy): Ditto.
3659         (wl-summary-unmark): Ditto.
3660         (wl-summary-delete-all-mark): Ditto.
3661         (wl-summary-mark-line): Don't highlight.
3662         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3663         (wl-summary-target-mark-refile-subr): Rewrite.
3664
3665         (wl-summary-copy-prev-destination): Abolish.
3666
3667 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3668
3669         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3670         default values along the value of wl-on-mule.
3671         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3672         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3673         It is not used anywhere.
3674
3675 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3676
3677         * wl-summary.el (wl-summary-print-destination): Keep position.
3678         (wl-summary-cursor-move-surface): Keep horizontal position.
3679
3680 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3681
3682         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3683         write sendlog.
3684
3685 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3686
3687         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3688         `wl-summary-highlight'.
3689
3690 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3691
3692         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3693         trivial condition for temp-mark.
3694
3695 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3696
3697         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3698         when it hits killed buffer.
3699
3700 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3701
3702         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3703         * wl-news.el.in: `message' and `error' take format string.
3704
3705 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3706
3707         * wl-folder (wl-folder-insert-entity): Display a message,
3708         `...done', when the work finish.
3709         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3710
3711 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3712
3713         * wl-message.el (wl-message-redisplay): Remove unused local
3714         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3715
3716 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3717
3718         * wl-summary.el (wl-summary-replace-status-marks): Disable
3719         interactive use.
3720         (wl-summary-reedit): Check message existence at first.
3721         (wl-summary-mark-line): Fix doc, return value is indefinite.
3722
3723         * wl-highlight.el (wl-highlight-message): Arranged.
3724
3725         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3726         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3727         check temp-mark by wl-summary-temp-mark always.
3728         (wl-highlight-summary): Change accordingly.
3729         * wl-summary.el (wl-summary-mark-as-read-all)
3730         (wl-summary-delete-cache, wl-summary-set-score-mark)
3731         (wl-summary-mark-as-unread, wl-summary-unmark)
3732         (wl-summary-mark-line, wl-summary-mark-as-read)
3733         (wl-summary-mark-as-important): Ditto.
3734
3735         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3736         end of the window if possible.
3737         * wl-summary.el (wl-summary-sync-update): Support lazy
3738         highlighting.
3739         (wl-summary-toggle-disp-msg): Ditto.
3740
3741 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3742
3743         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3744
3745 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3746
3747         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3748         change.
3749
3750 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3753         API.
3754         (wl-summary-sync-update): Ditto.
3755
3756         * wl-score.el (wl-score-get-score-alist): Changed argument.
3757         (wl-summary-rescore-msgs): Likewise.
3758         (wl-summary-score-headers): Likewise.
3759         (wl-score-headers): Likewise;
3760         Use elmo-folder-do-each-message-entity, etc.
3761         (wl-summary-score-effect): Follow the changes above.
3762         (wl-summary-rescore): Ditto.
3763         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3764         (wl-score-get-overview): Abolish.
3765
3766         * wl-summary.el (wl-summary-default-from): Follow the API change in
3767         elmo-msgdb.
3768         (wl-summary-count-unread): Ditto.
3769         (wl-summary-detect-mark-position): Ditto.
3770         (wl-summary-overview-entity-compare-by-date): Ditto.
3771         (wl-summary-overview-entity-compare-by-number): Ditto.
3772         (wl-summary-overview-entity-compare-by-from): Ditto.
3773         (wl-summary-overview-entity-compare-by-subject): Ditto.
3774         (wl-summary-get-list-info): Ditto.
3775         (wl-summary-rescan): Ditto.
3776         (wl-summary-jump-to-msg-by-message-id): Ditto.
3777         (wl-summary-sync-update): Ditto; Removed comment.
3778         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3779         (wl-summary-insert-message): Use wl-summary-insert
3780         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3781         (wl-summary-insert-headers): Changed argument overview to folder.
3782         (wl-summary-search-by-subject): Likewise.
3783         (wl-summary-insert-thread): Renamed from 
3784         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3785
3786         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3787         too.
3788
3789         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3790         wl-string-member.
3791
3792 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3795         elmo-folder-append-buffer.
3796         (wl-draft-queue-append): Likewise.
3797
3798         * wl-mime.el (wl-message-delete-current-part): Ditto.
3799         (wl-summary-burst-subr): Ditto.
3800
3801         * wl-news.el.in (wl-news-send-news): Ditto.
3802
3803 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3806         function.
3807         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3808         (wl-summary-update-mark): Enclose with save-excursion.
3809         (wl-summary-mark-as-read-internal): Fixed last change.
3810         (wl-summary-mark-as-important): Use 3rd argument of
3811         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3812         Don't use elmo-msgdb-set-mark.
3813         (wl-summary-redisplay-internal): If msgdb flag is already read,
3814         just update the mark on buffer.
3815
3816 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3817
3818         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3819         cut visible folder when elmo-folder-delete returns non-nil value.
3820
3821 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3822
3823         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3824         by Kenichi OKADA <okada@opaopa.org>).
3825
3826 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3827
3828         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3829
3830 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3831
3832         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3833         Fixed the last change, search group entity by its real name.
3834         (Thanks to: KOBAYASHI Shinji)
3835
3836 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3837
3838         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3839         (wl-fldmgr-access-display-all): Don't refer visible name.
3840         * wl-expire.el (wl-folder-archive-current-entity)
3841         (wl-folder-expire-current-entity): Ditto.
3842         * wl-folder.el (wl-folder-jump-to-current-entity)
3843         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3844         (wl-folder-open-folder-sub,wl-folder-open-all)
3845         (wl-folder-write-current-folder): Ditto.
3846         (wl-folder-insert-entity): Don't use petname for normal group.
3847         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3848         is the real name.
3849         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3850         Abolished.
3851
3852 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3853
3854         * wl-draft.el (wl-draft-create-buffer): Add
3855         `wl-summary-reply-with-citation'
3856
3857 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3858
3859         * wl-draft.el (wl-draft-reply): Fixed.
3860
3861 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3862
3863         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3864         when `wl-draft-send-confirm-with-preview' is non-nil.
3865         You can scroll up/down by j/k.
3866         (wl-draft-send-confirm-with-preview): New variable (default=t).
3867
3868 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3869
3870         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3871         (wl-fldmgr-save-folders): Fix comment.
3872
3873 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3876         along the last change in `wl-folder-buffer-group-p'.
3877
3878 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3881         folder.
3882
3883         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3884         the default value.
3885
3886         * wl-mime.el (wl-summary-burst): Update summary only when target
3887         folder equals current folder.
3888
3889 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3892
3893 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3894
3895         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3896         value.
3897
3898 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3901         `map-extents' instead of `extent-at' repeatedly.
3902         (wl-highlight-folder-current-line): Ditto.
3903
3904         * wl-highlight.el: Remove useless dummy functions.
3905
3906 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3909         (wl-folder-put-folder-property): New function to put text property.
3910         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3911         (wl-folder-insert-entity, wl-folder-update-diff-line)
3912         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3913         * wl-e21.el, wl-xmas.el, wl-mule.el
3914         (wl-highlight-folder-current-line): Ditto.
3915         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3916         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3917         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3918         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3919
3920 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3921
3922         * Version number is increased to 2.11.3.
3923
3924 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3927         Resume current-buffer since it is assumed by remaining tasks.
3928
3929 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3932         (wl-folder-completion-function): Abolished.
3933         (wl-folder-complete-folder): New function.
3934         (wl-folder-complete-filter-condition): Ditto.
3935         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3936         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3937
3938 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-draft.el (wl-draft-send-confirm): New function.
3941         (wl-draft-send): Use it.
3942
3943         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3944         cursor-in-echo-area while confirming.
3945
3946         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3947
3948         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3949         searching via nntp if wl-summary-search-via-nntp is 'force.
3950         Otherwise, invoke searching in nntp folder only.
3951         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3952
3953         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3954         explicitly for mime-make-text-tag.
3955
3956 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3957
3958         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3959         `mime-make-text-tag' instead of `mime-create-tag'.
3960
3961 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3964         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3965
3966 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3967
3968         * wl-score.el (wl-score-save): Bind print-length and print-level.
3969         (wl-score-pretty-print): Ditto.
3970         (wl-score-edit-insert-header-entry): Ditto.
3971
3972         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3973         "From" entry to be treated with wl-draft-eword-encode-address-list.
3974         * wl-mime.el (wl-draft-preview-message): Ditto.
3975
3976         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3977         (wl-summary-mark-as-unread): Ditto.
3978         (wl-summary-mark-as-read-region): Change accordingly.
3979         (wl-summary-mark-as-unread-region): Ditto.
3980         (wl-summary-target-mark-mark-as-read): Ditto.
3981         (wl-summary-target-mark-mark-as-unread): Ditto.
3982
3983 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * Version number is increased to 2.11.2.
3986
3987 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-news.el.in (wl-news-previous-version-save): Bind
3990         print-length and print-level.
3991         * wl-thread.el (wl-thread-save-entities): Ditto.
3992         (wl-thread-save-top-list): Bind print-length.
3993
3994 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-highlight.el (wl-highlight-summary-line-string): Use
3997         wl-summary-score-below-mark, wl-summary-score-over-mark.
3998         (wl-highlight-summary-current-line): Ditto.
3999
4000 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4001
4002         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4003         insert it.
4004
4005 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4006
4007         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4008
4009 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4012         message without msgid.
4013         Rewrite with elmo-folder-move-messages.
4014         Set wl-message-buffer to nil.
4015
4016         * wl-summary.el (wl-summary-erase-subr): New function. Use
4017         elmo-folder-move-messages.
4018         (wl-summary-erase): Call it.
4019         (wl-summary-target-mark-erase): Ditto.
4020
4021 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4024         it is not up-tp-date.
4025
4026 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4029         buffer after calling `wl-summary-goto-folder-subr' without the
4030         argument `interactive'.
4031         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4032
4033 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4034
4035         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4036         `mime-create-tag'. Use `string=' instead of `looking-at'.
4037
4038 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4041         to avoid compile warning.
4042
4043         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4044         entity-id when folder is given.
4045         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4046         save-excursion, use save-selected-window instead.
4047         Select folder buffer window if exists.
4048         (To correct behavior with wl-folder-move-cur-folder.)
4049
4050 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4051
4052         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4053
4054 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4055
4056         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4057         list-count instead of %d.
4058
4059 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4062         (wl-news): Set it.
4063         (wl-news-append-to-folder): Use it.
4064
4065         * wl-news.el.in (wl-news-send-news): Append to specified folder
4066         instead of wl-default-folder.
4067         (wl-news-append-to-folder): Show error message with specified folder.
4068
4069         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4070                 In most major modes, Emacs assumes that any opening
4071                 delimiter found at the left margin is the start of a
4072                 top-level definition, or defun. Therefore, *never put an
4073                 opening delimiter at the left margin unless it should have
4074                 that significance.*
4075
4076         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4077
4078 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4079
4080         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4081
4082 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4083
4084         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4085
4086 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4087
4088         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4089         for sequential numbering case.
4090
4091 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4092
4093         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4094         value.
4095         (wl-draft-reply-without-argument-list): Ditto.
4096         (wl-draft-reply-myself-with-argument-list): Abolish.
4097         (wl-draft-reply-myself-without-argument-list): Ditto.
4098         * wl-draft.el (wl-draft-self-reply-p): New function.
4099         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4100
4101 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4104         (avoid error for the case without byte-compiling)
4105
4106 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4107
4108         * wl-news.el.in (wl-news-append-to-folder): New function.
4109         (wl-news-exit): Rewrite.
4110         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4111
4112 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4113
4114         * wl-draft.el (wl-draft-reply-position): New function.
4115         (wl-draft-reply-position): Fix.
4116         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4117         (wl-summary-target-mark-reply-with-citation): Ditto.
4118         (wl-summary-reply-with-citation): Ditto.
4119         * wl-vars.el (wl-draft-reply-default-position): New variable.
4120
4121 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4122
4123         * wl-draft.el (wl-draft-send): Preview when interactive send.
4124
4125 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-draft.el (wl-draft-reply): Set default position.
4128         * wl-summary.el (wl-summary-reply): Ditto.
4129         (wl-summary-reply-with-citation): Ditto.
4130         (wl-summary-target-mark-reply-with-citation): Ditto.
4131
4132 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-news.el.in (wl-news-lang): Set default value according to
4135         current-language-environment.
4136         (wl-news-append-news): Do nothing when news-list is nil.
4137
4138 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4139
4140         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4141         (wl-news): Change message.
4142         (wl-news-exit): Check buffer.
4143         (wl-news-force-exit): New function.
4144         (wl-news-show-all): New function.
4145         (wl-news-discard-and-exit): Fix.
4146
4147 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4148
4149         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4150         according to current-language-environment.
4151
4152         * wl-news.el.in (wl-news): If arg, show all NEWS after
4153         wl-news-default-previous-version.
4154
4155 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-news.el.in (wl-news-check): Rewritten.
4158         (wl-news-previous-version-load): Change data type.
4159         (wl-news-previous-version-save): Change data type.
4160         (wl-news-append-news): Add return value.
4161         (wl-news-check-news): New function.
4162         (wl-news-already-current-p): New function.
4163         (wl-news-send-news): Rewritten.
4164         (wl-news-mode-map): Add new keybind.
4165         (wl-news): Rewritten.
4166         (wl-news-exit): Rewritten.
4167         (wl-news-discard-and-mail): New function.
4168         (wl-news-send-to-address): Abolished.
4169         * wl.el (wl-init): Delete a message.
4170
4171 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4172
4173         * wl-news.el.in (wl-news-exit): Update previous version.
4174         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4175
4176 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4177
4178         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4179
4180 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * wl-news.el.in (wl-news): New function.
4183         (wl-news-mode): New function.
4184         (wl-news-next-line): New function.
4185         (wl-news-next-page): New function.
4186         (wl-news-exit): New function.
4187         (wl-news-buf-name): New variable.
4188         (wl-news-mode-map): New variable.
4189         (wl-news-winconf): New variable.
4190         (wl-news-append-news): Add an option.
4191
4192 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4193
4194         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4195
4196 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4197
4198         * wl-news.el.in (wl-news-send-to-address): New variable.
4199         (wl-news-send-news): Use it.
4200         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4201         Return updating status.
4202         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4203
4204 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4205
4206         * wl-news.el.in (wl-news-send-news): Delete
4207         Organization and X-Face.
4208
4209 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4210
4211         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4212         (wl-news-append-news): New function.
4213         (wl-news-send-news): New function.
4214
4215 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4216
4217         * Version number is increased to 2.11.1.
4218
4219 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4220
4221         * wl-news.el.in : New file.
4222
4223 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4226         default value.
4227         (wl-draft-reply-without-argument-list): Ditto.
4228
4229 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4232         (wl-message-buffer-prefetch-idle-time): Ditto.
4233         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4234
4235 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-thread.el (wl-thread-insert-message): Use
4238         wl-summary-max-thread-depth.
4239
4240         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4241         loop detection.
4242
4243         * wl-message.el (wl-message-buffer-display): Back to the first page
4244         when cache is hit.
4245
4246 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4249
4250         * wl-summary.el (wl-summary-insert-thread-entity):
4251         If the thread depth is reached to wl-summary-max-thread-depth,
4252         divide the thread.
4253
4254 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4255
4256         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4257         for elmo-remove-passwd.
4258
4259 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4262         folder is sticky.
4263         (wl-folder-mark-as-read-all-entity): Ditto.
4264         (wl-folder-prefetch-entity): Ditto.
4265
4266 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4267
4268         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4269
4270 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4271
4272         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4273         Delete messages on buffer for unplugged operation.
4274         (wl-summary-erase): Ditto.
4275
4276 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4279         take nil so as not to search parent by subject.
4280
4281 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4284         (wl-folder-get-next-folder): Ditto.
4285         (wl-folder-get-path): Ditto.
4286
4287 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4288
4289         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4290         system and encode the region with it before verifying.
4291
4292 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4295         system of the echo buffer before decoding.
4296
4297 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4300         original contents.
4301
4302 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4305         with argument 'any-exists.
4306
4307 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4310         Use `wl-cs-autoconv'.
4311
4312 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4315         by `mime-view-automatic-conversion'.
4316
4317         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4318         (wl-message-verify-pgp-nonmime): Ditto.
4319         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4320         Bind them to C-c:d and C-c:v respectively.
4321
4322         Merge following code by Teranishi-san from [wl-en:00167].
4323         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4324         (wl-mime-preview-application/pgp-encrypted): Ditto.
4325         (wl-mime-setup): Add entry.
4326
4327 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-summary.el (wl-summary-target-mark-erase): New function.
4330         Bind it to "mD".
4331
4332 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-vars.el (wl-draft-write-file-function): Fix.
4335         (wl-draft-reedit-hook): Changed default value.
4336
4337         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4338         wl-draft-reedit-hook.
4339         (wl-draft-remove-text-plain-tag): New function.
4340         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4341
4342         * wl-vars.el (wl-draft-write-file-function): New user option.
4343
4344         * wl-draft.el (wl-draft-prepare-edit): Use it for
4345         local-write-file-hooks.
4346         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4347
4348         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4349         (wl-draft-insert-mail-header-separator): Return the body beginning
4350         point.
4351         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4352         text/plain.
4353         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4354
4355 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4356
4357         * wl-summary.el (wl-summary-erase): New function to erase message
4358         without moving it to trash. Bind to "D".
4359
4360         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4361         as `keep' unless switch-function.
4362
4363 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4366         message buffer by using `wl-summary-toggle-disp-msg'.
4367         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4368         buffer window.
4369         (wl-summary-supresedes-message): Ditto.
4370
4371         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4372         Do not delete other windows.
4373         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4374         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4375         (wl-draft-create-buffer): Set reply-or-forward also for target
4376         mark commands.
4377
4378 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4379
4380         * wl-draft.el (wl-user-agent-compose): Delete special case for
4381         switch-to-buffer-other-window.
4382
4383         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4384         (wl-summary-forward): Ditto.
4385
4386         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4387         function.
4388         (wl-draft-buffer-style): New use option.
4389
4390         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4391         (wl-draft): Follow the change above.
4392         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4393         wl-draft-buffer-style.
4394         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4395         switch-function.
4396
4397 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4398
4399         * wl-address.el (wl-address-make-completion-entry): Extracted from
4400         `wl-address-make-completion-list'.
4401         (wl-address-enable-strict-loading): New variable.
4402         (wl-address-make-completion-list): Revive petname duplication
4403         inquiry, and enable it if `wl-address-enable-strict-loading'.
4404         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4405
4406 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4407
4408         * wl-message.el (wl-message-get-original-buffer): Avoid
4409         'Selecting deleted buffer' error when original buffer is killed.
4410
4411 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * wl-summary.el (wl-summary-next-message): Use
4414         elmo-message-accessible-p instead of elmo-message-cached-p.
4415
4416 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4419
4420         * wl-thread.el (wl-thread-open-all-unread): Use
4421         elmo-folder-list-flagged instead of
4422         elmo-folder-list-messages-mark-match.
4423
4424         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4425         instead of elmo-folder-list-messages-mark-match.
4426         (wl-summary-move-spec-alist): New variable.
4427         (wl-summary-move-spec-plugged-alist,
4428         wl-summary-move-spec-unplugged-alist): Abolish.
4429         (wl-summary-next-message): Follow the change above.
4430         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4431         with 'no-msg' argument.
4432
4433         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4434         variable.
4435         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4436         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4437         (wl-message-buffer-prefetch-get-next): Follow the change above.
4438
4439 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * wl-version.el (wl-version): Changed codename.
4442
4443         * Version number is increased to 2.11.0.
4444
4445 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4446
4447         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4448         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4449         `wl-draft-config-variables'.
4450         (wl-draft-kill): Fixed problem when the draft is reedit.
4451
4452 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4455         buffer-modified status (Thanks to
4456         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4457
4458 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl-util.el (wl-region-exists-p): New function.
4461
4462         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4463         Remove defvars for byte-compile warnings.
4464
4465 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4466
4467         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4468         defvar-maybe. Removed unused bind.
4469
4470 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4473         summary buffer window before creating new frame.
4474         (wl-draft-reply): Ditto.
4475
4476 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4477
4478         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4479
4480 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4483
4484 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4485
4486         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4487         instead of `kill-region'.
4488
4489 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4490
4491         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4492         (wl-highlight-summary-line-string): Use it.
4493         (wl-highlight-summary-current-line): Ditto.
4494
4495         * wl-mime.el (wl-message-delete-current-part): Check the class of
4496         mime-entity.
4497
4498         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4499
4500         * wl-summary.el (wl-summary-make-number-list): Initialize.
4501         (wl-summary-update-mark): New function.
4502         (wl-summary-reply): Put `answered' mark on the message.
4503         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4504
4505         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4506         (wl-draft-reply): Added optional argument `number';
4507         Set wl-draft-parent-number.
4508         (wl-draft-kill): Delete answered mark if it is a reply.
4509
4510 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4511
4512         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4513         that originates in mime-preview-follow-current-entity.
4514         (wl-draft-yank-current-message-entity): Use it if region is active.
4515
4516         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4517         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4518         `wl-message-delete-current-part'.
4519         * wl-mule.el (wl-message-define-keymap): Ditto.
4520         * wl-xmas.el (wl-message-define-keymap): Ditto.
4521
4522 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * wl-mime.el (wl-message-delete-current-part): New function.
4525         (wl-mime-node-id-to-string): Ditto.
4526
4527         * wl-mime.el (wl-message-delete-current-part): Use existing
4528         original buffer which corresponds current mime-view buffer.
4529         (fetched buffer might have different structure, possibly)
4530
4531         * wl-mime.el (wl-message-delete-current-part): Quit if the
4532         message content differs from the actual message.
4533
4534 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4535
4536         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4537         order.
4538         (wl-summary-search-by-subject): Search parent message from tail;
4539         Check the existence of the parent message on the current thread tree.
4540         (wl-summary-update-thread): Check whether the line is inserted.
4541
4542 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-vars.el (wl-summary-line-format): Undo last change.
4545         * wl-summary.el (wl-summary-print-destination): Do not put
4546         invisible property when `wl-summary-width' is nil.
4547         (wl-summary-line-subject-minimum-length): Abolished.
4548         (wl-summary-line-subject): Ditto.
4549
4550 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-vars.el (wl-summary-line-format): Change default value.
4553         (wl-summary-subject-length-limit): Abolished.
4554         * wl-summary.el (wl-summary-line-subject): Ditto.
4555
4556 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4557
4558         * wl-template.el (wl-template-select): Added optional argument.
4559         If optional argument is specified, reverse
4560         `wl-template-visible-select'.
4561
4562 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4565         Take prefix argument to force asking the destination folder.
4566
4567 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4568
4569         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4570         count and update status.
4571
4572 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * wl-summary.el (wl-summary-redisplay-internal): If
4575         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4576         after fetching.
4577
4578 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4579
4580         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4581         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4582
4583         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4584
4585 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4588         (All other related portions are changed).
4589         (wl-summary-mark-as-read-all): Rewrite.
4590
4591 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4592
4593         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4594         `wl-summary-mark-as-read'.
4595         (wl-summary-mark-as-unread): Rewrite.
4596         (wl-summary-mark-as-read): Added no-modeline argument.
4597         (wl-summary-resume-cache-status): Rewrite.
4598         (wl-summary-exec-subr): Remove unused local variable.
4599
4600 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4603         logic to call `wl-summary-buffer-prev-folder-function'.
4604         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4605
4606 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4607
4608         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4609         is nil.
4610
4611 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4614         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4615         (wl-mime-setup): Add its entry.
4616
4617 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4618
4619         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4620         (wl-summary-delete-cache): Likewise.
4621         (wl-summary-mark-as-read): Rewrite.
4622
4623 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4626         `wl-summary-count-unread'.
4627
4628         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4629
4630         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4631
4632 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4635         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4636         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4637         Renamed to the elmo-msgdb-*-mark.
4638         (wl-summary-score-marks): Follow the change above.
4639         (wl-summary-auto-refile-skip-marks): Ditto.
4640         (wl-summary-incorporate-marks): Ditto.
4641         (wl-summary-expire-reserve-marks): Ditto.
4642
4643         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4644         changes.
4645         (wl-thread-insert-top): Changed updating message.
4646
4647         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4648         variable.
4649         (wl-summary-count-unread): Count answered marks.
4650         (wl-summary-rescan): Call wl-summary-insert-message instead of
4651         wl-summary-append-message-func-internal.
4652         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4653         (wl-summary-prefetch-msg): Follow the variable name changes.
4654         (wl-summary-prefetch-region): Ditto.
4655         (wl-summary-mark-as-read-all): Follow the API changes;
4656         Don't call elmo-folder-replace-marks.
4657         (wl-summary-delete-cache): Follow the variable name changes.
4658         (wl-summary-resume-cache-status): Ditto.
4659         (wl-summary-update-status-marks): New function.
4660         (wl-summary-insert-message): New function.
4661         (wl-summary-sync-marks): Follow the variable name changes.
4662         (wl-summary-sync-update): Synchronize to the msgdb, too;
4663         Changed update messages.
4664         (wl-summary-make-number-list): Rewrite.
4665         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4666         (wl-summary-mark-as-unread): Follow the API changes.
4667         (wl-summary-exec-subr): Follow the variable name changes.
4668         (wl-summary-mark-as-read): Ditto.
4669         (wl-summary-move-spec-plugged-alist): Ditto.
4670         (wl-summary-move-spec-unplugged-alist): Ditto.
4671         (wl-summary-cursor-move-surface): Ditto.
4672
4673         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4674         variable name changes.
4675         (wl-highlight-summary-current-line): Ditto.
4676
4677         * wl-expire.el (wl-expire-refile): Follow the API change in
4678         elmo-folder-move-messages.
4679         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4680         (wl-summary-archive): Use elmo-folder-msgdb instead of
4681         elmo-msgdb-load.
4682
4683 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4684
4685         * wl-mime.el (wl-draft-preview-message): Restore the position
4686         before evaluating wl-draft-send-hook in preview buffer.
4687
4688 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4689
4690         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4691         when it creates new draft buffer.
4692
4693         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4694         without argument.
4695
4696         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4697         Evaluate content and if the value is string, insert it.
4698         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4699         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4700         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4701         wl-draft-config-sub-part-bottom): Use it.
4702
4703         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4704         with the folder name. The question was unintelligible when it is
4705         called from wl-save-status.
4706
4707 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4710         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4711         cannot take second argument).
4712
4713 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4716         as t. Since type and subtype are not case sensitive (RFC 2045).
4717
4718 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * wl-vars.el (wl-message-mode-line-format): New variable.
4721         (wl-message-mode-line-format-spec-alist): Ditto.
4722         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4723         (wl-message-redisplay): Use wl-message-mode-line-format.
4724
4725 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4728
4729 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731         * wl-summary.el (wl-summary-default-from): Write description.
4732
4733 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4734
4735         * wl-vars.el (wl-ldap-objectclass): Abolish.
4736
4737         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4738         (wl-ldap-make-filter): Removed condition for objectclass.
4739         (wl-ldap-make-matched-value-list): Remove meaningless process.
4740         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4741         (wl-address-ldap-search): Don't add `*' to `pat' string;
4742         use ignore-errors; added `email';
4743         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4744         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4745         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4746
4747
4748 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-draft.el (wl-draft-parent-folder): Write description.
4751         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4752
4753 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4754
4755         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4756         as "" (zero-length string) if no parent.
4757         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4758
4759 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-address.el (wl-address-make-completion-list): Skip duplication
4762         checking.
4763         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4764         `append'.
4765
4766 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4767
4768         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4769         instead of `beginning-of-buffer'.
4770
4771 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4774
4775 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4776
4777         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4778         Refer wl-message-buffer-name.
4779         (wl-message-wheel-down): Ditto.
4780
4781 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-vars.el (wl-message-buffer-name): New user option.
4784
4785         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4786         directly instead of making alist dinamically.
4787
4788         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4789         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4790         wl-message-buffer-cache-name.
4791         (wl-message-buffer-cache-clean-up): Ditto.
4792
4793         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4794
4795         * Version number is increased to 2.9.15.
4796
4797 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-vars.el (wl-summary-default-view-alist): New user option.
4800
4801         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4802
4803         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4804         while deleting address.
4805         (wl-draft-delete-myself-from-cc): Ditto.
4806
4807         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4808         If optional argument is specified, reverse sort order.
4809
4810         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4811
4812 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-thread.el (wl-thread-insert-message): Return parent number if
4815         exists.
4816         (wl-thread-update-indent-string-region): Use
4817         wl-thread-update-line-on-buffer-sub instead of
4818         wl-thread-update-line-on-buffer.
4819
4820 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4821
4822         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4823         (wl-folder-close-all): Ditto.
4824
4825 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4826
4827         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4828         and mailing-list:.
4829         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4830         value.
4831         (wl-summary-line-list-info): Print mailing-list name even when 
4832         list-number is empty.
4833
4834 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4837
4838         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4839         (wl-draft-open-file): Ditto.
4840         (wl-draft-random-alphabet): Ditto.
4841
4842         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4843         bindings.
4844
4845 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846
4847         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4848         * wl-vars.el (wl-draft-config-alist): Ditto.
4849
4850 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * Version number is increased to 2.9.14.
4853
4854         * wl.el (wl): Don't set wl-init as nil when error occured while
4855         auto-checking folders.
4856
4857         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4858         `elmo-expand-newtext'.
4859
4860 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4861
4862         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4863         `this-command' so that `wl-folder-goto-folder' contained in
4864         `wl-summary-keep-cursor-command' work.
4865
4866 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4869         message buffer displaying state.
4870
4871 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-vars.el (wl-summary-default-view): New variable to specify
4874         default value for `wl-summary-buffer-view' instead of using
4875         set-default.
4876         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4877
4878 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4879
4880         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4881
4882         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4883
4884 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4885
4886         * wl-vars.el (wl-forward-subject-prefix): New variable.
4887         * wl-draft.el (wl-draft-forward): Use it.
4888
4889 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-message.el (wl-message-prev-page): When it is called without
4892         lines argument, scroll down by wl-message-scroll-amount lines.
4893         (wl-message-next-page): Ditto.
4894         * wl-vars.el (wl-message-scroll-amount): Change default value
4895         to preserve current behavior.
4896
4897 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4898
4899         * wl-summary.el (wl-summary-prefetch-msg): Bind
4900         `wl-message-entity' to call `wl-summary-from-function'.
4901
4902 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-message.el (wl-message-buffer-create): Run
4905         wl-message-buffer-created-hook.
4906
4907 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl-summary.el (wl-summary-sort-specs): New variable.
4910         (wl-summary-default-sort-spec): Ditto.
4911         (wl-summary-sort): Rewrite.
4912         (wl-summary-sort-by-list-info): New function.
4913
4914 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4915
4916         * wl-summary.el (wl-summary-get-list-info): New function.
4917         (wl-summary-sort): Rewrite.
4918         (wl-summary-line-list-info): Ditto.
4919         (wl-summary-line-list-count): Ditto.
4920         (wl-summary-refile-region): Fixed docstring.
4921
4922 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4925         `wl-folder-entity-hashtb' as completion table.
4926
4927 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4930         only when this command is called interactively; silence the byte-
4931         compiler.
4932
4933 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4934
4935         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4936         active in XEmacs.
4937
4938 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4939
4940         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4941         plural lines.
4942
4943 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4946         of current line when the cursor is on the header name.
4947         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4948
4949 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4950
4951         * wl-util.el (wl-read-directory-name): Return displayed directory
4952         as the default value also on XEmacs.
4953
4954 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4957         formatting.
4958
4959 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4960
4961         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4962         argument and when it is non-nil, check face property before
4963         highlighting for each line.
4964         (wl-highlight-summary-window): Set it.
4965
4966 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4969         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4970
4971         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4972         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4973         (wl-draft-get-fcc-list): Likewise.
4974
4975 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4978         (wl-thread-entity-cur): Ditto.
4979         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4980         wl-thread-indent-regexp setting.
4981         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4982
4983         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4984         wl-summary-lazy-highlight.
4985         (wl-summary-display-bottom): Ditto.
4986
4987         * wl-thread.el (wl-thread-open-close): Likewise.
4988
4989         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4990         from and subject;
4991         Bind wl-draft-use-frame;
4992         Enclose with save-window-excursion;
4993         Use wl-draft-create-buffer instead of with-temp-buffer;
4994         Use wl-draft-prepare-edit;
4995         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4996         Use wl-draft-send instead of wl-draft-raw-send.
4997
4998 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5001         of using wl-from.
5002
5003 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5006         insert-buffer instead of clone-buffer.
5007         (wl-draft-doing-mime-bcc): New variable.
5008         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5009         infinite loop.
5010         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5011
5012         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5013         (wl-draft-mime-bcc-body): Ditto.
5014
5015         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5016         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5017         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5018         wl-draft-do-mime-bcc.
5019         (wl-draft-mime-bcc-field): New function.
5020         (wl-draft-do-mime-bcc): Ditto.
5021
5022         * wl-address.el (wl-address-complete-header-list): New variable.
5023         (wl-address-complete-header-regexp): Changed default value.
5024
5025         * Version number is increased to 2.9.13.
5026
5027 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5030         it is differed.
5031
5032 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5035         (wl-summary-line-list-count): Ditto.
5036
5037 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5040         (wl-nntp-posting-function): New variable.
5041         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5042         `wl-nntp-posting-config-alist'.
5043
5044 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5047         FLIM.
5048
5049 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5050
5051         * wl-summary.el (wl-summary-target-mark-refile-sub):
5052         Remove a nuisance funcall.
5053
5054 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5057         as t for `try-completion'.
5058
5059 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5060
5061         * wl-summary.el (wl-summary-default-from): Use
5062         wl-address-header-extract-address instead of
5063         std11-extract-address-components.
5064         (wl-summary-simple-from): Ditto.
5065         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5066         (wl-summary-insert-headers): Show message.
5067         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5068         for whole line.
5069         (wl-summary-default-from): Revert last change.
5070         (wl-summary-simple-from): Ditto.
5071         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5072         (wl-summary-mark-as-read-region): Follow the change above.
5073         (wl-summary-sync-marks): Ditto.
5074         (wl-summary-target-mark-mark-as-read): Ditto.
5075         (wl-summary-redisplay-internal): Ditto.
5076         (wl-summary-redisplay-no-mime-internal): Ditto.
5077         (wl-summary-redisplay-all-header): Ditto.
5078         (wl-summary-mark-as-read): Removed argument `cached';
5079         Use current cache status to set cache mark.
5080         (wl-summary-redisplay-internal): Follow the change above.
5081         (wl-summary-redisplay-no-mime-internal): Ditto.
5082         (wl-summary-redisplay-all-header): Ditto.
5083
5084         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5085
5086         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5087         Don't call itself recursively (Adviced by Yamaoka-san).
5088
5089 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5090
5091         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5092         bind wl-summary-highlight as nil to avoid error caused by missing
5093         local variables.
5094
5095 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl-vars.el (wl-invalid-character-message): New user option.
5098
5099         * wl-util.el (wl-set-string-width): If truncated string-width is
5100         larger than specified width, use `wl-invalid-character-message'.
5101
5102 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5103
5104         * wl-summary.el (wl-summary-prefetch-msg): 
5105         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5106
5107 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-vars.el (wl-summary-check-line-format): New user option.
5110         (wl-summary-line-format-file): Ditto.
5111
5112         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5113         variable.
5114         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5115         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5116         and `wl-summary-view-old-p' to check whether do a rescan or not.
5117         (wl-summary-view-old-p): New function.
5118         (wl-summary-line-format-changed-p): Ditto.
5119         (wl-summary-line-format-save): Ditto.
5120         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5121
5122         * wl-util.el (wl-set-string-width): Avoid using negative number
5123         for make-string.
5124
5125 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5126
5127         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5128         return value.
5129
5130         * wl-util.el (wl-set-string-width): Added optional argument
5131         `padding' (All other related portions are changed).
5132         (wl-line-parse-format): If the first letter of column number is
5133         `0', zero-padding the result (ex: "%05l").
5134
5135         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5136
5137 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5140         sequential summary view.
5141
5142 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5145         if it doesn't have a -unix version.
5146
5147 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5150
5151 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5154         content.
5155         (wl-draft): Follow the change above.
5156
5157         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5158
5159         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5160         and wl-folder-summary-line-format-alist contain %T and %P.
5161
5162         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5163         (wl-summary-mode-line-format): New user option.
5164         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5165         (wl-summary-line-format): Changed default value.
5166         (wl-summary-lazy-highlight): Changed default value.
5167
5168         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5169         change in wl-summary-create-line.
5170         (wl-thread-insert-entity-sub): Ditto.
5171
5172         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5173         (wl-summary-buffer-unread-status): Ditto.
5174         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5175         (wl-summary-buffer-persistent-mark-column): Ditto.
5176         (wl-summary-buffer-mode-line-formatter): Ditto.
5177         (wl-summary-buffer-mode-line): Ditto.
5178         (wl-summary-message-regexp): Abolished.
5179         (All other related portions are changed.)
5180         (wl-summary-detect-mark-position): New function.
5181         (wl-summary-buffer-set-folder): Setup
5182         wl-summary-buffer-mode-line-formatter.
5183         (wl-summary-mode): Setup selective-display;
5184         Setup pre-idle-hook when xemacs.
5185         (wl-summary-update-modeline): Rewrite.
5186         (wl-summary-jump-to-msg): Define as function;
5187         Changed regexp for searching messages.
5188         (wl-summary-message-number): Rewrite.
5189         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5190         Do rescan when old type summary cache.
5191         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5192         (wl-summary-remove-destination): Use '\r' to detect EOL.
5193         (wl-summary-print-destination): Ditto.
5194         (wl-summary-temp-mark): New inline function.
5195         (wl-summary-persistent-mark): Ditto.
5196         (wl-summary-line-number): New function.
5197         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5198         (wl-summary-line-list-count): New function.
5199         (wl-summary-create-line): Added argument persistent-mark.
5200         (All other related portions are changed)
5201         (wl-summary-create-line): Insert '\r'.
5202         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5203         (wl-summary-cursor-move-surface): New inline function.
5204         (wl-summary-prev): Use it.
5205         (wl-summary-next): Ditto.
5206
5207         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5208         wl-summary-message-regexp.
5209         (wl-highlight-summary): Delete progress message.
5210         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5211
5212         * Version number is increased to 2.9.12.
5213
5214 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5215
5216         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5217         variable (nil: no minimum).
5218         (wl-summary-line-subject): Add some spaces after subject by
5219         wl-summary-line-subject-minimum-length.
5220
5221 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5222
5223         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5224         and removed `F'.
5225         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5226         change above).
5227
5228 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5229
5230         * wl-summary.el (wl-summary-line-list-count): Reverted.
5231         (example setting in samples/*/dot.wl is also updated)
5232
5233 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5236
5237         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5238
5239         * wl-vars.el (wl-summary-line-format): Addes some description to the
5240         docstring.
5241
5242         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5243         (wl-summary-line-close-bracket): Ditto.
5244         (wl-summary-line-children-number): Ditto.
5245         (wl-summary-line-thread-indent): Ditto.
5246         (wl-summary-line-children-and-from): Ditto.
5247
5248         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5249         't', 'c', 'F' and added 'C'.
5250
5251         * wl-util.el (wl-set-string-width): Accept negative value.
5252         (wl-line-parse-format): Added "%number(" and "%)".
5253
5254 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5255
5256         * wl-summary.el (wl-summary-line-list-count): Change format of the
5257         return value.
5258
5259 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5260
5261         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5262         from the recent message.el.
5263         (wl-draft-point-in-header-p): Ditto.
5264         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5265         wl-draft-beginning-of-line.
5266         * wl-e21.el (wl-draft-mode-map): Ditto.
5267         * wl-xmas.el (wl-draft-mode-map): Ditto.
5268
5269         * wl-folder.el: Sort macrodefs by dependencies.
5270
5271 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5272
5273         * wl-summary.el (wl-summary-prev): Fixed regexp.
5274         (wl-summary-next): Ditto.
5275
5276 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5277
5278         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5279
5280 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5281
5282         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5283         for backward compatibility.
5284
5285 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5286
5287         * wl-summary.el (wl-summary-line-list-count): New function, merged
5288         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5289         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5290         list counts.
5291
5292 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-summary.el (wl-summary-create-line): Ignore errors while
5295         timezone-fix-time.
5296
5297         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5298
5299         * wl-summary.el (wl-summary-sync-update): Ditto.
5300         (wl-summary-default-from): Use wl-message-entity
5301         instead of entity.
5302
5303         * wl-summary.el (wl-summary-create-line): Fix.
5304
5305         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5306         (wl-summary-line-format): New user option.
5307         (wl-folder-summary-line-format-alist): Ditto.
5308         (wl-summary-from-width): Abolished.
5309
5310         * wl-util.el (toplevel): Require 'bytecomp.
5311         (wl-line-parse-format): New function.
5312         (wl-line-formatter-setup): New macro.
5313
5314         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5315         (wl-summary-buffer-line-formatter): New buffer local variable.
5316         (wl-summary-switch-to-clone-buffer): Follow the change above.
5317         (wl-summary-message-regexp): Fix.
5318         (wl-summary-from-func-internal): Abolished.
5319         (wl-summary-subject-func-internal): Ditto.
5320         (wl-summary-subject-filter-func-internal): Ditto.
5321         (All other related portions are changed.)
5322         (wl-summary-buffer-set-folder):
5323         Set up wl-summary-buffer-number-column and 
5324         wl-summary-buffer-line-formatter
5325         (All other related portions are changed.)
5326         (wl-summary-buffer-number-column-detect): Abolished.
5327         (All other related portions are changed.)
5328         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5329         (wl-summary-delete-all-temp-marks-on-buffer): Use
5330         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5331         (wl-summary-target-mark-delete): Ditto.
5332         (wl-summary-target-mark-refile-subr): Ditto.
5333         (wl-summary-target-mark-mark-as-read): Ditto.
5334         (wl-summary-target-mark-mark-as-unread): Ditto.
5335         (wl-summary-target-mark-mark-as-important): Ditto.
5336         (wl-summary-target-mark-save): Ditto.
5337         (wl-summary-replace-status-marks): Renamed from
5338         wl-summary-set-status-marks-on-buffer;
5339         Use wl-summary-message-regexp instead of
5340         wl-summary-buffer-number-regexp.
5341         (wl-summary-sync-update): Follow the change above.
5342         (wl-summary-goto-previous-message-beginning): New function.
5343         (wl-summary-mark-as-unread): Use it.
5344         (wl-summary-mark-as-important): Ditto.
5345         (wl-summary-line-formatter): New variable.
5346         (wl-summary-line-year): New function.
5347         (wl-summary-line-day): Ditto.
5348         (wl-summary-line-day-of-week): Ditto.
5349         (wl-summary-line-hour): Ditto.
5350         (wl-summary-line-minute): Ditto.
5351         (wl-summary-line-open-bracket): Ditto.
5352         (wl-summary-line-close-bracket): Ditto.
5353         (wl-summary-line-children-number): Ditto.
5354         (wl-summary-line-thread-indent): Ditto.
5355         (wl-summary-line-size): Ditto.
5356         (wl-summary-line-subject): Ditto.
5357         (wl-summary-line-from): Ditto.
5358         (wl-summary-line-children-and-from): Ditto.
5359         (wl-summary-create-line): Rewritten.
5360         (wl-summary-format-date): Abolished.
5361
5362         * wl-highlight.el (wl-highlight-summary-current-line): Use
5363         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5364         Use thread structure to detect thread top message.
5365
5366         * wl-draft.el (wl-default-draft-cite): Don't use
5367         wl-summary-from-func-internal.
5368
5369         * wl-refile.el (wl-refile-subject-learn): Don't use
5370         wl-summary-subject-filter-func-internal.
5371         (wl-refile-guess-by-subject): Ditto.
5372
5373         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5374         parameters.
5375
5376         * wl-thread.el (wl-thread-update-indent-string-region):
5377         Use wl-thread-update-line-on-buffer instead of
5378         wl-thread-update-indent-string.
5379         (wl-thread-update-children-number): Redefine using
5380         wl-thread-update-line-on-buffer.
5381         (wl-thread-update-indent-string): Abolished.
5382
5383         * Version number is increased to 2.9.11.
5384
5385 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5388         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5389         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5390
5391         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5392         as nil.
5393
5394         * wl-thread.el (wl-thread-open-all-unread): Use 
5395         elmo-folder-list-messages-mark-match.
5396         (wl-thread-insert-message): Removed argument `mark-alist'.
5397         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5398         elmo-msgdb-set-mark.
5399         (wl-thread-get-children-msgs-uncached): Likewise.
5400         (wl-thread-get-exist-children): Added argument include-self.
5401         (wl-thread-delete-message): Follow the change above.
5402
5403         * wl-summary.el (wl-summary-count-unread): Removed argument.
5404         (wl-summary-rescan): Follow the change above.
5405         (wl-summary-mark-as-read-region): Ditto
5406         (wl-summary-mark-as-unread-region): Ditto.
5407         (wl-summary-delete-messages-on-buffer): Ditto.
5408         (wl-summary-sync-update): Ditto.
5409         (wl-summary-switch-to-clone-buffer): Ditto.
5410         (wl-summary-goto-folder-subr): Ditto.
5411         (wl-summary-target-mark-mark-as-read): Ditto.
5412         (wl-summary-target-mark-mark-as-unread): Ditto.
5413         (wl-summary-target-mark-mark-as-important): Ditto.
5414         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5415         (wl-summary-update-thread): Removed argument `mark-alist'.
5416         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5417         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5418         (wl-summary-resume-cache-status): Likewise.
5419         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5420         elmo-msgdb-set-mark.
5421         (wl-summary-mark-as-read-all): Likewise.
5422         (wl-summary-delete-cache): Ditto.
5423         (wl-summary-auto-select-msg-p): Ditto.
5424         (wl-summary-mark-as-unread): Ditto.
5425         (wl-summary-no-auto-refile-message-p): Ditto.
5426         (wl-summary-mark-as-read): Ditto.
5427         (wl-summary-mark-as-important): Ditto.
5428         (wl-summary-auto-refile): Follow the change above.
5429         (wl-summary-delete-all-marks): Removed.
5430         (wl-summary-resume-marks-and-highlight): Ditto.
5431         (wl-summary-resume-marks): Ditto.
5432         (wl-summary-delete-important-msgs-from-list): Ditto.
5433         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5434
5435         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5436         wl-summary-count-unread.
5437
5438         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5439         (wl-summary-score-update-all-lines): Use
5440         elmo-msgdb-set-mark.
5441
5442 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5445         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5446         (wl-summary-create-line): Renamed from
5447         wl-summary-overview-create-summary-line;
5448         Argument rearrangement.
5449         (wl-summary-update-thread): Follow the change above.
5450
5451         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5452         (wl-thread-insert-entity-sub): Likewise.
5453
5454         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5455         argument `overview', `mark-alist' and added `msgdb'.
5456
5457         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5458
5459         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5460         (wl-summary-rescan): Follow the change above.
5461         (wl-summary-sync-update): Ditto.
5462         (wl-summary-insert-thread-entity): Ditto;
5463         Don't use `let*' in every while loop;
5464         Detect infinite loop of threads.
5465         (wl-summary-update-thread): Removed argument `overview'.
5466
5467         * wl-thread.el (wl-thread-insert-message): Ditto.
5468
5469         * Version number is increased to 2.9.10.
5470
5471         * wl-message.el (wl-message-redisplay): Ignore errors while
5472         wl-message-redisplay-hook.
5473
5474 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5477
5478 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl.el (wl): inhibit-quit while wl-folder.
5481
5482 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5485         while msgdb access.
5486
5487 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5488
5489         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5490         even if no folder is not created.
5491
5492 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5495
5496         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5497         implementation.
5498         (wl-summary-target-mark-thread): Ditto.
5499
5500         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5501
5502 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5503
5504         * wl-util.el (wl-display-bytes): Remove unused function.
5505
5506 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5507
5508         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5509         seems critical one (partially reverse the change in 2002/03/17).
5510
5511 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5514         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5515
5516 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5517
5518         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5519         is not writable.
5520         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5521         plugged status instead of `'force' as 2nd argument.
5522
5523         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5524         is not creatable.
5525
5526         * Version number is increased to 2.9.9.
5527
5528 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5529
5530         * wl-summary.el (wl-summary-suspend): New function.
5531
5532 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5533
5534         * wl.el (wl): Do not check variables if check is nil.
5535         * wl-utils.el (wl-collect-draft): New function.
5536         * wl-folder.el (wl-folder-suspend): Put summary buffers
5537         and draft buffers at the end of buffer list.
5538         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5539
5540 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5541
5542         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5543         loop instead of recursive call.
5544
5545         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5546         2nd argument.
5547
5548 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5549
5550         * wl-draft.el (wl-draft-create-contents): Don't take neither
5551         (function . args) nor (string . something) any more.
5552
5553         * wl-version.el (wl-generate-user-agent-string): Return string
5554         without header symbol.
5555         * wl-draft.el (wl-draft-default-headers): Use it.
5556
5557         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5558         `wl-draft-insert-ccs' and return field value instead of inserting
5559         the header. Abolish cc argument.
5560         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5561
5562         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5563         rather than one with string car.
5564
5565         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5566         * wl-draft.el (wl-draft-create-contents): Add it after the default
5567         headers.
5568
5569         * wl-draft.el (wl-draft-create-contents): For the case of
5570         (symbol-or-string . function) insert header only when the function
5571         returns string value.
5572
5573 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5574
5575         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5576         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5577
5578 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5579
5580         * wl.el (wl-check-environment): Don't check Message-ID when
5581         `wl-insert-message-id' is nil.
5582         Revive checking if `wl-message-id-domain' contains "@".
5583
5584 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5585
5586         * wl.el (wl-check-environment): Merge examination for "@" at
5587         inappropriate position into the first string-match.
5588
5589         * wl-summary.el (wl-summary-target-mark-print): New function.
5590         (wl-summary-pipe-message-subr): Extracted from
5591         `wl-summary-pipe-message'.
5592         (wl-summary-target-mark-pipe): New function.
5593         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5594         `wl-summary-target-mark-pipe'.
5595
5596 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5597
5598         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5599
5600 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5601
5602         * wl.el (wl-check-environment): Use elmo-warning instead of
5603         error for non-critical ones.
5604         Remove trash folder check.
5605         (wl): Don't ignore error in wl-check-environment.
5606
5607         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5608         check, which is moved from `wl-check-environment'.
5609         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5610
5611 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5612
5613         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5614         guess anything, call wl-summary-write.
5615         (wl-summary-write): Create draft with blank To field.
5616         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5617
5618 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5619
5620         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5621         argument full as well for wl-folder-write-current-folder.
5622         If wl-*-write-current-folder cannot guess addressee, add blank
5623         To header.
5624         Rewrite condition for positioning cursor.
5625
5626 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5627
5628         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5629         summary buffer is present, use it.
5630         (wl-folder-jump-to-previous-summary): Ditto.
5631
5632 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5635
5636         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5637         wl-summary-previous-buffer and wl-summary-next-buffer.
5638
5639         * wl-folder.el (wl-folder-mode-map): Bind
5640         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5641         (wl-folder-jump-to-next-summary): New function.
5642         (wl-folder-jump-to-previous-summary): Ditto.
5643
5644         * wl-draft.el (wl-draft): Rearranged.
5645
5646 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5647
5648         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5649         of header.
5650         (wl-draft): Collect arguments for the header as header-alist.
5651         (wl-draft-forward): Arrange arguments for wl-draft.
5652         (wl-draft-reply): Ditto.
5653         (wl-draft-edit-string): Ditto.
5654         * wl-summary.el (wl-summary-write): Ditto.
5655         (wl-summary-write-current-folder): Ditto.
5656
5657         * Version number is increased to 2.9.8.
5658
5659 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5660
5661         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5662
5663         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5664
5665         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5666         even if the guess failed.
5667
5668         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5669         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5670         wl-summary-write-current-folder.
5671         * wl-xmas.el: Ditto.
5672
5673 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl-summary.el (wl-summary-next-page): Force display message if
5676         message is not displayed yet.
5677         (wl-summary-prev-page): Ditto.
5678
5679 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5680
5681         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5682
5683 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5684
5685         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5686         add "Preview Message" and "Save Draft and Exit".
5687
5688 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5689
5690         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5691         if addrmgr is called from draft in splitted window.
5692
5693         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5694         * wl-mule.el: Ditto.
5695         * wl-xmas.el: Ditto.
5696
5697 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5700
5701         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5702         * wl-xmas.el (wl-folder-toolbar): Ditto.
5703
5704 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5705
5706         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5707         and wl-draft-save-and-exit.
5708         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5709         * wl-xmas.el: Ditto.
5710         * wl-mule.el: Ditto.
5711
5712         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5713         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5714
5715 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5716
5717         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5718         lists for saving buffer.
5719
5720 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5721
5722         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5723         parent-folder argument instead of it.
5724         (wl-draft-create-buffer): Ditto.
5725         (wl-draft-forward): Ditto.
5726         (wl-draft-reply): Ditto.
5727         * wl-summary.el (wl-summary-write): Ditto.
5728         (wl-summary-write-current-folder): Ditto.
5729
5730         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5731         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5732         Folder buffer after composing.
5733
5734 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5737         header if the file `wl-x-face-file' already contains it.
5738
5739 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5742         folder" entry.
5743         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5744         * wl-e21.el (wl-folder-toolbar): Ditto.
5745         * wl-xmas.el (wl-folder-toolbar): Ditto.
5746
5747 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5748
5749         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5750         wl-folder-goto-folder with sticky argument.
5751         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5752
5753 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5756         and wl-summary-previous-buffer.
5757         (wl-summary-next-buffer): New function.
5758         (wl-summary-previous-buffer): Ditto.
5759
5760 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5761
5762         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5763         wl-folder-jump-to-current-entity-with-arg.
5764         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5765         `wl-folder-jump-to-current-entity'.
5766         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5767         `wl-summary-goto-folder-sticky'.
5768         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5769         `wl-summary-goto-folder'.
5770         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5771         Unless force-exit, do not clean temp. marks for sticky summary.
5772         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5773
5774 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5777         not entire.
5778
5779 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5782         to `C-x C-s'.
5783         (wl-summary-save-status): New command.
5784         (wl-summary-exit): Don't clean-up temp marks when sticky.
5785         (Applied patch from Nakayama-san [wl: 09548])
5786         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5787         Do nothing when no mark data.
5788         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5789         Call `wl-summary-delete-all-temp-marks' before saving.
5790
5791 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5792
5793         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5794
5795 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl.el (wl-check-environment): Also cause error when (system-name)
5798         returns "localhost.localdomain". (Although it doesn't affect because
5799         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5800
5801 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5802
5803         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5804         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5805
5806         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5807         value.
5808
5809 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5812         Likewise r-cc-list and r-ng-list.
5813
5814 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5817         only if it is bound as variable.
5818
5819         * wl-mime.el (wl-draft-preview-message): Ditto.
5820
5821 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5824         needless `goto-char'.
5825
5826         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5827         `wl-summary-redisplay-no-mime-internal' instead of
5828         `wl-summary-redisplay-no-mime'.
5829         (wl-summary-redisplay-no-mime): Changed argument;
5830         Call `wl-summary-redisplay-no-mime-internal'.
5831
5832         * wl-mime.el (wl-draft-preview-message): Bind
5833         `mime-header-encode-method-alist' locally.
5834
5835         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5836         (wl-draft-std11-parse-addresses): Added the first address check.
5837         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5838
5839         * Version number is increased to 2.9.7.
5840
5841 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5842
5843         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5844
5845 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5846
5847         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5848         related to scrollbar support, if there is no such a feature
5849         compiled in.
5850
5851 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5852
5853         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5854         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5855         for prefetch.
5856
5857 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-summary.el (wl-summary-pick): Fix for no match.
5860
5861 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl-draft.el (wl-draft-save):
5864         Override `mime-header-encode-method-alist'.
5865
5866 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5867
5868         * wl-folder.el (wl-folder-pick): New function.
5869         Define key as "?".
5870
5871 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5874         Fix for unplugged.
5875
5876 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-folder.el (wl-folder-virtual): New function.
5879         Define key as "V".
5880
5881 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5882
5883         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5884         multi folder if entity is group.
5885
5886 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5889         is nil.
5890
5891 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5892
5893         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5894         (wl-summary-target-mark-msgs): Return the number of marked messages.
5895
5896 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5897
5898         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5899         "first:" is specified.
5900
5901 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5902
5903         * wl-vars.el (wl-from): Use return value of function
5904         user-full-name instead of the variable user-full-name since
5905         XEmacs-20.4 doesn't set this variable.
5906
5907 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5910         call `wl' directly.
5911
5912 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5913
5914         * wl-draft.el (wl-draft-reedit): Removed duplicated
5915         switch-to-buffers.
5916
5917 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * wl.el (wl-other-frame): Removed garbages.
5920
5921 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5924
5925         * wl-xmas.el (wl-draft-key-setup): Ditto.
5926
5927         * wl-mule.el (wl-draft-key-setup): Ditto.
5928
5929         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5930         (wl-draft-reedit): Ditto.
5931         (wl-draft-prepare-edit): Add `wl-draft-save' to
5932         `local-write-file-hooks'.
5933         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5934         (wl-draft-reedit): Set buffer-file-name.
5935         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5936
5937
5938         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5939         call it.
5940         (wl-delete-startup-frame-function): New variable.
5941         (wl-other-frame): New function
5942         (Original was written by Yamaoka san [wl: 09239]).
5943
5944         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5945         if `wl-folder-use-frame'.
5946
5947 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5948
5949         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5950
5951 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5952
5953         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5954         New variable.
5955         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5956         (wl-message-buffer-prefetch-get-next): Use them.
5957         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5958
5959 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5962         with unwind-protect.
5963
5964         * wl-draft.el (wl-draft-reedit): Rewrite.
5965         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5966         (wl-draft-save): Insert header separator if it does not exist;
5967         Removed condition-case.
5968
5969         * wl-summary.el (wl-summary-reedit): Revert last change.
5970
5971         * wl-draft.el (wl-draft-save): Rewrite.
5972         (wl-draft-create-buffer): Set buffer-file-name as nil.
5973
5974         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5975
5976         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5977
5978         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5979         nil.
5980
5981 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5982
5983         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5984         If count is nil, do not prefetch.
5985         (wl-message-buffer-prefetch-next): Next.
5986
5987 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5990
5991 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5992
5993         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5994         `delete-backward-char'
5995         (wl-draft-prepare-edit): Check major-mode.
5996         (wl-draft-decode-header): Rewrite.
5997         (wl-draft): Fix.
5998
5999 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6000
6001         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6002
6003 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6004
6005         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6006         (wl-message-buffer-prefetch-get-next): Remove size checking.
6007         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6008
6009 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6010
6011         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6012         (wl-draft-default-headers): Fix.
6013
6014 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015
6016         * wl-draft.el (wl-draft-default-headers): Insert return value of
6017         `wl-generate-mailer-string-function'.
6018
6019 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6022         (wl-draft-insert-mail-header-separator): Ditto.
6023
6024         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6025         again (Reverted the change on 2002-01-17 by OKADA san).
6026
6027 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6028
6029         * wl-draft.el (wl-draft): Rewrite.
6030         (wl-draft-create-buffer): New function.
6031         (wl-draft-create-contents): Ditto.
6032         (wl-draft-prepare-edit): Ditto.
6033         (wl-draft-decode-header): Ditto.
6034         (wl-draft-decode-body): Ditto.
6035         (wl-draft-check-new-line): Ditto.
6036         (wl-draft-default-headers): Ditto.
6037         (wl-draft-insert-mail-header-separator): Ditto.
6038
6039 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6040
6041         * Version number is increased to 2.9.6.
6042
6043 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl-draft.el (wl-draft-delete-field): Optional argument.
6046         (wl-draft-delete-fields): Ditto.
6047
6048 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * wl-message.el (toplevel): Eliminated byte-compile warning.
6051         for `itimer-function', `delete-timer' and `itimer-list'.
6052
6053 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6054
6055         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6056         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6057         `wl-message-buffer-prefetch-threshold'.
6058         * wl-summary.el (wl-summary-redisplay-internal): Remove
6059         the check of `wl-message-buffer-prefetch-depth'.
6060
6061 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6062
6063         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6064         size of article.
6065         (wl-message-buffer-prefetch-subr): Remove size check.
6066
6067 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6068
6069         * wl-vars.el (wl-plugged): Make customizable.
6070
6071 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6074         (wl-message-buffer-prefetch-set-timer): New function.
6075         (wl-message-buffer-prefetch-get-next): New function.
6076         (wl-message-buffer-prefetch): New function.
6077         (wl-message-buffer-prefetch-next): Rewrite.
6078         (wl-message-buffer-prefetch-subr): Rewrite.
6079         * wl-vars.el (wl-auto-prefetch-first): New variable.
6080         * wl-summary.el (wl-summary-goto-folder-subr): Call
6081         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6082
6083 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6086         `wl-summary-unread-message-hook'.
6087
6088 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6089
6090         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6091         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6092         if range is `cache-status'.
6093
6094 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6095
6096         * wl-message.el (wl-message-buffer-prefetch-subr):
6097         Improve debug message.
6098
6099 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6102         `wl-mail-send-pre-hook'.
6103         (wl-draft-send-mail-with-qmail): Ditto.
6104         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6105
6106 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6107
6108         * wl-message.el (wl-message-buffer-prefetch-subr):
6109         Fix for cancel-function-timers bug.
6110         (wl-message-buffer-prefetch-debug): Default value is t.
6111
6112 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6113
6114         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6115         (wl-message-buffer-prefetch-subr): Rewrite.
6116         Rename from `wl-message-buffer-prefetch'.
6117
6118 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6119
6120         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6121         (wl-default-draft-cite-decorate-author): Ditto.
6122
6123         * wl-draft.el (wl-draft-cite-function): Removed.
6124         (wl-default-draft-cite-decorate-author): Ditto.
6125
6126 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6127
6128         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6129         (wl-default-draft-cite): Do not arrange author name if the value of
6130         `wl-default-draft-cite-decorate-author' is nil.
6131
6132 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6135
6136         * wl-folder.el (wl-folder-check-one-entity): Don't care
6137         `elmo-folder-use-flag-p'.
6138
6139 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6140
6141         * wl-folder (wl-folder-check-one-entity): Fix
6142         problem if unread is nil.
6143
6144 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6145
6146         * wl-address.el (wl-address-make-completion-list): Check whether
6147         the address is a group list.
6148         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6149
6150 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6151
6152         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6153         The number of the messages of new and unread does not count
6154         correctly.
6155
6156         * wl-summary.el (wl-summary-count-unread): Changed to return
6157         `(new . unread)' instead of total.
6158         (wl-summary-sync-update): Follow the change above.
6159
6160         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6161
6162 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-address.el (wl-address-make-completion-list): Do not enclose
6165         address by " <" and ">" if associated realname is "".
6166         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6167         This is against the promblem with group list in .addresses pointed
6168         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6169
6170 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6173         message is a format control string.
6174         * wl-expire.el (wl-expire-append-log): Ditto.
6175         * wl-mime.el (wl-summary-burst-subr): Ditto.
6176         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6177         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6178
6179 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6180
6181         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6182         wl.el (wl-check-variables): Rename from `wl-check-type'.
6183         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6184         (wl-check-variables-2): New function.
6185         (wl): Call `wl-check-variables-2'.
6186
6187 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6188
6189         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6190         after renaming folder in access group.
6191
6192 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6193
6194         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6195         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6196         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6197         (wl-message-buffer-prefetch): Rewrite.
6198         (wl-message-buffer-prefetch-idle-time): Removed.
6199         * wl-summary.el (wl-summary-redisplay-internal):
6200         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6201         Error check for `wl-message-buffer-prefetch-depht'.
6202
6203 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6204
6205         * Version number is increased to 2.9.5.
6206         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6207
6208 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6211         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6212         Based on the patch written by
6213         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6214
6215 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6216
6217         * wl-draft.el (wl-draft-raw-send): Fix for
6218         `wl-news-send-pre-hook'
6219
6220 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6221
6222         * wl-utils.el (wl-message-id-function): New variable.
6223         * wl-draft.el (wl-draft-insert-required-fields):
6224         Use `wl-message-id-function'.
6225
6226 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6227
6228         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6229         * wl-utils.el (wl-draft-make-message-id-string):
6230         Use `wl-from' for domain part of Message-ID
6231         if `wl-message-id-use-wl-from' if non-nil.
6232         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6233
6234 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl.el (wl): Call `wl-check-type'
6237         Do not 'condition-case'.
6238
6239 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6240
6241         * wl.el (wl-check-type): New function.
6242         (wl-check-type-variables): New variable.
6243
6244 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6247
6248 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6249
6250         * wl-draft.el (wl-smtp-password-key): New function.
6251         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6252         (wl-draft-send-mail-with-smtp): Ditto.
6253         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6254
6255 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6256
6257         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6258         * wl-utils.el (wl-unique-id-suffix): Remove.
6259
6260 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6261
6262         * Version number is increased to 2.9.4.
6263
6264 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-utils.el (wl-unique-id-suffix): New variable.
6267         (wl-unique-id): Use `wl-unique-id-suffix'
6268
6269 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6270
6271         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6272         instead of `elmo-msgdb-search'.
6273
6274         * Version number is increased to 2.9.3.
6275
6276 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6277
6278         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6279
6280 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6281
6282         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6283         (wl-draft-dispatch-message): Changed for send-later.
6284         (wl-draft-queue-flush): Ditto.
6285         (wl-draft): Clear `wl-sent-message-queued'.
6286         (wl-draft-reedit): Ditto.
6287         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6288         * wl-vars.el (wl-draft-force-queuing): New variable.
6289         (wl-draft-force-queuing-mail): New variable.
6290         (wl-draft-force-queuing-news): New variable.
6291
6292 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6295         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6296
6297 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6298
6299         * Version number is increased to 2.9.2.
6300
6301 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * wl-draft.el (wl-draft-elide-region): New user command.
6304         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6305
6306         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6307         command `wl-draft-elide-region'.
6308         * wl-mule.el: Ditto.
6309         * wl-xmas.el: Ditto.
6310
6311 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6314         (wl-biff-check-folder-async): Removed needless let.
6315
6316 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6319         wl-folder-get-elmo-folder.
6320         (wl-biff-check-folder): Set `biff' argument of
6321         `wl-folder-check-one-entity'.
6322         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6323
6324         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6325         (wl-folder-check-one-entity): Added `biff' argument;
6326         Setup `biff' slot of folder.
6327
6328         * Version number is increased to 2.9.1.
6329
6330 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6333         comment out and fixed.
6334         (wl-fldmgr-add-completion-subr): Ditto.
6335
6336         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6337         and msgdb.
6338
6339         * wl.el (wl-toggle-plugged): Save summary view.
6340
6341 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6344
6345 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6346
6347         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6348
6349 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6352         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6353         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6354
6355         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6356         if it was failed.
6357         (wl-demo): Disable undo in the demo buffer.
6358
6359 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-version.el (wl-version): Changed codename.
6362
6363         * Version number is increased to 2.9.0.
6364
6365 2001-12-14  Takuo KITAME <kitame@northeye.org>
6366
6367         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6368         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6369         (wl-folder-mark-as-read-all-current-entity): Ditto.
6370
6371 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6372
6373         * wl-vars.el (wl-from-width): Define as obsolete variable.
6374         (wl-subject-length-limit): Ditto.
6375
6376         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6377
6378         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6379         wl-summary-save-view.
6380
6381         * wl.el (wl-save-status): Ditto.
6382         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6383
6384         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6385         (wl-summary-exit): Follow the change above.
6386         (wl-summary-goto-folder-subr): Ditto.
6387
6388         * wl-folder.el (wl-folder-create-subr): Don't use
6389         `elmo-folder-creatable-p'.
6390
6391 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6394
6395 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6398         rather than bitmap on Emacs 21.
6399         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6400         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6401         for xbm if the new redisplay engine is not available.
6402
6403 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-folder.el (wl-folder-init-hook): New hook.
6406         (wl-folder-init): Run `wl-folder-init-hook'.
6407
6408 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6411
6412 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-acap.el (wl-acap-cache-filename): New variable.
6415         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6416         (wl-acap-init): Use cache if no ACAP server found.
6417
6418 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6419
6420         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6421         `wl-acap-original-msgdb-dir'.
6422
6423         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6424         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6425
6426         * wl-mime.el (wl-mime-save-directory): Renamed from
6427         `wl-mime-save-dir'.
6428
6429 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6432
6433         * wl-demo.el: Require `path-util'.
6434         (wl-demo-bitmap-mule-available-p): New internal variable.
6435         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6436         `module-installed-p' instead.
6437         (wl-demo-insert-image): Use *.img file for a bitmap image.
6438         (wl-demo): Don't call the ascii demo recursively.
6439
6440 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6441
6442         * Version number is increased to 2.7.7.
6443
6444 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl.el (wl-exit): Eliminated byte-compile warning.
6447
6448 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6449
6450         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6451         obsolete variable using `elmo-define-obsolete-variable'.
6452         (wl-fetch-confirm-threshold): Ditto.
6453         (wl-cache-prefetch-folder-type-list): Ditto.
6454         (wl-cache-prefetch-folder-list): Ditto.
6455
6456 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6459         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6460         (wl-demo-insert-image): New function.
6461         (wl-demo-insert-text): New function.
6462         (wl-demo-image-type-alist): Redefine as a function.
6463         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6464         (wl-demo-with-temp-file-buffer): Removed.
6465         (wl-logo-xpm): Removed.
6466         (wl-logo-xbm): Removed.
6467         (wl-logo-bitmap): Removed.
6468
6469 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6470
6471         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6472         (wl-expire-localdir-get-folder-function): New user option.
6473         (wl-expire-localdir-get-folder): New function.
6474         (wl-expire-localdir-date): Ditto.
6475
6476 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6477
6478         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6479         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6480         Fixed unread number mismatch when all-unread < unread.
6481
6482 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6483
6484         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6485         (wl-fetch-confirm-threshold): Ditto.
6486
6487         * wl-summary.el (wl-summary-confirm-appends): Removed.
6488         (wl-summary-sync-update): Don't refer
6489         `wl-summary-update-confirm-threshold' (It is now abolished).
6490
6491         * wl-message.el (wl-message-display-internal): Don't refer
6492         `wl-fetch-confirm-threshold' (It is now abolished).
6493
6494 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6497
6498 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6499
6500         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6501         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6502         Change default value to nil.
6503         (wl-summary-indent-length-limit): The value can be nil, nil means
6504         unlimited.
6505
6506         * wl-summary.el: Don't set limit for indent length if the value of
6507         wl-summary-indent-length-limit is nil.
6508         If the value of wl-summary-width is nil, it means only that the width
6509         of summary is unlimited (nil doesn't mean that the indent length is
6510         unlimited).
6511
6512         * wl-thread.el: Ditto.
6513
6514 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6515
6516         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6517         be nil, nil means never confirm.
6518         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6519
6520 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6521
6522         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6523         means unlimited).
6524
6525 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6526
6527         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6528         Use `with-temp-buffer'.
6529
6530 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6533         with new backquote style).
6534         (wl-folder-get-entity-from-buffer): Ditto.
6535
6536 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6537
6538         * wl-version.el (nemacs-version): Eliminated.
6539         (wl-extended-emacs-version2): Ignore nemacs.
6540         (wl-extended-emacs-version3): Ditto.
6541
6542 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6543
6544         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6545         (wl-draft-add-in-reply-to): New variable.
6546         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6547         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6548         (wl-draft-yank-from-mail-reply-buffer): Use
6549         `wl-draft-add-in-reply-to'.
6550         (wl-draft-insert-current-message): Ditto.
6551
6552 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6553
6554         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6555         typo (kill->hide).
6556         (wl-message-buffer-prefetch-folder-type-list): Added elements
6557         `mark' and `cache' instead of `internal'.
6558
6559 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6562         resume msgdb directory.
6563
6564 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl.el (wl-exit): Call `wl-acap-exit'.
6567
6568         * wl-summary.el (wl-summary-message-string): New function.
6569         (wl-summary-reedit): Use it.
6570         (wl-summary-resend-bounced-mail): Remove needless let.
6571         (wl-summary-supersedes-message): Ditto.
6572         (wl-summary-save): Ditto.
6573
6574         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6575         (wl-acap-init): Set it.
6576         (wl-acap-exit): New function.
6577
6578 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6579
6580         * wl.el (wl-init): Revert (require 'mime-setup). move from
6581         toplevel.
6582
6583 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6584
6585         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6586         local variables.  Add error when guess function return invalid
6587         value.
6588
6589 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6590
6591         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6592         Change local variable name.
6593         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6594         (wl-folder-get-newsgroups): Return nil when non-news folder.
6595         * wl-summary.el (wl-summary-write-current-folder): State through
6596         when guess-list return nil.
6597         (wl-summary-write-current-folder-functions): Fixed docstring.
6598
6599         * wl.el (wl-exit): Changed confirm message.
6600
6601         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6602         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6603
6604         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6605
6606 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6607
6608         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6609         user option (Renamed from wl-cache-prefetch-folder-type-list).
6610         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6611         from wl-cache-prefetch-folder-list).
6612
6613         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6614         Move to wl-vars.el.
6615         (wl-message-buffer-prefetch-p): Changed to enable
6616         `wl-message-buffer-prefetch-folder-list'.
6617
6618         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6619         `ignore-cache'.
6620
6621 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6624         `part-top' and `part-bottom'.
6625         (wl-draft-config-sub-part-top): New function.
6626         (wl-draft-config-sub-part-bottom): New function.
6627
6628 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6629
6630         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6631
6632 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6635
6636 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6637
6638         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6639
6640         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6641         (wl-summary-write-current-folder): Ditto.
6642
6643 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-folder.el (wl-folder-get-newsgroups): Use
6646         `elmo-folder-newsgroups'.
6647
6648 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6651         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6652         `wl-draft-config-sub-header-bottom'.
6653
6654 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6655
6656         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6657         localnews folder.
6658
6659 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6660
6661         * wl-summary.el (wl-summary-mode): Undo last change.
6662
6663         * wl-folder.el (wl-folder-mode): Ditto.
6664
6665 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6666
6667         * wl-summary.el (wl-summary-mode): Locally set
6668         truncate-partial-window-width to nil.
6669         (for XEmacs)
6670
6671         * wl-folder.el (wl-folder-mode): Ditto.
6672
6673 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6676
6677 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6680         number.
6681
6682         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6683
6684         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6685
6686         * Version number is increased to 2.7.6.
6687
6688 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6691
6692 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-summary.el (wl-summary-sync-update): Enclose network
6695         related portion with `unwind-protect'.
6696
6697 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6698
6699         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6700
6701 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6704         element.
6705         * wl-vars.el (wl-message-body-button-alist): Ditto.
6706
6707         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6708         max match length.
6709         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6710
6711         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6712         for the max match length;
6713         Use 4th element value for the button string regexp group.
6714
6715         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6716         candidate exists, prompt to select.
6717
6718 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6719
6720         * wl-summary.el (wl-summary-jump-to-msg): Search before
6721         calibration point by `beginning-of-line'.
6722
6723 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6724
6725         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6726         for access group.
6727
6728 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-message.el (wl-message-display-internal): Bind
6731         `default-mime-charset'.
6732
6733         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6734
6735         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6736
6737         * Version number is increased to 2.7.5.
6738
6739 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6740
6741         * wl-expire.el (wl-summary-archive): Fixed;
6742         Use `elmo-folder-name-internal'.
6743
6744 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6745
6746         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6747         from `elmo-folder-move-messages' caller.
6748         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6749
6750         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6751         related portions are changed).
6752
6753 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6754
6755         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6756         counter.
6757
6758 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6759
6760         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6761         buffer local and set it to nil.
6762
6763         * wl-message.el (wl-message-redisplay): Ditto.
6764
6765 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-summary.el (wl-summary-mark-as-important): If message is
6768         already cached, set messag as read, otherwise encache and mark as read.
6769
6770 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6771
6772         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6773         point-min.
6774
6775 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6778         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6779         a keymap.
6780
6781 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6784         parent.
6785
6786         * wl-mule.el (wl-message-define-keymap): Ditto.
6787
6788         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6789
6790         * wl-xmas.el (wl-message-display-internal-hook): Define.
6791         (wl-xmas-setup-message-toolbar): Define as function.
6792         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6793         (wl-message-overload-functions): Abolished.
6794         (wl-message-define-keymap): New function.
6795
6796         * wl-vars.el (wl-message-display-internal-hook): New variable.
6797         (wl-message-header-button-alist): New variable (Renamed from
6798         wl-highlight-message-header-button-alist).
6799         (wl-message-body-button-alist): Ditto.
6800
6801         * wl-mule.el (wl-message-define-keymap): New function.
6802         (wl-message-overload-functions): Abolished.
6803
6804         * wl-message.el (wl-message-add-buttons-to-body): New function.
6805         (wl-message-redisplay): Don't call wl-message-overload-functions;
6806         Call wl-message-add-buttons-to-header and
6807         wl-message-add-buttons-to-body.
6808         (wl-message-display-internal): Set keymap argument for
6809         elmo-mime-display-as-is, elmo-mime-message-display;
6810         Run wl-message-display-internal-hook.
6811         (wl-message-refer-article-or-url): Abolished.
6812
6813         * wl-highlight.el (wl-highlight-headers): Don't call
6814         wl-highlight-message-add-buttons-to-header.
6815         (wl-highlight-message-add-buttons-to-header): Abolished.
6816
6817
6818         * wl-e21.el (wl-message-display-internal-hook): Define.
6819         (wl-e21-setup-toolbar): Deleted duplicated binding.
6820         (wl-e21-setup-message-toolbar): Define as function.
6821         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6822         (wl-message-define-keymap): New function.
6823         (wl-message-overload-functions): Abolished.
6824
6825 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6828         and elmo-folder-close.
6829
6830         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6831
6832 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6833
6834         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6835         boolean value.
6836         * wl-draft.el (wl-draft-do-fcc): Ditto.
6837
6838 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6839
6840         * wl-vars.el (wl-fcc-force-as-read): New variable.
6841         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6842         mark copied message as read.
6843
6844 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6845
6846         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6847
6848 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6849
6850         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6851         `wl-summary-target-above' instead of obsolete variable
6852         `wl-summary-temp-above'.
6853
6854         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6855         instead of `make-obsolete-variable'.
6856         * wl-refile.el (toplevel): Ditto.
6857
6858 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6861         with third argument t.
6862         (wl-draft): Set first argument for wl-plugged-init as t.
6863
6864         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6865         definition.
6866
6867 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6868
6869         * wl-vars.el: Tabify.
6870         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6871
6872         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6873         message.
6874
6875 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6876
6877         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6878         and set default to beep.
6879
6880 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6881
6882         * wl-vars.el (wl-draft-truncate-lines): New variable.
6883
6884         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6885         instead of wl-message-truncate-lines for truncate-lines.
6886
6887 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-message.el (wl-message-display-internal): Call
6890         `wl-highlight-message' after `elmo-mime-display-as-is'.
6891
6892         * wl-mime.el (wl-mime-display-text/plain): New function.
6893         (wl-mime-display-header): Ditto.
6894         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6895         body-presentation-method for text/plain;
6896         Register `wl-mime-display-header' as a header-presentation-method;
6897         Don't set up `elmo-message-text-content-inserted-hook' and
6898         `elmo-message-header-inserted-hook'.
6899
6900         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6901         variable.
6902         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6903         as t if flag is 'all-header;
6904         Don't bind `elmo-message-ignored-field-list',
6905         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6906
6907 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6910         for xemacs with non-mule environment.
6911
6912 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6913
6914         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6915         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6916         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6917
6918 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6919
6920         * wl-vars.el (wl-interactive-send): Set default value as t.
6921
6922 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6925         (wl-addrmgr-method-list): Abolished.
6926         (wl-addrmgr-change-method): Follow above change.
6927
6928         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6929
6930 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6931
6932         * wl-vars.el (wl-message-truncate-lines): Change default value
6933         to default-truncate-lines.
6934
6935         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6936
6937 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6938
6939         * wl-vars.el (wl-message-truncate-lines): New variable.
6940
6941         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6942         wl-message-truncate-lines.
6943
6944 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-acap.el (wl-acap-init): Remove period from error message.
6947         (wl-acap-find-acap-service): Remove period from message.
6948
6949 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl.el (wl-check-environment): Undo last change.
6952
6953         * wl-vars.el (wl-from): Changed default value.
6954
6955         * wl-util.el (toplevel): Don't require tm-edit.
6956
6957         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6958         `wl-folder-init';
6959         Don't set mark on mail body.
6960         (wl-draft-reedit): Ditto.
6961
6962         * wl-address.el (wl-address-quote-specials): Define as an alias for
6963         elmo-address-quote-specials.
6964
6965 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6968
6969         * wl-vars.el (wl-from): Set default value as nil.
6970         (wl-organization): Set default value as ORGANIZATION environment
6971         variable.
6972
6973         * wl-draft.el (wl-smtp-extension-bind): Check value of
6974         wl-smtp-connection-type.
6975
6976         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6977         error.
6978
6979 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6980
6981         * Version number is increased to 2.7.4.
6982
6983         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6984         arguments from `wl-highlight-x-face-function' caller.
6985         Use x-face-1.3.6.12 or later.
6986
6987 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6988
6989         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6990
6991 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6992
6993         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6994         (wl-fcc): Fix to accept function.
6995         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6996
6997 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6998
6999         * wl-acap.el (toplevel): Added `product-provide' declare.
7000         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7001
7002 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7003
7004         * wl.el (wl): Changed order of calling `elmo-init'
7005         and `elmo-folder-init'.
7006
7007 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7008
7009         * wl-mime.el (wl-summary-burst): Extract message when content-type
7010         of root entity is not only `multipart' but also `message/rfc822'.
7011         (wl-summary-burst-subr): Ditto.
7012
7013 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-vars.el (toplevel): Require 'custom.
7016         (wl-trash-folder): Added to `wl-setting' group.
7017
7018         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7019         exists.
7020         (wl-addrmgr-draw): Insert empty line when no entry exists.
7021
7022         * wl-mule.el (wl-message-wheel-up): Fixed.
7023         (wl-message-wheel-down): Ditto.
7024
7025 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7026
7027         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7028         config is an anonymous lambda expression.
7029
7030 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7033         when Mule 2 is running.
7034
7035 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7038
7039 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7040
7041         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7042         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7043
7044         * wl-address.el (wl-address-specials-regexp): Eliminated.
7045         (wl-address-quote-specials): Rewrite.
7046
7047 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7050         shy-groups for regexp.
7051
7052         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7053         character classes and Perl style shy-groups for regexp.
7054         (wl-highlight-plugged-current-line): Use Posix style character
7055         classes for regexp.
7056         (wl-e21-highlight-folder-by-numbers): Ditto.
7057         (wl-e21-display-image-p): Use `display-images-p' instead of
7058         `display-graphic-p'.
7059         (display-images-p): Make an alias to `display-graphic-p' if it is
7060         not available.  It is for Emacs version prior to 21.0.105.
7061
7062         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7063         `display-graphic-p'.
7064         (wl-demo-image-type-alist): Ditto.
7065         (display-images-p): Make an alias to `display-graphic-p' if it is
7066         not available.  It is for Emacs version prior to 21.0.105.
7067
7068 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7069
7070         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7071         support.
7072         (wl-generate-user-agent-string): Ditto.
7073
7074         * wl-version.el (wl-version): Update docsting.
7075         (wl-version-status): Ditto.
7076
7077 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7078
7079         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7080         21.0.105.  For Emacs 21.0.104 or earlier.
7081
7082 2001-09-03  Takuo KITAME <kitame@northeye.org>
7083
7084         * wl-e21.el (wl-plugged-init-icons): Use
7085         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7086         (wl-biff-init-icons): Ditto.
7087
7088 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-highlight.el (wl-highlight-summary-current-line):
7091         Fixed highlighting refile/copy destination.
7092
7093         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7094         (wl-acap-store): Encode string by wl-acap-coding-system.
7095
7096 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-acap.el (toplevel): Check and require 'un-define before
7099         'xemacs-ucs;
7100          Added checking for UTF-2000.
7101
7102 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7105         Don't enclose with `eval-and-compile'.
7106
7107         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7108         wl-init is non-nil.
7109
7110         * wl-draft.el (wl-draft): Ditto.
7111
7112         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7113
7114         * wl-acap.el (toplevel): Require 'wl.
7115         (wl-acap-store): Call `elmo-init'.
7116
7117         * wl.el (wl): Changed position of `wl-check-environment'.
7118         (toplevel): Added autoload setting for wl-acap.
7119
7120         * wl-vars.el (wl-setting): New custom group.
7121         (wl-from): Added wl-setting group.
7122         (wl-user-mail-address-list): Ditto.
7123         (wl-organization): Ditto.
7124         (wl-subscribed-mailing-list): Ditto.
7125         (wl-envelope-from): Ditto.
7126         (wl-smtp-posting-user): Ditto.
7127         (wl-smtp-posting-server): Ditto.
7128         (wl-smtp-posting-port): Ditto.
7129         (wl-smtp-authenticate-type): Ditto.
7130         (wl-pop-before-smtp-user): Ditto.
7131         (wl-pop-before-smtp-server): Ditto.
7132         (wl-pop-before-smtp-port): Ditto.
7133         (wl-pop-before-smtp-authenticate-type): Ditto.
7134         (wl-nntp-posting-server): Ditto.
7135         (wl-nntp-posting-user): Ditto.
7136         (wl-nntp-posting-port): Ditto.
7137         (wl-fetch-confirm-threshold): Ditto.
7138         (wl-prefetch-threshold): Ditto.
7139         (wl-thread-insert-opened): Ditto.
7140         (wl-ldap-server): Ditto.
7141         (wl-ldap-port): Ditto.
7142         (wl-ldap-base): Ditto.
7143         (wl-ldap-objectclass): Ditto.
7144         (wl-use-ldap): Ditto.
7145         (wl-draft-config-alist): Ditto.
7146         (wl-draft-config-matchone): Ditto.
7147         (wl-template-alist): Ditto.
7148         (wl-message-sort-field-list): Ditto.
7149         (wl-message-ignored-field-list): Ditto.
7150         (wl-message-visible-field-list): Ditto.
7151         (wl-interactive-send): Ditto.
7152         (wl-summary-move-order): Ditto.
7153         (wl-auto-select-first): Ditto.
7154         (wl-auto-select-next): Ditto.
7155         (wl-interactive-save-folders): Ditto.
7156
7157         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7158         Initialization codes are moved from wl-local-folder-init.
7159         (wl-local-folder-init): Follow the change above.
7160         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7161
7162         * wl-acap.el: New file.
7163
7164         * Version number is increased to 2.7.3.
7165
7166 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7167
7168         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7169
7170 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7171
7172         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7173         (wl-addrmgr-address-entry-list): Ditto.
7174
7175 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-e21.el (wl-draft-mode-map): Removed binding for
7178         `wl-draft-insert-x-face-field'.
7179
7180         * wl-mule.el (wl-draft-mode-map): Ditto.
7181
7182         * wl-xmas.el (wl-draft-mode-map): Ditto.
7183
7184         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7185         (wl-cs-autoconv): Ditto.
7186         (wl-cs-local): Ditto.
7187         (wl-use-scoring): Ditto.
7188         (wl-mime-charset): Ditto.
7189         (wl-folder-check-async): Ditto.
7190
7191         * wl.el (toplevel): Ignore nemacs and tm.
7192         (wl-exit): Ditto.
7193
7194         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7195         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7196         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7197         instead of wl-address-petname-add-or-change.
7198         (wl-summary-edit-addresses-subr): Use wl-address-delete
7199         instead of wl-address-petname-delete.
7200
7201         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7202
7203         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7204         if error occured.
7205
7206         * wl-message.el (require): Remove tm support.
7207
7208         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7209
7210         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7211         (wl-folder-jump-to-current-entity): Ditto.
7212         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7213
7214         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7215         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7216         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7217
7218         * wl-mule.el (wl-draft-key-setup): Ditto.
7219
7220         * wl-xmas.el (wl-draft-key-setup): Ditto.
7221
7222         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7223         (wl-draft-std11-parse-addresses): New function.
7224         (wl-draft-parse-mailbox-list): Use it.
7225         (wl-draft): Ignore nemacs.
7226         (wl-draft-reedit): Ditto.
7227
7228         * wl-addrmgr.el: New file.
7229         (Original is wl-rcpt.el written by
7230         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7231         Thanks Kitamoto-san.)
7232
7233         * wl-address.el (wl-address-make-address-list): Modified parsing
7234         process.
7235         (wl-address-delete): Renamed from `wl-address-petname-delete';
7236         Modify wl-address-list too.
7237         (wl-address-add-or-change): Renamed from
7238         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7239
7240 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7241
7242         * wl-highlight.el (wl-highlight-summary-current-line):
7243           Work with transient-mark-mode
7244
7245 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * Version number is increased to 2.7.2.
7248
7249         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7250         instead of elmo-dop-queue-method.
7251
7252 2001-08-06  SAITO Atsunori <sai@yedo.com>
7253
7254         * wl-vars.el (wl-ldap-objectclass): New user option.
7255
7256         * wl-address.el (wl-ldap-make-filter): Use it.
7257
7258 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7261
7262 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * wl-folder.el (wl-folder): redisplay after folder insertion.
7265
7266         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7267
7268         * wl-summary.el (wl-summary-sync-update):
7269         Change status mark only when new-msgdb exists.
7270         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7271
7272 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-summary.el (wl-summary-open-folder): New function.
7275         (wl-summary-goto-folder-subr): Use it.
7276         (wl-summary-mark-as-important): Fix;
7277         Encache only when no cache exists.
7278
7279 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7282         Use with-current-buffer.
7283
7284 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7285
7286         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7287         before call `get-buffer'. Fixed parenthesis.
7288         (wl-score-get-header-entry): Clear message and help window when
7289         keyboard quit.
7290         (wl-score-edit-insert-header): Ditto.
7291
7292 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7295         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7296         (wl-default-draft-cite): Fix.
7297
7298         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7299         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7300
7301 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-message.el (wl-message-prev-page): Do same bahavior
7304         as summary when it is called in the message buffer.
7305         (wl-message-next-page): Ditto.
7306
7307 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-summary.el (wl-summary-forward): Use cache if it is not
7310         section cache.
7311
7312 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7313
7314         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7315         Removed redundant require of elmo-vars.
7316         (wl-biff-state-indicator-on): Changed default value for
7317         xemacs with non-mule environment.
7318
7319         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7320         wl-message-buffer is nil;
7321         Hide progress bar after moving messages.
7322
7323 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7326         message at cursor point is deleted.
7327
7328 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-vars.el: Changed file coding system to euc-japan.
7331         Added -*-coding:-*- magic to the first line.
7332
7333         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7334         Search parent from the first message.
7335
7336         * Version number is increased to 2.7.1.
7337
7338 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7339
7340         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7341
7342 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7345         refile/delete execution.
7346
7347         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7348         Fixed docstring.
7349
7350 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7353         do update process;
7354         Don't update marks when update process is interrupted.
7355
7356 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-summary.el (wl-summary-reply): Fixed problem when
7359         wl-draft-use-frame is non-nil.
7360         (wl-summary-forward): Ditto.
7361
7362         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7363         as nil.
7364         (wl-folder-mark-as-read-all-entity): Ditto.
7365         (wl-folder-prefetch-entity): Ditto.
7366
7367         * wl.el (wl): Check environment before wl-init.
7368
7369         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7370         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7371         instead of wl-summary-collect-unread.
7372         (wl-summary-reply): Split message window.
7373
7374 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7375
7376         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7377         only if current language environment is japanese,
7378
7379         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7380         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7381         (wl-folder-goto-folder-subr): Ditto.
7382
7383         * wl-draft.el (wl-draft-dispatch-message): Call
7384         `elmo-file-cache-get-path'.
7385
7386 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-summary.el (wl-summary-cursor-move): If return value of
7389         wl-summary-next-message is not number, don't jump.
7390
7391 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-summary.el (wl-summary-buffer-next-message-function): New
7394         variable.
7395         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7396         if it is bound.
7397
7398         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7399         string.
7400
7401         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7402         (wl-plugged-drawing): Ditto.
7403
7404 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7407         process.
7408         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7409         with unwind-protect.
7410
7411         * wl.el (wl-init): Require mime-setup.
7412         (wl-check-environment): Don't require mime-setup.
7413
7414         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7415         instead of elmo-folder-type.
7416
7417         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7418         value as nil.
7419
7420 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * Version number is increased to 2.7.0.
7423
7424         * wl-version.el (wl-version): Changed codename.
7425
7426         * wl-summary.el (wl-summary-delete-cache): Fixed.
7427
7428         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7429         Workaround for net folders.
7430         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7431
7432         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7433         value to nil (According to the patch from
7434         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7435
7436         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7437         of elmo-folder-close.
7438
7439 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7440
7441         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7442         for postfix.
7443
7444 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-summary.el (wl-summary-resend-message): Fixed.
7447
7448         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7449         Call wl-draft with `from' argument if its address is included in
7450         `wl-user-mail-address-list'.
7451         (wl-draft): Added `from' argument.
7452
7453         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7454         non-nil.
7455         (wl): Don't show demo if wl-demo is nil.
7456
7457         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7458         wl-summary-use-frame.
7459
7460         * wl-vars.el (wl-summary-use-frame): New user option.
7461         (wl-folder-use-frame): Changed docstring.
7462
7463         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7464         non-nil.
7465         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7466         wl-summary-use-frame.
7467
7468         * wl-vars.el (wl-folder-use-frame): New user option.
7469
7470         * wl-summary.el (wl-summary-exit): Back to folder frame if
7471         wl-folder-use-frame is non-nil.
7472         (wl-summary-redisplay-internal): Ignore cache if current folder
7473         is draft folder,
7474         (wl-summary-redisplay-no-mime): Ditto.
7475         (wl-summary-redisplay-all-header): Ditto.
7476
7477         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7478         if wl-folder-use-frame is non-nil.
7479
7480 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-summary.el (wl-summary-sync-update): Bind
7483         elmo-folder-update-threshold.
7484         (wl-summary-mark-as-important): Enclosed server mark processing
7485         with `save-match-data'.
7486
7487         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7488         only when it is already defined.
7489
7490 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7491
7492         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7493         name of folder exclude localdir is wrong.
7494         * wl-folder.el (wl-folder-sync-entity):
7495         Set `wl-summary-always-sticky-folder-list' as nil.
7496         (wl-folder-mark-as-read-all-entity): Ditto.
7497         (wl-folder-prefetch-entity): Ditto.
7498
7499 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7500
7501         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7502         instead of `wl-summary-write-current-newsgroup'.
7503
7504 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7505
7506         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7507         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7508         non-nil and selected message is important, do not display.
7509
7510 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7511
7512         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7513
7514 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7517
7518         * wl-summary.el (wl-summary-mark-as-important): Set message number
7519         using wl-summary-message-number.
7520
7521 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7522
7523         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7524         destination folder is 'null.
7525
7526 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7527
7528         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7529         New function.
7530         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7531         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7532         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7533
7534 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-mime.el (wl-mime-setup): Added setting for
7537         `mime-setup-signature-key-alist' to avoid overriding key bind for
7538         `wl-draft-send'.
7539
7540         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7541         for `wl-draft-send'.
7542         * wl-mule.el (wl-draft-overload-functions): Ditto.
7543         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7544         * wl-draft.el (wl-draft-send): Ditto.
7545
7546         * wl-message.el (wl-message-display-internal):
7547         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7548         (Patch is provided by <kita@coe.nttdata.co.jp>).
7549
7550 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7551
7552         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7553
7554 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7555
7556         * wl.el (wl): Fix for wl-demo.
7557
7558 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7559
7560         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7561
7562 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7563
7564         * wl-folder.el (wl-folder-prefetch-entity): Use
7565         `wl-folder-get-elmo-folder'.
7566         (wl-folder-count-incorporates): Do not use
7567         `wl-folder-get-elmo-folder'.
7568
7569 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7572         instead of `elmo-folder-get-type'.
7573
7574 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7575
7576         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7577         position on Subject: field.
7578         (Advised by Mito <mit@nines.nec.co.jp>)
7579
7580 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7581
7582         * wl-folder.el (wl-folder-prefetch-entity): Use
7583         `wl-folder-get-elmo-folder'.
7584
7585 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7588
7589         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7590         `process-duplicates' slot.
7591
7592         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7593         if detection failed.
7594
7595 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7596
7597         * wl-version.el (wl-version-status): Set to "alpha".
7598
7599 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7602         Check wl-message-buffer lives before set-buffer.
7603
7604 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7605
7606         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7607         called in folder mode.
7608         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7609         * wl-summary.el (wl-summary-exit-pre-hook): Run
7610         `wl-summary-exit-pre-hook' before exit summary mode.
7611
7612 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7613
7614         * wl-version.el (wl-version-status): New variable.
7615         (wl-version-status-alist): Removed.
7616         (wl-version-status): Rule included.
7617
7618 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7621         @sponichi.
7622
7623         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7624         when `mail-reply-buffer' is buffer-local variable.
7625         (Reported by <kita@coe.nttdata.co.jp>).
7626
7627 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7628
7629         * wl-vars.el (toplevel): Require 'elmo-util.
7630
7631 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7634         (All other related portions are changed)
7635
7636         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7637
7638         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7639
7640 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7641
7642         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7643
7644 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7647         Delete other windows to avoid an error.
7648         Use `point-marker' instead of `point' to remember the start point
7649         of body.
7650
7651         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7652
7653         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7654         number not to exceed all message number.
7655
7656 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7657
7658         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7659         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7660
7661 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-summary.el (wl-summary-sync-force-update): Added argument
7664         no-check.
7665         (wl-summary-sync-update): Ditto.
7666         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7667         with `no-check'.
7668
7669         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7670         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7671         already running.
7672
7673 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7674
7675         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7676         `dst-folder-arg'.
7677         (wl-expire-archive-number1): Diito.
7678         (wl-expire-archive-number2): Diito.
7679         (wl-expire-archive-Date): Diito.
7680         (wl-archive-number1): Diito.
7681         (wl-archive-number2): Diito.
7682         (wl-archive-date): Diito.
7683         (wl-archive-folder-p): New function.
7684         (wl-summary-expire): Support of expand folder name at
7685         wl-expire-alist.
7686         * wl-util.el (wl-expand-newtext): Renamed from
7687         `wl-refile-expand-newtext'.
7688
7689 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7690
7691         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7692         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7693         `(elmo-msgdb-get-overview msgdb)'.
7694         (wl-summary-prefetch): Bind match data before call
7695         `wl-summay-prefetch-msg'.
7696         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7697         'off if `wl-summary-buffer-disp-msg' is non-nil.
7698         Fixed problem that couldn't show only one new or unread message when
7699         enter folder.
7700         (wl-summary-reply): Don't call `split-window-vertically' and other
7701         window.
7702
7703 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-expire.el (wl-expire-refile): Fixed.
7706
7707 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7710
7711         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7712         biff notification is removed.
7713
7714         * wl.el (wl): Changed position of `elmo-init'.
7715
7716         * wl-draft.el (wl-default-draft-cite): Use date field
7717         on the citation buffer.
7718
7719         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7720
7721         * wl-xmas.el (wl-folder-internal-icon-list): Added
7722         `wl-folder-shimbun-image'.
7723
7724         * wl-e21.el (wl-folder-internal-icon-list): Added
7725         `wl-folder-shimbun-image'.
7726
7727 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl.el (wl-init): Eliminated argument.
7730         (wl): Rewrite.
7731
7732         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7733         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7734         instead of `elmo-folder-msgdb-internal'.
7735         (wl-summary-sync-update): Ditto.
7736         (wl-summary-flush-pending-append-operations): Eliminated.
7737         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7738         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7739         `elmo-folder-open'.
7740
7741         * wl-mime.el (wl-summary-burst): Fixed.
7742
7743         * wl-folder.el (wl-folder-info-save): Check data type.
7744
7745         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7746         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7747         instead of `elmo-folder-msgdb-internal'.
7748         (wl-expire-hide): Ditto.
7749
7750
7751         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7752
7753 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7754
7755         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7756
7757 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7758
7759         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7760
7761 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7762
7763         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7764         Fixed `match-beginning' argument mismatch.
7765
7766 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7767
7768         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7769         the default value.
7770
7771 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7774         instead of `elmo-nntp-default-port'.
7775
7776         * wl-vars.el: Fixed some doc strings.
7777
7778 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-summary.el (wl-summary-prefetch-msg): Use
7781         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7782
7783         * wl-vars.el: Define *-func as obsolete variable using
7784         `elmo-define-obsolete-variable'.
7785
7786         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7787         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7788         instead of `wl-message-buffer-prefetch-threshold'.
7789
7790         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7791
7792         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7793
7794         * wl-draft.el (wl-caesar-region-func): Ditto.
7795
7796         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7797         Keep unread status in elmo-folder-move-messages.
7798         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7799
7800 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7801
7802         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7803         `wl-summary-buffer-exit-func'
7804         (wl-summary-buffer-message-redisplay-function): Renamed from
7805         `wl-summary-buffer-message-redisplay-func'
7806         (wl-summary-buffer-next-folder-function): Renamed from
7807         `wl-summary-buffer-next-folder-func'.
7808         (wl-summary-buffer-prev-folder-function): Renamed from
7809         `wl-summary-buffer-prev-folder-func'.
7810         (wl-summary-get-petname-function): Renamed from
7811         `wl-summary-get-petname-func'.
7812
7813         * wl-score.el (wl-score-edit-exit-function): Renamed from
7814         `wl-score-edit-exit-func'.
7815
7816         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7817         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7818
7819         * wl-util.el (wl-load-profile-function): Renamed from
7820         `wl-load-profile-func'.
7821
7822         * wl-folder.el (wl-folder-completion-function): Renamed from
7823         `wl-folder-completion-func'.
7824         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7825
7826         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7827         `wl-expire-archive-get-folder-func'.
7828         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7829         (wl-draft-send-mail-function): Renamed from
7830         `wl-draft-send-mail-func'.
7831         (wl-draft-send-news-function): Renamed from
7832         `wl-draft-send-news-func'.
7833         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7834         (wl-generate-mailer-string-function): Renamed from
7835         `wl-generate-mailer-string-func'.
7836         (wl-highlight-signature-search-function): Renamed from
7837         `wl-highlight-signature-search-func'.
7838         (wl-highlight-x-face-function): Renamed from
7839         `wl-highlight-x-face-func'
7840         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7841         (wl-ps-print-buffer-function): Renamed from
7842         `wl-ps-print-buffer-func'
7843         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7844         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7845         (wl-summary-subject-filter-function): Renamed from
7846         `wl-summary-subject-filter-func'.
7847
7848         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7849         `wl-draft-queue-flush-send-func'
7850         (wl-draft-cite-function): Renamed from
7851         `wl-draft-cite-func'
7852
7853         * wl-address.el (wl-address-init-function): Renamed from
7854         `wl-address-init-func'.
7855
7856 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-draft.el (wl-draft-queue-flush): Don't call
7859         `elmo-dop-unlock-message'.
7860         * wl-draft.el (wl-draft-queue-append): Don't call
7861         `elmo-dop-lock-message'.
7862
7863         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7864         (wl-summary-buffer-folder-name): Ditto.
7865         (wl-summary-message-regexp): Added '-' (all other related portions
7866         are changed).
7867         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7868         wl-summary-buffer-folder-name.
7869
7870 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7871
7872         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7873         the number of mails in the folder buffer is not updated by wl-biff.
7874
7875 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7876
7877         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7878         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7879
7880 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-summary.el (wl-summary-next-message):
7883         Return next message number when wl-summary-move-order is nil.
7884
7885 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7886
7887         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7888         `wl-summary-move-spec-alist'.
7889         (wl-summary-move-spec-unplugged-alist): New variable
7890         (Move spec for unplugged status).
7891         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7892         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7893
7894 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7895
7896         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7897         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7898
7899 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7900
7901         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7902         simple quotation to quote the anonymous function.
7903         * tm-wl.el (wl-draft-preview-message): Ditto.
7904
7905 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7906
7907         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7908         Eliminate redundant `save-excursion'.
7909         (wl-highlight-summary-current-line): Ditto.
7910
7911         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7912         accessing match data when `looking-at' failed.
7913
7914         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7915         `elmo-match-string' where users don't care about the speed.
7916         (wl-draft-save): Ditto.
7917
7918 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-util.el (wl-regexp-opt): New function.
7921
7922         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7923         number from `wl-summary-buffer-number-list'.
7924         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7925         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7926         (wl-summary-move-spec-alist): Changed default setting.
7927
7928 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7929
7930         * wl-vars.el (wl-biff-notify-hook): New hook.
7931         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7932         the arrival of new mail.
7933         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7934         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7935
7936 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7939
7940 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7943
7944         * Version number is increased to 2.5.8.
7945
7946         * wl-thread.el (toplevel): require 'cl.
7947         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7948         (wl-thread-make-number-list): New function.
7949         (wl-thread-entity-make-number-list-from-children): Ditto.
7950         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7951         (wl-thread-entity-insert-as-children): Likewise.
7952         (wl-thread-delete-message): Likewise.
7953         (wl-meaning-of-mark): Eliminated.
7954         (wl-thread-next-failure-mark-p): Ditto.
7955         (wl-thread-entity-get-mark): Ditto.
7956         (wl-thread-meaning-alist-get-result): Ditto.
7957         (wl-thread-entity-check-prev-mark): Ditto.
7958         (wl-thread-entity-check-next-mark): Ditto.
7959         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7960         (wl-thread-entity-get-prev-marked-entity): Ditto.
7961         (wl-thread-get-prev-unread): Ditto.
7962         (wl-thread-jump-to-prev-unread): Ditto.
7963         (wl-thread-get-next-unread): Ditto.
7964         (wl-thread-jump-to-next-unread): Ditto.
7965         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7966         (wl-thread-entity-get-next-marked-entity): Ditto.
7967
7968         * wl-summary.el (wl-summary-buffer-number-list):
7969         New bufer-local variable.
7970         (wl-summary-switch-to-clone-buffer): Clone
7971         `wl-summary-buffer-number-list'.
7972         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7973         (wl-summary-cursor-move-regex): Eliminated.
7974         (wl-summary-cursor-up): Rewrite.
7975         (wl-summary-cursor-down): Ditto.
7976         (wl-summary-mode-spec-alist): New variable.
7977         (wl-summary-next-message): New inline function.
7978         (wl-summary-cursor-move): New function.
7979         (wl-summary-default-get-next-msg): Rewrite.
7980         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7981         (wl-summary-rescan): Ditto.
7982         (wl-summary-sync-all-init): Ditto.
7983         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7984         summary is not thread view.
7985         (wl-summary-sync-update): Ditto.
7986         (wl-summary-rescan): Ditto.
7987         (wl-summary-make-number-list): New function.
7988
7989         * wl-draft.el: "FCC" -> "Fcc".
7990
7991 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-highlight.el (wl-highlight-summary-window):
7994         Call `set-buffer-modified-p'.
7995
7996         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7997         (wl): Call `elmo-init' and fix.
7998
7999         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8000         Use new variables.
8001
8002         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8003
8004 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8007
8008 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8009
8010         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8011
8012 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8013
8014         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8015         `wl-use-toolbar' nor `display-graphic-p'.
8016         (wl-e21-setup-message-toolbar): Ditto.
8017         (wl-e21-setup-summary-toolbar): Ditto.
8018         (wl-e21-setup-folder-toolbar): Ditto.
8019
8020         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8021         (wl-plugged-init-icons): Ditto.
8022
8023         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8024         `display-graphic-p'.
8025         (wl-plugged-set-folder-icon): Ditto.
8026         (wl-highlight-plugged-current-line): Ditto.
8027         (wl-highlight-folder-current-line): Ditto.
8028         (wl-e21-highlight-folder-group-line): Ditto.
8029         (wl-e21-setup-toolbar): Ditto.
8030         (wl-e21-display-image-p): New macro.
8031
8032         * wl-demo.el (wl-demo): Simplified.
8033         (wl-demo-image-type-alist): Use `image-type-available-p' for
8034         checking whether the image type `xbm' is available.
8035
8036 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8039         (wl-summary-input-range): Ditto.
8040
8041 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * wl-summary.el (wl-summary-edit-addresses): Use
8044         `wl-summary-get-original-buffer'
8045         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8046         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8047         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8048         (wl-summary-get-newsgroups): Eliminated.
8049         (wl-summary-set-crosspost): Ditto.
8050         (wl-summary-is-crosspost-folder): Ditto.
8051         (wl-crosspost-alist-load): Ditto.
8052         (wl-crosspost-alist-save): Ditto.
8053
8054         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8055         `elmo-setup-subscribed-newsgroups' instead of
8056         `elmo-nntp-make-groups-hashtb'.
8057         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8058         instead of `wl-crosspost-alist-save'.
8059
8060         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8061         of `elmo-folder-message-appendable-p'.
8062         (wl-mime-header-presentation-method): Eliminated.
8063
8064         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8065         (Error occurs in emacs21).
8066
8067         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8068         the current buffer).
8069
8070         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8071         instead of `wl-crosspost-alist-save'.
8072         (wl-init): `elmo-crosspost-message-alist-load'
8073         instead of `wl-crosspost-alist-load'
8074
8075         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8076         (wl-parse-newsgroups): Likewise.
8077         (wl-biff-notify): Run `wl-biff-notify-hook'.
8078
8079 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8082
8083         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8084         when `wl-summary-lazy-highlight' is non-nil.
8085         (wl-summary-goto-folder-subr): Highlight only when
8086         `wl-summary-lazy-highlight' is non-nil.
8087
8088         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8089         Don't display progress and highlight temp-mark when
8090         `wl-summary-lazy-highlight' is non-nil.
8091         (wl-highlight-summary-window): New function.
8092         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8093
8094 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8095
8096         * wl-summary.el (wl-summary-sync): Change `all-visible'
8097         from `all-shown'
8098         (wl-summary-input-range): Ditto.
8099
8100 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8101
8102         * wl-e21.el (wl-highlight-folder-current-line): Call
8103         `wl-folder-init-icons' when folder icons have not been initialized.
8104
8105         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8106
8107         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8108         (wl-demo-image-type-alist): New macro.
8109
8110 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8111
8112         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8113         display does not support graphics.
8114         (wl-plugged-init-icons): Ditto.
8115         (wl-folder-init-icons): Ditto.
8116
8117         * wl-demo.el (wl-demo): Chech closely whether the display
8118         supports graphics.
8119
8120 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-summary.el (wl-summary-get-original-buffer): New function.
8123         (wl-summary-set-crosspost): Use it.
8124         (wl-summary-target-mark-uudecode): Ditto.
8125         (wl-summary-reedit): Ditto.
8126         (wl-summary-resend-bounced-mail): Ditto.
8127         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8128         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8129
8130         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8131         (wl-message-display-internal): Ditto.
8132
8133 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8134
8135         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8136
8137 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-save-view): Renamed from
8140         `wl-summary-save-status'.
8141
8142 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8143
8144         * wl-summary.el (wl-summary-sync): Added `all-shown'
8145
8146 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8147
8148         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8149
8150 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8153
8154 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8155
8156         * wl-highlight.el (wl-highlight-summary-line-string): Use
8157         `zerop' instead of `= 0'.
8158         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8159
8160         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8161         for comparing numbers.
8162         (wl-template-prev): Use `zerop' instead of `eq 0'.
8163
8164         * wl-draft.el (wl-draft-insert-current-message): Use
8165         `with-current-buffer' instead of `save-excursion'.
8166         Use `zerop' instead of `eq 0'.
8167
8168 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8169
8170         * wl-draft.el (wl-draft-insert-ccs): New function.
8171         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8172         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8173
8174 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8177
8178 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * wl-expire.el (wl-expire-refile): Don't call
8181         elmo-msgdb-add-msgs-to-seen-list;
8182         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8183         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8184
8185 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-message.el (wl-message-prev-page): Ignore errors while
8188         scroll-down.
8189
8190 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-mime.el: Use elmo-original-message-mode instead of
8193         mmelmo-original-mode.
8194
8195         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8196         `elmo-folder-get-spec';
8197         (wl-fldmgr-add-completion-all-completions):
8198         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8199
8200         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8201         of `elmo-folder-get-type'.
8202
8203         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8204         `elmo-folder-get-spec';
8205         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8206         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8207         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8208         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8209         `elmo-read-msg-no-cache';
8210         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8211         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8212         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8213         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8214         `elmo-cache-save';
8215         (wl-draft-reedit): Use `elmo-message-file-name'.
8216
8217         * wl-expire.el: Use `elmo-folder-name-internal';
8218         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8219         Use macro `wl-summary-buffer-msgdb' instead of variable
8220         `wl-summary-buffer-msgdb';
8221         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8222         Use macro `wl-summary-buffer-folder-name' instead of variable
8223         `wl-summary-buffer-folder-name'.
8224         * wl-score.el: Likewise.
8225
8226         * wl-message.el: Rewrite for new message buffer cache mechanism.
8227         (wl-message-buffer-cache-buffer-get): New macro.
8228         (wl-message-buffer-cache-folder-get): Ditto.
8229         (wl-message-buffer-cache-message-get): Ditto.
8230         (wl-message-buffer-cache-entry-make): Ditto.
8231         (wl-message-buffer-cache-hit): Ditto.
8232         (wl-message-buffer-cache-sort): New function.
8233         (wl-message-buffer-cache-add): Ditto.
8234         (wl-message-buffer-cache-delete): Ditto.
8235         (wl-message-buffer-cache-clean-up): Ditto.
8236         (wl-message-buffer-window): Rewrite.
8237         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8238         (wl-message-buffer-display): New function.
8239         (wl-message-display-internal): New function.
8240
8241 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-folder.el: Use `elmo-folder-name-internal';
8244         Use `wl-folder-get-elmo-folder';
8245         Use `elmo-folder-list-messages' instead of
8246         `elmo-list-folder';
8247         Use `elmo-folder-get-primitive-list' instead of
8248         `elmo-folder-get-primitive-spec-list';
8249         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8250         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8251         Use `elmo-folder-create' instead of `elmo-create-folder'.
8252         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8253         (wl-folder-get-elmo-folder): New macro.
8254         (wl-folder-elmo-folder-cache-get): Ditto.
8255         (wl-folder-elmo-folder-cache-put): Ditto.
8256         (wl-folder-suspend): Call `elmo-quit'.
8257
8258         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8259         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8260         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8261         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8262         (toplevel): require 'cl.
8263         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8264
8265         * wl-summary.el: Rewrite to use new elmo interface.
8266
8267 \f
8268 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * wl-mime.el (wl-draft-preview-message):
8271         Run `wl-draft-send-hook' before collecting recipients information;
8272         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8273
8274         * tm-wl.el (wl-draft-preview-message): Ditto.
8275
8276 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8279         wrong recipients are displayed when forwarded message.
8280
8281 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * Version number is increased to 2.5.7.
8284
8285 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8286
8287         * wl-message.el (wl-message-next-page): Bind
8288         `window-pixel-scroll-increment' to nil while scrolling up.
8289
8290 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8291
8292         * wl-vars.el (wl-save-hook): New hook.
8293         * wl.el (wl-save): Call `wl-save-hook'.
8294
8295 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8296
8297         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8298         Argument WITH-ARG instead of NO-ARG (negative mean).
8299         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8300         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8301         * wl-message.el (wl-message-follow-current-entity): Likewise.
8302
8303 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8306         FROM was optional argument.
8307         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8308
8309 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8310
8311         * Version number is increased to 2.5.6.
8312
8313 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8314
8315         * wl-version.el (wl-version-show): Removed.
8316         (wl-version): Add `interactive'.
8317
8318 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8319
8320         * wl-summary.el (wl-summary-get-petname-func): New variable.
8321         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8322         instead of `wl-address-get-petname-1'.
8323         (wl-summary-simple-from): Ditto.
8324
8325         * wl-address.el (wl-address-get-petname-1): Define as function.
8326
8327 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8330         field in the original message.
8331         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8332
8333 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8334
8335         * wl-expire.el (wl-expire-hide):
8336         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8337
8338 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8341         find decoder for To, Cc, and Subject.
8342
8343 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8344
8345         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8346         for checking `elmo-use-buffer-cache'.
8347         (wl-summary-mark-as-important): Fixed typo in comment.
8348
8349 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8352         field in the original message.
8353         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8354
8355 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8356
8357         * wl-expire.el (wl-expire-hide):
8358         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8359
8360 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8363         find decoder for To, Cc, and Subject.
8364
8365 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * Version number is increased to 2.5.5.
8368
8369         * wl-address.el (wl-address-specials-regexp): New constant.
8370         (wl-address-quote-specials): Use it.
8371
8372 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-summary.el (wl-summary-rescan):
8375         Call `wl-summary-buffer-number-column-detect'.
8376         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8377
8378         * wl-message.el (wl-message-mode-map): Define.
8379         (wl-message-decode): Use it as local-map.
8380
8381 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8382
8383         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8384         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8385
8386 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8387
8388         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8389
8390         * wl-mule.el (wl-read-event-char): Ditto.
8391
8392         * wl-e21.el (wl-read-event-char): Ditto.
8393
8394         * wl-nemacs.el (wl-read-event-char): Ditto.
8395         (read-event): Removed.
8396
8397         * wl-util.el (toplevel): Removed dummy definition of
8398         `read-event'.
8399         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8400
8401 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8402
8403         * wl-nemacs.el (elmo-archive-call-process): Moved to
8404         elmo-archive.el.
8405
8406 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8407
8408         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8409         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8410
8411         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8412         instead of magic-number 6.  Use `not' instead of `null' for symbol
8413         `nil' check (not empty list).
8414         (wl-draft-insert-x-face-field): Fixed paren style.
8415
8416         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8417         one-branch conditional statement, instead of `and' and `if'.
8418         (wl-draft-forward): Likewise.
8419         (wl-draft-add-references): Likewise.
8420         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8421
8422         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8423         conditional steatment.  Use `cond' instead of `if'.
8424         (wl-draft-confirm): Likewise.
8425
8426 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8427
8428         * wl-version.el (wl-version-show): Use `product-string-1'
8429         instead of `wl-version'.
8430         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8431
8432         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8433
8434 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8435
8436         * wl-highlight.el (wl-highlight-headers): Revert
8437         `wl-highlight-x-face-func' argument (`beg' and `end').
8438
8439 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8440
8441         * wl.el (toplevel): Move `product-provide' declare.
8442         * wl-demo.el (toplevel): Ditto.
8443         * wl-dnd.el (toplevel): Ditto.
8444         * wl-highlight.el (toplevel): Ditto.
8445         * wl-message.el (toplevel): Ditto.
8446         * wl-refile.el (toplevel): Ditto.
8447         * wl-util.el (toplevel): Ditto.
8448
8449 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8452         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8453         (wl-thread-close-all): keep cursor position.
8454
8455 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8458         (eq x 0).
8459         (wl-generate-user-agent-string-1): Fix conditional statement.
8460
8461 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8462
8463         * wl.el (wl-check-environment): Additional check for
8464         'wl-local-domain' and `wl-message-id-domain'.
8465
8466 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8467
8468         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8469
8470 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8471
8472         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8473         instead of `smtp-sasl-user-realm'.
8474
8475 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8476
8477         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8478
8479 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8480
8481         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8482         to the default value as well as `eword-lexical-analyzer'.
8483
8484 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8485
8486         * wl-version.el (wl-extended-emacs-version,
8487         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8488         `elmo-match-string' instead of `wl-match-string'.
8489
8490 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8493         docstring.
8494
8495 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8496
8497         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8498
8499 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8500
8501         * wl-highlight.el (wl-highlight-headers): Remove
8502         `wl-highlight-x-face-func' argument (`beg' and `end').
8503
8504 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-summary.el (wl-summary-mark-as-important):
8507         Remove cache if folder is local.
8508
8509 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8510
8511         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8512         to get existing e-mail address string.
8513
8514 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8515
8516         * wl-version.el (wl-generate-user-agent-string): Commentary.
8517         (wl-generate-user-agent-string-1): Use `when' for
8518         one-branch conditional statement, instead of `and' and `if'.
8519         (wl-extended-emacs-version, wl-extended-emacs-version2,
8520         wl-extended-emacs-version3): Ditto.
8521
8522 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8523
8524         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8525         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8526         condition-case; Remove initialization.
8527         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8528         (wl-summary-sync-update3): Added argument `sync-all';
8529         Eliminated local variable `msgdb';
8530         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8531         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8532         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8533
8534 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8535
8536         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8537         connection before call `wl-draft-send-mail-with-smtp'.
8538
8539 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8540
8541         * Version number is increased to 2.5.4.
8542
8543 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl.el (wl-check-environment): Additional check for
8546         'wl-local-domain' and `wl-message-id-domain'.
8547
8548 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8551         buffer as command specific.
8552         (wl-folder-mark-as-read-all-entity): Ditto.
8553         (wl-folder-prefetch-entity): Ditto.
8554         (wl-folder-drop-unsync-entity): Ditto.
8555
8556         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8557         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8558         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8559
8560         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8561         save-excursion.
8562
8563 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * Version number is increased to 2.5.3.
8566
8567         * wl-summary.el (wl-summary-save-view-cache):
8568         Delete duplicated `write-region';
8569         Use `write-region-as-binary' instead of `as-binary-output-file' and
8570         `write-region'.
8571
8572 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8575
8576 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8577
8578         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8579         instead of `smtp-via-smtp'.
8580
8581 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8582
8583         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8584
8585 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8586
8587         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8588         instead of `smtp-sasl-user-realm'.
8589
8590 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8591
8592         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8593
8594 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * Version number is increased to 2.5.2.
8597
8598 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8601         does not exist.
8602         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8603         (wl-biff-start): Call `timer-activate' if timer already exists.
8604
8605         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8606         only when it is bound as function.
8607
8608 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8609
8610         * Version number is increased to 2.5.1.
8611
8612 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8615         Print refile/copy destination.
8616
8617 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8620         queue-flush-only is non-nil.
8621
8622         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8623
8624         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8625         checking cache folder.
8626
8627 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8628
8629         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8630         `regexp-quote'.
8631
8632 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8633
8634         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8635         function.
8636         * wl-summary.el (wl-summary-write-current-folder-functions):
8637         Change default value.  Use it.
8638
8639 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * Version number is increased to 2.5.0.
8642
8643         * wl-version.el (wl-version): Changed codename.
8644
8645 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8646
8647         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8648         (wl-summary-supersedes-message): Ditto.
8649
8650 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8651
8652         * wl-refile.el (wl-refile-guess-functions): Renamed from
8653         `wl-refile-guess-func-list'.
8654
8655 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8658         Fixed problem when no rule was matched.
8659
8660 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8661
8662         * wl-summary.el (wl-summary-get-mark): Fixed
8663         `wl-summary-buffer-target-mark' check logic.
8664
8665 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8666
8667         * wl-folder.el (wl-folder-write-current-folder): Added group
8668         folder check.
8669
8670         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8671         `wl-summary-write-current-newsgroup'.
8672         (wl-summary-write-current-folder-functions): New variable.
8673         * wl-folder.el (wl-folder-get-newsgroups): New function.
8674         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8675         (wl-folder-write-current-folder): Renamed from
8676         `wl-folder-write-current-newsgroup'.
8677
8678 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8679
8680         * Version number is increased to 2.3.93.
8681
8682 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8685         (wl-ldap-make-matched-value-list): Ditto.
8686         (wl-ldap-alias-safe-string): Split e-mail address.
8687
8688         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8689         petname folder default was selected.
8690         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8691         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8692
8693 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8696         to `wl-draft-config-exec'.
8697
8698         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8699         instead of calling `wl-draft-config-exec';
8700         Process group-list and show recipients in minibuffer.
8701
8702         * tm-wl.el (wl-draft-preview-message): Ditto.
8703
8704 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8705
8706         * wl.el (toplevel): Added (C) to copyright notice, and
8707         sync Author header.
8708         * tm-wl.el (toplevel): Ditto.
8709         * wl-address.el (toplevel): Ditto.
8710         * wl-demo.el (toplevel): Ditto.
8711         * wl-dnd.el (toplevel): Ditto.
8712         * wl-draft.el (toplevel): Ditto.
8713         * wl-e21.el (toplevel): Ditto.
8714         * wl-expire.el (toplevel): Ditto.
8715         * wl-folder.el (toplevel): Ditto.
8716         * wl-highlight.el (toplevel): Ditto.
8717         * wl-message.el (toplevel): Ditto.
8718         * wl-mime.el (toplevel): Ditto.
8719         * wl-mule.el (toplevel): Ditto.
8720         * wl-nemacs.el (toplevel): Ditto.
8721         * wl-refile.el (toplevel): Ditto.
8722         * wl-score.el (toplevel): Ditto.
8723         * wl-summary.el (toplevel): Ditto.
8724         * wl-template.el (toplevel): Ditto.
8725         * wl-thread.el (toplevel): Ditto.
8726         * wl-util.el (toplevel): Ditto.
8727         * wl-vars.el (toplevel): Ditto.
8728         * wl-xmas.el (toplevel): Ditto.
8729
8730 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8731
8732         * wl.el (wl-init): Added comment about `wl-init-hook'.
8733         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8734         * wl-vars.el (wl-init-hook): Added docs.
8735         (wl-make-plugged-hook): Removed useless docs.
8736         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8737         * wl-xmas.el (toplevel): Ditto.
8738
8739 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8740
8741         * wl-address.el (toplevel): Fixed multiple Author header format.
8742         * wl-demo.el (toplevel): Ditto.
8743         * wl-draft.el (toplevel): Ditto.
8744         * wl-folder.el (toplevel): Ditto.
8745         * wl-summary.el (toplevel): Ditto.
8746         * wl-thread.el (toplevel): Ditto.
8747         * wl-util.el (toplevel): Ditto.
8748         * wl-vars.el (toplevel): Ditto.
8749         * wl-version.el (toplevel): Ditto.
8750         * wl-xmas.el (toplevel): Ditto.
8751         * wl.el (toplevel): Ditto.
8752
8753         * wl-version.el (toplevel): Added require `elmo-version' for
8754         `product-version-as-string'.
8755
8756 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-vars.el (wl-draft-send-hook): Changed default value to
8759         '(wl-draft-config-exec).
8760
8761         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8762         explicitly.
8763         (wl-draft): Set `wl-draft-config-exec-flag' before running
8764         `wl-mail-setup-hook'.
8765
8766         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8767         `wl-biff-init-icons' to `wl-init-hook' instead of
8768         `wl-make-plugged-hook'.
8769         (Because if `wl-draft' command is invoked at first,
8770         they are not initialized)
8771         Updated copyright notice.
8772
8773         * wl-e21.el (toplevel): Ditto;
8774
8775         * wl-demo.el (toplevel): Updated copyright notice.
8776         * wl-address.el (toplevel): Ditto.
8777         * wl-draft.el (toplevel): Ditto.
8778         * wl-version.el (toplevel): Ditto.
8779         * wl-folder.el (toplevel): Ditto.
8780         * wl-summary.el (toplevel): Ditto.
8781         * wl-thread.el (toplevel): Ditto.
8782         * wl-util.el (toplevel): Ditto.
8783         * wl-vars.el (toplevel): Ditto.
8784         * wl.el (toplevel): Ditto.
8785
8786 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * wl-highlight.el (wl-highlight-message): Fixed problem of
8789         highlighting failure which occured when the last field contains
8790         multiple lines in the draft buffer.
8791
8792         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8793         `wl-biff-start' if plugged.
8794
8795         * wl-util.el (wl-biff-check-folder): New function.
8796         (wl-biff-check-folders): Don't set session name prefix.
8797         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8798         (wl-biff-check-folder-async): Ditto.
8799
8800         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8801         in email address.
8802
8803 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8804
8805         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8806
8807         * wl-draft.el (wl-draft-strip-subject-re): New function.
8808
8809         * wl-draft.el (wl-draft-reply): Use it.
8810
8811 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-message.el (wl-mmelmo-message-redisplay): Use
8814         `mime-display-message' instead of `wl-mime-display-message'.
8815
8816         * wl-mime.el (toplevel): Removed compatibility workaround
8817         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8818         (wl-mime-display-message): Abolished.
8819         (wl-mime-entity-read-field): Ditto.
8820         (wl-mime-combine-message/partial-pieces): Use
8821         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8822
8823 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8824
8825         * wl-template.el: Doc fixes.
8826
8827 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8828
8829         * wl-e21.el (wl-message-overload-functions): Do nothing if
8830         `current-local-map' is not available.
8831         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8832
8833 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8834
8835         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8836         representation.
8837
8838         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8839         number.
8840         (wl-fldmgr-save-folders): Don't use `format' when insert
8841         `wl-fldmgr-folders-header'.
8842
8843 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8844
8845         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8846
8847 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-highlight.el (wl-highlight-message):
8850         Use `std11-field-end' to detect end point of the header field.
8851         Refer `wl-highlight-max-header-size'.
8852
8853         * wl-vars.el (wl-highlight-max-header-size): New variable.
8854
8855         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8856
8857         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8858         Set `for-draft' argument of wl-highlight-headers.
8859         (wl-draft): Ditto.
8860         (wl-draft-reedit): Ditto.
8861         (wl-user-agent-compose-internal): Ditto.
8862
8863 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8864
8865         * wl-message.el (wl-message-add-button): Use overlay.
8866
8867 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8870
8871         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8872         problem when group-list content is nothing.
8873         (Reported by Mito <mit@nines.nec.co.jp>)
8874
8875 2000-10-18  SAITO Atsunori <sai@yedo.com>
8876
8877         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8878
8879 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8880
8881         * tm-wl.el (toplevel): Use product-provide.
8882
8883 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8884
8885         * Version number is increased to 2.3.92.
8886
8887 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8888
8889         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8890         title text, use `display' property for left margin under Emacs 21.
8891
8892         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8893         properties.
8894         (wl-plugged-init-icons): Ditto.
8895
8896 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8897
8898         * wl.el (wl-save-status, wl-init): Remove last period in
8899         "...done." message.
8900         * tm-wl.el (wl-summary-burst): Ditto.
8901         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8902         wl-summary-resume-cache-status,
8903         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8904         wl-summary-sync-update3, wl-summary-highlight-msgs,
8905         wl-summary-flush-pending-append-operations,
8906         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8907         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8908         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8909         wl-thread-open-all): Ditto.
8910         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8911         * wl-mime.el (wl-summary-burst): Ditto.
8912         * wl-highlight.el (wl-highlight-summary): Ditto.
8913         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8914         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8915         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8916         * wl-address.el (wl-local-address-init): Ditto.
8917
8918 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8919
8920         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8921         `add-text-properties'.
8922         (wl-plugged-init-icons): Ditto.
8923         (wl-folder-init-icons): Use `propertize' instead of
8924         `put-text-property'.
8925         (wl-plugged-set-folder-icon): Ditto.
8926         (wl-e21-highlight-folder-group-line): Ditto.
8927
8928 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl-version.el (wl-version-status-alist): New variable.
8931         (wl-version-status): New function.
8932
8933         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8934         "Cc" part of the case "Reply-To".
8935
8936         * wl-draft.el (wl-draft-reply): Use result of
8937         `eword-extract-address-components'.
8938
8939         * wl-demo.el (wl-demo-icon-name): New constant.
8940         (wl-logo-xpm): Use it.
8941         (wl-logo-xbm): Ditto.
8942         (wl-logo-bitmap): Ditto.
8943
8944         * Version number is increased to 2.3.91.
8945
8946 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8947
8948         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8949         (wl-extended-emacs-version, wl-extended-emacs-version2,
8950         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8951         docstring.
8952
8953         * wl-version.el (wl-generate-user-agent-string-1): New function.
8954         (wl-generate-user-agent-string): Use it.
8955
8956         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8957         `mime-edit-insert-user-agent-field'.
8958         (wl-generate-user-agent-string): Check
8959         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8960
8961         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8962         instead of `if', when verbose case.
8963
8964 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8965
8966         * wl-expire.el (wl-summary-expire): Fix.
8967
8968 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8969
8970         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8971         and `elmo-lost+found-folder' if 'wl-draft.
8972         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8973
8974 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8975
8976         * wl-expire.el (wl-summary-expire): Change messages.
8977         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8978         `deleing-info' instead of "Deleting..."
8979
8980 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8981
8982         * wl-summary.el (wl-summary-refile-subr): Fix.
8983
8984 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8985
8986         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8987         if pipe folder.
8988
8989 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8990
8991         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8992
8993 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8994
8995         * wl-expire.el (wl-expire-hide): New function.
8996         (wl-summary-expire): Add `hide'.
8997
8998 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8999
9000         * wl-vars.el (wl-draft-reply-without-argument-list):
9001         Changed default value to consider `Reply-To:'.
9002         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9003
9004         * Version number is increased to 2.3.90.
9005
9006         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9007         elmo-imap4-get-session with unwind-protect.
9008         Don't cause error.
9009         (wl-summary-sync-marks): Don't check plugged nor folder type.
9010         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9011         (Always keep current buffer).
9012
9013 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9014
9015         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9016         Enclose with `save-excursion'.
9017
9018 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9019
9020         * wl-version.el (wl-version): Remove interactive.
9021
9022 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9023
9024         * wl-version.el (wl-generate-user-agent-string): Use
9025         `product-string-verbose' instead of `product-string-1'.
9026
9027 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9028
9029         * wl-vars.el (wl-draft-use-cache): New variable.
9030         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9031         if wl-draft-use-cache is non-nil.
9032
9033 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9034
9035         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9036         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9037
9038 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9041         (wl-thread-msg-mark-as-unread): Ditto.
9042
9043         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9044         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9045         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9046         Don't set mark in summary if return value of `elmo-mark-as-read'
9047         is nil.
9048         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9049         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9050         instead of `wl-thread-msg-mark-as-read'.
9051         (wl-summary-mark-as-unread-region): Ditto.
9052         (wl-summary-target-mark-mark-as-read): Ditto.
9053
9054         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9055
9056 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9059
9060         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9061
9062 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9063
9064         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9065         face.
9066
9067 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9068
9069         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9070         `running-xemacs'.
9071
9072 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9073
9074         * wl-version.el (toplevel): Use `product-version-as-string' for
9075         set verstion-string, if defined.
9076
9077         * wl-version.el (wl-version-show): Insert string at point, when
9078         call with argument.
9079
9080         * wl-version.el (wl-generate-user-agent-string): Use
9081         `product-string-1' instead of `wl-appname', `wl-version' and
9082         `wl-codename'.
9083
9084 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9085
9086         * wl-address.el (toplevel): Use product-provide.
9087         * wl-demo.el (toplevel): Ditto.
9088         * wl-dnd.el (toplevel): Ditto.
9089         * wl-draft.el (toplevel): Ditto.
9090         * wl-e21.el (toplevel): Ditto.
9091         * wl-expire.el (toplevel): Ditto.
9092         * wl-fldmgr.el (toplevel): Ditto.
9093         * wl-folder.el (toplevel): Ditto.
9094         * wl-highlight.el (toplevel): Ditto.
9095         * wl-message.el (toplevel): Ditto.
9096         * wl-mime.el (toplevel): Ditto.
9097         * wl-mule.el (toplevel): Ditto.
9098         * wl-nemacs.el (toplevel): Ditto.
9099         * wl-refile.el (toplevel): Ditto.
9100         * wl-score.el (toplevel): Ditto.
9101         * wl-summary.el (toplevel): Ditto.
9102         * wl-template.el (toplevel): Ditto.
9103         * wl-thread.el (toplevel): Ditto.
9104         * wl-util.el (toplevel): Ditto.
9105         * wl-vars.el (toplevel): Ditto.
9106         * wl-xmas.el (toplevel): Ditto.
9107         * wl.el (toplevel): Ditto.
9108
9109 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9110
9111         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9112         instead of product.
9113
9114         * wl-version.el (wl-version): Compile time evalution elmo-version.
9115
9116 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9117
9118         * wl-summary.el (wl-summary-sync-force-update): Append queue
9119         `mark-as-read'if unplugged.
9120
9121 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-version.el: New file.  Use product.el.
9124         * wl.el: add (require 'wl-version).
9125         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9126         for ~/.folders header.
9127         (wl-fldmgr-folders-header): Changed.
9128         * wl-demo.el (wl-demo): Use product.el.
9129
9130         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9131         wl-version.el.
9132         * wl-util.el (wl-version, wl-version-show): Ditto.
9133
9134         * wl-util.el (wl-generate-user-agent-string,
9135         wl-extended-emacs-version, wl-extended-emacs-version2,
9136         wl-extended-emacs-version3): Move to wl-version.el.
9137         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9138         xemacs-codename, mime-edit-insert-user-agent-field,
9139         mime-edit-user-agent-value, mime-editor/version,
9140         mime-editor/codename): Compile warning killer move to
9141         wl-version.el
9142
9143 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9144
9145         * wl-summary.el (wl-summary-refile-subr): Fix.
9146
9147 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9150         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9151
9152 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9153
9154         * wl.el (wl-check-environment): Check too many `@'.
9155
9156 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9157
9158         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9159
9160 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9161
9162         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9163         wl-draft-reply-myself-without-argument-list): Add variables.
9164         * wl-draft.el (wl-draft-reply): Use it.
9165
9166 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9167
9168         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9169         the 5th argument of `elmo-network-get-spec'.
9170
9171         * wl-thread.el (wl-thread-reparent-children): New inline function.
9172         (wl-thread-delete-message): Use it.
9173
9174         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9175         (wl-summary-score-update-all-lines): Don't use `dolist'.
9176
9177 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9178
9179         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9180         (require 'elmo-msgdb) for inline function.
9181
9182 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9183
9184         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9185
9186 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9187
9188         * wl-score.el (wl-score-headers): Fix for the confusing macro
9189         `elmo-kill-buffer'.
9190
9191 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9192
9193         * wl-summary.el: Don't use the 3rd argument of `require' because
9194         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9195         * wl-util.el: Ditto.
9196         * wl-draft.el: Ditto.
9197
9198 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9199
9200         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9201         window system is not used.
9202
9203 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9204
9205         * wl-thread.el: Don't use `mapcar' only for iteration.
9206         (wl-thread-resume-entity): Ditto.
9207         (wl-thread-delete-message): Ditto.
9208
9209         * wl-summary.el: Bind `dragdrop-drop-functions',
9210         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9211         of `require' for `timezone', `easymenu' and `ps-print';
9212         don't use `mapcar' only for iteration.
9213
9214         * wl-util.el: Bind `mule-version', `nemacs-version',
9215         `emacs-beta-version', `xemacs-codename',
9216         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9217         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9218         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9219         only for iteration.
9220
9221         * wl-score.el: Don't use `mapcar' only for iteration.
9222         (wl-score-simplify-buffer-fuzzy): Ditto.
9223         (wl-score-simplify-subject): Ditto.
9224         (wl-score-headers): Ditto.
9225         (wl-summary-score-update-all-lines): Ditto.
9226
9227         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9228         `enable-multibyte-characters' and `mule-version'.
9229
9230         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9231         `mapcar' only for iteration.
9232
9233         * wl-demo.el: Don't use `mapcar' only for iteration.
9234
9235         * wl-folder.el: Don't use `mapcar' only for iteration.
9236         (wl-folder-open-all): Ditto.
9237         (wl-folder-count-incorporates): Ditto.
9238
9239         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9240         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9241
9242         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9243         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9244         `smtp-connection-type'; specify 3rd argument of `require' for
9245         `timezone'; don't use `mapcar' only for iteration.
9246         (wl-draft-clone-local-variables): Don't use `mapcar'.
9247         (wl-draft-generate-clone-buffer): Ditto.
9248         (wl-user-agent-compose-internal): Ditto.
9249
9250         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9251
9252         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9253         (wl-save-status): Ditto.
9254
9255         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9256         for iteration.
9257
9258 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9259
9260         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9261         removed `Date'.
9262         (wl-fldmgr-make-filter-default): New user option.
9263
9264         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9265         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9266         (wl-fldmgr-filter-completion-alist): Abolish.
9267
9268         * wl.el (wl): Don't check servers if arg is non-nil.
9269
9270         * wl-draft.el (wl-draft-reply): Set only message-id string to
9271         In-Reply-To field.
9272
9273 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * wl-summary.el (wl-summary-pick): Rewrite.
9276
9277         * wl-draft.el (wl-draft-forward): Get references field from
9278         original buffer.
9279         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9280
9281 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9282
9283         * wl-draft.el (wl-draft-forward): Add references field.
9284
9285 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9288         (wl-draft-reply): Use it.
9289
9290 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9291
9292         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9293         when Emacs 21 is running.
9294
9295         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9296         bindings.
9297
9298 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9299
9300         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9301         XPM icons transparent.
9302
9303         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9304         Emacs 21.
9305
9306 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9307
9308         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9309         nil.
9310
9311         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9312         when it is persistent.
9313         (wl-summary-sync-marks): Changed argument for
9314         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9315         (wl-summary-virtual): Use `elmo-read-search-condition'.
9316         (wl-summary-redisplay-internal): If folder is local, mark as read
9317         even when folder is plugged.
9318
9319 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9320
9321         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9322         of `tool-bar-lines' in the frame parameters.
9323         (after-make-frame-functions, post-command-hook): Don't modify the
9324         value.
9325         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9326         wl-e21-tool-bar-lines): Removed.
9327
9328 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9329
9330         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9331         properties `evaporate' and `wl-momentary-overlay' as well.
9332         (wl-highlight-summary-displaying): Ditto.
9333         (wl-delete-all-overlays): Don't delete overlay which does not have
9334         a property `wl-momentary-overlay'.
9335
9336         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9337         `display-mouse-p' and `display-graphic-p'.
9338         (wl-folder-init-icons): Don't search for XBM or the other files.
9339         (wl-plugged-set-folder-icon): Make icons if and only if
9340         `display-graphic-p' returns non-nil.
9341         (wl-highlight-plugged-current-line): Use `before-string' overlay
9342         property to show icon images.
9343         (wl-highlight-folder-current-line): Ditto.
9344         (wl-e21-highlight-folder-group-line): Ditto.
9345         (wl-e21-highlight-folder-by-numbers): Ditto.
9346         (wl-e21-insert-image): Removed.
9347         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9348         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9349         said.
9350         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9351         `wl-e21-force-switch-toolbar'.
9352         (wl-e21-make-icon-image): Removed.
9353         (wl-e21-setup-toolbar): Don't search for XBM files.
9354         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9355         the default value.
9356
9357 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9358
9359         * wl-util.el (wl-biff-check-folder-async): Set
9360         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9361
9362 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9363
9364         * wl-e21.el (after-make-frame-functions): Add
9365         `wl-e21-force-switch-toolbar'.
9366         (wl-e21-force-switch-toolbar): New function force to switch the
9367         toolbar appearance automatically.
9368         (post-command-hook): Add `wl-e21-switch-toolbar'.
9369         (wl-e21-switch-toolbar): New function to switch the toolbar
9370         appearance automatically.
9371         (wl-e21-tool-bar-lines): New buffer local variable.
9372
9373 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9374
9375         * wl-util.el (wl-biff-check-folders-running): New variable.
9376         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9377         (wl-biff-check-folder-async-callback):
9378         Set `wl-biff-check-folders-running'.
9379         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9380         with unwind-protect.
9381
9382         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9383         Enclose `wl-folder-auto-check' with unwind-protect.
9384
9385         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9386         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9387
9388         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9389
9390         * wl-util.el (wl-biff-notify): New inline function.
9391         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9392         locally.
9393         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9394         folder-list' is 1.
9395         Use `wl-biff-notify'.
9396         (wl-biff-check-folder-async-callback): New function.
9397         (wl-biff-check-folder-async): Ditto.
9398
9399         * wl-folder.el (wl-folder): Don't check folders.
9400         (wl-folder-auto-check): New function.
9401
9402 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9403
9404         * wl-util.el (wl-biff-start) [Emacs19+]:
9405         Use `timer-next-integral-multiple-of-time'.
9406         (wl-biff-check-folders): Use `wl-default-folder'
9407         if `wl-biff-check-folder-list' is nil.
9408
9409 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9410
9411         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9412         instead of `elmo-delete-lists'.
9413
9414 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9415
9416         * wl.el (wl-plugged-toggle-all): Set the value of
9417         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9418         (wl-plugged-toggle): Ditto.
9419         (wl-toggle-plugged): Ditto.
9420         (wl-plugged-init): Ditto.
9421
9422         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9423         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9424         instead of `wl-biff-state-indicator-off' and
9425         `wl-biff-state-indicator-on'; don't modify the value and the type
9426         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9427         (wl-plugged-init-icons): Set icons data to
9428         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9429         instead of `wl-plug-state-indicator-off' and
9430         `wl-plug-state-indicator-on'; don't modify the value and the type
9431         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9432
9433         * wl-vars.el (wl-modeline-biff-state-off,
9434         wl-modeline-biff-state-on, wl-modeline-biff-status,
9435         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9436         wl-modeline-plug-status): New internal variables.
9437         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9438         wl-biff-check-interval, wl-biff-check-folder-list): Change
9439         customization group from `wl-folder' to `wl-highlight'.
9440         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9441         wl-show-plug-status-on-modeline): Defcustomized.
9442
9443         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9444         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9445         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9446         a flag to `mode-line-buffer-identification'.
9447
9448         * wl-e21.el (wl-biff-init-icons): Set icons data to
9449         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9450         instead of `wl-biff-state-indicator-off' and
9451         `wl-biff-state-indicator-on'.
9452         (wl-plugged-init-icons): Set icons data to
9453         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9454         instead of `wl-plug-state-indicator-off' and
9455         `wl-plug-state-indicator-on'.
9456
9457 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9458
9459         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9460         excessive titles.
9461
9462 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9463
9464         * wl.el (wl-plugged-mode): Use revised
9465         `wl-mode-line-buffer-identification'.
9466         (wl-plugged-init): Don't use `force-mode-line-update'.
9467
9468         * wl-xmas.el (wl-draft-overload-functions): Use revised
9469         `wl-mode-line-buffer-identification'.
9470         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9471         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9472         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9473         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9474         `wl-make-plugged-hook';
9475         add `wl-folder-init-icons' and `wl-setup-folder' to
9476         `wl-folder-mode-hook'.
9477
9478         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9479         19 as well.
9480         (wl-mode-line-display-priority-list): New user option.
9481         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9482         Defcustomized.
9483         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9484         Add docs.
9485
9486         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9487         start.
9488         (wl-mode-line-buffer-identification): Revised as a function.
9489
9490         * wl-summary.el (wl-summary-mode): Use revised
9491         `wl-mode-line-buffer-identification'; don't call
9492         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9493         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9494         `wl-xmas-setup-summary'.
9495
9496         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9497         `wl-mode-line-buffer-identification'.
9498
9499         * wl-mule.el (wl-draft-overload-functions): Use revised
9500         `wl-mode-line-buffer-identification'.
9501
9502         * wl-folder.el (wl-make-plugged-alist): Don't call
9503         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9504         (wl-folder): Don't call `wl-folder-init-icons' directly.
9505         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9506         `wl-xmas-setup-folder' directly;
9507         use revised `wl-mode-line-buffer-identification'.
9508         (TopLevel): Don't bind `wl-biff-init-icons',
9509         `wl-plugged-init-icons', `wl-folder-init-icons',
9510         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9511
9512         * wl-e21.el (wl-draft-overload-functions): Use revised
9513         `wl-mode-line-buffer-identification'.
9514         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9515         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9516         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9517         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9518         `wl-make-plugged-hook';
9519         add `wl-folder-init-icons' and `wl-setup-folder' to
9520         `wl-folder-mode-hook'.
9521
9522 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9523             Katsumi Yamaoka    <yamaoka@jpl.org>
9524
9525         * wl.el (wl): Call `wl-biff-start'.
9526         (wl-exit): Call `wl-biff-stop'.
9527         (wl-plugged-mode): Show biff in modeline.
9528         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9529
9530         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9531         (wl-biff-init-icons): New function.
9532         (wl-plugged-init-icons): Don't make too much keymaps.
9533         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9534
9535         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9536         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9537         variables.
9538         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9539         options.
9540
9541         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9542         wl-biff-start, wl-biff-stop): New functions.
9543         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9544         (wl-biff-timer-name): New variable.
9545
9546         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9547
9548         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9549         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9550
9551         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9552         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9553
9554         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9555         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9556         `wl-folder-init-icons' to `ignore' if they are not available.
9557         (wl-folder-mode): Show biff in modeline.
9558
9559         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9560         (wl-biff-init-icons): New function.
9561         (wl-plugged-init-icons): Don't make too much keymaps.
9562         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9563
9564 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9565
9566         * wl-vars.el (wl-strict-diff-folders): Customization Type
9567         and doc fix.  Define as a list of regular expressions for
9568         folders or nil.
9569         * wl-folder.el (wl-folder-check-one-entity): Use
9570         `wl-string-match-member' instead of `wl-string-member' for
9571         `wl-strict-diff-folders'.
9572
9573 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9574
9575         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9576         (wl-highlight-folder-current-line): Use it; new implementation.
9577         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9578         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9579         `defsubst' instead of `defun'.
9580
9581         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9582         `wl-highlight-group-folder-by-numbers'; made it can also be a
9583         number.  See info for more details.
9584
9585         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9586         running.
9587
9588         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9589         to bind them.
9590
9591         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9592         (wl-highlight-folder-current-line): New implementation.
9593
9594         * wl-highlight.el (wl-highlight-folder-group-line): New
9595         implementation.
9596         (wl-delete-all-overlays): Rewrite as a marco.
9597         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9598
9599         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9600         running.
9601         (wl-folder-*-glyph): No need to bind them.
9602
9603         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9604         `wl-e21-highlight-folder-group-icon'; rewrite.
9605         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9606         `defsubst' instead of `defun'.
9607         (wl-folder-mode-map): Bind it when compiling.
9608
9609 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9610
9611         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9612
9613         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9614
9615 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9616
9617         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9618
9619 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9620
9621         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9622         (wl-highlight-folder-current-line): Use it.
9623
9624         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9625         in `id-name'.
9626
9627 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9628
9629         * wl.el: Require `wl-e21' when Emacs 21 is running.
9630
9631         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9632         default when Emacs 21 is running.
9633         (wl-use-highlight-mouse-line): Ditto.
9634         (wl-on-emacs21): New constant.
9635         (wl-on-emacs20): Removed.
9636
9637         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9638         Emacs 21 is running.
9639
9640         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9641         Emacs 21 is running.
9642
9643         * wl-e21.el: New file.
9644
9645 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9646
9647         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9648         (wl-toggle-plugged): Ditto.
9649         (wl-plugged-toggle): Ditto.
9650         (wl-plugged-toggle-all): Ditto.
9651
9652         * wl-vars.el (wl-plug-state-indicator): Refer
9653         `wl-plug-state-indicator-on' indirectly.
9654
9655 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9656
9657         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9658         Call `wl-folder-confirm-existence'.
9659
9660         * wl-folder.el (wl-folder-confirm-existence): Added optional
9661         argument `force'.
9662
9663 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9664
9665         * wl-summary.el (wl-summary-refile-subr): Assume
9666         `copy-or-refile' as symbol.
9667         (wl-summary-refile): Follow up above change.
9668         (wl-summary-copy): Ditto.  Doc fix.
9669
9670 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9671
9672         * wl-summary.el (wl-summary-pick): Don't bind
9673         `elmo-search-mime-charset'.
9674
9675         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9676         default using old backquote style.
9677         (wl-search-mime-charset): Abolished.
9678
9679         * wl-highlight.el (wl-highlight-headers):
9680         Call `point' after `re-search-forward'(for Nemacs).
9681
9682         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9683         for elmo-imap4.el.
9684
9685 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9686
9687         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9688         `wl-message-ignored-field-list' instead of
9689         `mime-view-ignored-field-list'.
9690
9691         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9692         Add interactive spec.
9693         (wl-folder-goto-bottom-of-current-folder): Ditto.
9694         (wl-folder-mode-map): Bind them.
9695
9696         * wl-vars.el (wl-message-ignored-field-list): New variable.
9697         (wl-message-visible-field-list): New variable.
9698
9699         * wl-mime.el (wl-mime-header-presentation-method): New function.
9700         (wl-mime-setup): Set header-presentation-method.
9701
9702 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9703
9704         * wl-nemacs.el (wl-draft-overload-functions): Set
9705         `mode-line-buffer-identification' instead of using
9706         `wl-make-modeline'.
9707
9708         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9709         instead of using `wl-make-modeline'.
9710
9711         * wl-xmas.el (wl-plugged-init-icons): Set up
9712         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9713         (wl-make-modeline): Abolish.
9714         (wl-draft-overload-functions): Set
9715         `mode-line-buffer-identification' instead of using
9716         `wl-make-modeline'.
9717
9718         * wl-util.el (wl-make-modeline-subr): Abolish.
9719         (wl-mode-line-buffer-identification): New alias.
9720
9721         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9722         (wl-summary-make-modeline): Abolish.
9723         (wl-summary-buffer-set-folder): Set
9724         `wl-summary-buffer-folder-indicator'.
9725         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9726         of using `wl-make-modeline'.
9727         (wl-summary-switch-to-clone-buffer): Don't set
9728         `mode-line-buffer-identification'.
9729         (wl-summary-goto-folder-subr): Ditto.
9730
9731         * wl-mule.el (wl-draft-overload-functions): Set
9732         `mode-line-buffer-identification' instead of using
9733         `wl-make-modeline'.
9734
9735         * wl-folder.el (wl-folder-mode): Set
9736         `mode-line-buffer-identification' instead of using
9737         `wl-make-modeline'.
9738         (wl-folder): Don't set `mode-line-buffer-identification'.
9739
9740 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9741
9742         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9743         instead of `member' for `wl-refile-guess-func-list' look-ups.
9744         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9745
9746 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9747
9748         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9749         `wl-message-button-dispatcher'.
9750
9751         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9752
9753         * wl-message.el (wl-message-button-dispatcher): Use it.
9754
9755         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9756         "In-Reply-To".
9757
9758         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9759         Bind `case-fold-search' to t.
9760
9761 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9762
9763         * wl-xmas.el (wl-message-overload-functions): Initialize
9764         `wl-message-button-map'.
9765
9766         * wl-mule.el (wl-message-overload-functions): Initialize
9767         `wl-message-button-map'.
9768
9769         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9770
9771         * wl-message.el (wl-message-button-map): New keymap.
9772         (wl-message-add-button): New function.
9773         (wl-message-button-dispatcher): New function.
9774         (wl-message-button-refer-article): New function.
9775
9776         * wl-highlight.el
9777         (wl-highlight-message-add-buttons-to-header): New function.
9778         (wl-highlight-headers): Use it.
9779
9780 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9781
9782         * wl-summary.el (wl-summary-default-from): Use
9783         `wl-address-get-petname-1'.
9784         (wl-summary-simple-from): Ditto.
9785
9786         * wl-address.el (wl-address-get-petname-1): New inline function.
9787         (wl-address-get-petname): Use it.
9788
9789 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9790
9791         * wl-summary.el (wl-summary-default-from): Return full-name part
9792         from the address if no petname was found.
9793         (wl-summary-simple-from): Ditto.
9794
9795         * wl-address.el (wl-address-get-petname): Return nil if no petname
9796         associated with the address was found.
9797
9798 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9799
9800         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9801         display is finished.
9802
9803 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9804
9805         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9806         `elmo-folder-exists-p' argument.
9807
9808 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9809
9810         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9811         the folder.
9812
9813 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9816
9817         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9818         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9819
9820 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9821
9822         * wl-folder.el (wl-folder-create-subr): New function.
9823         (wl-folder-confirm-existence): Use it.
9824         (wl-folder-check-one-entity): Use it.
9825         Check the error symbol is derived from 'elmo-open-error.
9826
9827         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9828         `ignore-error'.
9829
9830 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9831
9832         * wl-util.el (toplevel): Add (eval-when-compile (require
9833         'elmo-util)).  (Maybe `provide' is typo.)
9834
9835 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9838         (I don't know why this was needed.)
9839
9840         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9841         Follow up changes for stream-type.
9842
9843         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9844         (wl-draft-elmo-nntp-send): Ditto.
9845
9846         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9847         (wl-nntp-posting-stream-type): Ditto.
9848         (wl-pop-before-smtp-ssl): Abolished.
9849         (wl-nntp-posting-ssl): Ditto.
9850
9851         * wl-address.el (wl-address-quote-specials): New function.
9852         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9853
9854         * wl-draft.el (wl-draft-reply): Ditto.
9855
9856 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9857
9858         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9859         use function `wl-string-match-assoc'.
9860
9861 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9862
9863         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9864
9865         * wl-draft.el (wl-draft-deduce-address-list): New function.
9866         (wl-draft-parse-mailbox-list): Ditto.
9867         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9868         instead of `smtp-deduce-address-list'.
9869         (wl-draft-on-field-p): Follow group list.
9870
9871         * wl-address.el (wl-address-concat-token): New function.
9872         (wl-address-string-without-group-list-contents): Ditto.
9873         (wl-complete-field-body): Fixed problem of completion
9874         by japanese petname.
9875         (wl-address-make-completion-list): Rewrite.
9876
9877 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9878
9879         * wl-address.el (wl-address-make-completion-list): Completion by
9880         petname.
9881         (wl-complete-field-body): Likewise.
9882
9883 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9884
9885         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9886         contains invalid address syntax.
9887
9888 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9889
9890         * wl-folder.el (wl-folder-check-entity-async): Use
9891         `elmo-nntp-spec-hostname'.
9892
9893 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9894
9895         * wl-summary.el (wl-summary-msgdb-load-async): Use
9896         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9897
9898 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9899
9900         * wl-draft.el (wl-draft-reply): Set argument
9901         `content-transfer-encoding' as nil.
9902
9903 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9904
9905         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9906         `wl-refile-alist'.
9907
9908 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9909
9910         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9911         (wl-draft-edit-string): Ditto.
9912         (wl-draft-forward): Ditto.
9913         * wl-summary.el (wl-summary-write): Ditto.
9914
9915 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9916
9917         * wl-summary.el (wl-summary-sync-update3): Call
9918         `wl-summary-buffer-number-column-detect'.
9919         (wl-summary-buffer-number-column-detect): Search from point-min.
9920
9921 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9924         contains an address which is not included in original to or cc.
9925
9926 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9927
9928         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9929         begin-line does not exist.
9930         * wl-message.el (wl-message-uu-substring): Ditto.
9931
9932 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9933
9934         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9935         clear local variables.
9936         (wl-summary-exit): Call `elmo-commit'.
9937         (wl-summary-switch-to-clone-buffer): Call
9938         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9939         (wl-summary-goto-folder-subr): Ditto.
9940
9941         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9942         POP folder.
9943
9944 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9945
9946         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9947         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9948         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9949         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9950         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9951         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9952
9953         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9954
9955 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9956
9957         * wl-summary.el (wl-summary-search-by-subject):
9958         Search parent message from the latest one.
9959
9960 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9961
9962         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9963         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9964
9965         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9966         New user option.
9967
9968         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9969         if elmo-nntp-use-killed-list is nil.
9970         Use `elmo-msgdb-append-to-killed-list'.
9971         (Append numbers confirmed as disappeared to the killed list.)
9972         (wl-summary-confirm-appends): Don't display negative number.
9973
9974 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9975
9976         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9977
9978 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9979
9980         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9981         range is `all'.
9982         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9983         `elmo-list-bigger-diff'.
9984
9985 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9986
9987         * wl-summary.el (wl-summary-buffer-exit-func):
9988         New buffer local variable.
9989         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9990
9991 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9992
9993         * wl-demo.el (wl-demo): Fix the last change.
9994
9995 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9996
9997         * wl-demo.el (wl-demo): Don't use `eval'.
9998
9999 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10000
10001         * wl-summary.el (wl-summary-buffer-thread-modified):
10002         New buffer-local variable.
10003         (wl-summary-set-thread-modified): New function.
10004         (wl-summary-thread-modified-p): New function.
10005         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10006         (wl-summary-yank-saved-message): Use function
10007         `wl-summary-set-thread-modified'
10008         (wl-summary-switch-to-clone-buffer): Add
10009         `wl-summary-buffer-thread-modified'.
10010
10011         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10012         (wl-summary-buffer-mark-saved-hook): Ditto.
10013         * wl-summary.el (wl-summary-msgdb-save): New hook
10014         `wl-summary-buffer-message-saved-hook' and
10015         `wl-summary-buffer-mark-saved-hook'.
10016
10017 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10018
10019         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10020
10021 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10022
10023         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10024         don't hide scroll bars under FSF Emacsen because it may incur an
10025         undesirable redrawing.
10026
10027 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10028
10029         * wl-draft.el (wl-draft-edit-string): Call
10030         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10031
10032 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10033
10034         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10035
10036 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10037
10038         * wl-summary.el (wl-summary-msgdb-load-async): Call
10039         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10040
10041 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10042
10043         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10044         fringes in demo buffer; center bitmap logo correctly even if old
10045         Mule is used.
10046
10047 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10048
10049         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10050
10051         * wl-refile.el (wl-refile-subject-alist): New variable.
10052         (wl-refile-subject-alist-file-name): Ditto.
10053         (wl-refile-alist-setup): Rewrite.
10054         (wl-refile-alist-save): Use `elmo-object-save'.
10055         Eliminated arguments.
10056         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10057         (wl-refile-guess-by-subject): New function.
10058         (wl-refile-guess-func-list): Added it.
10059
10060 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10061
10062         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10063         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10064
10065 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10066
10067         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10068         New buffer-local variable.
10069         (wl-summary-buffer-next-folder-func): Ditto.
10070         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10071         if non-nil.
10072         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10073         if non-nil.
10074         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10075         if non-nil.
10076         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10077         if non-nil.
10078
10079 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10080
10081         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10082         permanently in the demo buffer.
10083
10084 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10087         `mime-entity-fetch-field'.
10088
10089         * wl.el (wl-exit): Delete plugged buffer.
10090
10091         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10092         XEmacs has menubar feature.
10093
10094 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10095
10096         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10097         cannot arrive at the beginning of the buffer under old Emacsen.
10098
10099 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * wl-address.el (wl-address-ldap-search):
10102         Call `ldap-search-entries' with `withdn' argument t.
10103         (wl-complete-field-body): Bind completion-ignore-case as t.
10104         Clear ldap search hash when it was sole completion.
10105         Use elmo-string for pattern string.
10106         (wl-ldap-alias-safe-string): Eliminated needless let.
10107
10108 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10109
10110         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10111         (wl-ldap-alias-sep): New constant.
10112         (wl-ldap-search-attribute-type-list): Ditto.
10113         (wl-ldap-get-value): New function.
10114         (wl-ldap-make-filter): Ditto.
10115         (wl-ldap-make-matched-value-list): Ditto.
10116         (wl-ldap-alias-safe-string): Ditto.
10117         (wl-ldap-register-dn-string): Ditto.
10118         (wl-address-ldap-search): Rewrite.
10119
10120 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10121
10122         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10123         thread is deleted.
10124         (wl-thread-delete-line-from-buffer): Ditto.
10125         (wl-thread-get-exist-children): New function.
10126
10127 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10128
10129         * wl-demo.el (wl-demo): Made it to select various image types.
10130         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10131         from `wl-title-logo'.
10132         (wl-logo-ascii): New variable.
10133         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10134         (wl-demo-copyright-notice): New constant.
10135
10136         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10137
10138 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10139
10140         * wl-vars.el (wl-summary-target-above): Renamed from
10141         wl-summary-temp-above.
10142         * wl-score.el (wl-score-get-score-alist): Use it.
10143         (wl-summary-score-update-all-lines): Use it.
10144         * wl-summary.el: Ditto. (make-variable-buffer-local).
10145
10146 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10147
10148         * wl-vars.el (wl-ldap-port): New user option.
10149
10150         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10151         Rewite whole implementation.
10152         (wl-complete-field-body): Fixed.
10153
10154 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10155
10156         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10157         Choose implementation at compile time.
10158
10159 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10160
10161         * wl-address.el (wl-ldap-search-internal): New function.
10162         (wl-complete-field-to): Use it.
10163
10164 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10165
10166         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10167         Use `let' instead of `let*'.
10168         Require 'wl-vars.
10169
10170         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10171         Define as defcustom.
10172         (wl-ldap-base): Ditto.
10173         (wl-use-ldap): Ditto.
10174
10175 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10176
10177         * wl-address.el (wl-ldap-search): New function.
10178         (wl-complete-field-body): Use `wl-ldap-search'.
10179         (wl-ldap-server): New variable.
10180         (wl-ldap-base): Ditto.
10181         (wl-use-ldap): Ditto.
10182
10183 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10184
10185         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10186         (Pointed out by Mito <mit@nines.nec.co.jp>).
10187         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10188         buffer-local variables like `wl-summary-redisplay-internal'.
10189         (wl-summary-redisplay-all-header): Likewise.  Update
10190         Summary view too.
10191
10192 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10193
10194         * wl-summary.el (wl-summary-jump-to-parent-message):
10195         Consider prefix argument.
10196
10197         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10198         when closed thread is deleted.
10199
10200 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10201
10202         * wl-summary.el (wl-summary-jump-to-parent-message):
10203         Consider thread modification.
10204
10205 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10206
10207         * wl-message.el (wl-message-normal-get-original-buffer): Use
10208         `save-excursion'.
10209
10210         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10211         (wl-summary-showto-folder-regexp): Ditto.
10212
10213 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10214
10215         * wl-util.el (wl-delete-alist): Doc fix.
10216         (wl-delete-associations): New function.
10217         (wl-inverse-alist): New function.
10218         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10219         Split temporary variables. Use `wl-delete-associations'
10220         and `wl-inverse-alist'.
10221         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10222
10223 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10224
10225         * wl-folder.el (wl-folder-prefetch-entity):
10226         Execute prefetching if new count is unknown.
10227
10228 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10229
10230         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10231
10232         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10233         delete entity.
10234         (wl-thread-set-parent): If insert as top, set linked as nil.
10235
10236         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10237         `wl-thread-cleanup-symbols' when view mode is thread.
10238
10239 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10240
10241         * wl-folder.el (wl-folder-create-folder-entity): Use
10242         with-current-buffer.
10243         (wl-local-folder-init): Call set-buffer to make sure we are in
10244         the Folder buffer. Don't touch buffer-local variables here.
10245         (wl-folder-mode): Initialize buffer-local variables here.
10246
10247         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10248         (wl-folder-entity-assign-id): Ditto.
10249         (wl-folder-create-entity-hashtb): Ditto.
10250         (wl-local-folder-init): Ditto.
10251         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10252
10253 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10254
10255         * wl-summary.el (wl-summary-default-from): Fix probrem when
10256         std11-extract-address-components return (nil "foo@bar").
10257
10258 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10259
10260         * wl-draft.el (wl-draft-clone-local-variables):
10261         Remove redundant `setq'.
10262
10263 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10264
10265         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10266         Bind wl-highlight-x-face-func as nil while highlighting header.
10267
10268 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10269
10270         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10271
10272 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10273
10274         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10275         elmo-msgdb-overview-hashtb from copy-variables.
10276         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10277         instead of `elmo-msgdb-overview-get-entity-by-number'.
10278         (wl-summary-auto-refile): Ditto.
10279
10280         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10281         `elmo-msgdb-overview-get-entity' instead of
10282         `elmo-msgdb-search-overview-entity'.  Use
10283         `elmo-msgdb-overview-get-entity' instead of
10284         `elmo-msgdb-overview-get-entity-by-number'.
10285         (wl-thread-insert-entity-sub): Ditto.
10286         (wl-thread-insert-message): Ditto.
10287
10288         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10289         `elmo-msgdb-overview-get-entity'.
10290         (wl-normal-message-redisplay): Ditto.
10291
10292 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10293
10294         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10295         `wl-thread-entities'.
10296         (wl-thread-delete-message): Fix remove top message from
10297         `wl-thread-entity-list'.
10298
10299         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10300         wl-append(nconc), because update-list is broken on Meadow.
10301
10302         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10303         updating process.
10304         (wl-summary-rescan): Ditto.
10305         (wl-summary-sync-update3): Ditto.
10306         * wl-thread.el (wl-thread-set-parent): Renamed from
10307         `wl-summary-set-parent'.
10308         (wl-thread-insert-message): Updating buffer faster.
10309         (wl-thread-delete-message): Updating buffer faster.
10310
10311         * wl-score.el (wl-summary-score-update-all-lines): Changed
10312         interval for display progress gauge.
10313
10314 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10315
10316         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10317         folder always-sticky.
10318         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10319         defmacro.
10320
10321 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10322
10323         * wl-vars.el (wl-draft-add-references): New user option.
10324
10325         * wl-draft.el (wl-draft-add-references): New function.
10326         (wl-draft-yank-from-mail-reply-buffer): Use it.
10327         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10328         as nil.
10329
10330 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10331
10332         * wl-thread.el (wl-thread-update-line-msgs): Called
10333         `wl-thread-update-line-on-buffer-sub'.
10334         (wl-thread-update-line-on-buffer): Delete routine of inserting
10335         thread.
10336         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10337         moved from `wl-thread-update-line-on-buffer'.
10338         Add threshold for displaying progress gauge.
10339         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10340         argument of `wl-thread-update-line-msgs'.
10341         Add threshold for displaying progress gauge.
10342         * wl-folder.el:
10343         Add threshold for displaying progress gauge.
10344         * wl-score.el: Ditto.
10345
10346         * wl-expire.el (wl-summary-expire): Display deleting info.
10347
10348 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10349
10350         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10351         `no-msg'.
10352         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10353         argument of `wl-thread-update-line-msgs'.
10354         (wl-summary-set-parent): Added optional argument `parent-number'.
10355         (wl-summary-buffer-saved-message): New buffer local variable.
10356         (wl-summary-save-current-message): New command.
10357         (wl-summary-yank-saved-message): Ditto.
10358         (wl-summary-mode-map): Added key binding for
10359         `wl-summary-save-current-message' (\ew) and
10360         `wl-summary-yank-saved-message' (\C-y).
10361         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10362
10363 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10364
10365         * wl-summary.el (wl-summary-mode-map): Added key binding for
10366         `wl-summary-set-parent' (ts).
10367
10368 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10369
10370         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10371         subject faster. If thread number is reverse, delayed updating
10372         thread.
10373         (wl-summary-search-by-subject): Ditto.
10374         (wl-summary-put-alike): Ditto.
10375         (wl-summary-get-alike): Ditto.
10376         (wl-summary-insert-headers): Insert header of all overview in
10377         buffer.
10378         (wl-summary-rescan): Delayed updating thread. Kill search subject
10379         buffer for wl-summary-search-by-subject.
10380         (wl-summary-sync-update3): Ditto.
10381         (wl-summary-exit): Ditto.
10382         (wl-summary-goto-bottom-of-current-thread): Change for linked
10383         thread.
10384         (wl-summary-overview-create-summary-line): Change line for linked
10385         thread.
10386
10387         * wl-summary.el (wl-summary-update-thread): Use
10388         wl-thread-maybe-get-children-num.
10389         (wl-summary-set-parent): If change parent, move sub thread.
10390         (wl-summary-redisplay-internal): Add horizontal recenter.
10391         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10392
10393         * wl-thread.el (wl-thread-entity-get-linked): New function.
10394         (wl-thread-entity-set-linked): New function.
10395         (wl-thread-create-entity): Add linked element.
10396         (wl-thread-entity-insert-as-top): Use wl-append.
10397         (wl-thread-maybe-get-children-num): If closing thread, return
10398         children msgs.
10399         (wl-thread-update-line-msgs): Displaying progress message.
10400         (wl-thread-update-line-on-buffer-sub): Use
10401         wl-thread-maybe-get-children-num.
10402         (wl-thread-update-line-on-buffer): If update line is not exists,
10403         insert thread.
10404         (wl-thread-delete-message): If delete top msg of thread, search
10405         parent by subject.
10406         (wl-thread-insert-entity): Use
10407         wl-thread-maybe-get-children-num.
10408
10409         * wl-highlight.el (wl-highlight-summary-current-line): change
10410         sregexp for linked thread.
10411         * wl-util.el (wl-count-lines): Count lines.
10412         (wl-horizontal-recenter): horizontal recenter.
10413         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10414         (wl-score-get-alike): Ditto.
10415         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10416         (wl-subject-length-limit): New variable.
10417         (wl-highlight-thread-indent-string-regexp): Changed for linked
10418         thread.
10419
10420 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10421
10422         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10423         New variable (revival).
10424         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10425         by subject matching if there's no in-reply-to nor references field
10426         (revival).
10427
10428 \f
10429 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10430
10431         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10432         message.
10433
10434 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10435
10436         * wl-summary.el (wl-summary-reply): Return t if there was a
10437         message at cursor point.
10438         Added unwind-protect.
10439         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10440         returns t.
10441         (wl-summary-cancel-message): Do nothing when there's no message at
10442         cursor point.
10443         (wl-summary-forward): Ditto.
10444         (wl-summary-jump-to-parent-message): Ditto.
10445         (wl-summary-reedit): Ditto.
10446         (wl-summary-edit-addresses): Ditto.
10447         (wl-summary-pipe-message): Ditto.
10448         (wl-summary-print-message-with-ps-print): Ditto.
10449         (wl-summary-print-message): Ditto.
10450         (wl-summary-mark-as-important): Ditto.
10451         (wl-summary-mark-as-unread): Ditto.
10452
10453         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10454         message at cursor point.
10455         (wl-summary-reply-with-citation): Remove unwind-protect.
10456
10457         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10458         subject searching feature.
10459         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10460         Eliminated.
10461
10462 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10463
10464         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10465         New variable.
10466         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10467         by subject matching if there's no in-reply-to nor references field.
10468
10469         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10470
10471         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10472         when display is finished.
10473         (wl-folder-open-all): Ditto.
10474         (wl-folder-update-access-group): Ditto.
10475         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10476         * wl-thread.el (wl-thread-close-all): Ditto.
10477
10478         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10479         progress gauge only when it was displayed.
10480         * wl-folder.el (wl-folder-insert-entity): Ditto.
10481
10482 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10483
10484         * wl-summary.el (wl-summary-incorporate): Enclose
10485         `wl-summary-sync-force-update' with save-excursion.
10486
10487 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10488
10489         * wl-summary.el (wl-summary-prefetch-region):
10490         Pass current cursor point to `pos-visible-in-window-p' after
10491         moving cursor to the started point.
10492
10493 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10494
10495         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10496
10497         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10498         fields from the forwarding message.
10499         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10500         `ignored-fields'.
10501
10502 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10503
10504         * wl-mime.el (wl-message-request-partial):
10505         Eliminated argument `msgdb'.
10506         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10507         (wl-mime-combine-message/partial-pieces): Likewise.
10508         * tm-wl.el (wl-message-request-partial): Likewise.
10509         (wl-mime-combine-message/partial-pieces): Likewise.
10510
10511 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10512
10513         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10514         when display is finished.
10515
10516 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10517
10518         * wl-summary.el (wl-summary-goto-folder-subr):
10519         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10520
10521 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10522
10523         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10524         when cursor point is visible.
10525
10526 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10527
10528         * wl-expire.el (wl-expire-archive-get-max-number):
10529         Don't use `file-name-directory'.
10530
10531 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10532
10533         * wl-expire.el (wl-expire-archive-get-max-number):
10534         Use `file-name-directory'.
10535
10536 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10537
10538         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10539         only when there is progress.
10540
10541 2000-04-13  Mito <mit@nines.nec.co.jp>
10542
10543         * wl-summary.el (wl-summary-sync-marks): Display progress.
10544
10545 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10546
10547         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10548         (wl-summary-prev): Move cursor regardless of unread status.
10549         (wl-summary-next): Ditto.
10550
10551 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10552
10553         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10554         Added argument `target' and `number'.
10555         * tm-wl.el (wl-summary-burst-subr): New function.
10556         (wl-summary-burst): Use it.
10557
10558 2000-04-10  Mito <mit@nines.nec.co.jp>
10559
10560         * wl-mime.el (wl-burst): New function.
10561         (wl-summary-burst): Use it.
10562
10563 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10564
10565         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10566         as petname when there's no candidate.
10567
10568 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10569
10570         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10571         New variable.
10572         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10573
10574         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10575
10576         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10577
10578 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10579
10580         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10581         Use substring of `original' instead of buffer-substring.
10582         (wl-refile-evaluate-rule):
10583         Set `original' argument of wl-refile-expand-newtext.
10584
10585         * wl-summary.el
10586         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10587         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10588         (wl-summary-auto-refile): Check existence of destination folder just
10589         before marking.
10590
10591 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10592
10593         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10594         when wl-refile-get-field-value return nil.
10595
10596 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10597
10598         * wl-refile.el
10599         (wl-refile-expand-newtext): New function imported from Gnus.
10600         (wl-refile-evaluate-rule): Use it.
10601
10602 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10603
10604         * wl-summary.el (wl-summary-print-destination):
10605         Duplicate folder string to avoid putting text-property on
10606         original string.
10607
10608         * wl-refile.el (wl-refile-get-field-value): New function.
10609         (wl-refile-evaluate-rule): New function;
10610         Evaluate refile rule recursively.
10611         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10612         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10613         New function; Check existence of a target folder recursively.
10614         (wl-summary-auto-refile-check-refile-rule-alist):
10615         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10616
10617 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10618
10619         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10620
10621         * wl-folder.el (wl-create-folder-entity-from-buffer):
10622         Fixed problem when '}' character is contained in folder name.
10623
10624         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10625
10626 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10627
10628         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10629         (wl-fldmgr-add-completion-all-completions):
10630         Use wl-fldmgr-add-completion-hashtb.
10631
10632 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10633
10634         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10635         wl-fldmgr-add-completion-subr): New functions.
10636         * wl-folder.el (wl-folder-completion-func): New variable.
10637         * wl-summary.el (wl-summary-read-folder):
10638         Use wl-folder-completion-func.
10639
10640         * wl-refile.el: Eliminate throw & catch.
10641
10642         * wl.el (wl-plugged-sending-queue-status): Fixed.
10643
10644 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10645
10646         * wl-draft.el (wl-draft): Put category property on
10647         mail-header-separator.