(wl-message-decrypt-pgp-nonmime): Keep text
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
4         properties at the decrypting region.
5
6 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-util.el (wl-find-region): New function.
9
10         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
11         coding system.
12         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
13         property `wl-mime-decoded-coding-system'.
14         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
15         property `wl-mime-decoded-coding-system' to encode text.
16
17         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
18         message.
19         (wl-mime-pgp-verify-region): Ditto.
20
21 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
24         buffer. Use epa-display-verify-result.
25
26 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
27
28         * wl-draft.el (wl-draft-send): Continue even if setting parent
29         flag was failed.
30
31 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * wl-message.el (wl-message-flag-indicator): Fixed the problem
34         of returning string only of parentheses.
35
36 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-summary.el (wl-summary-write): Add argument `folder'.
39         (wl-summary-write-current-folder): Change argument `folder' from
40         optional to require.
41         (wl-summary-get-buffer): Return the buffer associated folder only.
42
43         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
44         change.
45         (wl-folder-toggle-disp-summary): Ditto.
46
47         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
48         current summary as parent-folder.
49
50 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
51
52         * wl-draft.el (wl-draft-reedit): Don't overwrite
53         wl-draft-parent-folder.
54
55 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
58         (wl-mime-pgp-verify-region): Ditto.
59         (wl-message-decrypt-pgp-nonmime): Use the above function.
60         (wl-message-verify-pgp-nonmime): Likewise.
61         (wl-mime-preview-application/pgp): Likewise.
62
63 2006-04-20  Kenichi Okada  <okada@opaopa.org>
64
65         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
66         Fix about the order of `wl-nntp-posting-port' and
67         `wl-nntp-posting-stream-type'.
68         * wl.el (wl-plugged-port-label-alist): Add smtp.
69
70 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-summary.el (wl-summary-message-status): New macro.
73
74         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
75         (wl-summary-killed-mark): New user option.
76
77         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
78         API change.
79         (wl-thread-insert-entity-sub): Ditto.
80         (wl-thread-recover-messages): New command.
81
82         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
83         Don't call `wl-highlight-summary-current-line' directly.
84         (wl-summary-buffer-attach): Connect to signal `status-changed'
85         instead of `cache-changed'.
86         (wl-summary-buffer-detach): Follow the above change.
87         (wl-summary-detect-mark-position): Follow the API change.
88         (wl-summary-rescan-message): Ditto.
89         (wl-summary-insert-sequential): Ditto.
90         (wl-summary-update-thread): Ditto.
91         (wl-summary-message-mark): Ditto.
92         (wl-summary-persistent-mark): Ditto.
93         (wl-summary-create-line): Ditto.
94         (wl-summary-prefetch-region-no-mark): Call
95         `wl-summary-persistent-mark' with number.
96         (wl-summary-recover-messages-region): New command.
97         (wl-summary-target-mark-recover): Ditto.
98         (wl-summary-recover-message): Ditto.
99         (wl-summary-persistent-mark-string): Add argument `status' instead
100         of remove arguments `flags' and `cached'.  Treat killed status.
101         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
102
103         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
104         (wl-highlight-summary-line-face-spec): Treat killed status.
105         (wl-highlight-summary-line-string): Follow the API change.
106         (wl-highlight-summary-current-line): Ditto.
107
108         * Version number is increased to 2.15.3.
109
110 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
113         of symbolp to test whether the condition is function.
114
115 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
118         to nil.
119
120 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * wl-summary.el (wl-summary-buffer-message-ring): New internal
123         variable.
124         (wl-summary-buffer-last-displayed-msg): Abolish.
125         (wl-summary-push-message): New function.
126         (wl-summary-pop-message): Ditto.
127         (wl-summary-goto-folder-subr): Reset
128         `wl-summary-buffer-message-ring'.
129         (wl-summary-pop-to-last-message): New command.
130         (wl-summary-goto-last-displayed-msg): Call
131         wl-summary-pop-to-last-message if optional argument is non-nil or
132         the last command is itself.
133         (wl-summary-redisplay-internal): Push last message number into
134         `wl-summary-buffer-message-ring'.
135
136         * wl-vars.el (wl-summary-message-ring-max): New user option.
137
138 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
141         from `wl-draft-reply').
142         (wl-draft-reply): Use it.
143         (wl-draft-find-reply-headers): Avoid compile warning.
144
145 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
148
149 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
150
151         * wl-message.el (wl-message-flag-indicator): New function.
152         (wl-message-redisplay): Use it.
153
154 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
157
158 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
161         instead of `read-event'.
162
163         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
164
165         * wl-mule.el (wl-read-event-char): Ditto.
166
167         * wl-e21.el (wl-read-event-char): Ditto.
168
169 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
172
173 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-vars.el (wl-draft-send-confirm-type): New user option.
176
177         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
178
179         * wl-draft.el (wl-draft-send-confirm): Confirmation by
180         `wl-draft-send-confirm-type'
181
182 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
185         Avoid error when the buffer name is already used.
186
187 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
188
189         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
190         the change of elmo-nmz -> elmo-search.
191         (wl-highlight-summary-line-help-echo-alist): Ditto.
192         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
193         (wl-nmz-folder-icon): Define as obsolete.
194         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
195         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
196
197 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-summary.el (wl-summary-get-list-info): Rewrite with
200         `elmo-find-list-match-value'
201
202 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
203
204         * wl-summary.el (wl-summary-get-list-info): Optimize.
205         Use List-Id and List-Post also.
206
207 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
210
211 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
212
213         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
214
215 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-util.el (wl-completing-read-multiple-1): New internal function.
218         (wl-completing-read-multiple-2): Ditto.
219         (wl-completing-read-multiple): Define use above functions.
220
221         * wl-summary.el (wl-summary-sort): Removed the workaround for a
222         bug of `completing-read-multiple' about default value.
223
224         * wl-xmas.el (wl-completing-read-multiple): Removed.
225
226         * wl-mule.el (wl-completing-read-multiple): Ditto.
227
228         * wl-e21.el (wl-completing-read-multiple): Ditto.
229
230 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-util.el (wl-filter-associations): New function.
233
234         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
235         (wl-spam-ignored-folder-list): Ditto.
236         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
237         (wl-spam-string-member-p): New function.
238         (wl-spam-domain): Use it.
239         (wl-spam-split-numbers): New function.
240         (wl-spam-apply-partitions): Ditto.
241         (wl-spam-register-spam-messages): Use `folder' instead of
242         `wl-summary-buffer-elmo-folder'.
243         (wl-spam-register-good-messages): Ditto.
244         (wl-summary-exec-action-spam): Decide a domain by real folder of
245         message.
246         (wl-summary-exec-action-refile-with-register): Likewise.
247
248 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-e21.el (wl-e21-find-image): New function.
251         (wl-e21-setup-toolbar): Use it instead of `find-image'.
252         (wl-e21-highlight-folder-group-line): Ditto.
253         (wl-folder-init-icons): Ditto.
254         (wl-plugged-init-icons): Ditto.
255         (wl-biff-init-icons): Ditto.
256
257 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
260         (wl-inhibit-save-drafts): New internal variable.
261         (wl-disable-auto-save): Ditto.
262         (wl-save-drafts): Treat above variables.
263         (wl-auto-save-drafts): New function.
264         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
265         `wl-stop-save-drafts'.
266         (wl-start-save-drafts): New function.
267         (wl-stop-save-drafts): Ditto.
268         (wl-set-auto-save-draft): New command.
269
270         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
271         `wl-set-save-drafts'.
272
273 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
276         `make-local-variable' instead of `make-variable-buffer-local'.
277
278 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
281
282 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
283
284         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
285
286 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
289         of working buffer.
290
291 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
294
295         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
296         value into recipients; Bind `wl-draft-remove-group-list-contents'
297         as nil.
298
299 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-summary.el (wl-summary-sort): Fixed the last change.
302
303         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
304         (wl-summary-sort-messages): Ditto.
305         (wl-summary-rescan): Use it.
306         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
307         `completing-read'; Append candidates for reverse order.
308
309 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * Version number is increased to 2.15.2.
312
313 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
316         "Smaller".
317         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
318
319 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
322
323 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-vars.el (wl-draft-additional-header-alist): Add into the
326         customize group `wl-draft'.
327         (wl-draft-add-in-reply-to): Move customize group from `wl' to
328         `wl-draft'.
329         (wl-draft-add-references): Ditto.
330
331         * wl-action.el (wl-summary-print-argument): Rename argument from
332         `folder' to `data'.
333
334 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-summary.el (wl-summary-rescan-message): Call
337         `wl-thread-cleanup-symbols' before insert thread.
338
339 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl.el (wl-init): Set `elmo-get-folder-function' as
342         `wl-folder-make-elmo-folder'.
343
344         * wl-spam.el (wl-summary-exec-action-spam): Use
345         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
346
347         * wl-folder.el (wl-folder-make-elmo-folder): New function.
348         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
349         `elmo-make-folder'.
350         (wl-folder-get-elmo-folder): Ditto.
351         (wl-folder-create-subr): Simplify.
352
353 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
356
357 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
360         contents in message buffer instead of original buffer. If optional
361         argument specified, ask coding system for encode.
362
363 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
364
365         * wl-spam.el (wl-summary-test-spam-region): New function.
366         (wl-spam-setup): Bind "rkc".
367
368 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
371
372 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
373
374         * wl-spam.el (wl-summary-test-spam): Fix typo.
375         (wl-message-check-spam): Ditto.
376
377 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-summary.el (wl-summary-default-from): Simplify.
380
381 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-action.el (wl-summary-exec-action-refile): Simplify.
384         (wl-summary-exec-action-copy): Ditto.
385         (wl-summary-auto-refile): Check existence of temporary mark.
386
387 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-summary.el (wl-summary-create-line): Use
390         `elmo-time-to-datevec'.
391
392         * wl-expire.el (wl-expire-archive-date): Ditto.
393         (wl-expire-localdir-date): Ditto.
394
395         * wl-util.el (wl-day-number): Abolish.
396
397         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
398         of `wl-day-number'.
399         (wl-score-followup): Ditto.
400         (wl-score-add-followups): Ditto.
401         (wl-score-get-latest-msgs): Ditto.
402         (wl-score-get-header-entry): Ditto.
403         (wl-score-edit-insert-date): Ditto.
404
405 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
408         `elmo-message-entity-field' with 2nd argument `type'.
409
410 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
411
412         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
413
414 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-thread.el (wl-thread-delete-message): Delete descendant
417         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
418
419 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
422
423 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
426         `Access folder'.
427
428 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-vars.el (wl-access-folder-icon): New user option.
431
432         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
433         `Access folder'.
434
435 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-summary.el (wl-summary-buffer-set-folder): Use
438         `wl-folder-mime-charset'.
439
440         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
441         `mime-charset'.
442         (wl-folder-get-elmo-folder): Ditto.
443         (wl-folder-mime-charset): New function.
444
445 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-util.el (wl-parse-addresses): Define alias of
448         `elmo-parse-addresses' (move to `elmo-util.el').
449
450         * wl-summary.el (wl-summary-default-from): Follow the API change.
451         (wl-summary-overview-entity-compare-by-date): Ditto.
452         (wl-summary-overview-entity-compare-by-from): Ditto.
453         (wl-summary-get-list-info): Get value of `ml-info' field from
454         entity at first.
455         (wl-summary-rescan-message): Treat prefix argument.
456         (wl-summary-prefetch-msg): Follow the API change.
457         (wl-summary-search-by-subject): Ditto.
458         (wl-summary-insert-thread): Ditto.
459         (wl-summary-line-subject): Ditto.
460         (wl-summary-line-from): Ditto.
461         (wl-summary-create-line): Ditto.
462         (wl-summary-print-message-with-ps-print): Ditto.
463
464         * wl-score.el (wl-score-ov-entity-get): Ditto.
465         (wl-score-followup): Ditto.
466         (wl-score-add-followups): Use `elmo-message-entity-field' instead
467         of `car'.
468         (wl-score-get-latest-msgs): Follow the API change.
469         (wl-score-get-header): Ditto.
470
471         * wl-refile.el (wl-refile-learn): Ditto.
472         (wl-refile-subject-learn): Ditto.
473         (wl-refile-get-field-value): Ditto.
474         (wl-refile-guess-by-history): Ditto.
475         (wl-refile-guess-by-subject): Ditto.
476
477         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
478
479         * wl-expire.el (wl-expire-date-p): Removed.
480         (wl-expire-archive-date): Follow the API change.
481         (wl-expire-localdir-date): Ditto.
482         (wl-summary-expire): Ditto.
483
484         * Version number is increased to 2.15.1.
485
486 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
489         group is access or not (it is not strict, like wl-fldmgr-rename).
490
491 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
494         duplicate call of `wl-summary-print-argument' on the wrong line.
495
496 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
499         even if argument `number' is nil.
500         (wl-summary-insert-line): Print action argument if current message
501         has it.
502
503 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
506         (wl-draft-reply): Ditto.
507         (wl-draft): Add optional argument `parent-number' and call
508         `wl-draft-create-buffer' with it.
509         (wl-draft-create-buffer): Add optional argument
510         `parent-number'. Set wl-draft-parent-number as it.
511
512 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-folder.el (wl-folder-set-persistent-mark): If summary
515         buffer is not for given folder, don't use it.
516
517 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
518
519         * Version number is increased to 2.15.0.
520
521 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
524
525         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
526         (wl-highlight-get-face-by-name): New internal function.
527         (wl-highlight-summary-line-face-spec): Use it and fixed.
528
529 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-summary.el (wl-summary-sync-update): Use
532         `elmo-message-entity-field' instead of `car' to get message-id
533         from overview entity.
534
535         * wl-summary.el (wl-summary-rescan-message): Call
536         `wl-highlight-summary-displaying' when displaying a message.
537
538 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-draft.el (wl-draft-config-info-filename): Extracted from
541         `wl-draft-config-info-operation'.
542         (wl-draft-buffer-change-number): New function.
543         (wl-draft-rename-saved-config): Ditto.
544         * wl.el (wl-init): Connect slot for message-number-changed.
545         (toplevel): Add autoload for wl-draft-rename-saved-config.
546
547 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
550         `update-overview'
551         (wl-summary-buffer-detach): Disconnect from it.
552         (wl-summary-rescan-message): Use command.
553
554         * wl-message.el (wl-message-buffer-display): Use
555         `with-current-buffer' instead of `save-excursion'.
556
557 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-mime.el (wl-draft-preview-attributes-list): Protect
560         wl-draft-preview-attributes-list from distraction.
561
562 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
563
564         * wl-summary.el (wl-summary-sync-update): Sort the return value of
565         `elmo-list-diff'.
566
567 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-summary.el
570         (wl-summary-edit-addresses-collect-candidate-fields): Use
571         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
572
573         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
574         instead of `elmo-set-work-buf'.
575
576         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
577         (wl-address-make-address-list): Ditto.
578
579         * Version number is increased to 2.13.3.
580
581 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
584         user option.
585
586         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
587         argument `5'.
588
589         * wl-message.el (wl-message-display-no-merge-p): New function.
590         (wl-message-buffer-display): Check whether the message is
591         reassembled and follow the API change.
592
593 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
596         multibyte on working buffer and removed unnecessary
597         `buffer-disable-undo'.
598
599 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-util.el (wl-read-search-condition-internal): Fixed the last
602         change.
603
604 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * wl-util.el (wl-read-search-condition-internal): Protect
607         elmo-global-flags from distraction.
608
609 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
612
613         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
614         (wl-summary-event-handler): Ditto.
615         (wl-summary-update-persistent-mark-on-event): New
616         function (renamed from `elmo-event-handler-flag-changed').
617         (wl-summary-buffer-attach): New function.
618         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
619         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
620         instead of `elmo-folder-add-handler'.
621
622         * Version number is increased to 2.13.2.
623
624 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
627         and "\177" to the `wl-news-previous-page'.
628         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
629         (wl-news-previous-page): New function.
630
631 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
634         instead of `write-region' and simplify.
635
636 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-template.el (wl-template-select): Cause error if
639         `wl-template-alist' is nil.
640
641 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
642
643         * wl-news.el.in: Set file variable `no-byte-compile'.
644
645 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
648         whether a target message is within displaying area.
649         (elmo-event-handler-cache-changed): Ditto.
650
651 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
652
653         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
654         to `defun'.  Use `nconc' instead of `append' to collect descendant
655         message numbers.
656
657 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
658
659         * wl-thread.el (wl-thread-save-top-list)
660         (wl-thread-save-entities): Use `with-temp-buffer'.
661         * wl-news.el.in (wl-news-previous-version-load):
662         (wl-news-previous-version-save): Ditto.
663         * wl-summary.el (wl-summary-load-file-object)
664         (wl-summary-save-view-cache): Ditto.
665
666 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-util.el (toplevel): Require 'elmo-flag'.
669         (wl-read-search-condition): New function (Renamed from
670         `elmo-read-search-condition').
671         (wl-read-search-condition-internal): Likewise.
672
673         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
674         invalid.
675         (wl-summary-pick): Use `wl-read-search-condition' instead of
676         `elmo-read-search-condition'.
677         (wl-summary-virtual): Ditto.
678
679         * wl-folder.el (wl-folder-virtual): Ditto.
680         (wl-folder-pick): Ditto.
681
682         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
683
684 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-summary.el (wl-summary-reedit): Call
687         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
688
689 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-mime.el (toplevel): Require wl-vars.
692
693         * wl-message.el (toplevel): Require cl at compile.
694
695         * wl-draft.el (toplevel): Require elmo.
696
697 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-message.el (wl-message-buffer-prefetch): Count is a number
700         and do nothing when it is not positive.
701         (wl-message-buffer-prefetch-next): Ditto.
702
703 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
706         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
707         (wl-summary-redisplay-internal): Ditto.
708
709         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
710         message (the condition is borrowed from `wl-check-variables-2').
711         (wl-summary-redisplay-internal): Ditto.
712
713 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-mime.el (wl-draft-nntp-attribute): New function.
716         (wl-draft-attribute-nntp-posting-server): Use it.
717         (wl-draft-attribute-nntp-posting-port): Ditto.
718
719         * wl-mime.el (wl-draft-preview-attributes-list): New function.
720         (wl-draft-show-attributes-buffer): Ditto.
721         (wl-draft-hide-attributes-buffer): Ditto.
722         (wl-draft-attribute-newsgroups): Ditto.
723         (wl-draft-attribute-nntp-posting-server): Ditto.
724         (wl-draft-attribute-nntp-posting-port): Ditto.
725         (wl-draft-preview-message): Use there functions.
726
727         * wl-vars.el (wl-draft-preview-attributes-list): Change default
728         value.
729
730 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
733         (wl-draft-reedit): Ditto.
734         (wl-draft-queue-flush): Ditto.
735
736         * wl-mime.el (wl-message-request-partial): Ditto.
737         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
738         instead of `elmo-message-fetch'.
739
740         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
741
742         * wl-summary.el (wl-summary-message-string): Ditto.
743
744 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-util.el (wl-current-message-buffer): Follow the API change.
747
748         * wl-summary.el (wl-summary-redisplay-internal): Call
749         `wl-summary-mark-as-read' with 2nd argument as nil and update
750         unread count instead of persistent mark.
751
752         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
753         variable.
754         (wl-message-redisplay): Follow the API change.
755         (wl-message-buffer-display): Managed mime-entity directly and
756         return preview buffer only.
757         (wl-message-display-internal): Rewrite.
758         (wl-message-buffer-prefetch-subr): Not save return value of
759         `wl-message-buffer-display'.
760
761         * Version number is increased to 2.13.1.
762
763 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
766         'elmo-multiple-fields-body-list' with boundary specified.
767
768 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
769
770         * wl-vars.el (wl-summary-resend-use-cache): New variable.
771         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
772         cache if `wl-summary-resend-use-cache' is non-nil.
773
774 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
777         (wl-nntp-posting-stream-type): Ditto.
778
779 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
780
781         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
782
783 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
784
785         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
786         message.
787
788 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
791         Abolish.
792         (wl-summary-buffer-persistent-mark-version): New internal
793         variable.
794         (wl-summary-update-mark-and-highlight-window): Check by
795         wl-summary-persistent-mark-invalid-p.
796         (wl-summary-update-status-marks): Ditto.
797         (elmo-event-handler-flag-changed): Rewrite.
798         (elmo-event-handler-cache-changed): Define.
799         (wl-summary-prefetch-msg): Does not update persistent mark here.
800         (wl-summary-delete-cache): Ditto.
801         (wl-summary-resume-cache-status): Ditto.
802         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
803         (wl-summary-persistent-mark-invalid-p): New function.
804         (wl-summary-validate-persistent-mark): Ditto.
805         (wl-summary-validate-persistent-mark-string): Ditto.
806         (wl-summary-invalidate-persistent-mark): Ditto.
807         (wl-summary-update-persistent-mark): Call
808         `wl-summary-validate-persistent-mark'.
809         (wl-summary-create-line): Call
810         `wl-summary-validate-persistent-mark-string'.
811
812         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
813         status as t if cache used.
814
815 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
818         only if the target is group.
819         * wl-folder.el (wl-folder-append-petname): Don't check group name.
820
821 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
824
825 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
828
829         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
830
831 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
832
833         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
834         (Thanks to Yoichi NAKAYAMA).
835
836 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
837
838         * wl-util.el (wl-save-drafts): Restore echo area.
839
840 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
841
842         * Version number is increased to 2.13.0.
843
844         * wl-util.el (wl-biff-check-folder-async): Use
845         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
846
847 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-message.el (wl-message-display-internal): Does not put
850         wl-message-display-type property on message buffer.
851         (wl-message-buffer-display-type): New function.
852
853         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
854
855         * wl-summary.el (wl-summary-mode): Use `dolist' to add
856         `wl-summary-buffer-detach'.
857         (wl-summary-message-display-type): Use
858         `wl-summary-buffer-display-type'.
859
860 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
861
862         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
863         buffer-local.
864
865         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
866         kill-buffer-hook instead of make-local-variable.
867         (wl-draft-preview-message): Set `local' argument of add-hook as t.
868
869 2004-12-12  Scott Renfro <scott@renfro.org>
870
871         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
872         regex for square-branket.
873
874 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
877         `wl-message-mime-analysis-p' with argument `header'.
878
879 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
880
881         * wl-mime.el (wl-draft-yank-current-message-entity): 
882         Switch to no-mime following method according to wl-message-display-type
883         property.
884         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
885
886         * wl-message.el (wl-message-display-internal): 
887         Put wl-message-display-type property on message buffer.
888
889         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
890         (wl-message-display-internal): Ditto;
891
892         * wl-summary.el (wl-summary-toggle-mime): Ditto.
893
894 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-message.el (wl-message-make-display-type): New function.
897         (wl-message-display-type-property): Ditto.
898         (wl-message-mime-analysys-p): Ditto.
899         (wl-message-display-all-header-p): Ditto.
900         (wl-message-redisplay): Removed argument `as-is', `all-header' and
901         added `display-type'.
902         (wl-message-buffer-display): Likewise.
903         (wl-message-display-internal): Likewise.
904         (wl-message-buffer-display-type): Abolish.
905         (wl-message-buffer-prefetch-subr): Follow the API changed.
906
907         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
908         from wl-summary-buffer-display-all-header and changed default value.
909         (wl-summary-message-display-type): New function.
910         (wl-summary-buffer-display-mime-mode): Ditto.
911         (wl-summary-buffer-display-header-mode): Ditto.
912         (wl-summary-toggle-mime): Rewrite with above functions.
913         (wl-summary-toggle-all-header): Ditto.
914         (wl-summary-redisplay): Force redisplay with default mode.
915         (wl-summary-redisplay-internal): Renamed argument from `mode',
916         `all-header' to `mime-mode', `header-mode'.
917         Use `wl-message-make-display-type'.
918
919         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
920         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
921
922 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
923
924         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
925
926 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
927
928         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
929         in original message buffer.
930         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
931         buffer.
932
933 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
936
937 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
940
941 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
942
943         * wl-action.el (wl-summary-exec-action-refile): Display a done message
944         when actions succeeded.
945         (wl-summary-exec-action-copy): Likewise.
946
947 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
950         there is switch-to-buffer at the end of wl-message-select-buffer.
951         (wl-summary-reply): Ditto.
952
953 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
954
955         * wl-summary.el (wl-summary-forward): Put subject in original
956         message buffer as argument of wl-draft-forward.
957         * wl-draft.el (wl-draft-forward): Decode subject as in
958         wl-draft-reply.
959
960 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
961
962         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
963         a folder under access group.
964
965 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
968         wl-message-buffer-display.
969
970         * wl-util.el (wl-set-save-drafts): Fix typo.
971
972 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
975         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
976         wl-highlight-logo-face to set the bg color of an xbm image; fixed
977         the way to measure the width of a bitmap image; don't put face on
978         ascii and bitmap images; put the mark which should not use the
979         variable-pitch face on ascii and bitmap images.
980         (wl-demo-setup-properties): Don't use the variable-pitch face on
981         ascii and bitmap images; made it work on Emacs 20 and earlier.
982         (wl-demo-insert-text): End with a newline at the bottom; don't put
983         face on text.
984
985         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
986
987 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
988
989         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
990
991         * wl-util.el (wl-save-drafts): Moved from sample setting.
992         (wl-set-save-drafts): New function to set idle timer.
993         * wl-draft.el (wl-draft): Call it.
994         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
995
996 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
999         a summary which has toggle display status off.
1000
1001 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-draft.el (wl-draft-do-fcc): No cache save.
1004
1005 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-summary.el (elmo-event-handler-flag-changed): Use
1008         `set-buffer' instead of `with-current-buffer'.
1009
1010 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-summary.el (wl-summary-after-resize-function): New function.
1013         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1014         window-size-change-functions.
1015
1016 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * wl-draft.el (wl-draft-create-buffer): Bind
1019         `change-major-mode-hook' after current buffer is changed.
1020
1021         * wl-summary.el (wl-summary-buffer-detach): New function.
1022         (wl-summary-buffer-set-folder): Call it.
1023         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1024         change-major-mode-hook and kill-buffer-hook.
1025         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1026         (wl-summary-switch-to-clone-buffer): Ditto.
1027         (wl-summary-goto-folder-subr): Ditto.
1028
1029 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1030
1031         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1032         after boundp check.
1033
1034 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1037         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1038         for `kill-buffer'.
1039
1040         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1041         handler of current buffer from elmo-folder.
1042
1043 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1046
1047 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1050         variable.
1051         (wl-summary-event-handler): New class.
1052         (elmo-event-handler-flag-changed): Define to update persistent
1053         mark.
1054         (wl-summary-buffer-set-folder): Register event handler to
1055         elmo-folder.
1056         (wl-summary-exit): Unregister event handler.
1057         (wl-summary-goto-folder-subr): Ditto.
1058         (wl-summary-mark-as-read-all): Does not call
1059         `wl-summary-update-persistent-mark' directly.
1060         (wl-summary-mark-as-read-internal): Ditto.
1061         (wl-summary-set-persistent-mark-internal): Ditto.
1062         (wl-summary-set-flags-internal): Ditto.
1063
1064         * Version number is increased to 2.11.33.
1065
1066 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1067
1068         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1069         to nil.
1070
1071 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-spam.el (wl-spam-setup): Add hook
1074         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1075         instead of `wl-summary-prepare-hook'.
1076
1077         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1078         if folder type is `'flag'.
1079         (wl-summary-mark-as-important): Ditto.
1080
1081 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-address.el (wl-address-minibuffer-history): New variable.
1084         (wl-address-minibuffer-local-map): New keymap.
1085         (wl-address-read-from-minibuffer): New function.
1086
1087         * wl-action.el (wl-summary-get-resend-address): Use
1088         `wl-address-read-from-minibuffer' instead of `completing-read'.
1089
1090 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * Version number is increased to 2.11.32.
1093
1094 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1097         without mule to iso-8859-1.
1098         (wl-draft-add-in-reply-to): Add note in description.
1099         (wl-draft-add-references): Ditto.
1100
1101 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1102
1103         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1104         definition for `m'.
1105         (wl-summary-mode-line-format): Add '[%m]'.
1106         (wl-message-mode-line-format-spec-alist): Ditto.
1107         (wl-summary-display-mime-mode-list): New variable.
1108
1109         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1110         from wl-summary-buffer-display-as-is.
1111         (wl-summary-buffer-display-all-header): New buffer local variable.
1112         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1113         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1114         instead of wl-summary-buffer-display-as-is.
1115         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1116         (wl-summary-set-persistent-mark): Ditto.
1117         (wl-summary-set-message-buffer-or-redisplay): Just call
1118         `wl-summary-redisplay-internal' without optional arguments.
1119         (wl-summary-toggle-mime): Rewrite.
1120         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1121         (wl-summary-toggle-all-header): New function.
1122         (wl-summary-redisplay-internal): Treat mime mode.
1123
1124         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1125         to wl-mime-preview-follow-no-mime.
1126         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1127         accodring to the display-mode.
1128
1129         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1130         (wl-message-buffer-display): Changed argument name from `as-is' to
1131         `mode'.
1132         (wl-message-display-internal): Ditto;
1133         Bind elmo-mime-display-header-analysis according to the mode.
1134         (wl-message-display-internal): Put wl-message-display-mime-mode
1135         property on entire buffer.
1136
1137 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1138
1139         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1140
1141 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1142
1143         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1144         Don't extract mail address.
1145         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1146
1147         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1148
1149         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1150
1151 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1154         wl-fldmgr-cut-entity-list on confirmation.
1155
1156 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1159         (wl-mime-quit-preview): Check existence of
1160         mime-edit-temp-message-buffer here.
1161
1162 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1163
1164         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1165         after deletion.
1166
1167         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1168         before calling wl-mime-quit-preview.
1169
1170 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-summary.el (wl-summary-pick): If call it with prefix
1173         argument, set `delete-marks' as non-nil. Pick from only visible
1174         messages.
1175         (wl-summary-check-target-mark): New function.
1176         (wl-summary-target-mark-mark-as-read): Use it.
1177         (wl-summary-target-mark-mark-as-unread): Ditto.
1178         (wl-summary-target-mark-operation): Ditto.
1179         (wl-summary-target-mark-set-flags): Ditto.
1180         (wl-summary-target-mark-save): Ditto.
1181         (wl-summary-target-mark-pick): Ditto.
1182         (wl-summary-target-mark-forward): Ditto.
1183         (wl-summary-target-mark-reply-with-citation): Ditto.
1184         (wl-summary-target-mark-print): Ditto.
1185         (wl-summary-target-mark-uudecode): Ditto.
1186
1187         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1188         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1189         with `ask-coding' is non-nil.
1190
1191 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-thread.el (wl-thread-set-parent): If parent is a message
1194         which is identified by references, set linked as nil.
1195
1196 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1197
1198         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1199         (wl-message-mode-line-format-spec-alist): Ditto.
1200         (wl-message-mode-line-format): Ditto.
1201         (wl-summary-mode-line-format): Ditto for docstring.
1202         (wl-summary-no-mime-folder-list): Fix typo.
1203
1204         * wl-util.el (wl-current-message-buffer): Call
1205         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1206
1207         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1208         variable.
1209         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1210         of `wl-summary-redisplay-no-mime'.
1211         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1212         (wl-summary-toggle-mime): New function.
1213         (wl-summary-redisplay-all-header): Rewrite.
1214         (wl-summary-redisplay-no-mime): Ditto.
1215         (wl-summary-redisplay-internal): Added argument `as-is' and
1216         `all-header'.
1217
1218         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1219         New variable.
1220         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1221         bottom.
1222         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1223         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1224         "/" unconditionally.
1225
1226         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1227         wl-mime-preview-follow-no-mime for as-is content.
1228         (wl-mime-preview-follow-no-mime): New function.
1229         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1230
1231         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1232         and added `as-is', `all-header'.
1233         (wl-message-buffer-display): Ditto.
1234         (wl-message-buffer-display-type): New function.
1235
1236 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-vars.el (wl-message-header-button-alist): Change default
1239         value.
1240         (wl-message-body-button-alist): Ditto.
1241
1242 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1243
1244         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1245
1246 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1249
1250 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1251
1252         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1253         is always true.
1254
1255 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1256
1257         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1258         on null entity.
1259
1260 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1261
1262         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1263
1264 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-vars.el (wl-summary-resend-hook): New hook.
1267
1268         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1269         `wl-summary-resend-hook'.
1270
1271 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1274         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1275         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1276         (wl-summary-new-cached-mark): Changed default value to 'n'.
1277         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1278         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1279         (wl-folder-sync-range-alist): Remove spec for 'flag.
1280         (wl-summary-force-prefetch-folder-list): New user option.
1281
1282         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1283         `wl-summary-toggle-persistent-mark'.
1284         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1285         number is nil.
1286         (wl-summary-mark-as-answered-region): Set interactive argument of
1287         `wl-summary-set-persistent-mark-internal'.
1288         (wl-summary-mark-as-important-region): Ditto.
1289         (wl-summary-unset-persistent-mark): Ditto.
1290         (wl-summary-set-persistent-mark): Ditto.
1291         (wl-summary-mark-as-answered): Ditto.
1292         (wl-summary-mark-as-important): Ditto.
1293         (wl-summary-set-persistent-mark-internal): Do nothing
1294         when `elmo-message-flag-available-p' is nil.
1295         (wl-summary-toggle-persistent-mark): New function.
1296         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1297         when the folder matches `wl-summary-force-prefetch-folder-list'.
1298
1299
1300         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1301         when number is nil.
1302         (wl-highlight-summary-forwarded-face): New face.
1303
1304 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1305
1306         * Version number is increased to 2.11.31.
1307
1308 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1311         (wl-biff-check-folder-async): Ditto.
1312         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1313
1314 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1315
1316         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1317         Add an argument `reverse'.  All callers are updated.
1318         (wl-summary-sort): Add a prefix argument `reverse' to specify
1319         reverse sorting.
1320         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1321         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1322         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1323
1324 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-message.el (wl-message-redisplay): Does not narrow header if
1327         disply-type is all-header or as-is.
1328
1329         * wl-summary.el (wl-summary-enter-handler): Use
1330         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1331
1332 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1333
1334         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1335         after adding wl-draft-parent-variables.
1336         (wl-draft-forward): Ditto.
1337
1338 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-summary.el (wl-summary-sync-marks): Call
1341         `wl-summary-set-persistent-mark' and
1342         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1343         (wl-summary-set-persistent-mark-internal): Add 4th argument
1344         `no-server'.
1345         (wl-summary-unset-persistent-mark): Ditto.
1346         (wl-summary-set-persistent-mark): Ditto.
1347         (wl-summary-add-flags-internal): Abolish.
1348         (wl-summary-remove-flags-internal): Ditto.
1349         (wl-summary-mark-as-important-internal): Ditto.
1350         (wl-summary-mark-as-important): Use
1351         `wl-summary-set-persistent-mark' instead of
1352         `wl-summary-add-flags-internal'.
1353         (wl-summary-mark-as-important-region): Ditto.
1354
1355         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1356
1357         * wl-summary.el (wl-summary-get-available-flags): New function.
1358         (wl-summary-sync-marks): Use it and simplified.
1359         (wl-summary-unset-persistent-mark): Use
1360         `wl-summary-get-available-flags'.
1361         (wl-summary-set-persistent-mark): Ditto.
1362
1363 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1364
1365         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1366         id.
1367
1368 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1371         number, call `wl-summary-prev-line-content'. Show message when the
1372         message is not found.
1373
1374 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1375
1376         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1377         wl-summary-enter-handler.
1378         (wl-summary-enter-handler): New command.
1379
1380         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1381         docstring and custom spec.
1382
1383         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1384         flags too; Don't treat Cached and New.
1385         (wl-summary-set-persistent-mark): Ditto.
1386
1387         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1388         `wl-folder-set-flag'.
1389
1390         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1391         instead of `wl-folder-set-flag'.
1392
1393         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1394         for completion.
1395         (wl-summary-set-persistent-mark): Ditto.
1396
1397         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1398         instead of `wl-draft-quit-preview'.
1399
1400         * wl-mime.el (toplevel): Avoid compile warning.
1401         (wl-mime-quit-preview): New function
1402         (formarly defined as `wl-draft-quit-preview').
1403         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1404         quitting method.
1405
1406         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1407
1408         * wl-folder.el (wl-folder-set-flag): Renamed from
1409         `wl-draft-set-flag-on-parent'.
1410
1411         * wl-draft.el (wl-draft-quit-preview): New function.
1412         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1413         (wl-draft-send): Call `wl-folder-set-flag' instead of
1414         `wl-draft-set-flag-on-parent'.
1415         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1416
1417 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1420         (wl-draft-send): Ditto.
1421
1422 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1423
1424         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1425         (wl-draft-kill-pre-hook): Set default value as nil.
1426         (wl-summary-reply-hook): Ditto.
1427         (wl-draft-kill-flags): Abolish.
1428
1429         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1430         (wl-draft-parent-variables): Renamed from
1431         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1432         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1433         argument; Add wl-draft-parent-variables to
1434         wl-draft-config-variables.
1435         (wl-draft-reply): Likewise.
1436         (wl-draft-kill-flags): Abolish.
1437         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1438         (wl-draft-set-flag-on-parent): New function.
1439         (wl-draft-setup-parent-flag): Ditto.
1440
1441 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1442
1443         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1444         `wl-draft-parent-folder' is "".
1445
1446 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1447
1448         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1449         (wl-summary-digit-jump): New function.
1450         (Adviced by John Owens and Hiroya Murata)
1451
1452         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1453         (Adviced by John Owens)
1454
1455         * wl-xmas.el (wl-message-define-keymap): Ditto.
1456
1457         * wl-mule.el (wl-message-define-keymap): Ditto.
1458
1459 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1462         change of return value of elmo-folder-count-flags.
1463
1464         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1465         (wl-summary-mark-as-read-internal): Ditto.
1466         (wl-summary-set-persistent-mark-internal): Ditto.
1467         (wl-summary-folder-info-update): Ditto.
1468         (wl-summary-sync-update): Fixed the last change.
1469
1470         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1471
1472 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1475         (wl-draft-kill-flags): Fixed docstring.
1476
1477         * wl-draft.el (wl-draft-kill-flags): New function.
1478         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1479
1480 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1481
1482         * wl-vars.el (wl-reply-hook): Abolish.
1483         (wl-draft-reply-hook): New hook.
1484         (wl-summary-reply-hook): Ditto.
1485         (wl-draft-forward-hook): Ditto.
1486         (wl-summary-forward-hook): Ditto.
1487         (wl-draft-kill-flags): New variable.
1488
1489         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1490         wl-summary-set-persistent-mark-internal.
1491         (wl-summary-sync-marks): Use elmo-preserved-flags.
1492         (wl-summary-update-persistent-mark): Make it interactive.
1493         (wl-summary-set-persistent-mark-internal): New inline function.
1494         (wl-summary-mark-as-answered): Use it.
1495         (wl-summary-mark-as-unanswered): Ditto.
1496         (wl-summary-unset-persistent-mark): New function.
1497         (wl-summary-set-persistent-mark): Ditto.
1498         (wl-summary-reply): Don't set answered flag;
1499         Run wl-summary-reply-hook instead.
1500         (wl-summary-forward): Call wl-draft-forward with number.
1501         Run wl-summary-forward-hook.
1502
1503         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1504         (wl-highlight-summary-line-face-spec): Use it as a default
1505         persistent mark face.
1506
1507         * wl-draft.el (wl-draft-forward): Added optional argument number;
1508         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1509         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1510         (wl-draft-kill): Use wl-draft-kill-flags.
1511
1512         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1513
1514         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1515         of return value of elmo-folder-count-flags.
1516
1517         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1518
1519         * wl-summary.el (wl-summary-count-unread): Ditto.
1520         (wl-summary-sync-update): Follow the change above.
1521         (wl-summary-force-prefetch): New function.
1522
1523 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1524
1525         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1526         variable `buf' with `let' instead of `setq'.
1527
1528 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1531         add Content-Disposition heaeder on the deleted part.
1532
1533 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1534
1535         * wl-draft.el (wl-draft-save): Encode address list under edit by
1536         `eword-encode-unstructured-field-body'.
1537
1538         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1539
1540 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1541
1542         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1543         wl-current-summary-buffer.
1544
1545 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1546
1547         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1548         `numbers' is ignored.
1549
1550 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-folder.el (wl-folder-open-folder): Avoid error.
1553         Reported by John Owens, [wl-en:815]
1554
1555         * wl.el (wl): Set timer for biff process even if prefix argument
1556         is given or auto-checking is quitted.
1557
1558         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1559         immediately.
1560         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1561         (wl-toggle-plugged): Ditto.
1562
1563         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1564         * wl-util.el (wl-biff-start): Use idle timer if
1565         `wl-biff-use-idle-timer' is non-nil.
1566
1567 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * wl-highlight.el (wl-highlight-message): Fix description.
1570
1571 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1574         tty.
1575
1576 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-action.el (wl-summary-exec): Print failure count.
1579
1580 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1581
1582         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1583         to `defun', remove interactive form.
1584         Set elmo-message-fetch-confirm when force-reload is non-nil.
1585
1586 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-summary.el (toplevel): Removed unnecessary autoload.
1589
1590 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1593         the buffer is generated from another message buffer.
1594
1595 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1596
1597         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1598         extracted from `wl-fldmgr-save-folders'.
1599         (wl-fldmgr-delete): Call it after deletion.
1600
1601 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1604         multi-tty support.
1605
1606 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1607
1608         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1609
1610 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1611
1612         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1613         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1614
1615 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1618         unsubscribe list only if argument CLEAR is nil.
1619
1620 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1621
1622         * wl-draft.el (wl-draft-reply): Decode subject before removing
1623         Re: prefix.
1624
1625 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1626
1627         * wl-summary.el (wl-summary-sort-by-size): New command.
1628
1629 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1630
1631         * wl-summary.el (wl-summary-number-list-from-region): New
1632         function.
1633         (wl-summary-mark-as-read-region): Use it.
1634         (wl-summary-mark-as-unread-region): Ditto.
1635         (wl-summary-set-flags-region): Ditto and add optional argument
1636         remove.
1637         (wl-summary-mark-as-answered-region): Ditto.
1638         (wl-summary-mark-as-important-region): Ditto.
1639         (wl-summary-target-mark-mark-as-important): Added optional
1640         argument remove.
1641         (wl-summary-target-mark-mark-as-answered): Ditto.
1642         (wl-summary-target-mark-set-flags): Ditto.
1643
1644 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1645
1646         * wl-summary.el (wl-summary-set-flags-region): Call
1647         `wl-summary-set-flags-internal' with number list instead of call
1648         one by each message.
1649         (wl-summary-target-mark-set-flags): Likewise.
1650
1651 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1654         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1655         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1656         (wl-summary-target-mark-mark-as-answered): Likewise.
1657
1658 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1659
1660         * wl-summary.el (wl-summary-target-mark-forward): Use
1661         `wl-summary-delete-all-target-marks' instead of
1662         `wl-summary-delete-all-temp-marks'.
1663         (wl-summary-target-mark-reply-with-citation): Ditto.
1664         (wl-summary-target-mark-uudecode): Ditto.
1665         (wl-summary-target-mark-set-flags): Ditto and remove needless
1666         cursor move.
1667
1668 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1669
1670         * wl-summary.el (wl-summary-target-mark-forward): Protect
1671         wl-summary-buffer-target-mark-list from nreverse.
1672         (wl-summary-target-mark-reply-with-citation): Ditto.
1673
1674 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1675
1676         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1677         `elmo-display-progress-threshold'.
1678
1679 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1682         check `wl-summary-highlight'.
1683         (wl-summary-window-scroll-functions): Respect value of
1684         `wl-summary-highlight'.
1685         (wl-summary-sync-update): Run hooks
1686         `wl-summary-buffer-window-scroll-functions' at any time.
1687
1688 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1691         from `wl-summary-cleanup-temp-marks'.
1692         (wl-summary-cleanup-temp-marks): Abolish argument.
1693         * wl.el (wl-save-status): Revert previous change.
1694         (wl-execute-temp-marks): New function, call
1695         `wl-summary-exec-with-confirmation'.
1696         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1697         (wl-folder-save-and-exec-marks): Abolished.
1698
1699 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1700
1701         * wl-e21.el (wl-e21-display-image-p): Respect
1702         `wl-highlight-folder-with-icon'.
1703         (wl-e21-highlight-folder-group-line): Highlight mouse line
1704         even if wl-e21-display-image-p is nil.
1705
1706         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1707         Respect value of `wl-summary-highlight'.
1708
1709         * wl.el (wl-save-status): Remove unused variable.
1710
1711         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1712         (wl-folder-mode-map): Bind it to "x".
1713
1714 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1717
1718         * wl-thread.el (wl-thread-get-parent-list): Don't check
1719         disconnected ancestors, neglecting needless work in
1720         `wl-thread-update-indent-string-thread'.
1721
1722         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1723         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1724         argument, add argument default-keep to keep marks by default.
1725
1726         * Version number is increased to 2.11.30.
1727
1728         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1729         customization type and docstring.
1730         (wl-draft-reply-without-argument-list): Ditto.
1731
1732 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1735
1736         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1737
1738 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1741
1742 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1745         save-excursion so as not to include run-hooks.
1746
1747 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1750         Clarify that marks are going to be cleared.
1751
1752 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1755         according to 3rd element of wl-summary-flag-mark.
1756
1757         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1758
1759 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-action.el (wl-summary-target-mark-all): Don't set
1762         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1763
1764 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1767         (wl-forward-subject-prefix): Ditto.
1768         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1769         (wl-draft-reply-make-subject): Ditto.
1770
1771         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1772         `wl-draft-forward'.
1773         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1774
1775 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1778         target message does not exist.
1779
1780 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1781
1782         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1783         `wl-subject-prefix-regexp'.
1784         (wl-subject-forward-prefix-regexp): New variable.
1785         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1786         `wl-draft-strip-subject-re' and take regexp as argument.
1787         (wl-draft-forward): Use it.
1788         (wl-draft-reply): Ditto.
1789
1790 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1791
1792         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1793         emacs multi-tty support.
1794
1795 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1796
1797         * wl-e21.el (wl-e21-display-image-p): Don't call
1798         `display-images-p'.
1799         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1800         support.
1801         (wl-highlight-folder-current-line): Ditto.
1802         (wl-folder-init-icons): Ditto.
1803
1804 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1805
1806         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1807         the last line of summary in unplugged mode.
1808
1809 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1810
1811         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1812
1813 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1814
1815         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1816         * wl-address.el (wl-address-user-mail-address-p): Use it.
1817         (wl-address-delete-user-mail-addresses): Ditto.
1818         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1819
1820         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1821         (wl-address-delete-user-mail-addresses): Ditto.
1822
1823         * wl-address.el (wl-address-delete-user-mail-addresses): New
1824         function.
1825         * wl-refile.el (wl-refile-guess-by-history): Use it.
1826         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1827         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1828
1829         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1830         use wl-address-user-mail-address-p.
1831
1832 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1833
1834         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1835         after opening group.
1836
1837 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1840         of elmo-set-buffer-multibyte.
1841
1842         * wl-message.el (wl-original-message-mode): Ditto.
1843
1844         * wl-score.el (wl-score-insert-header): Ditto.
1845
1846         * wl-summary.el
1847         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1848         (wl-summary-goto-folder-subr): Ditto.
1849         (wl-summary-insert-headers): Ditto.
1850
1851         * wl-util.el (wl-set-string-width): Ditto.
1852
1853         * Version number is increased to 2.11.29.
1854
1855 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1856
1857         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1858         (wl-highlight-summary-line-help-echo-alist): New variable.
1859         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1860         into `wl-highlight-summary-line-help-echo' and
1861         `wl-highlight-flag-folder-help-echo'.
1862         (wl-highlight-summary-line-string): Change accordingly.
1863         (wl-highlight-summary-current-line): Ditto.
1864
1865 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1866
1867         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1868         at the beginning of field body (Thanks to Markus Knittig).
1869
1870         * wl-draft.el (wl-draft-insert-current-message): Also check
1871         summary buffer, remove unnecessary tag.
1872
1873 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1874
1875         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1876         when wl-message-buffer is nil.
1877
1878         * wl-folder.el (wl-folder): Abolish unused argument.
1879         Call wl-folder-init when wl-folder-entity is nil.
1880         * wl.el (wl): Change accordingly.
1881
1882 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1885         multibyte string before insert into draft buffer.
1886         (wl-draft-create-buffer): Always enable multibyte characters for
1887         draft buffer.
1888
1889         * Version number is increased to 2.11.28.
1890
1891 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * wl-folder.el (wl-folder-open-close): Handle blank line.
1894         (wl-folder-jump-to-current-entity): Ditto.
1895
1896 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * Version number is increased to 2.11.27.
1899
1900 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-thread.el (wl-thread-insert-message): When the thread is
1903         devided by wl-summary-max-thread-depth, insert line at the end of
1904         buffer.
1905
1906 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * Version number is increased to 2.11.26.
1909
1910 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1911
1912         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1913
1914 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1915
1916         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1917         value of stream-type and session.
1918
1919 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * Version number is increased to 2.11.25.
1922
1923 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1924
1925         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1926         in a quit message.
1927
1928 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1931         (wl-summary-redisplay-no-mime-internal): Ditto.
1932
1933 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1936         * wl-vars.el (wl-smtp-connection-type): Ditto.
1937
1938 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1939
1940         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1941         for the separator line and quote mail-header-separator.
1942
1943 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1946         result message.
1947
1948         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1949         `elmo-multiple-fields-body-list' with boundary as
1950         mail-header-separator.
1951
1952 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1955
1956 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1957
1958         * wl-util.el (wl-list-diff): Remove unused function.
1959
1960         * wl-draft.el (wl-draft-send-confirm): Discard input before
1961         confirmation.
1962
1963 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1966         order of flag and new.
1967
1968 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-vars.el (wl-refile-policy-alist): Abolished.
1971
1972         * wl-action.el (wl-summary-set-action-refile): Follow the change
1973         above.
1974
1975 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * wl-highlight.el (wl-highlight-signature-search): Don't use
1978         re-search-backward for a long word since it is possible to crash
1979         XEmacs because of a bug.
1980
1981 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1982
1983         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1984
1985 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1986
1987         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1988         argument for wl-summary-sync-force-update.
1989
1990 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1991
1992         * wl-summary.el (wl-summary-mode-map): Revival of
1993         wl-summary-mark-as-important related bindings;
1994         Bind 'F','tF','mF','rF','m&'.
1995         (wl-summary-mark-as-important-region): Revival.
1996         (wl-summary-target-mark-mark-as-important): Ditto.
1997         (wl-summary-target-mark-operation): New function.
1998         (wl-summary-target-mark-mark-as-answered): Use it.
1999         (wl-summary-decide-flag): Don't set Important as default.
2000         (wl-summary-mark-as-important-internal): Revival.
2001         (wl-summary-mark-as-important): Ditto.
2002
2003         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2004
2005         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2006         instead of facep.
2007
2008 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-dnd.el (wl-dnd-drop-func): Fix.
2011
2012         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2013         mouse-set-point instead of posn-point.
2014
2015         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2016
2017         * wl-mule.el (wl-completing-read-multiple): Ditto.
2018
2019 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-demo.el (face-background-name): Defalias to avoid compile
2022         warning.
2023
2024 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2025
2026         * wl-summary.el (wl-summary-decide-flag): Use
2027         wl-completing-read-multiple instead of completing-read-multiple.
2028
2029         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2030         New alias.
2031
2032         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2033         Use face-background-name instead of face-background.
2034
2035         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2036
2037         * wl-summary.el (wl-summary-save): Use it.
2038         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2039
2040         * wl-mime.el (wl-mime-save-content): Fix last change.
2041
2042 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2043
2044         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2045         New function.
2046         (wl-summary-sort-specs): Added sort.
2047         * wl-mime.el (wl-mime-save-content): Expand file name.
2048
2049 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2050
2051         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2052
2053         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2054
2055 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2058         for flag if it is not defined.
2059
2060 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-e21.el (wl-highlight-folder-current-line): Use
2063         elmo-folder-type-internal when elmo-folder-type returns nil.
2064
2065         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2066
2067         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2068
2069         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2070
2071         * wl-e21.el (wl-summary-toolbar): Ditto.
2072
2073         * wl-vars.el (wl-demo-background-color): Abolished.
2074         (wl-summary-persistent-mark-priority-list): Renamed from
2075         wl-summary-flag-priority-list.
2076         (wl-summary-flag-alist): New user option.
2077         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2078         (wl-message-mode-line-format-spec-alist): Added 'F'.
2079         (wl-message-mode-line-format): Likewise.
2080         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2081         instead of wl-summary-important-mark.
2082         (wl-file-folder-icon): New variable.
2083
2084         * wl-thread.el (wl-thread-set-flags): Renamed from
2085         wl-thread-mark-as-important.
2086
2087         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2088         warning.
2089         (wl-summary-mode-menu-spec): Follow the change of 
2090         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2091         (wl-summary-mode-map): Follow the change of
2092         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2093         (wl-summary-detect-mark-position): Follow the variable name change.
2094         (wl-summary-set-flags-region): New function for the replacement of
2095         wl-summary-mark-as-important-region.
2096         (wl-summary-sync-marks): Sync all global-flags.
2097         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2098         instead of elmo-message-flagged-p.
2099         (wl-summary-persistent-mark-string): Follow the variable name change;
2100         Put wl-summary-flag-mark if the message has global-flag.
2101         (wl-summary-target-mark-set-flags): Renamed from 
2102         wl-summary-target-mark-mark-as-important.
2103         (wl-summary-decide-flag): New function.
2104         (wl-summary-set-flags-internal): Renamed from
2105         wl-summary-mark-as-important-internal.
2106         (wl-summary-add-flags-internal): New function.
2107         (wl-summary-remove-flags-internal): Ditto.
2108         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2109         (wl-summary-mark-as-unimportant): Abolish.
2110         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2111         (wl-summary-next-message): List flagged messages in the msgdb.
2112
2113         * wl-score.el (wl-summary-score-update-all-lines): Use
2114         wl-summary-add-flags-internal instead of 
2115
2116         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2117
2118         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2119         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2120         (wl-message-buffer-require-all-header): Renamed from
2121         wl-message-buffer-all-header-flag (Ditto).
2122         (wl-message-buffer-flag-indicator): New variable.
2123         (wl-message-redisplay): Changed local varibale name from `flag' to
2124         `display-type'; Set up wl-message-buffer-flag-indicator.
2125         (wl-message-buffer-display): Changed varibale name from `flag' to
2126         `display-type'.
2127         (wl-message-display-internal): Likewise.
2128
2129         * wl-highlight.el (wl-highlight-demo-face): Define default background
2130         color.
2131         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2132
2133         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2134
2135         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2136         (wl-demo-setup-properties): Renamed from
2137         `wl-demo-set-background-color'.
2138         (wl-demo): Follow the change above.
2139         
2140         * Version number is increased to 2.11.24.
2141
2142 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2143
2144         * wl-summary.el (wl-summary-toggle-thread): Call
2145         `wl-summary-rescan' with disable-thread as non-nil.
2146         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2147
2148 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2149
2150         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2151         foreground property of the face.
2152         (wl-demo-insert-text): Don't set up face property here.
2153         (wl-demo): Call wl-demo-set-background-color, anyway.
2154
2155 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-vars.el (wl-demo-background-color): The value can be nil.
2158
2159 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2160
2161         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2162         to wl-summary-wheel-dispatcher.
2163
2164         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2165         wl-message-wheel-dispatcher.
2166         (wl-message-wheel-dispatcher): New function.
2167         (wl-summary-wheel-dispatcher): Ditto.
2168
2169 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * wl-action.el (wl-summary-target-mark-all): List messages which are
2172         not in the killed-list.
2173
2174         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2175         only when the folder is 'flag/important.
2176
2177         * wl-address.el (wl-complete-field-body): Complete if the last
2178         character is a space.
2179
2180 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * wl-folder.el (wl-folder-clear-entity-info): Use
2183         elmo-clear-hash-val.
2184
2185         * wl-fldmgr.el (wl-fldmgr-rename): Set
2186         wl-folder-info-alist-modified as t.
2187
2188 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2191
2192 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2195         (wl-folder-buffer-last-visited-entity-id): New buffer local
2196         variable.
2197         (wl-folder-revisit-last-visited-folder): New function.
2198         (wl-folder-mode-map): Bind it to "C-i".
2199         (wl-folder-set-current-entity-id): Set last visited folder.
2200         * wl-summary.el (wl-summary-exit): Ditto.
2201
2202 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2205         before calling `recenter' in order to cope with an XEmacs bug.
2206
2207 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2210         to the default value.
2211
2212 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2213
2214         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2215         change.
2216         (wl-summary-sync-marks): Ditto.
2217         (wl-summary-mark-as-read-internal): Ditto.
2218         (wl-summary-mark-as-answered-internal): Ditto.
2219         (wl-summary-mark-as-important-internal): Ditto.
2220         (wl-summary-reply): Ditto.
2221
2222         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2223         instead of `elmo-folder-unflag-answered'.
2224
2225         * Version number is increased to 2.11.23.
2226
2227         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2228         the last change.
2229
2230 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2231
2232         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2233         Specify "spam" or "good".
2234
2235 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-spam.el (wl-summary-exec-action-spam): Call
2238         wl-folder-confirm-existence for spam folder.
2239         (wl-spam-setup): Bind "mk".
2240
2241 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2244
2245 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2246
2247         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2248         destination folder is empty.
2249
2250 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2251
2252         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2253         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2254
2255         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2256         (wl-summary-refile-prev-destination-region): New function.
2257         (wl-thread-refile-prev-destination): Ditto.
2258         (wl-summary-target-mark-refile-prev-destination): Ditto.
2259
2260 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2261
2262         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2263         (wl-demo-background-color): Changed default value.
2264
2265         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2266         color.
2267
2268         * wl-demo.el (wl-demo-set-background-color): New function.
2269         (wl-demo): Call it.
2270
2271 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2274         * wl-address.el (wl-address-add-or-change): Don't add empty
2275         address.
2276
2277 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2278
2279         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2280
2281 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-vars.el (wl-demo-image-filter-alist): New variable
2284         (wl-demo-background-color): Ditto.
2285
2286         * wl-demo.el (wl-demo-xpm-set-background): New function.
2287         (wl-demo-image-filter): Ditto.
2288         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2289
2290         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2291
2292         * wl-demo.el (wl-demo-icon-name): Define as function.
2293         (wl-demo-insert-image): Use it.
2294
2295 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2296
2297         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2298
2299 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2300
2301         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2302
2303 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2304
2305         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2306
2307 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-thread.el (wl-thread-mark-as-answered): New function.
2310
2311         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2312         answered" entry.
2313         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2314         "r&" and wl-thread-mark-as-answered to "t&".
2315         (wl-summary-mark-as-important-region): Refine to toggle mark.
2316         (wl-summary-mark-as-answered-region): New function.
2317         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2318         and 3rd argument.
2319         (wl-summary-mark-as-important-internal): Likewise.
2320
2321 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2322
2323         * wl-template.el (wl-template-preview): New internal variable.
2324         (wl-template-preview-p): New function.
2325         (wl-template-show): Bind `wl-template-preview' as t.
2326
2327 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2330         `elmo-message-entity-field' with 3rd argument which is non-nil.
2331
2332 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2335         Removed duplicate local bind `folder'.
2336
2337 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2340
2341 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2344         duplicate definition.
2345
2346 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2347
2348         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2349         non-nil, use it; Don't fetch message if there's no message in the
2350         current cursor position.
2351
2352 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-util.el (wl-region-exists-p): Use region-active-p.
2355         (wl-deactivate-region): New function.
2356         * wl-message.el (wl-message-redisplay): Deactivate region.
2357
2358         * wl-summary.el (wl-summary-reply): Call
2359         `wl-summary-set-message-buffer-or-redisplay' instead of
2360         `wl-summary-redisplay-internal', don't move point.
2361
2362 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2365         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2366         by regexp.
2367
2368 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2371         if no need.
2372
2373 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2376         default value to nil.
2377         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2378         `wl-summary-prepare-hook'; Replace refile action to
2379         `wl-summary-exec-action-refile-with-register'.
2380
2381         * Version number is increased to 2.11.22.
2382
2383 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-summary.el (wl-summary-detect-mark-position): Set
2386         `wl-summary-buffer-weekday-name-lang'.
2387
2388 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2389
2390         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2391         (wl-summary-mark-as-read-all): Ditto.
2392         (wl-summary-delete-messages-on-buffer): Ditto.
2393         (wl-summary-sync-update): Ditto.
2394         (wl-summary-mark-as-read-internal): Ditto.
2395         (wl-summary-mark-as-answered-internal): Ditto.
2396         (wl-summary-update-folder-info): Abolished.
2397
2398 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-summary.el (wl-summary-mark-as-read-all): Use
2401         `wl-summary-update-folder-info' instead of
2402         `wl-folder-update-unread'.
2403
2404 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2405
2406         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2407         `wl-summary-folder-info-update'.
2408         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2409         instead of `wl-summary-folder-info-update'.
2410         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2411         `wl-folder-set-folder-updated'.
2412         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2413         instead of `wl-folder-update-unread'.
2414         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2415         the value of `wl-summary-buffer-unread-count' for the second parameter of
2416         `wl-folder-update-unread'.
2417
2418         * Version number is increased to 2.11.21.
2419
2420 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2421
2422         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2423         a local variable.
2424
2425 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2428         interactively.
2429
2430         * wl-summary.el (wl-summary-mark-as-important-internal): New
2431         internal function.
2432         (wl-summary-mark-as-important): Use it.
2433         (wl-summary-mark-as-unimportant): New function.
2434         (wl-summary-sync-marks): Follow the API change.
2435
2436         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2437
2438         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2439
2440 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2441
2442         * wl-folder.el (wl-folder-update-unread): Re-indent.
2443         Narrow the scope of a local variable.
2444
2445 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2448         (wl-addrmgr-merge-entries): Ditto.
2449         (wl-addrmgr): Added to address entry which exists in draft buffer
2450         if no entry is in original.
2451
2452 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2453
2454         * wl-batch.el: New file.
2455
2456 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2457
2458         * wl-vars.el (wl-use-semi): Remove unused variable.
2459
2460 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2463         "?".
2464
2465 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2468         wl-summary-new-mark.
2469         (wl-summary-new-cached-mark): New user option.
2470         (wl-summary-score-marks): Follow the change above.
2471         (wl-summary-auto-refile-skip-marks): Ditto.
2472         (wl-summary-incorporate-marks): Ditto.
2473         (wl-summary-expire-reserve-marks): Ditto.
2474
2475         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2476
2477         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2478         (wl-summary-persistent-mark-string): Distinguished between cached
2479         and uncached mark when the message is new.
2480
2481 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-spam.el (wl-spam-domain): Renamed from
2484         `wl-spam-folder-guess-domain'.
2485         (wl-summary-exec-action-spam): Register as spam if domain of the
2486         source folder is good.
2487         (wl-summary-exec-action-refile-with-register): Register message if
2488         domain of the source folder is not undecided.
2489
2490 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2493         detect thread loop.
2494
2495 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2498         and wl-summary-skip-mark-list.
2499
2500 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2503
2504         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2505
2506         * wl-spam.el (toplevel): Require wl-highlight.
2507         (wl-spam-auto-check-policy-alist): Abolish.
2508         (wl-spam-auto-check-folder-regexp-list): New user option.
2509         (wl-spam-auto-check-marks): Ditto.
2510         (wl-spam-mark-action-list): Ditto.
2511         (wl-highlight-summary-spam-face): New face.
2512         (wl-spam-auto-check-message-p): New function.
2513         (wl-spam-map-spam-messages): Fixed message.
2514         (wl-spam-register-spam-messages): Ditto.
2515         (wl-spam-register-good-messages): Ditto.
2516         (wl-summary-spam-map): Add and remove keybind.
2517         (wl-summary-target-mark-spam): Abolish.
2518         (wl-summary-refile-spam): Ditto.
2519         (wl-summary-test-spam): New function.
2520         (wl-summary-mark-spam): Ditto.
2521         (wl-summary-auto-check-spam): Follow the above change.
2522         (wl-summary-exec-action-spam): New function.
2523         (wl-summary-exec-action-refile-with-register): Fixed message.
2524         (wl-message-check-spam): New function.
2525         (wl-spam-setup): Ditto.
2526         (toplevel): Call it if this file is loaded interactivity.
2527
2528         * Version number is increased to 2.11.20.
2529
2530 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2531
2532         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2533         when new optional argument `force' is non nil or modified.
2534
2535 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl.el (toplevel): Require wl-spam when compile.
2538         (wl-save-status): Call wl-spam-save-status.
2539
2540         * wl-spam.el (wl-spam-register-spam-messages): New function.
2541         (wl-spam-register-good-messages): Ditto.
2542         (wl-spam-save-status): Ditto.
2543         (wl-summary-mode-map): Bind
2544         wl-summary-target-mark-register-as-spam to "ms" and
2545         wl-summary-target-mark-register-as-good to "mn".
2546         (wl-summary-register-as-spam): Abolish optional argument; Use
2547         wl-spam-register-spam-messages.
2548         (wl-summary-register-as-spam-all): Use
2549         wl-spam-register-spam-messages.
2550         (wl-summary-register-as-good): Abolish optional argument; Use
2551         wl-spam-register-good-messages.
2552         (wl-summary-register-as-good-all): Use
2553         wl-spam-register-good-messages.
2554         (wl-summary-target-mark-register-as-spam): New funtion.
2555         (wl-summary-target-mark-register-as-good): Ditto.
2556
2557 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * wl-spam.el: New file.
2560
2561 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2564
2565         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2566         (wl-summary-auto-refile): Call wl-refile-guess with
2567         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2568
2569 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2572         with disable-thread argument non-nil.
2573
2574 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2575
2576         * wl-summary.el (wl-summary-rescan): Added optional argument
2577         disable-thread.
2578         (wl-summary-sync): Call wl-summary-rescan with argument
2579         disable-thread.
2580         (wl-summary-input-range): Added new range `rescan-thread'.
2581
2582 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2585
2586 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2587
2588         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2589         internal variable.
2590         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2591         wl-summary-search-parent-by-subject-regexp and
2592         wl-summary-divide-thread-when-subject-changed as nil.
2593         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2594         (wl-summary-insert-thread): Search parent entity from
2595         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2596         thread loop.
2597
2598 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2601
2602         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2603
2604         * wl-util.el (wl-require-update-all-folder-p): New function.
2605         (wl-get-assoc-list-value): Added `function' to match directive.
2606         (wl-collect-draft): Rewrite.
2607
2608         * wl-summary.el (wl-summary-sync-update): Clear faces
2609         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2610         are non-nil.
2611         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2612         argument as function.
2613         (wl-summary-input-range): Ditto.
2614
2615         * wl-folder.el (wl-draft-get-folder): New function.
2616         (wl-folder-get-elmo-folder): Consider draft folder.
2617
2618         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2619         (wl-draft-buffer-message-number): New buffer local variable.
2620         (wl-draft-folder-internal): New internal variable.
2621         (wl-draft-delete): Rewrite.
2622         (wl-draft-save): Ditto.
2623         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2624         wl-folder-get-elmo-folder.
2625         (wl-draft-config-info-operation): Ditto.
2626         (wl-jump-to-draft-folder): Ditto.
2627         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2628         (wl-draft-reedit): Rewrite.
2629
2630         * Version number is increased to 2.11.19.
2631         
2632 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2633
2634         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2635         variable.
2636
2637 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2638
2639         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2640         Use ignore-errors instead of unwind-protect.
2641
2642 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2643
2644         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2645         for updating `wl-thread-entity-list'.
2646
2647 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2648
2649         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2650         parameter from calling `wl-thread-entity-get-older-brothers' and
2651         `wl-thread-entity-get-younger-brothers'.
2652         Replace nested `append' with a single one.
2653
2654 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2655
2656         * wl-summary.el (wl-summary-mode): Don't use the return value of
2657         `make-local-hook'.
2658
2659 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2660
2661         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2662         instead of `let*'.
2663         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2664         of local variables.
2665
2666 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2667
2668         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2669         Renamed from wl-summary-window-scroll-functions.
2670         (wl-summary-window-scroll-functions): Don't set to variable.
2671         (wl-summary-display-top): Use run-hooks.
2672         (wl-summary-display-bottom): Ditto.
2673         (wl-summary-toggle-disp-msg): Ditto.
2674         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2675         Use it instead of wl-summary-window-scroll-functions.
2676         (wl-summary-goto-folder-subr): Don't call
2677         wl-summary-window-scroll-functions, use
2678         wl-summary-buffer-window-scroll-functions instead.
2679
2680 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2681
2682         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2683         make-local-variable.
2684
2685 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2686
2687         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2688         set-buffer-modified-p.
2689         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2690         (wl-summary-display-bottom): Ditto.
2691         (wl-summary-toggle-disp-msg): Ditto.
2692
2693 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2694
2695         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2696
2697         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2698         (wl-summary-forward): Use elmo-message-entity-field instead of
2699         elmo-message-field.
2700
2701         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2702
2703 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-summary.el (wl-summary-window-scroll-functions): No use
2706         `append'.
2707
2708 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2711         function.
2712         (wl-summary-window-scroll-functions): Call it when both
2713         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2714         (wl-summary-temp-mark): Added optional argument number.
2715         (wl-summary-message-mark): Added optional argument flag.
2716         (wl-summary-persistent-mark): Added optional argument number and flag.
2717         (wl-summary-update-persistent-mark): Ditto.
2718         (wl-summary-update-status-marks): Set "r" for interactive spec.
2719
2720         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2721         argument number and flag.
2722
2723         * wl-action.el (wl-summary-registered-temp-mark): 
2724         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2725
2726 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2729         internal variable (buffer local).
2730         (wl-summary-window-scroll-functions): New function.
2731         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2732         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2733         as nil.
2734         (wl-summary-update-status-marks): Added arguments beg, end and
2735         check.
2736         (wl-summary-update-mark-window): Use function.
2737         (wl-summary-sync-update): Follow the change above.
2738         (wl-summary-switch-to-clone-buffer): Copy
2739         wl-summary-buffer-unsync-mark-number-list.
2740         (wl-summary-goto-folder-subr): Set
2741         wl-summary-buffer-unsync-mark-number-list and
2742         use wl-summary-window-scroll-functions instead of
2743         wl-summary-lazy-highlight.
2744
2745         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2746
2747 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2750
2751         * wl-summary.el (wl-summary-update-persistent-mark): Call
2752         wl-summary-set-message-modified.
2753
2754         * wl-summary.el (wl-summary-sync-update): Don't call
2755         wl-summary-update-status-marks.
2756
2757         * Version number is increased to 2.11.18.
2758
2759 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2760
2761         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2762         (wl-message-next-page): Ditto.
2763
2764 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2765
2766         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2767         local variable.  Change the order of a collected list into the
2768         same as the specified range.  Remove nil from a collected list.
2769
2770 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2773         argument for elmo-folder-list-messages.
2774
2775 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2778         change (wl-summary-count-unreads return a list instead of a cons
2779         cell).
2780
2781 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2782
2783         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2784         `wl-summary-folder-info-update'.
2785
2786 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-summary.el (wl-summary-set-message-modified): No use
2789         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2790         (wl-summary-set-mark-modified): Abolish.
2791         (wl-summary-mark-modified-p): Ditto.
2792         (wl-summary-save-view): Follow the change above.
2793
2794         * wl-expire.el (wl-summary-expire): Likewise.
2795
2796 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-summary.el (wl-summary-detect-mark-position): Use
2799         modb-entity-handler.
2800         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2801
2802         * Version number is increased to 2.11.17.
2803
2804 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2805
2806         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2807         entity field value.
2808         (wl-summary-prefetch-msg): Ditto.
2809         (wl-summary-print-message-with-ps-print): Ditto.
2810
2811 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2814         for dummy entity.
2815         (wl-summary-insert-thread): Use elmo-message-entity-field.
2816         (wl-summary-update-thread): Use elmo-message-entity-field and
2817         elmo-message-entity-number.
2818         (wl-summary-line-number):  Use elmo-message-entity-number.
2819         (wl-summary-line-size): Use elmo-message-entity-field.
2820         (wl-summary-line-subject): Ditto.
2821         (wl-summary-line-from): Ditto.
2822         (wl-summary-line-attached): Ditto.
2823         (wl-summary-create-line): Ditto.
2824         (wl-summary-create-line): Use elmo-message-entity-number.
2825         (wl-summary-print-message-with-ps-print): Use
2826         elmo-message-entity-field.
2827
2828 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2831         change in elmo-msgdb-make-message-entity.
2832         (wl-summary-buffer-set-folder): Don't call
2833         wl-summary-detect-mark-position here.
2834         (wl-summary-rescan): Call elmo-message-entity-number.
2835         (wl-summary-sync-update): Ditto.
2836         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2837
2838         * wl-score.el (wl-score-header-index): Redefine 2th element.
2839         (wl-score-overview-entity-get-extra): Abolish.
2840         (wl-score-ov-entity-get): Rewrite.
2841         (wl-score-string-index<, wl-score-string-func<): Abolish.
2842         (wl-score-string<): New function.
2843         (wl-score-string-sort): Use it.
2844
2845         * wl-refile.el (wl-refile-guess-by-history): Use
2846         elmo-message-entity-field.
2847         (wl-refile-guess-by-from): Ditto.
2848         (wl-refile-guess-by-msgid): Ditto.
2849
2850         * Version number is increased to 2.11.16.
2851
2852 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2853
2854         * wl-folder.el (wl-folder-confirm-existence): Don't call
2855         file-exists-p if msgdb-path is nil.
2856         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2857         `wl-read-folder-hist' to `wl-read-folder-history'.
2858
2859 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2860
2861         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2862         `y-or-n-p'.
2863
2864 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2865
2866         * wl-score.el (wl-score-headers): Don't use
2867         elmo-folder-do-each-message-entity.
2868
2869         * Version number is increased to 2.11.15.
2870
2871 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * wl-summary.el (wl-summary-delete-all-msgs): Use
2874         elmo-folder-move-messages instead of elmo-folder-delete-messages
2875         and elmo-folder-detach-messages.
2876         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2877
2878         * wl-expire.el (wl-expire-delete): Ditto.
2879         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2880
2881 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2884         (wl-message-header-narrowing-fields): Ditto.
2885         (wl-message-header-narrowing-lines): Ditto.
2886         (wl-message-header-narrowing-string): Ditto.
2887
2888         * wl-summary.el (wl-summary-mode-map): Bind
2889         wl-summary-toggle-header-narrowing to "C-cC-f".
2890         (wl-summary-toggle-header-narrowing): New function.
2891
2892         * wl-message.el (wl-message-buffer-create): Call
2893         wl-message-header-narrowing-setup.
2894         (wl-message-redisplay): Call wl-message-header-narrowing.
2895         (wl-message-header-narrowing): New function.
2896         (wl-message-header-narrowing-map): New keymap.
2897         (wl-message-header-narrowing-widen-map): New keymap.
2898         (wl-message-header-narrowing-again-at-mouse): New function.
2899         (wl-message-header-narrowing-1): Ditto.
2900         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2901         (wl-message-header-narrowing-setup): Ditto.
2902         (wl-message-header-narrowing-toggle): Ditto.
2903         
2904         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2905
2906         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2907         'flag as all.
2908         (wl-use-flag-folder-help-echo): New user option.
2909
2910         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2911         wl-summary-highlight as nil.
2912         (wl-summary-set-mark-modified): Follow the API change.
2913         (wl-summary-mark-modified-p): Ditto.
2914         (wl-summary-mark-as-read-all): Ditto.
2915         (wl-summary-sync-marks): Don't call
2916         elmo-folder-list-messages-with-global-mark.
2917         (wl-summary-mark-as-read-internal): Follow the API change.
2918         (wl-summary-mark-as-answered-internal): Ditto.
2919         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2920         Follow the API change.
2921         (wl-summary-create-line): Call with number argument.
2922         (wl-summary-reply): Follow the API change.
2923
2924         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2925         function.
2926         (wl-highlight-summary-line-string): Call it when
2927         wl-use-flag-folder-help-echo is non-nil.
2928         (wl-highlight-summary-current-line): Ditto.
2929         (elmo-flag-folder-referrer): Added autoload setting.
2930
2931         * wl-draft.el (wl-draft-kill): Follow the API change.
2932
2933         * Version number is increased to 2.11.14.
2934         
2935 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2938
2939 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2940
2941         * Version number is increased to 2.11.13.
2942
2943 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2944
2945         * wl-draft.el (wl-draft-previous-history-element): Fixed
2946         unbalanced parenthesis and bind unbound local variables.
2947
2948 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2949
2950         * wl-draft.el (wl-draft-previous-history-element): New function.
2951         (wl-draft-next-history-element): Ditto.
2952         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2953         them to M-p and M-n.
2954
2955 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2956
2957         * Version number is increased to 2.11.12.
2958
2959 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2960
2961         * wl-draft.el (wl-draft-hide): Select buffer-window.
2962
2963 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2964
2965         * wl-summary.el (wl-summary-narrow-to-region): New function.
2966         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2967         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2968         (wl-summary-save-region): Use it.
2969         * wl-action.el (wl-summary-collect-numbers-region)
2970         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2971
2972 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2973
2974         * wl-folder.el (wl-folder-count-incorporates): Don't use
2975         `elmo-msgdb-mark-load'
2976
2977         * Version number is increased to 2.11.11.
2978
2979 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2980
2981         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2982         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2983
2984 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2987
2988 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * Version number is increased to 2.11.10.
2991
2992 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2993
2994         * wl-mime.el (wl-draft-attribute-value): Fixed.
2995
2996 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2997
2998         * wl-util.el (wl-copy-local-variables): New function.
2999
3000         * wl-mime.el (wl-draft-attribute-recipients): New function.
3001         (wl-draft-attribute-envelope-from): Ditto.
3002         (wl-draft-attribute-smtp-posting-server): Ditto.
3003         (wl-draft-attribute-smtp-posting-port): Ditto.
3004         (wl-draft-attribute-value): Ditto.
3005         (wl-draft-preview-message): Use it to get value for
3006         attributes. Reflect result of `wl-draft-config'.
3007
3008         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3009         and call `wl-summary-mark-as-read' before to call
3010         `wl-summary-unset-mark'.
3011         (wl-summary-target-mark-mark-as-unread): Likewise.
3012         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3013
3014 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl-mime.el (wl-draft-preview-message): Use actual value for
3017         attributes; Fix for small window.
3018
3019 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-refile.el (wl-refile-get-field-value): Call
3022         `elmo-message-entity-field' with 3rd argument is non-nil.
3023
3024 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3025
3026         * wl-vars.el (wl-draft-preview-attributes): New user option.
3027         (wl-draft-preview-attributes-list): Ditto.
3028         (wl-draft-preview-attributes-buffer-lines): Ditto.
3029         (wl-draft-preview-attributes-buffer-name): Ditto.
3030
3031         * wl-mime.el (wl-draft-preview-message): Display attributes.
3032
3033 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * wl-summary.el (wl-summary-detect-mark-position): Bind
3036         wl-summary-flag-priority-list to '(new).
3037
3038 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3041         funtion.
3042         (wl-highlight-summary-line-string): Use it.
3043         (wl-highlight-summary-current-line): Ditto.
3044
3045 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3048         line even when the mark string is not changed.
3049
3050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3051         argument change in the wl-summary-create-line.
3052         (wl-thread-insert-entity-sub): Ditto.
3053
3054         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3055         argument change in the wl-summary-create-line.
3056         (wl-summary-insert-sequential): Ditto.
3057         (wl-summary-update-thread): Ditto.
3058         (wl-summary-persistent-mark-string): New inline function.
3059         (wl-summary-message-mark): Use it.
3060         (wl-summary-create-line): Abolish argument wl-persistent-mark
3061         and added wl-flags, wl-cached.
3062
3063         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3064         mark to flags.
3065         (wl-highlight-summary-current-line): Decide the face not by the 
3066         persistent mark but flags.
3067
3068 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3071         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3072         wl-summary-read-uncached-mark): Revive.
3073         (wl-summary-answered-cached-mark,
3074         wl-summary-answered-uncached-mark): New user option.
3075         (wl-summary-score-marks): Follow the change above.
3076         (wl-summary-auto-refile-skip-marks): Ditto.
3077         (wl-summary-incorporate-marks): Ditto.
3078         (wl-summary-expire-reserve-marks): Ditto.
3079         (wl-summary-flag-priority-list): New user option.
3080
3081         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3082         changes.
3083         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3084         of elmo-message-mark.
3085         (wl-summary-mark-as-read-internal): Ditto.
3086         (wl-summary-mark-as-answered): Ditto.
3087         (wl-summary-mark-as-important): Ditto.
3088         (wl-summary-redisplay-internal): Ditto.
3089         (wl-summary-redisplay-no-mime-internal): Ditto.
3090         (wl-summary-message-mark): New function.
3091         (wl-summary-insert-sequential): Use wl-summary-message-mark
3092         instead of elmo-message-mark.
3093         (wl-summary-update-thread): Ditto.
3094         (wl-summary-persistent-mark): Ditto.
3095         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3096         instead of elmo-message-mark.
3097
3098         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3099         wl-summary-message-mark instead of elmo-message-mark.
3100         (wl-thread-insert-entity-sub): Ditto.
3101         (wl-thread-get-children-msgs-uncached): Ditto.
3102
3103         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3104         variable name changes.
3105         (wl-highlight-summary-current-line): Ditto.
3106
3107         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3108         wl-summary-message-mark instead of elmo-message-mark.
3109
3110         * wl-expire.el (wl-expire-message-p): Ditto.
3111
3112         * wl-score.el (wl-score-headers): Ditto.
3113
3114         * Version number is increased to 2.11.9.
3115
3116         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3117         (wl-summary-sync-update): Follow the change above.
3118         (wl-summary-switch-to-clone-buffer): Ditto.
3119         (wl-summary-open-folder): Ditto.
3120
3121 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122
3123         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3124         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3125
3126         * Version number is increased to 2.11.8.
3127
3128         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3129
3130         * wl-expire.el (wl-expire-refile): Follow the API change on
3131         `elmo-folder-move-messages'.
3132         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3133
3134         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3135         (wl-summary-exec-action-refile): Ditto.
3136         (wl-summary-exec-action-copy): Ditto.
3137         (wl-summary-no-auto-refile-message-p): No use
3138         `wl-summary-buffer-msgdb'.
3139         (wl-summary-auto-refile): Ditto.
3140
3141 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3142
3143         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3144
3145 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-summary.el (wl-summary-sync): Treat no-sync.
3148
3149         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3150         (wl-default-sync-range): Ditto.
3151
3152 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl-refile.el (wl-refile-subject-learn): Call
3155         `elmo-message-entity-field' with 3rd argument is non-nil.
3156         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3157         instead of `elmo-msgdb-overview-entity-get-subject'.
3158
3159 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3162         scan-type is rescan.
3163         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3164         new optional argument force is non-nil.
3165         (wl-summary-save-view-cache): Call it with force argument non-nil.
3166
3167         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3168
3169 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3170
3171         * wl-action.el (wl-summary-print-argument): Fixed last change.
3172
3173 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3176         simplified.
3177         (wl-summary-target-mark-mark-as-unread): Likewise.
3178         (wl-summary-target-mark-mark-as-important): Likewise.
3179
3180 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3181
3182         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3183         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3184         (wl-summary-mark-as-important-region): Change accordingly.
3185         (wl-summary-target-mark-mark-as-important): Ditto.
3186
3187 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3188
3189         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3190
3191         * wl-action.el (wl-summary-print-argument): Print argument to
3192         right side of window if `wl-summary-print-argument-within-window'
3193         is non-nil.
3194
3195 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-action.el (wl-summary-set-mark): Use
3198         `wl-summary-message-visible-p' to check visibility of the message
3199         and jump to message only when the message line is visible and have
3200         different number; Call wl-summary-unset-mark with number argument.
3201         (wl-summary-unset-mark): 
3202         Use `wl-summary-message-visible-p'
3203         to check visibility of the message and jump to message only when
3204         the message line is visible and have different number;
3205
3206 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3207
3208         * Version number is increased to 2.11.7.
3209
3210         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3211         and wl-folder-summary-line-format.
3212
3213         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3214         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3215         (wl-summary-set-score-mark): Use it.
3216         (wl-summary-target-mark-mark-as-read): Ditto.
3217         (wl-summary-target-mark-mark-as-unread): Ditto.
3218         (wl-summary-target-mark-mark-as-important): Ditto.
3219         (wl-summary-target-mark-msgs): Simplified.
3220         (wl-summary-detect-mark-position): Fixed problem when
3221         summary-line-format no contain persisten/temp mark spec.
3222         (wl-summary-temp-mark): Ditto.
3223         (wl-summary-persistent-mark): Ditto.
3224         (wl-summary-update-persistent-mark): Ditto.
3225
3226         * wl-action.el (wl-summary-set-mark): Ditto.
3227         (wl-summary-unset-mark): Ditto.
3228         All other related portions are changed.
3229
3230 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * Version number is increased to 2.11.6.
3233
3234 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-util.el (wl-current-message-buffer): Define as function;
3237         Don't use the value of wl-messge-buffer.
3238
3239         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3240         persistent mark.
3241
3242         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3243         no current message, cause an error.
3244
3245 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-summary.el (wl-summary-set-message-modified): Use
3248         elmo-folder-set-message-modified instead of
3249         elmo-folder-set-message-modified-internal.
3250
3251 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3254         interactively.
3255         (wl-summary-sync): nokill->entirely.
3256         (wl-summary-sync-marks): Fixed message.
3257         (wl-summary-input-range): Added mark, nokill->entirely.
3258
3259         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3260         messages as read.
3261
3262 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3265         update-noscore.
3266         (wl-summary-sync): Follow the change above.
3267
3268 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3269
3270         * wl-action.el (wl-summary-target-mark-all): Use
3271         elmo-folder-list-messages.
3272
3273 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3274
3275         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3276         (wl-summary-rescan): Set wl-summary-scored as nil.
3277         (wl-summary-sync-force-update): Follow the change above.
3278         (wl-summary-sync): Ditto.
3279         (wl-summary-sync-update): Added argument disable-killed.
3280         (wl-summary-insert-headers): Set visible-only argument for
3281         elmo-folder-list-messages.
3282         (wl-summary-input-range): Added update-nokill, update-noscore,
3283         all-nokill, all-noscore and mark.
3284
3285         * Version number is increased to 2.11.5.
3286
3287         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3288
3289 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3290
3291         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3292         (wl-summary-prefetch-region-no-mark): Change accordingly.
3293         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3294
3295 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3296
3297         * wl-address.el (wl-complete-field-to): Abolished.
3298         (wl-complete-address): Completion function for completing-read.
3299         * wl-action.el (wl-summary-get-resend-address): Use it.
3300
3301         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3302         wl-summary-update-mark and abolish unused argument.
3303         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3304         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3305         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3306         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3307         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3308         * wl-draft.el (wl-draft-kill): Ditto.
3309
3310         * wl-summary.el: Remove unused binding of case-fold-search.
3311         (wl-summary-replace-status-marks): Abolished.
3312
3313 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3314
3315         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3316         is specified or folder length is zero.
3317
3318 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3321         (wl-folder-archive-current-entity): Ditto.
3322
3323 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3324
3325         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3326         retrieving message mark.
3327         (wl-summary-redisplay-internal): Ditto.
3328
3329         * wl-message.el (wl-message-buffer-display): Ignore errors while
3330         retrieving message-id field.
3331
3332         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3333         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3334         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3335         order of the arguments for `wl-expire-message-p'.
3336         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3337
3338         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3339         Check return value of wl-summary-reply.
3340         (wl-summary-reply): Recover window configuration when an error occured.
3341
3342 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3343
3344         * wl-summary.el (wl-summary-resend-message): Abolished, the
3345         feature is inherited by wl-summary-resend (put resend mark).
3346
3347 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348
3349         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3350         wl-message-buffer to nil when the message is hide.
3351
3352 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3353
3354         * .cvsignore: New file.
3355
3356 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3357
3358         * wl-action.el (wl-summary-action-docstring): Add more info.
3359         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3360         duplicate definition.
3361         (wl-summary-define-mark-action): Functions wl-summary-*-region
3362         keep current position.
3363         (wl-summary-unregister-target-mark): Store result to the variable.
3364
3365 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * Version number is increased to 2.11.4.
3368
3369 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3372         wl-summary-delete-all-temp-marks.
3373         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3374
3375         * wl-action.el (wl-summary-set-mark): Changed terminology
3376         refile-destination -> action-argument.
3377         (wl-summary-unset-mark): Ditto.
3378         (wl-summary-remove-argument): Ditto.
3379         (wl-summary-print-argument): Ditto.
3380
3381         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3382         (wl-thread-remove-argument-region): Ditto.
3383         (wl-thread-print-argument-region): Ditto.
3384         (wl-thread-close): Ditto.
3385         (wl-thread-open): Ditto.
3386
3387         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3388         (wl-highlight-refile-destination-face is abolished)
3389         (wl-highlight-action-argument-string): Ditto.
3390         (wl-highlight-summary-current-line): Highlight action argument.
3391
3392         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3393         color for light backgrounds.
3394         (wl-highlight-summary-answered-face): Ditto.
3395
3396 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3399
3400         * wl-score.el (wl-summary-score-update-all-lines): Use
3401         wl-summary-set-mark.
3402         (wl-summary-score-update-all-lines): Kill expunged messages.
3403
3404         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3405
3406 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3407
3408         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3409         directly.
3410         (wl-score-overview-entity-get-lines): Ditto.
3411         (wl-score-overview-entity-get-xref): Ditto.
3412         (wl-score-get-latest-msgs): Ditto.
3413         (wl-summary-rescore): Ditto.
3414
3415         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3416         to "&".
3417         (wl-summary-mark-as-answered-internal): New inline function.
3418         (wl-summary-mark-as-answered): New function.
3419         (wl-summary-mark-as-unanswered): Ditto.
3420         (wl-summary-sync-marks): Modified for answered-mark synching.
3421
3422 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * wl-action.el (wl-summary-set-mark): Fixed last change.
3425
3426 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3427
3428         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3429         behavior of wl-summary-unread-message-hook
3430         (Pointed out by akira yamada <akira@arika.org>).
3431
3432 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3435         wl-summary-delete.
3436         * wl-xmas.el (wl-summary-toolbar): Ditto.
3437
3438         * wl-action.el (wl-summary-set-mark): Don't override current
3439         temp-mark.
3440
3441         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3442
3443 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3446         (wl-refile-msgid-learn): Ditto.
3447         (wl-refile-get-field-value): Ditto.
3448
3449         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3450
3451         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3452         (wl-expire-delete-reserved-messages): Renamed from
3453         wl-expire-reserve-marked-msgs-from-list.
3454         (wl-expire-delete): Removed argument `msgdb'.
3455         (wl-expire-refile): Ditto.
3456         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3457         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3458         mark-alist as argument.
3459         (wl-expire-archive-number1): Removed argument `msgdb'.
3460         (wl-expire-archive-number2): Ditto.
3461         (wl-expire-archive-date): Ditto.
3462         (wl-expire-localdir-date): Ditto.
3463         (wl-expire-hide): Ditto.
3464         (wl-archive-number1): Ditto.
3465         (wl-archive-number2): Ditto.
3466         (wl-archive-date): Ditto.
3467         (wl-archive-folder): Ditto.
3468         All other related portions are changed.
3469
3470 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3471
3472         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3473         mean move up and down. (suggested by Takashi Kawachi)
3474
3475 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-acap.el (toplevel): Don't require un-define.
3478
3479 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-thread.el (wl-thread-delete-message): Always update
3482         wl-summary-buffer-number-list.
3483
3484         * wl-action.el (wl-summary-print-destination): 
3485         Do nothing when folder is nil.
3486
3487 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3490         persistent mark when prefetch is succeeded.
3491
3492 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3495         instead of elmo-msgdb-delete-msgs.
3496         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3497         (wl-expire-hide): Ditto.
3498
3499         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3500
3501         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3502         elmo-msgdb interface.
3503         (wl-thread-get-exist-children): Likewise.
3504         (wl-thread-insert-message): Likewise.
3505         (wl-thread-msg-mark-as-important): Likewise.
3506         (wl-thread-insert-entity-sub): Likewise.
3507         (wl-thread-get-children-msgs-uncached): Likewise.
3508
3509         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3510         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3511         (wl-summary-sync-update): Likewise.
3512         (wl-summary-auto-select-msg-p): Likewise.
3513         (wl-summary-update-thread): Likewise.
3514         (wl-summary-mark-as-important): Likewise.
3515         (wl-summary-jump-to-msg-internal): Likewise.
3516         (wl-summary-redisplay-internal): Likewise.
3517         (wl-summary-print-message-with-ps-print): Likewise.
3518         (wl-summary-folder-info-update): Likewise.
3519
3520         * wl-folder.el (wl-folder-check-one-entity):
3521         elmo-folder-count-flags instead of wl-summary-count-unread.
3522
3523         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3524
3525         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3526
3527         * wl-summary.el (wl-summary-set-message-modified): 
3528         Call wl-summary-set-mark-modified.
3529         (wl-summary-delete-messages-on-buffer): Call
3530         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3531         (wl-summary-sync-update): Call elmo-folder-length instead of
3532         elmo-folder-messages.
3533         (wl-summary-insert-headers): Don't call
3534         elmo-folder-list-message-entities.
3535
3536 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3537
3538         * wl-action.el (wl-summary-define-mark-action): Call
3539         `wl-summary-set-mark' with argument `data'.
3540         (wl-summary-auto-refile): Fixed order of arguments when call
3541         `wl-summary-refile'.
3542
3543 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3546
3547         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3548
3549         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3550         (Renamed from wl-highlight-summary-deleted-face).
3551         (wl-highlight-summary-resend-face): New face.
3552
3553         (wl-highlight-summary-deleted-face): Renamed from
3554         wl-highlight-summary-erased-face.
3555
3556         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3557
3558         * wl-action.el (wl-summary-get-resend-address): New function.
3559         (wl-summary-exec-action-resend): Ditto.
3560         (wl-summary-exec-action-resend-subr): Ditto.
3561
3562         * w-thread.el (wl-thread-copy): Removed definition.
3563         (wl-thread-refile): Ditto.
3564         (wl-thread-delete): Ditto.
3565         (wl-thread-target-mark): Ditto.
3566
3567         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3568         (wl-summary-target-mark-set-action): Fixed.
3569         (wl-summary-define-mark-action): Fixed quotation.
3570         (wl-summary-move-mark-list-messages): Display message.
3571         (wl-summary-define-mark-action): Define thread functions.
3572         (wl-summary-exec-action-refile): Changed message.
3573         (wl-summary-exec): Ditto.
3574
3575 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3576         
3577         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3578         '%%'.
3579
3580 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3581
3582         * wl.el (toplevel): Require wl-action.
3583         (wl-init): Call wl-summary-define-mark-action.
3584
3585         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3586
3587         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3588         wl-summary-delete and wl-summary-erase.
3589         (wl-summary-mode-map): Ditto.
3590
3591         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3592         wl-delete-folder-alist.
3593
3594         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3595         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3596         (toplevel): Moved mark & action related functions to the wl-action.el.
3597
3598         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3599         in wl-summary-mark-action-list.
3600         (wl-highlight-summary-current-line): Ditto.
3601
3602         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3603         empty lines.
3604
3605         * wl-action.el: New file. 
3606
3607 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-summary.el (wl-summary-target-mark-replace): New function.
3610         (wl-summary-target-mark-prefetch): Use it.
3611         (wl-summary-target-mark-delete): Ditto.
3612         (toplevel): Rearranged definition order.
3613         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3614         (wl-summary-target-mark-erase): Rewrite.
3615         (wl-summary-erase-region): New function.
3616         (wl-summary-exec-action-erase): Changed message.
3617         (wl-summary-move-mark-list-messages): New function.
3618         (wl-summary-exec-action-delete): Use it.
3619         (wl-summary-exec-action-erase): Ditto.
3620
3621         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3622         (wl-summary-skip-mark-list): Added "d".
3623
3624         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3625         while searching.
3626
3627         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3628         and define using defcustom;
3629         Define 4th element as a face.
3630         
3631         * wl-summary.el (wl-summary-incorporate): Use 
3632         `wl-summary-prefetch-region-no-mark' instead of
3633         `wl-summary-prefetch-region'.
3634         (wl-summary-prefetch-region-no-mark): Revival of old
3635         `wl-summary-prefetch-region'.
3636         (wl-summary-mark-action-list): Moved to wl-vars.el
3637
3638         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3639         face according to the `wl-summary-mark-action-list'.
3640         (wl-highlight-summary-current-line): Ditto;
3641         Removed destination highlighting.
3642
3643         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3644         (wl-highlight-summary-line-string): Highlight for "i" mark.
3645         (wl-highlight-summary-current-line): Ditto.
3646
3647         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3648         no destination.
3649
3650         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3651         exists, just go ahead.
3652         (wl-summary-prefetch-region): Rewrite.
3653         (wl-summary-prefetch): Ditto.
3654         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3655         (wl-summary-exec-action-prefetch): New function.
3656         (wl-summary-target-mark-prefetch): Rewrite.
3657
3658 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3659
3660         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3661         (wl-highlight-summary-line-string): Added "d" and "D".
3662         (wl-highlight-summary-current-line): Ditto.
3663
3664         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3665         in wl-summary.el.
3666         (wl-thread-insert-entity-sub): Ditto.
3667         (wl-thread-remove-destination-region): Ditto.
3668         (wl-thread-print-destination-region): Ditto.
3669
3670         * wl-summary.el (wl-summary-buffer-refile-list,
3671         wl-summary-buffer-delete-list,
3672         wl-summary-buffer-copy-list): Abolish.
3673         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3674         All other related portions are changed.
3675         (wl-summary-mark-action-list): New variable.
3676         (wl-summary-set-mark): New function.
3677         (wl-summary-register-target-mark): Ditto.
3678         (wl-summary-unregister-target-mark): Ditto.
3679         (wl-summary-have-target-mark-p): Ditto.
3680         (wl-summary-register-temp-mark): Ditto.
3681         (wl-summary-unregister-temp-mark): Ditto.
3682         (wl-summary-registered-temp-mark): Ditto.
3683         (wl-summary-collect-temp-mark): Ditto.
3684         (wl-summary-unset-mark): Ditto.
3685         (wl-summary-set-target-mark): Ditto.
3686         (wl-summary-unset-target-mark): Ditto.
3687         (wl-summary-set-action-generic): Ditto.
3688         (wl-summary-unset-action-generic): Ditto.
3689         (wl-summary-exec-action-delete): Ditto.
3690         (wl-summary-exec-action-erase): Ditto.
3691         (wl-summary-set-action-refile): Ditto.
3692         (wl-summary-set-action-refile-subr): Ditto.
3693         (wl-summary-unset-action-refile): Ditto.
3694         (wl-summary-make-destination-numbers-list): Ditto.
3695         (wl-summary-exec-action-refile): Ditto.
3696         (wl-summary-set-action-copy): Ditto.
3697         (wl-summary-unset-action-copy): Ditto.
3698         (wl-summary-exec-action-copy): Ditto.
3699         (wl-summary-collect-numbers-region): Ditto.
3700         (wl-summary-delete): Rewrite.
3701         (wl-summary-erase): Ditto.
3702         (wl-summary-remove-destination): Ditto.
3703         (wl-summary-exec): Ditto.
3704         (wl-summary-exec-region): Ditto.
3705         (wl-summary-target-mark-erase): Ditto.
3706         (wl-summary-refile): Ditto.
3707         (wl-summary-copy): Ditto.
3708         (wl-summary-unmark): Ditto.
3709         (wl-summary-delete-all-mark): Ditto.
3710         (wl-summary-mark-line): Don't highlight.
3711         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3712         (wl-summary-target-mark-refile-subr): Rewrite.
3713
3714         (wl-summary-copy-prev-destination): Abolish.
3715
3716 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3717
3718         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3719         default values along the value of wl-on-mule.
3720         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3721         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3722         It is not used anywhere.
3723
3724 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3725
3726         * wl-summary.el (wl-summary-print-destination): Keep position.
3727         (wl-summary-cursor-move-surface): Keep horizontal position.
3728
3729 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3730
3731         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3732         write sendlog.
3733
3734 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3735
3736         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3737         `wl-summary-highlight'.
3738
3739 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3740
3741         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3742         trivial condition for temp-mark.
3743
3744 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3745
3746         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3747         when it hits killed buffer.
3748
3749 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3750
3751         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3752         * wl-news.el.in: `message' and `error' take format string.
3753
3754 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3755
3756         * wl-folder (wl-folder-insert-entity): Display a message,
3757         `...done', when the work finish.
3758         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3759
3760 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3761
3762         * wl-message.el (wl-message-redisplay): Remove unused local
3763         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3764
3765 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3766
3767         * wl-summary.el (wl-summary-replace-status-marks): Disable
3768         interactive use.
3769         (wl-summary-reedit): Check message existence at first.
3770         (wl-summary-mark-line): Fix doc, return value is indefinite.
3771
3772         * wl-highlight.el (wl-highlight-message): Arranged.
3773
3774         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3775         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3776         check temp-mark by wl-summary-temp-mark always.
3777         (wl-highlight-summary): Change accordingly.
3778         * wl-summary.el (wl-summary-mark-as-read-all)
3779         (wl-summary-delete-cache, wl-summary-set-score-mark)
3780         (wl-summary-mark-as-unread, wl-summary-unmark)
3781         (wl-summary-mark-line, wl-summary-mark-as-read)
3782         (wl-summary-mark-as-important): Ditto.
3783
3784         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3785         end of the window if possible.
3786         * wl-summary.el (wl-summary-sync-update): Support lazy
3787         highlighting.
3788         (wl-summary-toggle-disp-msg): Ditto.
3789
3790 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3791
3792         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3793
3794 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3795
3796         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3797         change.
3798
3799 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3802         API.
3803         (wl-summary-sync-update): Ditto.
3804
3805         * wl-score.el (wl-score-get-score-alist): Changed argument.
3806         (wl-summary-rescore-msgs): Likewise.
3807         (wl-summary-score-headers): Likewise.
3808         (wl-score-headers): Likewise;
3809         Use elmo-folder-do-each-message-entity, etc.
3810         (wl-summary-score-effect): Follow the changes above.
3811         (wl-summary-rescore): Ditto.
3812         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3813         (wl-score-get-overview): Abolish.
3814
3815         * wl-summary.el (wl-summary-default-from): Follow the API change in
3816         elmo-msgdb.
3817         (wl-summary-count-unread): Ditto.
3818         (wl-summary-detect-mark-position): Ditto.
3819         (wl-summary-overview-entity-compare-by-date): Ditto.
3820         (wl-summary-overview-entity-compare-by-number): Ditto.
3821         (wl-summary-overview-entity-compare-by-from): Ditto.
3822         (wl-summary-overview-entity-compare-by-subject): Ditto.
3823         (wl-summary-get-list-info): Ditto.
3824         (wl-summary-rescan): Ditto.
3825         (wl-summary-jump-to-msg-by-message-id): Ditto.
3826         (wl-summary-sync-update): Ditto; Removed comment.
3827         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3828         (wl-summary-insert-message): Use wl-summary-insert
3829         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3830         (wl-summary-insert-headers): Changed argument overview to folder.
3831         (wl-summary-search-by-subject): Likewise.
3832         (wl-summary-insert-thread): Renamed from 
3833         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3834
3835         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3836         too.
3837
3838         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3839         wl-string-member.
3840
3841 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3844         elmo-folder-append-buffer.
3845         (wl-draft-queue-append): Likewise.
3846
3847         * wl-mime.el (wl-message-delete-current-part): Ditto.
3848         (wl-summary-burst-subr): Ditto.
3849
3850         * wl-news.el.in (wl-news-send-news): Ditto.
3851
3852 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3855         function.
3856         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3857         (wl-summary-update-mark): Enclose with save-excursion.
3858         (wl-summary-mark-as-read-internal): Fixed last change.
3859         (wl-summary-mark-as-important): Use 3rd argument of
3860         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3861         Don't use elmo-msgdb-set-mark.
3862         (wl-summary-redisplay-internal): If msgdb flag is already read,
3863         just update the mark on buffer.
3864
3865 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3868         cut visible folder when elmo-folder-delete returns non-nil value.
3869
3870 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3871
3872         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3873         by Kenichi OKADA <okada@opaopa.org>).
3874
3875 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3876
3877         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3878
3879 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3880
3881         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3882         Fixed the last change, search group entity by its real name.
3883         (Thanks to: KOBAYASHI Shinji)
3884
3885 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3886
3887         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3888         (wl-fldmgr-access-display-all): Don't refer visible name.
3889         * wl-expire.el (wl-folder-archive-current-entity)
3890         (wl-folder-expire-current-entity): Ditto.
3891         * wl-folder.el (wl-folder-jump-to-current-entity)
3892         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3893         (wl-folder-open-folder-sub,wl-folder-open-all)
3894         (wl-folder-write-current-folder): Ditto.
3895         (wl-folder-insert-entity): Don't use petname for normal group.
3896         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3897         is the real name.
3898         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3899         Abolished.
3900
3901 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3902
3903         * wl-draft.el (wl-draft-create-buffer): Add
3904         `wl-summary-reply-with-citation'
3905
3906 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3907
3908         * wl-draft.el (wl-draft-reply): Fixed.
3909
3910 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3913         when `wl-draft-send-confirm-with-preview' is non-nil.
3914         You can scroll up/down by j/k.
3915         (wl-draft-send-confirm-with-preview): New variable (default=t).
3916
3917 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3920         (wl-fldmgr-save-folders): Fix comment.
3921
3922 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3925         along the last change in `wl-folder-buffer-group-p'.
3926
3927 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3930         folder.
3931
3932         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3933         the default value.
3934
3935         * wl-mime.el (wl-summary-burst): Update summary only when target
3936         folder equals current folder.
3937
3938 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3941
3942 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3945         value.
3946
3947 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3950         `map-extents' instead of `extent-at' repeatedly.
3951         (wl-highlight-folder-current-line): Ditto.
3952
3953         * wl-highlight.el: Remove useless dummy functions.
3954
3955 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3958         (wl-folder-put-folder-property): New function to put text property.
3959         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3960         (wl-folder-insert-entity, wl-folder-update-diff-line)
3961         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3962         * wl-e21.el, wl-xmas.el, wl-mule.el
3963         (wl-highlight-folder-current-line): Ditto.
3964         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3965         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3966         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3967         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3968
3969 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * Version number is increased to 2.11.3.
3972
3973 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3976         Resume current-buffer since it is assumed by remaining tasks.
3977
3978 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3979
3980         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3981         (wl-folder-completion-function): Abolished.
3982         (wl-folder-complete-folder): New function.
3983         (wl-folder-complete-filter-condition): Ditto.
3984         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3985         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3986
3987 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-draft.el (wl-draft-send-confirm): New function.
3990         (wl-draft-send): Use it.
3991
3992         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3993         cursor-in-echo-area while confirming.
3994
3995         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3996
3997         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3998         searching via nntp if wl-summary-search-via-nntp is 'force.
3999         Otherwise, invoke searching in nntp folder only.
4000         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4001
4002         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4003         explicitly for mime-make-text-tag.
4004
4005 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4006
4007         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4008         `mime-make-text-tag' instead of `mime-create-tag'.
4009
4010 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4013         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4014
4015 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4016
4017         * wl-score.el (wl-score-save): Bind print-length and print-level.
4018         (wl-score-pretty-print): Ditto.
4019         (wl-score-edit-insert-header-entry): Ditto.
4020
4021         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4022         "From" entry to be treated with wl-draft-eword-encode-address-list.
4023         * wl-mime.el (wl-draft-preview-message): Ditto.
4024
4025         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4026         (wl-summary-mark-as-unread): Ditto.
4027         (wl-summary-mark-as-read-region): Change accordingly.
4028         (wl-summary-mark-as-unread-region): Ditto.
4029         (wl-summary-target-mark-mark-as-read): Ditto.
4030         (wl-summary-target-mark-mark-as-unread): Ditto.
4031
4032 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * Version number is increased to 2.11.2.
4035
4036 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-news.el.in (wl-news-previous-version-save): Bind
4039         print-length and print-level.
4040         * wl-thread.el (wl-thread-save-entities): Ditto.
4041         (wl-thread-save-top-list): Bind print-length.
4042
4043 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4044
4045         * wl-highlight.el (wl-highlight-summary-line-string): Use
4046         wl-summary-score-below-mark, wl-summary-score-over-mark.
4047         (wl-highlight-summary-current-line): Ditto.
4048
4049 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4052         insert it.
4053
4054 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4055
4056         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4057
4058 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4061         message without msgid.
4062         Rewrite with elmo-folder-move-messages.
4063         Set wl-message-buffer to nil.
4064
4065         * wl-summary.el (wl-summary-erase-subr): New function. Use
4066         elmo-folder-move-messages.
4067         (wl-summary-erase): Call it.
4068         (wl-summary-target-mark-erase): Ditto.
4069
4070 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4073         it is not up-tp-date.
4074
4075 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4078         buffer after calling `wl-summary-goto-folder-subr' without the
4079         argument `interactive'.
4080         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4081
4082 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4083
4084         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4085         `mime-create-tag'. Use `string=' instead of `looking-at'.
4086
4087 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4088
4089         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4090         to avoid compile warning.
4091
4092         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4093         entity-id when folder is given.
4094         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4095         save-excursion, use save-selected-window instead.
4096         Select folder buffer window if exists.
4097         (To correct behavior with wl-folder-move-cur-folder.)
4098
4099 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4100
4101         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4102
4103 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4104
4105         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4106         list-count instead of %d.
4107
4108 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4111         (wl-news): Set it.
4112         (wl-news-append-to-folder): Use it.
4113
4114         * wl-news.el.in (wl-news-send-news): Append to specified folder
4115         instead of wl-default-folder.
4116         (wl-news-append-to-folder): Show error message with specified folder.
4117
4118         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4119                 In most major modes, Emacs assumes that any opening
4120                 delimiter found at the left margin is the start of a
4121                 top-level definition, or defun. Therefore, *never put an
4122                 opening delimiter at the left margin unless it should have
4123                 that significance.*
4124
4125         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4126
4127 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4128
4129         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4130
4131 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4132
4133         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4134
4135 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4136
4137         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4138         for sequential numbering case.
4139
4140 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4143         value.
4144         (wl-draft-reply-without-argument-list): Ditto.
4145         (wl-draft-reply-myself-with-argument-list): Abolish.
4146         (wl-draft-reply-myself-without-argument-list): Ditto.
4147         * wl-draft.el (wl-draft-self-reply-p): New function.
4148         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4149
4150 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4151
4152         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4153         (avoid error for the case without byte-compiling)
4154
4155 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-news.el.in (wl-news-append-to-folder): New function.
4158         (wl-news-exit): Rewrite.
4159         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4160
4161 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4162
4163         * wl-draft.el (wl-draft-reply-position): New function.
4164         (wl-draft-reply-position): Fix.
4165         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4166         (wl-summary-target-mark-reply-with-citation): Ditto.
4167         (wl-summary-reply-with-citation): Ditto.
4168         * wl-vars.el (wl-draft-reply-default-position): New variable.
4169
4170 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4171
4172         * wl-draft.el (wl-draft-send): Preview when interactive send.
4173
4174 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4175
4176         * wl-draft.el (wl-draft-reply): Set default position.
4177         * wl-summary.el (wl-summary-reply): Ditto.
4178         (wl-summary-reply-with-citation): Ditto.
4179         (wl-summary-target-mark-reply-with-citation): Ditto.
4180
4181 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * wl-news.el.in (wl-news-lang): Set default value according to
4184         current-language-environment.
4185         (wl-news-append-news): Do nothing when news-list is nil.
4186
4187 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4188
4189         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4190         (wl-news): Change message.
4191         (wl-news-exit): Check buffer.
4192         (wl-news-force-exit): New function.
4193         (wl-news-show-all): New function.
4194         (wl-news-discard-and-exit): Fix.
4195
4196 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4197
4198         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4199         according to current-language-environment.
4200
4201         * wl-news.el.in (wl-news): If arg, show all NEWS after
4202         wl-news-default-previous-version.
4203
4204 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4205
4206         * wl-news.el.in (wl-news-check): Rewritten.
4207         (wl-news-previous-version-load): Change data type.
4208         (wl-news-previous-version-save): Change data type.
4209         (wl-news-append-news): Add return value.
4210         (wl-news-check-news): New function.
4211         (wl-news-already-current-p): New function.
4212         (wl-news-send-news): Rewritten.
4213         (wl-news-mode-map): Add new keybind.
4214         (wl-news): Rewritten.
4215         (wl-news-exit): Rewritten.
4216         (wl-news-discard-and-mail): New function.
4217         (wl-news-send-to-address): Abolished.
4218         * wl.el (wl-init): Delete a message.
4219
4220 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4221
4222         * wl-news.el.in (wl-news-exit): Update previous version.
4223         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4224
4225 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4226
4227         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4228
4229 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-news.el.in (wl-news): New function.
4232         (wl-news-mode): New function.
4233         (wl-news-next-line): New function.
4234         (wl-news-next-page): New function.
4235         (wl-news-exit): New function.
4236         (wl-news-buf-name): New variable.
4237         (wl-news-mode-map): New variable.
4238         (wl-news-winconf): New variable.
4239         (wl-news-append-news): Add an option.
4240
4241 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4242
4243         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4244
4245 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4246
4247         * wl-news.el.in (wl-news-send-to-address): New variable.
4248         (wl-news-send-news): Use it.
4249         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4250         Return updating status.
4251         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4252
4253 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4254
4255         * wl-news.el.in (wl-news-send-news): Delete
4256         Organization and X-Face.
4257
4258 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4261         (wl-news-append-news): New function.
4262         (wl-news-send-news): New function.
4263
4264 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4265
4266         * Version number is increased to 2.11.1.
4267
4268 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4269
4270         * wl-news.el.in : New file.
4271
4272 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4273
4274         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4275         default value.
4276         (wl-draft-reply-without-argument-list): Ditto.
4277
4278 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4279
4280         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4281         (wl-message-buffer-prefetch-idle-time): Ditto.
4282         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4283
4284 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-thread.el (wl-thread-insert-message): Use
4287         wl-summary-max-thread-depth.
4288
4289         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4290         loop detection.
4291
4292         * wl-message.el (wl-message-buffer-display): Back to the first page
4293         when cache is hit.
4294
4295 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4298
4299         * wl-summary.el (wl-summary-insert-thread-entity):
4300         If the thread depth is reached to wl-summary-max-thread-depth,
4301         divide the thread.
4302
4303 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4304
4305         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4306         for elmo-remove-passwd.
4307
4308 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4311         folder is sticky.
4312         (wl-folder-mark-as-read-all-entity): Ditto.
4313         (wl-folder-prefetch-entity): Ditto.
4314
4315 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4316
4317         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4318
4319 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4322         Delete messages on buffer for unplugged operation.
4323         (wl-summary-erase): Ditto.
4324
4325 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4328         take nil so as not to search parent by subject.
4329
4330 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331
4332         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4333         (wl-folder-get-next-folder): Ditto.
4334         (wl-folder-get-path): Ditto.
4335
4336 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4339         system and encode the region with it before verifying.
4340
4341 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4344         system of the echo buffer before decoding.
4345
4346 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4349         original contents.
4350
4351 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4354         with argument 'any-exists.
4355
4356 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4359         Use `wl-cs-autoconv'.
4360
4361 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4364         by `mime-view-automatic-conversion'.
4365
4366         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4367         (wl-message-verify-pgp-nonmime): Ditto.
4368         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4369         Bind them to C-c:d and C-c:v respectively.
4370
4371         Merge following code by Teranishi-san from [wl-en:00167].
4372         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4373         (wl-mime-preview-application/pgp-encrypted): Ditto.
4374         (wl-mime-setup): Add entry.
4375
4376 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-summary.el (wl-summary-target-mark-erase): New function.
4379         Bind it to "mD".
4380
4381 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * wl-vars.el (wl-draft-write-file-function): Fix.
4384         (wl-draft-reedit-hook): Changed default value.
4385
4386         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4387         wl-draft-reedit-hook.
4388         (wl-draft-remove-text-plain-tag): New function.
4389         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4390
4391         * wl-vars.el (wl-draft-write-file-function): New user option.
4392
4393         * wl-draft.el (wl-draft-prepare-edit): Use it for
4394         local-write-file-hooks.
4395         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4396
4397         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4398         (wl-draft-insert-mail-header-separator): Return the body beginning
4399         point.
4400         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4401         text/plain.
4402         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4403
4404 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-summary.el (wl-summary-erase): New function to erase message
4407         without moving it to trash. Bind to "D".
4408
4409         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4410         as `keep' unless switch-function.
4411
4412 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4415         message buffer by using `wl-summary-toggle-disp-msg'.
4416         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4417         buffer window.
4418         (wl-summary-supresedes-message): Ditto.
4419
4420         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4421         Do not delete other windows.
4422         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4423         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4424         (wl-draft-create-buffer): Set reply-or-forward also for target
4425         mark commands.
4426
4427 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4428
4429         * wl-draft.el (wl-user-agent-compose): Delete special case for
4430         switch-to-buffer-other-window.
4431
4432         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4433         (wl-summary-forward): Ditto.
4434
4435         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4436         function.
4437         (wl-draft-buffer-style): New use option.
4438
4439         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4440         (wl-draft): Follow the change above.
4441         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4442         wl-draft-buffer-style.
4443         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4444         switch-function.
4445
4446 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4447
4448         * wl-address.el (wl-address-make-completion-entry): Extracted from
4449         `wl-address-make-completion-list'.
4450         (wl-address-enable-strict-loading): New variable.
4451         (wl-address-make-completion-list): Revive petname duplication
4452         inquiry, and enable it if `wl-address-enable-strict-loading'.
4453         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4454
4455 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4456
4457         * wl-message.el (wl-message-get-original-buffer): Avoid
4458         'Selecting deleted buffer' error when original buffer is killed.
4459
4460 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * wl-summary.el (wl-summary-next-message): Use
4463         elmo-message-accessible-p instead of elmo-message-cached-p.
4464
4465 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4466
4467         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4468
4469         * wl-thread.el (wl-thread-open-all-unread): Use
4470         elmo-folder-list-flagged instead of
4471         elmo-folder-list-messages-mark-match.
4472
4473         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4474         instead of elmo-folder-list-messages-mark-match.
4475         (wl-summary-move-spec-alist): New variable.
4476         (wl-summary-move-spec-plugged-alist,
4477         wl-summary-move-spec-unplugged-alist): Abolish.
4478         (wl-summary-next-message): Follow the change above.
4479         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4480         with 'no-msg' argument.
4481
4482         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4483         variable.
4484         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4485         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4486         (wl-message-buffer-prefetch-get-next): Follow the change above.
4487
4488 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4489
4490         * wl-version.el (wl-version): Changed codename.
4491
4492         * Version number is increased to 2.11.0.
4493
4494 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4495
4496         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4497         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4498         `wl-draft-config-variables'.
4499         (wl-draft-kill): Fixed problem when the draft is reedit.
4500
4501 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4504         buffer-modified status (Thanks to
4505         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4506
4507 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4508
4509         * wl-util.el (wl-region-exists-p): New function.
4510
4511         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4512         Remove defvars for byte-compile warnings.
4513
4514 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4515
4516         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4517         defvar-maybe. Removed unused bind.
4518
4519 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4520
4521         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4522         summary buffer window before creating new frame.
4523         (wl-draft-reply): Ditto.
4524
4525 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4526
4527         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4528
4529 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4532
4533 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4534
4535         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4536         instead of `kill-region'.
4537
4538 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4541         (wl-highlight-summary-line-string): Use it.
4542         (wl-highlight-summary-current-line): Ditto.
4543
4544         * wl-mime.el (wl-message-delete-current-part): Check the class of
4545         mime-entity.
4546
4547         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4548
4549         * wl-summary.el (wl-summary-make-number-list): Initialize.
4550         (wl-summary-update-mark): New function.
4551         (wl-summary-reply): Put `answered' mark on the message.
4552         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4553
4554         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4555         (wl-draft-reply): Added optional argument `number';
4556         Set wl-draft-parent-number.
4557         (wl-draft-kill): Delete answered mark if it is a reply.
4558
4559 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4562         that originates in mime-preview-follow-current-entity.
4563         (wl-draft-yank-current-message-entity): Use it if region is active.
4564
4565         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4566         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4567         `wl-message-delete-current-part'.
4568         * wl-mule.el (wl-message-define-keymap): Ditto.
4569         * wl-xmas.el (wl-message-define-keymap): Ditto.
4570
4571 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-mime.el (wl-message-delete-current-part): New function.
4574         (wl-mime-node-id-to-string): Ditto.
4575
4576         * wl-mime.el (wl-message-delete-current-part): Use existing
4577         original buffer which corresponds current mime-view buffer.
4578         (fetched buffer might have different structure, possibly)
4579
4580         * wl-mime.el (wl-message-delete-current-part): Quit if the
4581         message content differs from the actual message.
4582
4583 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4586         order.
4587         (wl-summary-search-by-subject): Search parent message from tail;
4588         Check the existence of the parent message on the current thread tree.
4589         (wl-summary-update-thread): Check whether the line is inserted.
4590
4591 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-vars.el (wl-summary-line-format): Undo last change.
4594         * wl-summary.el (wl-summary-print-destination): Do not put
4595         invisible property when `wl-summary-width' is nil.
4596         (wl-summary-line-subject-minimum-length): Abolished.
4597         (wl-summary-line-subject): Ditto.
4598
4599 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-vars.el (wl-summary-line-format): Change default value.
4602         (wl-summary-subject-length-limit): Abolished.
4603         * wl-summary.el (wl-summary-line-subject): Ditto.
4604
4605 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4606
4607         * wl-template.el (wl-template-select): Added optional argument.
4608         If optional argument is specified, reverse
4609         `wl-template-visible-select'.
4610
4611 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4614         Take prefix argument to force asking the destination folder.
4615
4616 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4617
4618         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4619         count and update status.
4620
4621 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-summary.el (wl-summary-redisplay-internal): If
4624         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4625         after fetching.
4626
4627 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4628
4629         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4630         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4631
4632         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4633
4634 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4635
4636         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4637         (All other related portions are changed).
4638         (wl-summary-mark-as-read-all): Rewrite.
4639
4640 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4641
4642         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4643         `wl-summary-mark-as-read'.
4644         (wl-summary-mark-as-unread): Rewrite.
4645         (wl-summary-mark-as-read): Added no-modeline argument.
4646         (wl-summary-resume-cache-status): Rewrite.
4647         (wl-summary-exec-subr): Remove unused local variable.
4648
4649 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4652         logic to call `wl-summary-buffer-prev-folder-function'.
4653         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4654
4655 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4656
4657         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4658         is nil.
4659
4660 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4663         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4664         (wl-mime-setup): Add its entry.
4665
4666 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4667
4668         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4669         (wl-summary-delete-cache): Likewise.
4670         (wl-summary-mark-as-read): Rewrite.
4671
4672 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4673
4674         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4675         `wl-summary-count-unread'.
4676
4677         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4678
4679         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4680
4681 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4684         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4685         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4686         Renamed to the elmo-msgdb-*-mark.
4687         (wl-summary-score-marks): Follow the change above.
4688         (wl-summary-auto-refile-skip-marks): Ditto.
4689         (wl-summary-incorporate-marks): Ditto.
4690         (wl-summary-expire-reserve-marks): Ditto.
4691
4692         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4693         changes.
4694         (wl-thread-insert-top): Changed updating message.
4695
4696         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4697         variable.
4698         (wl-summary-count-unread): Count answered marks.
4699         (wl-summary-rescan): Call wl-summary-insert-message instead of
4700         wl-summary-append-message-func-internal.
4701         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4702         (wl-summary-prefetch-msg): Follow the variable name changes.
4703         (wl-summary-prefetch-region): Ditto.
4704         (wl-summary-mark-as-read-all): Follow the API changes;
4705         Don't call elmo-folder-replace-marks.
4706         (wl-summary-delete-cache): Follow the variable name changes.
4707         (wl-summary-resume-cache-status): Ditto.
4708         (wl-summary-update-status-marks): New function.
4709         (wl-summary-insert-message): New function.
4710         (wl-summary-sync-marks): Follow the variable name changes.
4711         (wl-summary-sync-update): Synchronize to the msgdb, too;
4712         Changed update messages.
4713         (wl-summary-make-number-list): Rewrite.
4714         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4715         (wl-summary-mark-as-unread): Follow the API changes.
4716         (wl-summary-exec-subr): Follow the variable name changes.
4717         (wl-summary-mark-as-read): Ditto.
4718         (wl-summary-move-spec-plugged-alist): Ditto.
4719         (wl-summary-move-spec-unplugged-alist): Ditto.
4720         (wl-summary-cursor-move-surface): Ditto.
4721
4722         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4723         variable name changes.
4724         (wl-highlight-summary-current-line): Ditto.
4725
4726         * wl-expire.el (wl-expire-refile): Follow the API change in
4727         elmo-folder-move-messages.
4728         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4729         (wl-summary-archive): Use elmo-folder-msgdb instead of
4730         elmo-msgdb-load.
4731
4732 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4733
4734         * wl-mime.el (wl-draft-preview-message): Restore the position
4735         before evaluating wl-draft-send-hook in preview buffer.
4736
4737 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4740         when it creates new draft buffer.
4741
4742         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4743         without argument.
4744
4745         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4746         Evaluate content and if the value is string, insert it.
4747         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4748         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4749         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4750         wl-draft-config-sub-part-bottom): Use it.
4751
4752         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4753         with the folder name. The question was unintelligible when it is
4754         called from wl-save-status.
4755
4756 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4759         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4760         cannot take second argument).
4761
4762 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4765         as t. Since type and subtype are not case sensitive (RFC 2045).
4766
4767 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-vars.el (wl-message-mode-line-format): New variable.
4770         (wl-message-mode-line-format-spec-alist): Ditto.
4771         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4772         (wl-message-redisplay): Use wl-message-mode-line-format.
4773
4774 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4775
4776         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4777
4778 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-summary.el (wl-summary-default-from): Write description.
4781
4782 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4783
4784         * wl-vars.el (wl-ldap-objectclass): Abolish.
4785
4786         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4787         (wl-ldap-make-filter): Removed condition for objectclass.
4788         (wl-ldap-make-matched-value-list): Remove meaningless process.
4789         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4790         (wl-address-ldap-search): Don't add `*' to `pat' string;
4791         use ignore-errors; added `email';
4792         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4793         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4794         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4795
4796
4797 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-draft.el (wl-draft-parent-folder): Write description.
4800         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4801
4802 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4803
4804         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4805         as "" (zero-length string) if no parent.
4806         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4807
4808 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-address.el (wl-address-make-completion-list): Skip duplication
4811         checking.
4812         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4813         `append'.
4814
4815 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4816
4817         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4818         instead of `beginning-of-buffer'.
4819
4820 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4823
4824 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4825
4826         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4827         Refer wl-message-buffer-name.
4828         (wl-message-wheel-down): Ditto.
4829
4830 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-vars.el (wl-message-buffer-name): New user option.
4833
4834         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4835         directly instead of making alist dinamically.
4836
4837         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4838         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4839         wl-message-buffer-cache-name.
4840         (wl-message-buffer-cache-clean-up): Ditto.
4841
4842         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4843
4844         * Version number is increased to 2.9.15.
4845
4846 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-vars.el (wl-summary-default-view-alist): New user option.
4849
4850         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4851
4852         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4853         while deleting address.
4854         (wl-draft-delete-myself-from-cc): Ditto.
4855
4856         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4857         If optional argument is specified, reverse sort order.
4858
4859         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4860
4861 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-thread.el (wl-thread-insert-message): Return parent number if
4864         exists.
4865         (wl-thread-update-indent-string-region): Use
4866         wl-thread-update-line-on-buffer-sub instead of
4867         wl-thread-update-line-on-buffer.
4868
4869 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4870
4871         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4872         (wl-folder-close-all): Ditto.
4873
4874 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4875
4876         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4877         and mailing-list:.
4878         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4879         value.
4880         (wl-summary-line-list-info): Print mailing-list name even when 
4881         list-number is empty.
4882
4883 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4886
4887         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4888         (wl-draft-open-file): Ditto.
4889         (wl-draft-random-alphabet): Ditto.
4890
4891         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4892         bindings.
4893
4894 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4897         * wl-vars.el (wl-draft-config-alist): Ditto.
4898
4899 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * Version number is increased to 2.9.14.
4902
4903         * wl.el (wl): Don't set wl-init as nil when error occured while
4904         auto-checking folders.
4905
4906         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4907         `elmo-expand-newtext'.
4908
4909 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4910
4911         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4912         `this-command' so that `wl-folder-goto-folder' contained in
4913         `wl-summary-keep-cursor-command' work.
4914
4915 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4918         message buffer displaying state.
4919
4920 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4921
4922         * wl-vars.el (wl-summary-default-view): New variable to specify
4923         default value for `wl-summary-buffer-view' instead of using
4924         set-default.
4925         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4926
4927 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928
4929         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4930
4931         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4932
4933 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4934
4935         * wl-vars.el (wl-forward-subject-prefix): New variable.
4936         * wl-draft.el (wl-draft-forward): Use it.
4937
4938 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-message.el (wl-message-prev-page): When it is called without
4941         lines argument, scroll down by wl-message-scroll-amount lines.
4942         (wl-message-next-page): Ditto.
4943         * wl-vars.el (wl-message-scroll-amount): Change default value
4944         to preserve current behavior.
4945
4946 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4947
4948         * wl-summary.el (wl-summary-prefetch-msg): Bind
4949         `wl-message-entity' to call `wl-summary-from-function'.
4950
4951 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl-message.el (wl-message-buffer-create): Run
4954         wl-message-buffer-created-hook.
4955
4956 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4957
4958         * wl-summary.el (wl-summary-sort-specs): New variable.
4959         (wl-summary-default-sort-spec): Ditto.
4960         (wl-summary-sort): Rewrite.
4961         (wl-summary-sort-by-list-info): New function.
4962
4963 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4964
4965         * wl-summary.el (wl-summary-get-list-info): New function.
4966         (wl-summary-sort): Rewrite.
4967         (wl-summary-line-list-info): Ditto.
4968         (wl-summary-line-list-count): Ditto.
4969         (wl-summary-refile-region): Fixed docstring.
4970
4971 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4974         `wl-folder-entity-hashtb' as completion table.
4975
4976 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4979         only when this command is called interactively; silence the byte-
4980         compiler.
4981
4982 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4983
4984         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4985         active in XEmacs.
4986
4987 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4988
4989         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4990         plural lines.
4991
4992 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4995         of current line when the cursor is on the header name.
4996         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4997
4998 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4999
5000         * wl-util.el (wl-read-directory-name): Return displayed directory
5001         as the default value also on XEmacs.
5002
5003 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5006         formatting.
5007
5008 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5011         argument and when it is non-nil, check face property before
5012         highlighting for each line.
5013         (wl-highlight-summary-window): Set it.
5014
5015 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5018         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5019
5020         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5021         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5022         (wl-draft-get-fcc-list): Likewise.
5023
5024 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5027         (wl-thread-entity-cur): Ditto.
5028         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5029         wl-thread-indent-regexp setting.
5030         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5031
5032         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5033         wl-summary-lazy-highlight.
5034         (wl-summary-display-bottom): Ditto.
5035
5036         * wl-thread.el (wl-thread-open-close): Likewise.
5037
5038         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5039         from and subject;
5040         Bind wl-draft-use-frame;
5041         Enclose with save-window-excursion;
5042         Use wl-draft-create-buffer instead of with-temp-buffer;
5043         Use wl-draft-prepare-edit;
5044         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5045         Use wl-draft-send instead of wl-draft-raw-send.
5046
5047 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5050         of using wl-from.
5051
5052 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5055         insert-buffer instead of clone-buffer.
5056         (wl-draft-doing-mime-bcc): New variable.
5057         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5058         infinite loop.
5059         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5060
5061         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5062         (wl-draft-mime-bcc-body): Ditto.
5063
5064         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5065         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5066         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5067         wl-draft-do-mime-bcc.
5068         (wl-draft-mime-bcc-field): New function.
5069         (wl-draft-do-mime-bcc): Ditto.
5070
5071         * wl-address.el (wl-address-complete-header-list): New variable.
5072         (wl-address-complete-header-regexp): Changed default value.
5073
5074         * Version number is increased to 2.9.13.
5075
5076 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5079         it is differed.
5080
5081 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5082
5083         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5084         (wl-summary-line-list-count): Ditto.
5085
5086 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5089         (wl-nntp-posting-function): New variable.
5090         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5091         `wl-nntp-posting-config-alist'.
5092
5093 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5096         FLIM.
5097
5098 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5099
5100         * wl-summary.el (wl-summary-target-mark-refile-sub):
5101         Remove a nuisance funcall.
5102
5103 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5106         as t for `try-completion'.
5107
5108 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-summary.el (wl-summary-default-from): Use
5111         wl-address-header-extract-address instead of
5112         std11-extract-address-components.
5113         (wl-summary-simple-from): Ditto.
5114         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5115         (wl-summary-insert-headers): Show message.
5116         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5117         for whole line.
5118         (wl-summary-default-from): Revert last change.
5119         (wl-summary-simple-from): Ditto.
5120         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5121         (wl-summary-mark-as-read-region): Follow the change above.
5122         (wl-summary-sync-marks): Ditto.
5123         (wl-summary-target-mark-mark-as-read): Ditto.
5124         (wl-summary-redisplay-internal): Ditto.
5125         (wl-summary-redisplay-no-mime-internal): Ditto.
5126         (wl-summary-redisplay-all-header): Ditto.
5127         (wl-summary-mark-as-read): Removed argument `cached';
5128         Use current cache status to set cache mark.
5129         (wl-summary-redisplay-internal): Follow the change above.
5130         (wl-summary-redisplay-no-mime-internal): Ditto.
5131         (wl-summary-redisplay-all-header): Ditto.
5132
5133         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5134
5135         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5136         Don't call itself recursively (Adviced by Yamaoka-san).
5137
5138 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5141         bind wl-summary-highlight as nil to avoid error caused by missing
5142         local variables.
5143
5144 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-vars.el (wl-invalid-character-message): New user option.
5147
5148         * wl-util.el (wl-set-string-width): If truncated string-width is
5149         larger than specified width, use `wl-invalid-character-message'.
5150
5151 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5152
5153         * wl-summary.el (wl-summary-prefetch-msg): 
5154         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5155
5156 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-vars.el (wl-summary-check-line-format): New user option.
5159         (wl-summary-line-format-file): Ditto.
5160
5161         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5162         variable.
5163         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5164         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5165         and `wl-summary-view-old-p' to check whether do a rescan or not.
5166         (wl-summary-view-old-p): New function.
5167         (wl-summary-line-format-changed-p): Ditto.
5168         (wl-summary-line-format-save): Ditto.
5169         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5170
5171         * wl-util.el (wl-set-string-width): Avoid using negative number
5172         for make-string.
5173
5174 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5175
5176         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5177         return value.
5178
5179         * wl-util.el (wl-set-string-width): Added optional argument
5180         `padding' (All other related portions are changed).
5181         (wl-line-parse-format): If the first letter of column number is
5182         `0', zero-padding the result (ex: "%05l").
5183
5184         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5185
5186 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5189         sequential summary view.
5190
5191 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5194         if it doesn't have a -unix version.
5195
5196 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5199
5200 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5203         content.
5204         (wl-draft): Follow the change above.
5205
5206         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5207
5208         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5209         and wl-folder-summary-line-format-alist contain %T and %P.
5210
5211         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5212         (wl-summary-mode-line-format): New user option.
5213         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5214         (wl-summary-line-format): Changed default value.
5215         (wl-summary-lazy-highlight): Changed default value.
5216
5217         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5218         change in wl-summary-create-line.
5219         (wl-thread-insert-entity-sub): Ditto.
5220
5221         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5222         (wl-summary-buffer-unread-status): Ditto.
5223         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5224         (wl-summary-buffer-persistent-mark-column): Ditto.
5225         (wl-summary-buffer-mode-line-formatter): Ditto.
5226         (wl-summary-buffer-mode-line): Ditto.
5227         (wl-summary-message-regexp): Abolished.
5228         (All other related portions are changed.)
5229         (wl-summary-detect-mark-position): New function.
5230         (wl-summary-buffer-set-folder): Setup
5231         wl-summary-buffer-mode-line-formatter.
5232         (wl-summary-mode): Setup selective-display;
5233         Setup pre-idle-hook when xemacs.
5234         (wl-summary-update-modeline): Rewrite.
5235         (wl-summary-jump-to-msg): Define as function;
5236         Changed regexp for searching messages.
5237         (wl-summary-message-number): Rewrite.
5238         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5239         Do rescan when old type summary cache.
5240         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5241         (wl-summary-remove-destination): Use '\r' to detect EOL.
5242         (wl-summary-print-destination): Ditto.
5243         (wl-summary-temp-mark): New inline function.
5244         (wl-summary-persistent-mark): Ditto.
5245         (wl-summary-line-number): New function.
5246         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5247         (wl-summary-line-list-count): New function.
5248         (wl-summary-create-line): Added argument persistent-mark.
5249         (All other related portions are changed)
5250         (wl-summary-create-line): Insert '\r'.
5251         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5252         (wl-summary-cursor-move-surface): New inline function.
5253         (wl-summary-prev): Use it.
5254         (wl-summary-next): Ditto.
5255
5256         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5257         wl-summary-message-regexp.
5258         (wl-highlight-summary): Delete progress message.
5259         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5260
5261         * Version number is increased to 2.9.12.
5262
5263 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5266         variable (nil: no minimum).
5267         (wl-summary-line-subject): Add some spaces after subject by
5268         wl-summary-line-subject-minimum-length.
5269
5270 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5271
5272         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5273         and removed `F'.
5274         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5275         change above).
5276
5277 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * wl-summary.el (wl-summary-line-list-count): Reverted.
5280         (example setting in samples/*/dot.wl is also updated)
5281
5282 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5285
5286         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5287
5288         * wl-vars.el (wl-summary-line-format): Addes some description to the
5289         docstring.
5290
5291         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5292         (wl-summary-line-close-bracket): Ditto.
5293         (wl-summary-line-children-number): Ditto.
5294         (wl-summary-line-thread-indent): Ditto.
5295         (wl-summary-line-children-and-from): Ditto.
5296
5297         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5298         't', 'c', 'F' and added 'C'.
5299
5300         * wl-util.el (wl-set-string-width): Accept negative value.
5301         (wl-line-parse-format): Added "%number(" and "%)".
5302
5303 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * wl-summary.el (wl-summary-line-list-count): Change format of the
5306         return value.
5307
5308 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5309
5310         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5311         from the recent message.el.
5312         (wl-draft-point-in-header-p): Ditto.
5313         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5314         wl-draft-beginning-of-line.
5315         * wl-e21.el (wl-draft-mode-map): Ditto.
5316         * wl-xmas.el (wl-draft-mode-map): Ditto.
5317
5318         * wl-folder.el: Sort macrodefs by dependencies.
5319
5320 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5321
5322         * wl-summary.el (wl-summary-prev): Fixed regexp.
5323         (wl-summary-next): Ditto.
5324
5325 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5328
5329 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5330
5331         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5332         for backward compatibility.
5333
5334 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-summary.el (wl-summary-line-list-count): New function, merged
5337         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5338         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5339         list counts.
5340
5341 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5342
5343         * wl-summary.el (wl-summary-create-line): Ignore errors while
5344         timezone-fix-time.
5345
5346         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5347
5348         * wl-summary.el (wl-summary-sync-update): Ditto.
5349         (wl-summary-default-from): Use wl-message-entity
5350         instead of entity.
5351
5352         * wl-summary.el (wl-summary-create-line): Fix.
5353
5354         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5355         (wl-summary-line-format): New user option.
5356         (wl-folder-summary-line-format-alist): Ditto.
5357         (wl-summary-from-width): Abolished.
5358
5359         * wl-util.el (toplevel): Require 'bytecomp.
5360         (wl-line-parse-format): New function.
5361         (wl-line-formatter-setup): New macro.
5362
5363         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5364         (wl-summary-buffer-line-formatter): New buffer local variable.
5365         (wl-summary-switch-to-clone-buffer): Follow the change above.
5366         (wl-summary-message-regexp): Fix.
5367         (wl-summary-from-func-internal): Abolished.
5368         (wl-summary-subject-func-internal): Ditto.
5369         (wl-summary-subject-filter-func-internal): Ditto.
5370         (All other related portions are changed.)
5371         (wl-summary-buffer-set-folder):
5372         Set up wl-summary-buffer-number-column and 
5373         wl-summary-buffer-line-formatter
5374         (All other related portions are changed.)
5375         (wl-summary-buffer-number-column-detect): Abolished.
5376         (All other related portions are changed.)
5377         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5378         (wl-summary-delete-all-temp-marks-on-buffer): Use
5379         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5380         (wl-summary-target-mark-delete): Ditto.
5381         (wl-summary-target-mark-refile-subr): Ditto.
5382         (wl-summary-target-mark-mark-as-read): Ditto.
5383         (wl-summary-target-mark-mark-as-unread): Ditto.
5384         (wl-summary-target-mark-mark-as-important): Ditto.
5385         (wl-summary-target-mark-save): Ditto.
5386         (wl-summary-replace-status-marks): Renamed from
5387         wl-summary-set-status-marks-on-buffer;
5388         Use wl-summary-message-regexp instead of
5389         wl-summary-buffer-number-regexp.
5390         (wl-summary-sync-update): Follow the change above.
5391         (wl-summary-goto-previous-message-beginning): New function.
5392         (wl-summary-mark-as-unread): Use it.
5393         (wl-summary-mark-as-important): Ditto.
5394         (wl-summary-line-formatter): New variable.
5395         (wl-summary-line-year): New function.
5396         (wl-summary-line-day): Ditto.
5397         (wl-summary-line-day-of-week): Ditto.
5398         (wl-summary-line-hour): Ditto.
5399         (wl-summary-line-minute): Ditto.
5400         (wl-summary-line-open-bracket): Ditto.
5401         (wl-summary-line-close-bracket): Ditto.
5402         (wl-summary-line-children-number): Ditto.
5403         (wl-summary-line-thread-indent): Ditto.
5404         (wl-summary-line-size): Ditto.
5405         (wl-summary-line-subject): Ditto.
5406         (wl-summary-line-from): Ditto.
5407         (wl-summary-line-children-and-from): Ditto.
5408         (wl-summary-create-line): Rewritten.
5409         (wl-summary-format-date): Abolished.
5410
5411         * wl-highlight.el (wl-highlight-summary-current-line): Use
5412         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5413         Use thread structure to detect thread top message.
5414
5415         * wl-draft.el (wl-default-draft-cite): Don't use
5416         wl-summary-from-func-internal.
5417
5418         * wl-refile.el (wl-refile-subject-learn): Don't use
5419         wl-summary-subject-filter-func-internal.
5420         (wl-refile-guess-by-subject): Ditto.
5421
5422         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5423         parameters.
5424
5425         * wl-thread.el (wl-thread-update-indent-string-region):
5426         Use wl-thread-update-line-on-buffer instead of
5427         wl-thread-update-indent-string.
5428         (wl-thread-update-children-number): Redefine using
5429         wl-thread-update-line-on-buffer.
5430         (wl-thread-update-indent-string): Abolished.
5431
5432         * Version number is increased to 2.9.11.
5433
5434 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5437         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5438         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5439
5440         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5441         as nil.
5442
5443         * wl-thread.el (wl-thread-open-all-unread): Use 
5444         elmo-folder-list-messages-mark-match.
5445         (wl-thread-insert-message): Removed argument `mark-alist'.
5446         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5447         elmo-msgdb-set-mark.
5448         (wl-thread-get-children-msgs-uncached): Likewise.
5449         (wl-thread-get-exist-children): Added argument include-self.
5450         (wl-thread-delete-message): Follow the change above.
5451
5452         * wl-summary.el (wl-summary-count-unread): Removed argument.
5453         (wl-summary-rescan): Follow the change above.
5454         (wl-summary-mark-as-read-region): Ditto
5455         (wl-summary-mark-as-unread-region): Ditto.
5456         (wl-summary-delete-messages-on-buffer): Ditto.
5457         (wl-summary-sync-update): Ditto.
5458         (wl-summary-switch-to-clone-buffer): Ditto.
5459         (wl-summary-goto-folder-subr): Ditto.
5460         (wl-summary-target-mark-mark-as-read): Ditto.
5461         (wl-summary-target-mark-mark-as-unread): Ditto.
5462         (wl-summary-target-mark-mark-as-important): Ditto.
5463         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5464         (wl-summary-update-thread): Removed argument `mark-alist'.
5465         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5466         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5467         (wl-summary-resume-cache-status): Likewise.
5468         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5469         elmo-msgdb-set-mark.
5470         (wl-summary-mark-as-read-all): Likewise.
5471         (wl-summary-delete-cache): Ditto.
5472         (wl-summary-auto-select-msg-p): Ditto.
5473         (wl-summary-mark-as-unread): Ditto.
5474         (wl-summary-no-auto-refile-message-p): Ditto.
5475         (wl-summary-mark-as-read): Ditto.
5476         (wl-summary-mark-as-important): Ditto.
5477         (wl-summary-auto-refile): Follow the change above.
5478         (wl-summary-delete-all-marks): Removed.
5479         (wl-summary-resume-marks-and-highlight): Ditto.
5480         (wl-summary-resume-marks): Ditto.
5481         (wl-summary-delete-important-msgs-from-list): Ditto.
5482         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5483
5484         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5485         wl-summary-count-unread.
5486
5487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5488         (wl-summary-score-update-all-lines): Use
5489         elmo-msgdb-set-mark.
5490
5491 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5494         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5495         (wl-summary-create-line): Renamed from
5496         wl-summary-overview-create-summary-line;
5497         Argument rearrangement.
5498         (wl-summary-update-thread): Follow the change above.
5499
5500         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5501         (wl-thread-insert-entity-sub): Likewise.
5502
5503         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5504         argument `overview', `mark-alist' and added `msgdb'.
5505
5506         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5507
5508         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5509         (wl-summary-rescan): Follow the change above.
5510         (wl-summary-sync-update): Ditto.
5511         (wl-summary-insert-thread-entity): Ditto;
5512         Don't use `let*' in every while loop;
5513         Detect infinite loop of threads.
5514         (wl-summary-update-thread): Removed argument `overview'.
5515
5516         * wl-thread.el (wl-thread-insert-message): Ditto.
5517
5518         * Version number is increased to 2.9.10.
5519
5520         * wl-message.el (wl-message-redisplay): Ignore errors while
5521         wl-message-redisplay-hook.
5522
5523 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5526
5527 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl.el (wl): inhibit-quit while wl-folder.
5530
5531 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5534         while msgdb access.
5535
5536 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5537
5538         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5539         even if no folder is not created.
5540
5541 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5544
5545         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5546         implementation.
5547         (wl-summary-target-mark-thread): Ditto.
5548
5549         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5550
5551 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5552
5553         * wl-util.el (wl-display-bytes): Remove unused function.
5554
5555 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5558         seems critical one (partially reverse the change in 2002/03/17).
5559
5560 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5561
5562         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5563         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5564
5565 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5566
5567         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5568         is not writable.
5569         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5570         plugged status instead of `'force' as 2nd argument.
5571
5572         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5573         is not creatable.
5574
5575         * Version number is increased to 2.9.9.
5576
5577 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5578
5579         * wl-summary.el (wl-summary-suspend): New function.
5580
5581 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl.el (wl): Do not check variables if check is nil.
5584         * wl-utils.el (wl-collect-draft): New function.
5585         * wl-folder.el (wl-folder-suspend): Put summary buffers
5586         and draft buffers at the end of buffer list.
5587         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5588
5589 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5590
5591         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5592         loop instead of recursive call.
5593
5594         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5595         2nd argument.
5596
5597 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5598
5599         * wl-draft.el (wl-draft-create-contents): Don't take neither
5600         (function . args) nor (string . something) any more.
5601
5602         * wl-version.el (wl-generate-user-agent-string): Return string
5603         without header symbol.
5604         * wl-draft.el (wl-draft-default-headers): Use it.
5605
5606         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5607         `wl-draft-insert-ccs' and return field value instead of inserting
5608         the header. Abolish cc argument.
5609         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5610
5611         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5612         rather than one with string car.
5613
5614         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5615         * wl-draft.el (wl-draft-create-contents): Add it after the default
5616         headers.
5617
5618         * wl-draft.el (wl-draft-create-contents): For the case of
5619         (symbol-or-string . function) insert header only when the function
5620         returns string value.
5621
5622 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5623
5624         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5625         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5626
5627 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5628
5629         * wl.el (wl-check-environment): Don't check Message-ID when
5630         `wl-insert-message-id' is nil.
5631         Revive checking if `wl-message-id-domain' contains "@".
5632
5633 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5634
5635         * wl.el (wl-check-environment): Merge examination for "@" at
5636         inappropriate position into the first string-match.
5637
5638         * wl-summary.el (wl-summary-target-mark-print): New function.
5639         (wl-summary-pipe-message-subr): Extracted from
5640         `wl-summary-pipe-message'.
5641         (wl-summary-target-mark-pipe): New function.
5642         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5643         `wl-summary-target-mark-pipe'.
5644
5645 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5646
5647         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5648
5649 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5650
5651         * wl.el (wl-check-environment): Use elmo-warning instead of
5652         error for non-critical ones.
5653         Remove trash folder check.
5654         (wl): Don't ignore error in wl-check-environment.
5655
5656         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5657         check, which is moved from `wl-check-environment'.
5658         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5659
5660 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5661
5662         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5663         guess anything, call wl-summary-write.
5664         (wl-summary-write): Create draft with blank To field.
5665         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5666
5667 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5670         argument full as well for wl-folder-write-current-folder.
5671         If wl-*-write-current-folder cannot guess addressee, add blank
5672         To header.
5673         Rewrite condition for positioning cursor.
5674
5675 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5678         summary buffer is present, use it.
5679         (wl-folder-jump-to-previous-summary): Ditto.
5680
5681 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5682
5683         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5684
5685         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5686         wl-summary-previous-buffer and wl-summary-next-buffer.
5687
5688         * wl-folder.el (wl-folder-mode-map): Bind
5689         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5690         (wl-folder-jump-to-next-summary): New function.
5691         (wl-folder-jump-to-previous-summary): Ditto.
5692
5693         * wl-draft.el (wl-draft): Rearranged.
5694
5695 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5696
5697         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5698         of header.
5699         (wl-draft): Collect arguments for the header as header-alist.
5700         (wl-draft-forward): Arrange arguments for wl-draft.
5701         (wl-draft-reply): Ditto.
5702         (wl-draft-edit-string): Ditto.
5703         * wl-summary.el (wl-summary-write): Ditto.
5704         (wl-summary-write-current-folder): Ditto.
5705
5706         * Version number is increased to 2.9.8.
5707
5708 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5711
5712         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5713
5714         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5715         even if the guess failed.
5716
5717         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5718         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5719         wl-summary-write-current-folder.
5720         * wl-xmas.el: Ditto.
5721
5722 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-summary.el (wl-summary-next-page): Force display message if
5725         message is not displayed yet.
5726         (wl-summary-prev-page): Ditto.
5727
5728 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5729
5730         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5731
5732 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5733
5734         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5735         add "Preview Message" and "Save Draft and Exit".
5736
5737 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5740         if addrmgr is called from draft in splitted window.
5741
5742         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5743         * wl-mule.el: Ditto.
5744         * wl-xmas.el: Ditto.
5745
5746 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5749
5750         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5751         * wl-xmas.el (wl-folder-toolbar): Ditto.
5752
5753 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5754
5755         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5756         and wl-draft-save-and-exit.
5757         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5758         * wl-xmas.el: Ditto.
5759         * wl-mule.el: Ditto.
5760
5761         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5762         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5763
5764 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5767         lists for saving buffer.
5768
5769 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5770
5771         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5772         parent-folder argument instead of it.
5773         (wl-draft-create-buffer): Ditto.
5774         (wl-draft-forward): Ditto.
5775         (wl-draft-reply): Ditto.
5776         * wl-summary.el (wl-summary-write): Ditto.
5777         (wl-summary-write-current-folder): Ditto.
5778
5779         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5780         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5781         Folder buffer after composing.
5782
5783 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5786         header if the file `wl-x-face-file' already contains it.
5787
5788 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5789
5790         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5791         folder" entry.
5792         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5793         * wl-e21.el (wl-folder-toolbar): Ditto.
5794         * wl-xmas.el (wl-folder-toolbar): Ditto.
5795
5796 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5797
5798         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5799         wl-folder-goto-folder with sticky argument.
5800         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5801
5802 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5805         and wl-summary-previous-buffer.
5806         (wl-summary-next-buffer): New function.
5807         (wl-summary-previous-buffer): Ditto.
5808
5809 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5812         wl-folder-jump-to-current-entity-with-arg.
5813         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5814         `wl-folder-jump-to-current-entity'.
5815         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5816         `wl-summary-goto-folder-sticky'.
5817         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5818         `wl-summary-goto-folder'.
5819         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5820         Unless force-exit, do not clean temp. marks for sticky summary.
5821         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5822
5823 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5826         not entire.
5827
5828 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5831         to `C-x C-s'.
5832         (wl-summary-save-status): New command.
5833         (wl-summary-exit): Don't clean-up temp marks when sticky.
5834         (Applied patch from Nakayama-san [wl: 09548])
5835         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5836         Do nothing when no mark data.
5837         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5838         Call `wl-summary-delete-all-temp-marks' before saving.
5839
5840 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5841
5842         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5843
5844 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl.el (wl-check-environment): Also cause error when (system-name)
5847         returns "localhost.localdomain". (Although it doesn't affect because
5848         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5849
5850 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5853         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5854
5855         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5856         value.
5857
5858 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5861         Likewise r-cc-list and r-ng-list.
5862
5863 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5866         only if it is bound as variable.
5867
5868         * wl-mime.el (wl-draft-preview-message): Ditto.
5869
5870 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5873         needless `goto-char'.
5874
5875         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5876         `wl-summary-redisplay-no-mime-internal' instead of
5877         `wl-summary-redisplay-no-mime'.
5878         (wl-summary-redisplay-no-mime): Changed argument;
5879         Call `wl-summary-redisplay-no-mime-internal'.
5880
5881         * wl-mime.el (wl-draft-preview-message): Bind
5882         `mime-header-encode-method-alist' locally.
5883
5884         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5885         (wl-draft-std11-parse-addresses): Added the first address check.
5886         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5887
5888         * Version number is increased to 2.9.7.
5889
5890 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5893
5894 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5895
5896         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5897         related to scrollbar support, if there is no such a feature
5898         compiled in.
5899
5900 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5901
5902         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5903         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5904         for prefetch.
5905
5906 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5907
5908         * wl-summary.el (wl-summary-pick): Fix for no match.
5909
5910 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5911
5912         * wl-draft.el (wl-draft-save):
5913         Override `mime-header-encode-method-alist'.
5914
5915 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5916
5917         * wl-folder.el (wl-folder-pick): New function.
5918         Define key as "?".
5919
5920 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5923         Fix for unplugged.
5924
5925 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-folder.el (wl-folder-virtual): New function.
5928         Define key as "V".
5929
5930 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5933         multi folder if entity is group.
5934
5935 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5938         is nil.
5939
5940 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5941
5942         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5943         (wl-summary-target-mark-msgs): Return the number of marked messages.
5944
5945 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5946
5947         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5948         "first:" is specified.
5949
5950 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-vars.el (wl-from): Use return value of function
5953         user-full-name instead of the variable user-full-name since
5954         XEmacs-20.4 doesn't set this variable.
5955
5956 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5959         call `wl' directly.
5960
5961 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5962
5963         * wl-draft.el (wl-draft-reedit): Removed duplicated
5964         switch-to-buffers.
5965
5966 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * wl.el (wl-other-frame): Removed garbages.
5969
5970 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5973
5974         * wl-xmas.el (wl-draft-key-setup): Ditto.
5975
5976         * wl-mule.el (wl-draft-key-setup): Ditto.
5977
5978         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5979         (wl-draft-reedit): Ditto.
5980         (wl-draft-prepare-edit): Add `wl-draft-save' to
5981         `local-write-file-hooks'.
5982         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5983         (wl-draft-reedit): Set buffer-file-name.
5984         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5985
5986
5987         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5988         call it.
5989         (wl-delete-startup-frame-function): New variable.
5990         (wl-other-frame): New function
5991         (Original was written by Yamaoka san [wl: 09239]).
5992
5993         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5994         if `wl-folder-use-frame'.
5995
5996 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5997
5998         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5999
6000 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6003         New variable.
6004         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6005         (wl-message-buffer-prefetch-get-next): Use them.
6006         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6007
6008 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6011         with unwind-protect.
6012
6013         * wl-draft.el (wl-draft-reedit): Rewrite.
6014         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6015         (wl-draft-save): Insert header separator if it does not exist;
6016         Removed condition-case.
6017
6018         * wl-summary.el (wl-summary-reedit): Revert last change.
6019
6020         * wl-draft.el (wl-draft-save): Rewrite.
6021         (wl-draft-create-buffer): Set buffer-file-name as nil.
6022
6023         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6024
6025         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6026
6027         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6028         nil.
6029
6030 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6031
6032         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6033         If count is nil, do not prefetch.
6034         (wl-message-buffer-prefetch-next): Next.
6035
6036 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6037
6038         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6039
6040 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6043         `delete-backward-char'
6044         (wl-draft-prepare-edit): Check major-mode.
6045         (wl-draft-decode-header): Rewrite.
6046         (wl-draft): Fix.
6047
6048 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6051
6052 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6053
6054         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6055         (wl-message-buffer-prefetch-get-next): Remove size checking.
6056         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6057
6058 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6059
6060         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6061         (wl-draft-default-headers): Fix.
6062
6063 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6064
6065         * wl-draft.el (wl-draft-default-headers): Insert return value of
6066         `wl-generate-mailer-string-function'.
6067
6068 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6069
6070         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6071         (wl-draft-insert-mail-header-separator): Ditto.
6072
6073         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6074         again (Reverted the change on 2002-01-17 by OKADA san).
6075
6076 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6077
6078         * wl-draft.el (wl-draft): Rewrite.
6079         (wl-draft-create-buffer): New function.
6080         (wl-draft-create-contents): Ditto.
6081         (wl-draft-prepare-edit): Ditto.
6082         (wl-draft-decode-header): Ditto.
6083         (wl-draft-decode-body): Ditto.
6084         (wl-draft-check-new-line): Ditto.
6085         (wl-draft-default-headers): Ditto.
6086         (wl-draft-insert-mail-header-separator): Ditto.
6087
6088 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6089
6090         * Version number is increased to 2.9.6.
6091
6092 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-draft.el (wl-draft-delete-field): Optional argument.
6095         (wl-draft-delete-fields): Ditto.
6096
6097 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl-message.el (toplevel): Eliminated byte-compile warning.
6100         for `itimer-function', `delete-timer' and `itimer-list'.
6101
6102 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6103
6104         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6105         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6106         `wl-message-buffer-prefetch-threshold'.
6107         * wl-summary.el (wl-summary-redisplay-internal): Remove
6108         the check of `wl-message-buffer-prefetch-depth'.
6109
6110 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6111
6112         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6113         size of article.
6114         (wl-message-buffer-prefetch-subr): Remove size check.
6115
6116 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-vars.el (wl-plugged): Make customizable.
6119
6120 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6123         (wl-message-buffer-prefetch-set-timer): New function.
6124         (wl-message-buffer-prefetch-get-next): New function.
6125         (wl-message-buffer-prefetch): New function.
6126         (wl-message-buffer-prefetch-next): Rewrite.
6127         (wl-message-buffer-prefetch-subr): Rewrite.
6128         * wl-vars.el (wl-auto-prefetch-first): New variable.
6129         * wl-summary.el (wl-summary-goto-folder-subr): Call
6130         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6131
6132 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6135         `wl-summary-unread-message-hook'.
6136
6137 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6138
6139         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6140         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6141         if range is `cache-status'.
6142
6143 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6144
6145         * wl-message.el (wl-message-buffer-prefetch-subr):
6146         Improve debug message.
6147
6148 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6149
6150         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6151         `wl-mail-send-pre-hook'.
6152         (wl-draft-send-mail-with-qmail): Ditto.
6153         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6154
6155 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6156
6157         * wl-message.el (wl-message-buffer-prefetch-subr):
6158         Fix for cancel-function-timers bug.
6159         (wl-message-buffer-prefetch-debug): Default value is t.
6160
6161 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6162
6163         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6164         (wl-message-buffer-prefetch-subr): Rewrite.
6165         Rename from `wl-message-buffer-prefetch'.
6166
6167 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6168
6169         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6170         (wl-default-draft-cite-decorate-author): Ditto.
6171
6172         * wl-draft.el (wl-draft-cite-function): Removed.
6173         (wl-default-draft-cite-decorate-author): Ditto.
6174
6175 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6176
6177         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6178         (wl-default-draft-cite): Do not arrange author name if the value of
6179         `wl-default-draft-cite-decorate-author' is nil.
6180
6181 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6184
6185         * wl-folder.el (wl-folder-check-one-entity): Don't care
6186         `elmo-folder-use-flag-p'.
6187
6188 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6189
6190         * wl-folder (wl-folder-check-one-entity): Fix
6191         problem if unread is nil.
6192
6193 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6194
6195         * wl-address.el (wl-address-make-completion-list): Check whether
6196         the address is a group list.
6197         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6198
6199 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6200
6201         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6202         The number of the messages of new and unread does not count
6203         correctly.
6204
6205         * wl-summary.el (wl-summary-count-unread): Changed to return
6206         `(new . unread)' instead of total.
6207         (wl-summary-sync-update): Follow the change above.
6208
6209         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6210
6211 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6212
6213         * wl-address.el (wl-address-make-completion-list): Do not enclose
6214         address by " <" and ">" if associated realname is "".
6215         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6216         This is against the promblem with group list in .addresses pointed
6217         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6218
6219 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6222         message is a format control string.
6223         * wl-expire.el (wl-expire-append-log): Ditto.
6224         * wl-mime.el (wl-summary-burst-subr): Ditto.
6225         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6226         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6227
6228 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6229
6230         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6231         wl.el (wl-check-variables): Rename from `wl-check-type'.
6232         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6233         (wl-check-variables-2): New function.
6234         (wl): Call `wl-check-variables-2'.
6235
6236 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237
6238         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6239         after renaming folder in access group.
6240
6241 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6242
6243         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6244         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6245         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6246         (wl-message-buffer-prefetch): Rewrite.
6247         (wl-message-buffer-prefetch-idle-time): Removed.
6248         * wl-summary.el (wl-summary-redisplay-internal):
6249         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6250         Error check for `wl-message-buffer-prefetch-depht'.
6251
6252 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * Version number is increased to 2.9.5.
6255         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6256
6257 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6260         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6261         Based on the patch written by
6262         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6263
6264 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-draft.el (wl-draft-raw-send): Fix for
6267         `wl-news-send-pre-hook'
6268
6269 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl-utils.el (wl-message-id-function): New variable.
6272         * wl-draft.el (wl-draft-insert-required-fields):
6273         Use `wl-message-id-function'.
6274
6275 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6276
6277         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6278         * wl-utils.el (wl-draft-make-message-id-string):
6279         Use `wl-from' for domain part of Message-ID
6280         if `wl-message-id-use-wl-from' if non-nil.
6281         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6282
6283 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl.el (wl): Call `wl-check-type'
6286         Do not 'condition-case'.
6287
6288 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl.el (wl-check-type): New function.
6291         (wl-check-type-variables): New variable.
6292
6293 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6296
6297 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6298
6299         * wl-draft.el (wl-smtp-password-key): New function.
6300         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6301         (wl-draft-send-mail-with-smtp): Ditto.
6302         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6303
6304 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6307         * wl-utils.el (wl-unique-id-suffix): Remove.
6308
6309 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * Version number is increased to 2.9.4.
6312
6313 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6314
6315         * wl-utils.el (wl-unique-id-suffix): New variable.
6316         (wl-unique-id): Use `wl-unique-id-suffix'
6317
6318 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6319
6320         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6321         instead of `elmo-msgdb-search'.
6322
6323         * Version number is increased to 2.9.3.
6324
6325 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6326
6327         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6328
6329 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6330
6331         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6332         (wl-draft-dispatch-message): Changed for send-later.
6333         (wl-draft-queue-flush): Ditto.
6334         (wl-draft): Clear `wl-sent-message-queued'.
6335         (wl-draft-reedit): Ditto.
6336         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6337         * wl-vars.el (wl-draft-force-queuing): New variable.
6338         (wl-draft-force-queuing-mail): New variable.
6339         (wl-draft-force-queuing-news): New variable.
6340
6341 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6344         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6345
6346 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6347
6348         * Version number is increased to 2.9.2.
6349
6350 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * wl-draft.el (wl-draft-elide-region): New user command.
6353         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6354
6355         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6356         command `wl-draft-elide-region'.
6357         * wl-mule.el: Ditto.
6358         * wl-xmas.el: Ditto.
6359
6360 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6363         (wl-biff-check-folder-async): Removed needless let.
6364
6365 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6368         wl-folder-get-elmo-folder.
6369         (wl-biff-check-folder): Set `biff' argument of
6370         `wl-folder-check-one-entity'.
6371         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6372
6373         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6374         (wl-folder-check-one-entity): Added `biff' argument;
6375         Setup `biff' slot of folder.
6376
6377         * Version number is increased to 2.9.1.
6378
6379 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6382         comment out and fixed.
6383         (wl-fldmgr-add-completion-subr): Ditto.
6384
6385         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6386         and msgdb.
6387
6388         * wl.el (wl-toggle-plugged): Save summary view.
6389
6390 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6393
6394 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6395
6396         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6397
6398 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6401         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6402         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6403
6404         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6405         if it was failed.
6406         (wl-demo): Disable undo in the demo buffer.
6407
6408 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * wl-version.el (wl-version): Changed codename.
6411
6412         * Version number is increased to 2.9.0.
6413
6414 2001-12-14  Takuo KITAME <kitame@northeye.org>
6415
6416         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6417         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6418         (wl-folder-mark-as-read-all-current-entity): Ditto.
6419
6420 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-vars.el (wl-from-width): Define as obsolete variable.
6423         (wl-subject-length-limit): Ditto.
6424
6425         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6426
6427         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6428         wl-summary-save-view.
6429
6430         * wl.el (wl-save-status): Ditto.
6431         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6432
6433         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6434         (wl-summary-exit): Follow the change above.
6435         (wl-summary-goto-folder-subr): Ditto.
6436
6437         * wl-folder.el (wl-folder-create-subr): Don't use
6438         `elmo-folder-creatable-p'.
6439
6440 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6443
6444 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6447         rather than bitmap on Emacs 21.
6448         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6449         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6450         for xbm if the new redisplay engine is not available.
6451
6452 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-folder.el (wl-folder-init-hook): New hook.
6455         (wl-folder-init): Run `wl-folder-init-hook'.
6456
6457 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6460
6461 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-acap.el (wl-acap-cache-filename): New variable.
6464         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6465         (wl-acap-init): Use cache if no ACAP server found.
6466
6467 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6468
6469         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6470         `wl-acap-original-msgdb-dir'.
6471
6472         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6473         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6474
6475         * wl-mime.el (wl-mime-save-directory): Renamed from
6476         `wl-mime-save-dir'.
6477
6478 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6481
6482         * wl-demo.el: Require `path-util'.
6483         (wl-demo-bitmap-mule-available-p): New internal variable.
6484         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6485         `module-installed-p' instead.
6486         (wl-demo-insert-image): Use *.img file for a bitmap image.
6487         (wl-demo): Don't call the ascii demo recursively.
6488
6489 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6490
6491         * Version number is increased to 2.7.7.
6492
6493 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl.el (wl-exit): Eliminated byte-compile warning.
6496
6497 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6498
6499         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6500         obsolete variable using `elmo-define-obsolete-variable'.
6501         (wl-fetch-confirm-threshold): Ditto.
6502         (wl-cache-prefetch-folder-type-list): Ditto.
6503         (wl-cache-prefetch-folder-list): Ditto.
6504
6505 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6508         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6509         (wl-demo-insert-image): New function.
6510         (wl-demo-insert-text): New function.
6511         (wl-demo-image-type-alist): Redefine as a function.
6512         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6513         (wl-demo-with-temp-file-buffer): Removed.
6514         (wl-logo-xpm): Removed.
6515         (wl-logo-xbm): Removed.
6516         (wl-logo-bitmap): Removed.
6517
6518 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6519
6520         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6521         (wl-expire-localdir-get-folder-function): New user option.
6522         (wl-expire-localdir-get-folder): New function.
6523         (wl-expire-localdir-date): Ditto.
6524
6525 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6526
6527         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6528         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6529         Fixed unread number mismatch when all-unread < unread.
6530
6531 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6534         (wl-fetch-confirm-threshold): Ditto.
6535
6536         * wl-summary.el (wl-summary-confirm-appends): Removed.
6537         (wl-summary-sync-update): Don't refer
6538         `wl-summary-update-confirm-threshold' (It is now abolished).
6539
6540         * wl-message.el (wl-message-display-internal): Don't refer
6541         `wl-fetch-confirm-threshold' (It is now abolished).
6542
6543 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6546
6547 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6548
6549         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6550         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6551         Change default value to nil.
6552         (wl-summary-indent-length-limit): The value can be nil, nil means
6553         unlimited.
6554
6555         * wl-summary.el: Don't set limit for indent length if the value of
6556         wl-summary-indent-length-limit is nil.
6557         If the value of wl-summary-width is nil, it means only that the width
6558         of summary is unlimited (nil doesn't mean that the indent length is
6559         unlimited).
6560
6561         * wl-thread.el: Ditto.
6562
6563 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6564
6565         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6566         be nil, nil means never confirm.
6567         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6568
6569 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6570
6571         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6572         means unlimited).
6573
6574 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6577         Use `with-temp-buffer'.
6578
6579 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6582         with new backquote style).
6583         (wl-folder-get-entity-from-buffer): Ditto.
6584
6585 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6586
6587         * wl-version.el (nemacs-version): Eliminated.
6588         (wl-extended-emacs-version2): Ignore nemacs.
6589         (wl-extended-emacs-version3): Ditto.
6590
6591 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6592
6593         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6594         (wl-draft-add-in-reply-to): New variable.
6595         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6596         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6597         (wl-draft-yank-from-mail-reply-buffer): Use
6598         `wl-draft-add-in-reply-to'.
6599         (wl-draft-insert-current-message): Ditto.
6600
6601 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6602
6603         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6604         typo (kill->hide).
6605         (wl-message-buffer-prefetch-folder-type-list): Added elements
6606         `mark' and `cache' instead of `internal'.
6607
6608 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6611         resume msgdb directory.
6612
6613 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl.el (wl-exit): Call `wl-acap-exit'.
6616
6617         * wl-summary.el (wl-summary-message-string): New function.
6618         (wl-summary-reedit): Use it.
6619         (wl-summary-resend-bounced-mail): Remove needless let.
6620         (wl-summary-supersedes-message): Ditto.
6621         (wl-summary-save): Ditto.
6622
6623         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6624         (wl-acap-init): Set it.
6625         (wl-acap-exit): New function.
6626
6627 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6628
6629         * wl.el (wl-init): Revert (require 'mime-setup). move from
6630         toplevel.
6631
6632 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6633
6634         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6635         local variables.  Add error when guess function return invalid
6636         value.
6637
6638 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6639
6640         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6641         Change local variable name.
6642         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6643         (wl-folder-get-newsgroups): Return nil when non-news folder.
6644         * wl-summary.el (wl-summary-write-current-folder): State through
6645         when guess-list return nil.
6646         (wl-summary-write-current-folder-functions): Fixed docstring.
6647
6648         * wl.el (wl-exit): Changed confirm message.
6649
6650         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6651         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6652
6653         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6654
6655 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6656
6657         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6658         user option (Renamed from wl-cache-prefetch-folder-type-list).
6659         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6660         from wl-cache-prefetch-folder-list).
6661
6662         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6663         Move to wl-vars.el.
6664         (wl-message-buffer-prefetch-p): Changed to enable
6665         `wl-message-buffer-prefetch-folder-list'.
6666
6667         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6668         `ignore-cache'.
6669
6670 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6673         `part-top' and `part-bottom'.
6674         (wl-draft-config-sub-part-top): New function.
6675         (wl-draft-config-sub-part-bottom): New function.
6676
6677 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6678
6679         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6680
6681 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6684
6685 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6686
6687         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6688
6689         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6690         (wl-summary-write-current-folder): Ditto.
6691
6692 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-folder.el (wl-folder-get-newsgroups): Use
6695         `elmo-folder-newsgroups'.
6696
6697 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6700         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6701         `wl-draft-config-sub-header-bottom'.
6702
6703 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6704
6705         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6706         localnews folder.
6707
6708 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6709
6710         * wl-summary.el (wl-summary-mode): Undo last change.
6711
6712         * wl-folder.el (wl-folder-mode): Ditto.
6713
6714 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6715
6716         * wl-summary.el (wl-summary-mode): Locally set
6717         truncate-partial-window-width to nil.
6718         (for XEmacs)
6719
6720         * wl-folder.el (wl-folder-mode): Ditto.
6721
6722 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6725
6726 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6729         number.
6730
6731         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6732
6733         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6734
6735         * Version number is increased to 2.7.6.
6736
6737 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6740
6741 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-summary.el (wl-summary-sync-update): Enclose network
6744         related portion with `unwind-protect'.
6745
6746 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6747
6748         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6749
6750 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6751
6752         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6753         element.
6754         * wl-vars.el (wl-message-body-button-alist): Ditto.
6755
6756         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6757         max match length.
6758         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6759
6760         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6761         for the max match length;
6762         Use 4th element value for the button string regexp group.
6763
6764         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6765         candidate exists, prompt to select.
6766
6767 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6768
6769         * wl-summary.el (wl-summary-jump-to-msg): Search before
6770         calibration point by `beginning-of-line'.
6771
6772 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6773
6774         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6775         for access group.
6776
6777 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6778
6779         * wl-message.el (wl-message-display-internal): Bind
6780         `default-mime-charset'.
6781
6782         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6783
6784         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6785
6786         * Version number is increased to 2.7.5.
6787
6788 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6789
6790         * wl-expire.el (wl-summary-archive): Fixed;
6791         Use `elmo-folder-name-internal'.
6792
6793 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6794
6795         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6796         from `elmo-folder-move-messages' caller.
6797         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6798
6799         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6800         related portions are changed).
6801
6802 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6803
6804         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6805         counter.
6806
6807 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6808
6809         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6810         buffer local and set it to nil.
6811
6812         * wl-message.el (wl-message-redisplay): Ditto.
6813
6814 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-summary.el (wl-summary-mark-as-important): If message is
6817         already cached, set messag as read, otherwise encache and mark as read.
6818
6819 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6820
6821         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6822         point-min.
6823
6824 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6827         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6828         a keymap.
6829
6830 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6833         parent.
6834
6835         * wl-mule.el (wl-message-define-keymap): Ditto.
6836
6837         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6838
6839         * wl-xmas.el (wl-message-display-internal-hook): Define.
6840         (wl-xmas-setup-message-toolbar): Define as function.
6841         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6842         (wl-message-overload-functions): Abolished.
6843         (wl-message-define-keymap): New function.
6844
6845         * wl-vars.el (wl-message-display-internal-hook): New variable.
6846         (wl-message-header-button-alist): New variable (Renamed from
6847         wl-highlight-message-header-button-alist).
6848         (wl-message-body-button-alist): Ditto.
6849
6850         * wl-mule.el (wl-message-define-keymap): New function.
6851         (wl-message-overload-functions): Abolished.
6852
6853         * wl-message.el (wl-message-add-buttons-to-body): New function.
6854         (wl-message-redisplay): Don't call wl-message-overload-functions;
6855         Call wl-message-add-buttons-to-header and
6856         wl-message-add-buttons-to-body.
6857         (wl-message-display-internal): Set keymap argument for
6858         elmo-mime-display-as-is, elmo-mime-message-display;
6859         Run wl-message-display-internal-hook.
6860         (wl-message-refer-article-or-url): Abolished.
6861
6862         * wl-highlight.el (wl-highlight-headers): Don't call
6863         wl-highlight-message-add-buttons-to-header.
6864         (wl-highlight-message-add-buttons-to-header): Abolished.
6865
6866
6867         * wl-e21.el (wl-message-display-internal-hook): Define.
6868         (wl-e21-setup-toolbar): Deleted duplicated binding.
6869         (wl-e21-setup-message-toolbar): Define as function.
6870         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6871         (wl-message-define-keymap): New function.
6872         (wl-message-overload-functions): Abolished.
6873
6874 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6877         and elmo-folder-close.
6878
6879         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6880
6881 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6882
6883         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6884         boolean value.
6885         * wl-draft.el (wl-draft-do-fcc): Ditto.
6886
6887 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-vars.el (wl-fcc-force-as-read): New variable.
6890         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6891         mark copied message as read.
6892
6893 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6894
6895         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6896
6897 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6898
6899         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6900         `wl-summary-target-above' instead of obsolete variable
6901         `wl-summary-temp-above'.
6902
6903         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6904         instead of `make-obsolete-variable'.
6905         * wl-refile.el (toplevel): Ditto.
6906
6907 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6910         with third argument t.
6911         (wl-draft): Set first argument for wl-plugged-init as t.
6912
6913         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6914         definition.
6915
6916 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6917
6918         * wl-vars.el: Tabify.
6919         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6920
6921         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6922         message.
6923
6924 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6925
6926         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6927         and set default to beep.
6928
6929 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6930
6931         * wl-vars.el (wl-draft-truncate-lines): New variable.
6932
6933         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6934         instead of wl-message-truncate-lines for truncate-lines.
6935
6936 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-message.el (wl-message-display-internal): Call
6939         `wl-highlight-message' after `elmo-mime-display-as-is'.
6940
6941         * wl-mime.el (wl-mime-display-text/plain): New function.
6942         (wl-mime-display-header): Ditto.
6943         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6944         body-presentation-method for text/plain;
6945         Register `wl-mime-display-header' as a header-presentation-method;
6946         Don't set up `elmo-message-text-content-inserted-hook' and
6947         `elmo-message-header-inserted-hook'.
6948
6949         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6950         variable.
6951         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6952         as t if flag is 'all-header;
6953         Don't bind `elmo-message-ignored-field-list',
6954         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6955
6956 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6959         for xemacs with non-mule environment.
6960
6961 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6962
6963         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6964         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6965         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6966
6967 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6968
6969         * wl-vars.el (wl-interactive-send): Set default value as t.
6970
6971 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6974         (wl-addrmgr-method-list): Abolished.
6975         (wl-addrmgr-change-method): Follow above change.
6976
6977         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6978
6979 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6980
6981         * wl-vars.el (wl-message-truncate-lines): Change default value
6982         to default-truncate-lines.
6983
6984         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6985
6986 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6987
6988         * wl-vars.el (wl-message-truncate-lines): New variable.
6989
6990         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6991         wl-message-truncate-lines.
6992
6993 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl-acap.el (wl-acap-init): Remove period from error message.
6996         (wl-acap-find-acap-service): Remove period from message.
6997
6998 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl.el (wl-check-environment): Undo last change.
7001
7002         * wl-vars.el (wl-from): Changed default value.
7003
7004         * wl-util.el (toplevel): Don't require tm-edit.
7005
7006         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7007         `wl-folder-init';
7008         Don't set mark on mail body.
7009         (wl-draft-reedit): Ditto.
7010
7011         * wl-address.el (wl-address-quote-specials): Define as an alias for
7012         elmo-address-quote-specials.
7013
7014 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7015
7016         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7017
7018         * wl-vars.el (wl-from): Set default value as nil.
7019         (wl-organization): Set default value as ORGANIZATION environment
7020         variable.
7021
7022         * wl-draft.el (wl-smtp-extension-bind): Check value of
7023         wl-smtp-connection-type.
7024
7025         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7026         error.
7027
7028 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7029
7030         * Version number is increased to 2.7.4.
7031
7032         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7033         arguments from `wl-highlight-x-face-function' caller.
7034         Use x-face-1.3.6.12 or later.
7035
7036 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7037
7038         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7039
7040 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7041
7042         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7043         (wl-fcc): Fix to accept function.
7044         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7045
7046 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7047
7048         * wl-acap.el (toplevel): Added `product-provide' declare.
7049         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7050
7051 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7052
7053         * wl.el (wl): Changed order of calling `elmo-init'
7054         and `elmo-folder-init'.
7055
7056 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7057
7058         * wl-mime.el (wl-summary-burst): Extract message when content-type
7059         of root entity is not only `multipart' but also `message/rfc822'.
7060         (wl-summary-burst-subr): Ditto.
7061
7062 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7063
7064         * wl-vars.el (toplevel): Require 'custom.
7065         (wl-trash-folder): Added to `wl-setting' group.
7066
7067         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7068         exists.
7069         (wl-addrmgr-draw): Insert empty line when no entry exists.
7070
7071         * wl-mule.el (wl-message-wheel-up): Fixed.
7072         (wl-message-wheel-down): Ditto.
7073
7074 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7075
7076         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7077         config is an anonymous lambda expression.
7078
7079 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7082         when Mule 2 is running.
7083
7084 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7085
7086         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7087
7088 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7091         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7092
7093         * wl-address.el (wl-address-specials-regexp): Eliminated.
7094         (wl-address-quote-specials): Rewrite.
7095
7096 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7099         shy-groups for regexp.
7100
7101         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7102         character classes and Perl style shy-groups for regexp.
7103         (wl-highlight-plugged-current-line): Use Posix style character
7104         classes for regexp.
7105         (wl-e21-highlight-folder-by-numbers): Ditto.
7106         (wl-e21-display-image-p): Use `display-images-p' instead of
7107         `display-graphic-p'.
7108         (display-images-p): Make an alias to `display-graphic-p' if it is
7109         not available.  It is for Emacs version prior to 21.0.105.
7110
7111         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7112         `display-graphic-p'.
7113         (wl-demo-image-type-alist): Ditto.
7114         (display-images-p): Make an alias to `display-graphic-p' if it is
7115         not available.  It is for Emacs version prior to 21.0.105.
7116
7117 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7118
7119         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7120         support.
7121         (wl-generate-user-agent-string): Ditto.
7122
7123         * wl-version.el (wl-version): Update docsting.
7124         (wl-version-status): Ditto.
7125
7126 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7127
7128         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7129         21.0.105.  For Emacs 21.0.104 or earlier.
7130
7131 2001-09-03  Takuo KITAME <kitame@northeye.org>
7132
7133         * wl-e21.el (wl-plugged-init-icons): Use
7134         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7135         (wl-biff-init-icons): Ditto.
7136
7137 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-highlight.el (wl-highlight-summary-current-line):
7140         Fixed highlighting refile/copy destination.
7141
7142         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7143         (wl-acap-store): Encode string by wl-acap-coding-system.
7144
7145 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-acap.el (toplevel): Check and require 'un-define before
7148         'xemacs-ucs;
7149          Added checking for UTF-2000.
7150
7151 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7152
7153         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7154         Don't enclose with `eval-and-compile'.
7155
7156         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7157         wl-init is non-nil.
7158
7159         * wl-draft.el (wl-draft): Ditto.
7160
7161         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7162
7163         * wl-acap.el (toplevel): Require 'wl.
7164         (wl-acap-store): Call `elmo-init'.
7165
7166         * wl.el (wl): Changed position of `wl-check-environment'.
7167         (toplevel): Added autoload setting for wl-acap.
7168
7169         * wl-vars.el (wl-setting): New custom group.
7170         (wl-from): Added wl-setting group.
7171         (wl-user-mail-address-list): Ditto.
7172         (wl-organization): Ditto.
7173         (wl-subscribed-mailing-list): Ditto.
7174         (wl-envelope-from): Ditto.
7175         (wl-smtp-posting-user): Ditto.
7176         (wl-smtp-posting-server): Ditto.
7177         (wl-smtp-posting-port): Ditto.
7178         (wl-smtp-authenticate-type): Ditto.
7179         (wl-pop-before-smtp-user): Ditto.
7180         (wl-pop-before-smtp-server): Ditto.
7181         (wl-pop-before-smtp-port): Ditto.
7182         (wl-pop-before-smtp-authenticate-type): Ditto.
7183         (wl-nntp-posting-server): Ditto.
7184         (wl-nntp-posting-user): Ditto.
7185         (wl-nntp-posting-port): Ditto.
7186         (wl-fetch-confirm-threshold): Ditto.
7187         (wl-prefetch-threshold): Ditto.
7188         (wl-thread-insert-opened): Ditto.
7189         (wl-ldap-server): Ditto.
7190         (wl-ldap-port): Ditto.
7191         (wl-ldap-base): Ditto.
7192         (wl-ldap-objectclass): Ditto.
7193         (wl-use-ldap): Ditto.
7194         (wl-draft-config-alist): Ditto.
7195         (wl-draft-config-matchone): Ditto.
7196         (wl-template-alist): Ditto.
7197         (wl-message-sort-field-list): Ditto.
7198         (wl-message-ignored-field-list): Ditto.
7199         (wl-message-visible-field-list): Ditto.
7200         (wl-interactive-send): Ditto.
7201         (wl-summary-move-order): Ditto.
7202         (wl-auto-select-first): Ditto.
7203         (wl-auto-select-next): Ditto.
7204         (wl-interactive-save-folders): Ditto.
7205
7206         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7207         Initialization codes are moved from wl-local-folder-init.
7208         (wl-local-folder-init): Follow the change above.
7209         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7210
7211         * wl-acap.el: New file.
7212
7213         * Version number is increased to 2.7.3.
7214
7215 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7216
7217         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7218
7219 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7220
7221         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7222         (wl-addrmgr-address-entry-list): Ditto.
7223
7224 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * wl-e21.el (wl-draft-mode-map): Removed binding for
7227         `wl-draft-insert-x-face-field'.
7228
7229         * wl-mule.el (wl-draft-mode-map): Ditto.
7230
7231         * wl-xmas.el (wl-draft-mode-map): Ditto.
7232
7233         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7234         (wl-cs-autoconv): Ditto.
7235         (wl-cs-local): Ditto.
7236         (wl-use-scoring): Ditto.
7237         (wl-mime-charset): Ditto.
7238         (wl-folder-check-async): Ditto.
7239
7240         * wl.el (toplevel): Ignore nemacs and tm.
7241         (wl-exit): Ditto.
7242
7243         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7244         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7245         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7246         instead of wl-address-petname-add-or-change.
7247         (wl-summary-edit-addresses-subr): Use wl-address-delete
7248         instead of wl-address-petname-delete.
7249
7250         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7251
7252         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7253         if error occured.
7254
7255         * wl-message.el (require): Remove tm support.
7256
7257         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7258
7259         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7260         (wl-folder-jump-to-current-entity): Ditto.
7261         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7262
7263         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7264         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7265         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7266
7267         * wl-mule.el (wl-draft-key-setup): Ditto.
7268
7269         * wl-xmas.el (wl-draft-key-setup): Ditto.
7270
7271         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7272         (wl-draft-std11-parse-addresses): New function.
7273         (wl-draft-parse-mailbox-list): Use it.
7274         (wl-draft): Ignore nemacs.
7275         (wl-draft-reedit): Ditto.
7276
7277         * wl-addrmgr.el: New file.
7278         (Original is wl-rcpt.el written by
7279         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7280         Thanks Kitamoto-san.)
7281
7282         * wl-address.el (wl-address-make-address-list): Modified parsing
7283         process.
7284         (wl-address-delete): Renamed from `wl-address-petname-delete';
7285         Modify wl-address-list too.
7286         (wl-address-add-or-change): Renamed from
7287         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7288
7289 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7290
7291         * wl-highlight.el (wl-highlight-summary-current-line):
7292           Work with transient-mark-mode
7293
7294 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * Version number is increased to 2.7.2.
7297
7298         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7299         instead of elmo-dop-queue-method.
7300
7301 2001-08-06  SAITO Atsunori <sai@yedo.com>
7302
7303         * wl-vars.el (wl-ldap-objectclass): New user option.
7304
7305         * wl-address.el (wl-ldap-make-filter): Use it.
7306
7307 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7310
7311 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7312
7313         * wl-folder.el (wl-folder): redisplay after folder insertion.
7314
7315         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7316
7317         * wl-summary.el (wl-summary-sync-update):
7318         Change status mark only when new-msgdb exists.
7319         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7320
7321 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-summary.el (wl-summary-open-folder): New function.
7324         (wl-summary-goto-folder-subr): Use it.
7325         (wl-summary-mark-as-important): Fix;
7326         Encache only when no cache exists.
7327
7328 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7331         Use with-current-buffer.
7332
7333 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7334
7335         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7336         before call `get-buffer'. Fixed parenthesis.
7337         (wl-score-get-header-entry): Clear message and help window when
7338         keyboard quit.
7339         (wl-score-edit-insert-header): Ditto.
7340
7341 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7344         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7345         (wl-default-draft-cite): Fix.
7346
7347         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7348         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7349
7350 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-message.el (wl-message-prev-page): Do same bahavior
7353         as summary when it is called in the message buffer.
7354         (wl-message-next-page): Ditto.
7355
7356 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-summary.el (wl-summary-forward): Use cache if it is not
7359         section cache.
7360
7361 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7364         Removed redundant require of elmo-vars.
7365         (wl-biff-state-indicator-on): Changed default value for
7366         xemacs with non-mule environment.
7367
7368         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7369         wl-message-buffer is nil;
7370         Hide progress bar after moving messages.
7371
7372 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7375         message at cursor point is deleted.
7376
7377 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-vars.el: Changed file coding system to euc-japan.
7380         Added -*-coding:-*- magic to the first line.
7381
7382         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7383         Search parent from the first message.
7384
7385         * Version number is increased to 2.7.1.
7386
7387 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7388
7389         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7390
7391 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7394         refile/delete execution.
7395
7396         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7397         Fixed docstring.
7398
7399 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7402         do update process;
7403         Don't update marks when update process is interrupted.
7404
7405 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-summary.el (wl-summary-reply): Fixed problem when
7408         wl-draft-use-frame is non-nil.
7409         (wl-summary-forward): Ditto.
7410
7411         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7412         as nil.
7413         (wl-folder-mark-as-read-all-entity): Ditto.
7414         (wl-folder-prefetch-entity): Ditto.
7415
7416         * wl.el (wl): Check environment before wl-init.
7417
7418         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7419         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7420         instead of wl-summary-collect-unread.
7421         (wl-summary-reply): Split message window.
7422
7423 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7426         only if current language environment is japanese,
7427
7428         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7429         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7430         (wl-folder-goto-folder-subr): Ditto.
7431
7432         * wl-draft.el (wl-draft-dispatch-message): Call
7433         `elmo-file-cache-get-path'.
7434
7435 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-summary.el (wl-summary-cursor-move): If return value of
7438         wl-summary-next-message is not number, don't jump.
7439
7440 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-summary.el (wl-summary-buffer-next-message-function): New
7443         variable.
7444         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7445         if it is bound.
7446
7447         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7448         string.
7449
7450         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7451         (wl-plugged-drawing): Ditto.
7452
7453 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7454
7455         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7456         process.
7457         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7458         with unwind-protect.
7459
7460         * wl.el (wl-init): Require mime-setup.
7461         (wl-check-environment): Don't require mime-setup.
7462
7463         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7464         instead of elmo-folder-type.
7465
7466         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7467         value as nil.
7468
7469 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * Version number is increased to 2.7.0.
7472
7473         * wl-version.el (wl-version): Changed codename.
7474
7475         * wl-summary.el (wl-summary-delete-cache): Fixed.
7476
7477         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7478         Workaround for net folders.
7479         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7480
7481         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7482         value to nil (According to the patch from
7483         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7484
7485         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7486         of elmo-folder-close.
7487
7488 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7489
7490         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7491         for postfix.
7492
7493 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-summary.el (wl-summary-resend-message): Fixed.
7496
7497         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7498         Call wl-draft with `from' argument if its address is included in
7499         `wl-user-mail-address-list'.
7500         (wl-draft): Added `from' argument.
7501
7502         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7503         non-nil.
7504         (wl): Don't show demo if wl-demo is nil.
7505
7506         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7507         wl-summary-use-frame.
7508
7509         * wl-vars.el (wl-summary-use-frame): New user option.
7510         (wl-folder-use-frame): Changed docstring.
7511
7512         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7513         non-nil.
7514         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7515         wl-summary-use-frame.
7516
7517         * wl-vars.el (wl-folder-use-frame): New user option.
7518
7519         * wl-summary.el (wl-summary-exit): Back to folder frame if
7520         wl-folder-use-frame is non-nil.
7521         (wl-summary-redisplay-internal): Ignore cache if current folder
7522         is draft folder,
7523         (wl-summary-redisplay-no-mime): Ditto.
7524         (wl-summary-redisplay-all-header): Ditto.
7525
7526         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7527         if wl-folder-use-frame is non-nil.
7528
7529 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-summary.el (wl-summary-sync-update): Bind
7532         elmo-folder-update-threshold.
7533         (wl-summary-mark-as-important): Enclosed server mark processing
7534         with `save-match-data'.
7535
7536         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7537         only when it is already defined.
7538
7539 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7540
7541         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7542         name of folder exclude localdir is wrong.
7543         * wl-folder.el (wl-folder-sync-entity):
7544         Set `wl-summary-always-sticky-folder-list' as nil.
7545         (wl-folder-mark-as-read-all-entity): Ditto.
7546         (wl-folder-prefetch-entity): Ditto.
7547
7548 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7549
7550         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7551         instead of `wl-summary-write-current-newsgroup'.
7552
7553 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7554
7555         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7556         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7557         non-nil and selected message is important, do not display.
7558
7559 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7560
7561         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7562
7563 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7566
7567         * wl-summary.el (wl-summary-mark-as-important): Set message number
7568         using wl-summary-message-number.
7569
7570 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7571
7572         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7573         destination folder is 'null.
7574
7575 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7576
7577         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7578         New function.
7579         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7580         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7581         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7582
7583 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-mime.el (wl-mime-setup): Added setting for
7586         `mime-setup-signature-key-alist' to avoid overriding key bind for
7587         `wl-draft-send'.
7588
7589         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7590         for `wl-draft-send'.
7591         * wl-mule.el (wl-draft-overload-functions): Ditto.
7592         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7593         * wl-draft.el (wl-draft-send): Ditto.
7594
7595         * wl-message.el (wl-message-display-internal):
7596         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7597         (Patch is provided by <kita@coe.nttdata.co.jp>).
7598
7599 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7600
7601         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7602
7603 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7604
7605         * wl.el (wl): Fix for wl-demo.
7606
7607 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7608
7609         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7610
7611 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7612
7613         * wl-folder.el (wl-folder-prefetch-entity): Use
7614         `wl-folder-get-elmo-folder'.
7615         (wl-folder-count-incorporates): Do not use
7616         `wl-folder-get-elmo-folder'.
7617
7618 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7619
7620         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7621         instead of `elmo-folder-get-type'.
7622
7623 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7624
7625         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7626         position on Subject: field.
7627         (Advised by Mito <mit@nines.nec.co.jp>)
7628
7629 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7630
7631         * wl-folder.el (wl-folder-prefetch-entity): Use
7632         `wl-folder-get-elmo-folder'.
7633
7634 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7637
7638         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7639         `process-duplicates' slot.
7640
7641         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7642         if detection failed.
7643
7644 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7645
7646         * wl-version.el (wl-version-status): Set to "alpha".
7647
7648 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7651         Check wl-message-buffer lives before set-buffer.
7652
7653 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7654
7655         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7656         called in folder mode.
7657         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7658         * wl-summary.el (wl-summary-exit-pre-hook): Run
7659         `wl-summary-exit-pre-hook' before exit summary mode.
7660
7661 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7662
7663         * wl-version.el (wl-version-status): New variable.
7664         (wl-version-status-alist): Removed.
7665         (wl-version-status): Rule included.
7666
7667 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7670         @sponichi.
7671
7672         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7673         when `mail-reply-buffer' is buffer-local variable.
7674         (Reported by <kita@coe.nttdata.co.jp>).
7675
7676 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-vars.el (toplevel): Require 'elmo-util.
7679
7680 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7683         (All other related portions are changed)
7684
7685         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7686
7687         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7688
7689 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7690
7691         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7692
7693 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7696         Delete other windows to avoid an error.
7697         Use `point-marker' instead of `point' to remember the start point
7698         of body.
7699
7700         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7701
7702         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7703         number not to exceed all message number.
7704
7705 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7706
7707         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7708         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7709
7710 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * wl-summary.el (wl-summary-sync-force-update): Added argument
7713         no-check.
7714         (wl-summary-sync-update): Ditto.
7715         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7716         with `no-check'.
7717
7718         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7719         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7720         already running.
7721
7722 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7723
7724         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7725         `dst-folder-arg'.
7726         (wl-expire-archive-number1): Diito.
7727         (wl-expire-archive-number2): Diito.
7728         (wl-expire-archive-Date): Diito.
7729         (wl-archive-number1): Diito.
7730         (wl-archive-number2): Diito.
7731         (wl-archive-date): Diito.
7732         (wl-archive-folder-p): New function.
7733         (wl-summary-expire): Support of expand folder name at
7734         wl-expire-alist.
7735         * wl-util.el (wl-expand-newtext): Renamed from
7736         `wl-refile-expand-newtext'.
7737
7738 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7739
7740         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7741         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7742         `(elmo-msgdb-get-overview msgdb)'.
7743         (wl-summary-prefetch): Bind match data before call
7744         `wl-summay-prefetch-msg'.
7745         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7746         'off if `wl-summary-buffer-disp-msg' is non-nil.
7747         Fixed problem that couldn't show only one new or unread message when
7748         enter folder.
7749         (wl-summary-reply): Don't call `split-window-vertically' and other
7750         window.
7751
7752 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-expire.el (wl-expire-refile): Fixed.
7755
7756 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7759
7760         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7761         biff notification is removed.
7762
7763         * wl.el (wl): Changed position of `elmo-init'.
7764
7765         * wl-draft.el (wl-default-draft-cite): Use date field
7766         on the citation buffer.
7767
7768         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7769
7770         * wl-xmas.el (wl-folder-internal-icon-list): Added
7771         `wl-folder-shimbun-image'.
7772
7773         * wl-e21.el (wl-folder-internal-icon-list): Added
7774         `wl-folder-shimbun-image'.
7775
7776 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * wl.el (wl-init): Eliminated argument.
7779         (wl): Rewrite.
7780
7781         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7782         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7783         instead of `elmo-folder-msgdb-internal'.
7784         (wl-summary-sync-update): Ditto.
7785         (wl-summary-flush-pending-append-operations): Eliminated.
7786         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7787         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7788         `elmo-folder-open'.
7789
7790         * wl-mime.el (wl-summary-burst): Fixed.
7791
7792         * wl-folder.el (wl-folder-info-save): Check data type.
7793
7794         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7795         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7796         instead of `elmo-folder-msgdb-internal'.
7797         (wl-expire-hide): Ditto.
7798
7799
7800         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7801
7802 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7803
7804         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7805
7806 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7807
7808         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7809
7810 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7811
7812         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7813         Fixed `match-beginning' argument mismatch.
7814
7815 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7818         the default value.
7819
7820 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7823         instead of `elmo-nntp-default-port'.
7824
7825         * wl-vars.el: Fixed some doc strings.
7826
7827 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-summary.el (wl-summary-prefetch-msg): Use
7830         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7831
7832         * wl-vars.el: Define *-func as obsolete variable using
7833         `elmo-define-obsolete-variable'.
7834
7835         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7836         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7837         instead of `wl-message-buffer-prefetch-threshold'.
7838
7839         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7840
7841         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7842
7843         * wl-draft.el (wl-caesar-region-func): Ditto.
7844
7845         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7846         Keep unread status in elmo-folder-move-messages.
7847         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7848
7849 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7850
7851         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7852         `wl-summary-buffer-exit-func'
7853         (wl-summary-buffer-message-redisplay-function): Renamed from
7854         `wl-summary-buffer-message-redisplay-func'
7855         (wl-summary-buffer-next-folder-function): Renamed from
7856         `wl-summary-buffer-next-folder-func'.
7857         (wl-summary-buffer-prev-folder-function): Renamed from
7858         `wl-summary-buffer-prev-folder-func'.
7859         (wl-summary-get-petname-function): Renamed from
7860         `wl-summary-get-petname-func'.
7861
7862         * wl-score.el (wl-score-edit-exit-function): Renamed from
7863         `wl-score-edit-exit-func'.
7864
7865         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7866         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7867
7868         * wl-util.el (wl-load-profile-function): Renamed from
7869         `wl-load-profile-func'.
7870
7871         * wl-folder.el (wl-folder-completion-function): Renamed from
7872         `wl-folder-completion-func'.
7873         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7874
7875         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7876         `wl-expire-archive-get-folder-func'.
7877         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7878         (wl-draft-send-mail-function): Renamed from
7879         `wl-draft-send-mail-func'.
7880         (wl-draft-send-news-function): Renamed from
7881         `wl-draft-send-news-func'.
7882         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7883         (wl-generate-mailer-string-function): Renamed from
7884         `wl-generate-mailer-string-func'.
7885         (wl-highlight-signature-search-function): Renamed from
7886         `wl-highlight-signature-search-func'.
7887         (wl-highlight-x-face-function): Renamed from
7888         `wl-highlight-x-face-func'
7889         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7890         (wl-ps-print-buffer-function): Renamed from
7891         `wl-ps-print-buffer-func'
7892         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7893         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7894         (wl-summary-subject-filter-function): Renamed from
7895         `wl-summary-subject-filter-func'.
7896
7897         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7898         `wl-draft-queue-flush-send-func'
7899         (wl-draft-cite-function): Renamed from
7900         `wl-draft-cite-func'
7901
7902         * wl-address.el (wl-address-init-function): Renamed from
7903         `wl-address-init-func'.
7904
7905 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-draft.el (wl-draft-queue-flush): Don't call
7908         `elmo-dop-unlock-message'.
7909         * wl-draft.el (wl-draft-queue-append): Don't call
7910         `elmo-dop-lock-message'.
7911
7912         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7913         (wl-summary-buffer-folder-name): Ditto.
7914         (wl-summary-message-regexp): Added '-' (all other related portions
7915         are changed).
7916         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7917         wl-summary-buffer-folder-name.
7918
7919 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7920
7921         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7922         the number of mails in the folder buffer is not updated by wl-biff.
7923
7924 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7925
7926         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7927         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7928
7929 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-summary.el (wl-summary-next-message):
7932         Return next message number when wl-summary-move-order is nil.
7933
7934 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7935
7936         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7937         `wl-summary-move-spec-alist'.
7938         (wl-summary-move-spec-unplugged-alist): New variable
7939         (Move spec for unplugged status).
7940         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7941         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7942
7943 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7944
7945         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7946         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7947
7948 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7949
7950         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7951         simple quotation to quote the anonymous function.
7952         * tm-wl.el (wl-draft-preview-message): Ditto.
7953
7954 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7955
7956         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7957         Eliminate redundant `save-excursion'.
7958         (wl-highlight-summary-current-line): Ditto.
7959
7960         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7961         accessing match data when `looking-at' failed.
7962
7963         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7964         `elmo-match-string' where users don't care about the speed.
7965         (wl-draft-save): Ditto.
7966
7967 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-util.el (wl-regexp-opt): New function.
7970
7971         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7972         number from `wl-summary-buffer-number-list'.
7973         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7974         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7975         (wl-summary-move-spec-alist): Changed default setting.
7976
7977 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7978
7979         * wl-vars.el (wl-biff-notify-hook): New hook.
7980         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7981         the arrival of new mail.
7982         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7983         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7984
7985 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7988
7989 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7990
7991         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7992
7993         * Version number is increased to 2.5.8.
7994
7995         * wl-thread.el (toplevel): require 'cl.
7996         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7997         (wl-thread-make-number-list): New function.
7998         (wl-thread-entity-make-number-list-from-children): Ditto.
7999         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8000         (wl-thread-entity-insert-as-children): Likewise.
8001         (wl-thread-delete-message): Likewise.
8002         (wl-meaning-of-mark): Eliminated.
8003         (wl-thread-next-failure-mark-p): Ditto.
8004         (wl-thread-entity-get-mark): Ditto.
8005         (wl-thread-meaning-alist-get-result): Ditto.
8006         (wl-thread-entity-check-prev-mark): Ditto.
8007         (wl-thread-entity-check-next-mark): Ditto.
8008         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8009         (wl-thread-entity-get-prev-marked-entity): Ditto.
8010         (wl-thread-get-prev-unread): Ditto.
8011         (wl-thread-jump-to-prev-unread): Ditto.
8012         (wl-thread-get-next-unread): Ditto.
8013         (wl-thread-jump-to-next-unread): Ditto.
8014         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8015         (wl-thread-entity-get-next-marked-entity): Ditto.
8016
8017         * wl-summary.el (wl-summary-buffer-number-list):
8018         New bufer-local variable.
8019         (wl-summary-switch-to-clone-buffer): Clone
8020         `wl-summary-buffer-number-list'.
8021         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8022         (wl-summary-cursor-move-regex): Eliminated.
8023         (wl-summary-cursor-up): Rewrite.
8024         (wl-summary-cursor-down): Ditto.
8025         (wl-summary-mode-spec-alist): New variable.
8026         (wl-summary-next-message): New inline function.
8027         (wl-summary-cursor-move): New function.
8028         (wl-summary-default-get-next-msg): Rewrite.
8029         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8030         (wl-summary-rescan): Ditto.
8031         (wl-summary-sync-all-init): Ditto.
8032         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8033         summary is not thread view.
8034         (wl-summary-sync-update): Ditto.
8035         (wl-summary-rescan): Ditto.
8036         (wl-summary-make-number-list): New function.
8037
8038         * wl-draft.el: "FCC" -> "Fcc".
8039
8040 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-highlight.el (wl-highlight-summary-window):
8043         Call `set-buffer-modified-p'.
8044
8045         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8046         (wl): Call `elmo-init' and fix.
8047
8048         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8049         Use new variables.
8050
8051         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8052
8053 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8056
8057 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8058
8059         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8060
8061 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8062
8063         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8064         `wl-use-toolbar' nor `display-graphic-p'.
8065         (wl-e21-setup-message-toolbar): Ditto.
8066         (wl-e21-setup-summary-toolbar): Ditto.
8067         (wl-e21-setup-folder-toolbar): Ditto.
8068
8069         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8070         (wl-plugged-init-icons): Ditto.
8071
8072         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8073         `display-graphic-p'.
8074         (wl-plugged-set-folder-icon): Ditto.
8075         (wl-highlight-plugged-current-line): Ditto.
8076         (wl-highlight-folder-current-line): Ditto.
8077         (wl-e21-highlight-folder-group-line): Ditto.
8078         (wl-e21-setup-toolbar): Ditto.
8079         (wl-e21-display-image-p): New macro.
8080
8081         * wl-demo.el (wl-demo): Simplified.
8082         (wl-demo-image-type-alist): Use `image-type-available-p' for
8083         checking whether the image type `xbm' is available.
8084
8085 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8088         (wl-summary-input-range): Ditto.
8089
8090 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-summary.el (wl-summary-edit-addresses): Use
8093         `wl-summary-get-original-buffer'
8094         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8095         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8096         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8097         (wl-summary-get-newsgroups): Eliminated.
8098         (wl-summary-set-crosspost): Ditto.
8099         (wl-summary-is-crosspost-folder): Ditto.
8100         (wl-crosspost-alist-load): Ditto.
8101         (wl-crosspost-alist-save): Ditto.
8102
8103         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8104         `elmo-setup-subscribed-newsgroups' instead of
8105         `elmo-nntp-make-groups-hashtb'.
8106         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8107         instead of `wl-crosspost-alist-save'.
8108
8109         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8110         of `elmo-folder-message-appendable-p'.
8111         (wl-mime-header-presentation-method): Eliminated.
8112
8113         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8114         (Error occurs in emacs21).
8115
8116         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8117         the current buffer).
8118
8119         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8120         instead of `wl-crosspost-alist-save'.
8121         (wl-init): `elmo-crosspost-message-alist-load'
8122         instead of `wl-crosspost-alist-load'
8123
8124         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8125         (wl-parse-newsgroups): Likewise.
8126         (wl-biff-notify): Run `wl-biff-notify-hook'.
8127
8128 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8131
8132         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8133         when `wl-summary-lazy-highlight' is non-nil.
8134         (wl-summary-goto-folder-subr): Highlight only when
8135         `wl-summary-lazy-highlight' is non-nil.
8136
8137         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8138         Don't display progress and highlight temp-mark when
8139         `wl-summary-lazy-highlight' is non-nil.
8140         (wl-highlight-summary-window): New function.
8141         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8142
8143 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8144
8145         * wl-summary.el (wl-summary-sync): Change `all-visible'
8146         from `all-shown'
8147         (wl-summary-input-range): Ditto.
8148
8149 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8150
8151         * wl-e21.el (wl-highlight-folder-current-line): Call
8152         `wl-folder-init-icons' when folder icons have not been initialized.
8153
8154         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8155
8156         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8157         (wl-demo-image-type-alist): New macro.
8158
8159 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8160
8161         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8162         display does not support graphics.
8163         (wl-plugged-init-icons): Ditto.
8164         (wl-folder-init-icons): Ditto.
8165
8166         * wl-demo.el (wl-demo): Chech closely whether the display
8167         supports graphics.
8168
8169 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-summary.el (wl-summary-get-original-buffer): New function.
8172         (wl-summary-set-crosspost): Use it.
8173         (wl-summary-target-mark-uudecode): Ditto.
8174         (wl-summary-reedit): Ditto.
8175         (wl-summary-resend-bounced-mail): Ditto.
8176         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8177         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8178
8179         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8180         (wl-message-display-internal): Ditto.
8181
8182 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8185
8186 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-summary.el (wl-summary-save-view): Renamed from
8189         `wl-summary-save-status'.
8190
8191 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8192
8193         * wl-summary.el (wl-summary-sync): Added `all-shown'
8194
8195 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8196
8197         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8198
8199 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8200
8201         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8202
8203 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8204
8205         * wl-highlight.el (wl-highlight-summary-line-string): Use
8206         `zerop' instead of `= 0'.
8207         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8208
8209         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8210         for comparing numbers.
8211         (wl-template-prev): Use `zerop' instead of `eq 0'.
8212
8213         * wl-draft.el (wl-draft-insert-current-message): Use
8214         `with-current-buffer' instead of `save-excursion'.
8215         Use `zerop' instead of `eq 0'.
8216
8217 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8218
8219         * wl-draft.el (wl-draft-insert-ccs): New function.
8220         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8221         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8222
8223 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8226
8227 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-expire.el (wl-expire-refile): Don't call
8230         elmo-msgdb-add-msgs-to-seen-list;
8231         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8232         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8233
8234 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-message.el (wl-message-prev-page): Ignore errors while
8237         scroll-down.
8238
8239 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-mime.el: Use elmo-original-message-mode instead of
8242         mmelmo-original-mode.
8243
8244         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8245         `elmo-folder-get-spec';
8246         (wl-fldmgr-add-completion-all-completions):
8247         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8248
8249         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8250         of `elmo-folder-get-type'.
8251
8252         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8253         `elmo-folder-get-spec';
8254         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8255         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8256         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8257         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8258         `elmo-read-msg-no-cache';
8259         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8260         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8261         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8262         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8263         `elmo-cache-save';
8264         (wl-draft-reedit): Use `elmo-message-file-name'.
8265
8266         * wl-expire.el: Use `elmo-folder-name-internal';
8267         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8268         Use macro `wl-summary-buffer-msgdb' instead of variable
8269         `wl-summary-buffer-msgdb';
8270         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8271         Use macro `wl-summary-buffer-folder-name' instead of variable
8272         `wl-summary-buffer-folder-name'.
8273         * wl-score.el: Likewise.
8274
8275         * wl-message.el: Rewrite for new message buffer cache mechanism.
8276         (wl-message-buffer-cache-buffer-get): New macro.
8277         (wl-message-buffer-cache-folder-get): Ditto.
8278         (wl-message-buffer-cache-message-get): Ditto.
8279         (wl-message-buffer-cache-entry-make): Ditto.
8280         (wl-message-buffer-cache-hit): Ditto.
8281         (wl-message-buffer-cache-sort): New function.
8282         (wl-message-buffer-cache-add): Ditto.
8283         (wl-message-buffer-cache-delete): Ditto.
8284         (wl-message-buffer-cache-clean-up): Ditto.
8285         (wl-message-buffer-window): Rewrite.
8286         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8287         (wl-message-buffer-display): New function.
8288         (wl-message-display-internal): New function.
8289
8290 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-folder.el: Use `elmo-folder-name-internal';
8293         Use `wl-folder-get-elmo-folder';
8294         Use `elmo-folder-list-messages' instead of
8295         `elmo-list-folder';
8296         Use `elmo-folder-get-primitive-list' instead of
8297         `elmo-folder-get-primitive-spec-list';
8298         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8299         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8300         Use `elmo-folder-create' instead of `elmo-create-folder'.
8301         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8302         (wl-folder-get-elmo-folder): New macro.
8303         (wl-folder-elmo-folder-cache-get): Ditto.
8304         (wl-folder-elmo-folder-cache-put): Ditto.
8305         (wl-folder-suspend): Call `elmo-quit'.
8306
8307         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8308         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8309         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8310         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8311         (toplevel): require 'cl.
8312         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8313
8314         * wl-summary.el: Rewrite to use new elmo interface.
8315
8316 \f
8317 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * wl-mime.el (wl-draft-preview-message):
8320         Run `wl-draft-send-hook' before collecting recipients information;
8321         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8322
8323         * tm-wl.el (wl-draft-preview-message): Ditto.
8324
8325 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8328         wrong recipients are displayed when forwarded message.
8329
8330 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8331
8332         * Version number is increased to 2.5.7.
8333
8334 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8335
8336         * wl-message.el (wl-message-next-page): Bind
8337         `window-pixel-scroll-increment' to nil while scrolling up.
8338
8339 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8340
8341         * wl-vars.el (wl-save-hook): New hook.
8342         * wl.el (wl-save): Call `wl-save-hook'.
8343
8344 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8345
8346         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8347         Argument WITH-ARG instead of NO-ARG (negative mean).
8348         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8349         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8350         * wl-message.el (wl-message-follow-current-entity): Likewise.
8351
8352 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8353
8354         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8355         FROM was optional argument.
8356         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8357
8358 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8359
8360         * Version number is increased to 2.5.6.
8361
8362 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8363
8364         * wl-version.el (wl-version-show): Removed.
8365         (wl-version): Add `interactive'.
8366
8367 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8368
8369         * wl-summary.el (wl-summary-get-petname-func): New variable.
8370         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8371         instead of `wl-address-get-petname-1'.
8372         (wl-summary-simple-from): Ditto.
8373
8374         * wl-address.el (wl-address-get-petname-1): Define as function.
8375
8376 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8379         field in the original message.
8380         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8381
8382 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8383
8384         * wl-expire.el (wl-expire-hide):
8385         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8386
8387 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8390         find decoder for To, Cc, and Subject.
8391
8392 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8393
8394         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8395         for checking `elmo-use-buffer-cache'.
8396         (wl-summary-mark-as-important): Fixed typo in comment.
8397
8398 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8401         field in the original message.
8402         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8403
8404 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8405
8406         * wl-expire.el (wl-expire-hide):
8407         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8408
8409 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8412         find decoder for To, Cc, and Subject.
8413
8414 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * Version number is increased to 2.5.5.
8417
8418         * wl-address.el (wl-address-specials-regexp): New constant.
8419         (wl-address-quote-specials): Use it.
8420
8421 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-summary.el (wl-summary-rescan):
8424         Call `wl-summary-buffer-number-column-detect'.
8425         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8426
8427         * wl-message.el (wl-message-mode-map): Define.
8428         (wl-message-decode): Use it as local-map.
8429
8430 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8433         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8434
8435 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8438
8439         * wl-mule.el (wl-read-event-char): Ditto.
8440
8441         * wl-e21.el (wl-read-event-char): Ditto.
8442
8443         * wl-nemacs.el (wl-read-event-char): Ditto.
8444         (read-event): Removed.
8445
8446         * wl-util.el (toplevel): Removed dummy definition of
8447         `read-event'.
8448         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8449
8450 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8451
8452         * wl-nemacs.el (elmo-archive-call-process): Moved to
8453         elmo-archive.el.
8454
8455 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8458         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8459
8460         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8461         instead of magic-number 6.  Use `not' instead of `null' for symbol
8462         `nil' check (not empty list).
8463         (wl-draft-insert-x-face-field): Fixed paren style.
8464
8465         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8466         one-branch conditional statement, instead of `and' and `if'.
8467         (wl-draft-forward): Likewise.
8468         (wl-draft-add-references): Likewise.
8469         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8470
8471         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8472         conditional steatment.  Use `cond' instead of `if'.
8473         (wl-draft-confirm): Likewise.
8474
8475 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8476
8477         * wl-version.el (wl-version-show): Use `product-string-1'
8478         instead of `wl-version'.
8479         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8480
8481         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8482
8483 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8484
8485         * wl-highlight.el (wl-highlight-headers): Revert
8486         `wl-highlight-x-face-func' argument (`beg' and `end').
8487
8488 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8489
8490         * wl.el (toplevel): Move `product-provide' declare.
8491         * wl-demo.el (toplevel): Ditto.
8492         * wl-dnd.el (toplevel): Ditto.
8493         * wl-highlight.el (toplevel): Ditto.
8494         * wl-message.el (toplevel): Ditto.
8495         * wl-refile.el (toplevel): Ditto.
8496         * wl-util.el (toplevel): Ditto.
8497
8498 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8501         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8502         (wl-thread-close-all): keep cursor position.
8503
8504 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8505
8506         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8507         (eq x 0).
8508         (wl-generate-user-agent-string-1): Fix conditional statement.
8509
8510 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8511
8512         * wl.el (wl-check-environment): Additional check for
8513         'wl-local-domain' and `wl-message-id-domain'.
8514
8515 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8516
8517         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8518
8519 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8520
8521         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8522         instead of `smtp-sasl-user-realm'.
8523
8524 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8525
8526         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8527
8528 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8529
8530         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8531         to the default value as well as `eword-lexical-analyzer'.
8532
8533 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8534
8535         * wl-version.el (wl-extended-emacs-version,
8536         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8537         `elmo-match-string' instead of `wl-match-string'.
8538
8539 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8540
8541         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8542         docstring.
8543
8544 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8545
8546         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8547
8548 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8549
8550         * wl-highlight.el (wl-highlight-headers): Remove
8551         `wl-highlight-x-face-func' argument (`beg' and `end').
8552
8553 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8554
8555         * wl-summary.el (wl-summary-mark-as-important):
8556         Remove cache if folder is local.
8557
8558 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8559
8560         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8561         to get existing e-mail address string.
8562
8563 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8564
8565         * wl-version.el (wl-generate-user-agent-string): Commentary.
8566         (wl-generate-user-agent-string-1): Use `when' for
8567         one-branch conditional statement, instead of `and' and `if'.
8568         (wl-extended-emacs-version, wl-extended-emacs-version2,
8569         wl-extended-emacs-version3): Ditto.
8570
8571 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8572
8573         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8574         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8575         condition-case; Remove initialization.
8576         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8577         (wl-summary-sync-update3): Added argument `sync-all';
8578         Eliminated local variable `msgdb';
8579         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8580         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8581         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8582
8583 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8584
8585         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8586         connection before call `wl-draft-send-mail-with-smtp'.
8587
8588 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * Version number is increased to 2.5.4.
8591
8592 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8593
8594         * wl.el (wl-check-environment): Additional check for
8595         'wl-local-domain' and `wl-message-id-domain'.
8596
8597 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8600         buffer as command specific.
8601         (wl-folder-mark-as-read-all-entity): Ditto.
8602         (wl-folder-prefetch-entity): Ditto.
8603         (wl-folder-drop-unsync-entity): Ditto.
8604
8605         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8606         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8607         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8608
8609         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8610         save-excursion.
8611
8612 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * Version number is increased to 2.5.3.
8615
8616         * wl-summary.el (wl-summary-save-view-cache):
8617         Delete duplicated `write-region';
8618         Use `write-region-as-binary' instead of `as-binary-output-file' and
8619         `write-region'.
8620
8621 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8622
8623         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8624
8625 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8628         instead of `smtp-via-smtp'.
8629
8630 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8631
8632         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8633
8634 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8635
8636         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8637         instead of `smtp-sasl-user-realm'.
8638
8639 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8640
8641         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8642
8643 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8644
8645         * Version number is increased to 2.5.2.
8646
8647 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8648
8649         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8650         does not exist.
8651         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8652         (wl-biff-start): Call `timer-activate' if timer already exists.
8653
8654         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8655         only when it is bound as function.
8656
8657 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * Version number is increased to 2.5.1.
8660
8661 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8664         Print refile/copy destination.
8665
8666 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8669         queue-flush-only is non-nil.
8670
8671         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8672
8673         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8674         checking cache folder.
8675
8676 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8677
8678         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8679         `regexp-quote'.
8680
8681 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8682
8683         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8684         function.
8685         * wl-summary.el (wl-summary-write-current-folder-functions):
8686         Change default value.  Use it.
8687
8688 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * Version number is increased to 2.5.0.
8691
8692         * wl-version.el (wl-version): Changed codename.
8693
8694 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8695
8696         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8697         (wl-summary-supersedes-message): Ditto.
8698
8699 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8700
8701         * wl-refile.el (wl-refile-guess-functions): Renamed from
8702         `wl-refile-guess-func-list'.
8703
8704 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8707         Fixed problem when no rule was matched.
8708
8709 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8710
8711         * wl-summary.el (wl-summary-get-mark): Fixed
8712         `wl-summary-buffer-target-mark' check logic.
8713
8714 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8715
8716         * wl-folder.el (wl-folder-write-current-folder): Added group
8717         folder check.
8718
8719         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8720         `wl-summary-write-current-newsgroup'.
8721         (wl-summary-write-current-folder-functions): New variable.
8722         * wl-folder.el (wl-folder-get-newsgroups): New function.
8723         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8724         (wl-folder-write-current-folder): Renamed from
8725         `wl-folder-write-current-newsgroup'.
8726
8727 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8728
8729         * Version number is increased to 2.3.93.
8730
8731 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8734         (wl-ldap-make-matched-value-list): Ditto.
8735         (wl-ldap-alias-safe-string): Split e-mail address.
8736
8737         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8738         petname folder default was selected.
8739         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8740         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8741
8742 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8745         to `wl-draft-config-exec'.
8746
8747         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8748         instead of calling `wl-draft-config-exec';
8749         Process group-list and show recipients in minibuffer.
8750
8751         * tm-wl.el (wl-draft-preview-message): Ditto.
8752
8753 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8754
8755         * wl.el (toplevel): Added (C) to copyright notice, and
8756         sync Author header.
8757         * tm-wl.el (toplevel): Ditto.
8758         * wl-address.el (toplevel): Ditto.
8759         * wl-demo.el (toplevel): Ditto.
8760         * wl-dnd.el (toplevel): Ditto.
8761         * wl-draft.el (toplevel): Ditto.
8762         * wl-e21.el (toplevel): Ditto.
8763         * wl-expire.el (toplevel): Ditto.
8764         * wl-folder.el (toplevel): Ditto.
8765         * wl-highlight.el (toplevel): Ditto.
8766         * wl-message.el (toplevel): Ditto.
8767         * wl-mime.el (toplevel): Ditto.
8768         * wl-mule.el (toplevel): Ditto.
8769         * wl-nemacs.el (toplevel): Ditto.
8770         * wl-refile.el (toplevel): Ditto.
8771         * wl-score.el (toplevel): Ditto.
8772         * wl-summary.el (toplevel): Ditto.
8773         * wl-template.el (toplevel): Ditto.
8774         * wl-thread.el (toplevel): Ditto.
8775         * wl-util.el (toplevel): Ditto.
8776         * wl-vars.el (toplevel): Ditto.
8777         * wl-xmas.el (toplevel): Ditto.
8778
8779 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8780
8781         * wl.el (wl-init): Added comment about `wl-init-hook'.
8782         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8783         * wl-vars.el (wl-init-hook): Added docs.
8784         (wl-make-plugged-hook): Removed useless docs.
8785         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8786         * wl-xmas.el (toplevel): Ditto.
8787
8788 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8789
8790         * wl-address.el (toplevel): Fixed multiple Author header format.
8791         * wl-demo.el (toplevel): Ditto.
8792         * wl-draft.el (toplevel): Ditto.
8793         * wl-folder.el (toplevel): Ditto.
8794         * wl-summary.el (toplevel): Ditto.
8795         * wl-thread.el (toplevel): Ditto.
8796         * wl-util.el (toplevel): Ditto.
8797         * wl-vars.el (toplevel): Ditto.
8798         * wl-version.el (toplevel): Ditto.
8799         * wl-xmas.el (toplevel): Ditto.
8800         * wl.el (toplevel): Ditto.
8801
8802         * wl-version.el (toplevel): Added require `elmo-version' for
8803         `product-version-as-string'.
8804
8805 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-vars.el (wl-draft-send-hook): Changed default value to
8808         '(wl-draft-config-exec).
8809
8810         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8811         explicitly.
8812         (wl-draft): Set `wl-draft-config-exec-flag' before running
8813         `wl-mail-setup-hook'.
8814
8815         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8816         `wl-biff-init-icons' to `wl-init-hook' instead of
8817         `wl-make-plugged-hook'.
8818         (Because if `wl-draft' command is invoked at first,
8819         they are not initialized)
8820         Updated copyright notice.
8821
8822         * wl-e21.el (toplevel): Ditto;
8823
8824         * wl-demo.el (toplevel): Updated copyright notice.
8825         * wl-address.el (toplevel): Ditto.
8826         * wl-draft.el (toplevel): Ditto.
8827         * wl-version.el (toplevel): Ditto.
8828         * wl-folder.el (toplevel): Ditto.
8829         * wl-summary.el (toplevel): Ditto.
8830         * wl-thread.el (toplevel): Ditto.
8831         * wl-util.el (toplevel): Ditto.
8832         * wl-vars.el (toplevel): Ditto.
8833         * wl.el (toplevel): Ditto.
8834
8835 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8836
8837         * wl-highlight.el (wl-highlight-message): Fixed problem of
8838         highlighting failure which occured when the last field contains
8839         multiple lines in the draft buffer.
8840
8841         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8842         `wl-biff-start' if plugged.
8843
8844         * wl-util.el (wl-biff-check-folder): New function.
8845         (wl-biff-check-folders): Don't set session name prefix.
8846         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8847         (wl-biff-check-folder-async): Ditto.
8848
8849         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8850         in email address.
8851
8852 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8853
8854         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8855
8856         * wl-draft.el (wl-draft-strip-subject-re): New function.
8857
8858         * wl-draft.el (wl-draft-reply): Use it.
8859
8860 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-message.el (wl-mmelmo-message-redisplay): Use
8863         `mime-display-message' instead of `wl-mime-display-message'.
8864
8865         * wl-mime.el (toplevel): Removed compatibility workaround
8866         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8867         (wl-mime-display-message): Abolished.
8868         (wl-mime-entity-read-field): Ditto.
8869         (wl-mime-combine-message/partial-pieces): Use
8870         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8871
8872 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8873
8874         * wl-template.el: Doc fixes.
8875
8876 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8877
8878         * wl-e21.el (wl-message-overload-functions): Do nothing if
8879         `current-local-map' is not available.
8880         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8881
8882 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8883
8884         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8885         representation.
8886
8887         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8888         number.
8889         (wl-fldmgr-save-folders): Don't use `format' when insert
8890         `wl-fldmgr-folders-header'.
8891
8892 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8893
8894         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8895
8896 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8897
8898         * wl-highlight.el (wl-highlight-message):
8899         Use `std11-field-end' to detect end point of the header field.
8900         Refer `wl-highlight-max-header-size'.
8901
8902         * wl-vars.el (wl-highlight-max-header-size): New variable.
8903
8904         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8905
8906         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8907         Set `for-draft' argument of wl-highlight-headers.
8908         (wl-draft): Ditto.
8909         (wl-draft-reedit): Ditto.
8910         (wl-user-agent-compose-internal): Ditto.
8911
8912 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8913
8914         * wl-message.el (wl-message-add-button): Use overlay.
8915
8916 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8917
8918         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8919
8920         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8921         problem when group-list content is nothing.
8922         (Reported by Mito <mit@nines.nec.co.jp>)
8923
8924 2000-10-18  SAITO Atsunori <sai@yedo.com>
8925
8926         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8927
8928 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8929
8930         * tm-wl.el (toplevel): Use product-provide.
8931
8932 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * Version number is increased to 2.3.92.
8935
8936 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8937
8938         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8939         title text, use `display' property for left margin under Emacs 21.
8940
8941         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8942         properties.
8943         (wl-plugged-init-icons): Ditto.
8944
8945 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8946
8947         * wl.el (wl-save-status, wl-init): Remove last period in
8948         "...done." message.
8949         * tm-wl.el (wl-summary-burst): Ditto.
8950         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8951         wl-summary-resume-cache-status,
8952         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8953         wl-summary-sync-update3, wl-summary-highlight-msgs,
8954         wl-summary-flush-pending-append-operations,
8955         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8956         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8957         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8958         wl-thread-open-all): Ditto.
8959         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8960         * wl-mime.el (wl-summary-burst): Ditto.
8961         * wl-highlight.el (wl-highlight-summary): Ditto.
8962         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8963         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8964         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8965         * wl-address.el (wl-local-address-init): Ditto.
8966
8967 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8968
8969         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8970         `add-text-properties'.
8971         (wl-plugged-init-icons): Ditto.
8972         (wl-folder-init-icons): Use `propertize' instead of
8973         `put-text-property'.
8974         (wl-plugged-set-folder-icon): Ditto.
8975         (wl-e21-highlight-folder-group-line): Ditto.
8976
8977 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8978
8979         * wl-version.el (wl-version-status-alist): New variable.
8980         (wl-version-status): New function.
8981
8982         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8983         "Cc" part of the case "Reply-To".
8984
8985         * wl-draft.el (wl-draft-reply): Use result of
8986         `eword-extract-address-components'.
8987
8988         * wl-demo.el (wl-demo-icon-name): New constant.
8989         (wl-logo-xpm): Use it.
8990         (wl-logo-xbm): Ditto.
8991         (wl-logo-bitmap): Ditto.
8992
8993         * Version number is increased to 2.3.91.
8994
8995 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8996
8997         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8998         (wl-extended-emacs-version, wl-extended-emacs-version2,
8999         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9000         docstring.
9001
9002         * wl-version.el (wl-generate-user-agent-string-1): New function.
9003         (wl-generate-user-agent-string): Use it.
9004
9005         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9006         `mime-edit-insert-user-agent-field'.
9007         (wl-generate-user-agent-string): Check
9008         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9009
9010         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9011         instead of `if', when verbose case.
9012
9013 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9014
9015         * wl-expire.el (wl-summary-expire): Fix.
9016
9017 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9018
9019         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9020         and `elmo-lost+found-folder' if 'wl-draft.
9021         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9022
9023 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9024
9025         * wl-expire.el (wl-summary-expire): Change messages.
9026         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9027         `deleing-info' instead of "Deleting..."
9028
9029 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9030
9031         * wl-summary.el (wl-summary-refile-subr): Fix.
9032
9033 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9034
9035         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9036         if pipe folder.
9037
9038 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9041
9042 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9043
9044         * wl-expire.el (wl-expire-hide): New function.
9045         (wl-summary-expire): Add `hide'.
9046
9047 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-vars.el (wl-draft-reply-without-argument-list):
9050         Changed default value to consider `Reply-To:'.
9051         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9052
9053         * Version number is increased to 2.3.90.
9054
9055         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9056         elmo-imap4-get-session with unwind-protect.
9057         Don't cause error.
9058         (wl-summary-sync-marks): Don't check plugged nor folder type.
9059         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9060         (Always keep current buffer).
9061
9062 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9063
9064         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9065         Enclose with `save-excursion'.
9066
9067 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9068
9069         * wl-version.el (wl-version): Remove interactive.
9070
9071 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9072
9073         * wl-version.el (wl-generate-user-agent-string): Use
9074         `product-string-verbose' instead of `product-string-1'.
9075
9076 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9077
9078         * wl-vars.el (wl-draft-use-cache): New variable.
9079         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9080         if wl-draft-use-cache is non-nil.
9081
9082 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9083
9084         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9085         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9086
9087 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9088
9089         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9090         (wl-thread-msg-mark-as-unread): Ditto.
9091
9092         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9093         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9094         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9095         Don't set mark in summary if return value of `elmo-mark-as-read'
9096         is nil.
9097         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9098         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9099         instead of `wl-thread-msg-mark-as-read'.
9100         (wl-summary-mark-as-unread-region): Ditto.
9101         (wl-summary-target-mark-mark-as-read): Ditto.
9102
9103         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9104
9105 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9106
9107         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9108
9109         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9110
9111 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9114         face.
9115
9116 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9117
9118         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9119         `running-xemacs'.
9120
9121 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-version.el (toplevel): Use `product-version-as-string' for
9124         set verstion-string, if defined.
9125
9126         * wl-version.el (wl-version-show): Insert string at point, when
9127         call with argument.
9128
9129         * wl-version.el (wl-generate-user-agent-string): Use
9130         `product-string-1' instead of `wl-appname', `wl-version' and
9131         `wl-codename'.
9132
9133 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9134
9135         * wl-address.el (toplevel): Use product-provide.
9136         * wl-demo.el (toplevel): Ditto.
9137         * wl-dnd.el (toplevel): Ditto.
9138         * wl-draft.el (toplevel): Ditto.
9139         * wl-e21.el (toplevel): Ditto.
9140         * wl-expire.el (toplevel): Ditto.
9141         * wl-fldmgr.el (toplevel): Ditto.
9142         * wl-folder.el (toplevel): Ditto.
9143         * wl-highlight.el (toplevel): Ditto.
9144         * wl-message.el (toplevel): Ditto.
9145         * wl-mime.el (toplevel): Ditto.
9146         * wl-mule.el (toplevel): Ditto.
9147         * wl-nemacs.el (toplevel): Ditto.
9148         * wl-refile.el (toplevel): Ditto.
9149         * wl-score.el (toplevel): Ditto.
9150         * wl-summary.el (toplevel): Ditto.
9151         * wl-template.el (toplevel): Ditto.
9152         * wl-thread.el (toplevel): Ditto.
9153         * wl-util.el (toplevel): Ditto.
9154         * wl-vars.el (toplevel): Ditto.
9155         * wl-xmas.el (toplevel): Ditto.
9156         * wl.el (toplevel): Ditto.
9157
9158 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9159
9160         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9161         instead of product.
9162
9163         * wl-version.el (wl-version): Compile time evalution elmo-version.
9164
9165 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9166
9167         * wl-summary.el (wl-summary-sync-force-update): Append queue
9168         `mark-as-read'if unplugged.
9169
9170 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9171
9172         * wl-version.el: New file.  Use product.el.
9173         * wl.el: add (require 'wl-version).
9174         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9175         for ~/.folders header.
9176         (wl-fldmgr-folders-header): Changed.
9177         * wl-demo.el (wl-demo): Use product.el.
9178
9179         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9180         wl-version.el.
9181         * wl-util.el (wl-version, wl-version-show): Ditto.
9182
9183         * wl-util.el (wl-generate-user-agent-string,
9184         wl-extended-emacs-version, wl-extended-emacs-version2,
9185         wl-extended-emacs-version3): Move to wl-version.el.
9186         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9187         xemacs-codename, mime-edit-insert-user-agent-field,
9188         mime-edit-user-agent-value, mime-editor/version,
9189         mime-editor/codename): Compile warning killer move to
9190         wl-version.el
9191
9192 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9193
9194         * wl-summary.el (wl-summary-refile-subr): Fix.
9195
9196 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9199         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9200
9201 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9202
9203         * wl.el (wl-check-environment): Check too many `@'.
9204
9205 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9206
9207         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9208
9209 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9212         wl-draft-reply-myself-without-argument-list): Add variables.
9213         * wl-draft.el (wl-draft-reply): Use it.
9214
9215 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9216
9217         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9218         the 5th argument of `elmo-network-get-spec'.
9219
9220         * wl-thread.el (wl-thread-reparent-children): New inline function.
9221         (wl-thread-delete-message): Use it.
9222
9223         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9224         (wl-summary-score-update-all-lines): Don't use `dolist'.
9225
9226 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9227
9228         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9229         (require 'elmo-msgdb) for inline function.
9230
9231 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9232
9233         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9234
9235 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9236
9237         * wl-score.el (wl-score-headers): Fix for the confusing macro
9238         `elmo-kill-buffer'.
9239
9240 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9241
9242         * wl-summary.el: Don't use the 3rd argument of `require' because
9243         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9244         * wl-util.el: Ditto.
9245         * wl-draft.el: Ditto.
9246
9247 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9248
9249         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9250         window system is not used.
9251
9252 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9253
9254         * wl-thread.el: Don't use `mapcar' only for iteration.
9255         (wl-thread-resume-entity): Ditto.
9256         (wl-thread-delete-message): Ditto.
9257
9258         * wl-summary.el: Bind `dragdrop-drop-functions',
9259         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9260         of `require' for `timezone', `easymenu' and `ps-print';
9261         don't use `mapcar' only for iteration.
9262
9263         * wl-util.el: Bind `mule-version', `nemacs-version',
9264         `emacs-beta-version', `xemacs-codename',
9265         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9266         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9267         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9268         only for iteration.
9269
9270         * wl-score.el: Don't use `mapcar' only for iteration.
9271         (wl-score-simplify-buffer-fuzzy): Ditto.
9272         (wl-score-simplify-subject): Ditto.
9273         (wl-score-headers): Ditto.
9274         (wl-summary-score-update-all-lines): Ditto.
9275
9276         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9277         `enable-multibyte-characters' and `mule-version'.
9278
9279         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9280         `mapcar' only for iteration.
9281
9282         * wl-demo.el: Don't use `mapcar' only for iteration.
9283
9284         * wl-folder.el: Don't use `mapcar' only for iteration.
9285         (wl-folder-open-all): Ditto.
9286         (wl-folder-count-incorporates): Ditto.
9287
9288         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9289         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9290
9291         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9292         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9293         `smtp-connection-type'; specify 3rd argument of `require' for
9294         `timezone'; don't use `mapcar' only for iteration.
9295         (wl-draft-clone-local-variables): Don't use `mapcar'.
9296         (wl-draft-generate-clone-buffer): Ditto.
9297         (wl-user-agent-compose-internal): Ditto.
9298
9299         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9300
9301         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9302         (wl-save-status): Ditto.
9303
9304         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9305         for iteration.
9306
9307 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9310         removed `Date'.
9311         (wl-fldmgr-make-filter-default): New user option.
9312
9313         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9314         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9315         (wl-fldmgr-filter-completion-alist): Abolish.
9316
9317         * wl.el (wl): Don't check servers if arg is non-nil.
9318
9319         * wl-draft.el (wl-draft-reply): Set only message-id string to
9320         In-Reply-To field.
9321
9322 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9323
9324         * wl-summary.el (wl-summary-pick): Rewrite.
9325
9326         * wl-draft.el (wl-draft-forward): Get references field from
9327         original buffer.
9328         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9329
9330 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9331
9332         * wl-draft.el (wl-draft-forward): Add references field.
9333
9334 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9335
9336         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9337         (wl-draft-reply): Use it.
9338
9339 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9340
9341         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9342         when Emacs 21 is running.
9343
9344         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9345         bindings.
9346
9347 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9348
9349         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9350         XPM icons transparent.
9351
9352         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9353         Emacs 21.
9354
9355 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9356
9357         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9358         nil.
9359
9360         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9361         when it is persistent.
9362         (wl-summary-sync-marks): Changed argument for
9363         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9364         (wl-summary-virtual): Use `elmo-read-search-condition'.
9365         (wl-summary-redisplay-internal): If folder is local, mark as read
9366         even when folder is plugged.
9367
9368 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9369
9370         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9371         of `tool-bar-lines' in the frame parameters.
9372         (after-make-frame-functions, post-command-hook): Don't modify the
9373         value.
9374         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9375         wl-e21-tool-bar-lines): Removed.
9376
9377 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9378
9379         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9380         properties `evaporate' and `wl-momentary-overlay' as well.
9381         (wl-highlight-summary-displaying): Ditto.
9382         (wl-delete-all-overlays): Don't delete overlay which does not have
9383         a property `wl-momentary-overlay'.
9384
9385         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9386         `display-mouse-p' and `display-graphic-p'.
9387         (wl-folder-init-icons): Don't search for XBM or the other files.
9388         (wl-plugged-set-folder-icon): Make icons if and only if
9389         `display-graphic-p' returns non-nil.
9390         (wl-highlight-plugged-current-line): Use `before-string' overlay
9391         property to show icon images.
9392         (wl-highlight-folder-current-line): Ditto.
9393         (wl-e21-highlight-folder-group-line): Ditto.
9394         (wl-e21-highlight-folder-by-numbers): Ditto.
9395         (wl-e21-insert-image): Removed.
9396         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9397         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9398         said.
9399         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9400         `wl-e21-force-switch-toolbar'.
9401         (wl-e21-make-icon-image): Removed.
9402         (wl-e21-setup-toolbar): Don't search for XBM files.
9403         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9404         the default value.
9405
9406 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * wl-util.el (wl-biff-check-folder-async): Set
9409         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9410
9411 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9412
9413         * wl-e21.el (after-make-frame-functions): Add
9414         `wl-e21-force-switch-toolbar'.
9415         (wl-e21-force-switch-toolbar): New function force to switch the
9416         toolbar appearance automatically.
9417         (post-command-hook): Add `wl-e21-switch-toolbar'.
9418         (wl-e21-switch-toolbar): New function to switch the toolbar
9419         appearance automatically.
9420         (wl-e21-tool-bar-lines): New buffer local variable.
9421
9422 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9423
9424         * wl-util.el (wl-biff-check-folders-running): New variable.
9425         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9426         (wl-biff-check-folder-async-callback):
9427         Set `wl-biff-check-folders-running'.
9428         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9429         with unwind-protect.
9430
9431         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9432         Enclose `wl-folder-auto-check' with unwind-protect.
9433
9434         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9435         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9436
9437         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9438
9439         * wl-util.el (wl-biff-notify): New inline function.
9440         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9441         locally.
9442         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9443         folder-list' is 1.
9444         Use `wl-biff-notify'.
9445         (wl-biff-check-folder-async-callback): New function.
9446         (wl-biff-check-folder-async): Ditto.
9447
9448         * wl-folder.el (wl-folder): Don't check folders.
9449         (wl-folder-auto-check): New function.
9450
9451 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9452
9453         * wl-util.el (wl-biff-start) [Emacs19+]:
9454         Use `timer-next-integral-multiple-of-time'.
9455         (wl-biff-check-folders): Use `wl-default-folder'
9456         if `wl-biff-check-folder-list' is nil.
9457
9458 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9459
9460         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9461         instead of `elmo-delete-lists'.
9462
9463 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9464
9465         * wl.el (wl-plugged-toggle-all): Set the value of
9466         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9467         (wl-plugged-toggle): Ditto.
9468         (wl-toggle-plugged): Ditto.
9469         (wl-plugged-init): Ditto.
9470
9471         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9472         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9473         instead of `wl-biff-state-indicator-off' and
9474         `wl-biff-state-indicator-on'; don't modify the value and the type
9475         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9476         (wl-plugged-init-icons): Set icons data to
9477         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9478         instead of `wl-plug-state-indicator-off' and
9479         `wl-plug-state-indicator-on'; don't modify the value and the type
9480         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9481
9482         * wl-vars.el (wl-modeline-biff-state-off,
9483         wl-modeline-biff-state-on, wl-modeline-biff-status,
9484         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9485         wl-modeline-plug-status): New internal variables.
9486         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9487         wl-biff-check-interval, wl-biff-check-folder-list): Change
9488         customization group from `wl-folder' to `wl-highlight'.
9489         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9490         wl-show-plug-status-on-modeline): Defcustomized.
9491
9492         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9493         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9494         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9495         a flag to `mode-line-buffer-identification'.
9496
9497         * wl-e21.el (wl-biff-init-icons): Set icons data to
9498         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9499         instead of `wl-biff-state-indicator-off' and
9500         `wl-biff-state-indicator-on'.
9501         (wl-plugged-init-icons): Set icons data to
9502         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9503         instead of `wl-plug-state-indicator-off' and
9504         `wl-plug-state-indicator-on'.
9505
9506 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9507
9508         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9509         excessive titles.
9510
9511 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9512
9513         * wl.el (wl-plugged-mode): Use revised
9514         `wl-mode-line-buffer-identification'.
9515         (wl-plugged-init): Don't use `force-mode-line-update'.
9516
9517         * wl-xmas.el (wl-draft-overload-functions): Use revised
9518         `wl-mode-line-buffer-identification'.
9519         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9520         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9521         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9522         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9523         `wl-make-plugged-hook';
9524         add `wl-folder-init-icons' and `wl-setup-folder' to
9525         `wl-folder-mode-hook'.
9526
9527         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9528         19 as well.
9529         (wl-mode-line-display-priority-list): New user option.
9530         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9531         Defcustomized.
9532         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9533         Add docs.
9534
9535         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9536         start.
9537         (wl-mode-line-buffer-identification): Revised as a function.
9538
9539         * wl-summary.el (wl-summary-mode): Use revised
9540         `wl-mode-line-buffer-identification'; don't call
9541         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9542         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9543         `wl-xmas-setup-summary'.
9544
9545         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9546         `wl-mode-line-buffer-identification'.
9547
9548         * wl-mule.el (wl-draft-overload-functions): Use revised
9549         `wl-mode-line-buffer-identification'.
9550
9551         * wl-folder.el (wl-make-plugged-alist): Don't call
9552         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9553         (wl-folder): Don't call `wl-folder-init-icons' directly.
9554         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9555         `wl-xmas-setup-folder' directly;
9556         use revised `wl-mode-line-buffer-identification'.
9557         (TopLevel): Don't bind `wl-biff-init-icons',
9558         `wl-plugged-init-icons', `wl-folder-init-icons',
9559         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9560
9561         * wl-e21.el (wl-draft-overload-functions): Use revised
9562         `wl-mode-line-buffer-identification'.
9563         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9564         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9565         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9566         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9567         `wl-make-plugged-hook';
9568         add `wl-folder-init-icons' and `wl-setup-folder' to
9569         `wl-folder-mode-hook'.
9570
9571 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9572             Katsumi Yamaoka    <yamaoka@jpl.org>
9573
9574         * wl.el (wl): Call `wl-biff-start'.
9575         (wl-exit): Call `wl-biff-stop'.
9576         (wl-plugged-mode): Show biff in modeline.
9577         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9578
9579         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9580         (wl-biff-init-icons): New function.
9581         (wl-plugged-init-icons): Don't make too much keymaps.
9582         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9583
9584         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9585         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9586         variables.
9587         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9588         options.
9589
9590         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9591         wl-biff-start, wl-biff-stop): New functions.
9592         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9593         (wl-biff-timer-name): New variable.
9594
9595         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9596
9597         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9598         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9599
9600         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9601         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9602
9603         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9604         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9605         `wl-folder-init-icons' to `ignore' if they are not available.
9606         (wl-folder-mode): Show biff in modeline.
9607
9608         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9609         (wl-biff-init-icons): New function.
9610         (wl-plugged-init-icons): Don't make too much keymaps.
9611         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9612
9613 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9614
9615         * wl-vars.el (wl-strict-diff-folders): Customization Type
9616         and doc fix.  Define as a list of regular expressions for
9617         folders or nil.
9618         * wl-folder.el (wl-folder-check-one-entity): Use
9619         `wl-string-match-member' instead of `wl-string-member' for
9620         `wl-strict-diff-folders'.
9621
9622 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9623
9624         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9625         (wl-highlight-folder-current-line): Use it; new implementation.
9626         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9627         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9628         `defsubst' instead of `defun'.
9629
9630         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9631         `wl-highlight-group-folder-by-numbers'; made it can also be a
9632         number.  See info for more details.
9633
9634         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9635         running.
9636
9637         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9638         to bind them.
9639
9640         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9641         (wl-highlight-folder-current-line): New implementation.
9642
9643         * wl-highlight.el (wl-highlight-folder-group-line): New
9644         implementation.
9645         (wl-delete-all-overlays): Rewrite as a marco.
9646         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9647
9648         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9649         running.
9650         (wl-folder-*-glyph): No need to bind them.
9651
9652         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9653         `wl-e21-highlight-folder-group-icon'; rewrite.
9654         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9655         `defsubst' instead of `defun'.
9656         (wl-folder-mode-map): Bind it when compiling.
9657
9658 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9661
9662         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9663
9664 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9665
9666         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9667
9668 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9669
9670         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9671         (wl-highlight-folder-current-line): Use it.
9672
9673         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9674         in `id-name'.
9675
9676 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9677
9678         * wl.el: Require `wl-e21' when Emacs 21 is running.
9679
9680         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9681         default when Emacs 21 is running.
9682         (wl-use-highlight-mouse-line): Ditto.
9683         (wl-on-emacs21): New constant.
9684         (wl-on-emacs20): Removed.
9685
9686         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9687         Emacs 21 is running.
9688
9689         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9690         Emacs 21 is running.
9691
9692         * wl-e21.el: New file.
9693
9694 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9695
9696         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9697         (wl-toggle-plugged): Ditto.
9698         (wl-plugged-toggle): Ditto.
9699         (wl-plugged-toggle-all): Ditto.
9700
9701         * wl-vars.el (wl-plug-state-indicator): Refer
9702         `wl-plug-state-indicator-on' indirectly.
9703
9704 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9705
9706         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9707         Call `wl-folder-confirm-existence'.
9708
9709         * wl-folder.el (wl-folder-confirm-existence): Added optional
9710         argument `force'.
9711
9712 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9713
9714         * wl-summary.el (wl-summary-refile-subr): Assume
9715         `copy-or-refile' as symbol.
9716         (wl-summary-refile): Follow up above change.
9717         (wl-summary-copy): Ditto.  Doc fix.
9718
9719 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9720
9721         * wl-summary.el (wl-summary-pick): Don't bind
9722         `elmo-search-mime-charset'.
9723
9724         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9725         default using old backquote style.
9726         (wl-search-mime-charset): Abolished.
9727
9728         * wl-highlight.el (wl-highlight-headers):
9729         Call `point' after `re-search-forward'(for Nemacs).
9730
9731         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9732         for elmo-imap4.el.
9733
9734 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9735
9736         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9737         `wl-message-ignored-field-list' instead of
9738         `mime-view-ignored-field-list'.
9739
9740         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9741         Add interactive spec.
9742         (wl-folder-goto-bottom-of-current-folder): Ditto.
9743         (wl-folder-mode-map): Bind them.
9744
9745         * wl-vars.el (wl-message-ignored-field-list): New variable.
9746         (wl-message-visible-field-list): New variable.
9747
9748         * wl-mime.el (wl-mime-header-presentation-method): New function.
9749         (wl-mime-setup): Set header-presentation-method.
9750
9751 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9752
9753         * wl-nemacs.el (wl-draft-overload-functions): Set
9754         `mode-line-buffer-identification' instead of using
9755         `wl-make-modeline'.
9756
9757         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9758         instead of using `wl-make-modeline'.
9759
9760         * wl-xmas.el (wl-plugged-init-icons): Set up
9761         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9762         (wl-make-modeline): Abolish.
9763         (wl-draft-overload-functions): Set
9764         `mode-line-buffer-identification' instead of using
9765         `wl-make-modeline'.
9766
9767         * wl-util.el (wl-make-modeline-subr): Abolish.
9768         (wl-mode-line-buffer-identification): New alias.
9769
9770         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9771         (wl-summary-make-modeline): Abolish.
9772         (wl-summary-buffer-set-folder): Set
9773         `wl-summary-buffer-folder-indicator'.
9774         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9775         of using `wl-make-modeline'.
9776         (wl-summary-switch-to-clone-buffer): Don't set
9777         `mode-line-buffer-identification'.
9778         (wl-summary-goto-folder-subr): Ditto.
9779
9780         * wl-mule.el (wl-draft-overload-functions): Set
9781         `mode-line-buffer-identification' instead of using
9782         `wl-make-modeline'.
9783
9784         * wl-folder.el (wl-folder-mode): Set
9785         `mode-line-buffer-identification' instead of using
9786         `wl-make-modeline'.
9787         (wl-folder): Don't set `mode-line-buffer-identification'.
9788
9789 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9790
9791         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9792         instead of `member' for `wl-refile-guess-func-list' look-ups.
9793         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9794
9795 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9796
9797         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9798         `wl-message-button-dispatcher'.
9799
9800         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9801
9802         * wl-message.el (wl-message-button-dispatcher): Use it.
9803
9804         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9805         "In-Reply-To".
9806
9807         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9808         Bind `case-fold-search' to t.
9809
9810 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9811
9812         * wl-xmas.el (wl-message-overload-functions): Initialize
9813         `wl-message-button-map'.
9814
9815         * wl-mule.el (wl-message-overload-functions): Initialize
9816         `wl-message-button-map'.
9817
9818         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9819
9820         * wl-message.el (wl-message-button-map): New keymap.
9821         (wl-message-add-button): New function.
9822         (wl-message-button-dispatcher): New function.
9823         (wl-message-button-refer-article): New function.
9824
9825         * wl-highlight.el
9826         (wl-highlight-message-add-buttons-to-header): New function.
9827         (wl-highlight-headers): Use it.
9828
9829 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9830
9831         * wl-summary.el (wl-summary-default-from): Use
9832         `wl-address-get-petname-1'.
9833         (wl-summary-simple-from): Ditto.
9834
9835         * wl-address.el (wl-address-get-petname-1): New inline function.
9836         (wl-address-get-petname): Use it.
9837
9838 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9839
9840         * wl-summary.el (wl-summary-default-from): Return full-name part
9841         from the address if no petname was found.
9842         (wl-summary-simple-from): Ditto.
9843
9844         * wl-address.el (wl-address-get-petname): Return nil if no petname
9845         associated with the address was found.
9846
9847 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9848
9849         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9850         display is finished.
9851
9852 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9853
9854         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9855         `elmo-folder-exists-p' argument.
9856
9857 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9858
9859         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9860         the folder.
9861
9862 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9863
9864         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9865
9866         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9867         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9868
9869 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9870
9871         * wl-folder.el (wl-folder-create-subr): New function.
9872         (wl-folder-confirm-existence): Use it.
9873         (wl-folder-check-one-entity): Use it.
9874         Check the error symbol is derived from 'elmo-open-error.
9875
9876         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9877         `ignore-error'.
9878
9879 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9880
9881         * wl-util.el (toplevel): Add (eval-when-compile (require
9882         'elmo-util)).  (Maybe `provide' is typo.)
9883
9884 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9885
9886         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9887         (I don't know why this was needed.)
9888
9889         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9890         Follow up changes for stream-type.
9891
9892         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9893         (wl-draft-elmo-nntp-send): Ditto.
9894
9895         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9896         (wl-nntp-posting-stream-type): Ditto.
9897         (wl-pop-before-smtp-ssl): Abolished.
9898         (wl-nntp-posting-ssl): Ditto.
9899
9900         * wl-address.el (wl-address-quote-specials): New function.
9901         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9902
9903         * wl-draft.el (wl-draft-reply): Ditto.
9904
9905 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9906
9907         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9908         use function `wl-string-match-assoc'.
9909
9910 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9911
9912         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9913
9914         * wl-draft.el (wl-draft-deduce-address-list): New function.
9915         (wl-draft-parse-mailbox-list): Ditto.
9916         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9917         instead of `smtp-deduce-address-list'.
9918         (wl-draft-on-field-p): Follow group list.
9919
9920         * wl-address.el (wl-address-concat-token): New function.
9921         (wl-address-string-without-group-list-contents): Ditto.
9922         (wl-complete-field-body): Fixed problem of completion
9923         by japanese petname.
9924         (wl-address-make-completion-list): Rewrite.
9925
9926 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9927
9928         * wl-address.el (wl-address-make-completion-list): Completion by
9929         petname.
9930         (wl-complete-field-body): Likewise.
9931
9932 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9933
9934         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9935         contains invalid address syntax.
9936
9937 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9938
9939         * wl-folder.el (wl-folder-check-entity-async): Use
9940         `elmo-nntp-spec-hostname'.
9941
9942 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9943
9944         * wl-summary.el (wl-summary-msgdb-load-async): Use
9945         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9946
9947 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9948
9949         * wl-draft.el (wl-draft-reply): Set argument
9950         `content-transfer-encoding' as nil.
9951
9952 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9953
9954         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9955         `wl-refile-alist'.
9956
9957 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9958
9959         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9960         (wl-draft-edit-string): Ditto.
9961         (wl-draft-forward): Ditto.
9962         * wl-summary.el (wl-summary-write): Ditto.
9963
9964 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9965
9966         * wl-summary.el (wl-summary-sync-update3): Call
9967         `wl-summary-buffer-number-column-detect'.
9968         (wl-summary-buffer-number-column-detect): Search from point-min.
9969
9970 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9971
9972         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9973         contains an address which is not included in original to or cc.
9974
9975 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9976
9977         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9978         begin-line does not exist.
9979         * wl-message.el (wl-message-uu-substring): Ditto.
9980
9981 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9982
9983         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9984         clear local variables.
9985         (wl-summary-exit): Call `elmo-commit'.
9986         (wl-summary-switch-to-clone-buffer): Call
9987         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9988         (wl-summary-goto-folder-subr): Ditto.
9989
9990         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9991         POP folder.
9992
9993 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9994
9995         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9996         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9997         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9998         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9999         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10000         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10001
10002         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10003
10004 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10005
10006         * wl-summary.el (wl-summary-search-by-subject):
10007         Search parent message from the latest one.
10008
10009 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10010
10011         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10012         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10013
10014         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10015         New user option.
10016
10017         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10018         if elmo-nntp-use-killed-list is nil.
10019         Use `elmo-msgdb-append-to-killed-list'.
10020         (Append numbers confirmed as disappeared to the killed list.)
10021         (wl-summary-confirm-appends): Don't display negative number.
10022
10023 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10024
10025         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10026
10027 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10028
10029         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10030         range is `all'.
10031         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10032         `elmo-list-bigger-diff'.
10033
10034 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10035
10036         * wl-summary.el (wl-summary-buffer-exit-func):
10037         New buffer local variable.
10038         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10039
10040 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10041
10042         * wl-demo.el (wl-demo): Fix the last change.
10043
10044 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10045
10046         * wl-demo.el (wl-demo): Don't use `eval'.
10047
10048 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10049
10050         * wl-summary.el (wl-summary-buffer-thread-modified):
10051         New buffer-local variable.
10052         (wl-summary-set-thread-modified): New function.
10053         (wl-summary-thread-modified-p): New function.
10054         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10055         (wl-summary-yank-saved-message): Use function
10056         `wl-summary-set-thread-modified'
10057         (wl-summary-switch-to-clone-buffer): Add
10058         `wl-summary-buffer-thread-modified'.
10059
10060         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10061         (wl-summary-buffer-mark-saved-hook): Ditto.
10062         * wl-summary.el (wl-summary-msgdb-save): New hook
10063         `wl-summary-buffer-message-saved-hook' and
10064         `wl-summary-buffer-mark-saved-hook'.
10065
10066 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10067
10068         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10069
10070 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10071
10072         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10073         don't hide scroll bars under FSF Emacsen because it may incur an
10074         undesirable redrawing.
10075
10076 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10077
10078         * wl-draft.el (wl-draft-edit-string): Call
10079         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10080
10081 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10082
10083         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10084
10085 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10086
10087         * wl-summary.el (wl-summary-msgdb-load-async): Call
10088         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10089
10090 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10091
10092         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10093         fringes in demo buffer; center bitmap logo correctly even if old
10094         Mule is used.
10095
10096 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10097
10098         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10099
10100         * wl-refile.el (wl-refile-subject-alist): New variable.
10101         (wl-refile-subject-alist-file-name): Ditto.
10102         (wl-refile-alist-setup): Rewrite.
10103         (wl-refile-alist-save): Use `elmo-object-save'.
10104         Eliminated arguments.
10105         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10106         (wl-refile-guess-by-subject): New function.
10107         (wl-refile-guess-func-list): Added it.
10108
10109 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10110
10111         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10112         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10113
10114 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10115
10116         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10117         New buffer-local variable.
10118         (wl-summary-buffer-next-folder-func): Ditto.
10119         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10120         if non-nil.
10121         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10122         if non-nil.
10123         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10124         if non-nil.
10125         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10126         if non-nil.
10127
10128 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10129
10130         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10131         permanently in the demo buffer.
10132
10133 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10134
10135         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10136         `mime-entity-fetch-field'.
10137
10138         * wl.el (wl-exit): Delete plugged buffer.
10139
10140         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10141         XEmacs has menubar feature.
10142
10143 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10144
10145         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10146         cannot arrive at the beginning of the buffer under old Emacsen.
10147
10148 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10149
10150         * wl-address.el (wl-address-ldap-search):
10151         Call `ldap-search-entries' with `withdn' argument t.
10152         (wl-complete-field-body): Bind completion-ignore-case as t.
10153         Clear ldap search hash when it was sole completion.
10154         Use elmo-string for pattern string.
10155         (wl-ldap-alias-safe-string): Eliminated needless let.
10156
10157 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10158
10159         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10160         (wl-ldap-alias-sep): New constant.
10161         (wl-ldap-search-attribute-type-list): Ditto.
10162         (wl-ldap-get-value): New function.
10163         (wl-ldap-make-filter): Ditto.
10164         (wl-ldap-make-matched-value-list): Ditto.
10165         (wl-ldap-alias-safe-string): Ditto.
10166         (wl-ldap-register-dn-string): Ditto.
10167         (wl-address-ldap-search): Rewrite.
10168
10169 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10170
10171         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10172         thread is deleted.
10173         (wl-thread-delete-line-from-buffer): Ditto.
10174         (wl-thread-get-exist-children): New function.
10175
10176 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10177
10178         * wl-demo.el (wl-demo): Made it to select various image types.
10179         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10180         from `wl-title-logo'.
10181         (wl-logo-ascii): New variable.
10182         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10183         (wl-demo-copyright-notice): New constant.
10184
10185         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10186
10187 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10188
10189         * wl-vars.el (wl-summary-target-above): Renamed from
10190         wl-summary-temp-above.
10191         * wl-score.el (wl-score-get-score-alist): Use it.
10192         (wl-summary-score-update-all-lines): Use it.
10193         * wl-summary.el: Ditto. (make-variable-buffer-local).
10194
10195 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10196
10197         * wl-vars.el (wl-ldap-port): New user option.
10198
10199         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10200         Rewite whole implementation.
10201         (wl-complete-field-body): Fixed.
10202
10203 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10204
10205         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10206         Choose implementation at compile time.
10207
10208 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10209
10210         * wl-address.el (wl-ldap-search-internal): New function.
10211         (wl-complete-field-to): Use it.
10212
10213 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10216         Use `let' instead of `let*'.
10217         Require 'wl-vars.
10218
10219         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10220         Define as defcustom.
10221         (wl-ldap-base): Ditto.
10222         (wl-use-ldap): Ditto.
10223
10224 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10225
10226         * wl-address.el (wl-ldap-search): New function.
10227         (wl-complete-field-body): Use `wl-ldap-search'.
10228         (wl-ldap-server): New variable.
10229         (wl-ldap-base): Ditto.
10230         (wl-use-ldap): Ditto.
10231
10232 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10233
10234         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10235         (Pointed out by Mito <mit@nines.nec.co.jp>).
10236         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10237         buffer-local variables like `wl-summary-redisplay-internal'.
10238         (wl-summary-redisplay-all-header): Likewise.  Update
10239         Summary view too.
10240
10241 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10242
10243         * wl-summary.el (wl-summary-jump-to-parent-message):
10244         Consider prefix argument.
10245
10246         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10247         when closed thread is deleted.
10248
10249 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10250
10251         * wl-summary.el (wl-summary-jump-to-parent-message):
10252         Consider thread modification.
10253
10254 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10255
10256         * wl-message.el (wl-message-normal-get-original-buffer): Use
10257         `save-excursion'.
10258
10259         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10260         (wl-summary-showto-folder-regexp): Ditto.
10261
10262 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10263
10264         * wl-util.el (wl-delete-alist): Doc fix.
10265         (wl-delete-associations): New function.
10266         (wl-inverse-alist): New function.
10267         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10268         Split temporary variables. Use `wl-delete-associations'
10269         and `wl-inverse-alist'.
10270         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10271
10272 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10273
10274         * wl-folder.el (wl-folder-prefetch-entity):
10275         Execute prefetching if new count is unknown.
10276
10277 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10278
10279         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10280
10281         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10282         delete entity.
10283         (wl-thread-set-parent): If insert as top, set linked as nil.
10284
10285         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10286         `wl-thread-cleanup-symbols' when view mode is thread.
10287
10288 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10289
10290         * wl-folder.el (wl-folder-create-folder-entity): Use
10291         with-current-buffer.
10292         (wl-local-folder-init): Call set-buffer to make sure we are in
10293         the Folder buffer. Don't touch buffer-local variables here.
10294         (wl-folder-mode): Initialize buffer-local variables here.
10295
10296         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10297         (wl-folder-entity-assign-id): Ditto.
10298         (wl-folder-create-entity-hashtb): Ditto.
10299         (wl-local-folder-init): Ditto.
10300         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10301
10302 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10303
10304         * wl-summary.el (wl-summary-default-from): Fix probrem when
10305         std11-extract-address-components return (nil "foo@bar").
10306
10307 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10308
10309         * wl-draft.el (wl-draft-clone-local-variables):
10310         Remove redundant `setq'.
10311
10312 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10313
10314         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10315         Bind wl-highlight-x-face-func as nil while highlighting header.
10316
10317 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10318
10319         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10320
10321 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10322
10323         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10324         elmo-msgdb-overview-hashtb from copy-variables.
10325         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10326         instead of `elmo-msgdb-overview-get-entity-by-number'.
10327         (wl-summary-auto-refile): Ditto.
10328
10329         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10330         `elmo-msgdb-overview-get-entity' instead of
10331         `elmo-msgdb-search-overview-entity'.  Use
10332         `elmo-msgdb-overview-get-entity' instead of
10333         `elmo-msgdb-overview-get-entity-by-number'.
10334         (wl-thread-insert-entity-sub): Ditto.
10335         (wl-thread-insert-message): Ditto.
10336
10337         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10338         `elmo-msgdb-overview-get-entity'.
10339         (wl-normal-message-redisplay): Ditto.
10340
10341 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10342
10343         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10344         `wl-thread-entities'.
10345         (wl-thread-delete-message): Fix remove top message from
10346         `wl-thread-entity-list'.
10347
10348         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10349         wl-append(nconc), because update-list is broken on Meadow.
10350
10351         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10352         updating process.
10353         (wl-summary-rescan): Ditto.
10354         (wl-summary-sync-update3): Ditto.
10355         * wl-thread.el (wl-thread-set-parent): Renamed from
10356         `wl-summary-set-parent'.
10357         (wl-thread-insert-message): Updating buffer faster.
10358         (wl-thread-delete-message): Updating buffer faster.
10359
10360         * wl-score.el (wl-summary-score-update-all-lines): Changed
10361         interval for display progress gauge.
10362
10363 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10364
10365         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10366         folder always-sticky.
10367         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10368         defmacro.
10369
10370 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10371
10372         * wl-vars.el (wl-draft-add-references): New user option.
10373
10374         * wl-draft.el (wl-draft-add-references): New function.
10375         (wl-draft-yank-from-mail-reply-buffer): Use it.
10376         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10377         as nil.
10378
10379 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10380
10381         * wl-thread.el (wl-thread-update-line-msgs): Called
10382         `wl-thread-update-line-on-buffer-sub'.
10383         (wl-thread-update-line-on-buffer): Delete routine of inserting
10384         thread.
10385         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10386         moved from `wl-thread-update-line-on-buffer'.
10387         Add threshold for displaying progress gauge.
10388         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10389         argument of `wl-thread-update-line-msgs'.
10390         Add threshold for displaying progress gauge.
10391         * wl-folder.el:
10392         Add threshold for displaying progress gauge.
10393         * wl-score.el: Ditto.
10394
10395         * wl-expire.el (wl-summary-expire): Display deleting info.
10396
10397 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10398
10399         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10400         `no-msg'.
10401         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10402         argument of `wl-thread-update-line-msgs'.
10403         (wl-summary-set-parent): Added optional argument `parent-number'.
10404         (wl-summary-buffer-saved-message): New buffer local variable.
10405         (wl-summary-save-current-message): New command.
10406         (wl-summary-yank-saved-message): Ditto.
10407         (wl-summary-mode-map): Added key binding for
10408         `wl-summary-save-current-message' (\ew) and
10409         `wl-summary-yank-saved-message' (\C-y).
10410         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10411
10412 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10413
10414         * wl-summary.el (wl-summary-mode-map): Added key binding for
10415         `wl-summary-set-parent' (ts).
10416
10417 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10418
10419         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10420         subject faster. If thread number is reverse, delayed updating
10421         thread.
10422         (wl-summary-search-by-subject): Ditto.
10423         (wl-summary-put-alike): Ditto.
10424         (wl-summary-get-alike): Ditto.
10425         (wl-summary-insert-headers): Insert header of all overview in
10426         buffer.
10427         (wl-summary-rescan): Delayed updating thread. Kill search subject
10428         buffer for wl-summary-search-by-subject.
10429         (wl-summary-sync-update3): Ditto.
10430         (wl-summary-exit): Ditto.
10431         (wl-summary-goto-bottom-of-current-thread): Change for linked
10432         thread.
10433         (wl-summary-overview-create-summary-line): Change line for linked
10434         thread.
10435
10436         * wl-summary.el (wl-summary-update-thread): Use
10437         wl-thread-maybe-get-children-num.
10438         (wl-summary-set-parent): If change parent, move sub thread.
10439         (wl-summary-redisplay-internal): Add horizontal recenter.
10440         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10441
10442         * wl-thread.el (wl-thread-entity-get-linked): New function.
10443         (wl-thread-entity-set-linked): New function.
10444         (wl-thread-create-entity): Add linked element.
10445         (wl-thread-entity-insert-as-top): Use wl-append.
10446         (wl-thread-maybe-get-children-num): If closing thread, return
10447         children msgs.
10448         (wl-thread-update-line-msgs): Displaying progress message.
10449         (wl-thread-update-line-on-buffer-sub): Use
10450         wl-thread-maybe-get-children-num.
10451         (wl-thread-update-line-on-buffer): If update line is not exists,
10452         insert thread.
10453         (wl-thread-delete-message): If delete top msg of thread, search
10454         parent by subject.
10455         (wl-thread-insert-entity): Use
10456         wl-thread-maybe-get-children-num.
10457
10458         * wl-highlight.el (wl-highlight-summary-current-line): change
10459         sregexp for linked thread.
10460         * wl-util.el (wl-count-lines): Count lines.
10461         (wl-horizontal-recenter): horizontal recenter.
10462         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10463         (wl-score-get-alike): Ditto.
10464         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10465         (wl-subject-length-limit): New variable.
10466         (wl-highlight-thread-indent-string-regexp): Changed for linked
10467         thread.
10468
10469 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10470
10471         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10472         New variable (revival).
10473         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10474         by subject matching if there's no in-reply-to nor references field
10475         (revival).
10476
10477 \f
10478 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10479
10480         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10481         message.
10482
10483 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-summary.el (wl-summary-reply): Return t if there was a
10486         message at cursor point.
10487         Added unwind-protect.
10488         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10489         returns t.
10490         (wl-summary-cancel-message): Do nothing when there's no message at
10491         cursor point.
10492         (wl-summary-forward): Ditto.
10493         (wl-summary-jump-to-parent-message): Ditto.
10494         (wl-summary-reedit): Ditto.
10495         (wl-summary-edit-addresses): Ditto.
10496         (wl-summary-pipe-message): Ditto.
10497         (wl-summary-print-message-with-ps-print): Ditto.
10498         (wl-summary-print-message): Ditto.
10499         (wl-summary-mark-as-important): Ditto.
10500         (wl-summary-mark-as-unread): Ditto.
10501
10502         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10503         message at cursor point.
10504         (wl-summary-reply-with-citation): Remove unwind-protect.
10505
10506         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10507         subject searching feature.
10508         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10509         Eliminated.
10510
10511 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10512
10513         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10514         New variable.
10515         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10516         by subject matching if there's no in-reply-to nor references field.
10517
10518         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10519
10520         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10521         when display is finished.
10522         (wl-folder-open-all): Ditto.
10523         (wl-folder-update-access-group): Ditto.
10524         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10525         * wl-thread.el (wl-thread-close-all): Ditto.
10526
10527         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10528         progress gauge only when it was displayed.
10529         * wl-folder.el (wl-folder-insert-entity): Ditto.
10530
10531 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10532
10533         * wl-summary.el (wl-summary-incorporate): Enclose
10534         `wl-summary-sync-force-update' with save-excursion.
10535
10536 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10537
10538         * wl-summary.el (wl-summary-prefetch-region):
10539         Pass current cursor point to `pos-visible-in-window-p' after
10540         moving cursor to the started point.
10541
10542 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10543
10544         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10545
10546         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10547         fields from the forwarding message.
10548         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10549         `ignored-fields'.
10550
10551 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10552
10553         * wl-mime.el (wl-message-request-partial):
10554         Eliminated argument `msgdb'.
10555         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10556         (wl-mime-combine-message/partial-pieces): Likewise.
10557         * tm-wl.el (wl-message-request-partial): Likewise.
10558         (wl-mime-combine-message/partial-pieces): Likewise.
10559
10560 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10561
10562         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10563         when display is finished.
10564
10565 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10566
10567         * wl-summary.el (wl-summary-goto-folder-subr):
10568         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10569
10570 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10573         when cursor point is visible.
10574
10575 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10576
10577         * wl-expire.el (wl-expire-archive-get-max-number):
10578         Don't use `file-name-directory'.
10579
10580 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10581
10582         * wl-expire.el (wl-expire-archive-get-max-number):
10583         Use `file-name-directory'.
10584
10585 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10586
10587         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10588         only when there is progress.
10589
10590 2000-04-13  Mito <mit@nines.nec.co.jp>
10591
10592         * wl-summary.el (wl-summary-sync-marks): Display progress.
10593
10594 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10595
10596         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10597         (wl-summary-prev): Move cursor regardless of unread status.
10598         (wl-summary-next): Ditto.
10599
10600 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10601
10602         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10603         Added argument `target' and `number'.
10604         * tm-wl.el (wl-summary-burst-subr): New function.
10605         (wl-summary-burst): Use it.
10606
10607 2000-04-10  Mito <mit@nines.nec.co.jp>
10608
10609         * wl-mime.el (wl-burst): New function.
10610         (wl-summary-burst): Use it.
10611
10612 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10613
10614         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10615         as petname when there's no candidate.
10616
10617 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10618
10619         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10620         New variable.
10621         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10622
10623         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10624
10625         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10626
10627 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10630         Use substring of `original' instead of buffer-substring.
10631         (wl-refile-evaluate-rule):
10632         Set `original' argument of wl-refile-expand-newtext.
10633
10634         * wl-summary.el
10635         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10636         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10637         (wl-summary-auto-refile): Check existence of destination folder just
10638         before marking.
10639
10640 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10641
10642         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10643         when wl-refile-get-field-value return nil.
10644
10645 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10646
10647         * wl-refile.el
10648         (wl-refile-expand-newtext): New function imported from Gnus.
10649         (wl-refile-evaluate-rule): Use it.
10650
10651 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10652
10653         * wl-summary.el (wl-summary-print-destination):
10654         Duplicate folder string to avoid putting text-property on
10655         original string.
10656
10657         * wl-refile.el (wl-refile-get-field-value): New function.
10658         (wl-refile-evaluate-rule): New function;
10659         Evaluate refile rule recursively.
10660         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10661         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10662         New function; Check existence of a target folder recursively.
10663         (wl-summary-auto-refile-check-refile-rule-alist):
10664         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10665
10666 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10667
10668         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10669
10670         * wl-folder.el (wl-create-folder-entity-from-buffer):
10671         Fixed problem when '}' character is contained in folder name.
10672
10673         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10674
10675 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10676
10677         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10678         (wl-fldmgr-add-completion-all-completions):
10679         Use wl-fldmgr-add-completion-hashtb.
10680
10681 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10682
10683         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10684         wl-fldmgr-add-completion-subr): New functions.
10685         * wl-folder.el (wl-folder-completion-func): New variable.
10686         * wl-summary.el (wl-summary-read-folder):
10687         Use wl-folder-completion-func.
10688
10689         * wl-refile.el: Eliminate throw & catch.
10690
10691         * wl.el (wl-plugged-sending-queue-status): Fixed.
10692
10693 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10694
10695         * wl-draft.el (wl-draft): Put category property on
10696         mail-header-separator.