(wl-message-flag-indicator): Fixed the problem
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-message.el (wl-message-flag-indicator): Fixed the problem
4         of returning string only of parentheses.
5
6 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el (wl-summary-write): Add argument `folder'.
9         (wl-summary-write-current-folder): Change argument `folder' from
10         optional to require.
11         (wl-summary-get-buffer): Return the buffer associated folder only.
12
13         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
14         change.
15         (wl-folder-toggle-disp-summary): Ditto.
16
17         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
18         current summary as parent-folder.
19
20 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-draft.el (wl-draft-reedit): Don't overwrite
23         wl-draft-parent-folder.
24
25 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
28         (wl-mime-pgp-verify-region): Ditto.
29         (wl-message-decrypt-pgp-nonmime): Use the above function.
30         (wl-message-verify-pgp-nonmime): Likewise.
31         (wl-mime-preview-application/pgp): Likewise.
32
33 2006-04-20  Kenichi Okada  <okada@opaopa.org>
34
35         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
36         Fix about the order of `wl-nntp-posting-port' and
37         `wl-nntp-posting-stream-type'.
38         * wl.el (wl-plugged-port-label-alist): Add smtp.
39
40 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
41
42         * wl-summary.el (wl-summary-message-status): New macro.
43
44         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
45         (wl-summary-killed-mark): New user option.
46
47         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
48         API change.
49         (wl-thread-insert-entity-sub): Ditto.
50         (wl-thread-recover-messages): New command.
51
52         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
53         Don't call `wl-highlight-summary-current-line' directly.
54         (wl-summary-buffer-attach): Connect to signal `status-changed'
55         instead of `cache-changed'.
56         (wl-summary-buffer-detach): Follow the above change.
57         (wl-summary-detect-mark-position): Follow the API change.
58         (wl-summary-rescan-message): Ditto.
59         (wl-summary-insert-sequential): Ditto.
60         (wl-summary-update-thread): Ditto.
61         (wl-summary-message-mark): Ditto.
62         (wl-summary-persistent-mark): Ditto.
63         (wl-summary-create-line): Ditto.
64         (wl-summary-prefetch-region-no-mark): Call
65         `wl-summary-persistent-mark' with number.
66         (wl-summary-recover-messages-region): New command.
67         (wl-summary-target-mark-recover): Ditto.
68         (wl-summary-recover-message): Ditto.
69         (wl-summary-persistent-mark-string): Add argument `status' instead
70         of remove arguments `flags' and `cached'.  Treat killed status.
71         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
72
73         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
74         (wl-highlight-summary-line-face-spec): Treat killed status.
75         (wl-highlight-summary-line-string): Follow the API change.
76         (wl-highlight-summary-current-line): Ditto.
77
78         * Version number is increased to 2.15.3.
79
80 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
83         of symbolp to test whether the condition is function.
84
85 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
88         to nil.
89
90 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
91
92         * wl-summary.el (wl-summary-buffer-message-ring): New internal
93         variable.
94         (wl-summary-buffer-last-displayed-msg): Abolish.
95         (wl-summary-push-message): New function.
96         (wl-summary-pop-message): Ditto.
97         (wl-summary-goto-folder-subr): Reset
98         `wl-summary-buffer-message-ring'.
99         (wl-summary-pop-to-last-message): New command.
100         (wl-summary-goto-last-displayed-msg): Call
101         wl-summary-pop-to-last-message if optional argument is non-nil or
102         the last command is itself.
103         (wl-summary-redisplay-internal): Push last message number into
104         `wl-summary-buffer-message-ring'.
105
106         * wl-vars.el (wl-summary-message-ring-max): New user option.
107
108 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
109
110         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
111         from `wl-draft-reply').
112         (wl-draft-reply): Use it.
113         (wl-draft-find-reply-headers): Avoid compile warning.
114
115 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
118
119 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-message.el (wl-message-flag-indicator): New function.
122         (wl-message-redisplay): Use it.
123
124 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
127
128 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
131         instead of `read-event'.
132
133         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
134
135         * wl-mule.el (wl-read-event-char): Ditto.
136
137         * wl-e21.el (wl-read-event-char): Ditto.
138
139 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
140
141         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
142
143 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-vars.el (wl-draft-send-confirm-type): New user option.
146
147         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
148
149         * wl-draft.el (wl-draft-send-confirm): Confirmation by
150         `wl-draft-send-confirm-type'
151
152 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
153
154         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
155         Avoid error when the buffer name is already used.
156
157 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
158
159         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
160         the change of elmo-nmz -> elmo-search.
161         (wl-highlight-summary-line-help-echo-alist): Ditto.
162         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
163         (wl-nmz-folder-icon): Define as obsolete.
164         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
165         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
166
167 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-summary.el (wl-summary-get-list-info): Rewrite with
170         `elmo-find-list-match-value'
171
172 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
173
174         * wl-summary.el (wl-summary-get-list-info): Optimize.
175         Use List-Id and List-Post also.
176
177 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
180
181 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
182
183         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
184
185 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-util.el (wl-completing-read-multiple-1): New internal function.
188         (wl-completing-read-multiple-2): Ditto.
189         (wl-completing-read-multiple): Define use above functions.
190
191         * wl-summary.el (wl-summary-sort): Removed the workaround for a
192         bug of `completing-read-multiple' about default value.
193
194         * wl-xmas.el (wl-completing-read-multiple): Removed.
195
196         * wl-mule.el (wl-completing-read-multiple): Ditto.
197
198         * wl-e21.el (wl-completing-read-multiple): Ditto.
199
200 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-util.el (wl-filter-associations): New function.
203
204         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
205         (wl-spam-ignored-folder-list): Ditto.
206         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
207         (wl-spam-string-member-p): New function.
208         (wl-spam-domain): Use it.
209         (wl-spam-split-numbers): New function.
210         (wl-spam-apply-partitions): Ditto.
211         (wl-spam-register-spam-messages): Use `folder' instead of
212         `wl-summary-buffer-elmo-folder'.
213         (wl-spam-register-good-messages): Ditto.
214         (wl-summary-exec-action-spam): Decide a domain by real folder of
215         message.
216         (wl-summary-exec-action-refile-with-register): Likewise.
217
218 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-e21.el (wl-e21-find-image): New function.
221         (wl-e21-setup-toolbar): Use it instead of `find-image'.
222         (wl-e21-highlight-folder-group-line): Ditto.
223         (wl-folder-init-icons): Ditto.
224         (wl-plugged-init-icons): Ditto.
225         (wl-biff-init-icons): Ditto.
226
227 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
230         (wl-inhibit-save-drafts): New internal variable.
231         (wl-disable-auto-save): Ditto.
232         (wl-save-drafts): Treat above variables.
233         (wl-auto-save-drafts): New function.
234         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
235         `wl-stop-save-drafts'.
236         (wl-start-save-drafts): New function.
237         (wl-stop-save-drafts): Ditto.
238         (wl-set-auto-save-draft): New command.
239
240         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
241         `wl-set-save-drafts'.
242
243 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
246         `make-local-variable' instead of `make-variable-buffer-local'.
247
248 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
251
252 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
255
256 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
259         of working buffer.
260
261 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
264
265         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
266         value into recipients; Bind `wl-draft-remove-group-list-contents'
267         as nil.
268
269 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-summary.el (wl-summary-sort): Fixed the last change.
272
273         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
274         (wl-summary-sort-messages): Ditto.
275         (wl-summary-rescan): Use it.
276         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
277         `completing-read'; Append candidates for reverse order.
278
279 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * Version number is increased to 2.15.2.
282
283 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
286         "Smaller".
287         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
288
289 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
292
293 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-vars.el (wl-draft-additional-header-alist): Add into the
296         customize group `wl-draft'.
297         (wl-draft-add-in-reply-to): Move customize group from `wl' to
298         `wl-draft'.
299         (wl-draft-add-references): Ditto.
300
301         * wl-action.el (wl-summary-print-argument): Rename argument from
302         `folder' to `data'.
303
304 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-summary.el (wl-summary-rescan-message): Call
307         `wl-thread-cleanup-symbols' before insert thread.
308
309 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl.el (wl-init): Set `elmo-get-folder-function' as
312         `wl-folder-make-elmo-folder'.
313
314         * wl-spam.el (wl-summary-exec-action-spam): Use
315         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
316
317         * wl-folder.el (wl-folder-make-elmo-folder): New function.
318         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
319         `elmo-make-folder'.
320         (wl-folder-get-elmo-folder): Ditto.
321         (wl-folder-create-subr): Simplify.
322
323 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
326
327 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
330         contents in message buffer instead of original buffer. If optional
331         argument specified, ask coding system for encode.
332
333 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
334
335         * wl-spam.el (wl-summary-test-spam-region): New function.
336         (wl-spam-setup): Bind "rkc".
337
338 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
341
342 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
343
344         * wl-spam.el (wl-summary-test-spam): Fix typo.
345         (wl-message-check-spam): Ditto.
346
347 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-summary.el (wl-summary-default-from): Simplify.
350
351 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-action.el (wl-summary-exec-action-refile): Simplify.
354         (wl-summary-exec-action-copy): Ditto.
355         (wl-summary-auto-refile): Check existence of temporary mark.
356
357 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-summary.el (wl-summary-create-line): Use
360         `elmo-time-to-datevec'.
361
362         * wl-expire.el (wl-expire-archive-date): Ditto.
363         (wl-expire-localdir-date): Ditto.
364
365         * wl-util.el (wl-day-number): Abolish.
366
367         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
368         of `wl-day-number'.
369         (wl-score-followup): Ditto.
370         (wl-score-add-followups): Ditto.
371         (wl-score-get-latest-msgs): Ditto.
372         (wl-score-get-header-entry): Ditto.
373         (wl-score-edit-insert-date): Ditto.
374
375 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
378         `elmo-message-entity-field' with 2nd argument `type'.
379
380 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
381
382         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
383
384 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-thread.el (wl-thread-delete-message): Delete descendant
387         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
388
389 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
390
391         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
392
393 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
394
395         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
396         `Access folder'.
397
398 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-vars.el (wl-access-folder-icon): New user option.
401
402         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
403         `Access folder'.
404
405 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-summary.el (wl-summary-buffer-set-folder): Use
408         `wl-folder-mime-charset'.
409
410         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
411         `mime-charset'.
412         (wl-folder-get-elmo-folder): Ditto.
413         (wl-folder-mime-charset): New function.
414
415 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-util.el (wl-parse-addresses): Define alias of
418         `elmo-parse-addresses' (move to `elmo-util.el').
419
420         * wl-summary.el (wl-summary-default-from): Follow the API change.
421         (wl-summary-overview-entity-compare-by-date): Ditto.
422         (wl-summary-overview-entity-compare-by-from): Ditto.
423         (wl-summary-get-list-info): Get value of `ml-info' field from
424         entity at first.
425         (wl-summary-rescan-message): Treat prefix argument.
426         (wl-summary-prefetch-msg): Follow the API change.
427         (wl-summary-search-by-subject): Ditto.
428         (wl-summary-insert-thread): Ditto.
429         (wl-summary-line-subject): Ditto.
430         (wl-summary-line-from): Ditto.
431         (wl-summary-create-line): Ditto.
432         (wl-summary-print-message-with-ps-print): Ditto.
433
434         * wl-score.el (wl-score-ov-entity-get): Ditto.
435         (wl-score-followup): Ditto.
436         (wl-score-add-followups): Use `elmo-message-entity-field' instead
437         of `car'.
438         (wl-score-get-latest-msgs): Follow the API change.
439         (wl-score-get-header): Ditto.
440
441         * wl-refile.el (wl-refile-learn): Ditto.
442         (wl-refile-subject-learn): Ditto.
443         (wl-refile-get-field-value): Ditto.
444         (wl-refile-guess-by-history): Ditto.
445         (wl-refile-guess-by-subject): Ditto.
446
447         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
448
449         * wl-expire.el (wl-expire-date-p): Removed.
450         (wl-expire-archive-date): Follow the API change.
451         (wl-expire-localdir-date): Ditto.
452         (wl-summary-expire): Ditto.
453
454         * Version number is increased to 2.15.1.
455
456 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
459         group is access or not (it is not strict, like wl-fldmgr-rename).
460
461 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
462
463         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
464         duplicate call of `wl-summary-print-argument' on the wrong line.
465
466 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
469         even if argument `number' is nil.
470         (wl-summary-insert-line): Print action argument if current message
471         has it.
472
473 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
476         (wl-draft-reply): Ditto.
477         (wl-draft): Add optional argument `parent-number' and call
478         `wl-draft-create-buffer' with it.
479         (wl-draft-create-buffer): Add optional argument
480         `parent-number'. Set wl-draft-parent-number as it.
481
482 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-folder.el (wl-folder-set-persistent-mark): If summary
485         buffer is not for given folder, don't use it.
486
487 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
488
489         * Version number is increased to 2.15.0.
490
491 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
492
493         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
494
495         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
496         (wl-highlight-get-face-by-name): New internal function.
497         (wl-highlight-summary-line-face-spec): Use it and fixed.
498
499 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-summary.el (wl-summary-sync-update): Use
502         `elmo-message-entity-field' instead of `car' to get message-id
503         from overview entity.
504
505         * wl-summary.el (wl-summary-rescan-message): Call
506         `wl-highlight-summary-displaying' when displaying a message.
507
508 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-draft.el (wl-draft-config-info-filename): Extracted from
511         `wl-draft-config-info-operation'.
512         (wl-draft-buffer-change-number): New function.
513         (wl-draft-rename-saved-config): Ditto.
514         * wl.el (wl-init): Connect slot for message-number-changed.
515         (toplevel): Add autoload for wl-draft-rename-saved-config.
516
517 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
520         `update-overview'
521         (wl-summary-buffer-detach): Disconnect from it.
522         (wl-summary-rescan-message): Use command.
523
524         * wl-message.el (wl-message-buffer-display): Use
525         `with-current-buffer' instead of `save-excursion'.
526
527 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-mime.el (wl-draft-preview-attributes-list): Protect
530         wl-draft-preview-attributes-list from distraction.
531
532 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
533
534         * wl-summary.el (wl-summary-sync-update): Sort the return value of
535         `elmo-list-diff'.
536
537 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-summary.el
540         (wl-summary-edit-addresses-collect-candidate-fields): Use
541         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
542
543         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
544         instead of `elmo-set-work-buf'.
545
546         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
547         (wl-address-make-address-list): Ditto.
548
549         * Version number is increased to 2.13.3.
550
551 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
554         user option.
555
556         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
557         argument `5'.
558
559         * wl-message.el (wl-message-display-no-merge-p): New function.
560         (wl-message-buffer-display): Check whether the message is
561         reassembled and follow the API change.
562
563 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
566         multibyte on working buffer and removed unnecessary
567         `buffer-disable-undo'.
568
569 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-util.el (wl-read-search-condition-internal): Fixed the last
572         change.
573
574 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-util.el (wl-read-search-condition-internal): Protect
577         elmo-global-flags from distraction.
578
579 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
582
583         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
584         (wl-summary-event-handler): Ditto.
585         (wl-summary-update-persistent-mark-on-event): New
586         function (renamed from `elmo-event-handler-flag-changed').
587         (wl-summary-buffer-attach): New function.
588         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
589         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
590         instead of `elmo-folder-add-handler'.
591
592         * Version number is increased to 2.13.2.
593
594 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
597         and "\177" to the `wl-news-previous-page'.
598         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
599         (wl-news-previous-page): New function.
600
601 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
604         instead of `write-region' and simplify.
605
606 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-template.el (wl-template-select): Cause error if
609         `wl-template-alist' is nil.
610
611 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
612
613         * wl-news.el.in: Set file variable `no-byte-compile'.
614
615 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
618         whether a target message is within displaying area.
619         (elmo-event-handler-cache-changed): Ditto.
620
621 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
622
623         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
624         to `defun'.  Use `nconc' instead of `append' to collect descendant
625         message numbers.
626
627 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
628
629         * wl-thread.el (wl-thread-save-top-list)
630         (wl-thread-save-entities): Use `with-temp-buffer'.
631         * wl-news.el.in (wl-news-previous-version-load):
632         (wl-news-previous-version-save): Ditto.
633         * wl-summary.el (wl-summary-load-file-object)
634         (wl-summary-save-view-cache): Ditto.
635
636 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-util.el (toplevel): Require 'elmo-flag'.
639         (wl-read-search-condition): New function (Renamed from
640         `elmo-read-search-condition').
641         (wl-read-search-condition-internal): Likewise.
642
643         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
644         invalid.
645         (wl-summary-pick): Use `wl-read-search-condition' instead of
646         `elmo-read-search-condition'.
647         (wl-summary-virtual): Ditto.
648
649         * wl-folder.el (wl-folder-virtual): Ditto.
650         (wl-folder-pick): Ditto.
651
652         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
653
654 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-summary.el (wl-summary-reedit): Call
657         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
658
659 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-mime.el (toplevel): Require wl-vars.
662
663         * wl-message.el (toplevel): Require cl at compile.
664
665         * wl-draft.el (toplevel): Require elmo.
666
667 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-message.el (wl-message-buffer-prefetch): Count is a number
670         and do nothing when it is not positive.
671         (wl-message-buffer-prefetch-next): Ditto.
672
673 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
676         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
677         (wl-summary-redisplay-internal): Ditto.
678
679         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
680         message (the condition is borrowed from `wl-check-variables-2').
681         (wl-summary-redisplay-internal): Ditto.
682
683 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-mime.el (wl-draft-nntp-attribute): New function.
686         (wl-draft-attribute-nntp-posting-server): Use it.
687         (wl-draft-attribute-nntp-posting-port): Ditto.
688
689         * wl-mime.el (wl-draft-preview-attributes-list): New function.
690         (wl-draft-show-attributes-buffer): Ditto.
691         (wl-draft-hide-attributes-buffer): Ditto.
692         (wl-draft-attribute-newsgroups): Ditto.
693         (wl-draft-attribute-nntp-posting-server): Ditto.
694         (wl-draft-attribute-nntp-posting-port): Ditto.
695         (wl-draft-preview-message): Use there functions.
696
697         * wl-vars.el (wl-draft-preview-attributes-list): Change default
698         value.
699
700 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
703         (wl-draft-reedit): Ditto.
704         (wl-draft-queue-flush): Ditto.
705
706         * wl-mime.el (wl-message-request-partial): Ditto.
707         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
708         instead of `elmo-message-fetch'.
709
710         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
711
712         * wl-summary.el (wl-summary-message-string): Ditto.
713
714 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * wl-util.el (wl-current-message-buffer): Follow the API change.
717
718         * wl-summary.el (wl-summary-redisplay-internal): Call
719         `wl-summary-mark-as-read' with 2nd argument as nil and update
720         unread count instead of persistent mark.
721
722         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
723         variable.
724         (wl-message-redisplay): Follow the API change.
725         (wl-message-buffer-display): Managed mime-entity directly and
726         return preview buffer only.
727         (wl-message-display-internal): Rewrite.
728         (wl-message-buffer-prefetch-subr): Not save return value of
729         `wl-message-buffer-display'.
730
731         * Version number is increased to 2.13.1.
732
733 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
736         'elmo-multiple-fields-body-list' with boundary specified.
737
738 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-vars.el (wl-summary-resend-use-cache): New variable.
741         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
742         cache if `wl-summary-resend-use-cache' is non-nil.
743
744 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
745
746         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
747         (wl-nntp-posting-stream-type): Ditto.
748
749 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
750
751         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
752
753 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
754
755         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
756         message.
757
758 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
761         Abolish.
762         (wl-summary-buffer-persistent-mark-version): New internal
763         variable.
764         (wl-summary-update-mark-and-highlight-window): Check by
765         wl-summary-persistent-mark-invalid-p.
766         (wl-summary-update-status-marks): Ditto.
767         (elmo-event-handler-flag-changed): Rewrite.
768         (elmo-event-handler-cache-changed): Define.
769         (wl-summary-prefetch-msg): Does not update persistent mark here.
770         (wl-summary-delete-cache): Ditto.
771         (wl-summary-resume-cache-status): Ditto.
772         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
773         (wl-summary-persistent-mark-invalid-p): New function.
774         (wl-summary-validate-persistent-mark): Ditto.
775         (wl-summary-validate-persistent-mark-string): Ditto.
776         (wl-summary-invalidate-persistent-mark): Ditto.
777         (wl-summary-update-persistent-mark): Call
778         `wl-summary-validate-persistent-mark'.
779         (wl-summary-create-line): Call
780         `wl-summary-validate-persistent-mark-string'.
781
782         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
783         status as t if cache used.
784
785 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
788         only if the target is group.
789         * wl-folder.el (wl-folder-append-petname): Don't check group name.
790
791 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
794
795 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
796
797         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
798
799         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
800
801 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
802
803         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
804         (Thanks to Yoichi NAKAYAMA).
805
806 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
807
808         * wl-util.el (wl-save-drafts): Restore echo area.
809
810 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * Version number is increased to 2.13.0.
813
814         * wl-util.el (wl-biff-check-folder-async): Use
815         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
816
817 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-message.el (wl-message-display-internal): Does not put
820         wl-message-display-type property on message buffer.
821         (wl-message-buffer-display-type): New function.
822
823         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
824
825         * wl-summary.el (wl-summary-mode): Use `dolist' to add
826         `wl-summary-buffer-detach'.
827         (wl-summary-message-display-type): Use
828         `wl-summary-buffer-display-type'.
829
830 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
831
832         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
833         buffer-local.
834
835         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
836         kill-buffer-hook instead of make-local-variable.
837         (wl-draft-preview-message): Set `local' argument of add-hook as t.
838
839 2004-12-12  Scott Renfro <scott@renfro.org>
840
841         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
842         regex for square-branket.
843
844 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
847         `wl-message-mime-analysis-p' with argument `header'.
848
849 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
850
851         * wl-mime.el (wl-draft-yank-current-message-entity): 
852         Switch to no-mime following method according to wl-message-display-type
853         property.
854         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
855
856         * wl-message.el (wl-message-display-internal): 
857         Put wl-message-display-type property on message buffer.
858
859         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
860         (wl-message-display-internal): Ditto;
861
862         * wl-summary.el (wl-summary-toggle-mime): Ditto.
863
864 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-message.el (wl-message-make-display-type): New function.
867         (wl-message-display-type-property): Ditto.
868         (wl-message-mime-analysys-p): Ditto.
869         (wl-message-display-all-header-p): Ditto.
870         (wl-message-redisplay): Removed argument `as-is', `all-header' and
871         added `display-type'.
872         (wl-message-buffer-display): Likewise.
873         (wl-message-display-internal): Likewise.
874         (wl-message-buffer-display-type): Abolish.
875         (wl-message-buffer-prefetch-subr): Follow the API changed.
876
877         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
878         from wl-summary-buffer-display-all-header and changed default value.
879         (wl-summary-message-display-type): New function.
880         (wl-summary-buffer-display-mime-mode): Ditto.
881         (wl-summary-buffer-display-header-mode): Ditto.
882         (wl-summary-toggle-mime): Rewrite with above functions.
883         (wl-summary-toggle-all-header): Ditto.
884         (wl-summary-redisplay): Force redisplay with default mode.
885         (wl-summary-redisplay-internal): Renamed argument from `mode',
886         `all-header' to `mime-mode', `header-mode'.
887         Use `wl-message-make-display-type'.
888
889         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
890         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
891
892 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
893
894         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
895
896 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
897
898         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
899         in original message buffer.
900         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
901         buffer.
902
903 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
906
907 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
910
911 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
912
913         * wl-action.el (wl-summary-exec-action-refile): Display a done message
914         when actions succeeded.
915         (wl-summary-exec-action-copy): Likewise.
916
917 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
918
919         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
920         there is switch-to-buffer at the end of wl-message-select-buffer.
921         (wl-summary-reply): Ditto.
922
923 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-summary.el (wl-summary-forward): Put subject in original
926         message buffer as argument of wl-draft-forward.
927         * wl-draft.el (wl-draft-forward): Decode subject as in
928         wl-draft-reply.
929
930 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
933         a folder under access group.
934
935 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
938         wl-message-buffer-display.
939
940         * wl-util.el (wl-set-save-drafts): Fix typo.
941
942 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
945         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
946         wl-highlight-logo-face to set the bg color of an xbm image; fixed
947         the way to measure the width of a bitmap image; don't put face on
948         ascii and bitmap images; put the mark which should not use the
949         variable-pitch face on ascii and bitmap images.
950         (wl-demo-setup-properties): Don't use the variable-pitch face on
951         ascii and bitmap images; made it work on Emacs 20 and earlier.
952         (wl-demo-insert-text): End with a newline at the bottom; don't put
953         face on text.
954
955         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
956
957 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
958
959         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
960
961         * wl-util.el (wl-save-drafts): Moved from sample setting.
962         (wl-set-save-drafts): New function to set idle timer.
963         * wl-draft.el (wl-draft): Call it.
964         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
965
966 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
969         a summary which has toggle display status off.
970
971 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * wl-draft.el (wl-draft-do-fcc): No cache save.
974
975 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-summary.el (elmo-event-handler-flag-changed): Use
978         `set-buffer' instead of `with-current-buffer'.
979
980 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-after-resize-function): New function.
983         (wl-summary-mode): Add `wl-summary-after-resize-function' to
984         window-size-change-functions.
985
986 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * wl-draft.el (wl-draft-create-buffer): Bind
989         `change-major-mode-hook' after current buffer is changed.
990
991         * wl-summary.el (wl-summary-buffer-detach): New function.
992         (wl-summary-buffer-set-folder): Call it.
993         (wl-summary-mode): Add `wl-summary-buffer-detach' to
994         change-major-mode-hook and kill-buffer-hook.
995         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
996         (wl-summary-switch-to-clone-buffer): Ditto.
997         (wl-summary-goto-folder-subr): Ditto.
998
999 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1000
1001         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1002         after boundp check.
1003
1004 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1007         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1008         for `kill-buffer'.
1009
1010         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1011         handler of current buffer from elmo-folder.
1012
1013 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1016
1017 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1020         variable.
1021         (wl-summary-event-handler): New class.
1022         (elmo-event-handler-flag-changed): Define to update persistent
1023         mark.
1024         (wl-summary-buffer-set-folder): Register event handler to
1025         elmo-folder.
1026         (wl-summary-exit): Unregister event handler.
1027         (wl-summary-goto-folder-subr): Ditto.
1028         (wl-summary-mark-as-read-all): Does not call
1029         `wl-summary-update-persistent-mark' directly.
1030         (wl-summary-mark-as-read-internal): Ditto.
1031         (wl-summary-set-persistent-mark-internal): Ditto.
1032         (wl-summary-set-flags-internal): Ditto.
1033
1034         * Version number is increased to 2.11.33.
1035
1036 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1037
1038         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1039         to nil.
1040
1041 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * wl-spam.el (wl-spam-setup): Add hook
1044         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1045         instead of `wl-summary-prepare-hook'.
1046
1047         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1048         if folder type is `'flag'.
1049         (wl-summary-mark-as-important): Ditto.
1050
1051 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-address.el (wl-address-minibuffer-history): New variable.
1054         (wl-address-minibuffer-local-map): New keymap.
1055         (wl-address-read-from-minibuffer): New function.
1056
1057         * wl-action.el (wl-summary-get-resend-address): Use
1058         `wl-address-read-from-minibuffer' instead of `completing-read'.
1059
1060 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * Version number is increased to 2.11.32.
1063
1064 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1067         without mule to iso-8859-1.
1068         (wl-draft-add-in-reply-to): Add note in description.
1069         (wl-draft-add-references): Ditto.
1070
1071 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1074         definition for `m'.
1075         (wl-summary-mode-line-format): Add '[%m]'.
1076         (wl-message-mode-line-format-spec-alist): Ditto.
1077         (wl-summary-display-mime-mode-list): New variable.
1078
1079         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1080         from wl-summary-buffer-display-as-is.
1081         (wl-summary-buffer-display-all-header): New buffer local variable.
1082         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1083         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1084         instead of wl-summary-buffer-display-as-is.
1085         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1086         (wl-summary-set-persistent-mark): Ditto.
1087         (wl-summary-set-message-buffer-or-redisplay): Just call
1088         `wl-summary-redisplay-internal' without optional arguments.
1089         (wl-summary-toggle-mime): Rewrite.
1090         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1091         (wl-summary-toggle-all-header): New function.
1092         (wl-summary-redisplay-internal): Treat mime mode.
1093
1094         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1095         to wl-mime-preview-follow-no-mime.
1096         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1097         accodring to the display-mode.
1098
1099         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1100         (wl-message-buffer-display): Changed argument name from `as-is' to
1101         `mode'.
1102         (wl-message-display-internal): Ditto;
1103         Bind elmo-mime-display-header-analysis according to the mode.
1104         (wl-message-display-internal): Put wl-message-display-mime-mode
1105         property on entire buffer.
1106
1107 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1108
1109         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1110
1111 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1114         Don't extract mail address.
1115         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1116
1117         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1118
1119         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1120
1121 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1122
1123         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1124         wl-fldmgr-cut-entity-list on confirmation.
1125
1126 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1127
1128         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1129         (wl-mime-quit-preview): Check existence of
1130         mime-edit-temp-message-buffer here.
1131
1132 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1133
1134         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1135         after deletion.
1136
1137         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1138         before calling wl-mime-quit-preview.
1139
1140 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-summary.el (wl-summary-pick): If call it with prefix
1143         argument, set `delete-marks' as non-nil. Pick from only visible
1144         messages.
1145         (wl-summary-check-target-mark): New function.
1146         (wl-summary-target-mark-mark-as-read): Use it.
1147         (wl-summary-target-mark-mark-as-unread): Ditto.
1148         (wl-summary-target-mark-operation): Ditto.
1149         (wl-summary-target-mark-set-flags): Ditto.
1150         (wl-summary-target-mark-save): Ditto.
1151         (wl-summary-target-mark-pick): Ditto.
1152         (wl-summary-target-mark-forward): Ditto.
1153         (wl-summary-target-mark-reply-with-citation): Ditto.
1154         (wl-summary-target-mark-print): Ditto.
1155         (wl-summary-target-mark-uudecode): Ditto.
1156
1157         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1158         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1159         with `ask-coding' is non-nil.
1160
1161 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-thread.el (wl-thread-set-parent): If parent is a message
1164         which is identified by references, set linked as nil.
1165
1166 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1167
1168         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1169         (wl-message-mode-line-format-spec-alist): Ditto.
1170         (wl-message-mode-line-format): Ditto.
1171         (wl-summary-mode-line-format): Ditto for docstring.
1172         (wl-summary-no-mime-folder-list): Fix typo.
1173
1174         * wl-util.el (wl-current-message-buffer): Call
1175         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1176
1177         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1178         variable.
1179         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1180         of `wl-summary-redisplay-no-mime'.
1181         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1182         (wl-summary-toggle-mime): New function.
1183         (wl-summary-redisplay-all-header): Rewrite.
1184         (wl-summary-redisplay-no-mime): Ditto.
1185         (wl-summary-redisplay-internal): Added argument `as-is' and
1186         `all-header'.
1187
1188         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1189         New variable.
1190         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1191         bottom.
1192         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1193         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1194         "/" unconditionally.
1195
1196         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1197         wl-mime-preview-follow-no-mime for as-is content.
1198         (wl-mime-preview-follow-no-mime): New function.
1199         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1200
1201         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1202         and added `as-is', `all-header'.
1203         (wl-message-buffer-display): Ditto.
1204         (wl-message-buffer-display-type): New function.
1205
1206 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1207
1208         * wl-vars.el (wl-message-header-button-alist): Change default
1209         value.
1210         (wl-message-body-button-alist): Ditto.
1211
1212 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1213
1214         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1215
1216 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1219
1220 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1221
1222         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1223         is always true.
1224
1225 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1228         on null entity.
1229
1230 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1233
1234 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1235
1236         * wl-vars.el (wl-summary-resend-hook): New hook.
1237
1238         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1239         `wl-summary-resend-hook'.
1240
1241 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1242
1243         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1244         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1245         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1246         (wl-summary-new-cached-mark): Changed default value to 'n'.
1247         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1248         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1249         (wl-folder-sync-range-alist): Remove spec for 'flag.
1250         (wl-summary-force-prefetch-folder-list): New user option.
1251
1252         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1253         `wl-summary-toggle-persistent-mark'.
1254         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1255         number is nil.
1256         (wl-summary-mark-as-answered-region): Set interactive argument of
1257         `wl-summary-set-persistent-mark-internal'.
1258         (wl-summary-mark-as-important-region): Ditto.
1259         (wl-summary-unset-persistent-mark): Ditto.
1260         (wl-summary-set-persistent-mark): Ditto.
1261         (wl-summary-mark-as-answered): Ditto.
1262         (wl-summary-mark-as-important): Ditto.
1263         (wl-summary-set-persistent-mark-internal): Do nothing
1264         when `elmo-message-flag-available-p' is nil.
1265         (wl-summary-toggle-persistent-mark): New function.
1266         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1267         when the folder matches `wl-summary-force-prefetch-folder-list'.
1268
1269
1270         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1271         when number is nil.
1272         (wl-highlight-summary-forwarded-face): New face.
1273
1274 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * Version number is increased to 2.11.31.
1277
1278 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1281         (wl-biff-check-folder-async): Ditto.
1282         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1283
1284 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1285
1286         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1287         Add an argument `reverse'.  All callers are updated.
1288         (wl-summary-sort): Add a prefix argument `reverse' to specify
1289         reverse sorting.
1290         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1291         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1292         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1293
1294 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-message.el (wl-message-redisplay): Does not narrow header if
1297         disply-type is all-header or as-is.
1298
1299         * wl-summary.el (wl-summary-enter-handler): Use
1300         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1301
1302 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1305         after adding wl-draft-parent-variables.
1306         (wl-draft-forward): Ditto.
1307
1308 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-summary.el (wl-summary-sync-marks): Call
1311         `wl-summary-set-persistent-mark' and
1312         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1313         (wl-summary-set-persistent-mark-internal): Add 4th argument
1314         `no-server'.
1315         (wl-summary-unset-persistent-mark): Ditto.
1316         (wl-summary-set-persistent-mark): Ditto.
1317         (wl-summary-add-flags-internal): Abolish.
1318         (wl-summary-remove-flags-internal): Ditto.
1319         (wl-summary-mark-as-important-internal): Ditto.
1320         (wl-summary-mark-as-important): Use
1321         `wl-summary-set-persistent-mark' instead of
1322         `wl-summary-add-flags-internal'.
1323         (wl-summary-mark-as-important-region): Ditto.
1324
1325         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1326
1327         * wl-summary.el (wl-summary-get-available-flags): New function.
1328         (wl-summary-sync-marks): Use it and simplified.
1329         (wl-summary-unset-persistent-mark): Use
1330         `wl-summary-get-available-flags'.
1331         (wl-summary-set-persistent-mark): Ditto.
1332
1333 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1336         id.
1337
1338 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1341         number, call `wl-summary-prev-line-content'. Show message when the
1342         message is not found.
1343
1344 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1345
1346         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1347         wl-summary-enter-handler.
1348         (wl-summary-enter-handler): New command.
1349
1350         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1351         docstring and custom spec.
1352
1353         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1354         flags too; Don't treat Cached and New.
1355         (wl-summary-set-persistent-mark): Ditto.
1356
1357         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1358         `wl-folder-set-flag'.
1359
1360         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1361         instead of `wl-folder-set-flag'.
1362
1363         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1364         for completion.
1365         (wl-summary-set-persistent-mark): Ditto.
1366
1367         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1368         instead of `wl-draft-quit-preview'.
1369
1370         * wl-mime.el (toplevel): Avoid compile warning.
1371         (wl-mime-quit-preview): New function
1372         (formarly defined as `wl-draft-quit-preview').
1373         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1374         quitting method.
1375
1376         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1377
1378         * wl-folder.el (wl-folder-set-flag): Renamed from
1379         `wl-draft-set-flag-on-parent'.
1380
1381         * wl-draft.el (wl-draft-quit-preview): New function.
1382         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1383         (wl-draft-send): Call `wl-folder-set-flag' instead of
1384         `wl-draft-set-flag-on-parent'.
1385         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1386
1387 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1390         (wl-draft-send): Ditto.
1391
1392 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1395         (wl-draft-kill-pre-hook): Set default value as nil.
1396         (wl-summary-reply-hook): Ditto.
1397         (wl-draft-kill-flags): Abolish.
1398
1399         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1400         (wl-draft-parent-variables): Renamed from
1401         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1402         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1403         argument; Add wl-draft-parent-variables to
1404         wl-draft-config-variables.
1405         (wl-draft-reply): Likewise.
1406         (wl-draft-kill-flags): Abolish.
1407         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1408         (wl-draft-set-flag-on-parent): New function.
1409         (wl-draft-setup-parent-flag): Ditto.
1410
1411 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1412
1413         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1414         `wl-draft-parent-folder' is "".
1415
1416 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1417
1418         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1419         (wl-summary-digit-jump): New function.
1420         (Adviced by John Owens and Hiroya Murata)
1421
1422         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1423         (Adviced by John Owens)
1424
1425         * wl-xmas.el (wl-message-define-keymap): Ditto.
1426
1427         * wl-mule.el (wl-message-define-keymap): Ditto.
1428
1429 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1432         change of return value of elmo-folder-count-flags.
1433
1434         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1435         (wl-summary-mark-as-read-internal): Ditto.
1436         (wl-summary-set-persistent-mark-internal): Ditto.
1437         (wl-summary-folder-info-update): Ditto.
1438         (wl-summary-sync-update): Fixed the last change.
1439
1440         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1441
1442 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1445         (wl-draft-kill-flags): Fixed docstring.
1446
1447         * wl-draft.el (wl-draft-kill-flags): New function.
1448         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1449
1450 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1451
1452         * wl-vars.el (wl-reply-hook): Abolish.
1453         (wl-draft-reply-hook): New hook.
1454         (wl-summary-reply-hook): Ditto.
1455         (wl-draft-forward-hook): Ditto.
1456         (wl-summary-forward-hook): Ditto.
1457         (wl-draft-kill-flags): New variable.
1458
1459         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1460         wl-summary-set-persistent-mark-internal.
1461         (wl-summary-sync-marks): Use elmo-preserved-flags.
1462         (wl-summary-update-persistent-mark): Make it interactive.
1463         (wl-summary-set-persistent-mark-internal): New inline function.
1464         (wl-summary-mark-as-answered): Use it.
1465         (wl-summary-mark-as-unanswered): Ditto.
1466         (wl-summary-unset-persistent-mark): New function.
1467         (wl-summary-set-persistent-mark): Ditto.
1468         (wl-summary-reply): Don't set answered flag;
1469         Run wl-summary-reply-hook instead.
1470         (wl-summary-forward): Call wl-draft-forward with number.
1471         Run wl-summary-forward-hook.
1472
1473         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1474         (wl-highlight-summary-line-face-spec): Use it as a default
1475         persistent mark face.
1476
1477         * wl-draft.el (wl-draft-forward): Added optional argument number;
1478         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1479         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1480         (wl-draft-kill): Use wl-draft-kill-flags.
1481
1482         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1483
1484         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1485         of return value of elmo-folder-count-flags.
1486
1487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1488
1489         * wl-summary.el (wl-summary-count-unread): Ditto.
1490         (wl-summary-sync-update): Follow the change above.
1491         (wl-summary-force-prefetch): New function.
1492
1493 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1494
1495         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1496         variable `buf' with `let' instead of `setq'.
1497
1498 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1499
1500         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1501         add Content-Disposition heaeder on the deleted part.
1502
1503 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1504
1505         * wl-draft.el (wl-draft-save): Encode address list under edit by
1506         `eword-encode-unstructured-field-body'.
1507
1508         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1509
1510 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1513         wl-current-summary-buffer.
1514
1515 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1516
1517         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1518         `numbers' is ignored.
1519
1520 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-folder.el (wl-folder-open-folder): Avoid error.
1523         Reported by John Owens, [wl-en:815]
1524
1525         * wl.el (wl): Set timer for biff process even if prefix argument
1526         is given or auto-checking is quitted.
1527
1528         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1529         immediately.
1530         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1531         (wl-toggle-plugged): Ditto.
1532
1533         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1534         * wl-util.el (wl-biff-start): Use idle timer if
1535         `wl-biff-use-idle-timer' is non-nil.
1536
1537 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1538
1539         * wl-highlight.el (wl-highlight-message): Fix description.
1540
1541 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1544         tty.
1545
1546 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-action.el (wl-summary-exec): Print failure count.
1549
1550 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1553         to `defun', remove interactive form.
1554         Set elmo-message-fetch-confirm when force-reload is non-nil.
1555
1556 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-summary.el (toplevel): Removed unnecessary autoload.
1559
1560 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1561
1562         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1563         the buffer is generated from another message buffer.
1564
1565 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1566
1567         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1568         extracted from `wl-fldmgr-save-folders'.
1569         (wl-fldmgr-delete): Call it after deletion.
1570
1571 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1574         multi-tty support.
1575
1576 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1577
1578         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1579
1580 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1581
1582         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1583         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1584
1585 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1588         unsubscribe list only if argument CLEAR is nil.
1589
1590 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-draft.el (wl-draft-reply): Decode subject before removing
1593         Re: prefix.
1594
1595 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1596
1597         * wl-summary.el (wl-summary-sort-by-size): New command.
1598
1599 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1600
1601         * wl-summary.el (wl-summary-number-list-from-region): New
1602         function.
1603         (wl-summary-mark-as-read-region): Use it.
1604         (wl-summary-mark-as-unread-region): Ditto.
1605         (wl-summary-set-flags-region): Ditto and add optional argument
1606         remove.
1607         (wl-summary-mark-as-answered-region): Ditto.
1608         (wl-summary-mark-as-important-region): Ditto.
1609         (wl-summary-target-mark-mark-as-important): Added optional
1610         argument remove.
1611         (wl-summary-target-mark-mark-as-answered): Ditto.
1612         (wl-summary-target-mark-set-flags): Ditto.
1613
1614 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-summary.el (wl-summary-set-flags-region): Call
1617         `wl-summary-set-flags-internal' with number list instead of call
1618         one by each message.
1619         (wl-summary-target-mark-set-flags): Likewise.
1620
1621 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1624         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1625         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1626         (wl-summary-target-mark-mark-as-answered): Likewise.
1627
1628 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1629
1630         * wl-summary.el (wl-summary-target-mark-forward): Use
1631         `wl-summary-delete-all-target-marks' instead of
1632         `wl-summary-delete-all-temp-marks'.
1633         (wl-summary-target-mark-reply-with-citation): Ditto.
1634         (wl-summary-target-mark-uudecode): Ditto.
1635         (wl-summary-target-mark-set-flags): Ditto and remove needless
1636         cursor move.
1637
1638 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1639
1640         * wl-summary.el (wl-summary-target-mark-forward): Protect
1641         wl-summary-buffer-target-mark-list from nreverse.
1642         (wl-summary-target-mark-reply-with-citation): Ditto.
1643
1644 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1647         `elmo-display-progress-threshold'.
1648
1649 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1652         check `wl-summary-highlight'.
1653         (wl-summary-window-scroll-functions): Respect value of
1654         `wl-summary-highlight'.
1655         (wl-summary-sync-update): Run hooks
1656         `wl-summary-buffer-window-scroll-functions' at any time.
1657
1658 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1659
1660         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1661         from `wl-summary-cleanup-temp-marks'.
1662         (wl-summary-cleanup-temp-marks): Abolish argument.
1663         * wl.el (wl-save-status): Revert previous change.
1664         (wl-execute-temp-marks): New function, call
1665         `wl-summary-exec-with-confirmation'.
1666         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1667         (wl-folder-save-and-exec-marks): Abolished.
1668
1669 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-e21.el (wl-e21-display-image-p): Respect
1672         `wl-highlight-folder-with-icon'.
1673         (wl-e21-highlight-folder-group-line): Highlight mouse line
1674         even if wl-e21-display-image-p is nil.
1675
1676         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1677         Respect value of `wl-summary-highlight'.
1678
1679         * wl.el (wl-save-status): Remove unused variable.
1680
1681         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1682         (wl-folder-mode-map): Bind it to "x".
1683
1684 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1687
1688         * wl-thread.el (wl-thread-get-parent-list): Don't check
1689         disconnected ancestors, neglecting needless work in
1690         `wl-thread-update-indent-string-thread'.
1691
1692         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1693         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1694         argument, add argument default-keep to keep marks by default.
1695
1696         * Version number is increased to 2.11.30.
1697
1698         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1699         customization type and docstring.
1700         (wl-draft-reply-without-argument-list): Ditto.
1701
1702 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1705
1706         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1707
1708 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1711
1712 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1715         save-excursion so as not to include run-hooks.
1716
1717 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1720         Clarify that marks are going to be cleared.
1721
1722 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1725         according to 3rd element of wl-summary-flag-mark.
1726
1727         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1728
1729 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-action.el (wl-summary-target-mark-all): Don't set
1732         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1733
1734 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1735
1736         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1737         (wl-forward-subject-prefix): Ditto.
1738         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1739         (wl-draft-reply-make-subject): Ditto.
1740
1741         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1742         `wl-draft-forward'.
1743         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1744
1745 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1746
1747         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1748         target message does not exist.
1749
1750 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1751
1752         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1753         `wl-subject-prefix-regexp'.
1754         (wl-subject-forward-prefix-regexp): New variable.
1755         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1756         `wl-draft-strip-subject-re' and take regexp as argument.
1757         (wl-draft-forward): Use it.
1758         (wl-draft-reply): Ditto.
1759
1760 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1761
1762         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1763         emacs multi-tty support.
1764
1765 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1766
1767         * wl-e21.el (wl-e21-display-image-p): Don't call
1768         `display-images-p'.
1769         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1770         support.
1771         (wl-highlight-folder-current-line): Ditto.
1772         (wl-folder-init-icons): Ditto.
1773
1774 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1775
1776         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1777         the last line of summary in unplugged mode.
1778
1779 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1780
1781         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1782
1783 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1786         * wl-address.el (wl-address-user-mail-address-p): Use it.
1787         (wl-address-delete-user-mail-addresses): Ditto.
1788         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1789
1790         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1791         (wl-address-delete-user-mail-addresses): Ditto.
1792
1793         * wl-address.el (wl-address-delete-user-mail-addresses): New
1794         function.
1795         * wl-refile.el (wl-refile-guess-by-history): Use it.
1796         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1797         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1798
1799         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1800         use wl-address-user-mail-address-p.
1801
1802 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1805         after opening group.
1806
1807 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1810         of elmo-set-buffer-multibyte.
1811
1812         * wl-message.el (wl-original-message-mode): Ditto.
1813
1814         * wl-score.el (wl-score-insert-header): Ditto.
1815
1816         * wl-summary.el
1817         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1818         (wl-summary-goto-folder-subr): Ditto.
1819         (wl-summary-insert-headers): Ditto.
1820
1821         * wl-util.el (wl-set-string-width): Ditto.
1822
1823         * Version number is increased to 2.11.29.
1824
1825 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1826
1827         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1828         (wl-highlight-summary-line-help-echo-alist): New variable.
1829         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1830         into `wl-highlight-summary-line-help-echo' and
1831         `wl-highlight-flag-folder-help-echo'.
1832         (wl-highlight-summary-line-string): Change accordingly.
1833         (wl-highlight-summary-current-line): Ditto.
1834
1835 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1836
1837         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1838         at the beginning of field body (Thanks to Markus Knittig).
1839
1840         * wl-draft.el (wl-draft-insert-current-message): Also check
1841         summary buffer, remove unnecessary tag.
1842
1843 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1844
1845         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1846         when wl-message-buffer is nil.
1847
1848         * wl-folder.el (wl-folder): Abolish unused argument.
1849         Call wl-folder-init when wl-folder-entity is nil.
1850         * wl.el (wl): Change accordingly.
1851
1852 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1855         multibyte string before insert into draft buffer.
1856         (wl-draft-create-buffer): Always enable multibyte characters for
1857         draft buffer.
1858
1859         * Version number is increased to 2.11.28.
1860
1861 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1862
1863         * wl-folder.el (wl-folder-open-close): Handle blank line.
1864         (wl-folder-jump-to-current-entity): Ditto.
1865
1866 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1867
1868         * Version number is increased to 2.11.27.
1869
1870 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1871
1872         * wl-thread.el (wl-thread-insert-message): When the thread is
1873         devided by wl-summary-max-thread-depth, insert line at the end of
1874         buffer.
1875
1876 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1877
1878         * Version number is increased to 2.11.26.
1879
1880 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1881
1882         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1883
1884 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1887         value of stream-type and session.
1888
1889 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * Version number is increased to 2.11.25.
1892
1893 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1894
1895         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1896         in a quit message.
1897
1898 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1901         (wl-summary-redisplay-no-mime-internal): Ditto.
1902
1903 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1906         * wl-vars.el (wl-smtp-connection-type): Ditto.
1907
1908 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1909
1910         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1911         for the separator line and quote mail-header-separator.
1912
1913 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1916         result message.
1917
1918         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1919         `elmo-multiple-fields-body-list' with boundary as
1920         mail-header-separator.
1921
1922 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1925
1926 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1927
1928         * wl-util.el (wl-list-diff): Remove unused function.
1929
1930         * wl-draft.el (wl-draft-send-confirm): Discard input before
1931         confirmation.
1932
1933 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1936         order of flag and new.
1937
1938 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-vars.el (wl-refile-policy-alist): Abolished.
1941
1942         * wl-action.el (wl-summary-set-action-refile): Follow the change
1943         above.
1944
1945 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * wl-highlight.el (wl-highlight-signature-search): Don't use
1948         re-search-backward for a long word since it is possible to crash
1949         XEmacs because of a bug.
1950
1951 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1952
1953         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1954
1955 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1956
1957         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1958         argument for wl-summary-sync-force-update.
1959
1960 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * wl-summary.el (wl-summary-mode-map): Revival of
1963         wl-summary-mark-as-important related bindings;
1964         Bind 'F','tF','mF','rF','m&'.
1965         (wl-summary-mark-as-important-region): Revival.
1966         (wl-summary-target-mark-mark-as-important): Ditto.
1967         (wl-summary-target-mark-operation): New function.
1968         (wl-summary-target-mark-mark-as-answered): Use it.
1969         (wl-summary-decide-flag): Don't set Important as default.
1970         (wl-summary-mark-as-important-internal): Revival.
1971         (wl-summary-mark-as-important): Ditto.
1972
1973         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1974
1975         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1976         instead of facep.
1977
1978 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1979
1980         * wl-dnd.el (wl-dnd-drop-func): Fix.
1981
1982         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1983         mouse-set-point instead of posn-point.
1984
1985         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1986
1987         * wl-mule.el (wl-completing-read-multiple): Ditto.
1988
1989 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * wl-demo.el (face-background-name): Defalias to avoid compile
1992         warning.
1993
1994 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1995
1996         * wl-summary.el (wl-summary-decide-flag): Use
1997         wl-completing-read-multiple instead of completing-read-multiple.
1998
1999         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2000         New alias.
2001
2002         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2003         Use face-background-name instead of face-background.
2004
2005         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2006
2007         * wl-summary.el (wl-summary-save): Use it.
2008         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2009
2010         * wl-mime.el (wl-mime-save-content): Fix last change.
2011
2012 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2013
2014         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2015         New function.
2016         (wl-summary-sort-specs): Added sort.
2017         * wl-mime.el (wl-mime-save-content): Expand file name.
2018
2019 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2022
2023         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2024
2025 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2026
2027         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2028         for flag if it is not defined.
2029
2030 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2031
2032         * wl-e21.el (wl-highlight-folder-current-line): Use
2033         elmo-folder-type-internal when elmo-folder-type returns nil.
2034
2035         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2036
2037         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2038
2039         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2040
2041         * wl-e21.el (wl-summary-toolbar): Ditto.
2042
2043         * wl-vars.el (wl-demo-background-color): Abolished.
2044         (wl-summary-persistent-mark-priority-list): Renamed from
2045         wl-summary-flag-priority-list.
2046         (wl-summary-flag-alist): New user option.
2047         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2048         (wl-message-mode-line-format-spec-alist): Added 'F'.
2049         (wl-message-mode-line-format): Likewise.
2050         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2051         instead of wl-summary-important-mark.
2052         (wl-file-folder-icon): New variable.
2053
2054         * wl-thread.el (wl-thread-set-flags): Renamed from
2055         wl-thread-mark-as-important.
2056
2057         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2058         warning.
2059         (wl-summary-mode-menu-spec): Follow the change of 
2060         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2061         (wl-summary-mode-map): Follow the change of
2062         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2063         (wl-summary-detect-mark-position): Follow the variable name change.
2064         (wl-summary-set-flags-region): New function for the replacement of
2065         wl-summary-mark-as-important-region.
2066         (wl-summary-sync-marks): Sync all global-flags.
2067         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2068         instead of elmo-message-flagged-p.
2069         (wl-summary-persistent-mark-string): Follow the variable name change;
2070         Put wl-summary-flag-mark if the message has global-flag.
2071         (wl-summary-target-mark-set-flags): Renamed from 
2072         wl-summary-target-mark-mark-as-important.
2073         (wl-summary-decide-flag): New function.
2074         (wl-summary-set-flags-internal): Renamed from
2075         wl-summary-mark-as-important-internal.
2076         (wl-summary-add-flags-internal): New function.
2077         (wl-summary-remove-flags-internal): Ditto.
2078         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2079         (wl-summary-mark-as-unimportant): Abolish.
2080         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2081         (wl-summary-next-message): List flagged messages in the msgdb.
2082
2083         * wl-score.el (wl-summary-score-update-all-lines): Use
2084         wl-summary-add-flags-internal instead of 
2085
2086         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2087
2088         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2089         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2090         (wl-message-buffer-require-all-header): Renamed from
2091         wl-message-buffer-all-header-flag (Ditto).
2092         (wl-message-buffer-flag-indicator): New variable.
2093         (wl-message-redisplay): Changed local varibale name from `flag' to
2094         `display-type'; Set up wl-message-buffer-flag-indicator.
2095         (wl-message-buffer-display): Changed varibale name from `flag' to
2096         `display-type'.
2097         (wl-message-display-internal): Likewise.
2098
2099         * wl-highlight.el (wl-highlight-demo-face): Define default background
2100         color.
2101         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2102
2103         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2104
2105         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2106         (wl-demo-setup-properties): Renamed from
2107         `wl-demo-set-background-color'.
2108         (wl-demo): Follow the change above.
2109         
2110         * Version number is increased to 2.11.24.
2111
2112 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-toggle-thread): Call
2115         `wl-summary-rescan' with disable-thread as non-nil.
2116         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2117
2118 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2119
2120         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2121         foreground property of the face.
2122         (wl-demo-insert-text): Don't set up face property here.
2123         (wl-demo): Call wl-demo-set-background-color, anyway.
2124
2125 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-vars.el (wl-demo-background-color): The value can be nil.
2128
2129 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2132         to wl-summary-wheel-dispatcher.
2133
2134         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2135         wl-message-wheel-dispatcher.
2136         (wl-message-wheel-dispatcher): New function.
2137         (wl-summary-wheel-dispatcher): Ditto.
2138
2139 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2140
2141         * wl-action.el (wl-summary-target-mark-all): List messages which are
2142         not in the killed-list.
2143
2144         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2145         only when the folder is 'flag/important.
2146
2147         * wl-address.el (wl-complete-field-body): Complete if the last
2148         character is a space.
2149
2150 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * wl-folder.el (wl-folder-clear-entity-info): Use
2153         elmo-clear-hash-val.
2154
2155         * wl-fldmgr.el (wl-fldmgr-rename): Set
2156         wl-folder-info-alist-modified as t.
2157
2158 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2159
2160         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2161
2162 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2163
2164         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2165         (wl-folder-buffer-last-visited-entity-id): New buffer local
2166         variable.
2167         (wl-folder-revisit-last-visited-folder): New function.
2168         (wl-folder-mode-map): Bind it to "C-i".
2169         (wl-folder-set-current-entity-id): Set last visited folder.
2170         * wl-summary.el (wl-summary-exit): Ditto.
2171
2172 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2175         before calling `recenter' in order to cope with an XEmacs bug.
2176
2177 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2178
2179         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2180         to the default value.
2181
2182 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2183
2184         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2185         change.
2186         (wl-summary-sync-marks): Ditto.
2187         (wl-summary-mark-as-read-internal): Ditto.
2188         (wl-summary-mark-as-answered-internal): Ditto.
2189         (wl-summary-mark-as-important-internal): Ditto.
2190         (wl-summary-reply): Ditto.
2191
2192         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2193         instead of `elmo-folder-unflag-answered'.
2194
2195         * Version number is increased to 2.11.23.
2196
2197         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2198         the last change.
2199
2200 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2201
2202         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2203         Specify "spam" or "good".
2204
2205 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2206
2207         * wl-spam.el (wl-summary-exec-action-spam): Call
2208         wl-folder-confirm-existence for spam folder.
2209         (wl-spam-setup): Bind "mk".
2210
2211 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2212
2213         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2214
2215 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2218         destination folder is empty.
2219
2220 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2223         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2224
2225         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2226         (wl-summary-refile-prev-destination-region): New function.
2227         (wl-thread-refile-prev-destination): Ditto.
2228         (wl-summary-target-mark-refile-prev-destination): Ditto.
2229
2230 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2233         (wl-demo-background-color): Changed default value.
2234
2235         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2236         color.
2237
2238         * wl-demo.el (wl-demo-set-background-color): New function.
2239         (wl-demo): Call it.
2240
2241 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2242
2243         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2244         * wl-address.el (wl-address-add-or-change): Don't add empty
2245         address.
2246
2247 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2248
2249         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2250
2251 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2252
2253         * wl-vars.el (wl-demo-image-filter-alist): New variable
2254         (wl-demo-background-color): Ditto.
2255
2256         * wl-demo.el (wl-demo-xpm-set-background): New function.
2257         (wl-demo-image-filter): Ditto.
2258         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2259
2260         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2261
2262         * wl-demo.el (wl-demo-icon-name): Define as function.
2263         (wl-demo-insert-image): Use it.
2264
2265 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2266
2267         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2268
2269 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2270
2271         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2272
2273 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2276
2277 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-thread.el (wl-thread-mark-as-answered): New function.
2280
2281         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2282         answered" entry.
2283         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2284         "r&" and wl-thread-mark-as-answered to "t&".
2285         (wl-summary-mark-as-important-region): Refine to toggle mark.
2286         (wl-summary-mark-as-answered-region): New function.
2287         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2288         and 3rd argument.
2289         (wl-summary-mark-as-important-internal): Likewise.
2290
2291 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-template.el (wl-template-preview): New internal variable.
2294         (wl-template-preview-p): New function.
2295         (wl-template-show): Bind `wl-template-preview' as t.
2296
2297 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2300         `elmo-message-entity-field' with 3rd argument which is non-nil.
2301
2302 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2303
2304         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2305         Removed duplicate local bind `folder'.
2306
2307 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2310
2311 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2314         duplicate definition.
2315
2316 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2317
2318         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2319         non-nil, use it; Don't fetch message if there's no message in the
2320         current cursor position.
2321
2322 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2323
2324         * wl-util.el (wl-region-exists-p): Use region-active-p.
2325         (wl-deactivate-region): New function.
2326         * wl-message.el (wl-message-redisplay): Deactivate region.
2327
2328         * wl-summary.el (wl-summary-reply): Call
2329         `wl-summary-set-message-buffer-or-redisplay' instead of
2330         `wl-summary-redisplay-internal', don't move point.
2331
2332 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2335         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2336         by regexp.
2337
2338 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2341         if no need.
2342
2343 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2346         default value to nil.
2347         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2348         `wl-summary-prepare-hook'; Replace refile action to
2349         `wl-summary-exec-action-refile-with-register'.
2350
2351         * Version number is increased to 2.11.22.
2352
2353 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-summary.el (wl-summary-detect-mark-position): Set
2356         `wl-summary-buffer-weekday-name-lang'.
2357
2358 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2359
2360         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2361         (wl-summary-mark-as-read-all): Ditto.
2362         (wl-summary-delete-messages-on-buffer): Ditto.
2363         (wl-summary-sync-update): Ditto.
2364         (wl-summary-mark-as-read-internal): Ditto.
2365         (wl-summary-mark-as-answered-internal): Ditto.
2366         (wl-summary-update-folder-info): Abolished.
2367
2368 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-summary.el (wl-summary-mark-as-read-all): Use
2371         `wl-summary-update-folder-info' instead of
2372         `wl-folder-update-unread'.
2373
2374 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2375
2376         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2377         `wl-summary-folder-info-update'.
2378         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2379         instead of `wl-summary-folder-info-update'.
2380         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2381         `wl-folder-set-folder-updated'.
2382         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2383         instead of `wl-folder-update-unread'.
2384         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2385         the value of `wl-summary-buffer-unread-count' for the second parameter of
2386         `wl-folder-update-unread'.
2387
2388         * Version number is increased to 2.11.21.
2389
2390 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2391
2392         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2393         a local variable.
2394
2395 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2398         interactively.
2399
2400         * wl-summary.el (wl-summary-mark-as-important-internal): New
2401         internal function.
2402         (wl-summary-mark-as-important): Use it.
2403         (wl-summary-mark-as-unimportant): New function.
2404         (wl-summary-sync-marks): Follow the API change.
2405
2406         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2407
2408         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2409
2410 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2411
2412         * wl-folder.el (wl-folder-update-unread): Re-indent.
2413         Narrow the scope of a local variable.
2414
2415 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2418         (wl-addrmgr-merge-entries): Ditto.
2419         (wl-addrmgr): Added to address entry which exists in draft buffer
2420         if no entry is in original.
2421
2422 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2423
2424         * wl-batch.el: New file.
2425
2426 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2427
2428         * wl-vars.el (wl-use-semi): Remove unused variable.
2429
2430 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2431
2432         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2433         "?".
2434
2435 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2438         wl-summary-new-mark.
2439         (wl-summary-new-cached-mark): New user option.
2440         (wl-summary-score-marks): Follow the change above.
2441         (wl-summary-auto-refile-skip-marks): Ditto.
2442         (wl-summary-incorporate-marks): Ditto.
2443         (wl-summary-expire-reserve-marks): Ditto.
2444
2445         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2446
2447         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2448         (wl-summary-persistent-mark-string): Distinguished between cached
2449         and uncached mark when the message is new.
2450
2451 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2452
2453         * wl-spam.el (wl-spam-domain): Renamed from
2454         `wl-spam-folder-guess-domain'.
2455         (wl-summary-exec-action-spam): Register as spam if domain of the
2456         source folder is good.
2457         (wl-summary-exec-action-refile-with-register): Register message if
2458         domain of the source folder is not undecided.
2459
2460 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2463         detect thread loop.
2464
2465 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2468         and wl-summary-skip-mark-list.
2469
2470 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2471
2472         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2473
2474         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2475
2476         * wl-spam.el (toplevel): Require wl-highlight.
2477         (wl-spam-auto-check-policy-alist): Abolish.
2478         (wl-spam-auto-check-folder-regexp-list): New user option.
2479         (wl-spam-auto-check-marks): Ditto.
2480         (wl-spam-mark-action-list): Ditto.
2481         (wl-highlight-summary-spam-face): New face.
2482         (wl-spam-auto-check-message-p): New function.
2483         (wl-spam-map-spam-messages): Fixed message.
2484         (wl-spam-register-spam-messages): Ditto.
2485         (wl-spam-register-good-messages): Ditto.
2486         (wl-summary-spam-map): Add and remove keybind.
2487         (wl-summary-target-mark-spam): Abolish.
2488         (wl-summary-refile-spam): Ditto.
2489         (wl-summary-test-spam): New function.
2490         (wl-summary-mark-spam): Ditto.
2491         (wl-summary-auto-check-spam): Follow the above change.
2492         (wl-summary-exec-action-spam): New function.
2493         (wl-summary-exec-action-refile-with-register): Fixed message.
2494         (wl-message-check-spam): New function.
2495         (wl-spam-setup): Ditto.
2496         (toplevel): Call it if this file is loaded interactivity.
2497
2498         * Version number is increased to 2.11.20.
2499
2500 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2503         when new optional argument `force' is non nil or modified.
2504
2505 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2506
2507         * wl.el (toplevel): Require wl-spam when compile.
2508         (wl-save-status): Call wl-spam-save-status.
2509
2510         * wl-spam.el (wl-spam-register-spam-messages): New function.
2511         (wl-spam-register-good-messages): Ditto.
2512         (wl-spam-save-status): Ditto.
2513         (wl-summary-mode-map): Bind
2514         wl-summary-target-mark-register-as-spam to "ms" and
2515         wl-summary-target-mark-register-as-good to "mn".
2516         (wl-summary-register-as-spam): Abolish optional argument; Use
2517         wl-spam-register-spam-messages.
2518         (wl-summary-register-as-spam-all): Use
2519         wl-spam-register-spam-messages.
2520         (wl-summary-register-as-good): Abolish optional argument; Use
2521         wl-spam-register-good-messages.
2522         (wl-summary-register-as-good-all): Use
2523         wl-spam-register-good-messages.
2524         (wl-summary-target-mark-register-as-spam): New funtion.
2525         (wl-summary-target-mark-register-as-good): Ditto.
2526
2527 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * wl-spam.el: New file.
2530
2531 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2534
2535         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2536         (wl-summary-auto-refile): Call wl-refile-guess with
2537         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2538
2539 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2542         with disable-thread argument non-nil.
2543
2544 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * wl-summary.el (wl-summary-rescan): Added optional argument
2547         disable-thread.
2548         (wl-summary-sync): Call wl-summary-rescan with argument
2549         disable-thread.
2550         (wl-summary-input-range): Added new range `rescan-thread'.
2551
2552 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2553
2554         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2555
2556 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2559         internal variable.
2560         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2561         wl-summary-search-parent-by-subject-regexp and
2562         wl-summary-divide-thread-when-subject-changed as nil.
2563         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2564         (wl-summary-insert-thread): Search parent entity from
2565         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2566         thread loop.
2567
2568 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2569
2570         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2571
2572         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2573
2574         * wl-util.el (wl-require-update-all-folder-p): New function.
2575         (wl-get-assoc-list-value): Added `function' to match directive.
2576         (wl-collect-draft): Rewrite.
2577
2578         * wl-summary.el (wl-summary-sync-update): Clear faces
2579         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2580         are non-nil.
2581         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2582         argument as function.
2583         (wl-summary-input-range): Ditto.
2584
2585         * wl-folder.el (wl-draft-get-folder): New function.
2586         (wl-folder-get-elmo-folder): Consider draft folder.
2587
2588         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2589         (wl-draft-buffer-message-number): New buffer local variable.
2590         (wl-draft-folder-internal): New internal variable.
2591         (wl-draft-delete): Rewrite.
2592         (wl-draft-save): Ditto.
2593         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2594         wl-folder-get-elmo-folder.
2595         (wl-draft-config-info-operation): Ditto.
2596         (wl-jump-to-draft-folder): Ditto.
2597         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2598         (wl-draft-reedit): Rewrite.
2599
2600         * Version number is increased to 2.11.19.
2601         
2602 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2603
2604         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2605         variable.
2606
2607 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2610         Use ignore-errors instead of unwind-protect.
2611
2612 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2613
2614         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2615         for updating `wl-thread-entity-list'.
2616
2617 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2618
2619         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2620         parameter from calling `wl-thread-entity-get-older-brothers' and
2621         `wl-thread-entity-get-younger-brothers'.
2622         Replace nested `append' with a single one.
2623
2624 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2625
2626         * wl-summary.el (wl-summary-mode): Don't use the return value of
2627         `make-local-hook'.
2628
2629 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2630
2631         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2632         instead of `let*'.
2633         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2634         of local variables.
2635
2636 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2639         Renamed from wl-summary-window-scroll-functions.
2640         (wl-summary-window-scroll-functions): Don't set to variable.
2641         (wl-summary-display-top): Use run-hooks.
2642         (wl-summary-display-bottom): Ditto.
2643         (wl-summary-toggle-disp-msg): Ditto.
2644         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2645         Use it instead of wl-summary-window-scroll-functions.
2646         (wl-summary-goto-folder-subr): Don't call
2647         wl-summary-window-scroll-functions, use
2648         wl-summary-buffer-window-scroll-functions instead.
2649
2650 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2651
2652         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2653         make-local-variable.
2654
2655 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2656
2657         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2658         set-buffer-modified-p.
2659         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2660         (wl-summary-display-bottom): Ditto.
2661         (wl-summary-toggle-disp-msg): Ditto.
2662
2663 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2666
2667         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2668         (wl-summary-forward): Use elmo-message-entity-field instead of
2669         elmo-message-field.
2670
2671         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2672
2673 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2674
2675         * wl-summary.el (wl-summary-window-scroll-functions): No use
2676         `append'.
2677
2678 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2681         function.
2682         (wl-summary-window-scroll-functions): Call it when both
2683         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2684         (wl-summary-temp-mark): Added optional argument number.
2685         (wl-summary-message-mark): Added optional argument flag.
2686         (wl-summary-persistent-mark): Added optional argument number and flag.
2687         (wl-summary-update-persistent-mark): Ditto.
2688         (wl-summary-update-status-marks): Set "r" for interactive spec.
2689
2690         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2691         argument number and flag.
2692
2693         * wl-action.el (wl-summary-registered-temp-mark): 
2694         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2695
2696 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2699         internal variable (buffer local).
2700         (wl-summary-window-scroll-functions): New function.
2701         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2702         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2703         as nil.
2704         (wl-summary-update-status-marks): Added arguments beg, end and
2705         check.
2706         (wl-summary-update-mark-window): Use function.
2707         (wl-summary-sync-update): Follow the change above.
2708         (wl-summary-switch-to-clone-buffer): Copy
2709         wl-summary-buffer-unsync-mark-number-list.
2710         (wl-summary-goto-folder-subr): Set
2711         wl-summary-buffer-unsync-mark-number-list and
2712         use wl-summary-window-scroll-functions instead of
2713         wl-summary-lazy-highlight.
2714
2715         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2716
2717 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2720
2721         * wl-summary.el (wl-summary-update-persistent-mark): Call
2722         wl-summary-set-message-modified.
2723
2724         * wl-summary.el (wl-summary-sync-update): Don't call
2725         wl-summary-update-status-marks.
2726
2727         * Version number is increased to 2.11.18.
2728
2729 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2732         (wl-message-next-page): Ditto.
2733
2734 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2735
2736         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2737         local variable.  Change the order of a collected list into the
2738         same as the specified range.  Remove nil from a collected list.
2739
2740 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2743         argument for elmo-folder-list-messages.
2744
2745 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2748         change (wl-summary-count-unreads return a list instead of a cons
2749         cell).
2750
2751 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2752
2753         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2754         `wl-summary-folder-info-update'.
2755
2756 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * wl-summary.el (wl-summary-set-message-modified): No use
2759         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2760         (wl-summary-set-mark-modified): Abolish.
2761         (wl-summary-mark-modified-p): Ditto.
2762         (wl-summary-save-view): Follow the change above.
2763
2764         * wl-expire.el (wl-summary-expire): Likewise.
2765
2766 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-summary.el (wl-summary-detect-mark-position): Use
2769         modb-entity-handler.
2770         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2771
2772         * Version number is increased to 2.11.17.
2773
2774 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2777         entity field value.
2778         (wl-summary-prefetch-msg): Ditto.
2779         (wl-summary-print-message-with-ps-print): Ditto.
2780
2781 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2782
2783         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2784         for dummy entity.
2785         (wl-summary-insert-thread): Use elmo-message-entity-field.
2786         (wl-summary-update-thread): Use elmo-message-entity-field and
2787         elmo-message-entity-number.
2788         (wl-summary-line-number):  Use elmo-message-entity-number.
2789         (wl-summary-line-size): Use elmo-message-entity-field.
2790         (wl-summary-line-subject): Ditto.
2791         (wl-summary-line-from): Ditto.
2792         (wl-summary-line-attached): Ditto.
2793         (wl-summary-create-line): Ditto.
2794         (wl-summary-create-line): Use elmo-message-entity-number.
2795         (wl-summary-print-message-with-ps-print): Use
2796         elmo-message-entity-field.
2797
2798 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2801         change in elmo-msgdb-make-message-entity.
2802         (wl-summary-buffer-set-folder): Don't call
2803         wl-summary-detect-mark-position here.
2804         (wl-summary-rescan): Call elmo-message-entity-number.
2805         (wl-summary-sync-update): Ditto.
2806         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2807
2808         * wl-score.el (wl-score-header-index): Redefine 2th element.
2809         (wl-score-overview-entity-get-extra): Abolish.
2810         (wl-score-ov-entity-get): Rewrite.
2811         (wl-score-string-index<, wl-score-string-func<): Abolish.
2812         (wl-score-string<): New function.
2813         (wl-score-string-sort): Use it.
2814
2815         * wl-refile.el (wl-refile-guess-by-history): Use
2816         elmo-message-entity-field.
2817         (wl-refile-guess-by-from): Ditto.
2818         (wl-refile-guess-by-msgid): Ditto.
2819
2820         * Version number is increased to 2.11.16.
2821
2822 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2823
2824         * wl-folder.el (wl-folder-confirm-existence): Don't call
2825         file-exists-p if msgdb-path is nil.
2826         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2827         `wl-read-folder-hist' to `wl-read-folder-history'.
2828
2829 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2830
2831         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2832         `y-or-n-p'.
2833
2834 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-score.el (wl-score-headers): Don't use
2837         elmo-folder-do-each-message-entity.
2838
2839         * Version number is increased to 2.11.15.
2840
2841 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2842
2843         * wl-summary.el (wl-summary-delete-all-msgs): Use
2844         elmo-folder-move-messages instead of elmo-folder-delete-messages
2845         and elmo-folder-detach-messages.
2846         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2847
2848         * wl-expire.el (wl-expire-delete): Ditto.
2849         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2850
2851 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2852
2853         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2854         (wl-message-header-narrowing-fields): Ditto.
2855         (wl-message-header-narrowing-lines): Ditto.
2856         (wl-message-header-narrowing-string): Ditto.
2857
2858         * wl-summary.el (wl-summary-mode-map): Bind
2859         wl-summary-toggle-header-narrowing to "C-cC-f".
2860         (wl-summary-toggle-header-narrowing): New function.
2861
2862         * wl-message.el (wl-message-buffer-create): Call
2863         wl-message-header-narrowing-setup.
2864         (wl-message-redisplay): Call wl-message-header-narrowing.
2865         (wl-message-header-narrowing): New function.
2866         (wl-message-header-narrowing-map): New keymap.
2867         (wl-message-header-narrowing-widen-map): New keymap.
2868         (wl-message-header-narrowing-again-at-mouse): New function.
2869         (wl-message-header-narrowing-1): Ditto.
2870         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2871         (wl-message-header-narrowing-setup): Ditto.
2872         (wl-message-header-narrowing-toggle): Ditto.
2873         
2874         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2875
2876         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2877         'flag as all.
2878         (wl-use-flag-folder-help-echo): New user option.
2879
2880         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2881         wl-summary-highlight as nil.
2882         (wl-summary-set-mark-modified): Follow the API change.
2883         (wl-summary-mark-modified-p): Ditto.
2884         (wl-summary-mark-as-read-all): Ditto.
2885         (wl-summary-sync-marks): Don't call
2886         elmo-folder-list-messages-with-global-mark.
2887         (wl-summary-mark-as-read-internal): Follow the API change.
2888         (wl-summary-mark-as-answered-internal): Ditto.
2889         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2890         Follow the API change.
2891         (wl-summary-create-line): Call with number argument.
2892         (wl-summary-reply): Follow the API change.
2893
2894         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2895         function.
2896         (wl-highlight-summary-line-string): Call it when
2897         wl-use-flag-folder-help-echo is non-nil.
2898         (wl-highlight-summary-current-line): Ditto.
2899         (elmo-flag-folder-referrer): Added autoload setting.
2900
2901         * wl-draft.el (wl-draft-kill): Follow the API change.
2902
2903         * Version number is increased to 2.11.14.
2904         
2905 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2908
2909 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2910
2911         * Version number is increased to 2.11.13.
2912
2913 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-draft.el (wl-draft-previous-history-element): Fixed
2916         unbalanced parenthesis and bind unbound local variables.
2917
2918 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2919
2920         * wl-draft.el (wl-draft-previous-history-element): New function.
2921         (wl-draft-next-history-element): Ditto.
2922         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2923         them to M-p and M-n.
2924
2925 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * Version number is increased to 2.11.12.
2928
2929 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2930
2931         * wl-draft.el (wl-draft-hide): Select buffer-window.
2932
2933 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2934
2935         * wl-summary.el (wl-summary-narrow-to-region): New function.
2936         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2937         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2938         (wl-summary-save-region): Use it.
2939         * wl-action.el (wl-summary-collect-numbers-region)
2940         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2941
2942 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2943
2944         * wl-folder.el (wl-folder-count-incorporates): Don't use
2945         `elmo-msgdb-mark-load'
2946
2947         * Version number is increased to 2.11.11.
2948
2949 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2950
2951         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2952         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2953
2954 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2955
2956         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2957
2958 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * Version number is increased to 2.11.10.
2961
2962 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2963
2964         * wl-mime.el (wl-draft-attribute-value): Fixed.
2965
2966 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2967
2968         * wl-util.el (wl-copy-local-variables): New function.
2969
2970         * wl-mime.el (wl-draft-attribute-recipients): New function.
2971         (wl-draft-attribute-envelope-from): Ditto.
2972         (wl-draft-attribute-smtp-posting-server): Ditto.
2973         (wl-draft-attribute-smtp-posting-port): Ditto.
2974         (wl-draft-attribute-value): Ditto.
2975         (wl-draft-preview-message): Use it to get value for
2976         attributes. Reflect result of `wl-draft-config'.
2977
2978         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2979         and call `wl-summary-mark-as-read' before to call
2980         `wl-summary-unset-mark'.
2981         (wl-summary-target-mark-mark-as-unread): Likewise.
2982         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2983
2984 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-mime.el (wl-draft-preview-message): Use actual value for
2987         attributes; Fix for small window.
2988
2989 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-refile.el (wl-refile-get-field-value): Call
2992         `elmo-message-entity-field' with 3rd argument is non-nil.
2993
2994 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2995
2996         * wl-vars.el (wl-draft-preview-attributes): New user option.
2997         (wl-draft-preview-attributes-list): Ditto.
2998         (wl-draft-preview-attributes-buffer-lines): Ditto.
2999         (wl-draft-preview-attributes-buffer-name): Ditto.
3000
3001         * wl-mime.el (wl-draft-preview-message): Display attributes.
3002
3003 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl-summary.el (wl-summary-detect-mark-position): Bind
3006         wl-summary-flag-priority-list to '(new).
3007
3008 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3011         funtion.
3012         (wl-highlight-summary-line-string): Use it.
3013         (wl-highlight-summary-current-line): Ditto.
3014
3015 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3018         line even when the mark string is not changed.
3019
3020         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3021         argument change in the wl-summary-create-line.
3022         (wl-thread-insert-entity-sub): Ditto.
3023
3024         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3025         argument change in the wl-summary-create-line.
3026         (wl-summary-insert-sequential): Ditto.
3027         (wl-summary-update-thread): Ditto.
3028         (wl-summary-persistent-mark-string): New inline function.
3029         (wl-summary-message-mark): Use it.
3030         (wl-summary-create-line): Abolish argument wl-persistent-mark
3031         and added wl-flags, wl-cached.
3032
3033         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3034         mark to flags.
3035         (wl-highlight-summary-current-line): Decide the face not by the 
3036         persistent mark but flags.
3037
3038 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3041         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3042         wl-summary-read-uncached-mark): Revive.
3043         (wl-summary-answered-cached-mark,
3044         wl-summary-answered-uncached-mark): New user option.
3045         (wl-summary-score-marks): Follow the change above.
3046         (wl-summary-auto-refile-skip-marks): Ditto.
3047         (wl-summary-incorporate-marks): Ditto.
3048         (wl-summary-expire-reserve-marks): Ditto.
3049         (wl-summary-flag-priority-list): New user option.
3050
3051         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3052         changes.
3053         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3054         of elmo-message-mark.
3055         (wl-summary-mark-as-read-internal): Ditto.
3056         (wl-summary-mark-as-answered): Ditto.
3057         (wl-summary-mark-as-important): Ditto.
3058         (wl-summary-redisplay-internal): Ditto.
3059         (wl-summary-redisplay-no-mime-internal): Ditto.
3060         (wl-summary-message-mark): New function.
3061         (wl-summary-insert-sequential): Use wl-summary-message-mark
3062         instead of elmo-message-mark.
3063         (wl-summary-update-thread): Ditto.
3064         (wl-summary-persistent-mark): Ditto.
3065         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3066         instead of elmo-message-mark.
3067
3068         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3069         wl-summary-message-mark instead of elmo-message-mark.
3070         (wl-thread-insert-entity-sub): Ditto.
3071         (wl-thread-get-children-msgs-uncached): Ditto.
3072
3073         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3074         variable name changes.
3075         (wl-highlight-summary-current-line): Ditto.
3076
3077         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3078         wl-summary-message-mark instead of elmo-message-mark.
3079
3080         * wl-expire.el (wl-expire-message-p): Ditto.
3081
3082         * wl-score.el (wl-score-headers): Ditto.
3083
3084         * Version number is increased to 2.11.9.
3085
3086         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3087         (wl-summary-sync-update): Follow the change above.
3088         (wl-summary-switch-to-clone-buffer): Ditto.
3089         (wl-summary-open-folder): Ditto.
3090
3091 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3094         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3095
3096         * Version number is increased to 2.11.8.
3097
3098         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3099
3100         * wl-expire.el (wl-expire-refile): Follow the API change on
3101         `elmo-folder-move-messages'.
3102         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3103
3104         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3105         (wl-summary-exec-action-refile): Ditto.
3106         (wl-summary-exec-action-copy): Ditto.
3107         (wl-summary-no-auto-refile-message-p): No use
3108         `wl-summary-buffer-msgdb'.
3109         (wl-summary-auto-refile): Ditto.
3110
3111 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3112
3113         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3114
3115 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3116
3117         * wl-summary.el (wl-summary-sync): Treat no-sync.
3118
3119         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3120         (wl-default-sync-range): Ditto.
3121
3122 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3123
3124         * wl-refile.el (wl-refile-subject-learn): Call
3125         `elmo-message-entity-field' with 3rd argument is non-nil.
3126         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3127         instead of `elmo-msgdb-overview-entity-get-subject'.
3128
3129 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3132         scan-type is rescan.
3133         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3134         new optional argument force is non-nil.
3135         (wl-summary-save-view-cache): Call it with force argument non-nil.
3136
3137         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3138
3139 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-action.el (wl-summary-print-argument): Fixed last change.
3142
3143 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3144
3145         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3146         simplified.
3147         (wl-summary-target-mark-mark-as-unread): Likewise.
3148         (wl-summary-target-mark-mark-as-important): Likewise.
3149
3150 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3151
3152         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3153         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3154         (wl-summary-mark-as-important-region): Change accordingly.
3155         (wl-summary-target-mark-mark-as-important): Ditto.
3156
3157 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3160
3161         * wl-action.el (wl-summary-print-argument): Print argument to
3162         right side of window if `wl-summary-print-argument-within-window'
3163         is non-nil.
3164
3165 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-action.el (wl-summary-set-mark): Use
3168         `wl-summary-message-visible-p' to check visibility of the message
3169         and jump to message only when the message line is visible and have
3170         different number; Call wl-summary-unset-mark with number argument.
3171         (wl-summary-unset-mark): 
3172         Use `wl-summary-message-visible-p'
3173         to check visibility of the message and jump to message only when
3174         the message line is visible and have different number;
3175
3176 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3177
3178         * Version number is increased to 2.11.7.
3179
3180         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3181         and wl-folder-summary-line-format.
3182
3183         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3184         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3185         (wl-summary-set-score-mark): Use it.
3186         (wl-summary-target-mark-mark-as-read): Ditto.
3187         (wl-summary-target-mark-mark-as-unread): Ditto.
3188         (wl-summary-target-mark-mark-as-important): Ditto.
3189         (wl-summary-target-mark-msgs): Simplified.
3190         (wl-summary-detect-mark-position): Fixed problem when
3191         summary-line-format no contain persisten/temp mark spec.
3192         (wl-summary-temp-mark): Ditto.
3193         (wl-summary-persistent-mark): Ditto.
3194         (wl-summary-update-persistent-mark): Ditto.
3195
3196         * wl-action.el (wl-summary-set-mark): Ditto.
3197         (wl-summary-unset-mark): Ditto.
3198         All other related portions are changed.
3199
3200 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * Version number is increased to 2.11.6.
3203
3204 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3205
3206         * wl-util.el (wl-current-message-buffer): Define as function;
3207         Don't use the value of wl-messge-buffer.
3208
3209         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3210         persistent mark.
3211
3212         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3213         no current message, cause an error.
3214
3215 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-summary.el (wl-summary-set-message-modified): Use
3218         elmo-folder-set-message-modified instead of
3219         elmo-folder-set-message-modified-internal.
3220
3221 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3224         interactively.
3225         (wl-summary-sync): nokill->entirely.
3226         (wl-summary-sync-marks): Fixed message.
3227         (wl-summary-input-range): Added mark, nokill->entirely.
3228
3229         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3230         messages as read.
3231
3232 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3235         update-noscore.
3236         (wl-summary-sync): Follow the change above.
3237
3238 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3239
3240         * wl-action.el (wl-summary-target-mark-all): Use
3241         elmo-folder-list-messages.
3242
3243 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3246         (wl-summary-rescan): Set wl-summary-scored as nil.
3247         (wl-summary-sync-force-update): Follow the change above.
3248         (wl-summary-sync): Ditto.
3249         (wl-summary-sync-update): Added argument disable-killed.
3250         (wl-summary-insert-headers): Set visible-only argument for
3251         elmo-folder-list-messages.
3252         (wl-summary-input-range): Added update-nokill, update-noscore,
3253         all-nokill, all-noscore and mark.
3254
3255         * Version number is increased to 2.11.5.
3256
3257         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3258
3259 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3260
3261         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3262         (wl-summary-prefetch-region-no-mark): Change accordingly.
3263         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3264
3265 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3266
3267         * wl-address.el (wl-complete-field-to): Abolished.
3268         (wl-complete-address): Completion function for completing-read.
3269         * wl-action.el (wl-summary-get-resend-address): Use it.
3270
3271         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3272         wl-summary-update-mark and abolish unused argument.
3273         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3274         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3275         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3276         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3277         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3278         * wl-draft.el (wl-draft-kill): Ditto.
3279
3280         * wl-summary.el: Remove unused binding of case-fold-search.
3281         (wl-summary-replace-status-marks): Abolished.
3282
3283 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3286         is specified or folder length is zero.
3287
3288 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3289
3290         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3291         (wl-folder-archive-current-entity): Ditto.
3292
3293 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3296         retrieving message mark.
3297         (wl-summary-redisplay-internal): Ditto.
3298
3299         * wl-message.el (wl-message-buffer-display): Ignore errors while
3300         retrieving message-id field.
3301
3302         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3303         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3304         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3305         order of the arguments for `wl-expire-message-p'.
3306         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3307
3308         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3309         Check return value of wl-summary-reply.
3310         (wl-summary-reply): Recover window configuration when an error occured.
3311
3312 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3313
3314         * wl-summary.el (wl-summary-resend-message): Abolished, the
3315         feature is inherited by wl-summary-resend (put resend mark).
3316
3317 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3318
3319         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3320         wl-message-buffer to nil when the message is hide.
3321
3322 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * .cvsignore: New file.
3325
3326 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3327
3328         * wl-action.el (wl-summary-action-docstring): Add more info.
3329         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3330         duplicate definition.
3331         (wl-summary-define-mark-action): Functions wl-summary-*-region
3332         keep current position.
3333         (wl-summary-unregister-target-mark): Store result to the variable.
3334
3335 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * Version number is increased to 2.11.4.
3338
3339 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3342         wl-summary-delete-all-temp-marks.
3343         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3344
3345         * wl-action.el (wl-summary-set-mark): Changed terminology
3346         refile-destination -> action-argument.
3347         (wl-summary-unset-mark): Ditto.
3348         (wl-summary-remove-argument): Ditto.
3349         (wl-summary-print-argument): Ditto.
3350
3351         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3352         (wl-thread-remove-argument-region): Ditto.
3353         (wl-thread-print-argument-region): Ditto.
3354         (wl-thread-close): Ditto.
3355         (wl-thread-open): Ditto.
3356
3357         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3358         (wl-highlight-refile-destination-face is abolished)
3359         (wl-highlight-action-argument-string): Ditto.
3360         (wl-highlight-summary-current-line): Highlight action argument.
3361
3362         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3363         color for light backgrounds.
3364         (wl-highlight-summary-answered-face): Ditto.
3365
3366 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3369
3370         * wl-score.el (wl-summary-score-update-all-lines): Use
3371         wl-summary-set-mark.
3372         (wl-summary-score-update-all-lines): Kill expunged messages.
3373
3374         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3375
3376 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3379         directly.
3380         (wl-score-overview-entity-get-lines): Ditto.
3381         (wl-score-overview-entity-get-xref): Ditto.
3382         (wl-score-get-latest-msgs): Ditto.
3383         (wl-summary-rescore): Ditto.
3384
3385         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3386         to "&".
3387         (wl-summary-mark-as-answered-internal): New inline function.
3388         (wl-summary-mark-as-answered): New function.
3389         (wl-summary-mark-as-unanswered): Ditto.
3390         (wl-summary-sync-marks): Modified for answered-mark synching.
3391
3392 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-action.el (wl-summary-set-mark): Fixed last change.
3395
3396 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3397
3398         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3399         behavior of wl-summary-unread-message-hook
3400         (Pointed out by akira yamada <akira@arika.org>).
3401
3402 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3403
3404         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3405         wl-summary-delete.
3406         * wl-xmas.el (wl-summary-toolbar): Ditto.
3407
3408         * wl-action.el (wl-summary-set-mark): Don't override current
3409         temp-mark.
3410
3411         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3412
3413 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3416         (wl-refile-msgid-learn): Ditto.
3417         (wl-refile-get-field-value): Ditto.
3418
3419         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3420
3421         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3422         (wl-expire-delete-reserved-messages): Renamed from
3423         wl-expire-reserve-marked-msgs-from-list.
3424         (wl-expire-delete): Removed argument `msgdb'.
3425         (wl-expire-refile): Ditto.
3426         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3427         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3428         mark-alist as argument.
3429         (wl-expire-archive-number1): Removed argument `msgdb'.
3430         (wl-expire-archive-number2): Ditto.
3431         (wl-expire-archive-date): Ditto.
3432         (wl-expire-localdir-date): Ditto.
3433         (wl-expire-hide): Ditto.
3434         (wl-archive-number1): Ditto.
3435         (wl-archive-number2): Ditto.
3436         (wl-archive-date): Ditto.
3437         (wl-archive-folder): Ditto.
3438         All other related portions are changed.
3439
3440 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3441
3442         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3443         mean move up and down. (suggested by Takashi Kawachi)
3444
3445 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-acap.el (toplevel): Don't require un-define.
3448
3449 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-thread.el (wl-thread-delete-message): Always update
3452         wl-summary-buffer-number-list.
3453
3454         * wl-action.el (wl-summary-print-destination): 
3455         Do nothing when folder is nil.
3456
3457 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3458
3459         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3460         persistent mark when prefetch is succeeded.
3461
3462 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3463
3464         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3465         instead of elmo-msgdb-delete-msgs.
3466         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3467         (wl-expire-hide): Ditto.
3468
3469         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3470
3471         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3472         elmo-msgdb interface.
3473         (wl-thread-get-exist-children): Likewise.
3474         (wl-thread-insert-message): Likewise.
3475         (wl-thread-msg-mark-as-important): Likewise.
3476         (wl-thread-insert-entity-sub): Likewise.
3477         (wl-thread-get-children-msgs-uncached): Likewise.
3478
3479         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3480         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3481         (wl-summary-sync-update): Likewise.
3482         (wl-summary-auto-select-msg-p): Likewise.
3483         (wl-summary-update-thread): Likewise.
3484         (wl-summary-mark-as-important): Likewise.
3485         (wl-summary-jump-to-msg-internal): Likewise.
3486         (wl-summary-redisplay-internal): Likewise.
3487         (wl-summary-print-message-with-ps-print): Likewise.
3488         (wl-summary-folder-info-update): Likewise.
3489
3490         * wl-folder.el (wl-folder-check-one-entity):
3491         elmo-folder-count-flags instead of wl-summary-count-unread.
3492
3493         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3494
3495         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3496
3497         * wl-summary.el (wl-summary-set-message-modified): 
3498         Call wl-summary-set-mark-modified.
3499         (wl-summary-delete-messages-on-buffer): Call
3500         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3501         (wl-summary-sync-update): Call elmo-folder-length instead of
3502         elmo-folder-messages.
3503         (wl-summary-insert-headers): Don't call
3504         elmo-folder-list-message-entities.
3505
3506 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3507
3508         * wl-action.el (wl-summary-define-mark-action): Call
3509         `wl-summary-set-mark' with argument `data'.
3510         (wl-summary-auto-refile): Fixed order of arguments when call
3511         `wl-summary-refile'.
3512
3513 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3516
3517         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3518
3519         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3520         (Renamed from wl-highlight-summary-deleted-face).
3521         (wl-highlight-summary-resend-face): New face.
3522
3523         (wl-highlight-summary-deleted-face): Renamed from
3524         wl-highlight-summary-erased-face.
3525
3526         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3527
3528         * wl-action.el (wl-summary-get-resend-address): New function.
3529         (wl-summary-exec-action-resend): Ditto.
3530         (wl-summary-exec-action-resend-subr): Ditto.
3531
3532         * w-thread.el (wl-thread-copy): Removed definition.
3533         (wl-thread-refile): Ditto.
3534         (wl-thread-delete): Ditto.
3535         (wl-thread-target-mark): Ditto.
3536
3537         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3538         (wl-summary-target-mark-set-action): Fixed.
3539         (wl-summary-define-mark-action): Fixed quotation.
3540         (wl-summary-move-mark-list-messages): Display message.
3541         (wl-summary-define-mark-action): Define thread functions.
3542         (wl-summary-exec-action-refile): Changed message.
3543         (wl-summary-exec): Ditto.
3544
3545 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3546         
3547         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3548         '%%'.
3549
3550 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl.el (toplevel): Require wl-action.
3553         (wl-init): Call wl-summary-define-mark-action.
3554
3555         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3556
3557         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3558         wl-summary-delete and wl-summary-erase.
3559         (wl-summary-mode-map): Ditto.
3560
3561         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3562         wl-delete-folder-alist.
3563
3564         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3565         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3566         (toplevel): Moved mark & action related functions to the wl-action.el.
3567
3568         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3569         in wl-summary-mark-action-list.
3570         (wl-highlight-summary-current-line): Ditto.
3571
3572         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3573         empty lines.
3574
3575         * wl-action.el: New file. 
3576
3577 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3578
3579         * wl-summary.el (wl-summary-target-mark-replace): New function.
3580         (wl-summary-target-mark-prefetch): Use it.
3581         (wl-summary-target-mark-delete): Ditto.
3582         (toplevel): Rearranged definition order.
3583         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3584         (wl-summary-target-mark-erase): Rewrite.
3585         (wl-summary-erase-region): New function.
3586         (wl-summary-exec-action-erase): Changed message.
3587         (wl-summary-move-mark-list-messages): New function.
3588         (wl-summary-exec-action-delete): Use it.
3589         (wl-summary-exec-action-erase): Ditto.
3590
3591         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3592         (wl-summary-skip-mark-list): Added "d".
3593
3594         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3595         while searching.
3596
3597         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3598         and define using defcustom;
3599         Define 4th element as a face.
3600         
3601         * wl-summary.el (wl-summary-incorporate): Use 
3602         `wl-summary-prefetch-region-no-mark' instead of
3603         `wl-summary-prefetch-region'.
3604         (wl-summary-prefetch-region-no-mark): Revival of old
3605         `wl-summary-prefetch-region'.
3606         (wl-summary-mark-action-list): Moved to wl-vars.el
3607
3608         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3609         face according to the `wl-summary-mark-action-list'.
3610         (wl-highlight-summary-current-line): Ditto;
3611         Removed destination highlighting.
3612
3613         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3614         (wl-highlight-summary-line-string): Highlight for "i" mark.
3615         (wl-highlight-summary-current-line): Ditto.
3616
3617         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3618         no destination.
3619
3620         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3621         exists, just go ahead.
3622         (wl-summary-prefetch-region): Rewrite.
3623         (wl-summary-prefetch): Ditto.
3624         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3625         (wl-summary-exec-action-prefetch): New function.
3626         (wl-summary-target-mark-prefetch): Rewrite.
3627
3628 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3631         (wl-highlight-summary-line-string): Added "d" and "D".
3632         (wl-highlight-summary-current-line): Ditto.
3633
3634         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3635         in wl-summary.el.
3636         (wl-thread-insert-entity-sub): Ditto.
3637         (wl-thread-remove-destination-region): Ditto.
3638         (wl-thread-print-destination-region): Ditto.
3639
3640         * wl-summary.el (wl-summary-buffer-refile-list,
3641         wl-summary-buffer-delete-list,
3642         wl-summary-buffer-copy-list): Abolish.
3643         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3644         All other related portions are changed.
3645         (wl-summary-mark-action-list): New variable.
3646         (wl-summary-set-mark): New function.
3647         (wl-summary-register-target-mark): Ditto.
3648         (wl-summary-unregister-target-mark): Ditto.
3649         (wl-summary-have-target-mark-p): Ditto.
3650         (wl-summary-register-temp-mark): Ditto.
3651         (wl-summary-unregister-temp-mark): Ditto.
3652         (wl-summary-registered-temp-mark): Ditto.
3653         (wl-summary-collect-temp-mark): Ditto.
3654         (wl-summary-unset-mark): Ditto.
3655         (wl-summary-set-target-mark): Ditto.
3656         (wl-summary-unset-target-mark): Ditto.
3657         (wl-summary-set-action-generic): Ditto.
3658         (wl-summary-unset-action-generic): Ditto.
3659         (wl-summary-exec-action-delete): Ditto.
3660         (wl-summary-exec-action-erase): Ditto.
3661         (wl-summary-set-action-refile): Ditto.
3662         (wl-summary-set-action-refile-subr): Ditto.
3663         (wl-summary-unset-action-refile): Ditto.
3664         (wl-summary-make-destination-numbers-list): Ditto.
3665         (wl-summary-exec-action-refile): Ditto.
3666         (wl-summary-set-action-copy): Ditto.
3667         (wl-summary-unset-action-copy): Ditto.
3668         (wl-summary-exec-action-copy): Ditto.
3669         (wl-summary-collect-numbers-region): Ditto.
3670         (wl-summary-delete): Rewrite.
3671         (wl-summary-erase): Ditto.
3672         (wl-summary-remove-destination): Ditto.
3673         (wl-summary-exec): Ditto.
3674         (wl-summary-exec-region): Ditto.
3675         (wl-summary-target-mark-erase): Ditto.
3676         (wl-summary-refile): Ditto.
3677         (wl-summary-copy): Ditto.
3678         (wl-summary-unmark): Ditto.
3679         (wl-summary-delete-all-mark): Ditto.
3680         (wl-summary-mark-line): Don't highlight.
3681         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3682         (wl-summary-target-mark-refile-subr): Rewrite.
3683
3684         (wl-summary-copy-prev-destination): Abolish.
3685
3686 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3687
3688         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3689         default values along the value of wl-on-mule.
3690         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3691         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3692         It is not used anywhere.
3693
3694 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3695
3696         * wl-summary.el (wl-summary-print-destination): Keep position.
3697         (wl-summary-cursor-move-surface): Keep horizontal position.
3698
3699 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3700
3701         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3702         write sendlog.
3703
3704 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3705
3706         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3707         `wl-summary-highlight'.
3708
3709 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3710
3711         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3712         trivial condition for temp-mark.
3713
3714 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3715
3716         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3717         when it hits killed buffer.
3718
3719 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3720
3721         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3722         * wl-news.el.in: `message' and `error' take format string.
3723
3724 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3725
3726         * wl-folder (wl-folder-insert-entity): Display a message,
3727         `...done', when the work finish.
3728         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3729
3730 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3731
3732         * wl-message.el (wl-message-redisplay): Remove unused local
3733         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3734
3735 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3736
3737         * wl-summary.el (wl-summary-replace-status-marks): Disable
3738         interactive use.
3739         (wl-summary-reedit): Check message existence at first.
3740         (wl-summary-mark-line): Fix doc, return value is indefinite.
3741
3742         * wl-highlight.el (wl-highlight-message): Arranged.
3743
3744         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3745         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3746         check temp-mark by wl-summary-temp-mark always.
3747         (wl-highlight-summary): Change accordingly.
3748         * wl-summary.el (wl-summary-mark-as-read-all)
3749         (wl-summary-delete-cache, wl-summary-set-score-mark)
3750         (wl-summary-mark-as-unread, wl-summary-unmark)
3751         (wl-summary-mark-line, wl-summary-mark-as-read)
3752         (wl-summary-mark-as-important): Ditto.
3753
3754         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3755         end of the window if possible.
3756         * wl-summary.el (wl-summary-sync-update): Support lazy
3757         highlighting.
3758         (wl-summary-toggle-disp-msg): Ditto.
3759
3760 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3761
3762         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3763
3764 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3767         change.
3768
3769 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3772         API.
3773         (wl-summary-sync-update): Ditto.
3774
3775         * wl-score.el (wl-score-get-score-alist): Changed argument.
3776         (wl-summary-rescore-msgs): Likewise.
3777         (wl-summary-score-headers): Likewise.
3778         (wl-score-headers): Likewise;
3779         Use elmo-folder-do-each-message-entity, etc.
3780         (wl-summary-score-effect): Follow the changes above.
3781         (wl-summary-rescore): Ditto.
3782         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3783         (wl-score-get-overview): Abolish.
3784
3785         * wl-summary.el (wl-summary-default-from): Follow the API change in
3786         elmo-msgdb.
3787         (wl-summary-count-unread): Ditto.
3788         (wl-summary-detect-mark-position): Ditto.
3789         (wl-summary-overview-entity-compare-by-date): Ditto.
3790         (wl-summary-overview-entity-compare-by-number): Ditto.
3791         (wl-summary-overview-entity-compare-by-from): Ditto.
3792         (wl-summary-overview-entity-compare-by-subject): Ditto.
3793         (wl-summary-get-list-info): Ditto.
3794         (wl-summary-rescan): Ditto.
3795         (wl-summary-jump-to-msg-by-message-id): Ditto.
3796         (wl-summary-sync-update): Ditto; Removed comment.
3797         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3798         (wl-summary-insert-message): Use wl-summary-insert
3799         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3800         (wl-summary-insert-headers): Changed argument overview to folder.
3801         (wl-summary-search-by-subject): Likewise.
3802         (wl-summary-insert-thread): Renamed from 
3803         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3804
3805         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3806         too.
3807
3808         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3809         wl-string-member.
3810
3811 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3814         elmo-folder-append-buffer.
3815         (wl-draft-queue-append): Likewise.
3816
3817         * wl-mime.el (wl-message-delete-current-part): Ditto.
3818         (wl-summary-burst-subr): Ditto.
3819
3820         * wl-news.el.in (wl-news-send-news): Ditto.
3821
3822 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3825         function.
3826         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3827         (wl-summary-update-mark): Enclose with save-excursion.
3828         (wl-summary-mark-as-read-internal): Fixed last change.
3829         (wl-summary-mark-as-important): Use 3rd argument of
3830         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3831         Don't use elmo-msgdb-set-mark.
3832         (wl-summary-redisplay-internal): If msgdb flag is already read,
3833         just update the mark on buffer.
3834
3835 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3836
3837         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3838         cut visible folder when elmo-folder-delete returns non-nil value.
3839
3840 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3841
3842         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3843         by Kenichi OKADA <okada@opaopa.org>).
3844
3845 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3846
3847         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3848
3849 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3850
3851         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3852         Fixed the last change, search group entity by its real name.
3853         (Thanks to: KOBAYASHI Shinji)
3854
3855 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3856
3857         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3858         (wl-fldmgr-access-display-all): Don't refer visible name.
3859         * wl-expire.el (wl-folder-archive-current-entity)
3860         (wl-folder-expire-current-entity): Ditto.
3861         * wl-folder.el (wl-folder-jump-to-current-entity)
3862         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3863         (wl-folder-open-folder-sub,wl-folder-open-all)
3864         (wl-folder-write-current-folder): Ditto.
3865         (wl-folder-insert-entity): Don't use petname for normal group.
3866         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3867         is the real name.
3868         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3869         Abolished.
3870
3871 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-draft.el (wl-draft-create-buffer): Add
3874         `wl-summary-reply-with-citation'
3875
3876 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3877
3878         * wl-draft.el (wl-draft-reply): Fixed.
3879
3880 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3881
3882         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3883         when `wl-draft-send-confirm-with-preview' is non-nil.
3884         You can scroll up/down by j/k.
3885         (wl-draft-send-confirm-with-preview): New variable (default=t).
3886
3887 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3888
3889         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3890         (wl-fldmgr-save-folders): Fix comment.
3891
3892 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3895         along the last change in `wl-folder-buffer-group-p'.
3896
3897 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3898
3899         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3900         folder.
3901
3902         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3903         the default value.
3904
3905         * wl-mime.el (wl-summary-burst): Update summary only when target
3906         folder equals current folder.
3907
3908 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3909
3910         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3911
3912 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3915         value.
3916
3917 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3920         `map-extents' instead of `extent-at' repeatedly.
3921         (wl-highlight-folder-current-line): Ditto.
3922
3923         * wl-highlight.el: Remove useless dummy functions.
3924
3925 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3926
3927         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3928         (wl-folder-put-folder-property): New function to put text property.
3929         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3930         (wl-folder-insert-entity, wl-folder-update-diff-line)
3931         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3932         * wl-e21.el, wl-xmas.el, wl-mule.el
3933         (wl-highlight-folder-current-line): Ditto.
3934         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3935         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3936         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3937         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3938
3939 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3940
3941         * Version number is increased to 2.11.3.
3942
3943 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3946         Resume current-buffer since it is assumed by remaining tasks.
3947
3948 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3951         (wl-folder-completion-function): Abolished.
3952         (wl-folder-complete-folder): New function.
3953         (wl-folder-complete-filter-condition): Ditto.
3954         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3955         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3956
3957 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-draft.el (wl-draft-send-confirm): New function.
3960         (wl-draft-send): Use it.
3961
3962         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3963         cursor-in-echo-area while confirming.
3964
3965         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3966
3967         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3968         searching via nntp if wl-summary-search-via-nntp is 'force.
3969         Otherwise, invoke searching in nntp folder only.
3970         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3971
3972         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3973         explicitly for mime-make-text-tag.
3974
3975 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3976
3977         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3978         `mime-make-text-tag' instead of `mime-create-tag'.
3979
3980 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3981
3982         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3983         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3984
3985 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3986
3987         * wl-score.el (wl-score-save): Bind print-length and print-level.
3988         (wl-score-pretty-print): Ditto.
3989         (wl-score-edit-insert-header-entry): Ditto.
3990
3991         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3992         "From" entry to be treated with wl-draft-eword-encode-address-list.
3993         * wl-mime.el (wl-draft-preview-message): Ditto.
3994
3995         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3996         (wl-summary-mark-as-unread): Ditto.
3997         (wl-summary-mark-as-read-region): Change accordingly.
3998         (wl-summary-mark-as-unread-region): Ditto.
3999         (wl-summary-target-mark-mark-as-read): Ditto.
4000         (wl-summary-target-mark-mark-as-unread): Ditto.
4001
4002 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * Version number is increased to 2.11.2.
4005
4006 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4007
4008         * wl-news.el.in (wl-news-previous-version-save): Bind
4009         print-length and print-level.
4010         * wl-thread.el (wl-thread-save-entities): Ditto.
4011         (wl-thread-save-top-list): Bind print-length.
4012
4013 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-highlight.el (wl-highlight-summary-line-string): Use
4016         wl-summary-score-below-mark, wl-summary-score-over-mark.
4017         (wl-highlight-summary-current-line): Ditto.
4018
4019 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4020
4021         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4022         insert it.
4023
4024 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4025
4026         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4027
4028 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4031         message without msgid.
4032         Rewrite with elmo-folder-move-messages.
4033         Set wl-message-buffer to nil.
4034
4035         * wl-summary.el (wl-summary-erase-subr): New function. Use
4036         elmo-folder-move-messages.
4037         (wl-summary-erase): Call it.
4038         (wl-summary-target-mark-erase): Ditto.
4039
4040 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4041
4042         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4043         it is not up-tp-date.
4044
4045 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4046
4047         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4048         buffer after calling `wl-summary-goto-folder-subr' without the
4049         argument `interactive'.
4050         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4051
4052 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4053
4054         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4055         `mime-create-tag'. Use `string=' instead of `looking-at'.
4056
4057 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4058
4059         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4060         to avoid compile warning.
4061
4062         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4063         entity-id when folder is given.
4064         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4065         save-excursion, use save-selected-window instead.
4066         Select folder buffer window if exists.
4067         (To correct behavior with wl-folder-move-cur-folder.)
4068
4069 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4070
4071         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4072
4073 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4074
4075         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4076         list-count instead of %d.
4077
4078 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4081         (wl-news): Set it.
4082         (wl-news-append-to-folder): Use it.
4083
4084         * wl-news.el.in (wl-news-send-news): Append to specified folder
4085         instead of wl-default-folder.
4086         (wl-news-append-to-folder): Show error message with specified folder.
4087
4088         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4089                 In most major modes, Emacs assumes that any opening
4090                 delimiter found at the left margin is the start of a
4091                 top-level definition, or defun. Therefore, *never put an
4092                 opening delimiter at the left margin unless it should have
4093                 that significance.*
4094
4095         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4096
4097 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4098
4099         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4100
4101 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4102
4103         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4104
4105 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4106
4107         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4108         for sequential numbering case.
4109
4110 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4111
4112         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4113         value.
4114         (wl-draft-reply-without-argument-list): Ditto.
4115         (wl-draft-reply-myself-with-argument-list): Abolish.
4116         (wl-draft-reply-myself-without-argument-list): Ditto.
4117         * wl-draft.el (wl-draft-self-reply-p): New function.
4118         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4119
4120 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4121
4122         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4123         (avoid error for the case without byte-compiling)
4124
4125 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-news.el.in (wl-news-append-to-folder): New function.
4128         (wl-news-exit): Rewrite.
4129         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4130
4131 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4132
4133         * wl-draft.el (wl-draft-reply-position): New function.
4134         (wl-draft-reply-position): Fix.
4135         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4136         (wl-summary-target-mark-reply-with-citation): Ditto.
4137         (wl-summary-reply-with-citation): Ditto.
4138         * wl-vars.el (wl-draft-reply-default-position): New variable.
4139
4140 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4141
4142         * wl-draft.el (wl-draft-send): Preview when interactive send.
4143
4144 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-draft.el (wl-draft-reply): Set default position.
4147         * wl-summary.el (wl-summary-reply): Ditto.
4148         (wl-summary-reply-with-citation): Ditto.
4149         (wl-summary-target-mark-reply-with-citation): Ditto.
4150
4151 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4152
4153         * wl-news.el.in (wl-news-lang): Set default value according to
4154         current-language-environment.
4155         (wl-news-append-news): Do nothing when news-list is nil.
4156
4157 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4158
4159         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4160         (wl-news): Change message.
4161         (wl-news-exit): Check buffer.
4162         (wl-news-force-exit): New function.
4163         (wl-news-show-all): New function.
4164         (wl-news-discard-and-exit): Fix.
4165
4166 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4167
4168         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4169         according to current-language-environment.
4170
4171         * wl-news.el.in (wl-news): If arg, show all NEWS after
4172         wl-news-default-previous-version.
4173
4174 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4175
4176         * wl-news.el.in (wl-news-check): Rewritten.
4177         (wl-news-previous-version-load): Change data type.
4178         (wl-news-previous-version-save): Change data type.
4179         (wl-news-append-news): Add return value.
4180         (wl-news-check-news): New function.
4181         (wl-news-already-current-p): New function.
4182         (wl-news-send-news): Rewritten.
4183         (wl-news-mode-map): Add new keybind.
4184         (wl-news): Rewritten.
4185         (wl-news-exit): Rewritten.
4186         (wl-news-discard-and-mail): New function.
4187         (wl-news-send-to-address): Abolished.
4188         * wl.el (wl-init): Delete a message.
4189
4190 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4191
4192         * wl-news.el.in (wl-news-exit): Update previous version.
4193         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4194
4195 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4196
4197         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4198
4199 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4200
4201         * wl-news.el.in (wl-news): New function.
4202         (wl-news-mode): New function.
4203         (wl-news-next-line): New function.
4204         (wl-news-next-page): New function.
4205         (wl-news-exit): New function.
4206         (wl-news-buf-name): New variable.
4207         (wl-news-mode-map): New variable.
4208         (wl-news-winconf): New variable.
4209         (wl-news-append-news): Add an option.
4210
4211 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4212
4213         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4214
4215 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-news.el.in (wl-news-send-to-address): New variable.
4218         (wl-news-send-news): Use it.
4219         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4220         Return updating status.
4221         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4222
4223 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl-news.el.in (wl-news-send-news): Delete
4226         Organization and X-Face.
4227
4228 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4229
4230         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4231         (wl-news-append-news): New function.
4232         (wl-news-send-news): New function.
4233
4234 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * Version number is increased to 2.11.1.
4237
4238 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4239
4240         * wl-news.el.in : New file.
4241
4242 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4243
4244         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4245         default value.
4246         (wl-draft-reply-without-argument-list): Ditto.
4247
4248 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4249
4250         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4251         (wl-message-buffer-prefetch-idle-time): Ditto.
4252         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4253
4254 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-thread.el (wl-thread-insert-message): Use
4257         wl-summary-max-thread-depth.
4258
4259         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4260         loop detection.
4261
4262         * wl-message.el (wl-message-buffer-display): Back to the first page
4263         when cache is hit.
4264
4265 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4266
4267         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4268
4269         * wl-summary.el (wl-summary-insert-thread-entity):
4270         If the thread depth is reached to wl-summary-max-thread-depth,
4271         divide the thread.
4272
4273 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4274
4275         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4276         for elmo-remove-passwd.
4277
4278 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4281         folder is sticky.
4282         (wl-folder-mark-as-read-all-entity): Ditto.
4283         (wl-folder-prefetch-entity): Ditto.
4284
4285 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4286
4287         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4288
4289 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4292         Delete messages on buffer for unplugged operation.
4293         (wl-summary-erase): Ditto.
4294
4295 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4296
4297         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4298         take nil so as not to search parent by subject.
4299
4300 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4301
4302         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4303         (wl-folder-get-next-folder): Ditto.
4304         (wl-folder-get-path): Ditto.
4305
4306 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4309         system and encode the region with it before verifying.
4310
4311 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4314         system of the echo buffer before decoding.
4315
4316 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4319         original contents.
4320
4321 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4324         with argument 'any-exists.
4325
4326 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4329         Use `wl-cs-autoconv'.
4330
4331 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4332
4333         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4334         by `mime-view-automatic-conversion'.
4335
4336         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4337         (wl-message-verify-pgp-nonmime): Ditto.
4338         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4339         Bind them to C-c:d and C-c:v respectively.
4340
4341         Merge following code by Teranishi-san from [wl-en:00167].
4342         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4343         (wl-mime-preview-application/pgp-encrypted): Ditto.
4344         (wl-mime-setup): Add entry.
4345
4346 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-summary.el (wl-summary-target-mark-erase): New function.
4349         Bind it to "mD".
4350
4351 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-vars.el (wl-draft-write-file-function): Fix.
4354         (wl-draft-reedit-hook): Changed default value.
4355
4356         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4357         wl-draft-reedit-hook.
4358         (wl-draft-remove-text-plain-tag): New function.
4359         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4360
4361         * wl-vars.el (wl-draft-write-file-function): New user option.
4362
4363         * wl-draft.el (wl-draft-prepare-edit): Use it for
4364         local-write-file-hooks.
4365         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4366
4367         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4368         (wl-draft-insert-mail-header-separator): Return the body beginning
4369         point.
4370         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4371         text/plain.
4372         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4373
4374 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4375
4376         * wl-summary.el (wl-summary-erase): New function to erase message
4377         without moving it to trash. Bind to "D".
4378
4379         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4380         as `keep' unless switch-function.
4381
4382 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4385         message buffer by using `wl-summary-toggle-disp-msg'.
4386         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4387         buffer window.
4388         (wl-summary-supresedes-message): Ditto.
4389
4390         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4391         Do not delete other windows.
4392         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4393         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4394         (wl-draft-create-buffer): Set reply-or-forward also for target
4395         mark commands.
4396
4397 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4398
4399         * wl-draft.el (wl-user-agent-compose): Delete special case for
4400         switch-to-buffer-other-window.
4401
4402         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4403         (wl-summary-forward): Ditto.
4404
4405         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4406         function.
4407         (wl-draft-buffer-style): New use option.
4408
4409         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4410         (wl-draft): Follow the change above.
4411         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4412         wl-draft-buffer-style.
4413         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4414         switch-function.
4415
4416 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4417
4418         * wl-address.el (wl-address-make-completion-entry): Extracted from
4419         `wl-address-make-completion-list'.
4420         (wl-address-enable-strict-loading): New variable.
4421         (wl-address-make-completion-list): Revive petname duplication
4422         inquiry, and enable it if `wl-address-enable-strict-loading'.
4423         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4424
4425 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-message.el (wl-message-get-original-buffer): Avoid
4428         'Selecting deleted buffer' error when original buffer is killed.
4429
4430 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4431
4432         * wl-summary.el (wl-summary-next-message): Use
4433         elmo-message-accessible-p instead of elmo-message-cached-p.
4434
4435 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4436
4437         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4438
4439         * wl-thread.el (wl-thread-open-all-unread): Use
4440         elmo-folder-list-flagged instead of
4441         elmo-folder-list-messages-mark-match.
4442
4443         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4444         instead of elmo-folder-list-messages-mark-match.
4445         (wl-summary-move-spec-alist): New variable.
4446         (wl-summary-move-spec-plugged-alist,
4447         wl-summary-move-spec-unplugged-alist): Abolish.
4448         (wl-summary-next-message): Follow the change above.
4449         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4450         with 'no-msg' argument.
4451
4452         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4453         variable.
4454         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4455         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4456         (wl-message-buffer-prefetch-get-next): Follow the change above.
4457
4458 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl-version.el (wl-version): Changed codename.
4461
4462         * Version number is increased to 2.11.0.
4463
4464 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4465
4466         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4467         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4468         `wl-draft-config-variables'.
4469         (wl-draft-kill): Fixed problem when the draft is reedit.
4470
4471 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4472
4473         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4474         buffer-modified status (Thanks to
4475         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4476
4477 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-util.el (wl-region-exists-p): New function.
4480
4481         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4482         Remove defvars for byte-compile warnings.
4483
4484 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4485
4486         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4487         defvar-maybe. Removed unused bind.
4488
4489 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4492         summary buffer window before creating new frame.
4493         (wl-draft-reply): Ditto.
4494
4495 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4496
4497         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4498
4499 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4502
4503 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4504
4505         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4506         instead of `kill-region'.
4507
4508 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4509
4510         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4511         (wl-highlight-summary-line-string): Use it.
4512         (wl-highlight-summary-current-line): Ditto.
4513
4514         * wl-mime.el (wl-message-delete-current-part): Check the class of
4515         mime-entity.
4516
4517         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4518
4519         * wl-summary.el (wl-summary-make-number-list): Initialize.
4520         (wl-summary-update-mark): New function.
4521         (wl-summary-reply): Put `answered' mark on the message.
4522         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4523
4524         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4525         (wl-draft-reply): Added optional argument `number';
4526         Set wl-draft-parent-number.
4527         (wl-draft-kill): Delete answered mark if it is a reply.
4528
4529 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4532         that originates in mime-preview-follow-current-entity.
4533         (wl-draft-yank-current-message-entity): Use it if region is active.
4534
4535         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4536         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4537         `wl-message-delete-current-part'.
4538         * wl-mule.el (wl-message-define-keymap): Ditto.
4539         * wl-xmas.el (wl-message-define-keymap): Ditto.
4540
4541 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4542
4543         * wl-mime.el (wl-message-delete-current-part): New function.
4544         (wl-mime-node-id-to-string): Ditto.
4545
4546         * wl-mime.el (wl-message-delete-current-part): Use existing
4547         original buffer which corresponds current mime-view buffer.
4548         (fetched buffer might have different structure, possibly)
4549
4550         * wl-mime.el (wl-message-delete-current-part): Quit if the
4551         message content differs from the actual message.
4552
4553 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4556         order.
4557         (wl-summary-search-by-subject): Search parent message from tail;
4558         Check the existence of the parent message on the current thread tree.
4559         (wl-summary-update-thread): Check whether the line is inserted.
4560
4561 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-vars.el (wl-summary-line-format): Undo last change.
4564         * wl-summary.el (wl-summary-print-destination): Do not put
4565         invisible property when `wl-summary-width' is nil.
4566         (wl-summary-line-subject-minimum-length): Abolished.
4567         (wl-summary-line-subject): Ditto.
4568
4569 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4570
4571         * wl-vars.el (wl-summary-line-format): Change default value.
4572         (wl-summary-subject-length-limit): Abolished.
4573         * wl-summary.el (wl-summary-line-subject): Ditto.
4574
4575 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4576
4577         * wl-template.el (wl-template-select): Added optional argument.
4578         If optional argument is specified, reverse
4579         `wl-template-visible-select'.
4580
4581 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4584         Take prefix argument to force asking the destination folder.
4585
4586 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4587
4588         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4589         count and update status.
4590
4591 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4592
4593         * wl-summary.el (wl-summary-redisplay-internal): If
4594         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4595         after fetching.
4596
4597 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4598
4599         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4600         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4601
4602         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4603
4604 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4607         (All other related portions are changed).
4608         (wl-summary-mark-as-read-all): Rewrite.
4609
4610 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4613         `wl-summary-mark-as-read'.
4614         (wl-summary-mark-as-unread): Rewrite.
4615         (wl-summary-mark-as-read): Added no-modeline argument.
4616         (wl-summary-resume-cache-status): Rewrite.
4617         (wl-summary-exec-subr): Remove unused local variable.
4618
4619 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4622         logic to call `wl-summary-buffer-prev-folder-function'.
4623         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4624
4625 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4626
4627         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4628         is nil.
4629
4630 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4633         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4634         (wl-mime-setup): Add its entry.
4635
4636 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4637
4638         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4639         (wl-summary-delete-cache): Likewise.
4640         (wl-summary-mark-as-read): Rewrite.
4641
4642 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4643
4644         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4645         `wl-summary-count-unread'.
4646
4647         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4648
4649         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4650
4651 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4652
4653         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4654         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4655         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4656         Renamed to the elmo-msgdb-*-mark.
4657         (wl-summary-score-marks): Follow the change above.
4658         (wl-summary-auto-refile-skip-marks): Ditto.
4659         (wl-summary-incorporate-marks): Ditto.
4660         (wl-summary-expire-reserve-marks): Ditto.
4661
4662         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4663         changes.
4664         (wl-thread-insert-top): Changed updating message.
4665
4666         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4667         variable.
4668         (wl-summary-count-unread): Count answered marks.
4669         (wl-summary-rescan): Call wl-summary-insert-message instead of
4670         wl-summary-append-message-func-internal.
4671         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4672         (wl-summary-prefetch-msg): Follow the variable name changes.
4673         (wl-summary-prefetch-region): Ditto.
4674         (wl-summary-mark-as-read-all): Follow the API changes;
4675         Don't call elmo-folder-replace-marks.
4676         (wl-summary-delete-cache): Follow the variable name changes.
4677         (wl-summary-resume-cache-status): Ditto.
4678         (wl-summary-update-status-marks): New function.
4679         (wl-summary-insert-message): New function.
4680         (wl-summary-sync-marks): Follow the variable name changes.
4681         (wl-summary-sync-update): Synchronize to the msgdb, too;
4682         Changed update messages.
4683         (wl-summary-make-number-list): Rewrite.
4684         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4685         (wl-summary-mark-as-unread): Follow the API changes.
4686         (wl-summary-exec-subr): Follow the variable name changes.
4687         (wl-summary-mark-as-read): Ditto.
4688         (wl-summary-move-spec-plugged-alist): Ditto.
4689         (wl-summary-move-spec-unplugged-alist): Ditto.
4690         (wl-summary-cursor-move-surface): Ditto.
4691
4692         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4693         variable name changes.
4694         (wl-highlight-summary-current-line): Ditto.
4695
4696         * wl-expire.el (wl-expire-refile): Follow the API change in
4697         elmo-folder-move-messages.
4698         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4699         (wl-summary-archive): Use elmo-folder-msgdb instead of
4700         elmo-msgdb-load.
4701
4702 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * wl-mime.el (wl-draft-preview-message): Restore the position
4705         before evaluating wl-draft-send-hook in preview buffer.
4706
4707 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4710         when it creates new draft buffer.
4711
4712         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4713         without argument.
4714
4715         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4716         Evaluate content and if the value is string, insert it.
4717         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4718         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4719         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4720         wl-draft-config-sub-part-bottom): Use it.
4721
4722         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4723         with the folder name. The question was unintelligible when it is
4724         called from wl-save-status.
4725
4726 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4729         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4730         cannot take second argument).
4731
4732 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4733
4734         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4735         as t. Since type and subtype are not case sensitive (RFC 2045).
4736
4737 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-vars.el (wl-message-mode-line-format): New variable.
4740         (wl-message-mode-line-format-spec-alist): Ditto.
4741         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4742         (wl-message-redisplay): Use wl-message-mode-line-format.
4743
4744 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4745
4746         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4747
4748 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-summary.el (wl-summary-default-from): Write description.
4751
4752 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-vars.el (wl-ldap-objectclass): Abolish.
4755
4756         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4757         (wl-ldap-make-filter): Removed condition for objectclass.
4758         (wl-ldap-make-matched-value-list): Remove meaningless process.
4759         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4760         (wl-address-ldap-search): Don't add `*' to `pat' string;
4761         use ignore-errors; added `email';
4762         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4763         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4764         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4765
4766
4767 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-draft.el (wl-draft-parent-folder): Write description.
4770         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4771
4772 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4775         as "" (zero-length string) if no parent.
4776         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4777
4778 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-address.el (wl-address-make-completion-list): Skip duplication
4781         checking.
4782         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4783         `append'.
4784
4785 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4786
4787         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4788         instead of `beginning-of-buffer'.
4789
4790 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4793
4794 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4795
4796         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4797         Refer wl-message-buffer-name.
4798         (wl-message-wheel-down): Ditto.
4799
4800 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4801
4802         * wl-vars.el (wl-message-buffer-name): New user option.
4803
4804         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4805         directly instead of making alist dinamically.
4806
4807         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4808         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4809         wl-message-buffer-cache-name.
4810         (wl-message-buffer-cache-clean-up): Ditto.
4811
4812         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4813
4814         * Version number is increased to 2.9.15.
4815
4816 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * wl-vars.el (wl-summary-default-view-alist): New user option.
4819
4820         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4821
4822         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4823         while deleting address.
4824         (wl-draft-delete-myself-from-cc): Ditto.
4825
4826         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4827         If optional argument is specified, reverse sort order.
4828
4829         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4830
4831 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl-thread.el (wl-thread-insert-message): Return parent number if
4834         exists.
4835         (wl-thread-update-indent-string-region): Use
4836         wl-thread-update-line-on-buffer-sub instead of
4837         wl-thread-update-line-on-buffer.
4838
4839 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4840
4841         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4842         (wl-folder-close-all): Ditto.
4843
4844 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4845
4846         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4847         and mailing-list:.
4848         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4849         value.
4850         (wl-summary-line-list-info): Print mailing-list name even when 
4851         list-number is empty.
4852
4853 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4856
4857         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4858         (wl-draft-open-file): Ditto.
4859         (wl-draft-random-alphabet): Ditto.
4860
4861         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4862         bindings.
4863
4864 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4867         * wl-vars.el (wl-draft-config-alist): Ditto.
4868
4869 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4870
4871         * Version number is increased to 2.9.14.
4872
4873         * wl.el (wl): Don't set wl-init as nil when error occured while
4874         auto-checking folders.
4875
4876         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4877         `elmo-expand-newtext'.
4878
4879 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4882         `this-command' so that `wl-folder-goto-folder' contained in
4883         `wl-summary-keep-cursor-command' work.
4884
4885 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4888         message buffer displaying state.
4889
4890 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * wl-vars.el (wl-summary-default-view): New variable to specify
4893         default value for `wl-summary-buffer-view' instead of using
4894         set-default.
4895         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4896
4897 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4900
4901         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4902
4903 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4904
4905         * wl-vars.el (wl-forward-subject-prefix): New variable.
4906         * wl-draft.el (wl-draft-forward): Use it.
4907
4908 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4909
4910         * wl-message.el (wl-message-prev-page): When it is called without
4911         lines argument, scroll down by wl-message-scroll-amount lines.
4912         (wl-message-next-page): Ditto.
4913         * wl-vars.el (wl-message-scroll-amount): Change default value
4914         to preserve current behavior.
4915
4916 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4917
4918         * wl-summary.el (wl-summary-prefetch-msg): Bind
4919         `wl-message-entity' to call `wl-summary-from-function'.
4920
4921 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-message.el (wl-message-buffer-create): Run
4924         wl-message-buffer-created-hook.
4925
4926 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4927
4928         * wl-summary.el (wl-summary-sort-specs): New variable.
4929         (wl-summary-default-sort-spec): Ditto.
4930         (wl-summary-sort): Rewrite.
4931         (wl-summary-sort-by-list-info): New function.
4932
4933 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4934
4935         * wl-summary.el (wl-summary-get-list-info): New function.
4936         (wl-summary-sort): Rewrite.
4937         (wl-summary-line-list-info): Ditto.
4938         (wl-summary-line-list-count): Ditto.
4939         (wl-summary-refile-region): Fixed docstring.
4940
4941 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4942
4943         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4944         `wl-folder-entity-hashtb' as completion table.
4945
4946 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4949         only when this command is called interactively; silence the byte-
4950         compiler.
4951
4952 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4953
4954         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4955         active in XEmacs.
4956
4957 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4958
4959         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4960         plural lines.
4961
4962 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4963
4964         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4965         of current line when the cursor is on the header name.
4966         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4967
4968 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4969
4970         * wl-util.el (wl-read-directory-name): Return displayed directory
4971         as the default value also on XEmacs.
4972
4973 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4976         formatting.
4977
4978 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4981         argument and when it is non-nil, check face property before
4982         highlighting for each line.
4983         (wl-highlight-summary-window): Set it.
4984
4985 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4986
4987         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4988         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4989
4990         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4991         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4992         (wl-draft-get-fcc-list): Likewise.
4993
4994 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4997         (wl-thread-entity-cur): Ditto.
4998         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4999         wl-thread-indent-regexp setting.
5000         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5001
5002         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5003         wl-summary-lazy-highlight.
5004         (wl-summary-display-bottom): Ditto.
5005
5006         * wl-thread.el (wl-thread-open-close): Likewise.
5007
5008         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5009         from and subject;
5010         Bind wl-draft-use-frame;
5011         Enclose with save-window-excursion;
5012         Use wl-draft-create-buffer instead of with-temp-buffer;
5013         Use wl-draft-prepare-edit;
5014         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5015         Use wl-draft-send instead of wl-draft-raw-send.
5016
5017 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5020         of using wl-from.
5021
5022 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5025         insert-buffer instead of clone-buffer.
5026         (wl-draft-doing-mime-bcc): New variable.
5027         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5028         infinite loop.
5029         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5030
5031         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5032         (wl-draft-mime-bcc-body): Ditto.
5033
5034         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5035         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5036         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5037         wl-draft-do-mime-bcc.
5038         (wl-draft-mime-bcc-field): New function.
5039         (wl-draft-do-mime-bcc): Ditto.
5040
5041         * wl-address.el (wl-address-complete-header-list): New variable.
5042         (wl-address-complete-header-regexp): Changed default value.
5043
5044         * Version number is increased to 2.9.13.
5045
5046 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5049         it is differed.
5050
5051 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5052
5053         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5054         (wl-summary-line-list-count): Ditto.
5055
5056 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5057
5058         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5059         (wl-nntp-posting-function): New variable.
5060         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5061         `wl-nntp-posting-config-alist'.
5062
5063 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5064
5065         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5066         FLIM.
5067
5068 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5069
5070         * wl-summary.el (wl-summary-target-mark-refile-sub):
5071         Remove a nuisance funcall.
5072
5073 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5074
5075         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5076         as t for `try-completion'.
5077
5078 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl-summary.el (wl-summary-default-from): Use
5081         wl-address-header-extract-address instead of
5082         std11-extract-address-components.
5083         (wl-summary-simple-from): Ditto.
5084         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5085         (wl-summary-insert-headers): Show message.
5086         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5087         for whole line.
5088         (wl-summary-default-from): Revert last change.
5089         (wl-summary-simple-from): Ditto.
5090         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5091         (wl-summary-mark-as-read-region): Follow the change above.
5092         (wl-summary-sync-marks): Ditto.
5093         (wl-summary-target-mark-mark-as-read): Ditto.
5094         (wl-summary-redisplay-internal): Ditto.
5095         (wl-summary-redisplay-no-mime-internal): Ditto.
5096         (wl-summary-redisplay-all-header): Ditto.
5097         (wl-summary-mark-as-read): Removed argument `cached';
5098         Use current cache status to set cache mark.
5099         (wl-summary-redisplay-internal): Follow the change above.
5100         (wl-summary-redisplay-no-mime-internal): Ditto.
5101         (wl-summary-redisplay-all-header): Ditto.
5102
5103         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5104
5105         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5106         Don't call itself recursively (Adviced by Yamaoka-san).
5107
5108 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5111         bind wl-summary-highlight as nil to avoid error caused by missing
5112         local variables.
5113
5114 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-vars.el (wl-invalid-character-message): New user option.
5117
5118         * wl-util.el (wl-set-string-width): If truncated string-width is
5119         larger than specified width, use `wl-invalid-character-message'.
5120
5121 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5122
5123         * wl-summary.el (wl-summary-prefetch-msg): 
5124         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5125
5126 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-vars.el (wl-summary-check-line-format): New user option.
5129         (wl-summary-line-format-file): Ditto.
5130
5131         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5132         variable.
5133         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5134         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5135         and `wl-summary-view-old-p' to check whether do a rescan or not.
5136         (wl-summary-view-old-p): New function.
5137         (wl-summary-line-format-changed-p): Ditto.
5138         (wl-summary-line-format-save): Ditto.
5139         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5140
5141         * wl-util.el (wl-set-string-width): Avoid using negative number
5142         for make-string.
5143
5144 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5145
5146         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5147         return value.
5148
5149         * wl-util.el (wl-set-string-width): Added optional argument
5150         `padding' (All other related portions are changed).
5151         (wl-line-parse-format): If the first letter of column number is
5152         `0', zero-padding the result (ex: "%05l").
5153
5154         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5155
5156 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5159         sequential summary view.
5160
5161 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5164         if it doesn't have a -unix version.
5165
5166 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5169
5170 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5173         content.
5174         (wl-draft): Follow the change above.
5175
5176         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5177
5178         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5179         and wl-folder-summary-line-format-alist contain %T and %P.
5180
5181         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5182         (wl-summary-mode-line-format): New user option.
5183         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5184         (wl-summary-line-format): Changed default value.
5185         (wl-summary-lazy-highlight): Changed default value.
5186
5187         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5188         change in wl-summary-create-line.
5189         (wl-thread-insert-entity-sub): Ditto.
5190
5191         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5192         (wl-summary-buffer-unread-status): Ditto.
5193         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5194         (wl-summary-buffer-persistent-mark-column): Ditto.
5195         (wl-summary-buffer-mode-line-formatter): Ditto.
5196         (wl-summary-buffer-mode-line): Ditto.
5197         (wl-summary-message-regexp): Abolished.
5198         (All other related portions are changed.)
5199         (wl-summary-detect-mark-position): New function.
5200         (wl-summary-buffer-set-folder): Setup
5201         wl-summary-buffer-mode-line-formatter.
5202         (wl-summary-mode): Setup selective-display;
5203         Setup pre-idle-hook when xemacs.
5204         (wl-summary-update-modeline): Rewrite.
5205         (wl-summary-jump-to-msg): Define as function;
5206         Changed regexp for searching messages.
5207         (wl-summary-message-number): Rewrite.
5208         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5209         Do rescan when old type summary cache.
5210         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5211         (wl-summary-remove-destination): Use '\r' to detect EOL.
5212         (wl-summary-print-destination): Ditto.
5213         (wl-summary-temp-mark): New inline function.
5214         (wl-summary-persistent-mark): Ditto.
5215         (wl-summary-line-number): New function.
5216         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5217         (wl-summary-line-list-count): New function.
5218         (wl-summary-create-line): Added argument persistent-mark.
5219         (All other related portions are changed)
5220         (wl-summary-create-line): Insert '\r'.
5221         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5222         (wl-summary-cursor-move-surface): New inline function.
5223         (wl-summary-prev): Use it.
5224         (wl-summary-next): Ditto.
5225
5226         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5227         wl-summary-message-regexp.
5228         (wl-highlight-summary): Delete progress message.
5229         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5230
5231         * Version number is increased to 2.9.12.
5232
5233 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5236         variable (nil: no minimum).
5237         (wl-summary-line-subject): Add some spaces after subject by
5238         wl-summary-line-subject-minimum-length.
5239
5240 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5241
5242         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5243         and removed `F'.
5244         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5245         change above).
5246
5247 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-summary.el (wl-summary-line-list-count): Reverted.
5250         (example setting in samples/*/dot.wl is also updated)
5251
5252 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5253
5254         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5255
5256         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5257
5258         * wl-vars.el (wl-summary-line-format): Addes some description to the
5259         docstring.
5260
5261         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5262         (wl-summary-line-close-bracket): Ditto.
5263         (wl-summary-line-children-number): Ditto.
5264         (wl-summary-line-thread-indent): Ditto.
5265         (wl-summary-line-children-and-from): Ditto.
5266
5267         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5268         't', 'c', 'F' and added 'C'.
5269
5270         * wl-util.el (wl-set-string-width): Accept negative value.
5271         (wl-line-parse-format): Added "%number(" and "%)".
5272
5273 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * wl-summary.el (wl-summary-line-list-count): Change format of the
5276         return value.
5277
5278 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5279
5280         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5281         from the recent message.el.
5282         (wl-draft-point-in-header-p): Ditto.
5283         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5284         wl-draft-beginning-of-line.
5285         * wl-e21.el (wl-draft-mode-map): Ditto.
5286         * wl-xmas.el (wl-draft-mode-map): Ditto.
5287
5288         * wl-folder.el: Sort macrodefs by dependencies.
5289
5290 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5291
5292         * wl-summary.el (wl-summary-prev): Fixed regexp.
5293         (wl-summary-next): Ditto.
5294
5295 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5298
5299 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5300
5301         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5302         for backward compatibility.
5303
5304 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-summary.el (wl-summary-line-list-count): New function, merged
5307         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5308         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5309         list counts.
5310
5311 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5312
5313         * wl-summary.el (wl-summary-create-line): Ignore errors while
5314         timezone-fix-time.
5315
5316         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5317
5318         * wl-summary.el (wl-summary-sync-update): Ditto.
5319         (wl-summary-default-from): Use wl-message-entity
5320         instead of entity.
5321
5322         * wl-summary.el (wl-summary-create-line): Fix.
5323
5324         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5325         (wl-summary-line-format): New user option.
5326         (wl-folder-summary-line-format-alist): Ditto.
5327         (wl-summary-from-width): Abolished.
5328
5329         * wl-util.el (toplevel): Require 'bytecomp.
5330         (wl-line-parse-format): New function.
5331         (wl-line-formatter-setup): New macro.
5332
5333         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5334         (wl-summary-buffer-line-formatter): New buffer local variable.
5335         (wl-summary-switch-to-clone-buffer): Follow the change above.
5336         (wl-summary-message-regexp): Fix.
5337         (wl-summary-from-func-internal): Abolished.
5338         (wl-summary-subject-func-internal): Ditto.
5339         (wl-summary-subject-filter-func-internal): Ditto.
5340         (All other related portions are changed.)
5341         (wl-summary-buffer-set-folder):
5342         Set up wl-summary-buffer-number-column and 
5343         wl-summary-buffer-line-formatter
5344         (All other related portions are changed.)
5345         (wl-summary-buffer-number-column-detect): Abolished.
5346         (All other related portions are changed.)
5347         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5348         (wl-summary-delete-all-temp-marks-on-buffer): Use
5349         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5350         (wl-summary-target-mark-delete): Ditto.
5351         (wl-summary-target-mark-refile-subr): Ditto.
5352         (wl-summary-target-mark-mark-as-read): Ditto.
5353         (wl-summary-target-mark-mark-as-unread): Ditto.
5354         (wl-summary-target-mark-mark-as-important): Ditto.
5355         (wl-summary-target-mark-save): Ditto.
5356         (wl-summary-replace-status-marks): Renamed from
5357         wl-summary-set-status-marks-on-buffer;
5358         Use wl-summary-message-regexp instead of
5359         wl-summary-buffer-number-regexp.
5360         (wl-summary-sync-update): Follow the change above.
5361         (wl-summary-goto-previous-message-beginning): New function.
5362         (wl-summary-mark-as-unread): Use it.
5363         (wl-summary-mark-as-important): Ditto.
5364         (wl-summary-line-formatter): New variable.
5365         (wl-summary-line-year): New function.
5366         (wl-summary-line-day): Ditto.
5367         (wl-summary-line-day-of-week): Ditto.
5368         (wl-summary-line-hour): Ditto.
5369         (wl-summary-line-minute): Ditto.
5370         (wl-summary-line-open-bracket): Ditto.
5371         (wl-summary-line-close-bracket): Ditto.
5372         (wl-summary-line-children-number): Ditto.
5373         (wl-summary-line-thread-indent): Ditto.
5374         (wl-summary-line-size): Ditto.
5375         (wl-summary-line-subject): Ditto.
5376         (wl-summary-line-from): Ditto.
5377         (wl-summary-line-children-and-from): Ditto.
5378         (wl-summary-create-line): Rewritten.
5379         (wl-summary-format-date): Abolished.
5380
5381         * wl-highlight.el (wl-highlight-summary-current-line): Use
5382         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5383         Use thread structure to detect thread top message.
5384
5385         * wl-draft.el (wl-default-draft-cite): Don't use
5386         wl-summary-from-func-internal.
5387
5388         * wl-refile.el (wl-refile-subject-learn): Don't use
5389         wl-summary-subject-filter-func-internal.
5390         (wl-refile-guess-by-subject): Ditto.
5391
5392         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5393         parameters.
5394
5395         * wl-thread.el (wl-thread-update-indent-string-region):
5396         Use wl-thread-update-line-on-buffer instead of
5397         wl-thread-update-indent-string.
5398         (wl-thread-update-children-number): Redefine using
5399         wl-thread-update-line-on-buffer.
5400         (wl-thread-update-indent-string): Abolished.
5401
5402         * Version number is increased to 2.9.11.
5403
5404 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5407         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5408         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5409
5410         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5411         as nil.
5412
5413         * wl-thread.el (wl-thread-open-all-unread): Use 
5414         elmo-folder-list-messages-mark-match.
5415         (wl-thread-insert-message): Removed argument `mark-alist'.
5416         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5417         elmo-msgdb-set-mark.
5418         (wl-thread-get-children-msgs-uncached): Likewise.
5419         (wl-thread-get-exist-children): Added argument include-self.
5420         (wl-thread-delete-message): Follow the change above.
5421
5422         * wl-summary.el (wl-summary-count-unread): Removed argument.
5423         (wl-summary-rescan): Follow the change above.
5424         (wl-summary-mark-as-read-region): Ditto
5425         (wl-summary-mark-as-unread-region): Ditto.
5426         (wl-summary-delete-messages-on-buffer): Ditto.
5427         (wl-summary-sync-update): Ditto.
5428         (wl-summary-switch-to-clone-buffer): Ditto.
5429         (wl-summary-goto-folder-subr): Ditto.
5430         (wl-summary-target-mark-mark-as-read): Ditto.
5431         (wl-summary-target-mark-mark-as-unread): Ditto.
5432         (wl-summary-target-mark-mark-as-important): Ditto.
5433         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5434         (wl-summary-update-thread): Removed argument `mark-alist'.
5435         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5436         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5437         (wl-summary-resume-cache-status): Likewise.
5438         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5439         elmo-msgdb-set-mark.
5440         (wl-summary-mark-as-read-all): Likewise.
5441         (wl-summary-delete-cache): Ditto.
5442         (wl-summary-auto-select-msg-p): Ditto.
5443         (wl-summary-mark-as-unread): Ditto.
5444         (wl-summary-no-auto-refile-message-p): Ditto.
5445         (wl-summary-mark-as-read): Ditto.
5446         (wl-summary-mark-as-important): Ditto.
5447         (wl-summary-auto-refile): Follow the change above.
5448         (wl-summary-delete-all-marks): Removed.
5449         (wl-summary-resume-marks-and-highlight): Ditto.
5450         (wl-summary-resume-marks): Ditto.
5451         (wl-summary-delete-important-msgs-from-list): Ditto.
5452         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5453
5454         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5455         wl-summary-count-unread.
5456
5457         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5458         (wl-summary-score-update-all-lines): Use
5459         elmo-msgdb-set-mark.
5460
5461 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5464         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5465         (wl-summary-create-line): Renamed from
5466         wl-summary-overview-create-summary-line;
5467         Argument rearrangement.
5468         (wl-summary-update-thread): Follow the change above.
5469
5470         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5471         (wl-thread-insert-entity-sub): Likewise.
5472
5473         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5474         argument `overview', `mark-alist' and added `msgdb'.
5475
5476         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5477
5478         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5479         (wl-summary-rescan): Follow the change above.
5480         (wl-summary-sync-update): Ditto.
5481         (wl-summary-insert-thread-entity): Ditto;
5482         Don't use `let*' in every while loop;
5483         Detect infinite loop of threads.
5484         (wl-summary-update-thread): Removed argument `overview'.
5485
5486         * wl-thread.el (wl-thread-insert-message): Ditto.
5487
5488         * Version number is increased to 2.9.10.
5489
5490         * wl-message.el (wl-message-redisplay): Ignore errors while
5491         wl-message-redisplay-hook.
5492
5493 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5496
5497 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl.el (wl): inhibit-quit while wl-folder.
5500
5501 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5502
5503         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5504         while msgdb access.
5505
5506 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5507
5508         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5509         even if no folder is not created.
5510
5511 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5512
5513         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5514
5515         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5516         implementation.
5517         (wl-summary-target-mark-thread): Ditto.
5518
5519         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5520
5521 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5522
5523         * wl-util.el (wl-display-bytes): Remove unused function.
5524
5525 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5526
5527         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5528         seems critical one (partially reverse the change in 2002/03/17).
5529
5530 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5531
5532         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5533         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5534
5535 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5536
5537         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5538         is not writable.
5539         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5540         plugged status instead of `'force' as 2nd argument.
5541
5542         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5543         is not creatable.
5544
5545         * Version number is increased to 2.9.9.
5546
5547 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5548
5549         * wl-summary.el (wl-summary-suspend): New function.
5550
5551 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5552
5553         * wl.el (wl): Do not check variables if check is nil.
5554         * wl-utils.el (wl-collect-draft): New function.
5555         * wl-folder.el (wl-folder-suspend): Put summary buffers
5556         and draft buffers at the end of buffer list.
5557         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5558
5559 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5560
5561         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5562         loop instead of recursive call.
5563
5564         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5565         2nd argument.
5566
5567 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5568
5569         * wl-draft.el (wl-draft-create-contents): Don't take neither
5570         (function . args) nor (string . something) any more.
5571
5572         * wl-version.el (wl-generate-user-agent-string): Return string
5573         without header symbol.
5574         * wl-draft.el (wl-draft-default-headers): Use it.
5575
5576         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5577         `wl-draft-insert-ccs' and return field value instead of inserting
5578         the header. Abolish cc argument.
5579         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5580
5581         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5582         rather than one with string car.
5583
5584         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5585         * wl-draft.el (wl-draft-create-contents): Add it after the default
5586         headers.
5587
5588         * wl-draft.el (wl-draft-create-contents): For the case of
5589         (symbol-or-string . function) insert header only when the function
5590         returns string value.
5591
5592 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5593
5594         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5595         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5596
5597 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5598
5599         * wl.el (wl-check-environment): Don't check Message-ID when
5600         `wl-insert-message-id' is nil.
5601         Revive checking if `wl-message-id-domain' contains "@".
5602
5603 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl.el (wl-check-environment): Merge examination for "@" at
5606         inappropriate position into the first string-match.
5607
5608         * wl-summary.el (wl-summary-target-mark-print): New function.
5609         (wl-summary-pipe-message-subr): Extracted from
5610         `wl-summary-pipe-message'.
5611         (wl-summary-target-mark-pipe): New function.
5612         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5613         `wl-summary-target-mark-pipe'.
5614
5615 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5616
5617         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5618
5619 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * wl.el (wl-check-environment): Use elmo-warning instead of
5622         error for non-critical ones.
5623         Remove trash folder check.
5624         (wl): Don't ignore error in wl-check-environment.
5625
5626         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5627         check, which is moved from `wl-check-environment'.
5628         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5629
5630 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5633         guess anything, call wl-summary-write.
5634         (wl-summary-write): Create draft with blank To field.
5635         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5636
5637 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5638
5639         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5640         argument full as well for wl-folder-write-current-folder.
5641         If wl-*-write-current-folder cannot guess addressee, add blank
5642         To header.
5643         Rewrite condition for positioning cursor.
5644
5645 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5646
5647         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5648         summary buffer is present, use it.
5649         (wl-folder-jump-to-previous-summary): Ditto.
5650
5651 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5652
5653         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5654
5655         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5656         wl-summary-previous-buffer and wl-summary-next-buffer.
5657
5658         * wl-folder.el (wl-folder-mode-map): Bind
5659         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5660         (wl-folder-jump-to-next-summary): New function.
5661         (wl-folder-jump-to-previous-summary): Ditto.
5662
5663         * wl-draft.el (wl-draft): Rearranged.
5664
5665 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5666
5667         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5668         of header.
5669         (wl-draft): Collect arguments for the header as header-alist.
5670         (wl-draft-forward): Arrange arguments for wl-draft.
5671         (wl-draft-reply): Ditto.
5672         (wl-draft-edit-string): Ditto.
5673         * wl-summary.el (wl-summary-write): Ditto.
5674         (wl-summary-write-current-folder): Ditto.
5675
5676         * Version number is increased to 2.9.8.
5677
5678 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5679
5680         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5681
5682         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5683
5684         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5685         even if the guess failed.
5686
5687         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5688         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5689         wl-summary-write-current-folder.
5690         * wl-xmas.el: Ditto.
5691
5692 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl-summary.el (wl-summary-next-page): Force display message if
5695         message is not displayed yet.
5696         (wl-summary-prev-page): Ditto.
5697
5698 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5699
5700         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5701
5702 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5703
5704         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5705         add "Preview Message" and "Save Draft and Exit".
5706
5707 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5708
5709         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5710         if addrmgr is called from draft in splitted window.
5711
5712         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5713         * wl-mule.el: Ditto.
5714         * wl-xmas.el: Ditto.
5715
5716 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5717
5718         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5719
5720         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5721         * wl-xmas.el (wl-folder-toolbar): Ditto.
5722
5723 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5724
5725         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5726         and wl-draft-save-and-exit.
5727         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5728         * wl-xmas.el: Ditto.
5729         * wl-mule.el: Ditto.
5730
5731         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5732         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5733
5734 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5737         lists for saving buffer.
5738
5739 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5742         parent-folder argument instead of it.
5743         (wl-draft-create-buffer): Ditto.
5744         (wl-draft-forward): Ditto.
5745         (wl-draft-reply): Ditto.
5746         * wl-summary.el (wl-summary-write): Ditto.
5747         (wl-summary-write-current-folder): Ditto.
5748
5749         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5750         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5751         Folder buffer after composing.
5752
5753 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5756         header if the file `wl-x-face-file' already contains it.
5757
5758 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5759
5760         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5761         folder" entry.
5762         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5763         * wl-e21.el (wl-folder-toolbar): Ditto.
5764         * wl-xmas.el (wl-folder-toolbar): Ditto.
5765
5766 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5767
5768         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5769         wl-folder-goto-folder with sticky argument.
5770         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5771
5772 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5775         and wl-summary-previous-buffer.
5776         (wl-summary-next-buffer): New function.
5777         (wl-summary-previous-buffer): Ditto.
5778
5779 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5780
5781         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5782         wl-folder-jump-to-current-entity-with-arg.
5783         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5784         `wl-folder-jump-to-current-entity'.
5785         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5786         `wl-summary-goto-folder-sticky'.
5787         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5788         `wl-summary-goto-folder'.
5789         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5790         Unless force-exit, do not clean temp. marks for sticky summary.
5791         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5792
5793 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5794
5795         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5796         not entire.
5797
5798 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5801         to `C-x C-s'.
5802         (wl-summary-save-status): New command.
5803         (wl-summary-exit): Don't clean-up temp marks when sticky.
5804         (Applied patch from Nakayama-san [wl: 09548])
5805         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5806         Do nothing when no mark data.
5807         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5808         Call `wl-summary-delete-all-temp-marks' before saving.
5809
5810 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5811
5812         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5813
5814 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5815
5816         * wl.el (wl-check-environment): Also cause error when (system-name)
5817         returns "localhost.localdomain". (Although it doesn't affect because
5818         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5819
5820 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5821
5822         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5823         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5824
5825         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5826         value.
5827
5828 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5831         Likewise r-cc-list and r-ng-list.
5832
5833 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5836         only if it is bound as variable.
5837
5838         * wl-mime.el (wl-draft-preview-message): Ditto.
5839
5840 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5843         needless `goto-char'.
5844
5845         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5846         `wl-summary-redisplay-no-mime-internal' instead of
5847         `wl-summary-redisplay-no-mime'.
5848         (wl-summary-redisplay-no-mime): Changed argument;
5849         Call `wl-summary-redisplay-no-mime-internal'.
5850
5851         * wl-mime.el (wl-draft-preview-message): Bind
5852         `mime-header-encode-method-alist' locally.
5853
5854         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5855         (wl-draft-std11-parse-addresses): Added the first address check.
5856         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5857
5858         * Version number is increased to 2.9.7.
5859
5860 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5861
5862         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5863
5864 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5865
5866         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5867         related to scrollbar support, if there is no such a feature
5868         compiled in.
5869
5870 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5871
5872         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5873         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5874         for prefetch.
5875
5876 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-summary.el (wl-summary-pick): Fix for no match.
5879
5880 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5881
5882         * wl-draft.el (wl-draft-save):
5883         Override `mime-header-encode-method-alist'.
5884
5885 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5886
5887         * wl-folder.el (wl-folder-pick): New function.
5888         Define key as "?".
5889
5890 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5893         Fix for unplugged.
5894
5895 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5896
5897         * wl-folder.el (wl-folder-virtual): New function.
5898         Define key as "V".
5899
5900 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5901
5902         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5903         multi folder if entity is group.
5904
5905 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5908         is nil.
5909
5910 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5911
5912         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5913         (wl-summary-target-mark-msgs): Return the number of marked messages.
5914
5915 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5916
5917         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5918         "first:" is specified.
5919
5920 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5921
5922         * wl-vars.el (wl-from): Use return value of function
5923         user-full-name instead of the variable user-full-name since
5924         XEmacs-20.4 doesn't set this variable.
5925
5926 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5929         call `wl' directly.
5930
5931 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5932
5933         * wl-draft.el (wl-draft-reedit): Removed duplicated
5934         switch-to-buffers.
5935
5936 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * wl.el (wl-other-frame): Removed garbages.
5939
5940 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5943
5944         * wl-xmas.el (wl-draft-key-setup): Ditto.
5945
5946         * wl-mule.el (wl-draft-key-setup): Ditto.
5947
5948         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5949         (wl-draft-reedit): Ditto.
5950         (wl-draft-prepare-edit): Add `wl-draft-save' to
5951         `local-write-file-hooks'.
5952         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5953         (wl-draft-reedit): Set buffer-file-name.
5954         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5955
5956
5957         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5958         call it.
5959         (wl-delete-startup-frame-function): New variable.
5960         (wl-other-frame): New function
5961         (Original was written by Yamaoka san [wl: 09239]).
5962
5963         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5964         if `wl-folder-use-frame'.
5965
5966 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5969
5970 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5971
5972         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5973         New variable.
5974         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5975         (wl-message-buffer-prefetch-get-next): Use them.
5976         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5977
5978 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5981         with unwind-protect.
5982
5983         * wl-draft.el (wl-draft-reedit): Rewrite.
5984         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5985         (wl-draft-save): Insert header separator if it does not exist;
5986         Removed condition-case.
5987
5988         * wl-summary.el (wl-summary-reedit): Revert last change.
5989
5990         * wl-draft.el (wl-draft-save): Rewrite.
5991         (wl-draft-create-buffer): Set buffer-file-name as nil.
5992
5993         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5994
5995         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5996
5997         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5998         nil.
5999
6000 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6003         If count is nil, do not prefetch.
6004         (wl-message-buffer-prefetch-next): Next.
6005
6006 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6007
6008         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6009
6010 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6011
6012         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6013         `delete-backward-char'
6014         (wl-draft-prepare-edit): Check major-mode.
6015         (wl-draft-decode-header): Rewrite.
6016         (wl-draft): Fix.
6017
6018 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6019
6020         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6021
6022 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6025         (wl-message-buffer-prefetch-get-next): Remove size checking.
6026         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6027
6028 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6029
6030         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6031         (wl-draft-default-headers): Fix.
6032
6033 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6034
6035         * wl-draft.el (wl-draft-default-headers): Insert return value of
6036         `wl-generate-mailer-string-function'.
6037
6038 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6039
6040         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6041         (wl-draft-insert-mail-header-separator): Ditto.
6042
6043         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6044         again (Reverted the change on 2002-01-17 by OKADA san).
6045
6046 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-draft.el (wl-draft): Rewrite.
6049         (wl-draft-create-buffer): New function.
6050         (wl-draft-create-contents): Ditto.
6051         (wl-draft-prepare-edit): Ditto.
6052         (wl-draft-decode-header): Ditto.
6053         (wl-draft-decode-body): Ditto.
6054         (wl-draft-check-new-line): Ditto.
6055         (wl-draft-default-headers): Ditto.
6056         (wl-draft-insert-mail-header-separator): Ditto.
6057
6058 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6059
6060         * Version number is increased to 2.9.6.
6061
6062 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft-delete-field): Optional argument.
6065         (wl-draft-delete-fields): Ditto.
6066
6067 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6068
6069         * wl-message.el (toplevel): Eliminated byte-compile warning.
6070         for `itimer-function', `delete-timer' and `itimer-list'.
6071
6072 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6073
6074         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6075         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6076         `wl-message-buffer-prefetch-threshold'.
6077         * wl-summary.el (wl-summary-redisplay-internal): Remove
6078         the check of `wl-message-buffer-prefetch-depth'.
6079
6080 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6081
6082         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6083         size of article.
6084         (wl-message-buffer-prefetch-subr): Remove size check.
6085
6086 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6087
6088         * wl-vars.el (wl-plugged): Make customizable.
6089
6090 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6091
6092         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6093         (wl-message-buffer-prefetch-set-timer): New function.
6094         (wl-message-buffer-prefetch-get-next): New function.
6095         (wl-message-buffer-prefetch): New function.
6096         (wl-message-buffer-prefetch-next): Rewrite.
6097         (wl-message-buffer-prefetch-subr): Rewrite.
6098         * wl-vars.el (wl-auto-prefetch-first): New variable.
6099         * wl-summary.el (wl-summary-goto-folder-subr): Call
6100         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6101
6102 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6103
6104         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6105         `wl-summary-unread-message-hook'.
6106
6107 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6110         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6111         if range is `cache-status'.
6112
6113 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6114
6115         * wl-message.el (wl-message-buffer-prefetch-subr):
6116         Improve debug message.
6117
6118 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6121         `wl-mail-send-pre-hook'.
6122         (wl-draft-send-mail-with-qmail): Ditto.
6123         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6124
6125 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6126
6127         * wl-message.el (wl-message-buffer-prefetch-subr):
6128         Fix for cancel-function-timers bug.
6129         (wl-message-buffer-prefetch-debug): Default value is t.
6130
6131 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6132
6133         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6134         (wl-message-buffer-prefetch-subr): Rewrite.
6135         Rename from `wl-message-buffer-prefetch'.
6136
6137 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6140         (wl-default-draft-cite-decorate-author): Ditto.
6141
6142         * wl-draft.el (wl-draft-cite-function): Removed.
6143         (wl-default-draft-cite-decorate-author): Ditto.
6144
6145 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146
6147         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6148         (wl-default-draft-cite): Do not arrange author name if the value of
6149         `wl-default-draft-cite-decorate-author' is nil.
6150
6151 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6154
6155         * wl-folder.el (wl-folder-check-one-entity): Don't care
6156         `elmo-folder-use-flag-p'.
6157
6158 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * wl-folder (wl-folder-check-one-entity): Fix
6161         problem if unread is nil.
6162
6163 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-address.el (wl-address-make-completion-list): Check whether
6166         the address is a group list.
6167         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6168
6169 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6170
6171         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6172         The number of the messages of new and unread does not count
6173         correctly.
6174
6175         * wl-summary.el (wl-summary-count-unread): Changed to return
6176         `(new . unread)' instead of total.
6177         (wl-summary-sync-update): Follow the change above.
6178
6179         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6180
6181 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6182
6183         * wl-address.el (wl-address-make-completion-list): Do not enclose
6184         address by " <" and ">" if associated realname is "".
6185         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6186         This is against the promblem with group list in .addresses pointed
6187         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6188
6189 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6190
6191         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6192         message is a format control string.
6193         * wl-expire.el (wl-expire-append-log): Ditto.
6194         * wl-mime.el (wl-summary-burst-subr): Ditto.
6195         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6196         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6197
6198 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6199
6200         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6201         wl.el (wl-check-variables): Rename from `wl-check-type'.
6202         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6203         (wl-check-variables-2): New function.
6204         (wl): Call `wl-check-variables-2'.
6205
6206 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6207
6208         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6209         after renaming folder in access group.
6210
6211 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6212
6213         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6214         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6215         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6216         (wl-message-buffer-prefetch): Rewrite.
6217         (wl-message-buffer-prefetch-idle-time): Removed.
6218         * wl-summary.el (wl-summary-redisplay-internal):
6219         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6220         Error check for `wl-message-buffer-prefetch-depht'.
6221
6222 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6223
6224         * Version number is increased to 2.9.5.
6225         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6226
6227 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6228
6229         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6230         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6231         Based on the patch written by
6232         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6233
6234 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-draft.el (wl-draft-raw-send): Fix for
6237         `wl-news-send-pre-hook'
6238
6239 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6240
6241         * wl-utils.el (wl-message-id-function): New variable.
6242         * wl-draft.el (wl-draft-insert-required-fields):
6243         Use `wl-message-id-function'.
6244
6245 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6246
6247         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6248         * wl-utils.el (wl-draft-make-message-id-string):
6249         Use `wl-from' for domain part of Message-ID
6250         if `wl-message-id-use-wl-from' if non-nil.
6251         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6252
6253 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6254
6255         * wl.el (wl): Call `wl-check-type'
6256         Do not 'condition-case'.
6257
6258 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl.el (wl-check-type): New function.
6261         (wl-check-type-variables): New variable.
6262
6263 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6266
6267 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-draft.el (wl-smtp-password-key): New function.
6270         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6271         (wl-draft-send-mail-with-smtp): Ditto.
6272         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6273
6274 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6277         * wl-utils.el (wl-unique-id-suffix): Remove.
6278
6279 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * Version number is increased to 2.9.4.
6282
6283 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-utils.el (wl-unique-id-suffix): New variable.
6286         (wl-unique-id): Use `wl-unique-id-suffix'
6287
6288 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6289
6290         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6291         instead of `elmo-msgdb-search'.
6292
6293         * Version number is increased to 2.9.3.
6294
6295 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6296
6297         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6298
6299 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6302         (wl-draft-dispatch-message): Changed for send-later.
6303         (wl-draft-queue-flush): Ditto.
6304         (wl-draft): Clear `wl-sent-message-queued'.
6305         (wl-draft-reedit): Ditto.
6306         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6307         * wl-vars.el (wl-draft-force-queuing): New variable.
6308         (wl-draft-force-queuing-mail): New variable.
6309         (wl-draft-force-queuing-news): New variable.
6310
6311 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6314         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6315
6316 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6317
6318         * Version number is increased to 2.9.2.
6319
6320 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * wl-draft.el (wl-draft-elide-region): New user command.
6323         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6324
6325         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6326         command `wl-draft-elide-region'.
6327         * wl-mule.el: Ditto.
6328         * wl-xmas.el: Ditto.
6329
6330 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6333         (wl-biff-check-folder-async): Removed needless let.
6334
6335 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6338         wl-folder-get-elmo-folder.
6339         (wl-biff-check-folder): Set `biff' argument of
6340         `wl-folder-check-one-entity'.
6341         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6342
6343         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6344         (wl-folder-check-one-entity): Added `biff' argument;
6345         Setup `biff' slot of folder.
6346
6347         * Version number is increased to 2.9.1.
6348
6349 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6352         comment out and fixed.
6353         (wl-fldmgr-add-completion-subr): Ditto.
6354
6355         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6356         and msgdb.
6357
6358         * wl.el (wl-toggle-plugged): Save summary view.
6359
6360 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6363
6364 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6365
6366         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6367
6368 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6371         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6372         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6373
6374         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6375         if it was failed.
6376         (wl-demo): Disable undo in the demo buffer.
6377
6378 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * wl-version.el (wl-version): Changed codename.
6381
6382         * Version number is increased to 2.9.0.
6383
6384 2001-12-14  Takuo KITAME <kitame@northeye.org>
6385
6386         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6387         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6388         (wl-folder-mark-as-read-all-current-entity): Ditto.
6389
6390 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-vars.el (wl-from-width): Define as obsolete variable.
6393         (wl-subject-length-limit): Ditto.
6394
6395         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6396
6397         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6398         wl-summary-save-view.
6399
6400         * wl.el (wl-save-status): Ditto.
6401         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6402
6403         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6404         (wl-summary-exit): Follow the change above.
6405         (wl-summary-goto-folder-subr): Ditto.
6406
6407         * wl-folder.el (wl-folder-create-subr): Don't use
6408         `elmo-folder-creatable-p'.
6409
6410 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6413
6414 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6417         rather than bitmap on Emacs 21.
6418         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6419         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6420         for xbm if the new redisplay engine is not available.
6421
6422 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-folder.el (wl-folder-init-hook): New hook.
6425         (wl-folder-init): Run `wl-folder-init-hook'.
6426
6427 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6430
6431 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-acap.el (wl-acap-cache-filename): New variable.
6434         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6435         (wl-acap-init): Use cache if no ACAP server found.
6436
6437 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6438
6439         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6440         `wl-acap-original-msgdb-dir'.
6441
6442         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6443         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6444
6445         * wl-mime.el (wl-mime-save-directory): Renamed from
6446         `wl-mime-save-dir'.
6447
6448 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6451
6452         * wl-demo.el: Require `path-util'.
6453         (wl-demo-bitmap-mule-available-p): New internal variable.
6454         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6455         `module-installed-p' instead.
6456         (wl-demo-insert-image): Use *.img file for a bitmap image.
6457         (wl-demo): Don't call the ascii demo recursively.
6458
6459 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6460
6461         * Version number is increased to 2.7.7.
6462
6463 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl.el (wl-exit): Eliminated byte-compile warning.
6466
6467 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6468
6469         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6470         obsolete variable using `elmo-define-obsolete-variable'.
6471         (wl-fetch-confirm-threshold): Ditto.
6472         (wl-cache-prefetch-folder-type-list): Ditto.
6473         (wl-cache-prefetch-folder-list): Ditto.
6474
6475 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6478         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6479         (wl-demo-insert-image): New function.
6480         (wl-demo-insert-text): New function.
6481         (wl-demo-image-type-alist): Redefine as a function.
6482         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6483         (wl-demo-with-temp-file-buffer): Removed.
6484         (wl-logo-xpm): Removed.
6485         (wl-logo-xbm): Removed.
6486         (wl-logo-bitmap): Removed.
6487
6488 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6489
6490         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6491         (wl-expire-localdir-get-folder-function): New user option.
6492         (wl-expire-localdir-get-folder): New function.
6493         (wl-expire-localdir-date): Ditto.
6494
6495 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6496
6497         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6498         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6499         Fixed unread number mismatch when all-unread < unread.
6500
6501 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6504         (wl-fetch-confirm-threshold): Ditto.
6505
6506         * wl-summary.el (wl-summary-confirm-appends): Removed.
6507         (wl-summary-sync-update): Don't refer
6508         `wl-summary-update-confirm-threshold' (It is now abolished).
6509
6510         * wl-message.el (wl-message-display-internal): Don't refer
6511         `wl-fetch-confirm-threshold' (It is now abolished).
6512
6513 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6516
6517 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6518
6519         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6520         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6521         Change default value to nil.
6522         (wl-summary-indent-length-limit): The value can be nil, nil means
6523         unlimited.
6524
6525         * wl-summary.el: Don't set limit for indent length if the value of
6526         wl-summary-indent-length-limit is nil.
6527         If the value of wl-summary-width is nil, it means only that the width
6528         of summary is unlimited (nil doesn't mean that the indent length is
6529         unlimited).
6530
6531         * wl-thread.el: Ditto.
6532
6533 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6534
6535         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6536         be nil, nil means never confirm.
6537         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6538
6539 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6540
6541         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6542         means unlimited).
6543
6544 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6547         Use `with-temp-buffer'.
6548
6549 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6552         with new backquote style).
6553         (wl-folder-get-entity-from-buffer): Ditto.
6554
6555 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6556
6557         * wl-version.el (nemacs-version): Eliminated.
6558         (wl-extended-emacs-version2): Ignore nemacs.
6559         (wl-extended-emacs-version3): Ditto.
6560
6561 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6562
6563         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6564         (wl-draft-add-in-reply-to): New variable.
6565         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6566         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6567         (wl-draft-yank-from-mail-reply-buffer): Use
6568         `wl-draft-add-in-reply-to'.
6569         (wl-draft-insert-current-message): Ditto.
6570
6571 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6572
6573         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6574         typo (kill->hide).
6575         (wl-message-buffer-prefetch-folder-type-list): Added elements
6576         `mark' and `cache' instead of `internal'.
6577
6578 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6581         resume msgdb directory.
6582
6583 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl.el (wl-exit): Call `wl-acap-exit'.
6586
6587         * wl-summary.el (wl-summary-message-string): New function.
6588         (wl-summary-reedit): Use it.
6589         (wl-summary-resend-bounced-mail): Remove needless let.
6590         (wl-summary-supersedes-message): Ditto.
6591         (wl-summary-save): Ditto.
6592
6593         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6594         (wl-acap-init): Set it.
6595         (wl-acap-exit): New function.
6596
6597 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6598
6599         * wl.el (wl-init): Revert (require 'mime-setup). move from
6600         toplevel.
6601
6602 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6603
6604         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6605         local variables.  Add error when guess function return invalid
6606         value.
6607
6608 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6609
6610         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6611         Change local variable name.
6612         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6613         (wl-folder-get-newsgroups): Return nil when non-news folder.
6614         * wl-summary.el (wl-summary-write-current-folder): State through
6615         when guess-list return nil.
6616         (wl-summary-write-current-folder-functions): Fixed docstring.
6617
6618         * wl.el (wl-exit): Changed confirm message.
6619
6620         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6621         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6622
6623         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6624
6625 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6626
6627         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6628         user option (Renamed from wl-cache-prefetch-folder-type-list).
6629         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6630         from wl-cache-prefetch-folder-list).
6631
6632         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6633         Move to wl-vars.el.
6634         (wl-message-buffer-prefetch-p): Changed to enable
6635         `wl-message-buffer-prefetch-folder-list'.
6636
6637         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6638         `ignore-cache'.
6639
6640 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6643         `part-top' and `part-bottom'.
6644         (wl-draft-config-sub-part-top): New function.
6645         (wl-draft-config-sub-part-bottom): New function.
6646
6647 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6648
6649         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6650
6651 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6654
6655 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6656
6657         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6658
6659         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6660         (wl-summary-write-current-folder): Ditto.
6661
6662 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-folder.el (wl-folder-get-newsgroups): Use
6665         `elmo-folder-newsgroups'.
6666
6667 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6670         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6671         `wl-draft-config-sub-header-bottom'.
6672
6673 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6674
6675         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6676         localnews folder.
6677
6678 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6679
6680         * wl-summary.el (wl-summary-mode): Undo last change.
6681
6682         * wl-folder.el (wl-folder-mode): Ditto.
6683
6684 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6685
6686         * wl-summary.el (wl-summary-mode): Locally set
6687         truncate-partial-window-width to nil.
6688         (for XEmacs)
6689
6690         * wl-folder.el (wl-folder-mode): Ditto.
6691
6692 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6695
6696 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6699         number.
6700
6701         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6702
6703         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6704
6705         * Version number is increased to 2.7.6.
6706
6707 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6710
6711 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-summary.el (wl-summary-sync-update): Enclose network
6714         related portion with `unwind-protect'.
6715
6716 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6717
6718         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6719
6720 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6723         element.
6724         * wl-vars.el (wl-message-body-button-alist): Ditto.
6725
6726         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6727         max match length.
6728         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6729
6730         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6731         for the max match length;
6732         Use 4th element value for the button string regexp group.
6733
6734         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6735         candidate exists, prompt to select.
6736
6737 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6738
6739         * wl-summary.el (wl-summary-jump-to-msg): Search before
6740         calibration point by `beginning-of-line'.
6741
6742 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6745         for access group.
6746
6747 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-message.el (wl-message-display-internal): Bind
6750         `default-mime-charset'.
6751
6752         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6753
6754         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6755
6756         * Version number is increased to 2.7.5.
6757
6758 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6759
6760         * wl-expire.el (wl-summary-archive): Fixed;
6761         Use `elmo-folder-name-internal'.
6762
6763 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6764
6765         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6766         from `elmo-folder-move-messages' caller.
6767         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6768
6769         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6770         related portions are changed).
6771
6772 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6773
6774         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6775         counter.
6776
6777 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6778
6779         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6780         buffer local and set it to nil.
6781
6782         * wl-message.el (wl-message-redisplay): Ditto.
6783
6784 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-summary.el (wl-summary-mark-as-important): If message is
6787         already cached, set messag as read, otherwise encache and mark as read.
6788
6789 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6790
6791         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6792         point-min.
6793
6794 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6797         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6798         a keymap.
6799
6800 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6803         parent.
6804
6805         * wl-mule.el (wl-message-define-keymap): Ditto.
6806
6807         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6808
6809         * wl-xmas.el (wl-message-display-internal-hook): Define.
6810         (wl-xmas-setup-message-toolbar): Define as function.
6811         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6812         (wl-message-overload-functions): Abolished.
6813         (wl-message-define-keymap): New function.
6814
6815         * wl-vars.el (wl-message-display-internal-hook): New variable.
6816         (wl-message-header-button-alist): New variable (Renamed from
6817         wl-highlight-message-header-button-alist).
6818         (wl-message-body-button-alist): Ditto.
6819
6820         * wl-mule.el (wl-message-define-keymap): New function.
6821         (wl-message-overload-functions): Abolished.
6822
6823         * wl-message.el (wl-message-add-buttons-to-body): New function.
6824         (wl-message-redisplay): Don't call wl-message-overload-functions;
6825         Call wl-message-add-buttons-to-header and
6826         wl-message-add-buttons-to-body.
6827         (wl-message-display-internal): Set keymap argument for
6828         elmo-mime-display-as-is, elmo-mime-message-display;
6829         Run wl-message-display-internal-hook.
6830         (wl-message-refer-article-or-url): Abolished.
6831
6832         * wl-highlight.el (wl-highlight-headers): Don't call
6833         wl-highlight-message-add-buttons-to-header.
6834         (wl-highlight-message-add-buttons-to-header): Abolished.
6835
6836
6837         * wl-e21.el (wl-message-display-internal-hook): Define.
6838         (wl-e21-setup-toolbar): Deleted duplicated binding.
6839         (wl-e21-setup-message-toolbar): Define as function.
6840         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6841         (wl-message-define-keymap): New function.
6842         (wl-message-overload-functions): Abolished.
6843
6844 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6847         and elmo-folder-close.
6848
6849         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6850
6851 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6852
6853         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6854         boolean value.
6855         * wl-draft.el (wl-draft-do-fcc): Ditto.
6856
6857 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6858
6859         * wl-vars.el (wl-fcc-force-as-read): New variable.
6860         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6861         mark copied message as read.
6862
6863 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6866
6867 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6868
6869         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6870         `wl-summary-target-above' instead of obsolete variable
6871         `wl-summary-temp-above'.
6872
6873         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6874         instead of `make-obsolete-variable'.
6875         * wl-refile.el (toplevel): Ditto.
6876
6877 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6880         with third argument t.
6881         (wl-draft): Set first argument for wl-plugged-init as t.
6882
6883         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6884         definition.
6885
6886 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6887
6888         * wl-vars.el: Tabify.
6889         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6890
6891         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6892         message.
6893
6894 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6895
6896         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6897         and set default to beep.
6898
6899 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6900
6901         * wl-vars.el (wl-draft-truncate-lines): New variable.
6902
6903         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6904         instead of wl-message-truncate-lines for truncate-lines.
6905
6906 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-message.el (wl-message-display-internal): Call
6909         `wl-highlight-message' after `elmo-mime-display-as-is'.
6910
6911         * wl-mime.el (wl-mime-display-text/plain): New function.
6912         (wl-mime-display-header): Ditto.
6913         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6914         body-presentation-method for text/plain;
6915         Register `wl-mime-display-header' as a header-presentation-method;
6916         Don't set up `elmo-message-text-content-inserted-hook' and
6917         `elmo-message-header-inserted-hook'.
6918
6919         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6920         variable.
6921         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6922         as t if flag is 'all-header;
6923         Don't bind `elmo-message-ignored-field-list',
6924         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6925
6926 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6929         for xemacs with non-mule environment.
6930
6931 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6932
6933         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6934         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6935         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6936
6937 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-vars.el (wl-interactive-send): Set default value as t.
6940
6941 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6944         (wl-addrmgr-method-list): Abolished.
6945         (wl-addrmgr-change-method): Follow above change.
6946
6947         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6948
6949 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6950
6951         * wl-vars.el (wl-message-truncate-lines): Change default value
6952         to default-truncate-lines.
6953
6954         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6955
6956 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6957
6958         * wl-vars.el (wl-message-truncate-lines): New variable.
6959
6960         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6961         wl-message-truncate-lines.
6962
6963 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6964
6965         * wl-acap.el (wl-acap-init): Remove period from error message.
6966         (wl-acap-find-acap-service): Remove period from message.
6967
6968 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl.el (wl-check-environment): Undo last change.
6971
6972         * wl-vars.el (wl-from): Changed default value.
6973
6974         * wl-util.el (toplevel): Don't require tm-edit.
6975
6976         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6977         `wl-folder-init';
6978         Don't set mark on mail body.
6979         (wl-draft-reedit): Ditto.
6980
6981         * wl-address.el (wl-address-quote-specials): Define as an alias for
6982         elmo-address-quote-specials.
6983
6984 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6985
6986         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6987
6988         * wl-vars.el (wl-from): Set default value as nil.
6989         (wl-organization): Set default value as ORGANIZATION environment
6990         variable.
6991
6992         * wl-draft.el (wl-smtp-extension-bind): Check value of
6993         wl-smtp-connection-type.
6994
6995         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6996         error.
6997
6998 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6999
7000         * Version number is increased to 2.7.4.
7001
7002         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7003         arguments from `wl-highlight-x-face-function' caller.
7004         Use x-face-1.3.6.12 or later.
7005
7006 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7007
7008         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7009
7010 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7011
7012         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7013         (wl-fcc): Fix to accept function.
7014         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7015
7016 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7017
7018         * wl-acap.el (toplevel): Added `product-provide' declare.
7019         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7020
7021 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl.el (wl): Changed order of calling `elmo-init'
7024         and `elmo-folder-init'.
7025
7026 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7027
7028         * wl-mime.el (wl-summary-burst): Extract message when content-type
7029         of root entity is not only `multipart' but also `message/rfc822'.
7030         (wl-summary-burst-subr): Ditto.
7031
7032 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * wl-vars.el (toplevel): Require 'custom.
7035         (wl-trash-folder): Added to `wl-setting' group.
7036
7037         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7038         exists.
7039         (wl-addrmgr-draw): Insert empty line when no entry exists.
7040
7041         * wl-mule.el (wl-message-wheel-up): Fixed.
7042         (wl-message-wheel-down): Ditto.
7043
7044 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7045
7046         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7047         config is an anonymous lambda expression.
7048
7049 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7052         when Mule 2 is running.
7053
7054 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7057
7058 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7061         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7062
7063         * wl-address.el (wl-address-specials-regexp): Eliminated.
7064         (wl-address-quote-specials): Rewrite.
7065
7066 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7069         shy-groups for regexp.
7070
7071         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7072         character classes and Perl style shy-groups for regexp.
7073         (wl-highlight-plugged-current-line): Use Posix style character
7074         classes for regexp.
7075         (wl-e21-highlight-folder-by-numbers): Ditto.
7076         (wl-e21-display-image-p): Use `display-images-p' instead of
7077         `display-graphic-p'.
7078         (display-images-p): Make an alias to `display-graphic-p' if it is
7079         not available.  It is for Emacs version prior to 21.0.105.
7080
7081         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7082         `display-graphic-p'.
7083         (wl-demo-image-type-alist): Ditto.
7084         (display-images-p): Make an alias to `display-graphic-p' if it is
7085         not available.  It is for Emacs version prior to 21.0.105.
7086
7087 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7090         support.
7091         (wl-generate-user-agent-string): Ditto.
7092
7093         * wl-version.el (wl-version): Update docsting.
7094         (wl-version-status): Ditto.
7095
7096 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7097
7098         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7099         21.0.105.  For Emacs 21.0.104 or earlier.
7100
7101 2001-09-03  Takuo KITAME <kitame@northeye.org>
7102
7103         * wl-e21.el (wl-plugged-init-icons): Use
7104         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7105         (wl-biff-init-icons): Ditto.
7106
7107 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-highlight.el (wl-highlight-summary-current-line):
7110         Fixed highlighting refile/copy destination.
7111
7112         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7113         (wl-acap-store): Encode string by wl-acap-coding-system.
7114
7115 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * wl-acap.el (toplevel): Check and require 'un-define before
7118         'xemacs-ucs;
7119          Added checking for UTF-2000.
7120
7121 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7124         Don't enclose with `eval-and-compile'.
7125
7126         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7127         wl-init is non-nil.
7128
7129         * wl-draft.el (wl-draft): Ditto.
7130
7131         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7132
7133         * wl-acap.el (toplevel): Require 'wl.
7134         (wl-acap-store): Call `elmo-init'.
7135
7136         * wl.el (wl): Changed position of `wl-check-environment'.
7137         (toplevel): Added autoload setting for wl-acap.
7138
7139         * wl-vars.el (wl-setting): New custom group.
7140         (wl-from): Added wl-setting group.
7141         (wl-user-mail-address-list): Ditto.
7142         (wl-organization): Ditto.
7143         (wl-subscribed-mailing-list): Ditto.
7144         (wl-envelope-from): Ditto.
7145         (wl-smtp-posting-user): Ditto.
7146         (wl-smtp-posting-server): Ditto.
7147         (wl-smtp-posting-port): Ditto.
7148         (wl-smtp-authenticate-type): Ditto.
7149         (wl-pop-before-smtp-user): Ditto.
7150         (wl-pop-before-smtp-server): Ditto.
7151         (wl-pop-before-smtp-port): Ditto.
7152         (wl-pop-before-smtp-authenticate-type): Ditto.
7153         (wl-nntp-posting-server): Ditto.
7154         (wl-nntp-posting-user): Ditto.
7155         (wl-nntp-posting-port): Ditto.
7156         (wl-fetch-confirm-threshold): Ditto.
7157         (wl-prefetch-threshold): Ditto.
7158         (wl-thread-insert-opened): Ditto.
7159         (wl-ldap-server): Ditto.
7160         (wl-ldap-port): Ditto.
7161         (wl-ldap-base): Ditto.
7162         (wl-ldap-objectclass): Ditto.
7163         (wl-use-ldap): Ditto.
7164         (wl-draft-config-alist): Ditto.
7165         (wl-draft-config-matchone): Ditto.
7166         (wl-template-alist): Ditto.
7167         (wl-message-sort-field-list): Ditto.
7168         (wl-message-ignored-field-list): Ditto.
7169         (wl-message-visible-field-list): Ditto.
7170         (wl-interactive-send): Ditto.
7171         (wl-summary-move-order): Ditto.
7172         (wl-auto-select-first): Ditto.
7173         (wl-auto-select-next): Ditto.
7174         (wl-interactive-save-folders): Ditto.
7175
7176         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7177         Initialization codes are moved from wl-local-folder-init.
7178         (wl-local-folder-init): Follow the change above.
7179         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7180
7181         * wl-acap.el: New file.
7182
7183         * Version number is increased to 2.7.3.
7184
7185 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7186
7187         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7188
7189 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7190
7191         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7192         (wl-addrmgr-address-entry-list): Ditto.
7193
7194 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-e21.el (wl-draft-mode-map): Removed binding for
7197         `wl-draft-insert-x-face-field'.
7198
7199         * wl-mule.el (wl-draft-mode-map): Ditto.
7200
7201         * wl-xmas.el (wl-draft-mode-map): Ditto.
7202
7203         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7204         (wl-cs-autoconv): Ditto.
7205         (wl-cs-local): Ditto.
7206         (wl-use-scoring): Ditto.
7207         (wl-mime-charset): Ditto.
7208         (wl-folder-check-async): Ditto.
7209
7210         * wl.el (toplevel): Ignore nemacs and tm.
7211         (wl-exit): Ditto.
7212
7213         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7214         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7215         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7216         instead of wl-address-petname-add-or-change.
7217         (wl-summary-edit-addresses-subr): Use wl-address-delete
7218         instead of wl-address-petname-delete.
7219
7220         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7221
7222         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7223         if error occured.
7224
7225         * wl-message.el (require): Remove tm support.
7226
7227         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7228
7229         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7230         (wl-folder-jump-to-current-entity): Ditto.
7231         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7232
7233         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7234         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7235         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7236
7237         * wl-mule.el (wl-draft-key-setup): Ditto.
7238
7239         * wl-xmas.el (wl-draft-key-setup): Ditto.
7240
7241         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7242         (wl-draft-std11-parse-addresses): New function.
7243         (wl-draft-parse-mailbox-list): Use it.
7244         (wl-draft): Ignore nemacs.
7245         (wl-draft-reedit): Ditto.
7246
7247         * wl-addrmgr.el: New file.
7248         (Original is wl-rcpt.el written by
7249         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7250         Thanks Kitamoto-san.)
7251
7252         * wl-address.el (wl-address-make-address-list): Modified parsing
7253         process.
7254         (wl-address-delete): Renamed from `wl-address-petname-delete';
7255         Modify wl-address-list too.
7256         (wl-address-add-or-change): Renamed from
7257         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7258
7259 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7260
7261         * wl-highlight.el (wl-highlight-summary-current-line):
7262           Work with transient-mark-mode
7263
7264 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * Version number is increased to 2.7.2.
7267
7268         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7269         instead of elmo-dop-queue-method.
7270
7271 2001-08-06  SAITO Atsunori <sai@yedo.com>
7272
7273         * wl-vars.el (wl-ldap-objectclass): New user option.
7274
7275         * wl-address.el (wl-ldap-make-filter): Use it.
7276
7277 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7280
7281 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl-folder.el (wl-folder): redisplay after folder insertion.
7284
7285         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7286
7287         * wl-summary.el (wl-summary-sync-update):
7288         Change status mark only when new-msgdb exists.
7289         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7290
7291 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * wl-summary.el (wl-summary-open-folder): New function.
7294         (wl-summary-goto-folder-subr): Use it.
7295         (wl-summary-mark-as-important): Fix;
7296         Encache only when no cache exists.
7297
7298 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7301         Use with-current-buffer.
7302
7303 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7304
7305         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7306         before call `get-buffer'. Fixed parenthesis.
7307         (wl-score-get-header-entry): Clear message and help window when
7308         keyboard quit.
7309         (wl-score-edit-insert-header): Ditto.
7310
7311 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7312
7313         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7314         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7315         (wl-default-draft-cite): Fix.
7316
7317         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7318         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7319
7320 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * wl-message.el (wl-message-prev-page): Do same bahavior
7323         as summary when it is called in the message buffer.
7324         (wl-message-next-page): Ditto.
7325
7326 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-summary.el (wl-summary-forward): Use cache if it is not
7329         section cache.
7330
7331 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7334         Removed redundant require of elmo-vars.
7335         (wl-biff-state-indicator-on): Changed default value for
7336         xemacs with non-mule environment.
7337
7338         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7339         wl-message-buffer is nil;
7340         Hide progress bar after moving messages.
7341
7342 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7345         message at cursor point is deleted.
7346
7347 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7348
7349         * wl-vars.el: Changed file coding system to euc-japan.
7350         Added -*-coding:-*- magic to the first line.
7351
7352         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7353         Search parent from the first message.
7354
7355         * Version number is increased to 2.7.1.
7356
7357 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7358
7359         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7360
7361 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7364         refile/delete execution.
7365
7366         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7367         Fixed docstring.
7368
7369 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7372         do update process;
7373         Don't update marks when update process is interrupted.
7374
7375 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-summary.el (wl-summary-reply): Fixed problem when
7378         wl-draft-use-frame is non-nil.
7379         (wl-summary-forward): Ditto.
7380
7381         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7382         as nil.
7383         (wl-folder-mark-as-read-all-entity): Ditto.
7384         (wl-folder-prefetch-entity): Ditto.
7385
7386         * wl.el (wl): Check environment before wl-init.
7387
7388         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7389         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7390         instead of wl-summary-collect-unread.
7391         (wl-summary-reply): Split message window.
7392
7393 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7396         only if current language environment is japanese,
7397
7398         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7399         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7400         (wl-folder-goto-folder-subr): Ditto.
7401
7402         * wl-draft.el (wl-draft-dispatch-message): Call
7403         `elmo-file-cache-get-path'.
7404
7405 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-summary.el (wl-summary-cursor-move): If return value of
7408         wl-summary-next-message is not number, don't jump.
7409
7410 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-summary.el (wl-summary-buffer-next-message-function): New
7413         variable.
7414         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7415         if it is bound.
7416
7417         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7418         string.
7419
7420         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7421         (wl-plugged-drawing): Ditto.
7422
7423 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7426         process.
7427         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7428         with unwind-protect.
7429
7430         * wl.el (wl-init): Require mime-setup.
7431         (wl-check-environment): Don't require mime-setup.
7432
7433         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7434         instead of elmo-folder-type.
7435
7436         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7437         value as nil.
7438
7439 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * Version number is increased to 2.7.0.
7442
7443         * wl-version.el (wl-version): Changed codename.
7444
7445         * wl-summary.el (wl-summary-delete-cache): Fixed.
7446
7447         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7448         Workaround for net folders.
7449         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7450
7451         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7452         value to nil (According to the patch from
7453         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7454
7455         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7456         of elmo-folder-close.
7457
7458 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7459
7460         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7461         for postfix.
7462
7463 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-summary.el (wl-summary-resend-message): Fixed.
7466
7467         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7468         Call wl-draft with `from' argument if its address is included in
7469         `wl-user-mail-address-list'.
7470         (wl-draft): Added `from' argument.
7471
7472         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7473         non-nil.
7474         (wl): Don't show demo if wl-demo is nil.
7475
7476         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7477         wl-summary-use-frame.
7478
7479         * wl-vars.el (wl-summary-use-frame): New user option.
7480         (wl-folder-use-frame): Changed docstring.
7481
7482         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7483         non-nil.
7484         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7485         wl-summary-use-frame.
7486
7487         * wl-vars.el (wl-folder-use-frame): New user option.
7488
7489         * wl-summary.el (wl-summary-exit): Back to folder frame if
7490         wl-folder-use-frame is non-nil.
7491         (wl-summary-redisplay-internal): Ignore cache if current folder
7492         is draft folder,
7493         (wl-summary-redisplay-no-mime): Ditto.
7494         (wl-summary-redisplay-all-header): Ditto.
7495
7496         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7497         if wl-folder-use-frame is non-nil.
7498
7499 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-summary.el (wl-summary-sync-update): Bind
7502         elmo-folder-update-threshold.
7503         (wl-summary-mark-as-important): Enclosed server mark processing
7504         with `save-match-data'.
7505
7506         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7507         only when it is already defined.
7508
7509 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7510
7511         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7512         name of folder exclude localdir is wrong.
7513         * wl-folder.el (wl-folder-sync-entity):
7514         Set `wl-summary-always-sticky-folder-list' as nil.
7515         (wl-folder-mark-as-read-all-entity): Ditto.
7516         (wl-folder-prefetch-entity): Ditto.
7517
7518 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7519
7520         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7521         instead of `wl-summary-write-current-newsgroup'.
7522
7523 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7524
7525         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7526         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7527         non-nil and selected message is important, do not display.
7528
7529 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7530
7531         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7532
7533 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7536
7537         * wl-summary.el (wl-summary-mark-as-important): Set message number
7538         using wl-summary-message-number.
7539
7540 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7541
7542         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7543         destination folder is 'null.
7544
7545 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7546
7547         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7548         New function.
7549         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7550         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7551         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7552
7553 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-mime.el (wl-mime-setup): Added setting for
7556         `mime-setup-signature-key-alist' to avoid overriding key bind for
7557         `wl-draft-send'.
7558
7559         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7560         for `wl-draft-send'.
7561         * wl-mule.el (wl-draft-overload-functions): Ditto.
7562         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7563         * wl-draft.el (wl-draft-send): Ditto.
7564
7565         * wl-message.el (wl-message-display-internal):
7566         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7567         (Patch is provided by <kita@coe.nttdata.co.jp>).
7568
7569 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7572
7573 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7574
7575         * wl.el (wl): Fix for wl-demo.
7576
7577 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7578
7579         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7580
7581 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7582
7583         * wl-folder.el (wl-folder-prefetch-entity): Use
7584         `wl-folder-get-elmo-folder'.
7585         (wl-folder-count-incorporates): Do not use
7586         `wl-folder-get-elmo-folder'.
7587
7588 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7589
7590         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7591         instead of `elmo-folder-get-type'.
7592
7593 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7594
7595         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7596         position on Subject: field.
7597         (Advised by Mito <mit@nines.nec.co.jp>)
7598
7599 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7600
7601         * wl-folder.el (wl-folder-prefetch-entity): Use
7602         `wl-folder-get-elmo-folder'.
7603
7604 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7607
7608         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7609         `process-duplicates' slot.
7610
7611         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7612         if detection failed.
7613
7614 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-version.el (wl-version-status): Set to "alpha".
7617
7618 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7621         Check wl-message-buffer lives before set-buffer.
7622
7623 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7624
7625         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7626         called in folder mode.
7627         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7628         * wl-summary.el (wl-summary-exit-pre-hook): Run
7629         `wl-summary-exit-pre-hook' before exit summary mode.
7630
7631 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-version.el (wl-version-status): New variable.
7634         (wl-version-status-alist): Removed.
7635         (wl-version-status): Rule included.
7636
7637 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7640         @sponichi.
7641
7642         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7643         when `mail-reply-buffer' is buffer-local variable.
7644         (Reported by <kita@coe.nttdata.co.jp>).
7645
7646 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * wl-vars.el (toplevel): Require 'elmo-util.
7649
7650 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7651
7652         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7653         (All other related portions are changed)
7654
7655         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7656
7657         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7658
7659 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7660
7661         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7662
7663 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7666         Delete other windows to avoid an error.
7667         Use `point-marker' instead of `point' to remember the start point
7668         of body.
7669
7670         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7671
7672         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7673         number not to exceed all message number.
7674
7675 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7676
7677         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7678         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7679
7680 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-summary.el (wl-summary-sync-force-update): Added argument
7683         no-check.
7684         (wl-summary-sync-update): Ditto.
7685         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7686         with `no-check'.
7687
7688         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7689         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7690         already running.
7691
7692 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7693
7694         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7695         `dst-folder-arg'.
7696         (wl-expire-archive-number1): Diito.
7697         (wl-expire-archive-number2): Diito.
7698         (wl-expire-archive-Date): Diito.
7699         (wl-archive-number1): Diito.
7700         (wl-archive-number2): Diito.
7701         (wl-archive-date): Diito.
7702         (wl-archive-folder-p): New function.
7703         (wl-summary-expire): Support of expand folder name at
7704         wl-expire-alist.
7705         * wl-util.el (wl-expand-newtext): Renamed from
7706         `wl-refile-expand-newtext'.
7707
7708 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7709
7710         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7711         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7712         `(elmo-msgdb-get-overview msgdb)'.
7713         (wl-summary-prefetch): Bind match data before call
7714         `wl-summay-prefetch-msg'.
7715         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7716         'off if `wl-summary-buffer-disp-msg' is non-nil.
7717         Fixed problem that couldn't show only one new or unread message when
7718         enter folder.
7719         (wl-summary-reply): Don't call `split-window-vertically' and other
7720         window.
7721
7722 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-expire.el (wl-expire-refile): Fixed.
7725
7726 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7729
7730         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7731         biff notification is removed.
7732
7733         * wl.el (wl): Changed position of `elmo-init'.
7734
7735         * wl-draft.el (wl-default-draft-cite): Use date field
7736         on the citation buffer.
7737
7738         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7739
7740         * wl-xmas.el (wl-folder-internal-icon-list): Added
7741         `wl-folder-shimbun-image'.
7742
7743         * wl-e21.el (wl-folder-internal-icon-list): Added
7744         `wl-folder-shimbun-image'.
7745
7746 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl.el (wl-init): Eliminated argument.
7749         (wl): Rewrite.
7750
7751         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7752         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7753         instead of `elmo-folder-msgdb-internal'.
7754         (wl-summary-sync-update): Ditto.
7755         (wl-summary-flush-pending-append-operations): Eliminated.
7756         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7757         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7758         `elmo-folder-open'.
7759
7760         * wl-mime.el (wl-summary-burst): Fixed.
7761
7762         * wl-folder.el (wl-folder-info-save): Check data type.
7763
7764         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7765         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7766         instead of `elmo-folder-msgdb-internal'.
7767         (wl-expire-hide): Ditto.
7768
7769
7770         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7771
7772 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7773
7774         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7775
7776 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7777
7778         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7779
7780 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7781
7782         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7783         Fixed `match-beginning' argument mismatch.
7784
7785 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7786
7787         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7788         the default value.
7789
7790 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7793         instead of `elmo-nntp-default-port'.
7794
7795         * wl-vars.el: Fixed some doc strings.
7796
7797 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-summary.el (wl-summary-prefetch-msg): Use
7800         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7801
7802         * wl-vars.el: Define *-func as obsolete variable using
7803         `elmo-define-obsolete-variable'.
7804
7805         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7806         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7807         instead of `wl-message-buffer-prefetch-threshold'.
7808
7809         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7810
7811         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7812
7813         * wl-draft.el (wl-caesar-region-func): Ditto.
7814
7815         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7816         Keep unread status in elmo-folder-move-messages.
7817         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7818
7819 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7820
7821         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7822         `wl-summary-buffer-exit-func'
7823         (wl-summary-buffer-message-redisplay-function): Renamed from
7824         `wl-summary-buffer-message-redisplay-func'
7825         (wl-summary-buffer-next-folder-function): Renamed from
7826         `wl-summary-buffer-next-folder-func'.
7827         (wl-summary-buffer-prev-folder-function): Renamed from
7828         `wl-summary-buffer-prev-folder-func'.
7829         (wl-summary-get-petname-function): Renamed from
7830         `wl-summary-get-petname-func'.
7831
7832         * wl-score.el (wl-score-edit-exit-function): Renamed from
7833         `wl-score-edit-exit-func'.
7834
7835         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7836         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7837
7838         * wl-util.el (wl-load-profile-function): Renamed from
7839         `wl-load-profile-func'.
7840
7841         * wl-folder.el (wl-folder-completion-function): Renamed from
7842         `wl-folder-completion-func'.
7843         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7844
7845         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7846         `wl-expire-archive-get-folder-func'.
7847         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7848         (wl-draft-send-mail-function): Renamed from
7849         `wl-draft-send-mail-func'.
7850         (wl-draft-send-news-function): Renamed from
7851         `wl-draft-send-news-func'.
7852         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7853         (wl-generate-mailer-string-function): Renamed from
7854         `wl-generate-mailer-string-func'.
7855         (wl-highlight-signature-search-function): Renamed from
7856         `wl-highlight-signature-search-func'.
7857         (wl-highlight-x-face-function): Renamed from
7858         `wl-highlight-x-face-func'
7859         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7860         (wl-ps-print-buffer-function): Renamed from
7861         `wl-ps-print-buffer-func'
7862         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7863         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7864         (wl-summary-subject-filter-function): Renamed from
7865         `wl-summary-subject-filter-func'.
7866
7867         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7868         `wl-draft-queue-flush-send-func'
7869         (wl-draft-cite-function): Renamed from
7870         `wl-draft-cite-func'
7871
7872         * wl-address.el (wl-address-init-function): Renamed from
7873         `wl-address-init-func'.
7874
7875 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * wl-draft.el (wl-draft-queue-flush): Don't call
7878         `elmo-dop-unlock-message'.
7879         * wl-draft.el (wl-draft-queue-append): Don't call
7880         `elmo-dop-lock-message'.
7881
7882         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7883         (wl-summary-buffer-folder-name): Ditto.
7884         (wl-summary-message-regexp): Added '-' (all other related portions
7885         are changed).
7886         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7887         wl-summary-buffer-folder-name.
7888
7889 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7890
7891         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7892         the number of mails in the folder buffer is not updated by wl-biff.
7893
7894 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7895
7896         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7897         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7898
7899 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * wl-summary.el (wl-summary-next-message):
7902         Return next message number when wl-summary-move-order is nil.
7903
7904 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7905
7906         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7907         `wl-summary-move-spec-alist'.
7908         (wl-summary-move-spec-unplugged-alist): New variable
7909         (Move spec for unplugged status).
7910         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7911         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7912
7913 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7914
7915         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7916         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7917
7918 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7919
7920         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7921         simple quotation to quote the anonymous function.
7922         * tm-wl.el (wl-draft-preview-message): Ditto.
7923
7924 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7925
7926         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7927         Eliminate redundant `save-excursion'.
7928         (wl-highlight-summary-current-line): Ditto.
7929
7930         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7931         accessing match data when `looking-at' failed.
7932
7933         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7934         `elmo-match-string' where users don't care about the speed.
7935         (wl-draft-save): Ditto.
7936
7937 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-util.el (wl-regexp-opt): New function.
7940
7941         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7942         number from `wl-summary-buffer-number-list'.
7943         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7944         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7945         (wl-summary-move-spec-alist): Changed default setting.
7946
7947 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7948
7949         * wl-vars.el (wl-biff-notify-hook): New hook.
7950         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7951         the arrival of new mail.
7952         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7953         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7954
7955 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7958
7959 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7962
7963         * Version number is increased to 2.5.8.
7964
7965         * wl-thread.el (toplevel): require 'cl.
7966         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7967         (wl-thread-make-number-list): New function.
7968         (wl-thread-entity-make-number-list-from-children): Ditto.
7969         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7970         (wl-thread-entity-insert-as-children): Likewise.
7971         (wl-thread-delete-message): Likewise.
7972         (wl-meaning-of-mark): Eliminated.
7973         (wl-thread-next-failure-mark-p): Ditto.
7974         (wl-thread-entity-get-mark): Ditto.
7975         (wl-thread-meaning-alist-get-result): Ditto.
7976         (wl-thread-entity-check-prev-mark): Ditto.
7977         (wl-thread-entity-check-next-mark): Ditto.
7978         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7979         (wl-thread-entity-get-prev-marked-entity): Ditto.
7980         (wl-thread-get-prev-unread): Ditto.
7981         (wl-thread-jump-to-prev-unread): Ditto.
7982         (wl-thread-get-next-unread): Ditto.
7983         (wl-thread-jump-to-next-unread): Ditto.
7984         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7985         (wl-thread-entity-get-next-marked-entity): Ditto.
7986
7987         * wl-summary.el (wl-summary-buffer-number-list):
7988         New bufer-local variable.
7989         (wl-summary-switch-to-clone-buffer): Clone
7990         `wl-summary-buffer-number-list'.
7991         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7992         (wl-summary-cursor-move-regex): Eliminated.
7993         (wl-summary-cursor-up): Rewrite.
7994         (wl-summary-cursor-down): Ditto.
7995         (wl-summary-mode-spec-alist): New variable.
7996         (wl-summary-next-message): New inline function.
7997         (wl-summary-cursor-move): New function.
7998         (wl-summary-default-get-next-msg): Rewrite.
7999         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8000         (wl-summary-rescan): Ditto.
8001         (wl-summary-sync-all-init): Ditto.
8002         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8003         summary is not thread view.
8004         (wl-summary-sync-update): Ditto.
8005         (wl-summary-rescan): Ditto.
8006         (wl-summary-make-number-list): New function.
8007
8008         * wl-draft.el: "FCC" -> "Fcc".
8009
8010 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-highlight.el (wl-highlight-summary-window):
8013         Call `set-buffer-modified-p'.
8014
8015         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8016         (wl): Call `elmo-init' and fix.
8017
8018         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8019         Use new variables.
8020
8021         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8022
8023 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8026
8027 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8028
8029         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8030
8031 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8032
8033         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8034         `wl-use-toolbar' nor `display-graphic-p'.
8035         (wl-e21-setup-message-toolbar): Ditto.
8036         (wl-e21-setup-summary-toolbar): Ditto.
8037         (wl-e21-setup-folder-toolbar): Ditto.
8038
8039         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8040         (wl-plugged-init-icons): Ditto.
8041
8042         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8043         `display-graphic-p'.
8044         (wl-plugged-set-folder-icon): Ditto.
8045         (wl-highlight-plugged-current-line): Ditto.
8046         (wl-highlight-folder-current-line): Ditto.
8047         (wl-e21-highlight-folder-group-line): Ditto.
8048         (wl-e21-setup-toolbar): Ditto.
8049         (wl-e21-display-image-p): New macro.
8050
8051         * wl-demo.el (wl-demo): Simplified.
8052         (wl-demo-image-type-alist): Use `image-type-available-p' for
8053         checking whether the image type `xbm' is available.
8054
8055 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8058         (wl-summary-input-range): Ditto.
8059
8060 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8061
8062         * wl-summary.el (wl-summary-edit-addresses): Use
8063         `wl-summary-get-original-buffer'
8064         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8065         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8066         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8067         (wl-summary-get-newsgroups): Eliminated.
8068         (wl-summary-set-crosspost): Ditto.
8069         (wl-summary-is-crosspost-folder): Ditto.
8070         (wl-crosspost-alist-load): Ditto.
8071         (wl-crosspost-alist-save): Ditto.
8072
8073         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8074         `elmo-setup-subscribed-newsgroups' instead of
8075         `elmo-nntp-make-groups-hashtb'.
8076         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8077         instead of `wl-crosspost-alist-save'.
8078
8079         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8080         of `elmo-folder-message-appendable-p'.
8081         (wl-mime-header-presentation-method): Eliminated.
8082
8083         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8084         (Error occurs in emacs21).
8085
8086         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8087         the current buffer).
8088
8089         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8090         instead of `wl-crosspost-alist-save'.
8091         (wl-init): `elmo-crosspost-message-alist-load'
8092         instead of `wl-crosspost-alist-load'
8093
8094         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8095         (wl-parse-newsgroups): Likewise.
8096         (wl-biff-notify): Run `wl-biff-notify-hook'.
8097
8098 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8101
8102         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8103         when `wl-summary-lazy-highlight' is non-nil.
8104         (wl-summary-goto-folder-subr): Highlight only when
8105         `wl-summary-lazy-highlight' is non-nil.
8106
8107         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8108         Don't display progress and highlight temp-mark when
8109         `wl-summary-lazy-highlight' is non-nil.
8110         (wl-highlight-summary-window): New function.
8111         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8112
8113 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8114
8115         * wl-summary.el (wl-summary-sync): Change `all-visible'
8116         from `all-shown'
8117         (wl-summary-input-range): Ditto.
8118
8119 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8120
8121         * wl-e21.el (wl-highlight-folder-current-line): Call
8122         `wl-folder-init-icons' when folder icons have not been initialized.
8123
8124         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8125
8126         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8127         (wl-demo-image-type-alist): New macro.
8128
8129 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8130
8131         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8132         display does not support graphics.
8133         (wl-plugged-init-icons): Ditto.
8134         (wl-folder-init-icons): Ditto.
8135
8136         * wl-demo.el (wl-demo): Chech closely whether the display
8137         supports graphics.
8138
8139 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-summary.el (wl-summary-get-original-buffer): New function.
8142         (wl-summary-set-crosspost): Use it.
8143         (wl-summary-target-mark-uudecode): Ditto.
8144         (wl-summary-reedit): Ditto.
8145         (wl-summary-resend-bounced-mail): Ditto.
8146         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8147         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8148
8149         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8150         (wl-message-display-internal): Ditto.
8151
8152 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8155
8156 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-summary.el (wl-summary-save-view): Renamed from
8159         `wl-summary-save-status'.
8160
8161 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8162
8163         * wl-summary.el (wl-summary-sync): Added `all-shown'
8164
8165 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8166
8167         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8168
8169 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8170
8171         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8172
8173 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8174
8175         * wl-highlight.el (wl-highlight-summary-line-string): Use
8176         `zerop' instead of `= 0'.
8177         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8178
8179         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8180         for comparing numbers.
8181         (wl-template-prev): Use `zerop' instead of `eq 0'.
8182
8183         * wl-draft.el (wl-draft-insert-current-message): Use
8184         `with-current-buffer' instead of `save-excursion'.
8185         Use `zerop' instead of `eq 0'.
8186
8187 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8188
8189         * wl-draft.el (wl-draft-insert-ccs): New function.
8190         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8191         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8192
8193 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8196
8197 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * wl-expire.el (wl-expire-refile): Don't call
8200         elmo-msgdb-add-msgs-to-seen-list;
8201         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8202         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8203
8204 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-message.el (wl-message-prev-page): Ignore errors while
8207         scroll-down.
8208
8209 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-mime.el: Use elmo-original-message-mode instead of
8212         mmelmo-original-mode.
8213
8214         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8215         `elmo-folder-get-spec';
8216         (wl-fldmgr-add-completion-all-completions):
8217         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8218
8219         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8220         of `elmo-folder-get-type'.
8221
8222         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8223         `elmo-folder-get-spec';
8224         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8225         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8226         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8227         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8228         `elmo-read-msg-no-cache';
8229         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8230         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8231         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8232         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8233         `elmo-cache-save';
8234         (wl-draft-reedit): Use `elmo-message-file-name'.
8235
8236         * wl-expire.el: Use `elmo-folder-name-internal';
8237         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8238         Use macro `wl-summary-buffer-msgdb' instead of variable
8239         `wl-summary-buffer-msgdb';
8240         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8241         Use macro `wl-summary-buffer-folder-name' instead of variable
8242         `wl-summary-buffer-folder-name'.
8243         * wl-score.el: Likewise.
8244
8245         * wl-message.el: Rewrite for new message buffer cache mechanism.
8246         (wl-message-buffer-cache-buffer-get): New macro.
8247         (wl-message-buffer-cache-folder-get): Ditto.
8248         (wl-message-buffer-cache-message-get): Ditto.
8249         (wl-message-buffer-cache-entry-make): Ditto.
8250         (wl-message-buffer-cache-hit): Ditto.
8251         (wl-message-buffer-cache-sort): New function.
8252         (wl-message-buffer-cache-add): Ditto.
8253         (wl-message-buffer-cache-delete): Ditto.
8254         (wl-message-buffer-cache-clean-up): Ditto.
8255         (wl-message-buffer-window): Rewrite.
8256         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8257         (wl-message-buffer-display): New function.
8258         (wl-message-display-internal): New function.
8259
8260 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-folder.el: Use `elmo-folder-name-internal';
8263         Use `wl-folder-get-elmo-folder';
8264         Use `elmo-folder-list-messages' instead of
8265         `elmo-list-folder';
8266         Use `elmo-folder-get-primitive-list' instead of
8267         `elmo-folder-get-primitive-spec-list';
8268         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8269         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8270         Use `elmo-folder-create' instead of `elmo-create-folder'.
8271         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8272         (wl-folder-get-elmo-folder): New macro.
8273         (wl-folder-elmo-folder-cache-get): Ditto.
8274         (wl-folder-elmo-folder-cache-put): Ditto.
8275         (wl-folder-suspend): Call `elmo-quit'.
8276
8277         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8278         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8279         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8280         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8281         (toplevel): require 'cl.
8282         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8283
8284         * wl-summary.el: Rewrite to use new elmo interface.
8285
8286 \f
8287 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * wl-mime.el (wl-draft-preview-message):
8290         Run `wl-draft-send-hook' before collecting recipients information;
8291         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8292
8293         * tm-wl.el (wl-draft-preview-message): Ditto.
8294
8295 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8298         wrong recipients are displayed when forwarded message.
8299
8300 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * Version number is increased to 2.5.7.
8303
8304 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8305
8306         * wl-message.el (wl-message-next-page): Bind
8307         `window-pixel-scroll-increment' to nil while scrolling up.
8308
8309 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8310
8311         * wl-vars.el (wl-save-hook): New hook.
8312         * wl.el (wl-save): Call `wl-save-hook'.
8313
8314 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8315
8316         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8317         Argument WITH-ARG instead of NO-ARG (negative mean).
8318         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8319         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8320         * wl-message.el (wl-message-follow-current-entity): Likewise.
8321
8322 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8323
8324         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8325         FROM was optional argument.
8326         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8327
8328 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * Version number is increased to 2.5.6.
8331
8332 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8333
8334         * wl-version.el (wl-version-show): Removed.
8335         (wl-version): Add `interactive'.
8336
8337 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8338
8339         * wl-summary.el (wl-summary-get-petname-func): New variable.
8340         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8341         instead of `wl-address-get-petname-1'.
8342         (wl-summary-simple-from): Ditto.
8343
8344         * wl-address.el (wl-address-get-petname-1): Define as function.
8345
8346 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8349         field in the original message.
8350         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8351
8352 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8353
8354         * wl-expire.el (wl-expire-hide):
8355         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8356
8357 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8358
8359         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8360         find decoder for To, Cc, and Subject.
8361
8362 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8365         for checking `elmo-use-buffer-cache'.
8366         (wl-summary-mark-as-important): Fixed typo in comment.
8367
8368 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8369
8370         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8371         field in the original message.
8372         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8373
8374 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8375
8376         * wl-expire.el (wl-expire-hide):
8377         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8378
8379 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8382         find decoder for To, Cc, and Subject.
8383
8384 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * Version number is increased to 2.5.5.
8387
8388         * wl-address.el (wl-address-specials-regexp): New constant.
8389         (wl-address-quote-specials): Use it.
8390
8391 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-summary.el (wl-summary-rescan):
8394         Call `wl-summary-buffer-number-column-detect'.
8395         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8396
8397         * wl-message.el (wl-message-mode-map): Define.
8398         (wl-message-decode): Use it as local-map.
8399
8400 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8403         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8404
8405 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8408
8409         * wl-mule.el (wl-read-event-char): Ditto.
8410
8411         * wl-e21.el (wl-read-event-char): Ditto.
8412
8413         * wl-nemacs.el (wl-read-event-char): Ditto.
8414         (read-event): Removed.
8415
8416         * wl-util.el (toplevel): Removed dummy definition of
8417         `read-event'.
8418         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8419
8420 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8421
8422         * wl-nemacs.el (elmo-archive-call-process): Moved to
8423         elmo-archive.el.
8424
8425 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8426
8427         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8428         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8429
8430         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8431         instead of magic-number 6.  Use `not' instead of `null' for symbol
8432         `nil' check (not empty list).
8433         (wl-draft-insert-x-face-field): Fixed paren style.
8434
8435         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8436         one-branch conditional statement, instead of `and' and `if'.
8437         (wl-draft-forward): Likewise.
8438         (wl-draft-add-references): Likewise.
8439         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8440
8441         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8442         conditional steatment.  Use `cond' instead of `if'.
8443         (wl-draft-confirm): Likewise.
8444
8445 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8446
8447         * wl-version.el (wl-version-show): Use `product-string-1'
8448         instead of `wl-version'.
8449         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8450
8451         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8452
8453 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8454
8455         * wl-highlight.el (wl-highlight-headers): Revert
8456         `wl-highlight-x-face-func' argument (`beg' and `end').
8457
8458 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8459
8460         * wl.el (toplevel): Move `product-provide' declare.
8461         * wl-demo.el (toplevel): Ditto.
8462         * wl-dnd.el (toplevel): Ditto.
8463         * wl-highlight.el (toplevel): Ditto.
8464         * wl-message.el (toplevel): Ditto.
8465         * wl-refile.el (toplevel): Ditto.
8466         * wl-util.el (toplevel): Ditto.
8467
8468 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8471         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8472         (wl-thread-close-all): keep cursor position.
8473
8474 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8475
8476         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8477         (eq x 0).
8478         (wl-generate-user-agent-string-1): Fix conditional statement.
8479
8480 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8481
8482         * wl.el (wl-check-environment): Additional check for
8483         'wl-local-domain' and `wl-message-id-domain'.
8484
8485 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8486
8487         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8488
8489 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8490
8491         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8492         instead of `smtp-sasl-user-realm'.
8493
8494 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8495
8496         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8497
8498 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8499
8500         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8501         to the default value as well as `eword-lexical-analyzer'.
8502
8503 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8504
8505         * wl-version.el (wl-extended-emacs-version,
8506         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8507         `elmo-match-string' instead of `wl-match-string'.
8508
8509 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8512         docstring.
8513
8514 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8515
8516         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8517
8518 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8519
8520         * wl-highlight.el (wl-highlight-headers): Remove
8521         `wl-highlight-x-face-func' argument (`beg' and `end').
8522
8523 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-summary.el (wl-summary-mark-as-important):
8526         Remove cache if folder is local.
8527
8528 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8529
8530         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8531         to get existing e-mail address string.
8532
8533 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8534
8535         * wl-version.el (wl-generate-user-agent-string): Commentary.
8536         (wl-generate-user-agent-string-1): Use `when' for
8537         one-branch conditional statement, instead of `and' and `if'.
8538         (wl-extended-emacs-version, wl-extended-emacs-version2,
8539         wl-extended-emacs-version3): Ditto.
8540
8541 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8544         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8545         condition-case; Remove initialization.
8546         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8547         (wl-summary-sync-update3): Added argument `sync-all';
8548         Eliminated local variable `msgdb';
8549         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8550         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8551         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8552
8553 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8554
8555         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8556         connection before call `wl-draft-send-mail-with-smtp'.
8557
8558 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * Version number is increased to 2.5.4.
8561
8562 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8563
8564         * wl.el (wl-check-environment): Additional check for
8565         'wl-local-domain' and `wl-message-id-domain'.
8566
8567 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8570         buffer as command specific.
8571         (wl-folder-mark-as-read-all-entity): Ditto.
8572         (wl-folder-prefetch-entity): Ditto.
8573         (wl-folder-drop-unsync-entity): Ditto.
8574
8575         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8576         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8577         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8578
8579         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8580         save-excursion.
8581
8582 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * Version number is increased to 2.5.3.
8585
8586         * wl-summary.el (wl-summary-save-view-cache):
8587         Delete duplicated `write-region';
8588         Use `write-region-as-binary' instead of `as-binary-output-file' and
8589         `write-region'.
8590
8591 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8592
8593         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8594
8595 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8598         instead of `smtp-via-smtp'.
8599
8600 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8601
8602         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8603
8604 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8605
8606         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8607         instead of `smtp-sasl-user-realm'.
8608
8609 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8610
8611         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8612
8613 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8614
8615         * Version number is increased to 2.5.2.
8616
8617 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8620         does not exist.
8621         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8622         (wl-biff-start): Call `timer-activate' if timer already exists.
8623
8624         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8625         only when it is bound as function.
8626
8627 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * Version number is increased to 2.5.1.
8630
8631 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8634         Print refile/copy destination.
8635
8636 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8637
8638         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8639         queue-flush-only is non-nil.
8640
8641         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8642
8643         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8644         checking cache folder.
8645
8646 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8647
8648         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8649         `regexp-quote'.
8650
8651 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8652
8653         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8654         function.
8655         * wl-summary.el (wl-summary-write-current-folder-functions):
8656         Change default value.  Use it.
8657
8658 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * Version number is increased to 2.5.0.
8661
8662         * wl-version.el (wl-version): Changed codename.
8663
8664 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8665
8666         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8667         (wl-summary-supersedes-message): Ditto.
8668
8669 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8670
8671         * wl-refile.el (wl-refile-guess-functions): Renamed from
8672         `wl-refile-guess-func-list'.
8673
8674 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8677         Fixed problem when no rule was matched.
8678
8679 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8680
8681         * wl-summary.el (wl-summary-get-mark): Fixed
8682         `wl-summary-buffer-target-mark' check logic.
8683
8684 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8685
8686         * wl-folder.el (wl-folder-write-current-folder): Added group
8687         folder check.
8688
8689         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8690         `wl-summary-write-current-newsgroup'.
8691         (wl-summary-write-current-folder-functions): New variable.
8692         * wl-folder.el (wl-folder-get-newsgroups): New function.
8693         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8694         (wl-folder-write-current-folder): Renamed from
8695         `wl-folder-write-current-newsgroup'.
8696
8697 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * Version number is increased to 2.3.93.
8700
8701 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8704         (wl-ldap-make-matched-value-list): Ditto.
8705         (wl-ldap-alias-safe-string): Split e-mail address.
8706
8707         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8708         petname folder default was selected.
8709         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8710         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8711
8712 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8715         to `wl-draft-config-exec'.
8716
8717         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8718         instead of calling `wl-draft-config-exec';
8719         Process group-list and show recipients in minibuffer.
8720
8721         * tm-wl.el (wl-draft-preview-message): Ditto.
8722
8723 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8724
8725         * wl.el (toplevel): Added (C) to copyright notice, and
8726         sync Author header.
8727         * tm-wl.el (toplevel): Ditto.
8728         * wl-address.el (toplevel): Ditto.
8729         * wl-demo.el (toplevel): Ditto.
8730         * wl-dnd.el (toplevel): Ditto.
8731         * wl-draft.el (toplevel): Ditto.
8732         * wl-e21.el (toplevel): Ditto.
8733         * wl-expire.el (toplevel): Ditto.
8734         * wl-folder.el (toplevel): Ditto.
8735         * wl-highlight.el (toplevel): Ditto.
8736         * wl-message.el (toplevel): Ditto.
8737         * wl-mime.el (toplevel): Ditto.
8738         * wl-mule.el (toplevel): Ditto.
8739         * wl-nemacs.el (toplevel): Ditto.
8740         * wl-refile.el (toplevel): Ditto.
8741         * wl-score.el (toplevel): Ditto.
8742         * wl-summary.el (toplevel): Ditto.
8743         * wl-template.el (toplevel): Ditto.
8744         * wl-thread.el (toplevel): Ditto.
8745         * wl-util.el (toplevel): Ditto.
8746         * wl-vars.el (toplevel): Ditto.
8747         * wl-xmas.el (toplevel): Ditto.
8748
8749 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8750
8751         * wl.el (wl-init): Added comment about `wl-init-hook'.
8752         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8753         * wl-vars.el (wl-init-hook): Added docs.
8754         (wl-make-plugged-hook): Removed useless docs.
8755         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8756         * wl-xmas.el (toplevel): Ditto.
8757
8758 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8759
8760         * wl-address.el (toplevel): Fixed multiple Author header format.
8761         * wl-demo.el (toplevel): Ditto.
8762         * wl-draft.el (toplevel): Ditto.
8763         * wl-folder.el (toplevel): Ditto.
8764         * wl-summary.el (toplevel): Ditto.
8765         * wl-thread.el (toplevel): Ditto.
8766         * wl-util.el (toplevel): Ditto.
8767         * wl-vars.el (toplevel): Ditto.
8768         * wl-version.el (toplevel): Ditto.
8769         * wl-xmas.el (toplevel): Ditto.
8770         * wl.el (toplevel): Ditto.
8771
8772         * wl-version.el (toplevel): Added require `elmo-version' for
8773         `product-version-as-string'.
8774
8775 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-vars.el (wl-draft-send-hook): Changed default value to
8778         '(wl-draft-config-exec).
8779
8780         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8781         explicitly.
8782         (wl-draft): Set `wl-draft-config-exec-flag' before running
8783         `wl-mail-setup-hook'.
8784
8785         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8786         `wl-biff-init-icons' to `wl-init-hook' instead of
8787         `wl-make-plugged-hook'.
8788         (Because if `wl-draft' command is invoked at first,
8789         they are not initialized)
8790         Updated copyright notice.
8791
8792         * wl-e21.el (toplevel): Ditto;
8793
8794         * wl-demo.el (toplevel): Updated copyright notice.
8795         * wl-address.el (toplevel): Ditto.
8796         * wl-draft.el (toplevel): Ditto.
8797         * wl-version.el (toplevel): Ditto.
8798         * wl-folder.el (toplevel): Ditto.
8799         * wl-summary.el (toplevel): Ditto.
8800         * wl-thread.el (toplevel): Ditto.
8801         * wl-util.el (toplevel): Ditto.
8802         * wl-vars.el (toplevel): Ditto.
8803         * wl.el (toplevel): Ditto.
8804
8805 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-highlight.el (wl-highlight-message): Fixed problem of
8808         highlighting failure which occured when the last field contains
8809         multiple lines in the draft buffer.
8810
8811         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8812         `wl-biff-start' if plugged.
8813
8814         * wl-util.el (wl-biff-check-folder): New function.
8815         (wl-biff-check-folders): Don't set session name prefix.
8816         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8817         (wl-biff-check-folder-async): Ditto.
8818
8819         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8820         in email address.
8821
8822 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8823
8824         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8825
8826         * wl-draft.el (wl-draft-strip-subject-re): New function.
8827
8828         * wl-draft.el (wl-draft-reply): Use it.
8829
8830 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-message.el (wl-mmelmo-message-redisplay): Use
8833         `mime-display-message' instead of `wl-mime-display-message'.
8834
8835         * wl-mime.el (toplevel): Removed compatibility workaround
8836         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8837         (wl-mime-display-message): Abolished.
8838         (wl-mime-entity-read-field): Ditto.
8839         (wl-mime-combine-message/partial-pieces): Use
8840         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8841
8842 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8843
8844         * wl-template.el: Doc fixes.
8845
8846 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8847
8848         * wl-e21.el (wl-message-overload-functions): Do nothing if
8849         `current-local-map' is not available.
8850         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8851
8852 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8853
8854         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8855         representation.
8856
8857         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8858         number.
8859         (wl-fldmgr-save-folders): Don't use `format' when insert
8860         `wl-fldmgr-folders-header'.
8861
8862 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8863
8864         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8865
8866 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8867
8868         * wl-highlight.el (wl-highlight-message):
8869         Use `std11-field-end' to detect end point of the header field.
8870         Refer `wl-highlight-max-header-size'.
8871
8872         * wl-vars.el (wl-highlight-max-header-size): New variable.
8873
8874         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8875
8876         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8877         Set `for-draft' argument of wl-highlight-headers.
8878         (wl-draft): Ditto.
8879         (wl-draft-reedit): Ditto.
8880         (wl-user-agent-compose-internal): Ditto.
8881
8882 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8883
8884         * wl-message.el (wl-message-add-button): Use overlay.
8885
8886 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8889
8890         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8891         problem when group-list content is nothing.
8892         (Reported by Mito <mit@nines.nec.co.jp>)
8893
8894 2000-10-18  SAITO Atsunori <sai@yedo.com>
8895
8896         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8897
8898 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8899
8900         * tm-wl.el (toplevel): Use product-provide.
8901
8902 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * Version number is increased to 2.3.92.
8905
8906 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8907
8908         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8909         title text, use `display' property for left margin under Emacs 21.
8910
8911         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8912         properties.
8913         (wl-plugged-init-icons): Ditto.
8914
8915 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8916
8917         * wl.el (wl-save-status, wl-init): Remove last period in
8918         "...done." message.
8919         * tm-wl.el (wl-summary-burst): Ditto.
8920         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8921         wl-summary-resume-cache-status,
8922         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8923         wl-summary-sync-update3, wl-summary-highlight-msgs,
8924         wl-summary-flush-pending-append-operations,
8925         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8926         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8927         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8928         wl-thread-open-all): Ditto.
8929         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8930         * wl-mime.el (wl-summary-burst): Ditto.
8931         * wl-highlight.el (wl-highlight-summary): Ditto.
8932         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8933         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8934         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8935         * wl-address.el (wl-local-address-init): Ditto.
8936
8937 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8938
8939         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8940         `add-text-properties'.
8941         (wl-plugged-init-icons): Ditto.
8942         (wl-folder-init-icons): Use `propertize' instead of
8943         `put-text-property'.
8944         (wl-plugged-set-folder-icon): Ditto.
8945         (wl-e21-highlight-folder-group-line): Ditto.
8946
8947 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8948
8949         * wl-version.el (wl-version-status-alist): New variable.
8950         (wl-version-status): New function.
8951
8952         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8953         "Cc" part of the case "Reply-To".
8954
8955         * wl-draft.el (wl-draft-reply): Use result of
8956         `eword-extract-address-components'.
8957
8958         * wl-demo.el (wl-demo-icon-name): New constant.
8959         (wl-logo-xpm): Use it.
8960         (wl-logo-xbm): Ditto.
8961         (wl-logo-bitmap): Ditto.
8962
8963         * Version number is increased to 2.3.91.
8964
8965 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8966
8967         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8968         (wl-extended-emacs-version, wl-extended-emacs-version2,
8969         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8970         docstring.
8971
8972         * wl-version.el (wl-generate-user-agent-string-1): New function.
8973         (wl-generate-user-agent-string): Use it.
8974
8975         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8976         `mime-edit-insert-user-agent-field'.
8977         (wl-generate-user-agent-string): Check
8978         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8979
8980         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8981         instead of `if', when verbose case.
8982
8983 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8984
8985         * wl-expire.el (wl-summary-expire): Fix.
8986
8987 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8990         and `elmo-lost+found-folder' if 'wl-draft.
8991         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8992
8993 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8994
8995         * wl-expire.el (wl-summary-expire): Change messages.
8996         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8997         `deleing-info' instead of "Deleting..."
8998
8999 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9000
9001         * wl-summary.el (wl-summary-refile-subr): Fix.
9002
9003 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9004
9005         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9006         if pipe folder.
9007
9008 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9011
9012 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9013
9014         * wl-expire.el (wl-expire-hide): New function.
9015         (wl-summary-expire): Add `hide'.
9016
9017 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-vars.el (wl-draft-reply-without-argument-list):
9020         Changed default value to consider `Reply-To:'.
9021         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9022
9023         * Version number is increased to 2.3.90.
9024
9025         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9026         elmo-imap4-get-session with unwind-protect.
9027         Don't cause error.
9028         (wl-summary-sync-marks): Don't check plugged nor folder type.
9029         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9030         (Always keep current buffer).
9031
9032 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9033
9034         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9035         Enclose with `save-excursion'.
9036
9037 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9038
9039         * wl-version.el (wl-version): Remove interactive.
9040
9041 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9042
9043         * wl-version.el (wl-generate-user-agent-string): Use
9044         `product-string-verbose' instead of `product-string-1'.
9045
9046 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9047
9048         * wl-vars.el (wl-draft-use-cache): New variable.
9049         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9050         if wl-draft-use-cache is non-nil.
9051
9052 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9053
9054         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9055         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9056
9057 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9060         (wl-thread-msg-mark-as-unread): Ditto.
9061
9062         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9063         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9064         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9065         Don't set mark in summary if return value of `elmo-mark-as-read'
9066         is nil.
9067         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9068         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9069         instead of `wl-thread-msg-mark-as-read'.
9070         (wl-summary-mark-as-unread-region): Ditto.
9071         (wl-summary-target-mark-mark-as-read): Ditto.
9072
9073         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9074
9075 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9076
9077         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9078
9079         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9080
9081 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9084         face.
9085
9086 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9087
9088         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9089         `running-xemacs'.
9090
9091 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9092
9093         * wl-version.el (toplevel): Use `product-version-as-string' for
9094         set verstion-string, if defined.
9095
9096         * wl-version.el (wl-version-show): Insert string at point, when
9097         call with argument.
9098
9099         * wl-version.el (wl-generate-user-agent-string): Use
9100         `product-string-1' instead of `wl-appname', `wl-version' and
9101         `wl-codename'.
9102
9103 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9104
9105         * wl-address.el (toplevel): Use product-provide.
9106         * wl-demo.el (toplevel): Ditto.
9107         * wl-dnd.el (toplevel): Ditto.
9108         * wl-draft.el (toplevel): Ditto.
9109         * wl-e21.el (toplevel): Ditto.
9110         * wl-expire.el (toplevel): Ditto.
9111         * wl-fldmgr.el (toplevel): Ditto.
9112         * wl-folder.el (toplevel): Ditto.
9113         * wl-highlight.el (toplevel): Ditto.
9114         * wl-message.el (toplevel): Ditto.
9115         * wl-mime.el (toplevel): Ditto.
9116         * wl-mule.el (toplevel): Ditto.
9117         * wl-nemacs.el (toplevel): Ditto.
9118         * wl-refile.el (toplevel): Ditto.
9119         * wl-score.el (toplevel): Ditto.
9120         * wl-summary.el (toplevel): Ditto.
9121         * wl-template.el (toplevel): Ditto.
9122         * wl-thread.el (toplevel): Ditto.
9123         * wl-util.el (toplevel): Ditto.
9124         * wl-vars.el (toplevel): Ditto.
9125         * wl-xmas.el (toplevel): Ditto.
9126         * wl.el (toplevel): Ditto.
9127
9128 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9129
9130         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9131         instead of product.
9132
9133         * wl-version.el (wl-version): Compile time evalution elmo-version.
9134
9135 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9136
9137         * wl-summary.el (wl-summary-sync-force-update): Append queue
9138         `mark-as-read'if unplugged.
9139
9140 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9141
9142         * wl-version.el: New file.  Use product.el.
9143         * wl.el: add (require 'wl-version).
9144         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9145         for ~/.folders header.
9146         (wl-fldmgr-folders-header): Changed.
9147         * wl-demo.el (wl-demo): Use product.el.
9148
9149         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9150         wl-version.el.
9151         * wl-util.el (wl-version, wl-version-show): Ditto.
9152
9153         * wl-util.el (wl-generate-user-agent-string,
9154         wl-extended-emacs-version, wl-extended-emacs-version2,
9155         wl-extended-emacs-version3): Move to wl-version.el.
9156         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9157         xemacs-codename, mime-edit-insert-user-agent-field,
9158         mime-edit-user-agent-value, mime-editor/version,
9159         mime-editor/codename): Compile warning killer move to
9160         wl-version.el
9161
9162 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * wl-summary.el (wl-summary-refile-subr): Fix.
9165
9166 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9169         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9170
9171 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9172
9173         * wl.el (wl-check-environment): Check too many `@'.
9174
9175 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9176
9177         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9178
9179 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9180
9181         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9182         wl-draft-reply-myself-without-argument-list): Add variables.
9183         * wl-draft.el (wl-draft-reply): Use it.
9184
9185 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9186
9187         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9188         the 5th argument of `elmo-network-get-spec'.
9189
9190         * wl-thread.el (wl-thread-reparent-children): New inline function.
9191         (wl-thread-delete-message): Use it.
9192
9193         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9194         (wl-summary-score-update-all-lines): Don't use `dolist'.
9195
9196 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9199         (require 'elmo-msgdb) for inline function.
9200
9201 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9202
9203         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9204
9205 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9206
9207         * wl-score.el (wl-score-headers): Fix for the confusing macro
9208         `elmo-kill-buffer'.
9209
9210 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9211
9212         * wl-summary.el: Don't use the 3rd argument of `require' because
9213         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9214         * wl-util.el: Ditto.
9215         * wl-draft.el: Ditto.
9216
9217 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9218
9219         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9220         window system is not used.
9221
9222 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9223
9224         * wl-thread.el: Don't use `mapcar' only for iteration.
9225         (wl-thread-resume-entity): Ditto.
9226         (wl-thread-delete-message): Ditto.
9227
9228         * wl-summary.el: Bind `dragdrop-drop-functions',
9229         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9230         of `require' for `timezone', `easymenu' and `ps-print';
9231         don't use `mapcar' only for iteration.
9232
9233         * wl-util.el: Bind `mule-version', `nemacs-version',
9234         `emacs-beta-version', `xemacs-codename',
9235         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9236         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9237         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9238         only for iteration.
9239
9240         * wl-score.el: Don't use `mapcar' only for iteration.
9241         (wl-score-simplify-buffer-fuzzy): Ditto.
9242         (wl-score-simplify-subject): Ditto.
9243         (wl-score-headers): Ditto.
9244         (wl-summary-score-update-all-lines): Ditto.
9245
9246         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9247         `enable-multibyte-characters' and `mule-version'.
9248
9249         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9250         `mapcar' only for iteration.
9251
9252         * wl-demo.el: Don't use `mapcar' only for iteration.
9253
9254         * wl-folder.el: Don't use `mapcar' only for iteration.
9255         (wl-folder-open-all): Ditto.
9256         (wl-folder-count-incorporates): Ditto.
9257
9258         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9259         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9260
9261         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9262         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9263         `smtp-connection-type'; specify 3rd argument of `require' for
9264         `timezone'; don't use `mapcar' only for iteration.
9265         (wl-draft-clone-local-variables): Don't use `mapcar'.
9266         (wl-draft-generate-clone-buffer): Ditto.
9267         (wl-user-agent-compose-internal): Ditto.
9268
9269         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9270
9271         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9272         (wl-save-status): Ditto.
9273
9274         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9275         for iteration.
9276
9277 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9278
9279         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9280         removed `Date'.
9281         (wl-fldmgr-make-filter-default): New user option.
9282
9283         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9284         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9285         (wl-fldmgr-filter-completion-alist): Abolish.
9286
9287         * wl.el (wl): Don't check servers if arg is non-nil.
9288
9289         * wl-draft.el (wl-draft-reply): Set only message-id string to
9290         In-Reply-To field.
9291
9292 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-summary.el (wl-summary-pick): Rewrite.
9295
9296         * wl-draft.el (wl-draft-forward): Get references field from
9297         original buffer.
9298         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9299
9300 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9301
9302         * wl-draft.el (wl-draft-forward): Add references field.
9303
9304 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9305
9306         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9307         (wl-draft-reply): Use it.
9308
9309 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9310
9311         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9312         when Emacs 21 is running.
9313
9314         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9315         bindings.
9316
9317 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9318
9319         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9320         XPM icons transparent.
9321
9322         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9323         Emacs 21.
9324
9325 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9326
9327         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9328         nil.
9329
9330         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9331         when it is persistent.
9332         (wl-summary-sync-marks): Changed argument for
9333         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9334         (wl-summary-virtual): Use `elmo-read-search-condition'.
9335         (wl-summary-redisplay-internal): If folder is local, mark as read
9336         even when folder is plugged.
9337
9338 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9339
9340         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9341         of `tool-bar-lines' in the frame parameters.
9342         (after-make-frame-functions, post-command-hook): Don't modify the
9343         value.
9344         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9345         wl-e21-tool-bar-lines): Removed.
9346
9347 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9348
9349         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9350         properties `evaporate' and `wl-momentary-overlay' as well.
9351         (wl-highlight-summary-displaying): Ditto.
9352         (wl-delete-all-overlays): Don't delete overlay which does not have
9353         a property `wl-momentary-overlay'.
9354
9355         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9356         `display-mouse-p' and `display-graphic-p'.
9357         (wl-folder-init-icons): Don't search for XBM or the other files.
9358         (wl-plugged-set-folder-icon): Make icons if and only if
9359         `display-graphic-p' returns non-nil.
9360         (wl-highlight-plugged-current-line): Use `before-string' overlay
9361         property to show icon images.
9362         (wl-highlight-folder-current-line): Ditto.
9363         (wl-e21-highlight-folder-group-line): Ditto.
9364         (wl-e21-highlight-folder-by-numbers): Ditto.
9365         (wl-e21-insert-image): Removed.
9366         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9367         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9368         said.
9369         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9370         `wl-e21-force-switch-toolbar'.
9371         (wl-e21-make-icon-image): Removed.
9372         (wl-e21-setup-toolbar): Don't search for XBM files.
9373         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9374         the default value.
9375
9376 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9377
9378         * wl-util.el (wl-biff-check-folder-async): Set
9379         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9380
9381 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9382
9383         * wl-e21.el (after-make-frame-functions): Add
9384         `wl-e21-force-switch-toolbar'.
9385         (wl-e21-force-switch-toolbar): New function force to switch the
9386         toolbar appearance automatically.
9387         (post-command-hook): Add `wl-e21-switch-toolbar'.
9388         (wl-e21-switch-toolbar): New function to switch the toolbar
9389         appearance automatically.
9390         (wl-e21-tool-bar-lines): New buffer local variable.
9391
9392 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-util.el (wl-biff-check-folders-running): New variable.
9395         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9396         (wl-biff-check-folder-async-callback):
9397         Set `wl-biff-check-folders-running'.
9398         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9399         with unwind-protect.
9400
9401         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9402         Enclose `wl-folder-auto-check' with unwind-protect.
9403
9404         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9405         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9406
9407         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9408
9409         * wl-util.el (wl-biff-notify): New inline function.
9410         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9411         locally.
9412         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9413         folder-list' is 1.
9414         Use `wl-biff-notify'.
9415         (wl-biff-check-folder-async-callback): New function.
9416         (wl-biff-check-folder-async): Ditto.
9417
9418         * wl-folder.el (wl-folder): Don't check folders.
9419         (wl-folder-auto-check): New function.
9420
9421 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9422
9423         * wl-util.el (wl-biff-start) [Emacs19+]:
9424         Use `timer-next-integral-multiple-of-time'.
9425         (wl-biff-check-folders): Use `wl-default-folder'
9426         if `wl-biff-check-folder-list' is nil.
9427
9428 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9429
9430         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9431         instead of `elmo-delete-lists'.
9432
9433 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9434
9435         * wl.el (wl-plugged-toggle-all): Set the value of
9436         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9437         (wl-plugged-toggle): Ditto.
9438         (wl-toggle-plugged): Ditto.
9439         (wl-plugged-init): Ditto.
9440
9441         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9442         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9443         instead of `wl-biff-state-indicator-off' and
9444         `wl-biff-state-indicator-on'; don't modify the value and the type
9445         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9446         (wl-plugged-init-icons): Set icons data to
9447         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9448         instead of `wl-plug-state-indicator-off' and
9449         `wl-plug-state-indicator-on'; don't modify the value and the type
9450         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9451
9452         * wl-vars.el (wl-modeline-biff-state-off,
9453         wl-modeline-biff-state-on, wl-modeline-biff-status,
9454         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9455         wl-modeline-plug-status): New internal variables.
9456         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9457         wl-biff-check-interval, wl-biff-check-folder-list): Change
9458         customization group from `wl-folder' to `wl-highlight'.
9459         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9460         wl-show-plug-status-on-modeline): Defcustomized.
9461
9462         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9463         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9464         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9465         a flag to `mode-line-buffer-identification'.
9466
9467         * wl-e21.el (wl-biff-init-icons): Set icons data to
9468         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9469         instead of `wl-biff-state-indicator-off' and
9470         `wl-biff-state-indicator-on'.
9471         (wl-plugged-init-icons): Set icons data to
9472         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9473         instead of `wl-plug-state-indicator-off' and
9474         `wl-plug-state-indicator-on'.
9475
9476 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9477
9478         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9479         excessive titles.
9480
9481 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9482
9483         * wl.el (wl-plugged-mode): Use revised
9484         `wl-mode-line-buffer-identification'.
9485         (wl-plugged-init): Don't use `force-mode-line-update'.
9486
9487         * wl-xmas.el (wl-draft-overload-functions): Use revised
9488         `wl-mode-line-buffer-identification'.
9489         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9490         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9491         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9492         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9493         `wl-make-plugged-hook';
9494         add `wl-folder-init-icons' and `wl-setup-folder' to
9495         `wl-folder-mode-hook'.
9496
9497         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9498         19 as well.
9499         (wl-mode-line-display-priority-list): New user option.
9500         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9501         Defcustomized.
9502         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9503         Add docs.
9504
9505         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9506         start.
9507         (wl-mode-line-buffer-identification): Revised as a function.
9508
9509         * wl-summary.el (wl-summary-mode): Use revised
9510         `wl-mode-line-buffer-identification'; don't call
9511         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9512         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9513         `wl-xmas-setup-summary'.
9514
9515         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9516         `wl-mode-line-buffer-identification'.
9517
9518         * wl-mule.el (wl-draft-overload-functions): Use revised
9519         `wl-mode-line-buffer-identification'.
9520
9521         * wl-folder.el (wl-make-plugged-alist): Don't call
9522         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9523         (wl-folder): Don't call `wl-folder-init-icons' directly.
9524         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9525         `wl-xmas-setup-folder' directly;
9526         use revised `wl-mode-line-buffer-identification'.
9527         (TopLevel): Don't bind `wl-biff-init-icons',
9528         `wl-plugged-init-icons', `wl-folder-init-icons',
9529         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9530
9531         * wl-e21.el (wl-draft-overload-functions): Use revised
9532         `wl-mode-line-buffer-identification'.
9533         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9534         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9535         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9536         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9537         `wl-make-plugged-hook';
9538         add `wl-folder-init-icons' and `wl-setup-folder' to
9539         `wl-folder-mode-hook'.
9540
9541 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9542             Katsumi Yamaoka    <yamaoka@jpl.org>
9543
9544         * wl.el (wl): Call `wl-biff-start'.
9545         (wl-exit): Call `wl-biff-stop'.
9546         (wl-plugged-mode): Show biff in modeline.
9547         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9548
9549         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9550         (wl-biff-init-icons): New function.
9551         (wl-plugged-init-icons): Don't make too much keymaps.
9552         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9553
9554         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9555         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9556         variables.
9557         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9558         options.
9559
9560         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9561         wl-biff-start, wl-biff-stop): New functions.
9562         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9563         (wl-biff-timer-name): New variable.
9564
9565         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9566
9567         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9568         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9569
9570         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9571         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9572
9573         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9574         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9575         `wl-folder-init-icons' to `ignore' if they are not available.
9576         (wl-folder-mode): Show biff in modeline.
9577
9578         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9579         (wl-biff-init-icons): New function.
9580         (wl-plugged-init-icons): Don't make too much keymaps.
9581         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9582
9583 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9584
9585         * wl-vars.el (wl-strict-diff-folders): Customization Type
9586         and doc fix.  Define as a list of regular expressions for
9587         folders or nil.
9588         * wl-folder.el (wl-folder-check-one-entity): Use
9589         `wl-string-match-member' instead of `wl-string-member' for
9590         `wl-strict-diff-folders'.
9591
9592 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9593
9594         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9595         (wl-highlight-folder-current-line): Use it; new implementation.
9596         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9597         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9598         `defsubst' instead of `defun'.
9599
9600         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9601         `wl-highlight-group-folder-by-numbers'; made it can also be a
9602         number.  See info for more details.
9603
9604         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9605         running.
9606
9607         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9608         to bind them.
9609
9610         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9611         (wl-highlight-folder-current-line): New implementation.
9612
9613         * wl-highlight.el (wl-highlight-folder-group-line): New
9614         implementation.
9615         (wl-delete-all-overlays): Rewrite as a marco.
9616         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9617
9618         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9619         running.
9620         (wl-folder-*-glyph): No need to bind them.
9621
9622         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9623         `wl-e21-highlight-folder-group-icon'; rewrite.
9624         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9625         `defsubst' instead of `defun'.
9626         (wl-folder-mode-map): Bind it when compiling.
9627
9628 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9629
9630         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9631
9632         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9633
9634 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9635
9636         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9637
9638 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9639
9640         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9641         (wl-highlight-folder-current-line): Use it.
9642
9643         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9644         in `id-name'.
9645
9646 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9647
9648         * wl.el: Require `wl-e21' when Emacs 21 is running.
9649
9650         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9651         default when Emacs 21 is running.
9652         (wl-use-highlight-mouse-line): Ditto.
9653         (wl-on-emacs21): New constant.
9654         (wl-on-emacs20): Removed.
9655
9656         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9657         Emacs 21 is running.
9658
9659         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9660         Emacs 21 is running.
9661
9662         * wl-e21.el: New file.
9663
9664 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9665
9666         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9667         (wl-toggle-plugged): Ditto.
9668         (wl-plugged-toggle): Ditto.
9669         (wl-plugged-toggle-all): Ditto.
9670
9671         * wl-vars.el (wl-plug-state-indicator): Refer
9672         `wl-plug-state-indicator-on' indirectly.
9673
9674 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9675
9676         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9677         Call `wl-folder-confirm-existence'.
9678
9679         * wl-folder.el (wl-folder-confirm-existence): Added optional
9680         argument `force'.
9681
9682 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9683
9684         * wl-summary.el (wl-summary-refile-subr): Assume
9685         `copy-or-refile' as symbol.
9686         (wl-summary-refile): Follow up above change.
9687         (wl-summary-copy): Ditto.  Doc fix.
9688
9689 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9690
9691         * wl-summary.el (wl-summary-pick): Don't bind
9692         `elmo-search-mime-charset'.
9693
9694         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9695         default using old backquote style.
9696         (wl-search-mime-charset): Abolished.
9697
9698         * wl-highlight.el (wl-highlight-headers):
9699         Call `point' after `re-search-forward'(for Nemacs).
9700
9701         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9702         for elmo-imap4.el.
9703
9704 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9705
9706         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9707         `wl-message-ignored-field-list' instead of
9708         `mime-view-ignored-field-list'.
9709
9710         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9711         Add interactive spec.
9712         (wl-folder-goto-bottom-of-current-folder): Ditto.
9713         (wl-folder-mode-map): Bind them.
9714
9715         * wl-vars.el (wl-message-ignored-field-list): New variable.
9716         (wl-message-visible-field-list): New variable.
9717
9718         * wl-mime.el (wl-mime-header-presentation-method): New function.
9719         (wl-mime-setup): Set header-presentation-method.
9720
9721 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9722
9723         * wl-nemacs.el (wl-draft-overload-functions): Set
9724         `mode-line-buffer-identification' instead of using
9725         `wl-make-modeline'.
9726
9727         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9728         instead of using `wl-make-modeline'.
9729
9730         * wl-xmas.el (wl-plugged-init-icons): Set up
9731         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9732         (wl-make-modeline): Abolish.
9733         (wl-draft-overload-functions): Set
9734         `mode-line-buffer-identification' instead of using
9735         `wl-make-modeline'.
9736
9737         * wl-util.el (wl-make-modeline-subr): Abolish.
9738         (wl-mode-line-buffer-identification): New alias.
9739
9740         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9741         (wl-summary-make-modeline): Abolish.
9742         (wl-summary-buffer-set-folder): Set
9743         `wl-summary-buffer-folder-indicator'.
9744         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9745         of using `wl-make-modeline'.
9746         (wl-summary-switch-to-clone-buffer): Don't set
9747         `mode-line-buffer-identification'.
9748         (wl-summary-goto-folder-subr): Ditto.
9749
9750         * wl-mule.el (wl-draft-overload-functions): Set
9751         `mode-line-buffer-identification' instead of using
9752         `wl-make-modeline'.
9753
9754         * wl-folder.el (wl-folder-mode): Set
9755         `mode-line-buffer-identification' instead of using
9756         `wl-make-modeline'.
9757         (wl-folder): Don't set `mode-line-buffer-identification'.
9758
9759 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9760
9761         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9762         instead of `member' for `wl-refile-guess-func-list' look-ups.
9763         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9764
9765 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9766
9767         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9768         `wl-message-button-dispatcher'.
9769
9770         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9771
9772         * wl-message.el (wl-message-button-dispatcher): Use it.
9773
9774         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9775         "In-Reply-To".
9776
9777         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9778         Bind `case-fold-search' to t.
9779
9780 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9781
9782         * wl-xmas.el (wl-message-overload-functions): Initialize
9783         `wl-message-button-map'.
9784
9785         * wl-mule.el (wl-message-overload-functions): Initialize
9786         `wl-message-button-map'.
9787
9788         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9789
9790         * wl-message.el (wl-message-button-map): New keymap.
9791         (wl-message-add-button): New function.
9792         (wl-message-button-dispatcher): New function.
9793         (wl-message-button-refer-article): New function.
9794
9795         * wl-highlight.el
9796         (wl-highlight-message-add-buttons-to-header): New function.
9797         (wl-highlight-headers): Use it.
9798
9799 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9800
9801         * wl-summary.el (wl-summary-default-from): Use
9802         `wl-address-get-petname-1'.
9803         (wl-summary-simple-from): Ditto.
9804
9805         * wl-address.el (wl-address-get-petname-1): New inline function.
9806         (wl-address-get-petname): Use it.
9807
9808 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9809
9810         * wl-summary.el (wl-summary-default-from): Return full-name part
9811         from the address if no petname was found.
9812         (wl-summary-simple-from): Ditto.
9813
9814         * wl-address.el (wl-address-get-petname): Return nil if no petname
9815         associated with the address was found.
9816
9817 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9818
9819         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9820         display is finished.
9821
9822 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9823
9824         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9825         `elmo-folder-exists-p' argument.
9826
9827 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9828
9829         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9830         the folder.
9831
9832 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9833
9834         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9835
9836         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9837         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9838
9839 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9840
9841         * wl-folder.el (wl-folder-create-subr): New function.
9842         (wl-folder-confirm-existence): Use it.
9843         (wl-folder-check-one-entity): Use it.
9844         Check the error symbol is derived from 'elmo-open-error.
9845
9846         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9847         `ignore-error'.
9848
9849 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9850
9851         * wl-util.el (toplevel): Add (eval-when-compile (require
9852         'elmo-util)).  (Maybe `provide' is typo.)
9853
9854 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9855
9856         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9857         (I don't know why this was needed.)
9858
9859         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9860         Follow up changes for stream-type.
9861
9862         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9863         (wl-draft-elmo-nntp-send): Ditto.
9864
9865         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9866         (wl-nntp-posting-stream-type): Ditto.
9867         (wl-pop-before-smtp-ssl): Abolished.
9868         (wl-nntp-posting-ssl): Ditto.
9869
9870         * wl-address.el (wl-address-quote-specials): New function.
9871         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9872
9873         * wl-draft.el (wl-draft-reply): Ditto.
9874
9875 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9876
9877         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9878         use function `wl-string-match-assoc'.
9879
9880 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9881
9882         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9883
9884         * wl-draft.el (wl-draft-deduce-address-list): New function.
9885         (wl-draft-parse-mailbox-list): Ditto.
9886         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9887         instead of `smtp-deduce-address-list'.
9888         (wl-draft-on-field-p): Follow group list.
9889
9890         * wl-address.el (wl-address-concat-token): New function.
9891         (wl-address-string-without-group-list-contents): Ditto.
9892         (wl-complete-field-body): Fixed problem of completion
9893         by japanese petname.
9894         (wl-address-make-completion-list): Rewrite.
9895
9896 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9897
9898         * wl-address.el (wl-address-make-completion-list): Completion by
9899         petname.
9900         (wl-complete-field-body): Likewise.
9901
9902 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9903
9904         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9905         contains invalid address syntax.
9906
9907 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9908
9909         * wl-folder.el (wl-folder-check-entity-async): Use
9910         `elmo-nntp-spec-hostname'.
9911
9912 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9913
9914         * wl-summary.el (wl-summary-msgdb-load-async): Use
9915         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9916
9917 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9918
9919         * wl-draft.el (wl-draft-reply): Set argument
9920         `content-transfer-encoding' as nil.
9921
9922 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9923
9924         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9925         `wl-refile-alist'.
9926
9927 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9928
9929         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9930         (wl-draft-edit-string): Ditto.
9931         (wl-draft-forward): Ditto.
9932         * wl-summary.el (wl-summary-write): Ditto.
9933
9934 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9935
9936         * wl-summary.el (wl-summary-sync-update3): Call
9937         `wl-summary-buffer-number-column-detect'.
9938         (wl-summary-buffer-number-column-detect): Search from point-min.
9939
9940 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9941
9942         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9943         contains an address which is not included in original to or cc.
9944
9945 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9946
9947         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9948         begin-line does not exist.
9949         * wl-message.el (wl-message-uu-substring): Ditto.
9950
9951 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9952
9953         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9954         clear local variables.
9955         (wl-summary-exit): Call `elmo-commit'.
9956         (wl-summary-switch-to-clone-buffer): Call
9957         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9958         (wl-summary-goto-folder-subr): Ditto.
9959
9960         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9961         POP folder.
9962
9963 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9964
9965         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9966         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9967         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9968         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9969         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9970         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9971
9972         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9973
9974 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9975
9976         * wl-summary.el (wl-summary-search-by-subject):
9977         Search parent message from the latest one.
9978
9979 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9980
9981         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9982         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9983
9984         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9985         New user option.
9986
9987         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9988         if elmo-nntp-use-killed-list is nil.
9989         Use `elmo-msgdb-append-to-killed-list'.
9990         (Append numbers confirmed as disappeared to the killed list.)
9991         (wl-summary-confirm-appends): Don't display negative number.
9992
9993 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9994
9995         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9996
9997 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9998
9999         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10000         range is `all'.
10001         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10002         `elmo-list-bigger-diff'.
10003
10004 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10005
10006         * wl-summary.el (wl-summary-buffer-exit-func):
10007         New buffer local variable.
10008         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10009
10010 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10011
10012         * wl-demo.el (wl-demo): Fix the last change.
10013
10014 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10015
10016         * wl-demo.el (wl-demo): Don't use `eval'.
10017
10018 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10019
10020         * wl-summary.el (wl-summary-buffer-thread-modified):
10021         New buffer-local variable.
10022         (wl-summary-set-thread-modified): New function.
10023         (wl-summary-thread-modified-p): New function.
10024         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10025         (wl-summary-yank-saved-message): Use function
10026         `wl-summary-set-thread-modified'
10027         (wl-summary-switch-to-clone-buffer): Add
10028         `wl-summary-buffer-thread-modified'.
10029
10030         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10031         (wl-summary-buffer-mark-saved-hook): Ditto.
10032         * wl-summary.el (wl-summary-msgdb-save): New hook
10033         `wl-summary-buffer-message-saved-hook' and
10034         `wl-summary-buffer-mark-saved-hook'.
10035
10036 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10037
10038         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10039
10040 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10041
10042         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10043         don't hide scroll bars under FSF Emacsen because it may incur an
10044         undesirable redrawing.
10045
10046 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10047
10048         * wl-draft.el (wl-draft-edit-string): Call
10049         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10050
10051 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10052
10053         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10054
10055 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10056
10057         * wl-summary.el (wl-summary-msgdb-load-async): Call
10058         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10059
10060 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10061
10062         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10063         fringes in demo buffer; center bitmap logo correctly even if old
10064         Mule is used.
10065
10066 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10067
10068         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10069
10070         * wl-refile.el (wl-refile-subject-alist): New variable.
10071         (wl-refile-subject-alist-file-name): Ditto.
10072         (wl-refile-alist-setup): Rewrite.
10073         (wl-refile-alist-save): Use `elmo-object-save'.
10074         Eliminated arguments.
10075         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10076         (wl-refile-guess-by-subject): New function.
10077         (wl-refile-guess-func-list): Added it.
10078
10079 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10080
10081         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10082         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10083
10084 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10087         New buffer-local variable.
10088         (wl-summary-buffer-next-folder-func): Ditto.
10089         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10090         if non-nil.
10091         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10092         if non-nil.
10093         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10094         if non-nil.
10095         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10096         if non-nil.
10097
10098 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10099
10100         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10101         permanently in the demo buffer.
10102
10103 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10104
10105         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10106         `mime-entity-fetch-field'.
10107
10108         * wl.el (wl-exit): Delete plugged buffer.
10109
10110         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10111         XEmacs has menubar feature.
10112
10113 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10114
10115         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10116         cannot arrive at the beginning of the buffer under old Emacsen.
10117
10118 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10119
10120         * wl-address.el (wl-address-ldap-search):
10121         Call `ldap-search-entries' with `withdn' argument t.
10122         (wl-complete-field-body): Bind completion-ignore-case as t.
10123         Clear ldap search hash when it was sole completion.
10124         Use elmo-string for pattern string.
10125         (wl-ldap-alias-safe-string): Eliminated needless let.
10126
10127 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10128
10129         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10130         (wl-ldap-alias-sep): New constant.
10131         (wl-ldap-search-attribute-type-list): Ditto.
10132         (wl-ldap-get-value): New function.
10133         (wl-ldap-make-filter): Ditto.
10134         (wl-ldap-make-matched-value-list): Ditto.
10135         (wl-ldap-alias-safe-string): Ditto.
10136         (wl-ldap-register-dn-string): Ditto.
10137         (wl-address-ldap-search): Rewrite.
10138
10139 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10140
10141         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10142         thread is deleted.
10143         (wl-thread-delete-line-from-buffer): Ditto.
10144         (wl-thread-get-exist-children): New function.
10145
10146 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10147
10148         * wl-demo.el (wl-demo): Made it to select various image types.
10149         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10150         from `wl-title-logo'.
10151         (wl-logo-ascii): New variable.
10152         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10153         (wl-demo-copyright-notice): New constant.
10154
10155         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10156
10157 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10158
10159         * wl-vars.el (wl-summary-target-above): Renamed from
10160         wl-summary-temp-above.
10161         * wl-score.el (wl-score-get-score-alist): Use it.
10162         (wl-summary-score-update-all-lines): Use it.
10163         * wl-summary.el: Ditto. (make-variable-buffer-local).
10164
10165 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10166
10167         * wl-vars.el (wl-ldap-port): New user option.
10168
10169         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10170         Rewite whole implementation.
10171         (wl-complete-field-body): Fixed.
10172
10173 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10174
10175         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10176         Choose implementation at compile time.
10177
10178 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10179
10180         * wl-address.el (wl-ldap-search-internal): New function.
10181         (wl-complete-field-to): Use it.
10182
10183 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10184
10185         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10186         Use `let' instead of `let*'.
10187         Require 'wl-vars.
10188
10189         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10190         Define as defcustom.
10191         (wl-ldap-base): Ditto.
10192         (wl-use-ldap): Ditto.
10193
10194 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10195
10196         * wl-address.el (wl-ldap-search): New function.
10197         (wl-complete-field-body): Use `wl-ldap-search'.
10198         (wl-ldap-server): New variable.
10199         (wl-ldap-base): Ditto.
10200         (wl-use-ldap): Ditto.
10201
10202 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10203
10204         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10205         (Pointed out by Mito <mit@nines.nec.co.jp>).
10206         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10207         buffer-local variables like `wl-summary-redisplay-internal'.
10208         (wl-summary-redisplay-all-header): Likewise.  Update
10209         Summary view too.
10210
10211 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10212
10213         * wl-summary.el (wl-summary-jump-to-parent-message):
10214         Consider prefix argument.
10215
10216         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10217         when closed thread is deleted.
10218
10219 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10220
10221         * wl-summary.el (wl-summary-jump-to-parent-message):
10222         Consider thread modification.
10223
10224 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10225
10226         * wl-message.el (wl-message-normal-get-original-buffer): Use
10227         `save-excursion'.
10228
10229         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10230         (wl-summary-showto-folder-regexp): Ditto.
10231
10232 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10233
10234         * wl-util.el (wl-delete-alist): Doc fix.
10235         (wl-delete-associations): New function.
10236         (wl-inverse-alist): New function.
10237         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10238         Split temporary variables. Use `wl-delete-associations'
10239         and `wl-inverse-alist'.
10240         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10241
10242 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10243
10244         * wl-folder.el (wl-folder-prefetch-entity):
10245         Execute prefetching if new count is unknown.
10246
10247 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10248
10249         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10250
10251         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10252         delete entity.
10253         (wl-thread-set-parent): If insert as top, set linked as nil.
10254
10255         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10256         `wl-thread-cleanup-symbols' when view mode is thread.
10257
10258 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10259
10260         * wl-folder.el (wl-folder-create-folder-entity): Use
10261         with-current-buffer.
10262         (wl-local-folder-init): Call set-buffer to make sure we are in
10263         the Folder buffer. Don't touch buffer-local variables here.
10264         (wl-folder-mode): Initialize buffer-local variables here.
10265
10266         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10267         (wl-folder-entity-assign-id): Ditto.
10268         (wl-folder-create-entity-hashtb): Ditto.
10269         (wl-local-folder-init): Ditto.
10270         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10271
10272 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10273
10274         * wl-summary.el (wl-summary-default-from): Fix probrem when
10275         std11-extract-address-components return (nil "foo@bar").
10276
10277 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10278
10279         * wl-draft.el (wl-draft-clone-local-variables):
10280         Remove redundant `setq'.
10281
10282 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10283
10284         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10285         Bind wl-highlight-x-face-func as nil while highlighting header.
10286
10287 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10288
10289         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10290
10291 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10292
10293         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10294         elmo-msgdb-overview-hashtb from copy-variables.
10295         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10296         instead of `elmo-msgdb-overview-get-entity-by-number'.
10297         (wl-summary-auto-refile): Ditto.
10298
10299         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10300         `elmo-msgdb-overview-get-entity' instead of
10301         `elmo-msgdb-search-overview-entity'.  Use
10302         `elmo-msgdb-overview-get-entity' instead of
10303         `elmo-msgdb-overview-get-entity-by-number'.
10304         (wl-thread-insert-entity-sub): Ditto.
10305         (wl-thread-insert-message): Ditto.
10306
10307         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10308         `elmo-msgdb-overview-get-entity'.
10309         (wl-normal-message-redisplay): Ditto.
10310
10311 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10312
10313         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10314         `wl-thread-entities'.
10315         (wl-thread-delete-message): Fix remove top message from
10316         `wl-thread-entity-list'.
10317
10318         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10319         wl-append(nconc), because update-list is broken on Meadow.
10320
10321         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10322         updating process.
10323         (wl-summary-rescan): Ditto.
10324         (wl-summary-sync-update3): Ditto.
10325         * wl-thread.el (wl-thread-set-parent): Renamed from
10326         `wl-summary-set-parent'.
10327         (wl-thread-insert-message): Updating buffer faster.
10328         (wl-thread-delete-message): Updating buffer faster.
10329
10330         * wl-score.el (wl-summary-score-update-all-lines): Changed
10331         interval for display progress gauge.
10332
10333 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10334
10335         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10336         folder always-sticky.
10337         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10338         defmacro.
10339
10340 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10341
10342         * wl-vars.el (wl-draft-add-references): New user option.
10343
10344         * wl-draft.el (wl-draft-add-references): New function.
10345         (wl-draft-yank-from-mail-reply-buffer): Use it.
10346         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10347         as nil.
10348
10349 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10350
10351         * wl-thread.el (wl-thread-update-line-msgs): Called
10352         `wl-thread-update-line-on-buffer-sub'.
10353         (wl-thread-update-line-on-buffer): Delete routine of inserting
10354         thread.
10355         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10356         moved from `wl-thread-update-line-on-buffer'.
10357         Add threshold for displaying progress gauge.
10358         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10359         argument of `wl-thread-update-line-msgs'.
10360         Add threshold for displaying progress gauge.
10361         * wl-folder.el:
10362         Add threshold for displaying progress gauge.
10363         * wl-score.el: Ditto.
10364
10365         * wl-expire.el (wl-summary-expire): Display deleting info.
10366
10367 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10368
10369         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10370         `no-msg'.
10371         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10372         argument of `wl-thread-update-line-msgs'.
10373         (wl-summary-set-parent): Added optional argument `parent-number'.
10374         (wl-summary-buffer-saved-message): New buffer local variable.
10375         (wl-summary-save-current-message): New command.
10376         (wl-summary-yank-saved-message): Ditto.
10377         (wl-summary-mode-map): Added key binding for
10378         `wl-summary-save-current-message' (\ew) and
10379         `wl-summary-yank-saved-message' (\C-y).
10380         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10381
10382 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10383
10384         * wl-summary.el (wl-summary-mode-map): Added key binding for
10385         `wl-summary-set-parent' (ts).
10386
10387 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10388
10389         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10390         subject faster. If thread number is reverse, delayed updating
10391         thread.
10392         (wl-summary-search-by-subject): Ditto.
10393         (wl-summary-put-alike): Ditto.
10394         (wl-summary-get-alike): Ditto.
10395         (wl-summary-insert-headers): Insert header of all overview in
10396         buffer.
10397         (wl-summary-rescan): Delayed updating thread. Kill search subject
10398         buffer for wl-summary-search-by-subject.
10399         (wl-summary-sync-update3): Ditto.
10400         (wl-summary-exit): Ditto.
10401         (wl-summary-goto-bottom-of-current-thread): Change for linked
10402         thread.
10403         (wl-summary-overview-create-summary-line): Change line for linked
10404         thread.
10405
10406         * wl-summary.el (wl-summary-update-thread): Use
10407         wl-thread-maybe-get-children-num.
10408         (wl-summary-set-parent): If change parent, move sub thread.
10409         (wl-summary-redisplay-internal): Add horizontal recenter.
10410         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10411
10412         * wl-thread.el (wl-thread-entity-get-linked): New function.
10413         (wl-thread-entity-set-linked): New function.
10414         (wl-thread-create-entity): Add linked element.
10415         (wl-thread-entity-insert-as-top): Use wl-append.
10416         (wl-thread-maybe-get-children-num): If closing thread, return
10417         children msgs.
10418         (wl-thread-update-line-msgs): Displaying progress message.
10419         (wl-thread-update-line-on-buffer-sub): Use
10420         wl-thread-maybe-get-children-num.
10421         (wl-thread-update-line-on-buffer): If update line is not exists,
10422         insert thread.
10423         (wl-thread-delete-message): If delete top msg of thread, search
10424         parent by subject.
10425         (wl-thread-insert-entity): Use
10426         wl-thread-maybe-get-children-num.
10427
10428         * wl-highlight.el (wl-highlight-summary-current-line): change
10429         sregexp for linked thread.
10430         * wl-util.el (wl-count-lines): Count lines.
10431         (wl-horizontal-recenter): horizontal recenter.
10432         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10433         (wl-score-get-alike): Ditto.
10434         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10435         (wl-subject-length-limit): New variable.
10436         (wl-highlight-thread-indent-string-regexp): Changed for linked
10437         thread.
10438
10439 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10440
10441         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10442         New variable (revival).
10443         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10444         by subject matching if there's no in-reply-to nor references field
10445         (revival).
10446
10447 \f
10448 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10449
10450         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10451         message.
10452
10453 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10454
10455         * wl-summary.el (wl-summary-reply): Return t if there was a
10456         message at cursor point.
10457         Added unwind-protect.
10458         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10459         returns t.
10460         (wl-summary-cancel-message): Do nothing when there's no message at
10461         cursor point.
10462         (wl-summary-forward): Ditto.
10463         (wl-summary-jump-to-parent-message): Ditto.
10464         (wl-summary-reedit): Ditto.
10465         (wl-summary-edit-addresses): Ditto.
10466         (wl-summary-pipe-message): Ditto.
10467         (wl-summary-print-message-with-ps-print): Ditto.
10468         (wl-summary-print-message): Ditto.
10469         (wl-summary-mark-as-important): Ditto.
10470         (wl-summary-mark-as-unread): Ditto.
10471
10472         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10473         message at cursor point.
10474         (wl-summary-reply-with-citation): Remove unwind-protect.
10475
10476         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10477         subject searching feature.
10478         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10479         Eliminated.
10480
10481 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10482
10483         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10484         New variable.
10485         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10486         by subject matching if there's no in-reply-to nor references field.
10487
10488         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10489
10490         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10491         when display is finished.
10492         (wl-folder-open-all): Ditto.
10493         (wl-folder-update-access-group): Ditto.
10494         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10495         * wl-thread.el (wl-thread-close-all): Ditto.
10496
10497         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10498         progress gauge only when it was displayed.
10499         * wl-folder.el (wl-folder-insert-entity): Ditto.
10500
10501 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10502
10503         * wl-summary.el (wl-summary-incorporate): Enclose
10504         `wl-summary-sync-force-update' with save-excursion.
10505
10506 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10507
10508         * wl-summary.el (wl-summary-prefetch-region):
10509         Pass current cursor point to `pos-visible-in-window-p' after
10510         moving cursor to the started point.
10511
10512 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10513
10514         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10515
10516         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10517         fields from the forwarding message.
10518         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10519         `ignored-fields'.
10520
10521 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10522
10523         * wl-mime.el (wl-message-request-partial):
10524         Eliminated argument `msgdb'.
10525         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10526         (wl-mime-combine-message/partial-pieces): Likewise.
10527         * tm-wl.el (wl-message-request-partial): Likewise.
10528         (wl-mime-combine-message/partial-pieces): Likewise.
10529
10530 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10531
10532         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10533         when display is finished.
10534
10535 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10536
10537         * wl-summary.el (wl-summary-goto-folder-subr):
10538         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10539
10540 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10541
10542         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10543         when cursor point is visible.
10544
10545 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10546
10547         * wl-expire.el (wl-expire-archive-get-max-number):
10548         Don't use `file-name-directory'.
10549
10550 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10551
10552         * wl-expire.el (wl-expire-archive-get-max-number):
10553         Use `file-name-directory'.
10554
10555 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10556
10557         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10558         only when there is progress.
10559
10560 2000-04-13  Mito <mit@nines.nec.co.jp>
10561
10562         * wl-summary.el (wl-summary-sync-marks): Display progress.
10563
10564 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10565
10566         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10567         (wl-summary-prev): Move cursor regardless of unread status.
10568         (wl-summary-next): Ditto.
10569
10570 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10573         Added argument `target' and `number'.
10574         * tm-wl.el (wl-summary-burst-subr): New function.
10575         (wl-summary-burst): Use it.
10576
10577 2000-04-10  Mito <mit@nines.nec.co.jp>
10578
10579         * wl-mime.el (wl-burst): New function.
10580         (wl-summary-burst): Use it.
10581
10582 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10583
10584         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10585         as petname when there's no candidate.
10586
10587 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10588
10589         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10590         New variable.
10591         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10592
10593         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10594
10595         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10596
10597 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10598
10599         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10600         Use substring of `original' instead of buffer-substring.
10601         (wl-refile-evaluate-rule):
10602         Set `original' argument of wl-refile-expand-newtext.
10603
10604         * wl-summary.el
10605         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10606         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10607         (wl-summary-auto-refile): Check existence of destination folder just
10608         before marking.
10609
10610 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10611
10612         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10613         when wl-refile-get-field-value return nil.
10614
10615 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10616
10617         * wl-refile.el
10618         (wl-refile-expand-newtext): New function imported from Gnus.
10619         (wl-refile-evaluate-rule): Use it.
10620
10621 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10622
10623         * wl-summary.el (wl-summary-print-destination):
10624         Duplicate folder string to avoid putting text-property on
10625         original string.
10626
10627         * wl-refile.el (wl-refile-get-field-value): New function.
10628         (wl-refile-evaluate-rule): New function;
10629         Evaluate refile rule recursively.
10630         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10631         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10632         New function; Check existence of a target folder recursively.
10633         (wl-summary-auto-refile-check-refile-rule-alist):
10634         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10635
10636 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10637
10638         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10639
10640         * wl-folder.el (wl-create-folder-entity-from-buffer):
10641         Fixed problem when '}' character is contained in folder name.
10642
10643         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10644
10645 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10646
10647         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10648         (wl-fldmgr-add-completion-all-completions):
10649         Use wl-fldmgr-add-completion-hashtb.
10650
10651 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10652
10653         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10654         wl-fldmgr-add-completion-subr): New functions.
10655         * wl-folder.el (wl-folder-completion-func): New variable.
10656         * wl-summary.el (wl-summary-read-folder):
10657         Use wl-folder-completion-func.
10658
10659         * wl-refile.el: Eliminate throw & catch.
10660
10661         * wl.el (wl-plugged-sending-queue-status): Fixed.
10662
10663 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10664
10665         * wl-draft.el (wl-draft): Put category property on
10666         mail-header-separator.