3d4fed300541584a4f717e373393cfd3c27c5447
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-vars.el (wl-additional-search-condition-fields):
4         New user option.
5
6         * wl-util.el (wl-search-condition-fields): New function; export
7         from `wl-read-search-condition-internal'.
8         (wl-read-search-condition-internal): Use it.
9
10         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
11
12 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-summary.el (wl-summary-define-sort-command): New function.
15         (wl-summary-sort-by-date, wl-summary-sort-by-number)
16         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
17         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
18         define by `wl-summary-define-sort-command' at runtime.
19
20         * wl.el (wl-init): Call wl-summary-define-sort-command.
21
22 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
23
24         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
25         properties at the decrypting region.
26
27 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-util.el (wl-find-region): New function.
30
31         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
32         coding system.
33         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
34         property `wl-mime-decoded-coding-system'.
35         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
36         property `wl-mime-decoded-coding-system' to encode text.
37
38         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
39         message.
40         (wl-mime-pgp-verify-region): Ditto.
41
42 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
45         buffer. Use epa-display-verify-result.
46
47 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-draft.el (wl-draft-send): Continue even if setting parent
50         flag was failed.
51
52 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-message.el (wl-message-flag-indicator): Fixed the problem
55         of returning string only of parentheses.
56
57 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-summary.el (wl-summary-write): Add argument `folder'.
60         (wl-summary-write-current-folder): Change argument `folder' from
61         optional to require.
62         (wl-summary-get-buffer): Return the buffer associated folder only.
63
64         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
65         change.
66         (wl-folder-toggle-disp-summary): Ditto.
67
68         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
69         current summary as parent-folder.
70
71 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
72
73         * wl-draft.el (wl-draft-reedit): Don't overwrite
74         wl-draft-parent-folder.
75
76 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
79         (wl-mime-pgp-verify-region): Ditto.
80         (wl-message-decrypt-pgp-nonmime): Use the above function.
81         (wl-message-verify-pgp-nonmime): Likewise.
82         (wl-mime-preview-application/pgp): Likewise.
83
84 2006-04-20  Kenichi Okada  <okada@opaopa.org>
85
86         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
87         Fix about the order of `wl-nntp-posting-port' and
88         `wl-nntp-posting-stream-type'.
89         * wl.el (wl-plugged-port-label-alist): Add smtp.
90
91 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-summary.el (wl-summary-message-status): New macro.
94
95         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
96         (wl-summary-killed-mark): New user option.
97
98         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
99         API change.
100         (wl-thread-insert-entity-sub): Ditto.
101         (wl-thread-recover-messages): New command.
102
103         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
104         Don't call `wl-highlight-summary-current-line' directly.
105         (wl-summary-buffer-attach): Connect to signal `status-changed'
106         instead of `cache-changed'.
107         (wl-summary-buffer-detach): Follow the above change.
108         (wl-summary-detect-mark-position): Follow the API change.
109         (wl-summary-rescan-message): Ditto.
110         (wl-summary-insert-sequential): Ditto.
111         (wl-summary-update-thread): Ditto.
112         (wl-summary-message-mark): Ditto.
113         (wl-summary-persistent-mark): Ditto.
114         (wl-summary-create-line): Ditto.
115         (wl-summary-prefetch-region-no-mark): Call
116         `wl-summary-persistent-mark' with number.
117         (wl-summary-recover-messages-region): New command.
118         (wl-summary-target-mark-recover): Ditto.
119         (wl-summary-recover-message): Ditto.
120         (wl-summary-persistent-mark-string): Add argument `status' instead
121         of remove arguments `flags' and `cached'.  Treat killed status.
122         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
123
124         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
125         (wl-highlight-summary-line-face-spec): Treat killed status.
126         (wl-highlight-summary-line-string): Follow the API change.
127         (wl-highlight-summary-current-line): Ditto.
128
129         * Version number is increased to 2.15.3.
130
131 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
134         of symbolp to test whether the condition is function.
135
136 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
139         to nil.
140
141 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-summary.el (wl-summary-buffer-message-ring): New internal
144         variable.
145         (wl-summary-buffer-last-displayed-msg): Abolish.
146         (wl-summary-push-message): New function.
147         (wl-summary-pop-message): Ditto.
148         (wl-summary-goto-folder-subr): Reset
149         `wl-summary-buffer-message-ring'.
150         (wl-summary-pop-to-last-message): New command.
151         (wl-summary-goto-last-displayed-msg): Call
152         wl-summary-pop-to-last-message if optional argument is non-nil or
153         the last command is itself.
154         (wl-summary-redisplay-internal): Push last message number into
155         `wl-summary-buffer-message-ring'.
156
157         * wl-vars.el (wl-summary-message-ring-max): New user option.
158
159 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
162         from `wl-draft-reply').
163         (wl-draft-reply): Use it.
164         (wl-draft-find-reply-headers): Avoid compile warning.
165
166 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
169
170 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-message.el (wl-message-flag-indicator): New function.
173         (wl-message-redisplay): Use it.
174
175 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
178
179 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
182         instead of `read-event'.
183
184         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
185
186         * wl-mule.el (wl-read-event-char): Ditto.
187
188         * wl-e21.el (wl-read-event-char): Ditto.
189
190 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
193
194 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-vars.el (wl-draft-send-confirm-type): New user option.
197
198         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
199
200         * wl-draft.el (wl-draft-send-confirm): Confirmation by
201         `wl-draft-send-confirm-type'
202
203 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
206         Avoid error when the buffer name is already used.
207
208 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
211         the change of elmo-nmz -> elmo-search.
212         (wl-highlight-summary-line-help-echo-alist): Ditto.
213         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
214         (wl-nmz-folder-icon): Define as obsolete.
215         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
216         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
217
218 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-summary.el (wl-summary-get-list-info): Rewrite with
221         `elmo-find-list-match-value'
222
223 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-summary.el (wl-summary-get-list-info): Optimize.
226         Use List-Id and List-Post also.
227
228 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
231
232 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
233
234         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
235
236 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
237
238         * wl-util.el (wl-completing-read-multiple-1): New internal function.
239         (wl-completing-read-multiple-2): Ditto.
240         (wl-completing-read-multiple): Define use above functions.
241
242         * wl-summary.el (wl-summary-sort): Removed the workaround for a
243         bug of `completing-read-multiple' about default value.
244
245         * wl-xmas.el (wl-completing-read-multiple): Removed.
246
247         * wl-mule.el (wl-completing-read-multiple): Ditto.
248
249         * wl-e21.el (wl-completing-read-multiple): Ditto.
250
251 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-util.el (wl-filter-associations): New function.
254
255         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
256         (wl-spam-ignored-folder-list): Ditto.
257         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
258         (wl-spam-string-member-p): New function.
259         (wl-spam-domain): Use it.
260         (wl-spam-split-numbers): New function.
261         (wl-spam-apply-partitions): Ditto.
262         (wl-spam-register-spam-messages): Use `folder' instead of
263         `wl-summary-buffer-elmo-folder'.
264         (wl-spam-register-good-messages): Ditto.
265         (wl-summary-exec-action-spam): Decide a domain by real folder of
266         message.
267         (wl-summary-exec-action-refile-with-register): Likewise.
268
269 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-e21.el (wl-e21-find-image): New function.
272         (wl-e21-setup-toolbar): Use it instead of `find-image'.
273         (wl-e21-highlight-folder-group-line): Ditto.
274         (wl-folder-init-icons): Ditto.
275         (wl-plugged-init-icons): Ditto.
276         (wl-biff-init-icons): Ditto.
277
278 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
281         (wl-inhibit-save-drafts): New internal variable.
282         (wl-disable-auto-save): Ditto.
283         (wl-save-drafts): Treat above variables.
284         (wl-auto-save-drafts): New function.
285         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
286         `wl-stop-save-drafts'.
287         (wl-start-save-drafts): New function.
288         (wl-stop-save-drafts): Ditto.
289         (wl-set-auto-save-draft): New command.
290
291         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
292         `wl-set-save-drafts'.
293
294 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
297         `make-local-variable' instead of `make-variable-buffer-local'.
298
299 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
302
303 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
304
305         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
306
307 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
310         of working buffer.
311
312 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
315
316         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
317         value into recipients; Bind `wl-draft-remove-group-list-contents'
318         as nil.
319
320 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-summary.el (wl-summary-sort): Fixed the last change.
323
324         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
325         (wl-summary-sort-messages): Ditto.
326         (wl-summary-rescan): Use it.
327         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
328         `completing-read'; Append candidates for reverse order.
329
330 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * Version number is increased to 2.15.2.
333
334 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
337         "Smaller".
338         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
339
340 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
343
344 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-vars.el (wl-draft-additional-header-alist): Add into the
347         customize group `wl-draft'.
348         (wl-draft-add-in-reply-to): Move customize group from `wl' to
349         `wl-draft'.
350         (wl-draft-add-references): Ditto.
351
352         * wl-action.el (wl-summary-print-argument): Rename argument from
353         `folder' to `data'.
354
355 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-summary.el (wl-summary-rescan-message): Call
358         `wl-thread-cleanup-symbols' before insert thread.
359
360 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl.el (wl-init): Set `elmo-get-folder-function' as
363         `wl-folder-make-elmo-folder'.
364
365         * wl-spam.el (wl-summary-exec-action-spam): Use
366         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
367
368         * wl-folder.el (wl-folder-make-elmo-folder): New function.
369         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
370         `elmo-make-folder'.
371         (wl-folder-get-elmo-folder): Ditto.
372         (wl-folder-create-subr): Simplify.
373
374 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
377
378 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
381         contents in message buffer instead of original buffer. If optional
382         argument specified, ask coding system for encode.
383
384 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
385
386         * wl-spam.el (wl-summary-test-spam-region): New function.
387         (wl-spam-setup): Bind "rkc".
388
389 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
390
391         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
392
393 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
394
395         * wl-spam.el (wl-summary-test-spam): Fix typo.
396         (wl-message-check-spam): Ditto.
397
398 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-summary.el (wl-summary-default-from): Simplify.
401
402 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-action.el (wl-summary-exec-action-refile): Simplify.
405         (wl-summary-exec-action-copy): Ditto.
406         (wl-summary-auto-refile): Check existence of temporary mark.
407
408 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-summary.el (wl-summary-create-line): Use
411         `elmo-time-to-datevec'.
412
413         * wl-expire.el (wl-expire-archive-date): Ditto.
414         (wl-expire-localdir-date): Ditto.
415
416         * wl-util.el (wl-day-number): Abolish.
417
418         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
419         of `wl-day-number'.
420         (wl-score-followup): Ditto.
421         (wl-score-add-followups): Ditto.
422         (wl-score-get-latest-msgs): Ditto.
423         (wl-score-get-header-entry): Ditto.
424         (wl-score-edit-insert-date): Ditto.
425
426 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
429         `elmo-message-entity-field' with 2nd argument `type'.
430
431 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
432
433         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
434
435 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-thread.el (wl-thread-delete-message): Delete descendant
438         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
439
440 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
441
442         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
443
444 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
447         `Access folder'.
448
449 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-vars.el (wl-access-folder-icon): New user option.
452
453         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
454         `Access folder'.
455
456 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-summary.el (wl-summary-buffer-set-folder): Use
459         `wl-folder-mime-charset'.
460
461         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
462         `mime-charset'.
463         (wl-folder-get-elmo-folder): Ditto.
464         (wl-folder-mime-charset): New function.
465
466 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-util.el (wl-parse-addresses): Define alias of
469         `elmo-parse-addresses' (move to `elmo-util.el').
470
471         * wl-summary.el (wl-summary-default-from): Follow the API change.
472         (wl-summary-overview-entity-compare-by-date): Ditto.
473         (wl-summary-overview-entity-compare-by-from): Ditto.
474         (wl-summary-get-list-info): Get value of `ml-info' field from
475         entity at first.
476         (wl-summary-rescan-message): Treat prefix argument.
477         (wl-summary-prefetch-msg): Follow the API change.
478         (wl-summary-search-by-subject): Ditto.
479         (wl-summary-insert-thread): Ditto.
480         (wl-summary-line-subject): Ditto.
481         (wl-summary-line-from): Ditto.
482         (wl-summary-create-line): Ditto.
483         (wl-summary-print-message-with-ps-print): Ditto.
484
485         * wl-score.el (wl-score-ov-entity-get): Ditto.
486         (wl-score-followup): Ditto.
487         (wl-score-add-followups): Use `elmo-message-entity-field' instead
488         of `car'.
489         (wl-score-get-latest-msgs): Follow the API change.
490         (wl-score-get-header): Ditto.
491
492         * wl-refile.el (wl-refile-learn): Ditto.
493         (wl-refile-subject-learn): Ditto.
494         (wl-refile-get-field-value): Ditto.
495         (wl-refile-guess-by-history): Ditto.
496         (wl-refile-guess-by-subject): Ditto.
497
498         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
499
500         * wl-expire.el (wl-expire-date-p): Removed.
501         (wl-expire-archive-date): Follow the API change.
502         (wl-expire-localdir-date): Ditto.
503         (wl-summary-expire): Ditto.
504
505         * Version number is increased to 2.15.1.
506
507 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
508
509         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
510         group is access or not (it is not strict, like wl-fldmgr-rename).
511
512 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
515         duplicate call of `wl-summary-print-argument' on the wrong line.
516
517 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
520         even if argument `number' is nil.
521         (wl-summary-insert-line): Print action argument if current message
522         has it.
523
524 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
527         (wl-draft-reply): Ditto.
528         (wl-draft): Add optional argument `parent-number' and call
529         `wl-draft-create-buffer' with it.
530         (wl-draft-create-buffer): Add optional argument
531         `parent-number'. Set wl-draft-parent-number as it.
532
533 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-folder.el (wl-folder-set-persistent-mark): If summary
536         buffer is not for given folder, don't use it.
537
538 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
539
540         * Version number is increased to 2.15.0.
541
542 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
545
546         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
547         (wl-highlight-get-face-by-name): New internal function.
548         (wl-highlight-summary-line-face-spec): Use it and fixed.
549
550 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-summary.el (wl-summary-sync-update): Use
553         `elmo-message-entity-field' instead of `car' to get message-id
554         from overview entity.
555
556         * wl-summary.el (wl-summary-rescan-message): Call
557         `wl-highlight-summary-displaying' when displaying a message.
558
559 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-draft.el (wl-draft-config-info-filename): Extracted from
562         `wl-draft-config-info-operation'.
563         (wl-draft-buffer-change-number): New function.
564         (wl-draft-rename-saved-config): Ditto.
565         * wl.el (wl-init): Connect slot for message-number-changed.
566         (toplevel): Add autoload for wl-draft-rename-saved-config.
567
568 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
571         `update-overview'
572         (wl-summary-buffer-detach): Disconnect from it.
573         (wl-summary-rescan-message): Use command.
574
575         * wl-message.el (wl-message-buffer-display): Use
576         `with-current-buffer' instead of `save-excursion'.
577
578 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-mime.el (wl-draft-preview-attributes-list): Protect
581         wl-draft-preview-attributes-list from distraction.
582
583 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
584
585         * wl-summary.el (wl-summary-sync-update): Sort the return value of
586         `elmo-list-diff'.
587
588 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-summary.el
591         (wl-summary-edit-addresses-collect-candidate-fields): Use
592         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
593
594         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
595         instead of `elmo-set-work-buf'.
596
597         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
598         (wl-address-make-address-list): Ditto.
599
600         * Version number is increased to 2.13.3.
601
602 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
605         user option.
606
607         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
608         argument `5'.
609
610         * wl-message.el (wl-message-display-no-merge-p): New function.
611         (wl-message-buffer-display): Check whether the message is
612         reassembled and follow the API change.
613
614 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
617         multibyte on working buffer and removed unnecessary
618         `buffer-disable-undo'.
619
620 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-util.el (wl-read-search-condition-internal): Fixed the last
623         change.
624
625 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-util.el (wl-read-search-condition-internal): Protect
628         elmo-global-flags from distraction.
629
630 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
633
634         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
635         (wl-summary-event-handler): Ditto.
636         (wl-summary-update-persistent-mark-on-event): New
637         function (renamed from `elmo-event-handler-flag-changed').
638         (wl-summary-buffer-attach): New function.
639         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
640         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
641         instead of `elmo-folder-add-handler'.
642
643         * Version number is increased to 2.13.2.
644
645 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
648         and "\177" to the `wl-news-previous-page'.
649         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
650         (wl-news-previous-page): New function.
651
652 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
655         instead of `write-region' and simplify.
656
657 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-template.el (wl-template-select): Cause error if
660         `wl-template-alist' is nil.
661
662 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
663
664         * wl-news.el.in: Set file variable `no-byte-compile'.
665
666 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
669         whether a target message is within displaying area.
670         (elmo-event-handler-cache-changed): Ditto.
671
672 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
673
674         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
675         to `defun'.  Use `nconc' instead of `append' to collect descendant
676         message numbers.
677
678 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
679
680         * wl-thread.el (wl-thread-save-top-list)
681         (wl-thread-save-entities): Use `with-temp-buffer'.
682         * wl-news.el.in (wl-news-previous-version-load):
683         (wl-news-previous-version-save): Ditto.
684         * wl-summary.el (wl-summary-load-file-object)
685         (wl-summary-save-view-cache): Ditto.
686
687 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-util.el (toplevel): Require 'elmo-flag'.
690         (wl-read-search-condition): New function (Renamed from
691         `elmo-read-search-condition').
692         (wl-read-search-condition-internal): Likewise.
693
694         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
695         invalid.
696         (wl-summary-pick): Use `wl-read-search-condition' instead of
697         `elmo-read-search-condition'.
698         (wl-summary-virtual): Ditto.
699
700         * wl-folder.el (wl-folder-virtual): Ditto.
701         (wl-folder-pick): Ditto.
702
703         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
704
705 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-summary.el (wl-summary-reedit): Call
708         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
709
710 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-mime.el (toplevel): Require wl-vars.
713
714         * wl-message.el (toplevel): Require cl at compile.
715
716         * wl-draft.el (toplevel): Require elmo.
717
718 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * wl-message.el (wl-message-buffer-prefetch): Count is a number
721         and do nothing when it is not positive.
722         (wl-message-buffer-prefetch-next): Ditto.
723
724 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
727         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
728         (wl-summary-redisplay-internal): Ditto.
729
730         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
731         message (the condition is borrowed from `wl-check-variables-2').
732         (wl-summary-redisplay-internal): Ditto.
733
734 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-mime.el (wl-draft-nntp-attribute): New function.
737         (wl-draft-attribute-nntp-posting-server): Use it.
738         (wl-draft-attribute-nntp-posting-port): Ditto.
739
740         * wl-mime.el (wl-draft-preview-attributes-list): New function.
741         (wl-draft-show-attributes-buffer): Ditto.
742         (wl-draft-hide-attributes-buffer): Ditto.
743         (wl-draft-attribute-newsgroups): Ditto.
744         (wl-draft-attribute-nntp-posting-server): Ditto.
745         (wl-draft-attribute-nntp-posting-port): Ditto.
746         (wl-draft-preview-message): Use there functions.
747
748         * wl-vars.el (wl-draft-preview-attributes-list): Change default
749         value.
750
751 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
754         (wl-draft-reedit): Ditto.
755         (wl-draft-queue-flush): Ditto.
756
757         * wl-mime.el (wl-message-request-partial): Ditto.
758         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
759         instead of `elmo-message-fetch'.
760
761         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
762
763         * wl-summary.el (wl-summary-message-string): Ditto.
764
765 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-util.el (wl-current-message-buffer): Follow the API change.
768
769         * wl-summary.el (wl-summary-redisplay-internal): Call
770         `wl-summary-mark-as-read' with 2nd argument as nil and update
771         unread count instead of persistent mark.
772
773         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
774         variable.
775         (wl-message-redisplay): Follow the API change.
776         (wl-message-buffer-display): Managed mime-entity directly and
777         return preview buffer only.
778         (wl-message-display-internal): Rewrite.
779         (wl-message-buffer-prefetch-subr): Not save return value of
780         `wl-message-buffer-display'.
781
782         * Version number is increased to 2.13.1.
783
784 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
787         'elmo-multiple-fields-body-list' with boundary specified.
788
789 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-vars.el (wl-summary-resend-use-cache): New variable.
792         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
793         cache if `wl-summary-resend-use-cache' is non-nil.
794
795 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
798         (wl-nntp-posting-stream-type): Ditto.
799
800 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
801
802         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
803
804 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
805
806         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
807         message.
808
809 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
812         Abolish.
813         (wl-summary-buffer-persistent-mark-version): New internal
814         variable.
815         (wl-summary-update-mark-and-highlight-window): Check by
816         wl-summary-persistent-mark-invalid-p.
817         (wl-summary-update-status-marks): Ditto.
818         (elmo-event-handler-flag-changed): Rewrite.
819         (elmo-event-handler-cache-changed): Define.
820         (wl-summary-prefetch-msg): Does not update persistent mark here.
821         (wl-summary-delete-cache): Ditto.
822         (wl-summary-resume-cache-status): Ditto.
823         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
824         (wl-summary-persistent-mark-invalid-p): New function.
825         (wl-summary-validate-persistent-mark): Ditto.
826         (wl-summary-validate-persistent-mark-string): Ditto.
827         (wl-summary-invalidate-persistent-mark): Ditto.
828         (wl-summary-update-persistent-mark): Call
829         `wl-summary-validate-persistent-mark'.
830         (wl-summary-create-line): Call
831         `wl-summary-validate-persistent-mark-string'.
832
833         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
834         status as t if cache used.
835
836 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
837
838         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
839         only if the target is group.
840         * wl-folder.el (wl-folder-append-petname): Don't check group name.
841
842 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
843
844         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
845
846 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
849
850         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
851
852 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
853
854         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
855         (Thanks to Yoichi NAKAYAMA).
856
857 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-util.el (wl-save-drafts): Restore echo area.
860
861 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
862
863         * Version number is increased to 2.13.0.
864
865         * wl-util.el (wl-biff-check-folder-async): Use
866         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
867
868 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-message.el (wl-message-display-internal): Does not put
871         wl-message-display-type property on message buffer.
872         (wl-message-buffer-display-type): New function.
873
874         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
875
876         * wl-summary.el (wl-summary-mode): Use `dolist' to add
877         `wl-summary-buffer-detach'.
878         (wl-summary-message-display-type): Use
879         `wl-summary-buffer-display-type'.
880
881 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
882
883         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
884         buffer-local.
885
886         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
887         kill-buffer-hook instead of make-local-variable.
888         (wl-draft-preview-message): Set `local' argument of add-hook as t.
889
890 2004-12-12  Scott Renfro <scott@renfro.org>
891
892         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
893         regex for square-branket.
894
895 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
898         `wl-message-mime-analysis-p' with argument `header'.
899
900 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
901
902         * wl-mime.el (wl-draft-yank-current-message-entity): 
903         Switch to no-mime following method according to wl-message-display-type
904         property.
905         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
906
907         * wl-message.el (wl-message-display-internal): 
908         Put wl-message-display-type property on message buffer.
909
910         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
911         (wl-message-display-internal): Ditto;
912
913         * wl-summary.el (wl-summary-toggle-mime): Ditto.
914
915 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-message.el (wl-message-make-display-type): New function.
918         (wl-message-display-type-property): Ditto.
919         (wl-message-mime-analysys-p): Ditto.
920         (wl-message-display-all-header-p): Ditto.
921         (wl-message-redisplay): Removed argument `as-is', `all-header' and
922         added `display-type'.
923         (wl-message-buffer-display): Likewise.
924         (wl-message-display-internal): Likewise.
925         (wl-message-buffer-display-type): Abolish.
926         (wl-message-buffer-prefetch-subr): Follow the API changed.
927
928         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
929         from wl-summary-buffer-display-all-header and changed default value.
930         (wl-summary-message-display-type): New function.
931         (wl-summary-buffer-display-mime-mode): Ditto.
932         (wl-summary-buffer-display-header-mode): Ditto.
933         (wl-summary-toggle-mime): Rewrite with above functions.
934         (wl-summary-toggle-all-header): Ditto.
935         (wl-summary-redisplay): Force redisplay with default mode.
936         (wl-summary-redisplay-internal): Renamed argument from `mode',
937         `all-header' to `mime-mode', `header-mode'.
938         Use `wl-message-make-display-type'.
939
940         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
941         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
942
943 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
944
945         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
946
947 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
950         in original message buffer.
951         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
952         buffer.
953
954 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
955
956         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
957
958 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
961
962 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
963
964         * wl-action.el (wl-summary-exec-action-refile): Display a done message
965         when actions succeeded.
966         (wl-summary-exec-action-copy): Likewise.
967
968 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
969
970         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
971         there is switch-to-buffer at the end of wl-message-select-buffer.
972         (wl-summary-reply): Ditto.
973
974 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
975
976         * wl-summary.el (wl-summary-forward): Put subject in original
977         message buffer as argument of wl-draft-forward.
978         * wl-draft.el (wl-draft-forward): Decode subject as in
979         wl-draft-reply.
980
981 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
982
983         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
984         a folder under access group.
985
986 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
987
988         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
989         wl-message-buffer-display.
990
991         * wl-util.el (wl-set-save-drafts): Fix typo.
992
993 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
996         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
997         wl-highlight-logo-face to set the bg color of an xbm image; fixed
998         the way to measure the width of a bitmap image; don't put face on
999         ascii and bitmap images; put the mark which should not use the
1000         variable-pitch face on ascii and bitmap images.
1001         (wl-demo-setup-properties): Don't use the variable-pitch face on
1002         ascii and bitmap images; made it work on Emacs 20 and earlier.
1003         (wl-demo-insert-text): End with a newline at the bottom; don't put
1004         face on text.
1005
1006         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1007
1008 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1011
1012         * wl-util.el (wl-save-drafts): Moved from sample setting.
1013         (wl-set-save-drafts): New function to set idle timer.
1014         * wl-draft.el (wl-draft): Call it.
1015         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1016
1017 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1018
1019         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1020         a summary which has toggle display status off.
1021
1022 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-draft.el (wl-draft-do-fcc): No cache save.
1025
1026 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (elmo-event-handler-flag-changed): Use
1029         `set-buffer' instead of `with-current-buffer'.
1030
1031 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-summary.el (wl-summary-after-resize-function): New function.
1034         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1035         window-size-change-functions.
1036
1037 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038
1039         * wl-draft.el (wl-draft-create-buffer): Bind
1040         `change-major-mode-hook' after current buffer is changed.
1041
1042         * wl-summary.el (wl-summary-buffer-detach): New function.
1043         (wl-summary-buffer-set-folder): Call it.
1044         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1045         change-major-mode-hook and kill-buffer-hook.
1046         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1047         (wl-summary-switch-to-clone-buffer): Ditto.
1048         (wl-summary-goto-folder-subr): Ditto.
1049
1050 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1051
1052         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1053         after boundp check.
1054
1055 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1058         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1059         for `kill-buffer'.
1060
1061         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1062         handler of current buffer from elmo-folder.
1063
1064 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1067
1068 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1071         variable.
1072         (wl-summary-event-handler): New class.
1073         (elmo-event-handler-flag-changed): Define to update persistent
1074         mark.
1075         (wl-summary-buffer-set-folder): Register event handler to
1076         elmo-folder.
1077         (wl-summary-exit): Unregister event handler.
1078         (wl-summary-goto-folder-subr): Ditto.
1079         (wl-summary-mark-as-read-all): Does not call
1080         `wl-summary-update-persistent-mark' directly.
1081         (wl-summary-mark-as-read-internal): Ditto.
1082         (wl-summary-set-persistent-mark-internal): Ditto.
1083         (wl-summary-set-flags-internal): Ditto.
1084
1085         * Version number is increased to 2.11.33.
1086
1087 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1088
1089         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1090         to nil.
1091
1092 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-spam.el (wl-spam-setup): Add hook
1095         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1096         instead of `wl-summary-prepare-hook'.
1097
1098         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1099         if folder type is `'flag'.
1100         (wl-summary-mark-as-important): Ditto.
1101
1102 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-address.el (wl-address-minibuffer-history): New variable.
1105         (wl-address-minibuffer-local-map): New keymap.
1106         (wl-address-read-from-minibuffer): New function.
1107
1108         * wl-action.el (wl-summary-get-resend-address): Use
1109         `wl-address-read-from-minibuffer' instead of `completing-read'.
1110
1111 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * Version number is increased to 2.11.32.
1114
1115 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1116
1117         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1118         without mule to iso-8859-1.
1119         (wl-draft-add-in-reply-to): Add note in description.
1120         (wl-draft-add-references): Ditto.
1121
1122 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1123
1124         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1125         definition for `m'.
1126         (wl-summary-mode-line-format): Add '[%m]'.
1127         (wl-message-mode-line-format-spec-alist): Ditto.
1128         (wl-summary-display-mime-mode-list): New variable.
1129
1130         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1131         from wl-summary-buffer-display-as-is.
1132         (wl-summary-buffer-display-all-header): New buffer local variable.
1133         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1134         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1135         instead of wl-summary-buffer-display-as-is.
1136         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1137         (wl-summary-set-persistent-mark): Ditto.
1138         (wl-summary-set-message-buffer-or-redisplay): Just call
1139         `wl-summary-redisplay-internal' without optional arguments.
1140         (wl-summary-toggle-mime): Rewrite.
1141         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1142         (wl-summary-toggle-all-header): New function.
1143         (wl-summary-redisplay-internal): Treat mime mode.
1144
1145         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1146         to wl-mime-preview-follow-no-mime.
1147         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1148         accodring to the display-mode.
1149
1150         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1151         (wl-message-buffer-display): Changed argument name from `as-is' to
1152         `mode'.
1153         (wl-message-display-internal): Ditto;
1154         Bind elmo-mime-display-header-analysis according to the mode.
1155         (wl-message-display-internal): Put wl-message-display-mime-mode
1156         property on entire buffer.
1157
1158 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1159
1160         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1161
1162 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1163
1164         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1165         Don't extract mail address.
1166         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1167
1168         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1169
1170         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1171
1172 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1173
1174         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1175         wl-fldmgr-cut-entity-list on confirmation.
1176
1177 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1180         (wl-mime-quit-preview): Check existence of
1181         mime-edit-temp-message-buffer here.
1182
1183 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1184
1185         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1186         after deletion.
1187
1188         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1189         before calling wl-mime-quit-preview.
1190
1191 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-summary.el (wl-summary-pick): If call it with prefix
1194         argument, set `delete-marks' as non-nil. Pick from only visible
1195         messages.
1196         (wl-summary-check-target-mark): New function.
1197         (wl-summary-target-mark-mark-as-read): Use it.
1198         (wl-summary-target-mark-mark-as-unread): Ditto.
1199         (wl-summary-target-mark-operation): Ditto.
1200         (wl-summary-target-mark-set-flags): Ditto.
1201         (wl-summary-target-mark-save): Ditto.
1202         (wl-summary-target-mark-pick): Ditto.
1203         (wl-summary-target-mark-forward): Ditto.
1204         (wl-summary-target-mark-reply-with-citation): Ditto.
1205         (wl-summary-target-mark-print): Ditto.
1206         (wl-summary-target-mark-uudecode): Ditto.
1207
1208         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1209         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1210         with `ask-coding' is non-nil.
1211
1212 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-thread.el (wl-thread-set-parent): If parent is a message
1215         which is identified by references, set linked as nil.
1216
1217 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1220         (wl-message-mode-line-format-spec-alist): Ditto.
1221         (wl-message-mode-line-format): Ditto.
1222         (wl-summary-mode-line-format): Ditto for docstring.
1223         (wl-summary-no-mime-folder-list): Fix typo.
1224
1225         * wl-util.el (wl-current-message-buffer): Call
1226         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1227
1228         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1229         variable.
1230         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1231         of `wl-summary-redisplay-no-mime'.
1232         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1233         (wl-summary-toggle-mime): New function.
1234         (wl-summary-redisplay-all-header): Rewrite.
1235         (wl-summary-redisplay-no-mime): Ditto.
1236         (wl-summary-redisplay-internal): Added argument `as-is' and
1237         `all-header'.
1238
1239         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1240         New variable.
1241         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1242         bottom.
1243         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1244         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1245         "/" unconditionally.
1246
1247         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1248         wl-mime-preview-follow-no-mime for as-is content.
1249         (wl-mime-preview-follow-no-mime): New function.
1250         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1251
1252         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1253         and added `as-is', `all-header'.
1254         (wl-message-buffer-display): Ditto.
1255         (wl-message-buffer-display-type): New function.
1256
1257 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-vars.el (wl-message-header-button-alist): Change default
1260         value.
1261         (wl-message-body-button-alist): Ditto.
1262
1263 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1264
1265         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1266
1267 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1270
1271 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1274         is always true.
1275
1276 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1277
1278         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1279         on null entity.
1280
1281 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1284
1285 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-vars.el (wl-summary-resend-hook): New hook.
1288
1289         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1290         `wl-summary-resend-hook'.
1291
1292 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1293
1294         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1295         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1296         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1297         (wl-summary-new-cached-mark): Changed default value to 'n'.
1298         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1299         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1300         (wl-folder-sync-range-alist): Remove spec for 'flag.
1301         (wl-summary-force-prefetch-folder-list): New user option.
1302
1303         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1304         `wl-summary-toggle-persistent-mark'.
1305         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1306         number is nil.
1307         (wl-summary-mark-as-answered-region): Set interactive argument of
1308         `wl-summary-set-persistent-mark-internal'.
1309         (wl-summary-mark-as-important-region): Ditto.
1310         (wl-summary-unset-persistent-mark): Ditto.
1311         (wl-summary-set-persistent-mark): Ditto.
1312         (wl-summary-mark-as-answered): Ditto.
1313         (wl-summary-mark-as-important): Ditto.
1314         (wl-summary-set-persistent-mark-internal): Do nothing
1315         when `elmo-message-flag-available-p' is nil.
1316         (wl-summary-toggle-persistent-mark): New function.
1317         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1318         when the folder matches `wl-summary-force-prefetch-folder-list'.
1319
1320
1321         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1322         when number is nil.
1323         (wl-highlight-summary-forwarded-face): New face.
1324
1325 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * Version number is increased to 2.11.31.
1328
1329 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1332         (wl-biff-check-folder-async): Ditto.
1333         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1334
1335 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1336
1337         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1338         Add an argument `reverse'.  All callers are updated.
1339         (wl-summary-sort): Add a prefix argument `reverse' to specify
1340         reverse sorting.
1341         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1342         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1343         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1344
1345 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-message.el (wl-message-redisplay): Does not narrow header if
1348         disply-type is all-header or as-is.
1349
1350         * wl-summary.el (wl-summary-enter-handler): Use
1351         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1352
1353 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1356         after adding wl-draft-parent-variables.
1357         (wl-draft-forward): Ditto.
1358
1359 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-summary.el (wl-summary-sync-marks): Call
1362         `wl-summary-set-persistent-mark' and
1363         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1364         (wl-summary-set-persistent-mark-internal): Add 4th argument
1365         `no-server'.
1366         (wl-summary-unset-persistent-mark): Ditto.
1367         (wl-summary-set-persistent-mark): Ditto.
1368         (wl-summary-add-flags-internal): Abolish.
1369         (wl-summary-remove-flags-internal): Ditto.
1370         (wl-summary-mark-as-important-internal): Ditto.
1371         (wl-summary-mark-as-important): Use
1372         `wl-summary-set-persistent-mark' instead of
1373         `wl-summary-add-flags-internal'.
1374         (wl-summary-mark-as-important-region): Ditto.
1375
1376         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1377
1378         * wl-summary.el (wl-summary-get-available-flags): New function.
1379         (wl-summary-sync-marks): Use it and simplified.
1380         (wl-summary-unset-persistent-mark): Use
1381         `wl-summary-get-available-flags'.
1382         (wl-summary-set-persistent-mark): Ditto.
1383
1384 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1385
1386         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1387         id.
1388
1389 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1392         number, call `wl-summary-prev-line-content'. Show message when the
1393         message is not found.
1394
1395 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1396
1397         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1398         wl-summary-enter-handler.
1399         (wl-summary-enter-handler): New command.
1400
1401         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1402         docstring and custom spec.
1403
1404         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1405         flags too; Don't treat Cached and New.
1406         (wl-summary-set-persistent-mark): Ditto.
1407
1408         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1409         `wl-folder-set-flag'.
1410
1411         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1412         instead of `wl-folder-set-flag'.
1413
1414         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1415         for completion.
1416         (wl-summary-set-persistent-mark): Ditto.
1417
1418         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1419         instead of `wl-draft-quit-preview'.
1420
1421         * wl-mime.el (toplevel): Avoid compile warning.
1422         (wl-mime-quit-preview): New function
1423         (formarly defined as `wl-draft-quit-preview').
1424         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1425         quitting method.
1426
1427         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1428
1429         * wl-folder.el (wl-folder-set-flag): Renamed from
1430         `wl-draft-set-flag-on-parent'.
1431
1432         * wl-draft.el (wl-draft-quit-preview): New function.
1433         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1434         (wl-draft-send): Call `wl-folder-set-flag' instead of
1435         `wl-draft-set-flag-on-parent'.
1436         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1437
1438 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1441         (wl-draft-send): Ditto.
1442
1443 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1444
1445         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1446         (wl-draft-kill-pre-hook): Set default value as nil.
1447         (wl-summary-reply-hook): Ditto.
1448         (wl-draft-kill-flags): Abolish.
1449
1450         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1451         (wl-draft-parent-variables): Renamed from
1452         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1453         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1454         argument; Add wl-draft-parent-variables to
1455         wl-draft-config-variables.
1456         (wl-draft-reply): Likewise.
1457         (wl-draft-kill-flags): Abolish.
1458         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1459         (wl-draft-set-flag-on-parent): New function.
1460         (wl-draft-setup-parent-flag): Ditto.
1461
1462 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1463
1464         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1465         `wl-draft-parent-folder' is "".
1466
1467 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1468
1469         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1470         (wl-summary-digit-jump): New function.
1471         (Adviced by John Owens and Hiroya Murata)
1472
1473         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1474         (Adviced by John Owens)
1475
1476         * wl-xmas.el (wl-message-define-keymap): Ditto.
1477
1478         * wl-mule.el (wl-message-define-keymap): Ditto.
1479
1480 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1483         change of return value of elmo-folder-count-flags.
1484
1485         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1486         (wl-summary-mark-as-read-internal): Ditto.
1487         (wl-summary-set-persistent-mark-internal): Ditto.
1488         (wl-summary-folder-info-update): Ditto.
1489         (wl-summary-sync-update): Fixed the last change.
1490
1491         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1492
1493 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1496         (wl-draft-kill-flags): Fixed docstring.
1497
1498         * wl-draft.el (wl-draft-kill-flags): New function.
1499         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1500
1501 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1502
1503         * wl-vars.el (wl-reply-hook): Abolish.
1504         (wl-draft-reply-hook): New hook.
1505         (wl-summary-reply-hook): Ditto.
1506         (wl-draft-forward-hook): Ditto.
1507         (wl-summary-forward-hook): Ditto.
1508         (wl-draft-kill-flags): New variable.
1509
1510         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1511         wl-summary-set-persistent-mark-internal.
1512         (wl-summary-sync-marks): Use elmo-preserved-flags.
1513         (wl-summary-update-persistent-mark): Make it interactive.
1514         (wl-summary-set-persistent-mark-internal): New inline function.
1515         (wl-summary-mark-as-answered): Use it.
1516         (wl-summary-mark-as-unanswered): Ditto.
1517         (wl-summary-unset-persistent-mark): New function.
1518         (wl-summary-set-persistent-mark): Ditto.
1519         (wl-summary-reply): Don't set answered flag;
1520         Run wl-summary-reply-hook instead.
1521         (wl-summary-forward): Call wl-draft-forward with number.
1522         Run wl-summary-forward-hook.
1523
1524         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1525         (wl-highlight-summary-line-face-spec): Use it as a default
1526         persistent mark face.
1527
1528         * wl-draft.el (wl-draft-forward): Added optional argument number;
1529         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1530         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1531         (wl-draft-kill): Use wl-draft-kill-flags.
1532
1533         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1534
1535         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1536         of return value of elmo-folder-count-flags.
1537
1538         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1539
1540         * wl-summary.el (wl-summary-count-unread): Ditto.
1541         (wl-summary-sync-update): Follow the change above.
1542         (wl-summary-force-prefetch): New function.
1543
1544 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1545
1546         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1547         variable `buf' with `let' instead of `setq'.
1548
1549 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1550
1551         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1552         add Content-Disposition heaeder on the deleted part.
1553
1554 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555
1556         * wl-draft.el (wl-draft-save): Encode address list under edit by
1557         `eword-encode-unstructured-field-body'.
1558
1559         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1560
1561 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1564         wl-current-summary-buffer.
1565
1566 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1567
1568         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1569         `numbers' is ignored.
1570
1571 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-folder.el (wl-folder-open-folder): Avoid error.
1574         Reported by John Owens, [wl-en:815]
1575
1576         * wl.el (wl): Set timer for biff process even if prefix argument
1577         is given or auto-checking is quitted.
1578
1579         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1580         immediately.
1581         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1582         (wl-toggle-plugged): Ditto.
1583
1584         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1585         * wl-util.el (wl-biff-start): Use idle timer if
1586         `wl-biff-use-idle-timer' is non-nil.
1587
1588 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-highlight.el (wl-highlight-message): Fix description.
1591
1592 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1593
1594         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1595         tty.
1596
1597 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl-action.el (wl-summary-exec): Print failure count.
1600
1601 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1602
1603         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1604         to `defun', remove interactive form.
1605         Set elmo-message-fetch-confirm when force-reload is non-nil.
1606
1607 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-summary.el (toplevel): Removed unnecessary autoload.
1610
1611 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1612
1613         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1614         the buffer is generated from another message buffer.
1615
1616 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1619         extracted from `wl-fldmgr-save-folders'.
1620         (wl-fldmgr-delete): Call it after deletion.
1621
1622 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1625         multi-tty support.
1626
1627 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1628
1629         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1630
1631 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1632
1633         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1634         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1635
1636 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1637
1638         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1639         unsubscribe list only if argument CLEAR is nil.
1640
1641 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-draft.el (wl-draft-reply): Decode subject before removing
1644         Re: prefix.
1645
1646 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1647
1648         * wl-summary.el (wl-summary-sort-by-size): New command.
1649
1650 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651
1652         * wl-summary.el (wl-summary-number-list-from-region): New
1653         function.
1654         (wl-summary-mark-as-read-region): Use it.
1655         (wl-summary-mark-as-unread-region): Ditto.
1656         (wl-summary-set-flags-region): Ditto and add optional argument
1657         remove.
1658         (wl-summary-mark-as-answered-region): Ditto.
1659         (wl-summary-mark-as-important-region): Ditto.
1660         (wl-summary-target-mark-mark-as-important): Added optional
1661         argument remove.
1662         (wl-summary-target-mark-mark-as-answered): Ditto.
1663         (wl-summary-target-mark-set-flags): Ditto.
1664
1665 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-summary.el (wl-summary-set-flags-region): Call
1668         `wl-summary-set-flags-internal' with number list instead of call
1669         one by each message.
1670         (wl-summary-target-mark-set-flags): Likewise.
1671
1672 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1675         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1676         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1677         (wl-summary-target-mark-mark-as-answered): Likewise.
1678
1679 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl-summary.el (wl-summary-target-mark-forward): Use
1682         `wl-summary-delete-all-target-marks' instead of
1683         `wl-summary-delete-all-temp-marks'.
1684         (wl-summary-target-mark-reply-with-citation): Ditto.
1685         (wl-summary-target-mark-uudecode): Ditto.
1686         (wl-summary-target-mark-set-flags): Ditto and remove needless
1687         cursor move.
1688
1689 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-summary.el (wl-summary-target-mark-forward): Protect
1692         wl-summary-buffer-target-mark-list from nreverse.
1693         (wl-summary-target-mark-reply-with-citation): Ditto.
1694
1695 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1696
1697         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1698         `elmo-display-progress-threshold'.
1699
1700 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1703         check `wl-summary-highlight'.
1704         (wl-summary-window-scroll-functions): Respect value of
1705         `wl-summary-highlight'.
1706         (wl-summary-sync-update): Run hooks
1707         `wl-summary-buffer-window-scroll-functions' at any time.
1708
1709 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1712         from `wl-summary-cleanup-temp-marks'.
1713         (wl-summary-cleanup-temp-marks): Abolish argument.
1714         * wl.el (wl-save-status): Revert previous change.
1715         (wl-execute-temp-marks): New function, call
1716         `wl-summary-exec-with-confirmation'.
1717         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1718         (wl-folder-save-and-exec-marks): Abolished.
1719
1720 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-e21.el (wl-e21-display-image-p): Respect
1723         `wl-highlight-folder-with-icon'.
1724         (wl-e21-highlight-folder-group-line): Highlight mouse line
1725         even if wl-e21-display-image-p is nil.
1726
1727         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1728         Respect value of `wl-summary-highlight'.
1729
1730         * wl.el (wl-save-status): Remove unused variable.
1731
1732         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1733         (wl-folder-mode-map): Bind it to "x".
1734
1735 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1738
1739         * wl-thread.el (wl-thread-get-parent-list): Don't check
1740         disconnected ancestors, neglecting needless work in
1741         `wl-thread-update-indent-string-thread'.
1742
1743         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1744         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1745         argument, add argument default-keep to keep marks by default.
1746
1747         * Version number is increased to 2.11.30.
1748
1749         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1750         customization type and docstring.
1751         (wl-draft-reply-without-argument-list): Ditto.
1752
1753 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1756
1757         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1758
1759 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1762
1763 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1766         save-excursion so as not to include run-hooks.
1767
1768 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1769
1770         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1771         Clarify that marks are going to be cleared.
1772
1773 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1776         according to 3rd element of wl-summary-flag-mark.
1777
1778         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1779
1780 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * wl-action.el (wl-summary-target-mark-all): Don't set
1783         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1784
1785 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1786
1787         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1788         (wl-forward-subject-prefix): Ditto.
1789         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1790         (wl-draft-reply-make-subject): Ditto.
1791
1792         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1793         `wl-draft-forward'.
1794         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1795
1796 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1797
1798         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1799         target message does not exist.
1800
1801 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1802
1803         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1804         `wl-subject-prefix-regexp'.
1805         (wl-subject-forward-prefix-regexp): New variable.
1806         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1807         `wl-draft-strip-subject-re' and take regexp as argument.
1808         (wl-draft-forward): Use it.
1809         (wl-draft-reply): Ditto.
1810
1811 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1812
1813         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1814         emacs multi-tty support.
1815
1816 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1817
1818         * wl-e21.el (wl-e21-display-image-p): Don't call
1819         `display-images-p'.
1820         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1821         support.
1822         (wl-highlight-folder-current-line): Ditto.
1823         (wl-folder-init-icons): Ditto.
1824
1825 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1826
1827         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1828         the last line of summary in unplugged mode.
1829
1830 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1831
1832         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1833
1834 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1835
1836         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1837         * wl-address.el (wl-address-user-mail-address-p): Use it.
1838         (wl-address-delete-user-mail-addresses): Ditto.
1839         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1840
1841         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1842         (wl-address-delete-user-mail-addresses): Ditto.
1843
1844         * wl-address.el (wl-address-delete-user-mail-addresses): New
1845         function.
1846         * wl-refile.el (wl-refile-guess-by-history): Use it.
1847         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1848         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1849
1850         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1851         use wl-address-user-mail-address-p.
1852
1853 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1854
1855         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1856         after opening group.
1857
1858 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1859
1860         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1861         of elmo-set-buffer-multibyte.
1862
1863         * wl-message.el (wl-original-message-mode): Ditto.
1864
1865         * wl-score.el (wl-score-insert-header): Ditto.
1866
1867         * wl-summary.el
1868         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1869         (wl-summary-goto-folder-subr): Ditto.
1870         (wl-summary-insert-headers): Ditto.
1871
1872         * wl-util.el (wl-set-string-width): Ditto.
1873
1874         * Version number is increased to 2.11.29.
1875
1876 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1877
1878         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1879         (wl-highlight-summary-line-help-echo-alist): New variable.
1880         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1881         into `wl-highlight-summary-line-help-echo' and
1882         `wl-highlight-flag-folder-help-echo'.
1883         (wl-highlight-summary-line-string): Change accordingly.
1884         (wl-highlight-summary-current-line): Ditto.
1885
1886 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1887
1888         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1889         at the beginning of field body (Thanks to Markus Knittig).
1890
1891         * wl-draft.el (wl-draft-insert-current-message): Also check
1892         summary buffer, remove unnecessary tag.
1893
1894 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1895
1896         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1897         when wl-message-buffer is nil.
1898
1899         * wl-folder.el (wl-folder): Abolish unused argument.
1900         Call wl-folder-init when wl-folder-entity is nil.
1901         * wl.el (wl): Change accordingly.
1902
1903 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1906         multibyte string before insert into draft buffer.
1907         (wl-draft-create-buffer): Always enable multibyte characters for
1908         draft buffer.
1909
1910         * Version number is increased to 2.11.28.
1911
1912 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl-folder.el (wl-folder-open-close): Handle blank line.
1915         (wl-folder-jump-to-current-entity): Ditto.
1916
1917 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * Version number is increased to 2.11.27.
1920
1921 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1922
1923         * wl-thread.el (wl-thread-insert-message): When the thread is
1924         devided by wl-summary-max-thread-depth, insert line at the end of
1925         buffer.
1926
1927 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * Version number is increased to 2.11.26.
1930
1931 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1932
1933         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1934
1935 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1938         value of stream-type and session.
1939
1940 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * Version number is increased to 2.11.25.
1943
1944 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1945
1946         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1947         in a quit message.
1948
1949 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1950
1951         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1952         (wl-summary-redisplay-no-mime-internal): Ditto.
1953
1954 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1955
1956         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1957         * wl-vars.el (wl-smtp-connection-type): Ditto.
1958
1959 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1960
1961         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1962         for the separator line and quote mail-header-separator.
1963
1964 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1965
1966         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1967         result message.
1968
1969         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1970         `elmo-multiple-fields-body-list' with boundary as
1971         mail-header-separator.
1972
1973 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1974
1975         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1976
1977 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1978
1979         * wl-util.el (wl-list-diff): Remove unused function.
1980
1981         * wl-draft.el (wl-draft-send-confirm): Discard input before
1982         confirmation.
1983
1984 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1987         order of flag and new.
1988
1989 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * wl-vars.el (wl-refile-policy-alist): Abolished.
1992
1993         * wl-action.el (wl-summary-set-action-refile): Follow the change
1994         above.
1995
1996 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * wl-highlight.el (wl-highlight-signature-search): Don't use
1999         re-search-backward for a long word since it is possible to crash
2000         XEmacs because of a bug.
2001
2002 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2003
2004         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2005
2006 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2009         argument for wl-summary-sync-force-update.
2010
2011 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * wl-summary.el (wl-summary-mode-map): Revival of
2014         wl-summary-mark-as-important related bindings;
2015         Bind 'F','tF','mF','rF','m&'.
2016         (wl-summary-mark-as-important-region): Revival.
2017         (wl-summary-target-mark-mark-as-important): Ditto.
2018         (wl-summary-target-mark-operation): New function.
2019         (wl-summary-target-mark-mark-as-answered): Use it.
2020         (wl-summary-decide-flag): Don't set Important as default.
2021         (wl-summary-mark-as-important-internal): Revival.
2022         (wl-summary-mark-as-important): Ditto.
2023
2024         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2025
2026         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2027         instead of facep.
2028
2029 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2030
2031         * wl-dnd.el (wl-dnd-drop-func): Fix.
2032
2033         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2034         mouse-set-point instead of posn-point.
2035
2036         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2037
2038         * wl-mule.el (wl-completing-read-multiple): Ditto.
2039
2040 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-demo.el (face-background-name): Defalias to avoid compile
2043         warning.
2044
2045 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-summary.el (wl-summary-decide-flag): Use
2048         wl-completing-read-multiple instead of completing-read-multiple.
2049
2050         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2051         New alias.
2052
2053         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2054         Use face-background-name instead of face-background.
2055
2056         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2057
2058         * wl-summary.el (wl-summary-save): Use it.
2059         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2060
2061         * wl-mime.el (wl-mime-save-content): Fix last change.
2062
2063 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2064
2065         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2066         New function.
2067         (wl-summary-sort-specs): Added sort.
2068         * wl-mime.el (wl-mime-save-content): Expand file name.
2069
2070 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2073
2074         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2075
2076 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2077
2078         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2079         for flag if it is not defined.
2080
2081 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2082
2083         * wl-e21.el (wl-highlight-folder-current-line): Use
2084         elmo-folder-type-internal when elmo-folder-type returns nil.
2085
2086         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2087
2088         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2089
2090         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2091
2092         * wl-e21.el (wl-summary-toolbar): Ditto.
2093
2094         * wl-vars.el (wl-demo-background-color): Abolished.
2095         (wl-summary-persistent-mark-priority-list): Renamed from
2096         wl-summary-flag-priority-list.
2097         (wl-summary-flag-alist): New user option.
2098         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2099         (wl-message-mode-line-format-spec-alist): Added 'F'.
2100         (wl-message-mode-line-format): Likewise.
2101         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2102         instead of wl-summary-important-mark.
2103         (wl-file-folder-icon): New variable.
2104
2105         * wl-thread.el (wl-thread-set-flags): Renamed from
2106         wl-thread-mark-as-important.
2107
2108         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2109         warning.
2110         (wl-summary-mode-menu-spec): Follow the change of 
2111         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2112         (wl-summary-mode-map): Follow the change of
2113         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2114         (wl-summary-detect-mark-position): Follow the variable name change.
2115         (wl-summary-set-flags-region): New function for the replacement of
2116         wl-summary-mark-as-important-region.
2117         (wl-summary-sync-marks): Sync all global-flags.
2118         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2119         instead of elmo-message-flagged-p.
2120         (wl-summary-persistent-mark-string): Follow the variable name change;
2121         Put wl-summary-flag-mark if the message has global-flag.
2122         (wl-summary-target-mark-set-flags): Renamed from 
2123         wl-summary-target-mark-mark-as-important.
2124         (wl-summary-decide-flag): New function.
2125         (wl-summary-set-flags-internal): Renamed from
2126         wl-summary-mark-as-important-internal.
2127         (wl-summary-add-flags-internal): New function.
2128         (wl-summary-remove-flags-internal): Ditto.
2129         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2130         (wl-summary-mark-as-unimportant): Abolish.
2131         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2132         (wl-summary-next-message): List flagged messages in the msgdb.
2133
2134         * wl-score.el (wl-summary-score-update-all-lines): Use
2135         wl-summary-add-flags-internal instead of 
2136
2137         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2138
2139         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2140         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2141         (wl-message-buffer-require-all-header): Renamed from
2142         wl-message-buffer-all-header-flag (Ditto).
2143         (wl-message-buffer-flag-indicator): New variable.
2144         (wl-message-redisplay): Changed local varibale name from `flag' to
2145         `display-type'; Set up wl-message-buffer-flag-indicator.
2146         (wl-message-buffer-display): Changed varibale name from `flag' to
2147         `display-type'.
2148         (wl-message-display-internal): Likewise.
2149
2150         * wl-highlight.el (wl-highlight-demo-face): Define default background
2151         color.
2152         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2153
2154         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2155
2156         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2157         (wl-demo-setup-properties): Renamed from
2158         `wl-demo-set-background-color'.
2159         (wl-demo): Follow the change above.
2160         
2161         * Version number is increased to 2.11.24.
2162
2163 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-summary.el (wl-summary-toggle-thread): Call
2166         `wl-summary-rescan' with disable-thread as non-nil.
2167         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2168
2169 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2172         foreground property of the face.
2173         (wl-demo-insert-text): Don't set up face property here.
2174         (wl-demo): Call wl-demo-set-background-color, anyway.
2175
2176 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-vars.el (wl-demo-background-color): The value can be nil.
2179
2180 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2183         to wl-summary-wheel-dispatcher.
2184
2185         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2186         wl-message-wheel-dispatcher.
2187         (wl-message-wheel-dispatcher): New function.
2188         (wl-summary-wheel-dispatcher): Ditto.
2189
2190 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2191
2192         * wl-action.el (wl-summary-target-mark-all): List messages which are
2193         not in the killed-list.
2194
2195         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2196         only when the folder is 'flag/important.
2197
2198         * wl-address.el (wl-complete-field-body): Complete if the last
2199         character is a space.
2200
2201 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2202
2203         * wl-folder.el (wl-folder-clear-entity-info): Use
2204         elmo-clear-hash-val.
2205
2206         * wl-fldmgr.el (wl-fldmgr-rename): Set
2207         wl-folder-info-alist-modified as t.
2208
2209 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2210
2211         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2212
2213 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2216         (wl-folder-buffer-last-visited-entity-id): New buffer local
2217         variable.
2218         (wl-folder-revisit-last-visited-folder): New function.
2219         (wl-folder-mode-map): Bind it to "C-i".
2220         (wl-folder-set-current-entity-id): Set last visited folder.
2221         * wl-summary.el (wl-summary-exit): Ditto.
2222
2223 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2226         before calling `recenter' in order to cope with an XEmacs bug.
2227
2228 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2229
2230         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2231         to the default value.
2232
2233 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2236         change.
2237         (wl-summary-sync-marks): Ditto.
2238         (wl-summary-mark-as-read-internal): Ditto.
2239         (wl-summary-mark-as-answered-internal): Ditto.
2240         (wl-summary-mark-as-important-internal): Ditto.
2241         (wl-summary-reply): Ditto.
2242
2243         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2244         instead of `elmo-folder-unflag-answered'.
2245
2246         * Version number is increased to 2.11.23.
2247
2248         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2249         the last change.
2250
2251 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2252
2253         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2254         Specify "spam" or "good".
2255
2256 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2257
2258         * wl-spam.el (wl-summary-exec-action-spam): Call
2259         wl-folder-confirm-existence for spam folder.
2260         (wl-spam-setup): Bind "mk".
2261
2262 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2265
2266 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2269         destination folder is empty.
2270
2271 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2272
2273         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2274         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2275
2276         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2277         (wl-summary-refile-prev-destination-region): New function.
2278         (wl-thread-refile-prev-destination): Ditto.
2279         (wl-summary-target-mark-refile-prev-destination): Ditto.
2280
2281 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2284         (wl-demo-background-color): Changed default value.
2285
2286         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2287         color.
2288
2289         * wl-demo.el (wl-demo-set-background-color): New function.
2290         (wl-demo): Call it.
2291
2292 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2295         * wl-address.el (wl-address-add-or-change): Don't add empty
2296         address.
2297
2298 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2299
2300         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2301
2302 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2303
2304         * wl-vars.el (wl-demo-image-filter-alist): New variable
2305         (wl-demo-background-color): Ditto.
2306
2307         * wl-demo.el (wl-demo-xpm-set-background): New function.
2308         (wl-demo-image-filter): Ditto.
2309         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2310
2311         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2312
2313         * wl-demo.el (wl-demo-icon-name): Define as function.
2314         (wl-demo-insert-image): Use it.
2315
2316 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2317
2318         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2319
2320 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2321
2322         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2323
2324 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2325
2326         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2327
2328 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-thread.el (wl-thread-mark-as-answered): New function.
2331
2332         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2333         answered" entry.
2334         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2335         "r&" and wl-thread-mark-as-answered to "t&".
2336         (wl-summary-mark-as-important-region): Refine to toggle mark.
2337         (wl-summary-mark-as-answered-region): New function.
2338         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2339         and 3rd argument.
2340         (wl-summary-mark-as-important-internal): Likewise.
2341
2342 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-template.el (wl-template-preview): New internal variable.
2345         (wl-template-preview-p): New function.
2346         (wl-template-show): Bind `wl-template-preview' as t.
2347
2348 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2351         `elmo-message-entity-field' with 3rd argument which is non-nil.
2352
2353 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2356         Removed duplicate local bind `folder'.
2357
2358 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2361
2362 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2365         duplicate definition.
2366
2367 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2368
2369         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2370         non-nil, use it; Don't fetch message if there's no message in the
2371         current cursor position.
2372
2373 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2374
2375         * wl-util.el (wl-region-exists-p): Use region-active-p.
2376         (wl-deactivate-region): New function.
2377         * wl-message.el (wl-message-redisplay): Deactivate region.
2378
2379         * wl-summary.el (wl-summary-reply): Call
2380         `wl-summary-set-message-buffer-or-redisplay' instead of
2381         `wl-summary-redisplay-internal', don't move point.
2382
2383 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2386         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2387         by regexp.
2388
2389 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2392         if no need.
2393
2394 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2397         default value to nil.
2398         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2399         `wl-summary-prepare-hook'; Replace refile action to
2400         `wl-summary-exec-action-refile-with-register'.
2401
2402         * Version number is increased to 2.11.22.
2403
2404 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * wl-summary.el (wl-summary-detect-mark-position): Set
2407         `wl-summary-buffer-weekday-name-lang'.
2408
2409 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2410
2411         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2412         (wl-summary-mark-as-read-all): Ditto.
2413         (wl-summary-delete-messages-on-buffer): Ditto.
2414         (wl-summary-sync-update): Ditto.
2415         (wl-summary-mark-as-read-internal): Ditto.
2416         (wl-summary-mark-as-answered-internal): Ditto.
2417         (wl-summary-update-folder-info): Abolished.
2418
2419 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-summary.el (wl-summary-mark-as-read-all): Use
2422         `wl-summary-update-folder-info' instead of
2423         `wl-folder-update-unread'.
2424
2425 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2426
2427         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2428         `wl-summary-folder-info-update'.
2429         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2430         instead of `wl-summary-folder-info-update'.
2431         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2432         `wl-folder-set-folder-updated'.
2433         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2434         instead of `wl-folder-update-unread'.
2435         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2436         the value of `wl-summary-buffer-unread-count' for the second parameter of
2437         `wl-folder-update-unread'.
2438
2439         * Version number is increased to 2.11.21.
2440
2441 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2442
2443         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2444         a local variable.
2445
2446 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2449         interactively.
2450
2451         * wl-summary.el (wl-summary-mark-as-important-internal): New
2452         internal function.
2453         (wl-summary-mark-as-important): Use it.
2454         (wl-summary-mark-as-unimportant): New function.
2455         (wl-summary-sync-marks): Follow the API change.
2456
2457         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2458
2459         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2460
2461 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2462
2463         * wl-folder.el (wl-folder-update-unread): Re-indent.
2464         Narrow the scope of a local variable.
2465
2466 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2467
2468         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2469         (wl-addrmgr-merge-entries): Ditto.
2470         (wl-addrmgr): Added to address entry which exists in draft buffer
2471         if no entry is in original.
2472
2473 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2474
2475         * wl-batch.el: New file.
2476
2477 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2478
2479         * wl-vars.el (wl-use-semi): Remove unused variable.
2480
2481 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2482
2483         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2484         "?".
2485
2486 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2489         wl-summary-new-mark.
2490         (wl-summary-new-cached-mark): New user option.
2491         (wl-summary-score-marks): Follow the change above.
2492         (wl-summary-auto-refile-skip-marks): Ditto.
2493         (wl-summary-incorporate-marks): Ditto.
2494         (wl-summary-expire-reserve-marks): Ditto.
2495
2496         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2497
2498         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2499         (wl-summary-persistent-mark-string): Distinguished between cached
2500         and uncached mark when the message is new.
2501
2502 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2503
2504         * wl-spam.el (wl-spam-domain): Renamed from
2505         `wl-spam-folder-guess-domain'.
2506         (wl-summary-exec-action-spam): Register as spam if domain of the
2507         source folder is good.
2508         (wl-summary-exec-action-refile-with-register): Register message if
2509         domain of the source folder is not undecided.
2510
2511 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2514         detect thread loop.
2515
2516 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2519         and wl-summary-skip-mark-list.
2520
2521 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2524
2525         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2526
2527         * wl-spam.el (toplevel): Require wl-highlight.
2528         (wl-spam-auto-check-policy-alist): Abolish.
2529         (wl-spam-auto-check-folder-regexp-list): New user option.
2530         (wl-spam-auto-check-marks): Ditto.
2531         (wl-spam-mark-action-list): Ditto.
2532         (wl-highlight-summary-spam-face): New face.
2533         (wl-spam-auto-check-message-p): New function.
2534         (wl-spam-map-spam-messages): Fixed message.
2535         (wl-spam-register-spam-messages): Ditto.
2536         (wl-spam-register-good-messages): Ditto.
2537         (wl-summary-spam-map): Add and remove keybind.
2538         (wl-summary-target-mark-spam): Abolish.
2539         (wl-summary-refile-spam): Ditto.
2540         (wl-summary-test-spam): New function.
2541         (wl-summary-mark-spam): Ditto.
2542         (wl-summary-auto-check-spam): Follow the above change.
2543         (wl-summary-exec-action-spam): New function.
2544         (wl-summary-exec-action-refile-with-register): Fixed message.
2545         (wl-message-check-spam): New function.
2546         (wl-spam-setup): Ditto.
2547         (toplevel): Call it if this file is loaded interactivity.
2548
2549         * Version number is increased to 2.11.20.
2550
2551 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2554         when new optional argument `force' is non nil or modified.
2555
2556 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl.el (toplevel): Require wl-spam when compile.
2559         (wl-save-status): Call wl-spam-save-status.
2560
2561         * wl-spam.el (wl-spam-register-spam-messages): New function.
2562         (wl-spam-register-good-messages): Ditto.
2563         (wl-spam-save-status): Ditto.
2564         (wl-summary-mode-map): Bind
2565         wl-summary-target-mark-register-as-spam to "ms" and
2566         wl-summary-target-mark-register-as-good to "mn".
2567         (wl-summary-register-as-spam): Abolish optional argument; Use
2568         wl-spam-register-spam-messages.
2569         (wl-summary-register-as-spam-all): Use
2570         wl-spam-register-spam-messages.
2571         (wl-summary-register-as-good): Abolish optional argument; Use
2572         wl-spam-register-good-messages.
2573         (wl-summary-register-as-good-all): Use
2574         wl-spam-register-good-messages.
2575         (wl-summary-target-mark-register-as-spam): New funtion.
2576         (wl-summary-target-mark-register-as-good): Ditto.
2577
2578 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2579
2580         * wl-spam.el: New file.
2581
2582 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2585
2586         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2587         (wl-summary-auto-refile): Call wl-refile-guess with
2588         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2589
2590 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2591
2592         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2593         with disable-thread argument non-nil.
2594
2595 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-summary.el (wl-summary-rescan): Added optional argument
2598         disable-thread.
2599         (wl-summary-sync): Call wl-summary-rescan with argument
2600         disable-thread.
2601         (wl-summary-input-range): Added new range `rescan-thread'.
2602
2603 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2604
2605         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2606
2607 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2610         internal variable.
2611         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2612         wl-summary-search-parent-by-subject-regexp and
2613         wl-summary-divide-thread-when-subject-changed as nil.
2614         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2615         (wl-summary-insert-thread): Search parent entity from
2616         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2617         thread loop.
2618
2619 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2620
2621         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2622
2623         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2624
2625         * wl-util.el (wl-require-update-all-folder-p): New function.
2626         (wl-get-assoc-list-value): Added `function' to match directive.
2627         (wl-collect-draft): Rewrite.
2628
2629         * wl-summary.el (wl-summary-sync-update): Clear faces
2630         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2631         are non-nil.
2632         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2633         argument as function.
2634         (wl-summary-input-range): Ditto.
2635
2636         * wl-folder.el (wl-draft-get-folder): New function.
2637         (wl-folder-get-elmo-folder): Consider draft folder.
2638
2639         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2640         (wl-draft-buffer-message-number): New buffer local variable.
2641         (wl-draft-folder-internal): New internal variable.
2642         (wl-draft-delete): Rewrite.
2643         (wl-draft-save): Ditto.
2644         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2645         wl-folder-get-elmo-folder.
2646         (wl-draft-config-info-operation): Ditto.
2647         (wl-jump-to-draft-folder): Ditto.
2648         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2649         (wl-draft-reedit): Rewrite.
2650
2651         * Version number is increased to 2.11.19.
2652         
2653 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2654
2655         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2656         variable.
2657
2658 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2661         Use ignore-errors instead of unwind-protect.
2662
2663 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2664
2665         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2666         for updating `wl-thread-entity-list'.
2667
2668 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2669
2670         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2671         parameter from calling `wl-thread-entity-get-older-brothers' and
2672         `wl-thread-entity-get-younger-brothers'.
2673         Replace nested `append' with a single one.
2674
2675 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * wl-summary.el (wl-summary-mode): Don't use the return value of
2678         `make-local-hook'.
2679
2680 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2681
2682         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2683         instead of `let*'.
2684         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2685         of local variables.
2686
2687 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2690         Renamed from wl-summary-window-scroll-functions.
2691         (wl-summary-window-scroll-functions): Don't set to variable.
2692         (wl-summary-display-top): Use run-hooks.
2693         (wl-summary-display-bottom): Ditto.
2694         (wl-summary-toggle-disp-msg): Ditto.
2695         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2696         Use it instead of wl-summary-window-scroll-functions.
2697         (wl-summary-goto-folder-subr): Don't call
2698         wl-summary-window-scroll-functions, use
2699         wl-summary-buffer-window-scroll-functions instead.
2700
2701 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2704         make-local-variable.
2705
2706 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2707
2708         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2709         set-buffer-modified-p.
2710         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2711         (wl-summary-display-bottom): Ditto.
2712         (wl-summary-toggle-disp-msg): Ditto.
2713
2714 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2715
2716         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2717
2718         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2719         (wl-summary-forward): Use elmo-message-entity-field instead of
2720         elmo-message-field.
2721
2722         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2723
2724 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725
2726         * wl-summary.el (wl-summary-window-scroll-functions): No use
2727         `append'.
2728
2729 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2732         function.
2733         (wl-summary-window-scroll-functions): Call it when both
2734         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2735         (wl-summary-temp-mark): Added optional argument number.
2736         (wl-summary-message-mark): Added optional argument flag.
2737         (wl-summary-persistent-mark): Added optional argument number and flag.
2738         (wl-summary-update-persistent-mark): Ditto.
2739         (wl-summary-update-status-marks): Set "r" for interactive spec.
2740
2741         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2742         argument number and flag.
2743
2744         * wl-action.el (wl-summary-registered-temp-mark): 
2745         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2746
2747 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2750         internal variable (buffer local).
2751         (wl-summary-window-scroll-functions): New function.
2752         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2753         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2754         as nil.
2755         (wl-summary-update-status-marks): Added arguments beg, end and
2756         check.
2757         (wl-summary-update-mark-window): Use function.
2758         (wl-summary-sync-update): Follow the change above.
2759         (wl-summary-switch-to-clone-buffer): Copy
2760         wl-summary-buffer-unsync-mark-number-list.
2761         (wl-summary-goto-folder-subr): Set
2762         wl-summary-buffer-unsync-mark-number-list and
2763         use wl-summary-window-scroll-functions instead of
2764         wl-summary-lazy-highlight.
2765
2766         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2767
2768 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2771
2772         * wl-summary.el (wl-summary-update-persistent-mark): Call
2773         wl-summary-set-message-modified.
2774
2775         * wl-summary.el (wl-summary-sync-update): Don't call
2776         wl-summary-update-status-marks.
2777
2778         * Version number is increased to 2.11.18.
2779
2780 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2783         (wl-message-next-page): Ditto.
2784
2785 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2786
2787         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2788         local variable.  Change the order of a collected list into the
2789         same as the specified range.  Remove nil from a collected list.
2790
2791 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2794         argument for elmo-folder-list-messages.
2795
2796 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2799         change (wl-summary-count-unreads return a list instead of a cons
2800         cell).
2801
2802 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2803
2804         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2805         `wl-summary-folder-info-update'.
2806
2807 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2808
2809         * wl-summary.el (wl-summary-set-message-modified): No use
2810         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2811         (wl-summary-set-mark-modified): Abolish.
2812         (wl-summary-mark-modified-p): Ditto.
2813         (wl-summary-save-view): Follow the change above.
2814
2815         * wl-expire.el (wl-summary-expire): Likewise.
2816
2817 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl-summary.el (wl-summary-detect-mark-position): Use
2820         modb-entity-handler.
2821         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2822
2823         * Version number is increased to 2.11.17.
2824
2825 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2826
2827         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2828         entity field value.
2829         (wl-summary-prefetch-msg): Ditto.
2830         (wl-summary-print-message-with-ps-print): Ditto.
2831
2832 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2835         for dummy entity.
2836         (wl-summary-insert-thread): Use elmo-message-entity-field.
2837         (wl-summary-update-thread): Use elmo-message-entity-field and
2838         elmo-message-entity-number.
2839         (wl-summary-line-number):  Use elmo-message-entity-number.
2840         (wl-summary-line-size): Use elmo-message-entity-field.
2841         (wl-summary-line-subject): Ditto.
2842         (wl-summary-line-from): Ditto.
2843         (wl-summary-line-attached): Ditto.
2844         (wl-summary-create-line): Ditto.
2845         (wl-summary-create-line): Use elmo-message-entity-number.
2846         (wl-summary-print-message-with-ps-print): Use
2847         elmo-message-entity-field.
2848
2849 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2850
2851         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2852         change in elmo-msgdb-make-message-entity.
2853         (wl-summary-buffer-set-folder): Don't call
2854         wl-summary-detect-mark-position here.
2855         (wl-summary-rescan): Call elmo-message-entity-number.
2856         (wl-summary-sync-update): Ditto.
2857         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2858
2859         * wl-score.el (wl-score-header-index): Redefine 2th element.
2860         (wl-score-overview-entity-get-extra): Abolish.
2861         (wl-score-ov-entity-get): Rewrite.
2862         (wl-score-string-index<, wl-score-string-func<): Abolish.
2863         (wl-score-string<): New function.
2864         (wl-score-string-sort): Use it.
2865
2866         * wl-refile.el (wl-refile-guess-by-history): Use
2867         elmo-message-entity-field.
2868         (wl-refile-guess-by-from): Ditto.
2869         (wl-refile-guess-by-msgid): Ditto.
2870
2871         * Version number is increased to 2.11.16.
2872
2873 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2874
2875         * wl-folder.el (wl-folder-confirm-existence): Don't call
2876         file-exists-p if msgdb-path is nil.
2877         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2878         `wl-read-folder-hist' to `wl-read-folder-history'.
2879
2880 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2881
2882         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2883         `y-or-n-p'.
2884
2885 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-score.el (wl-score-headers): Don't use
2888         elmo-folder-do-each-message-entity.
2889
2890         * Version number is increased to 2.11.15.
2891
2892 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2893
2894         * wl-summary.el (wl-summary-delete-all-msgs): Use
2895         elmo-folder-move-messages instead of elmo-folder-delete-messages
2896         and elmo-folder-detach-messages.
2897         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2898
2899         * wl-expire.el (wl-expire-delete): Ditto.
2900         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2901
2902 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2905         (wl-message-header-narrowing-fields): Ditto.
2906         (wl-message-header-narrowing-lines): Ditto.
2907         (wl-message-header-narrowing-string): Ditto.
2908
2909         * wl-summary.el (wl-summary-mode-map): Bind
2910         wl-summary-toggle-header-narrowing to "C-cC-f".
2911         (wl-summary-toggle-header-narrowing): New function.
2912
2913         * wl-message.el (wl-message-buffer-create): Call
2914         wl-message-header-narrowing-setup.
2915         (wl-message-redisplay): Call wl-message-header-narrowing.
2916         (wl-message-header-narrowing): New function.
2917         (wl-message-header-narrowing-map): New keymap.
2918         (wl-message-header-narrowing-widen-map): New keymap.
2919         (wl-message-header-narrowing-again-at-mouse): New function.
2920         (wl-message-header-narrowing-1): Ditto.
2921         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2922         (wl-message-header-narrowing-setup): Ditto.
2923         (wl-message-header-narrowing-toggle): Ditto.
2924         
2925         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2926
2927         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2928         'flag as all.
2929         (wl-use-flag-folder-help-echo): New user option.
2930
2931         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2932         wl-summary-highlight as nil.
2933         (wl-summary-set-mark-modified): Follow the API change.
2934         (wl-summary-mark-modified-p): Ditto.
2935         (wl-summary-mark-as-read-all): Ditto.
2936         (wl-summary-sync-marks): Don't call
2937         elmo-folder-list-messages-with-global-mark.
2938         (wl-summary-mark-as-read-internal): Follow the API change.
2939         (wl-summary-mark-as-answered-internal): Ditto.
2940         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2941         Follow the API change.
2942         (wl-summary-create-line): Call with number argument.
2943         (wl-summary-reply): Follow the API change.
2944
2945         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2946         function.
2947         (wl-highlight-summary-line-string): Call it when
2948         wl-use-flag-folder-help-echo is non-nil.
2949         (wl-highlight-summary-current-line): Ditto.
2950         (elmo-flag-folder-referrer): Added autoload setting.
2951
2952         * wl-draft.el (wl-draft-kill): Follow the API change.
2953
2954         * Version number is increased to 2.11.14.
2955         
2956 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2957
2958         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2959
2960 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * Version number is increased to 2.11.13.
2963
2964 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-draft.el (wl-draft-previous-history-element): Fixed
2967         unbalanced parenthesis and bind unbound local variables.
2968
2969 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2970
2971         * wl-draft.el (wl-draft-previous-history-element): New function.
2972         (wl-draft-next-history-element): Ditto.
2973         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2974         them to M-p and M-n.
2975
2976 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * Version number is increased to 2.11.12.
2979
2980 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2981
2982         * wl-draft.el (wl-draft-hide): Select buffer-window.
2983
2984 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2985
2986         * wl-summary.el (wl-summary-narrow-to-region): New function.
2987         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2988         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2989         (wl-summary-save-region): Use it.
2990         * wl-action.el (wl-summary-collect-numbers-region)
2991         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2992
2993 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2994
2995         * wl-folder.el (wl-folder-count-incorporates): Don't use
2996         `elmo-msgdb-mark-load'
2997
2998         * Version number is increased to 2.11.11.
2999
3000 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3001
3002         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3003         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3004
3005 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3006
3007         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3008
3009 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * Version number is increased to 2.11.10.
3012
3013 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-mime.el (wl-draft-attribute-value): Fixed.
3016
3017 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl-util.el (wl-copy-local-variables): New function.
3020
3021         * wl-mime.el (wl-draft-attribute-recipients): New function.
3022         (wl-draft-attribute-envelope-from): Ditto.
3023         (wl-draft-attribute-smtp-posting-server): Ditto.
3024         (wl-draft-attribute-smtp-posting-port): Ditto.
3025         (wl-draft-attribute-value): Ditto.
3026         (wl-draft-preview-message): Use it to get value for
3027         attributes. Reflect result of `wl-draft-config'.
3028
3029         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3030         and call `wl-summary-mark-as-read' before to call
3031         `wl-summary-unset-mark'.
3032         (wl-summary-target-mark-mark-as-unread): Likewise.
3033         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3034
3035 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-mime.el (wl-draft-preview-message): Use actual value for
3038         attributes; Fix for small window.
3039
3040 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * wl-refile.el (wl-refile-get-field-value): Call
3043         `elmo-message-entity-field' with 3rd argument is non-nil.
3044
3045 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-vars.el (wl-draft-preview-attributes): New user option.
3048         (wl-draft-preview-attributes-list): Ditto.
3049         (wl-draft-preview-attributes-buffer-lines): Ditto.
3050         (wl-draft-preview-attributes-buffer-name): Ditto.
3051
3052         * wl-mime.el (wl-draft-preview-message): Display attributes.
3053
3054 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-summary.el (wl-summary-detect-mark-position): Bind
3057         wl-summary-flag-priority-list to '(new).
3058
3059 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3062         funtion.
3063         (wl-highlight-summary-line-string): Use it.
3064         (wl-highlight-summary-current-line): Ditto.
3065
3066 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3069         line even when the mark string is not changed.
3070
3071         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3072         argument change in the wl-summary-create-line.
3073         (wl-thread-insert-entity-sub): Ditto.
3074
3075         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3076         argument change in the wl-summary-create-line.
3077         (wl-summary-insert-sequential): Ditto.
3078         (wl-summary-update-thread): Ditto.
3079         (wl-summary-persistent-mark-string): New inline function.
3080         (wl-summary-message-mark): Use it.
3081         (wl-summary-create-line): Abolish argument wl-persistent-mark
3082         and added wl-flags, wl-cached.
3083
3084         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3085         mark to flags.
3086         (wl-highlight-summary-current-line): Decide the face not by the 
3087         persistent mark but flags.
3088
3089 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3092         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3093         wl-summary-read-uncached-mark): Revive.
3094         (wl-summary-answered-cached-mark,
3095         wl-summary-answered-uncached-mark): New user option.
3096         (wl-summary-score-marks): Follow the change above.
3097         (wl-summary-auto-refile-skip-marks): Ditto.
3098         (wl-summary-incorporate-marks): Ditto.
3099         (wl-summary-expire-reserve-marks): Ditto.
3100         (wl-summary-flag-priority-list): New user option.
3101
3102         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3103         changes.
3104         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3105         of elmo-message-mark.
3106         (wl-summary-mark-as-read-internal): Ditto.
3107         (wl-summary-mark-as-answered): Ditto.
3108         (wl-summary-mark-as-important): Ditto.
3109         (wl-summary-redisplay-internal): Ditto.
3110         (wl-summary-redisplay-no-mime-internal): Ditto.
3111         (wl-summary-message-mark): New function.
3112         (wl-summary-insert-sequential): Use wl-summary-message-mark
3113         instead of elmo-message-mark.
3114         (wl-summary-update-thread): Ditto.
3115         (wl-summary-persistent-mark): Ditto.
3116         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3117         instead of elmo-message-mark.
3118
3119         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3120         wl-summary-message-mark instead of elmo-message-mark.
3121         (wl-thread-insert-entity-sub): Ditto.
3122         (wl-thread-get-children-msgs-uncached): Ditto.
3123
3124         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3125         variable name changes.
3126         (wl-highlight-summary-current-line): Ditto.
3127
3128         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3129         wl-summary-message-mark instead of elmo-message-mark.
3130
3131         * wl-expire.el (wl-expire-message-p): Ditto.
3132
3133         * wl-score.el (wl-score-headers): Ditto.
3134
3135         * Version number is increased to 2.11.9.
3136
3137         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3138         (wl-summary-sync-update): Follow the change above.
3139         (wl-summary-switch-to-clone-buffer): Ditto.
3140         (wl-summary-open-folder): Ditto.
3141
3142 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3143
3144         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3145         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3146
3147         * Version number is increased to 2.11.8.
3148
3149         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3150
3151         * wl-expire.el (wl-expire-refile): Follow the API change on
3152         `elmo-folder-move-messages'.
3153         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3154
3155         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3156         (wl-summary-exec-action-refile): Ditto.
3157         (wl-summary-exec-action-copy): Ditto.
3158         (wl-summary-no-auto-refile-message-p): No use
3159         `wl-summary-buffer-msgdb'.
3160         (wl-summary-auto-refile): Ditto.
3161
3162 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3163
3164         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3165
3166 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3167
3168         * wl-summary.el (wl-summary-sync): Treat no-sync.
3169
3170         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3171         (wl-default-sync-range): Ditto.
3172
3173 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-refile.el (wl-refile-subject-learn): Call
3176         `elmo-message-entity-field' with 3rd argument is non-nil.
3177         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3178         instead of `elmo-msgdb-overview-entity-get-subject'.
3179
3180 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3183         scan-type is rescan.
3184         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3185         new optional argument force is non-nil.
3186         (wl-summary-save-view-cache): Call it with force argument non-nil.
3187
3188         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3189
3190 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3191
3192         * wl-action.el (wl-summary-print-argument): Fixed last change.
3193
3194 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195
3196         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3197         simplified.
3198         (wl-summary-target-mark-mark-as-unread): Likewise.
3199         (wl-summary-target-mark-mark-as-important): Likewise.
3200
3201 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3202
3203         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3204         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3205         (wl-summary-mark-as-important-region): Change accordingly.
3206         (wl-summary-target-mark-mark-as-important): Ditto.
3207
3208 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3211
3212         * wl-action.el (wl-summary-print-argument): Print argument to
3213         right side of window if `wl-summary-print-argument-within-window'
3214         is non-nil.
3215
3216 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-action.el (wl-summary-set-mark): Use
3219         `wl-summary-message-visible-p' to check visibility of the message
3220         and jump to message only when the message line is visible and have
3221         different number; Call wl-summary-unset-mark with number argument.
3222         (wl-summary-unset-mark): 
3223         Use `wl-summary-message-visible-p'
3224         to check visibility of the message and jump to message only when
3225         the message line is visible and have different number;
3226
3227 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * Version number is increased to 2.11.7.
3230
3231         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3232         and wl-folder-summary-line-format.
3233
3234         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3235         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3236         (wl-summary-set-score-mark): Use it.
3237         (wl-summary-target-mark-mark-as-read): Ditto.
3238         (wl-summary-target-mark-mark-as-unread): Ditto.
3239         (wl-summary-target-mark-mark-as-important): Ditto.
3240         (wl-summary-target-mark-msgs): Simplified.
3241         (wl-summary-detect-mark-position): Fixed problem when
3242         summary-line-format no contain persisten/temp mark spec.
3243         (wl-summary-temp-mark): Ditto.
3244         (wl-summary-persistent-mark): Ditto.
3245         (wl-summary-update-persistent-mark): Ditto.
3246
3247         * wl-action.el (wl-summary-set-mark): Ditto.
3248         (wl-summary-unset-mark): Ditto.
3249         All other related portions are changed.
3250
3251 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * Version number is increased to 2.11.6.
3254
3255 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-util.el (wl-current-message-buffer): Define as function;
3258         Don't use the value of wl-messge-buffer.
3259
3260         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3261         persistent mark.
3262
3263         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3264         no current message, cause an error.
3265
3266 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-summary.el (wl-summary-set-message-modified): Use
3269         elmo-folder-set-message-modified instead of
3270         elmo-folder-set-message-modified-internal.
3271
3272 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3273
3274         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3275         interactively.
3276         (wl-summary-sync): nokill->entirely.
3277         (wl-summary-sync-marks): Fixed message.
3278         (wl-summary-input-range): Added mark, nokill->entirely.
3279
3280         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3281         messages as read.
3282
3283 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3286         update-noscore.
3287         (wl-summary-sync): Follow the change above.
3288
3289 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3290
3291         * wl-action.el (wl-summary-target-mark-all): Use
3292         elmo-folder-list-messages.
3293
3294 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3295
3296         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3297         (wl-summary-rescan): Set wl-summary-scored as nil.
3298         (wl-summary-sync-force-update): Follow the change above.
3299         (wl-summary-sync): Ditto.
3300         (wl-summary-sync-update): Added argument disable-killed.
3301         (wl-summary-insert-headers): Set visible-only argument for
3302         elmo-folder-list-messages.
3303         (wl-summary-input-range): Added update-nokill, update-noscore,
3304         all-nokill, all-noscore and mark.
3305
3306         * Version number is increased to 2.11.5.
3307
3308         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3309
3310 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3311
3312         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3313         (wl-summary-prefetch-region-no-mark): Change accordingly.
3314         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3315
3316 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3317
3318         * wl-address.el (wl-complete-field-to): Abolished.
3319         (wl-complete-address): Completion function for completing-read.
3320         * wl-action.el (wl-summary-get-resend-address): Use it.
3321
3322         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3323         wl-summary-update-mark and abolish unused argument.
3324         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3325         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3326         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3327         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3328         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3329         * wl-draft.el (wl-draft-kill): Ditto.
3330
3331         * wl-summary.el: Remove unused binding of case-fold-search.
3332         (wl-summary-replace-status-marks): Abolished.
3333
3334 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3337         is specified or folder length is zero.
3338
3339 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3340
3341         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3342         (wl-folder-archive-current-entity): Ditto.
3343
3344 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3347         retrieving message mark.
3348         (wl-summary-redisplay-internal): Ditto.
3349
3350         * wl-message.el (wl-message-buffer-display): Ignore errors while
3351         retrieving message-id field.
3352
3353         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3354         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3355         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3356         order of the arguments for `wl-expire-message-p'.
3357         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3358
3359         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3360         Check return value of wl-summary-reply.
3361         (wl-summary-reply): Recover window configuration when an error occured.
3362
3363 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3364
3365         * wl-summary.el (wl-summary-resend-message): Abolished, the
3366         feature is inherited by wl-summary-resend (put resend mark).
3367
3368 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3371         wl-message-buffer to nil when the message is hide.
3372
3373 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * .cvsignore: New file.
3376
3377 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3378
3379         * wl-action.el (wl-summary-action-docstring): Add more info.
3380         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3381         duplicate definition.
3382         (wl-summary-define-mark-action): Functions wl-summary-*-region
3383         keep current position.
3384         (wl-summary-unregister-target-mark): Store result to the variable.
3385
3386 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * Version number is increased to 2.11.4.
3389
3390 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3391
3392         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3393         wl-summary-delete-all-temp-marks.
3394         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3395
3396         * wl-action.el (wl-summary-set-mark): Changed terminology
3397         refile-destination -> action-argument.
3398         (wl-summary-unset-mark): Ditto.
3399         (wl-summary-remove-argument): Ditto.
3400         (wl-summary-print-argument): Ditto.
3401
3402         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3403         (wl-thread-remove-argument-region): Ditto.
3404         (wl-thread-print-argument-region): Ditto.
3405         (wl-thread-close): Ditto.
3406         (wl-thread-open): Ditto.
3407
3408         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3409         (wl-highlight-refile-destination-face is abolished)
3410         (wl-highlight-action-argument-string): Ditto.
3411         (wl-highlight-summary-current-line): Highlight action argument.
3412
3413         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3414         color for light backgrounds.
3415         (wl-highlight-summary-answered-face): Ditto.
3416
3417 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3420
3421         * wl-score.el (wl-summary-score-update-all-lines): Use
3422         wl-summary-set-mark.
3423         (wl-summary-score-update-all-lines): Kill expunged messages.
3424
3425         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3426
3427 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3430         directly.
3431         (wl-score-overview-entity-get-lines): Ditto.
3432         (wl-score-overview-entity-get-xref): Ditto.
3433         (wl-score-get-latest-msgs): Ditto.
3434         (wl-summary-rescore): Ditto.
3435
3436         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3437         to "&".
3438         (wl-summary-mark-as-answered-internal): New inline function.
3439         (wl-summary-mark-as-answered): New function.
3440         (wl-summary-mark-as-unanswered): Ditto.
3441         (wl-summary-sync-marks): Modified for answered-mark synching.
3442
3443 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3444
3445         * wl-action.el (wl-summary-set-mark): Fixed last change.
3446
3447 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3448
3449         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3450         behavior of wl-summary-unread-message-hook
3451         (Pointed out by akira yamada <akira@arika.org>).
3452
3453 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3454
3455         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3456         wl-summary-delete.
3457         * wl-xmas.el (wl-summary-toolbar): Ditto.
3458
3459         * wl-action.el (wl-summary-set-mark): Don't override current
3460         temp-mark.
3461
3462         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3463
3464 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3467         (wl-refile-msgid-learn): Ditto.
3468         (wl-refile-get-field-value): Ditto.
3469
3470         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3471
3472         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3473         (wl-expire-delete-reserved-messages): Renamed from
3474         wl-expire-reserve-marked-msgs-from-list.
3475         (wl-expire-delete): Removed argument `msgdb'.
3476         (wl-expire-refile): Ditto.
3477         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3478         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3479         mark-alist as argument.
3480         (wl-expire-archive-number1): Removed argument `msgdb'.
3481         (wl-expire-archive-number2): Ditto.
3482         (wl-expire-archive-date): Ditto.
3483         (wl-expire-localdir-date): Ditto.
3484         (wl-expire-hide): Ditto.
3485         (wl-archive-number1): Ditto.
3486         (wl-archive-number2): Ditto.
3487         (wl-archive-date): Ditto.
3488         (wl-archive-folder): Ditto.
3489         All other related portions are changed.
3490
3491 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3492
3493         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3494         mean move up and down. (suggested by Takashi Kawachi)
3495
3496 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-acap.el (toplevel): Don't require un-define.
3499
3500 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3501
3502         * wl-thread.el (wl-thread-delete-message): Always update
3503         wl-summary-buffer-number-list.
3504
3505         * wl-action.el (wl-summary-print-destination): 
3506         Do nothing when folder is nil.
3507
3508 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3509
3510         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3511         persistent mark when prefetch is succeeded.
3512
3513 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3516         instead of elmo-msgdb-delete-msgs.
3517         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3518         (wl-expire-hide): Ditto.
3519
3520         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3521
3522         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3523         elmo-msgdb interface.
3524         (wl-thread-get-exist-children): Likewise.
3525         (wl-thread-insert-message): Likewise.
3526         (wl-thread-msg-mark-as-important): Likewise.
3527         (wl-thread-insert-entity-sub): Likewise.
3528         (wl-thread-get-children-msgs-uncached): Likewise.
3529
3530         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3531         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3532         (wl-summary-sync-update): Likewise.
3533         (wl-summary-auto-select-msg-p): Likewise.
3534         (wl-summary-update-thread): Likewise.
3535         (wl-summary-mark-as-important): Likewise.
3536         (wl-summary-jump-to-msg-internal): Likewise.
3537         (wl-summary-redisplay-internal): Likewise.
3538         (wl-summary-print-message-with-ps-print): Likewise.
3539         (wl-summary-folder-info-update): Likewise.
3540
3541         * wl-folder.el (wl-folder-check-one-entity):
3542         elmo-folder-count-flags instead of wl-summary-count-unread.
3543
3544         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3545
3546         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3547
3548         * wl-summary.el (wl-summary-set-message-modified): 
3549         Call wl-summary-set-mark-modified.
3550         (wl-summary-delete-messages-on-buffer): Call
3551         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3552         (wl-summary-sync-update): Call elmo-folder-length instead of
3553         elmo-folder-messages.
3554         (wl-summary-insert-headers): Don't call
3555         elmo-folder-list-message-entities.
3556
3557 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-action.el (wl-summary-define-mark-action): Call
3560         `wl-summary-set-mark' with argument `data'.
3561         (wl-summary-auto-refile): Fixed order of arguments when call
3562         `wl-summary-refile'.
3563
3564 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3565
3566         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3567
3568         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3569
3570         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3571         (Renamed from wl-highlight-summary-deleted-face).
3572         (wl-highlight-summary-resend-face): New face.
3573
3574         (wl-highlight-summary-deleted-face): Renamed from
3575         wl-highlight-summary-erased-face.
3576
3577         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3578
3579         * wl-action.el (wl-summary-get-resend-address): New function.
3580         (wl-summary-exec-action-resend): Ditto.
3581         (wl-summary-exec-action-resend-subr): Ditto.
3582
3583         * w-thread.el (wl-thread-copy): Removed definition.
3584         (wl-thread-refile): Ditto.
3585         (wl-thread-delete): Ditto.
3586         (wl-thread-target-mark): Ditto.
3587
3588         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3589         (wl-summary-target-mark-set-action): Fixed.
3590         (wl-summary-define-mark-action): Fixed quotation.
3591         (wl-summary-move-mark-list-messages): Display message.
3592         (wl-summary-define-mark-action): Define thread functions.
3593         (wl-summary-exec-action-refile): Changed message.
3594         (wl-summary-exec): Ditto.
3595
3596 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3597         
3598         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3599         '%%'.
3600
3601 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl.el (toplevel): Require wl-action.
3604         (wl-init): Call wl-summary-define-mark-action.
3605
3606         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3607
3608         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3609         wl-summary-delete and wl-summary-erase.
3610         (wl-summary-mode-map): Ditto.
3611
3612         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3613         wl-delete-folder-alist.
3614
3615         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3616         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3617         (toplevel): Moved mark & action related functions to the wl-action.el.
3618
3619         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3620         in wl-summary-mark-action-list.
3621         (wl-highlight-summary-current-line): Ditto.
3622
3623         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3624         empty lines.
3625
3626         * wl-action.el: New file. 
3627
3628 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-summary.el (wl-summary-target-mark-replace): New function.
3631         (wl-summary-target-mark-prefetch): Use it.
3632         (wl-summary-target-mark-delete): Ditto.
3633         (toplevel): Rearranged definition order.
3634         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3635         (wl-summary-target-mark-erase): Rewrite.
3636         (wl-summary-erase-region): New function.
3637         (wl-summary-exec-action-erase): Changed message.
3638         (wl-summary-move-mark-list-messages): New function.
3639         (wl-summary-exec-action-delete): Use it.
3640         (wl-summary-exec-action-erase): Ditto.
3641
3642         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3643         (wl-summary-skip-mark-list): Added "d".
3644
3645         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3646         while searching.
3647
3648         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3649         and define using defcustom;
3650         Define 4th element as a face.
3651         
3652         * wl-summary.el (wl-summary-incorporate): Use 
3653         `wl-summary-prefetch-region-no-mark' instead of
3654         `wl-summary-prefetch-region'.
3655         (wl-summary-prefetch-region-no-mark): Revival of old
3656         `wl-summary-prefetch-region'.
3657         (wl-summary-mark-action-list): Moved to wl-vars.el
3658
3659         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3660         face according to the `wl-summary-mark-action-list'.
3661         (wl-highlight-summary-current-line): Ditto;
3662         Removed destination highlighting.
3663
3664         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3665         (wl-highlight-summary-line-string): Highlight for "i" mark.
3666         (wl-highlight-summary-current-line): Ditto.
3667
3668         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3669         no destination.
3670
3671         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3672         exists, just go ahead.
3673         (wl-summary-prefetch-region): Rewrite.
3674         (wl-summary-prefetch): Ditto.
3675         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3676         (wl-summary-exec-action-prefetch): New function.
3677         (wl-summary-target-mark-prefetch): Rewrite.
3678
3679 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3682         (wl-highlight-summary-line-string): Added "d" and "D".
3683         (wl-highlight-summary-current-line): Ditto.
3684
3685         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3686         in wl-summary.el.
3687         (wl-thread-insert-entity-sub): Ditto.
3688         (wl-thread-remove-destination-region): Ditto.
3689         (wl-thread-print-destination-region): Ditto.
3690
3691         * wl-summary.el (wl-summary-buffer-refile-list,
3692         wl-summary-buffer-delete-list,
3693         wl-summary-buffer-copy-list): Abolish.
3694         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3695         All other related portions are changed.
3696         (wl-summary-mark-action-list): New variable.
3697         (wl-summary-set-mark): New function.
3698         (wl-summary-register-target-mark): Ditto.
3699         (wl-summary-unregister-target-mark): Ditto.
3700         (wl-summary-have-target-mark-p): Ditto.
3701         (wl-summary-register-temp-mark): Ditto.
3702         (wl-summary-unregister-temp-mark): Ditto.
3703         (wl-summary-registered-temp-mark): Ditto.
3704         (wl-summary-collect-temp-mark): Ditto.
3705         (wl-summary-unset-mark): Ditto.
3706         (wl-summary-set-target-mark): Ditto.
3707         (wl-summary-unset-target-mark): Ditto.
3708         (wl-summary-set-action-generic): Ditto.
3709         (wl-summary-unset-action-generic): Ditto.
3710         (wl-summary-exec-action-delete): Ditto.
3711         (wl-summary-exec-action-erase): Ditto.
3712         (wl-summary-set-action-refile): Ditto.
3713         (wl-summary-set-action-refile-subr): Ditto.
3714         (wl-summary-unset-action-refile): Ditto.
3715         (wl-summary-make-destination-numbers-list): Ditto.
3716         (wl-summary-exec-action-refile): Ditto.
3717         (wl-summary-set-action-copy): Ditto.
3718         (wl-summary-unset-action-copy): Ditto.
3719         (wl-summary-exec-action-copy): Ditto.
3720         (wl-summary-collect-numbers-region): Ditto.
3721         (wl-summary-delete): Rewrite.
3722         (wl-summary-erase): Ditto.
3723         (wl-summary-remove-destination): Ditto.
3724         (wl-summary-exec): Ditto.
3725         (wl-summary-exec-region): Ditto.
3726         (wl-summary-target-mark-erase): Ditto.
3727         (wl-summary-refile): Ditto.
3728         (wl-summary-copy): Ditto.
3729         (wl-summary-unmark): Ditto.
3730         (wl-summary-delete-all-mark): Ditto.
3731         (wl-summary-mark-line): Don't highlight.
3732         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3733         (wl-summary-target-mark-refile-subr): Rewrite.
3734
3735         (wl-summary-copy-prev-destination): Abolish.
3736
3737 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3738
3739         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3740         default values along the value of wl-on-mule.
3741         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3742         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3743         It is not used anywhere.
3744
3745 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3746
3747         * wl-summary.el (wl-summary-print-destination): Keep position.
3748         (wl-summary-cursor-move-surface): Keep horizontal position.
3749
3750 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3751
3752         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3753         write sendlog.
3754
3755 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3756
3757         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3758         `wl-summary-highlight'.
3759
3760 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3761
3762         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3763         trivial condition for temp-mark.
3764
3765 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3766
3767         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3768         when it hits killed buffer.
3769
3770 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3771
3772         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3773         * wl-news.el.in: `message' and `error' take format string.
3774
3775 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3776
3777         * wl-folder (wl-folder-insert-entity): Display a message,
3778         `...done', when the work finish.
3779         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3780
3781 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3782
3783         * wl-message.el (wl-message-redisplay): Remove unused local
3784         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3785
3786 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3787
3788         * wl-summary.el (wl-summary-replace-status-marks): Disable
3789         interactive use.
3790         (wl-summary-reedit): Check message existence at first.
3791         (wl-summary-mark-line): Fix doc, return value is indefinite.
3792
3793         * wl-highlight.el (wl-highlight-message): Arranged.
3794
3795         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3796         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3797         check temp-mark by wl-summary-temp-mark always.
3798         (wl-highlight-summary): Change accordingly.
3799         * wl-summary.el (wl-summary-mark-as-read-all)
3800         (wl-summary-delete-cache, wl-summary-set-score-mark)
3801         (wl-summary-mark-as-unread, wl-summary-unmark)
3802         (wl-summary-mark-line, wl-summary-mark-as-read)
3803         (wl-summary-mark-as-important): Ditto.
3804
3805         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3806         end of the window if possible.
3807         * wl-summary.el (wl-summary-sync-update): Support lazy
3808         highlighting.
3809         (wl-summary-toggle-disp-msg): Ditto.
3810
3811 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3812
3813         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3814
3815 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3816
3817         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3818         change.
3819
3820 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3821
3822         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3823         API.
3824         (wl-summary-sync-update): Ditto.
3825
3826         * wl-score.el (wl-score-get-score-alist): Changed argument.
3827         (wl-summary-rescore-msgs): Likewise.
3828         (wl-summary-score-headers): Likewise.
3829         (wl-score-headers): Likewise;
3830         Use elmo-folder-do-each-message-entity, etc.
3831         (wl-summary-score-effect): Follow the changes above.
3832         (wl-summary-rescore): Ditto.
3833         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3834         (wl-score-get-overview): Abolish.
3835
3836         * wl-summary.el (wl-summary-default-from): Follow the API change in
3837         elmo-msgdb.
3838         (wl-summary-count-unread): Ditto.
3839         (wl-summary-detect-mark-position): Ditto.
3840         (wl-summary-overview-entity-compare-by-date): Ditto.
3841         (wl-summary-overview-entity-compare-by-number): Ditto.
3842         (wl-summary-overview-entity-compare-by-from): Ditto.
3843         (wl-summary-overview-entity-compare-by-subject): Ditto.
3844         (wl-summary-get-list-info): Ditto.
3845         (wl-summary-rescan): Ditto.
3846         (wl-summary-jump-to-msg-by-message-id): Ditto.
3847         (wl-summary-sync-update): Ditto; Removed comment.
3848         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3849         (wl-summary-insert-message): Use wl-summary-insert
3850         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3851         (wl-summary-insert-headers): Changed argument overview to folder.
3852         (wl-summary-search-by-subject): Likewise.
3853         (wl-summary-insert-thread): Renamed from 
3854         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3855
3856         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3857         too.
3858
3859         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3860         wl-string-member.
3861
3862 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3865         elmo-folder-append-buffer.
3866         (wl-draft-queue-append): Likewise.
3867
3868         * wl-mime.el (wl-message-delete-current-part): Ditto.
3869         (wl-summary-burst-subr): Ditto.
3870
3871         * wl-news.el.in (wl-news-send-news): Ditto.
3872
3873 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3874
3875         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3876         function.
3877         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3878         (wl-summary-update-mark): Enclose with save-excursion.
3879         (wl-summary-mark-as-read-internal): Fixed last change.
3880         (wl-summary-mark-as-important): Use 3rd argument of
3881         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3882         Don't use elmo-msgdb-set-mark.
3883         (wl-summary-redisplay-internal): If msgdb flag is already read,
3884         just update the mark on buffer.
3885
3886 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3887
3888         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3889         cut visible folder when elmo-folder-delete returns non-nil value.
3890
3891 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3892
3893         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3894         by Kenichi OKADA <okada@opaopa.org>).
3895
3896 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3897
3898         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3899
3900 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3901
3902         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3903         Fixed the last change, search group entity by its real name.
3904         (Thanks to: KOBAYASHI Shinji)
3905
3906 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3907
3908         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3909         (wl-fldmgr-access-display-all): Don't refer visible name.
3910         * wl-expire.el (wl-folder-archive-current-entity)
3911         (wl-folder-expire-current-entity): Ditto.
3912         * wl-folder.el (wl-folder-jump-to-current-entity)
3913         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3914         (wl-folder-open-folder-sub,wl-folder-open-all)
3915         (wl-folder-write-current-folder): Ditto.
3916         (wl-folder-insert-entity): Don't use petname for normal group.
3917         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3918         is the real name.
3919         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3920         Abolished.
3921
3922 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3923
3924         * wl-draft.el (wl-draft-create-buffer): Add
3925         `wl-summary-reply-with-citation'
3926
3927 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3928
3929         * wl-draft.el (wl-draft-reply): Fixed.
3930
3931 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3934         when `wl-draft-send-confirm-with-preview' is non-nil.
3935         You can scroll up/down by j/k.
3936         (wl-draft-send-confirm-with-preview): New variable (default=t).
3937
3938 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3941         (wl-fldmgr-save-folders): Fix comment.
3942
3943 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3946         along the last change in `wl-folder-buffer-group-p'.
3947
3948 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3951         folder.
3952
3953         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3954         the default value.
3955
3956         * wl-mime.el (wl-summary-burst): Update summary only when target
3957         folder equals current folder.
3958
3959 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3960
3961         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3962
3963 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3966         value.
3967
3968 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3971         `map-extents' instead of `extent-at' repeatedly.
3972         (wl-highlight-folder-current-line): Ditto.
3973
3974         * wl-highlight.el: Remove useless dummy functions.
3975
3976 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3977
3978         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3979         (wl-folder-put-folder-property): New function to put text property.
3980         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3981         (wl-folder-insert-entity, wl-folder-update-diff-line)
3982         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3983         * wl-e21.el, wl-xmas.el, wl-mule.el
3984         (wl-highlight-folder-current-line): Ditto.
3985         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3986         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3987         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3988         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3989
3990 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * Version number is increased to 2.11.3.
3993
3994 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3997         Resume current-buffer since it is assumed by remaining tasks.
3998
3999 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4002         (wl-folder-completion-function): Abolished.
4003         (wl-folder-complete-folder): New function.
4004         (wl-folder-complete-filter-condition): Ditto.
4005         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4006         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4007
4008 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4009
4010         * wl-draft.el (wl-draft-send-confirm): New function.
4011         (wl-draft-send): Use it.
4012
4013         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4014         cursor-in-echo-area while confirming.
4015
4016         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4017
4018         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4019         searching via nntp if wl-summary-search-via-nntp is 'force.
4020         Otherwise, invoke searching in nntp folder only.
4021         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4022
4023         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4024         explicitly for mime-make-text-tag.
4025
4026 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4027
4028         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4029         `mime-make-text-tag' instead of `mime-create-tag'.
4030
4031 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4034         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4035
4036 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-score.el (wl-score-save): Bind print-length and print-level.
4039         (wl-score-pretty-print): Ditto.
4040         (wl-score-edit-insert-header-entry): Ditto.
4041
4042         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4043         "From" entry to be treated with wl-draft-eword-encode-address-list.
4044         * wl-mime.el (wl-draft-preview-message): Ditto.
4045
4046         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4047         (wl-summary-mark-as-unread): Ditto.
4048         (wl-summary-mark-as-read-region): Change accordingly.
4049         (wl-summary-mark-as-unread-region): Ditto.
4050         (wl-summary-target-mark-mark-as-read): Ditto.
4051         (wl-summary-target-mark-mark-as-unread): Ditto.
4052
4053 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * Version number is increased to 2.11.2.
4056
4057 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4058
4059         * wl-news.el.in (wl-news-previous-version-save): Bind
4060         print-length and print-level.
4061         * wl-thread.el (wl-thread-save-entities): Ditto.
4062         (wl-thread-save-top-list): Bind print-length.
4063
4064 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-highlight.el (wl-highlight-summary-line-string): Use
4067         wl-summary-score-below-mark, wl-summary-score-over-mark.
4068         (wl-highlight-summary-current-line): Ditto.
4069
4070 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4073         insert it.
4074
4075 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4076
4077         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4078
4079 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4082         message without msgid.
4083         Rewrite with elmo-folder-move-messages.
4084         Set wl-message-buffer to nil.
4085
4086         * wl-summary.el (wl-summary-erase-subr): New function. Use
4087         elmo-folder-move-messages.
4088         (wl-summary-erase): Call it.
4089         (wl-summary-target-mark-erase): Ditto.
4090
4091 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4092
4093         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4094         it is not up-tp-date.
4095
4096 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4099         buffer after calling `wl-summary-goto-folder-subr' without the
4100         argument `interactive'.
4101         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4102
4103 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4104
4105         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4106         `mime-create-tag'. Use `string=' instead of `looking-at'.
4107
4108 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4111         to avoid compile warning.
4112
4113         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4114         entity-id when folder is given.
4115         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4116         save-excursion, use save-selected-window instead.
4117         Select folder buffer window if exists.
4118         (To correct behavior with wl-folder-move-cur-folder.)
4119
4120 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4121
4122         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4123
4124 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4125
4126         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4127         list-count instead of %d.
4128
4129 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4130
4131         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4132         (wl-news): Set it.
4133         (wl-news-append-to-folder): Use it.
4134
4135         * wl-news.el.in (wl-news-send-news): Append to specified folder
4136         instead of wl-default-folder.
4137         (wl-news-append-to-folder): Show error message with specified folder.
4138
4139         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4140                 In most major modes, Emacs assumes that any opening
4141                 delimiter found at the left margin is the start of a
4142                 top-level definition, or defun. Therefore, *never put an
4143                 opening delimiter at the left margin unless it should have
4144                 that significance.*
4145
4146         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4147
4148 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4149
4150         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4151
4152 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4153
4154         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4155
4156 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4157
4158         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4159         for sequential numbering case.
4160
4161 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4162
4163         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4164         value.
4165         (wl-draft-reply-without-argument-list): Ditto.
4166         (wl-draft-reply-myself-with-argument-list): Abolish.
4167         (wl-draft-reply-myself-without-argument-list): Ditto.
4168         * wl-draft.el (wl-draft-self-reply-p): New function.
4169         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4170
4171 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4172
4173         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4174         (avoid error for the case without byte-compiling)
4175
4176 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4177
4178         * wl-news.el.in (wl-news-append-to-folder): New function.
4179         (wl-news-exit): Rewrite.
4180         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4181
4182 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4183
4184         * wl-draft.el (wl-draft-reply-position): New function.
4185         (wl-draft-reply-position): Fix.
4186         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4187         (wl-summary-target-mark-reply-with-citation): Ditto.
4188         (wl-summary-reply-with-citation): Ditto.
4189         * wl-vars.el (wl-draft-reply-default-position): New variable.
4190
4191 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-draft.el (wl-draft-send): Preview when interactive send.
4194
4195 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4196
4197         * wl-draft.el (wl-draft-reply): Set default position.
4198         * wl-summary.el (wl-summary-reply): Ditto.
4199         (wl-summary-reply-with-citation): Ditto.
4200         (wl-summary-target-mark-reply-with-citation): Ditto.
4201
4202 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-news.el.in (wl-news-lang): Set default value according to
4205         current-language-environment.
4206         (wl-news-append-news): Do nothing when news-list is nil.
4207
4208 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4209
4210         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4211         (wl-news): Change message.
4212         (wl-news-exit): Check buffer.
4213         (wl-news-force-exit): New function.
4214         (wl-news-show-all): New function.
4215         (wl-news-discard-and-exit): Fix.
4216
4217 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4218
4219         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4220         according to current-language-environment.
4221
4222         * wl-news.el.in (wl-news): If arg, show all NEWS after
4223         wl-news-default-previous-version.
4224
4225 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4226
4227         * wl-news.el.in (wl-news-check): Rewritten.
4228         (wl-news-previous-version-load): Change data type.
4229         (wl-news-previous-version-save): Change data type.
4230         (wl-news-append-news): Add return value.
4231         (wl-news-check-news): New function.
4232         (wl-news-already-current-p): New function.
4233         (wl-news-send-news): Rewritten.
4234         (wl-news-mode-map): Add new keybind.
4235         (wl-news): Rewritten.
4236         (wl-news-exit): Rewritten.
4237         (wl-news-discard-and-mail): New function.
4238         (wl-news-send-to-address): Abolished.
4239         * wl.el (wl-init): Delete a message.
4240
4241 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4242
4243         * wl-news.el.in (wl-news-exit): Update previous version.
4244         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4245
4246 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4247
4248         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4249
4250 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4251
4252         * wl-news.el.in (wl-news): New function.
4253         (wl-news-mode): New function.
4254         (wl-news-next-line): New function.
4255         (wl-news-next-page): New function.
4256         (wl-news-exit): New function.
4257         (wl-news-buf-name): New variable.
4258         (wl-news-mode-map): New variable.
4259         (wl-news-winconf): New variable.
4260         (wl-news-append-news): Add an option.
4261
4262 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4263
4264         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4265
4266 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4267
4268         * wl-news.el.in (wl-news-send-to-address): New variable.
4269         (wl-news-send-news): Use it.
4270         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4271         Return updating status.
4272         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4273
4274 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4275
4276         * wl-news.el.in (wl-news-send-news): Delete
4277         Organization and X-Face.
4278
4279 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4280
4281         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4282         (wl-news-append-news): New function.
4283         (wl-news-send-news): New function.
4284
4285 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * Version number is increased to 2.11.1.
4288
4289 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4290
4291         * wl-news.el.in : New file.
4292
4293 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4294
4295         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4296         default value.
4297         (wl-draft-reply-without-argument-list): Ditto.
4298
4299 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4302         (wl-message-buffer-prefetch-idle-time): Ditto.
4303         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4304
4305 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4306
4307         * wl-thread.el (wl-thread-insert-message): Use
4308         wl-summary-max-thread-depth.
4309
4310         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4311         loop detection.
4312
4313         * wl-message.el (wl-message-buffer-display): Back to the first page
4314         when cache is hit.
4315
4316 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4317
4318         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4319
4320         * wl-summary.el (wl-summary-insert-thread-entity):
4321         If the thread depth is reached to wl-summary-max-thread-depth,
4322         divide the thread.
4323
4324 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4325
4326         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4327         for elmo-remove-passwd.
4328
4329 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4330
4331         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4332         folder is sticky.
4333         (wl-folder-mark-as-read-all-entity): Ditto.
4334         (wl-folder-prefetch-entity): Ditto.
4335
4336 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4337
4338         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4339
4340 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4341
4342         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4343         Delete messages on buffer for unplugged operation.
4344         (wl-summary-erase): Ditto.
4345
4346 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4349         take nil so as not to search parent by subject.
4350
4351 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4354         (wl-folder-get-next-folder): Ditto.
4355         (wl-folder-get-path): Ditto.
4356
4357 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4360         system and encode the region with it before verifying.
4361
4362 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4365         system of the echo buffer before decoding.
4366
4367 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4370         original contents.
4371
4372 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4373
4374         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4375         with argument 'any-exists.
4376
4377 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4380         Use `wl-cs-autoconv'.
4381
4382 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4385         by `mime-view-automatic-conversion'.
4386
4387         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4388         (wl-message-verify-pgp-nonmime): Ditto.
4389         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4390         Bind them to C-c:d and C-c:v respectively.
4391
4392         Merge following code by Teranishi-san from [wl-en:00167].
4393         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4394         (wl-mime-preview-application/pgp-encrypted): Ditto.
4395         (wl-mime-setup): Add entry.
4396
4397 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-summary.el (wl-summary-target-mark-erase): New function.
4400         Bind it to "mD".
4401
4402 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-vars.el (wl-draft-write-file-function): Fix.
4405         (wl-draft-reedit-hook): Changed default value.
4406
4407         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4408         wl-draft-reedit-hook.
4409         (wl-draft-remove-text-plain-tag): New function.
4410         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4411
4412         * wl-vars.el (wl-draft-write-file-function): New user option.
4413
4414         * wl-draft.el (wl-draft-prepare-edit): Use it for
4415         local-write-file-hooks.
4416         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4417
4418         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4419         (wl-draft-insert-mail-header-separator): Return the body beginning
4420         point.
4421         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4422         text/plain.
4423         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4424
4425 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-summary.el (wl-summary-erase): New function to erase message
4428         without moving it to trash. Bind to "D".
4429
4430         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4431         as `keep' unless switch-function.
4432
4433 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4436         message buffer by using `wl-summary-toggle-disp-msg'.
4437         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4438         buffer window.
4439         (wl-summary-supresedes-message): Ditto.
4440
4441         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4442         Do not delete other windows.
4443         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4444         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4445         (wl-draft-create-buffer): Set reply-or-forward also for target
4446         mark commands.
4447
4448 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-draft.el (wl-user-agent-compose): Delete special case for
4451         switch-to-buffer-other-window.
4452
4453         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4454         (wl-summary-forward): Ditto.
4455
4456         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4457         function.
4458         (wl-draft-buffer-style): New use option.
4459
4460         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4461         (wl-draft): Follow the change above.
4462         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4463         wl-draft-buffer-style.
4464         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4465         switch-function.
4466
4467 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4468
4469         * wl-address.el (wl-address-make-completion-entry): Extracted from
4470         `wl-address-make-completion-list'.
4471         (wl-address-enable-strict-loading): New variable.
4472         (wl-address-make-completion-list): Revive petname duplication
4473         inquiry, and enable it if `wl-address-enable-strict-loading'.
4474         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4475
4476 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-message.el (wl-message-get-original-buffer): Avoid
4479         'Selecting deleted buffer' error when original buffer is killed.
4480
4481 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4482
4483         * wl-summary.el (wl-summary-next-message): Use
4484         elmo-message-accessible-p instead of elmo-message-cached-p.
4485
4486 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4487
4488         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4489
4490         * wl-thread.el (wl-thread-open-all-unread): Use
4491         elmo-folder-list-flagged instead of
4492         elmo-folder-list-messages-mark-match.
4493
4494         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4495         instead of elmo-folder-list-messages-mark-match.
4496         (wl-summary-move-spec-alist): New variable.
4497         (wl-summary-move-spec-plugged-alist,
4498         wl-summary-move-spec-unplugged-alist): Abolish.
4499         (wl-summary-next-message): Follow the change above.
4500         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4501         with 'no-msg' argument.
4502
4503         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4504         variable.
4505         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4506         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4507         (wl-message-buffer-prefetch-get-next): Follow the change above.
4508
4509 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-version.el (wl-version): Changed codename.
4512
4513         * Version number is increased to 2.11.0.
4514
4515 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4516
4517         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4518         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4519         `wl-draft-config-variables'.
4520         (wl-draft-kill): Fixed problem when the draft is reedit.
4521
4522 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4525         buffer-modified status (Thanks to
4526         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4527
4528 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * wl-util.el (wl-region-exists-p): New function.
4531
4532         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4533         Remove defvars for byte-compile warnings.
4534
4535 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4536
4537         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4538         defvar-maybe. Removed unused bind.
4539
4540 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4543         summary buffer window before creating new frame.
4544         (wl-draft-reply): Ditto.
4545
4546 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4547
4548         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4549
4550 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4553
4554 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4555
4556         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4557         instead of `kill-region'.
4558
4559 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4560
4561         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4562         (wl-highlight-summary-line-string): Use it.
4563         (wl-highlight-summary-current-line): Ditto.
4564
4565         * wl-mime.el (wl-message-delete-current-part): Check the class of
4566         mime-entity.
4567
4568         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4569
4570         * wl-summary.el (wl-summary-make-number-list): Initialize.
4571         (wl-summary-update-mark): New function.
4572         (wl-summary-reply): Put `answered' mark on the message.
4573         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4574
4575         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4576         (wl-draft-reply): Added optional argument `number';
4577         Set wl-draft-parent-number.
4578         (wl-draft-kill): Delete answered mark if it is a reply.
4579
4580 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4583         that originates in mime-preview-follow-current-entity.
4584         (wl-draft-yank-current-message-entity): Use it if region is active.
4585
4586         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4587         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4588         `wl-message-delete-current-part'.
4589         * wl-mule.el (wl-message-define-keymap): Ditto.
4590         * wl-xmas.el (wl-message-define-keymap): Ditto.
4591
4592 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-mime.el (wl-message-delete-current-part): New function.
4595         (wl-mime-node-id-to-string): Ditto.
4596
4597         * wl-mime.el (wl-message-delete-current-part): Use existing
4598         original buffer which corresponds current mime-view buffer.
4599         (fetched buffer might have different structure, possibly)
4600
4601         * wl-mime.el (wl-message-delete-current-part): Quit if the
4602         message content differs from the actual message.
4603
4604 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4607         order.
4608         (wl-summary-search-by-subject): Search parent message from tail;
4609         Check the existence of the parent message on the current thread tree.
4610         (wl-summary-update-thread): Check whether the line is inserted.
4611
4612 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-vars.el (wl-summary-line-format): Undo last change.
4615         * wl-summary.el (wl-summary-print-destination): Do not put
4616         invisible property when `wl-summary-width' is nil.
4617         (wl-summary-line-subject-minimum-length): Abolished.
4618         (wl-summary-line-subject): Ditto.
4619
4620 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4621
4622         * wl-vars.el (wl-summary-line-format): Change default value.
4623         (wl-summary-subject-length-limit): Abolished.
4624         * wl-summary.el (wl-summary-line-subject): Ditto.
4625
4626 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4627
4628         * wl-template.el (wl-template-select): Added optional argument.
4629         If optional argument is specified, reverse
4630         `wl-template-visible-select'.
4631
4632 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4635         Take prefix argument to force asking the destination folder.
4636
4637 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4638
4639         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4640         count and update status.
4641
4642 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4643
4644         * wl-summary.el (wl-summary-redisplay-internal): If
4645         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4646         after fetching.
4647
4648 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4649
4650         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4651         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4652
4653         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4654
4655 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4656
4657         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4658         (All other related portions are changed).
4659         (wl-summary-mark-as-read-all): Rewrite.
4660
4661 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4664         `wl-summary-mark-as-read'.
4665         (wl-summary-mark-as-unread): Rewrite.
4666         (wl-summary-mark-as-read): Added no-modeline argument.
4667         (wl-summary-resume-cache-status): Rewrite.
4668         (wl-summary-exec-subr): Remove unused local variable.
4669
4670 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4671
4672         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4673         logic to call `wl-summary-buffer-prev-folder-function'.
4674         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4675
4676 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4679         is nil.
4680
4681 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4684         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4685         (wl-mime-setup): Add its entry.
4686
4687 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4690         (wl-summary-delete-cache): Likewise.
4691         (wl-summary-mark-as-read): Rewrite.
4692
4693 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4696         `wl-summary-count-unread'.
4697
4698         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4699
4700         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4701
4702 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4705         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4706         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4707         Renamed to the elmo-msgdb-*-mark.
4708         (wl-summary-score-marks): Follow the change above.
4709         (wl-summary-auto-refile-skip-marks): Ditto.
4710         (wl-summary-incorporate-marks): Ditto.
4711         (wl-summary-expire-reserve-marks): Ditto.
4712
4713         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4714         changes.
4715         (wl-thread-insert-top): Changed updating message.
4716
4717         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4718         variable.
4719         (wl-summary-count-unread): Count answered marks.
4720         (wl-summary-rescan): Call wl-summary-insert-message instead of
4721         wl-summary-append-message-func-internal.
4722         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4723         (wl-summary-prefetch-msg): Follow the variable name changes.
4724         (wl-summary-prefetch-region): Ditto.
4725         (wl-summary-mark-as-read-all): Follow the API changes;
4726         Don't call elmo-folder-replace-marks.
4727         (wl-summary-delete-cache): Follow the variable name changes.
4728         (wl-summary-resume-cache-status): Ditto.
4729         (wl-summary-update-status-marks): New function.
4730         (wl-summary-insert-message): New function.
4731         (wl-summary-sync-marks): Follow the variable name changes.
4732         (wl-summary-sync-update): Synchronize to the msgdb, too;
4733         Changed update messages.
4734         (wl-summary-make-number-list): Rewrite.
4735         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4736         (wl-summary-mark-as-unread): Follow the API changes.
4737         (wl-summary-exec-subr): Follow the variable name changes.
4738         (wl-summary-mark-as-read): Ditto.
4739         (wl-summary-move-spec-plugged-alist): Ditto.
4740         (wl-summary-move-spec-unplugged-alist): Ditto.
4741         (wl-summary-cursor-move-surface): Ditto.
4742
4743         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4744         variable name changes.
4745         (wl-highlight-summary-current-line): Ditto.
4746
4747         * wl-expire.el (wl-expire-refile): Follow the API change in
4748         elmo-folder-move-messages.
4749         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4750         (wl-summary-archive): Use elmo-folder-msgdb instead of
4751         elmo-msgdb-load.
4752
4753 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * wl-mime.el (wl-draft-preview-message): Restore the position
4756         before evaluating wl-draft-send-hook in preview buffer.
4757
4758 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4761         when it creates new draft buffer.
4762
4763         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4764         without argument.
4765
4766         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4767         Evaluate content and if the value is string, insert it.
4768         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4769         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4770         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4771         wl-draft-config-sub-part-bottom): Use it.
4772
4773         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4774         with the folder name. The question was unintelligible when it is
4775         called from wl-save-status.
4776
4777 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4780         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4781         cannot take second argument).
4782
4783 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4786         as t. Since type and subtype are not case sensitive (RFC 2045).
4787
4788 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-vars.el (wl-message-mode-line-format): New variable.
4791         (wl-message-mode-line-format-spec-alist): Ditto.
4792         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4793         (wl-message-redisplay): Use wl-message-mode-line-format.
4794
4795 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4798
4799 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4800
4801         * wl-summary.el (wl-summary-default-from): Write description.
4802
4803 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-vars.el (wl-ldap-objectclass): Abolish.
4806
4807         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4808         (wl-ldap-make-filter): Removed condition for objectclass.
4809         (wl-ldap-make-matched-value-list): Remove meaningless process.
4810         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4811         (wl-address-ldap-search): Don't add `*' to `pat' string;
4812         use ignore-errors; added `email';
4813         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4814         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4815         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4816
4817
4818 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4819
4820         * wl-draft.el (wl-draft-parent-folder): Write description.
4821         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4822
4823 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4826         as "" (zero-length string) if no parent.
4827         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4828
4829 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-address.el (wl-address-make-completion-list): Skip duplication
4832         checking.
4833         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4834         `append'.
4835
4836 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4837
4838         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4839         instead of `beginning-of-buffer'.
4840
4841 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4844
4845 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4848         Refer wl-message-buffer-name.
4849         (wl-message-wheel-down): Ditto.
4850
4851 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-vars.el (wl-message-buffer-name): New user option.
4854
4855         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4856         directly instead of making alist dinamically.
4857
4858         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4859         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4860         wl-message-buffer-cache-name.
4861         (wl-message-buffer-cache-clean-up): Ditto.
4862
4863         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4864
4865         * Version number is increased to 2.9.15.
4866
4867 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-vars.el (wl-summary-default-view-alist): New user option.
4870
4871         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4872
4873         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4874         while deleting address.
4875         (wl-draft-delete-myself-from-cc): Ditto.
4876
4877         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4878         If optional argument is specified, reverse sort order.
4879
4880         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4881
4882 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * wl-thread.el (wl-thread-insert-message): Return parent number if
4885         exists.
4886         (wl-thread-update-indent-string-region): Use
4887         wl-thread-update-line-on-buffer-sub instead of
4888         wl-thread-update-line-on-buffer.
4889
4890 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4891
4892         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4893         (wl-folder-close-all): Ditto.
4894
4895 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4896
4897         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4898         and mailing-list:.
4899         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4900         value.
4901         (wl-summary-line-list-info): Print mailing-list name even when 
4902         list-number is empty.
4903
4904 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4907
4908         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4909         (wl-draft-open-file): Ditto.
4910         (wl-draft-random-alphabet): Ditto.
4911
4912         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4913         bindings.
4914
4915 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4918         * wl-vars.el (wl-draft-config-alist): Ditto.
4919
4920 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * Version number is increased to 2.9.14.
4923
4924         * wl.el (wl): Don't set wl-init as nil when error occured while
4925         auto-checking folders.
4926
4927         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4928         `elmo-expand-newtext'.
4929
4930 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4933         `this-command' so that `wl-folder-goto-folder' contained in
4934         `wl-summary-keep-cursor-command' work.
4935
4936 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4939         message buffer displaying state.
4940
4941 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-vars.el (wl-summary-default-view): New variable to specify
4944         default value for `wl-summary-buffer-view' instead of using
4945         set-default.
4946         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4947
4948 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4951
4952         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4953
4954 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4955
4956         * wl-vars.el (wl-forward-subject-prefix): New variable.
4957         * wl-draft.el (wl-draft-forward): Use it.
4958
4959 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-message.el (wl-message-prev-page): When it is called without
4962         lines argument, scroll down by wl-message-scroll-amount lines.
4963         (wl-message-next-page): Ditto.
4964         * wl-vars.el (wl-message-scroll-amount): Change default value
4965         to preserve current behavior.
4966
4967 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4968
4969         * wl-summary.el (wl-summary-prefetch-msg): Bind
4970         `wl-message-entity' to call `wl-summary-from-function'.
4971
4972 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-message.el (wl-message-buffer-create): Run
4975         wl-message-buffer-created-hook.
4976
4977 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-summary.el (wl-summary-sort-specs): New variable.
4980         (wl-summary-default-sort-spec): Ditto.
4981         (wl-summary-sort): Rewrite.
4982         (wl-summary-sort-by-list-info): New function.
4983
4984 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4985
4986         * wl-summary.el (wl-summary-get-list-info): New function.
4987         (wl-summary-sort): Rewrite.
4988         (wl-summary-line-list-info): Ditto.
4989         (wl-summary-line-list-count): Ditto.
4990         (wl-summary-refile-region): Fixed docstring.
4991
4992 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4995         `wl-folder-entity-hashtb' as completion table.
4996
4997 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5000         only when this command is called interactively; silence the byte-
5001         compiler.
5002
5003 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5004
5005         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5006         active in XEmacs.
5007
5008 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5009
5010         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5011         plural lines.
5012
5013 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5016         of current line when the cursor is on the header name.
5017         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5018
5019 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5020
5021         * wl-util.el (wl-read-directory-name): Return displayed directory
5022         as the default value also on XEmacs.
5023
5024 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5027         formatting.
5028
5029 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5032         argument and when it is non-nil, check face property before
5033         highlighting for each line.
5034         (wl-highlight-summary-window): Set it.
5035
5036 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5039         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5040
5041         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5042         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5043         (wl-draft-get-fcc-list): Likewise.
5044
5045 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5046
5047         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5048         (wl-thread-entity-cur): Ditto.
5049         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5050         wl-thread-indent-regexp setting.
5051         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5052
5053         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5054         wl-summary-lazy-highlight.
5055         (wl-summary-display-bottom): Ditto.
5056
5057         * wl-thread.el (wl-thread-open-close): Likewise.
5058
5059         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5060         from and subject;
5061         Bind wl-draft-use-frame;
5062         Enclose with save-window-excursion;
5063         Use wl-draft-create-buffer instead of with-temp-buffer;
5064         Use wl-draft-prepare-edit;
5065         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5066         Use wl-draft-send instead of wl-draft-raw-send.
5067
5068 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069
5070         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5071         of using wl-from.
5072
5073 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5074
5075         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5076         insert-buffer instead of clone-buffer.
5077         (wl-draft-doing-mime-bcc): New variable.
5078         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5079         infinite loop.
5080         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5081
5082         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5083         (wl-draft-mime-bcc-body): Ditto.
5084
5085         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5086         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5087         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5088         wl-draft-do-mime-bcc.
5089         (wl-draft-mime-bcc-field): New function.
5090         (wl-draft-do-mime-bcc): Ditto.
5091
5092         * wl-address.el (wl-address-complete-header-list): New variable.
5093         (wl-address-complete-header-regexp): Changed default value.
5094
5095         * Version number is increased to 2.9.13.
5096
5097 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5100         it is differed.
5101
5102 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5103
5104         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5105         (wl-summary-line-list-count): Ditto.
5106
5107 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5108
5109         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5110         (wl-nntp-posting-function): New variable.
5111         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5112         `wl-nntp-posting-config-alist'.
5113
5114 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5117         FLIM.
5118
5119 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5120
5121         * wl-summary.el (wl-summary-target-mark-refile-sub):
5122         Remove a nuisance funcall.
5123
5124 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5127         as t for `try-completion'.
5128
5129 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-summary.el (wl-summary-default-from): Use
5132         wl-address-header-extract-address instead of
5133         std11-extract-address-components.
5134         (wl-summary-simple-from): Ditto.
5135         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5136         (wl-summary-insert-headers): Show message.
5137         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5138         for whole line.
5139         (wl-summary-default-from): Revert last change.
5140         (wl-summary-simple-from): Ditto.
5141         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5142         (wl-summary-mark-as-read-region): Follow the change above.
5143         (wl-summary-sync-marks): Ditto.
5144         (wl-summary-target-mark-mark-as-read): Ditto.
5145         (wl-summary-redisplay-internal): Ditto.
5146         (wl-summary-redisplay-no-mime-internal): Ditto.
5147         (wl-summary-redisplay-all-header): Ditto.
5148         (wl-summary-mark-as-read): Removed argument `cached';
5149         Use current cache status to set cache mark.
5150         (wl-summary-redisplay-internal): Follow the change above.
5151         (wl-summary-redisplay-no-mime-internal): Ditto.
5152         (wl-summary-redisplay-all-header): Ditto.
5153
5154         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5155
5156         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5157         Don't call itself recursively (Adviced by Yamaoka-san).
5158
5159 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5160
5161         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5162         bind wl-summary-highlight as nil to avoid error caused by missing
5163         local variables.
5164
5165 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl-vars.el (wl-invalid-character-message): New user option.
5168
5169         * wl-util.el (wl-set-string-width): If truncated string-width is
5170         larger than specified width, use `wl-invalid-character-message'.
5171
5172 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5173
5174         * wl-summary.el (wl-summary-prefetch-msg): 
5175         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5176
5177 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-vars.el (wl-summary-check-line-format): New user option.
5180         (wl-summary-line-format-file): Ditto.
5181
5182         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5183         variable.
5184         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5185         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5186         and `wl-summary-view-old-p' to check whether do a rescan or not.
5187         (wl-summary-view-old-p): New function.
5188         (wl-summary-line-format-changed-p): Ditto.
5189         (wl-summary-line-format-save): Ditto.
5190         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5191
5192         * wl-util.el (wl-set-string-width): Avoid using negative number
5193         for make-string.
5194
5195 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5196
5197         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5198         return value.
5199
5200         * wl-util.el (wl-set-string-width): Added optional argument
5201         `padding' (All other related portions are changed).
5202         (wl-line-parse-format): If the first letter of column number is
5203         `0', zero-padding the result (ex: "%05l").
5204
5205         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5206
5207 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5210         sequential summary view.
5211
5212 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5215         if it doesn't have a -unix version.
5216
5217 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5220
5221 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5224         content.
5225         (wl-draft): Follow the change above.
5226
5227         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5228
5229         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5230         and wl-folder-summary-line-format-alist contain %T and %P.
5231
5232         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5233         (wl-summary-mode-line-format): New user option.
5234         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5235         (wl-summary-line-format): Changed default value.
5236         (wl-summary-lazy-highlight): Changed default value.
5237
5238         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5239         change in wl-summary-create-line.
5240         (wl-thread-insert-entity-sub): Ditto.
5241
5242         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5243         (wl-summary-buffer-unread-status): Ditto.
5244         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5245         (wl-summary-buffer-persistent-mark-column): Ditto.
5246         (wl-summary-buffer-mode-line-formatter): Ditto.
5247         (wl-summary-buffer-mode-line): Ditto.
5248         (wl-summary-message-regexp): Abolished.
5249         (All other related portions are changed.)
5250         (wl-summary-detect-mark-position): New function.
5251         (wl-summary-buffer-set-folder): Setup
5252         wl-summary-buffer-mode-line-formatter.
5253         (wl-summary-mode): Setup selective-display;
5254         Setup pre-idle-hook when xemacs.
5255         (wl-summary-update-modeline): Rewrite.
5256         (wl-summary-jump-to-msg): Define as function;
5257         Changed regexp for searching messages.
5258         (wl-summary-message-number): Rewrite.
5259         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5260         Do rescan when old type summary cache.
5261         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5262         (wl-summary-remove-destination): Use '\r' to detect EOL.
5263         (wl-summary-print-destination): Ditto.
5264         (wl-summary-temp-mark): New inline function.
5265         (wl-summary-persistent-mark): Ditto.
5266         (wl-summary-line-number): New function.
5267         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5268         (wl-summary-line-list-count): New function.
5269         (wl-summary-create-line): Added argument persistent-mark.
5270         (All other related portions are changed)
5271         (wl-summary-create-line): Insert '\r'.
5272         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5273         (wl-summary-cursor-move-surface): New inline function.
5274         (wl-summary-prev): Use it.
5275         (wl-summary-next): Ditto.
5276
5277         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5278         wl-summary-message-regexp.
5279         (wl-highlight-summary): Delete progress message.
5280         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5281
5282         * Version number is increased to 2.9.12.
5283
5284 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5285
5286         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5287         variable (nil: no minimum).
5288         (wl-summary-line-subject): Add some spaces after subject by
5289         wl-summary-line-subject-minimum-length.
5290
5291 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5292
5293         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5294         and removed `F'.
5295         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5296         change above).
5297
5298 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-summary.el (wl-summary-line-list-count): Reverted.
5301         (example setting in samples/*/dot.wl is also updated)
5302
5303 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5304
5305         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5306
5307         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5308
5309         * wl-vars.el (wl-summary-line-format): Addes some description to the
5310         docstring.
5311
5312         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5313         (wl-summary-line-close-bracket): Ditto.
5314         (wl-summary-line-children-number): Ditto.
5315         (wl-summary-line-thread-indent): Ditto.
5316         (wl-summary-line-children-and-from): Ditto.
5317
5318         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5319         't', 'c', 'F' and added 'C'.
5320
5321         * wl-util.el (wl-set-string-width): Accept negative value.
5322         (wl-line-parse-format): Added "%number(" and "%)".
5323
5324 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-summary.el (wl-summary-line-list-count): Change format of the
5327         return value.
5328
5329 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5330
5331         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5332         from the recent message.el.
5333         (wl-draft-point-in-header-p): Ditto.
5334         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5335         wl-draft-beginning-of-line.
5336         * wl-e21.el (wl-draft-mode-map): Ditto.
5337         * wl-xmas.el (wl-draft-mode-map): Ditto.
5338
5339         * wl-folder.el: Sort macrodefs by dependencies.
5340
5341 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5342
5343         * wl-summary.el (wl-summary-prev): Fixed regexp.
5344         (wl-summary-next): Ditto.
5345
5346 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5349
5350 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5351
5352         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5353         for backward compatibility.
5354
5355 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-summary.el (wl-summary-line-list-count): New function, merged
5358         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5359         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5360         list counts.
5361
5362 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-summary.el (wl-summary-create-line): Ignore errors while
5365         timezone-fix-time.
5366
5367         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5368
5369         * wl-summary.el (wl-summary-sync-update): Ditto.
5370         (wl-summary-default-from): Use wl-message-entity
5371         instead of entity.
5372
5373         * wl-summary.el (wl-summary-create-line): Fix.
5374
5375         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5376         (wl-summary-line-format): New user option.
5377         (wl-folder-summary-line-format-alist): Ditto.
5378         (wl-summary-from-width): Abolished.
5379
5380         * wl-util.el (toplevel): Require 'bytecomp.
5381         (wl-line-parse-format): New function.
5382         (wl-line-formatter-setup): New macro.
5383
5384         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5385         (wl-summary-buffer-line-formatter): New buffer local variable.
5386         (wl-summary-switch-to-clone-buffer): Follow the change above.
5387         (wl-summary-message-regexp): Fix.
5388         (wl-summary-from-func-internal): Abolished.
5389         (wl-summary-subject-func-internal): Ditto.
5390         (wl-summary-subject-filter-func-internal): Ditto.
5391         (All other related portions are changed.)
5392         (wl-summary-buffer-set-folder):
5393         Set up wl-summary-buffer-number-column and 
5394         wl-summary-buffer-line-formatter
5395         (All other related portions are changed.)
5396         (wl-summary-buffer-number-column-detect): Abolished.
5397         (All other related portions are changed.)
5398         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5399         (wl-summary-delete-all-temp-marks-on-buffer): Use
5400         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5401         (wl-summary-target-mark-delete): Ditto.
5402         (wl-summary-target-mark-refile-subr): Ditto.
5403         (wl-summary-target-mark-mark-as-read): Ditto.
5404         (wl-summary-target-mark-mark-as-unread): Ditto.
5405         (wl-summary-target-mark-mark-as-important): Ditto.
5406         (wl-summary-target-mark-save): Ditto.
5407         (wl-summary-replace-status-marks): Renamed from
5408         wl-summary-set-status-marks-on-buffer;
5409         Use wl-summary-message-regexp instead of
5410         wl-summary-buffer-number-regexp.
5411         (wl-summary-sync-update): Follow the change above.
5412         (wl-summary-goto-previous-message-beginning): New function.
5413         (wl-summary-mark-as-unread): Use it.
5414         (wl-summary-mark-as-important): Ditto.
5415         (wl-summary-line-formatter): New variable.
5416         (wl-summary-line-year): New function.
5417         (wl-summary-line-day): Ditto.
5418         (wl-summary-line-day-of-week): Ditto.
5419         (wl-summary-line-hour): Ditto.
5420         (wl-summary-line-minute): Ditto.
5421         (wl-summary-line-open-bracket): Ditto.
5422         (wl-summary-line-close-bracket): Ditto.
5423         (wl-summary-line-children-number): Ditto.
5424         (wl-summary-line-thread-indent): Ditto.
5425         (wl-summary-line-size): Ditto.
5426         (wl-summary-line-subject): Ditto.
5427         (wl-summary-line-from): Ditto.
5428         (wl-summary-line-children-and-from): Ditto.
5429         (wl-summary-create-line): Rewritten.
5430         (wl-summary-format-date): Abolished.
5431
5432         * wl-highlight.el (wl-highlight-summary-current-line): Use
5433         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5434         Use thread structure to detect thread top message.
5435
5436         * wl-draft.el (wl-default-draft-cite): Don't use
5437         wl-summary-from-func-internal.
5438
5439         * wl-refile.el (wl-refile-subject-learn): Don't use
5440         wl-summary-subject-filter-func-internal.
5441         (wl-refile-guess-by-subject): Ditto.
5442
5443         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5444         parameters.
5445
5446         * wl-thread.el (wl-thread-update-indent-string-region):
5447         Use wl-thread-update-line-on-buffer instead of
5448         wl-thread-update-indent-string.
5449         (wl-thread-update-children-number): Redefine using
5450         wl-thread-update-line-on-buffer.
5451         (wl-thread-update-indent-string): Abolished.
5452
5453         * Version number is increased to 2.9.11.
5454
5455 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5458         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5459         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5460
5461         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5462         as nil.
5463
5464         * wl-thread.el (wl-thread-open-all-unread): Use 
5465         elmo-folder-list-messages-mark-match.
5466         (wl-thread-insert-message): Removed argument `mark-alist'.
5467         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5468         elmo-msgdb-set-mark.
5469         (wl-thread-get-children-msgs-uncached): Likewise.
5470         (wl-thread-get-exist-children): Added argument include-self.
5471         (wl-thread-delete-message): Follow the change above.
5472
5473         * wl-summary.el (wl-summary-count-unread): Removed argument.
5474         (wl-summary-rescan): Follow the change above.
5475         (wl-summary-mark-as-read-region): Ditto
5476         (wl-summary-mark-as-unread-region): Ditto.
5477         (wl-summary-delete-messages-on-buffer): Ditto.
5478         (wl-summary-sync-update): Ditto.
5479         (wl-summary-switch-to-clone-buffer): Ditto.
5480         (wl-summary-goto-folder-subr): Ditto.
5481         (wl-summary-target-mark-mark-as-read): Ditto.
5482         (wl-summary-target-mark-mark-as-unread): Ditto.
5483         (wl-summary-target-mark-mark-as-important): Ditto.
5484         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5485         (wl-summary-update-thread): Removed argument `mark-alist'.
5486         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5487         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5488         (wl-summary-resume-cache-status): Likewise.
5489         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5490         elmo-msgdb-set-mark.
5491         (wl-summary-mark-as-read-all): Likewise.
5492         (wl-summary-delete-cache): Ditto.
5493         (wl-summary-auto-select-msg-p): Ditto.
5494         (wl-summary-mark-as-unread): Ditto.
5495         (wl-summary-no-auto-refile-message-p): Ditto.
5496         (wl-summary-mark-as-read): Ditto.
5497         (wl-summary-mark-as-important): Ditto.
5498         (wl-summary-auto-refile): Follow the change above.
5499         (wl-summary-delete-all-marks): Removed.
5500         (wl-summary-resume-marks-and-highlight): Ditto.
5501         (wl-summary-resume-marks): Ditto.
5502         (wl-summary-delete-important-msgs-from-list): Ditto.
5503         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5504
5505         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5506         wl-summary-count-unread.
5507
5508         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5509         (wl-summary-score-update-all-lines): Use
5510         elmo-msgdb-set-mark.
5511
5512 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5515         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5516         (wl-summary-create-line): Renamed from
5517         wl-summary-overview-create-summary-line;
5518         Argument rearrangement.
5519         (wl-summary-update-thread): Follow the change above.
5520
5521         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5522         (wl-thread-insert-entity-sub): Likewise.
5523
5524         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5525         argument `overview', `mark-alist' and added `msgdb'.
5526
5527         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5528
5529         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5530         (wl-summary-rescan): Follow the change above.
5531         (wl-summary-sync-update): Ditto.
5532         (wl-summary-insert-thread-entity): Ditto;
5533         Don't use `let*' in every while loop;
5534         Detect infinite loop of threads.
5535         (wl-summary-update-thread): Removed argument `overview'.
5536
5537         * wl-thread.el (wl-thread-insert-message): Ditto.
5538
5539         * Version number is increased to 2.9.10.
5540
5541         * wl-message.el (wl-message-redisplay): Ignore errors while
5542         wl-message-redisplay-hook.
5543
5544 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5545
5546         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5547
5548 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl.el (wl): inhibit-quit while wl-folder.
5551
5552 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5555         while msgdb access.
5556
5557 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5558
5559         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5560         even if no folder is not created.
5561
5562 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5565
5566         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5567         implementation.
5568         (wl-summary-target-mark-thread): Ditto.
5569
5570         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5571
5572 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5573
5574         * wl-util.el (wl-display-bytes): Remove unused function.
5575
5576 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5577
5578         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5579         seems critical one (partially reverse the change in 2002/03/17).
5580
5581 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5584         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5585
5586 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5587
5588         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5589         is not writable.
5590         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5591         plugged status instead of `'force' as 2nd argument.
5592
5593         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5594         is not creatable.
5595
5596         * Version number is increased to 2.9.9.
5597
5598 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5599
5600         * wl-summary.el (wl-summary-suspend): New function.
5601
5602 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5603
5604         * wl.el (wl): Do not check variables if check is nil.
5605         * wl-utils.el (wl-collect-draft): New function.
5606         * wl-folder.el (wl-folder-suspend): Put summary buffers
5607         and draft buffers at the end of buffer list.
5608         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5609
5610 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5611
5612         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5613         loop instead of recursive call.
5614
5615         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5616         2nd argument.
5617
5618 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5619
5620         * wl-draft.el (wl-draft-create-contents): Don't take neither
5621         (function . args) nor (string . something) any more.
5622
5623         * wl-version.el (wl-generate-user-agent-string): Return string
5624         without header symbol.
5625         * wl-draft.el (wl-draft-default-headers): Use it.
5626
5627         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5628         `wl-draft-insert-ccs' and return field value instead of inserting
5629         the header. Abolish cc argument.
5630         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5631
5632         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5633         rather than one with string car.
5634
5635         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5636         * wl-draft.el (wl-draft-create-contents): Add it after the default
5637         headers.
5638
5639         * wl-draft.el (wl-draft-create-contents): For the case of
5640         (symbol-or-string . function) insert header only when the function
5641         returns string value.
5642
5643 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5646         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5647
5648 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * wl.el (wl-check-environment): Don't check Message-ID when
5651         `wl-insert-message-id' is nil.
5652         Revive checking if `wl-message-id-domain' contains "@".
5653
5654 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl.el (wl-check-environment): Merge examination for "@" at
5657         inappropriate position into the first string-match.
5658
5659         * wl-summary.el (wl-summary-target-mark-print): New function.
5660         (wl-summary-pipe-message-subr): Extracted from
5661         `wl-summary-pipe-message'.
5662         (wl-summary-target-mark-pipe): New function.
5663         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5664         `wl-summary-target-mark-pipe'.
5665
5666 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5669
5670 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl.el (wl-check-environment): Use elmo-warning instead of
5673         error for non-critical ones.
5674         Remove trash folder check.
5675         (wl): Don't ignore error in wl-check-environment.
5676
5677         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5678         check, which is moved from `wl-check-environment'.
5679         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5680
5681 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5682
5683         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5684         guess anything, call wl-summary-write.
5685         (wl-summary-write): Create draft with blank To field.
5686         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5687
5688 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5689
5690         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5691         argument full as well for wl-folder-write-current-folder.
5692         If wl-*-write-current-folder cannot guess addressee, add blank
5693         To header.
5694         Rewrite condition for positioning cursor.
5695
5696 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5697
5698         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5699         summary buffer is present, use it.
5700         (wl-folder-jump-to-previous-summary): Ditto.
5701
5702 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5703
5704         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5705
5706         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5707         wl-summary-previous-buffer and wl-summary-next-buffer.
5708
5709         * wl-folder.el (wl-folder-mode-map): Bind
5710         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5711         (wl-folder-jump-to-next-summary): New function.
5712         (wl-folder-jump-to-previous-summary): Ditto.
5713
5714         * wl-draft.el (wl-draft): Rearranged.
5715
5716 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5717
5718         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5719         of header.
5720         (wl-draft): Collect arguments for the header as header-alist.
5721         (wl-draft-forward): Arrange arguments for wl-draft.
5722         (wl-draft-reply): Ditto.
5723         (wl-draft-edit-string): Ditto.
5724         * wl-summary.el (wl-summary-write): Ditto.
5725         (wl-summary-write-current-folder): Ditto.
5726
5727         * Version number is increased to 2.9.8.
5728
5729 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5730
5731         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5732
5733         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5734
5735         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5736         even if the guess failed.
5737
5738         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5739         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5740         wl-summary-write-current-folder.
5741         * wl-xmas.el: Ditto.
5742
5743 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5744
5745         * wl-summary.el (wl-summary-next-page): Force display message if
5746         message is not displayed yet.
5747         (wl-summary-prev-page): Ditto.
5748
5749 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5750
5751         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5752
5753 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5754
5755         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5756         add "Preview Message" and "Save Draft and Exit".
5757
5758 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5759
5760         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5761         if addrmgr is called from draft in splitted window.
5762
5763         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5764         * wl-mule.el: Ditto.
5765         * wl-xmas.el: Ditto.
5766
5767 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5768
5769         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5770
5771         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5772         * wl-xmas.el (wl-folder-toolbar): Ditto.
5773
5774 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5775
5776         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5777         and wl-draft-save-and-exit.
5778         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5779         * wl-xmas.el: Ditto.
5780         * wl-mule.el: Ditto.
5781
5782         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5783         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5784
5785 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5788         lists for saving buffer.
5789
5790 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5791
5792         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5793         parent-folder argument instead of it.
5794         (wl-draft-create-buffer): Ditto.
5795         (wl-draft-forward): Ditto.
5796         (wl-draft-reply): Ditto.
5797         * wl-summary.el (wl-summary-write): Ditto.
5798         (wl-summary-write-current-folder): Ditto.
5799
5800         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5801         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5802         Folder buffer after composing.
5803
5804 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5807         header if the file `wl-x-face-file' already contains it.
5808
5809 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5812         folder" entry.
5813         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5814         * wl-e21.el (wl-folder-toolbar): Ditto.
5815         * wl-xmas.el (wl-folder-toolbar): Ditto.
5816
5817 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5818
5819         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5820         wl-folder-goto-folder with sticky argument.
5821         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5822
5823 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5826         and wl-summary-previous-buffer.
5827         (wl-summary-next-buffer): New function.
5828         (wl-summary-previous-buffer): Ditto.
5829
5830 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5831
5832         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5833         wl-folder-jump-to-current-entity-with-arg.
5834         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5835         `wl-folder-jump-to-current-entity'.
5836         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5837         `wl-summary-goto-folder-sticky'.
5838         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5839         `wl-summary-goto-folder'.
5840         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5841         Unless force-exit, do not clean temp. marks for sticky summary.
5842         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5843
5844 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5847         not entire.
5848
5849 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5852         to `C-x C-s'.
5853         (wl-summary-save-status): New command.
5854         (wl-summary-exit): Don't clean-up temp marks when sticky.
5855         (Applied patch from Nakayama-san [wl: 09548])
5856         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5857         Do nothing when no mark data.
5858         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5859         Call `wl-summary-delete-all-temp-marks' before saving.
5860
5861 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5862
5863         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5864
5865 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5866
5867         * wl.el (wl-check-environment): Also cause error when (system-name)
5868         returns "localhost.localdomain". (Although it doesn't affect because
5869         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5870
5871 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5872
5873         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5874         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5875
5876         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5877         value.
5878
5879 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5880
5881         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5882         Likewise r-cc-list and r-ng-list.
5883
5884 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5887         only if it is bound as variable.
5888
5889         * wl-mime.el (wl-draft-preview-message): Ditto.
5890
5891 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5892
5893         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5894         needless `goto-char'.
5895
5896         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5897         `wl-summary-redisplay-no-mime-internal' instead of
5898         `wl-summary-redisplay-no-mime'.
5899         (wl-summary-redisplay-no-mime): Changed argument;
5900         Call `wl-summary-redisplay-no-mime-internal'.
5901
5902         * wl-mime.el (wl-draft-preview-message): Bind
5903         `mime-header-encode-method-alist' locally.
5904
5905         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5906         (wl-draft-std11-parse-addresses): Added the first address check.
5907         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5908
5909         * Version number is increased to 2.9.7.
5910
5911 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5912
5913         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5914
5915 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5916
5917         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5918         related to scrollbar support, if there is no such a feature
5919         compiled in.
5920
5921 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5922
5923         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5924         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5925         for prefetch.
5926
5927 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5928
5929         * wl-summary.el (wl-summary-pick): Fix for no match.
5930
5931 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5932
5933         * wl-draft.el (wl-draft-save):
5934         Override `mime-header-encode-method-alist'.
5935
5936 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5937
5938         * wl-folder.el (wl-folder-pick): New function.
5939         Define key as "?".
5940
5941 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5942
5943         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5944         Fix for unplugged.
5945
5946 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5947
5948         * wl-folder.el (wl-folder-virtual): New function.
5949         Define key as "V".
5950
5951 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5952
5953         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5954         multi folder if entity is group.
5955
5956 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5959         is nil.
5960
5961 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5962
5963         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5964         (wl-summary-target-mark-msgs): Return the number of marked messages.
5965
5966 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5967
5968         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5969         "first:" is specified.
5970
5971 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl-vars.el (wl-from): Use return value of function
5974         user-full-name instead of the variable user-full-name since
5975         XEmacs-20.4 doesn't set this variable.
5976
5977 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5980         call `wl' directly.
5981
5982 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5983
5984         * wl-draft.el (wl-draft-reedit): Removed duplicated
5985         switch-to-buffers.
5986
5987 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * wl.el (wl-other-frame): Removed garbages.
5990
5991 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5992
5993         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5994
5995         * wl-xmas.el (wl-draft-key-setup): Ditto.
5996
5997         * wl-mule.el (wl-draft-key-setup): Ditto.
5998
5999         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6000         (wl-draft-reedit): Ditto.
6001         (wl-draft-prepare-edit): Add `wl-draft-save' to
6002         `local-write-file-hooks'.
6003         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6004         (wl-draft-reedit): Set buffer-file-name.
6005         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6006
6007
6008         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6009         call it.
6010         (wl-delete-startup-frame-function): New variable.
6011         (wl-other-frame): New function
6012         (Original was written by Yamaoka san [wl: 09239]).
6013
6014         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6015         if `wl-folder-use-frame'.
6016
6017 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6018
6019         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6020
6021 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6022
6023         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6024         New variable.
6025         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6026         (wl-message-buffer-prefetch-get-next): Use them.
6027         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6028
6029 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6032         with unwind-protect.
6033
6034         * wl-draft.el (wl-draft-reedit): Rewrite.
6035         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6036         (wl-draft-save): Insert header separator if it does not exist;
6037         Removed condition-case.
6038
6039         * wl-summary.el (wl-summary-reedit): Revert last change.
6040
6041         * wl-draft.el (wl-draft-save): Rewrite.
6042         (wl-draft-create-buffer): Set buffer-file-name as nil.
6043
6044         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6045
6046         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6047
6048         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6049         nil.
6050
6051 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6054         If count is nil, do not prefetch.
6055         (wl-message-buffer-prefetch-next): Next.
6056
6057 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6058
6059         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6060
6061 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6062
6063         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6064         `delete-backward-char'
6065         (wl-draft-prepare-edit): Check major-mode.
6066         (wl-draft-decode-header): Rewrite.
6067         (wl-draft): Fix.
6068
6069 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6070
6071         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6072
6073 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6074
6075         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6076         (wl-message-buffer-prefetch-get-next): Remove size checking.
6077         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6078
6079 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6080
6081         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6082         (wl-draft-default-headers): Fix.
6083
6084 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-draft.el (wl-draft-default-headers): Insert return value of
6087         `wl-generate-mailer-string-function'.
6088
6089 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6090
6091         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6092         (wl-draft-insert-mail-header-separator): Ditto.
6093
6094         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6095         again (Reverted the change on 2002-01-17 by OKADA san).
6096
6097 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl-draft.el (wl-draft): Rewrite.
6100         (wl-draft-create-buffer): New function.
6101         (wl-draft-create-contents): Ditto.
6102         (wl-draft-prepare-edit): Ditto.
6103         (wl-draft-decode-header): Ditto.
6104         (wl-draft-decode-body): Ditto.
6105         (wl-draft-check-new-line): Ditto.
6106         (wl-draft-default-headers): Ditto.
6107         (wl-draft-insert-mail-header-separator): Ditto.
6108
6109 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6110
6111         * Version number is increased to 2.9.6.
6112
6113 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6114
6115         * wl-draft.el (wl-draft-delete-field): Optional argument.
6116         (wl-draft-delete-fields): Ditto.
6117
6118 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-message.el (toplevel): Eliminated byte-compile warning.
6121         for `itimer-function', `delete-timer' and `itimer-list'.
6122
6123 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6126         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6127         `wl-message-buffer-prefetch-threshold'.
6128         * wl-summary.el (wl-summary-redisplay-internal): Remove
6129         the check of `wl-message-buffer-prefetch-depth'.
6130
6131 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6132
6133         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6134         size of article.
6135         (wl-message-buffer-prefetch-subr): Remove size check.
6136
6137 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-vars.el (wl-plugged): Make customizable.
6140
6141 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6144         (wl-message-buffer-prefetch-set-timer): New function.
6145         (wl-message-buffer-prefetch-get-next): New function.
6146         (wl-message-buffer-prefetch): New function.
6147         (wl-message-buffer-prefetch-next): Rewrite.
6148         (wl-message-buffer-prefetch-subr): Rewrite.
6149         * wl-vars.el (wl-auto-prefetch-first): New variable.
6150         * wl-summary.el (wl-summary-goto-folder-subr): Call
6151         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6152
6153 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6154
6155         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6156         `wl-summary-unread-message-hook'.
6157
6158 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6161         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6162         if range is `cache-status'.
6163
6164 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * wl-message.el (wl-message-buffer-prefetch-subr):
6167         Improve debug message.
6168
6169 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6170
6171         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6172         `wl-mail-send-pre-hook'.
6173         (wl-draft-send-mail-with-qmail): Ditto.
6174         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6175
6176 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6177
6178         * wl-message.el (wl-message-buffer-prefetch-subr):
6179         Fix for cancel-function-timers bug.
6180         (wl-message-buffer-prefetch-debug): Default value is t.
6181
6182 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6183
6184         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6185         (wl-message-buffer-prefetch-subr): Rewrite.
6186         Rename from `wl-message-buffer-prefetch'.
6187
6188 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6191         (wl-default-draft-cite-decorate-author): Ditto.
6192
6193         * wl-draft.el (wl-draft-cite-function): Removed.
6194         (wl-default-draft-cite-decorate-author): Ditto.
6195
6196 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6197
6198         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6199         (wl-default-draft-cite): Do not arrange author name if the value of
6200         `wl-default-draft-cite-decorate-author' is nil.
6201
6202 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6203
6204         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6205
6206         * wl-folder.el (wl-folder-check-one-entity): Don't care
6207         `elmo-folder-use-flag-p'.
6208
6209 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6210
6211         * wl-folder (wl-folder-check-one-entity): Fix
6212         problem if unread is nil.
6213
6214 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-address.el (wl-address-make-completion-list): Check whether
6217         the address is a group list.
6218         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6219
6220 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6221
6222         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6223         The number of the messages of new and unread does not count
6224         correctly.
6225
6226         * wl-summary.el (wl-summary-count-unread): Changed to return
6227         `(new . unread)' instead of total.
6228         (wl-summary-sync-update): Follow the change above.
6229
6230         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6231
6232 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6233
6234         * wl-address.el (wl-address-make-completion-list): Do not enclose
6235         address by " <" and ">" if associated realname is "".
6236         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6237         This is against the promblem with group list in .addresses pointed
6238         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6239
6240 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6241
6242         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6243         message is a format control string.
6244         * wl-expire.el (wl-expire-append-log): Ditto.
6245         * wl-mime.el (wl-summary-burst-subr): Ditto.
6246         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6247         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6248
6249 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6250
6251         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6252         wl.el (wl-check-variables): Rename from `wl-check-type'.
6253         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6254         (wl-check-variables-2): New function.
6255         (wl): Call `wl-check-variables-2'.
6256
6257 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6258
6259         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6260         after renaming folder in access group.
6261
6262 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6265         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6266         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6267         (wl-message-buffer-prefetch): Rewrite.
6268         (wl-message-buffer-prefetch-idle-time): Removed.
6269         * wl-summary.el (wl-summary-redisplay-internal):
6270         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6271         Error check for `wl-message-buffer-prefetch-depht'.
6272
6273 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6274
6275         * Version number is increased to 2.9.5.
6276         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6277
6278 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6281         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6282         Based on the patch written by
6283         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6284
6285 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-draft.el (wl-draft-raw-send): Fix for
6288         `wl-news-send-pre-hook'
6289
6290 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-utils.el (wl-message-id-function): New variable.
6293         * wl-draft.el (wl-draft-insert-required-fields):
6294         Use `wl-message-id-function'.
6295
6296 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6299         * wl-utils.el (wl-draft-make-message-id-string):
6300         Use `wl-from' for domain part of Message-ID
6301         if `wl-message-id-use-wl-from' if non-nil.
6302         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6303
6304 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl.el (wl): Call `wl-check-type'
6307         Do not 'condition-case'.
6308
6309 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl.el (wl-check-type): New function.
6312         (wl-check-type-variables): New variable.
6313
6314 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6317
6318 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6319
6320         * wl-draft.el (wl-smtp-password-key): New function.
6321         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6322         (wl-draft-send-mail-with-smtp): Ditto.
6323         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6324
6325 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6326
6327         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6328         * wl-utils.el (wl-unique-id-suffix): Remove.
6329
6330 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * Version number is increased to 2.9.4.
6333
6334 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-utils.el (wl-unique-id-suffix): New variable.
6337         (wl-unique-id): Use `wl-unique-id-suffix'
6338
6339 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6340
6341         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6342         instead of `elmo-msgdb-search'.
6343
6344         * Version number is increased to 2.9.3.
6345
6346 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6347
6348         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6349
6350 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6351
6352         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6353         (wl-draft-dispatch-message): Changed for send-later.
6354         (wl-draft-queue-flush): Ditto.
6355         (wl-draft): Clear `wl-sent-message-queued'.
6356         (wl-draft-reedit): Ditto.
6357         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6358         * wl-vars.el (wl-draft-force-queuing): New variable.
6359         (wl-draft-force-queuing-mail): New variable.
6360         (wl-draft-force-queuing-news): New variable.
6361
6362 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6363
6364         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6365         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6366
6367 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6368
6369         * Version number is increased to 2.9.2.
6370
6371 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * wl-draft.el (wl-draft-elide-region): New user command.
6374         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6375
6376         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6377         command `wl-draft-elide-region'.
6378         * wl-mule.el: Ditto.
6379         * wl-xmas.el: Ditto.
6380
6381 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6382
6383         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6384         (wl-biff-check-folder-async): Removed needless let.
6385
6386 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6389         wl-folder-get-elmo-folder.
6390         (wl-biff-check-folder): Set `biff' argument of
6391         `wl-folder-check-one-entity'.
6392         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6393
6394         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6395         (wl-folder-check-one-entity): Added `biff' argument;
6396         Setup `biff' slot of folder.
6397
6398         * Version number is increased to 2.9.1.
6399
6400 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6403         comment out and fixed.
6404         (wl-fldmgr-add-completion-subr): Ditto.
6405
6406         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6407         and msgdb.
6408
6409         * wl.el (wl-toggle-plugged): Save summary view.
6410
6411 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6414
6415 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6416
6417         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6418
6419 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6422         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6423         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6424
6425         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6426         if it was failed.
6427         (wl-demo): Disable undo in the demo buffer.
6428
6429 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-version.el (wl-version): Changed codename.
6432
6433         * Version number is increased to 2.9.0.
6434
6435 2001-12-14  Takuo KITAME <kitame@northeye.org>
6436
6437         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6438         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6439         (wl-folder-mark-as-read-all-current-entity): Ditto.
6440
6441 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-vars.el (wl-from-width): Define as obsolete variable.
6444         (wl-subject-length-limit): Ditto.
6445
6446         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6447
6448         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6449         wl-summary-save-view.
6450
6451         * wl.el (wl-save-status): Ditto.
6452         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6453
6454         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6455         (wl-summary-exit): Follow the change above.
6456         (wl-summary-goto-folder-subr): Ditto.
6457
6458         * wl-folder.el (wl-folder-create-subr): Don't use
6459         `elmo-folder-creatable-p'.
6460
6461 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6464
6465 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6468         rather than bitmap on Emacs 21.
6469         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6470         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6471         for xbm if the new redisplay engine is not available.
6472
6473 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-folder.el (wl-folder-init-hook): New hook.
6476         (wl-folder-init): Run `wl-folder-init-hook'.
6477
6478 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6481
6482 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6483
6484         * wl-acap.el (wl-acap-cache-filename): New variable.
6485         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6486         (wl-acap-init): Use cache if no ACAP server found.
6487
6488 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6489
6490         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6491         `wl-acap-original-msgdb-dir'.
6492
6493         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6494         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6495
6496         * wl-mime.el (wl-mime-save-directory): Renamed from
6497         `wl-mime-save-dir'.
6498
6499 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6502
6503         * wl-demo.el: Require `path-util'.
6504         (wl-demo-bitmap-mule-available-p): New internal variable.
6505         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6506         `module-installed-p' instead.
6507         (wl-demo-insert-image): Use *.img file for a bitmap image.
6508         (wl-demo): Don't call the ascii demo recursively.
6509
6510 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6511
6512         * Version number is increased to 2.7.7.
6513
6514 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl.el (wl-exit): Eliminated byte-compile warning.
6517
6518 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6519
6520         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6521         obsolete variable using `elmo-define-obsolete-variable'.
6522         (wl-fetch-confirm-threshold): Ditto.
6523         (wl-cache-prefetch-folder-type-list): Ditto.
6524         (wl-cache-prefetch-folder-list): Ditto.
6525
6526 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6529         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6530         (wl-demo-insert-image): New function.
6531         (wl-demo-insert-text): New function.
6532         (wl-demo-image-type-alist): Redefine as a function.
6533         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6534         (wl-demo-with-temp-file-buffer): Removed.
6535         (wl-logo-xpm): Removed.
6536         (wl-logo-xbm): Removed.
6537         (wl-logo-bitmap): Removed.
6538
6539 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6540
6541         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6542         (wl-expire-localdir-get-folder-function): New user option.
6543         (wl-expire-localdir-get-folder): New function.
6544         (wl-expire-localdir-date): Ditto.
6545
6546 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6547
6548         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6549         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6550         Fixed unread number mismatch when all-unread < unread.
6551
6552 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6553
6554         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6555         (wl-fetch-confirm-threshold): Ditto.
6556
6557         * wl-summary.el (wl-summary-confirm-appends): Removed.
6558         (wl-summary-sync-update): Don't refer
6559         `wl-summary-update-confirm-threshold' (It is now abolished).
6560
6561         * wl-message.el (wl-message-display-internal): Don't refer
6562         `wl-fetch-confirm-threshold' (It is now abolished).
6563
6564 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6567
6568 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6569
6570         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6571         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6572         Change default value to nil.
6573         (wl-summary-indent-length-limit): The value can be nil, nil means
6574         unlimited.
6575
6576         * wl-summary.el: Don't set limit for indent length if the value of
6577         wl-summary-indent-length-limit is nil.
6578         If the value of wl-summary-width is nil, it means only that the width
6579         of summary is unlimited (nil doesn't mean that the indent length is
6580         unlimited).
6581
6582         * wl-thread.el: Ditto.
6583
6584 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6585
6586         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6587         be nil, nil means never confirm.
6588         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6589
6590 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6591
6592         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6593         means unlimited).
6594
6595 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6598         Use `with-temp-buffer'.
6599
6600 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6601
6602         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6603         with new backquote style).
6604         (wl-folder-get-entity-from-buffer): Ditto.
6605
6606 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6607
6608         * wl-version.el (nemacs-version): Eliminated.
6609         (wl-extended-emacs-version2): Ignore nemacs.
6610         (wl-extended-emacs-version3): Ditto.
6611
6612 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6613
6614         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6615         (wl-draft-add-in-reply-to): New variable.
6616         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6617         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6618         (wl-draft-yank-from-mail-reply-buffer): Use
6619         `wl-draft-add-in-reply-to'.
6620         (wl-draft-insert-current-message): Ditto.
6621
6622 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6623
6624         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6625         typo (kill->hide).
6626         (wl-message-buffer-prefetch-folder-type-list): Added elements
6627         `mark' and `cache' instead of `internal'.
6628
6629 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6632         resume msgdb directory.
6633
6634 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl.el (wl-exit): Call `wl-acap-exit'.
6637
6638         * wl-summary.el (wl-summary-message-string): New function.
6639         (wl-summary-reedit): Use it.
6640         (wl-summary-resend-bounced-mail): Remove needless let.
6641         (wl-summary-supersedes-message): Ditto.
6642         (wl-summary-save): Ditto.
6643
6644         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6645         (wl-acap-init): Set it.
6646         (wl-acap-exit): New function.
6647
6648 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6649
6650         * wl.el (wl-init): Revert (require 'mime-setup). move from
6651         toplevel.
6652
6653 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6654
6655         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6656         local variables.  Add error when guess function return invalid
6657         value.
6658
6659 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6660
6661         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6662         Change local variable name.
6663         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6664         (wl-folder-get-newsgroups): Return nil when non-news folder.
6665         * wl-summary.el (wl-summary-write-current-folder): State through
6666         when guess-list return nil.
6667         (wl-summary-write-current-folder-functions): Fixed docstring.
6668
6669         * wl.el (wl-exit): Changed confirm message.
6670
6671         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6672         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6673
6674         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6675
6676 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6677
6678         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6679         user option (Renamed from wl-cache-prefetch-folder-type-list).
6680         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6681         from wl-cache-prefetch-folder-list).
6682
6683         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6684         Move to wl-vars.el.
6685         (wl-message-buffer-prefetch-p): Changed to enable
6686         `wl-message-buffer-prefetch-folder-list'.
6687
6688         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6689         `ignore-cache'.
6690
6691 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6694         `part-top' and `part-bottom'.
6695         (wl-draft-config-sub-part-top): New function.
6696         (wl-draft-config-sub-part-bottom): New function.
6697
6698 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6699
6700         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6701
6702 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6703
6704         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6705
6706 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6707
6708         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6709
6710         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6711         (wl-summary-write-current-folder): Ditto.
6712
6713 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-folder.el (wl-folder-get-newsgroups): Use
6716         `elmo-folder-newsgroups'.
6717
6718 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6721         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6722         `wl-draft-config-sub-header-bottom'.
6723
6724 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6725
6726         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6727         localnews folder.
6728
6729 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6730
6731         * wl-summary.el (wl-summary-mode): Undo last change.
6732
6733         * wl-folder.el (wl-folder-mode): Ditto.
6734
6735 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6736
6737         * wl-summary.el (wl-summary-mode): Locally set
6738         truncate-partial-window-width to nil.
6739         (for XEmacs)
6740
6741         * wl-folder.el (wl-folder-mode): Ditto.
6742
6743 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6746
6747 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6750         number.
6751
6752         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6753
6754         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6755
6756         * Version number is increased to 2.7.6.
6757
6758 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6761
6762 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6763
6764         * wl-summary.el (wl-summary-sync-update): Enclose network
6765         related portion with `unwind-protect'.
6766
6767 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6768
6769         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6770
6771 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6774         element.
6775         * wl-vars.el (wl-message-body-button-alist): Ditto.
6776
6777         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6778         max match length.
6779         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6780
6781         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6782         for the max match length;
6783         Use 4th element value for the button string regexp group.
6784
6785         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6786         candidate exists, prompt to select.
6787
6788 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6789
6790         * wl-summary.el (wl-summary-jump-to-msg): Search before
6791         calibration point by `beginning-of-line'.
6792
6793 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6794
6795         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6796         for access group.
6797
6798 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6799
6800         * wl-message.el (wl-message-display-internal): Bind
6801         `default-mime-charset'.
6802
6803         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6804
6805         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6806
6807         * Version number is increased to 2.7.5.
6808
6809 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6810
6811         * wl-expire.el (wl-summary-archive): Fixed;
6812         Use `elmo-folder-name-internal'.
6813
6814 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6815
6816         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6817         from `elmo-folder-move-messages' caller.
6818         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6819
6820         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6821         related portions are changed).
6822
6823 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6824
6825         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6826         counter.
6827
6828 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6829
6830         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6831         buffer local and set it to nil.
6832
6833         * wl-message.el (wl-message-redisplay): Ditto.
6834
6835 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-summary.el (wl-summary-mark-as-important): If message is
6838         already cached, set messag as read, otherwise encache and mark as read.
6839
6840 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6841
6842         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6843         point-min.
6844
6845 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6848         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6849         a keymap.
6850
6851 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6854         parent.
6855
6856         * wl-mule.el (wl-message-define-keymap): Ditto.
6857
6858         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6859
6860         * wl-xmas.el (wl-message-display-internal-hook): Define.
6861         (wl-xmas-setup-message-toolbar): Define as function.
6862         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6863         (wl-message-overload-functions): Abolished.
6864         (wl-message-define-keymap): New function.
6865
6866         * wl-vars.el (wl-message-display-internal-hook): New variable.
6867         (wl-message-header-button-alist): New variable (Renamed from
6868         wl-highlight-message-header-button-alist).
6869         (wl-message-body-button-alist): Ditto.
6870
6871         * wl-mule.el (wl-message-define-keymap): New function.
6872         (wl-message-overload-functions): Abolished.
6873
6874         * wl-message.el (wl-message-add-buttons-to-body): New function.
6875         (wl-message-redisplay): Don't call wl-message-overload-functions;
6876         Call wl-message-add-buttons-to-header and
6877         wl-message-add-buttons-to-body.
6878         (wl-message-display-internal): Set keymap argument for
6879         elmo-mime-display-as-is, elmo-mime-message-display;
6880         Run wl-message-display-internal-hook.
6881         (wl-message-refer-article-or-url): Abolished.
6882
6883         * wl-highlight.el (wl-highlight-headers): Don't call
6884         wl-highlight-message-add-buttons-to-header.
6885         (wl-highlight-message-add-buttons-to-header): Abolished.
6886
6887
6888         * wl-e21.el (wl-message-display-internal-hook): Define.
6889         (wl-e21-setup-toolbar): Deleted duplicated binding.
6890         (wl-e21-setup-message-toolbar): Define as function.
6891         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6892         (wl-message-define-keymap): New function.
6893         (wl-message-overload-functions): Abolished.
6894
6895 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6898         and elmo-folder-close.
6899
6900         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6901
6902 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6903
6904         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6905         boolean value.
6906         * wl-draft.el (wl-draft-do-fcc): Ditto.
6907
6908 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6909
6910         * wl-vars.el (wl-fcc-force-as-read): New variable.
6911         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6912         mark copied message as read.
6913
6914 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6915
6916         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6917
6918 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6919
6920         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6921         `wl-summary-target-above' instead of obsolete variable
6922         `wl-summary-temp-above'.
6923
6924         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6925         instead of `make-obsolete-variable'.
6926         * wl-refile.el (toplevel): Ditto.
6927
6928 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6931         with third argument t.
6932         (wl-draft): Set first argument for wl-plugged-init as t.
6933
6934         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6935         definition.
6936
6937 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-vars.el: Tabify.
6940         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6941
6942         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6943         message.
6944
6945 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6946
6947         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6948         and set default to beep.
6949
6950 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6951
6952         * wl-vars.el (wl-draft-truncate-lines): New variable.
6953
6954         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6955         instead of wl-message-truncate-lines for truncate-lines.
6956
6957 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-message.el (wl-message-display-internal): Call
6960         `wl-highlight-message' after `elmo-mime-display-as-is'.
6961
6962         * wl-mime.el (wl-mime-display-text/plain): New function.
6963         (wl-mime-display-header): Ditto.
6964         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6965         body-presentation-method for text/plain;
6966         Register `wl-mime-display-header' as a header-presentation-method;
6967         Don't set up `elmo-message-text-content-inserted-hook' and
6968         `elmo-message-header-inserted-hook'.
6969
6970         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6971         variable.
6972         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6973         as t if flag is 'all-header;
6974         Don't bind `elmo-message-ignored-field-list',
6975         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6976
6977 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6980         for xemacs with non-mule environment.
6981
6982 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6985         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6986         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6987
6988 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * wl-vars.el (wl-interactive-send): Set default value as t.
6991
6992 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6995         (wl-addrmgr-method-list): Abolished.
6996         (wl-addrmgr-change-method): Follow above change.
6997
6998         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6999
7000 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7001
7002         * wl-vars.el (wl-message-truncate-lines): Change default value
7003         to default-truncate-lines.
7004
7005         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7006
7007 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7008
7009         * wl-vars.el (wl-message-truncate-lines): New variable.
7010
7011         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7012         wl-message-truncate-lines.
7013
7014 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * wl-acap.el (wl-acap-init): Remove period from error message.
7017         (wl-acap-find-acap-service): Remove period from message.
7018
7019 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7020
7021         * wl.el (wl-check-environment): Undo last change.
7022
7023         * wl-vars.el (wl-from): Changed default value.
7024
7025         * wl-util.el (toplevel): Don't require tm-edit.
7026
7027         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7028         `wl-folder-init';
7029         Don't set mark on mail body.
7030         (wl-draft-reedit): Ditto.
7031
7032         * wl-address.el (wl-address-quote-specials): Define as an alias for
7033         elmo-address-quote-specials.
7034
7035 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7038
7039         * wl-vars.el (wl-from): Set default value as nil.
7040         (wl-organization): Set default value as ORGANIZATION environment
7041         variable.
7042
7043         * wl-draft.el (wl-smtp-extension-bind): Check value of
7044         wl-smtp-connection-type.
7045
7046         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7047         error.
7048
7049 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7050
7051         * Version number is increased to 2.7.4.
7052
7053         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7054         arguments from `wl-highlight-x-face-function' caller.
7055         Use x-face-1.3.6.12 or later.
7056
7057 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7058
7059         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7060
7061 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7062
7063         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7064         (wl-fcc): Fix to accept function.
7065         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7066
7067 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl-acap.el (toplevel): Added `product-provide' declare.
7070         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7071
7072 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl.el (wl): Changed order of calling `elmo-init'
7075         and `elmo-folder-init'.
7076
7077 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7078
7079         * wl-mime.el (wl-summary-burst): Extract message when content-type
7080         of root entity is not only `multipart' but also `message/rfc822'.
7081         (wl-summary-burst-subr): Ditto.
7082
7083 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-vars.el (toplevel): Require 'custom.
7086         (wl-trash-folder): Added to `wl-setting' group.
7087
7088         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7089         exists.
7090         (wl-addrmgr-draw): Insert empty line when no entry exists.
7091
7092         * wl-mule.el (wl-message-wheel-up): Fixed.
7093         (wl-message-wheel-down): Ditto.
7094
7095 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7096
7097         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7098         config is an anonymous lambda expression.
7099
7100 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7103         when Mule 2 is running.
7104
7105 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7108
7109 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7112         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7113
7114         * wl-address.el (wl-address-specials-regexp): Eliminated.
7115         (wl-address-quote-specials): Rewrite.
7116
7117 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7120         shy-groups for regexp.
7121
7122         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7123         character classes and Perl style shy-groups for regexp.
7124         (wl-highlight-plugged-current-line): Use Posix style character
7125         classes for regexp.
7126         (wl-e21-highlight-folder-by-numbers): Ditto.
7127         (wl-e21-display-image-p): Use `display-images-p' instead of
7128         `display-graphic-p'.
7129         (display-images-p): Make an alias to `display-graphic-p' if it is
7130         not available.  It is for Emacs version prior to 21.0.105.
7131
7132         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7133         `display-graphic-p'.
7134         (wl-demo-image-type-alist): Ditto.
7135         (display-images-p): Make an alias to `display-graphic-p' if it is
7136         not available.  It is for Emacs version prior to 21.0.105.
7137
7138 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7139
7140         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7141         support.
7142         (wl-generate-user-agent-string): Ditto.
7143
7144         * wl-version.el (wl-version): Update docsting.
7145         (wl-version-status): Ditto.
7146
7147 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7148
7149         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7150         21.0.105.  For Emacs 21.0.104 or earlier.
7151
7152 2001-09-03  Takuo KITAME <kitame@northeye.org>
7153
7154         * wl-e21.el (wl-plugged-init-icons): Use
7155         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7156         (wl-biff-init-icons): Ditto.
7157
7158 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-highlight.el (wl-highlight-summary-current-line):
7161         Fixed highlighting refile/copy destination.
7162
7163         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7164         (wl-acap-store): Encode string by wl-acap-coding-system.
7165
7166 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * wl-acap.el (toplevel): Check and require 'un-define before
7169         'xemacs-ucs;
7170          Added checking for UTF-2000.
7171
7172 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7175         Don't enclose with `eval-and-compile'.
7176
7177         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7178         wl-init is non-nil.
7179
7180         * wl-draft.el (wl-draft): Ditto.
7181
7182         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7183
7184         * wl-acap.el (toplevel): Require 'wl.
7185         (wl-acap-store): Call `elmo-init'.
7186
7187         * wl.el (wl): Changed position of `wl-check-environment'.
7188         (toplevel): Added autoload setting for wl-acap.
7189
7190         * wl-vars.el (wl-setting): New custom group.
7191         (wl-from): Added wl-setting group.
7192         (wl-user-mail-address-list): Ditto.
7193         (wl-organization): Ditto.
7194         (wl-subscribed-mailing-list): Ditto.
7195         (wl-envelope-from): Ditto.
7196         (wl-smtp-posting-user): Ditto.
7197         (wl-smtp-posting-server): Ditto.
7198         (wl-smtp-posting-port): Ditto.
7199         (wl-smtp-authenticate-type): Ditto.
7200         (wl-pop-before-smtp-user): Ditto.
7201         (wl-pop-before-smtp-server): Ditto.
7202         (wl-pop-before-smtp-port): Ditto.
7203         (wl-pop-before-smtp-authenticate-type): Ditto.
7204         (wl-nntp-posting-server): Ditto.
7205         (wl-nntp-posting-user): Ditto.
7206         (wl-nntp-posting-port): Ditto.
7207         (wl-fetch-confirm-threshold): Ditto.
7208         (wl-prefetch-threshold): Ditto.
7209         (wl-thread-insert-opened): Ditto.
7210         (wl-ldap-server): Ditto.
7211         (wl-ldap-port): Ditto.
7212         (wl-ldap-base): Ditto.
7213         (wl-ldap-objectclass): Ditto.
7214         (wl-use-ldap): Ditto.
7215         (wl-draft-config-alist): Ditto.
7216         (wl-draft-config-matchone): Ditto.
7217         (wl-template-alist): Ditto.
7218         (wl-message-sort-field-list): Ditto.
7219         (wl-message-ignored-field-list): Ditto.
7220         (wl-message-visible-field-list): Ditto.
7221         (wl-interactive-send): Ditto.
7222         (wl-summary-move-order): Ditto.
7223         (wl-auto-select-first): Ditto.
7224         (wl-auto-select-next): Ditto.
7225         (wl-interactive-save-folders): Ditto.
7226
7227         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7228         Initialization codes are moved from wl-local-folder-init.
7229         (wl-local-folder-init): Follow the change above.
7230         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7231
7232         * wl-acap.el: New file.
7233
7234         * Version number is increased to 2.7.3.
7235
7236 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7237
7238         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7239
7240 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7241
7242         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7243         (wl-addrmgr-address-entry-list): Ditto.
7244
7245 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-e21.el (wl-draft-mode-map): Removed binding for
7248         `wl-draft-insert-x-face-field'.
7249
7250         * wl-mule.el (wl-draft-mode-map): Ditto.
7251
7252         * wl-xmas.el (wl-draft-mode-map): Ditto.
7253
7254         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7255         (wl-cs-autoconv): Ditto.
7256         (wl-cs-local): Ditto.
7257         (wl-use-scoring): Ditto.
7258         (wl-mime-charset): Ditto.
7259         (wl-folder-check-async): Ditto.
7260
7261         * wl.el (toplevel): Ignore nemacs and tm.
7262         (wl-exit): Ditto.
7263
7264         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7265         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7266         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7267         instead of wl-address-petname-add-or-change.
7268         (wl-summary-edit-addresses-subr): Use wl-address-delete
7269         instead of wl-address-petname-delete.
7270
7271         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7272
7273         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7274         if error occured.
7275
7276         * wl-message.el (require): Remove tm support.
7277
7278         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7279
7280         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7281         (wl-folder-jump-to-current-entity): Ditto.
7282         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7283
7284         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7285         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7286         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7287
7288         * wl-mule.el (wl-draft-key-setup): Ditto.
7289
7290         * wl-xmas.el (wl-draft-key-setup): Ditto.
7291
7292         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7293         (wl-draft-std11-parse-addresses): New function.
7294         (wl-draft-parse-mailbox-list): Use it.
7295         (wl-draft): Ignore nemacs.
7296         (wl-draft-reedit): Ditto.
7297
7298         * wl-addrmgr.el: New file.
7299         (Original is wl-rcpt.el written by
7300         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7301         Thanks Kitamoto-san.)
7302
7303         * wl-address.el (wl-address-make-address-list): Modified parsing
7304         process.
7305         (wl-address-delete): Renamed from `wl-address-petname-delete';
7306         Modify wl-address-list too.
7307         (wl-address-add-or-change): Renamed from
7308         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7309
7310 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7311
7312         * wl-highlight.el (wl-highlight-summary-current-line):
7313           Work with transient-mark-mode
7314
7315 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * Version number is increased to 2.7.2.
7318
7319         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7320         instead of elmo-dop-queue-method.
7321
7322 2001-08-06  SAITO Atsunori <sai@yedo.com>
7323
7324         * wl-vars.el (wl-ldap-objectclass): New user option.
7325
7326         * wl-address.el (wl-ldap-make-filter): Use it.
7327
7328 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7331
7332 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * wl-folder.el (wl-folder): redisplay after folder insertion.
7335
7336         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7337
7338         * wl-summary.el (wl-summary-sync-update):
7339         Change status mark only when new-msgdb exists.
7340         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7341
7342 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-summary.el (wl-summary-open-folder): New function.
7345         (wl-summary-goto-folder-subr): Use it.
7346         (wl-summary-mark-as-important): Fix;
7347         Encache only when no cache exists.
7348
7349 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7352         Use with-current-buffer.
7353
7354 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7355
7356         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7357         before call `get-buffer'. Fixed parenthesis.
7358         (wl-score-get-header-entry): Clear message and help window when
7359         keyboard quit.
7360         (wl-score-edit-insert-header): Ditto.
7361
7362 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7365         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7366         (wl-default-draft-cite): Fix.
7367
7368         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7369         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7370
7371 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7372
7373         * wl-message.el (wl-message-prev-page): Do same bahavior
7374         as summary when it is called in the message buffer.
7375         (wl-message-next-page): Ditto.
7376
7377 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-summary.el (wl-summary-forward): Use cache if it is not
7380         section cache.
7381
7382 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7385         Removed redundant require of elmo-vars.
7386         (wl-biff-state-indicator-on): Changed default value for
7387         xemacs with non-mule environment.
7388
7389         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7390         wl-message-buffer is nil;
7391         Hide progress bar after moving messages.
7392
7393 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7396         message at cursor point is deleted.
7397
7398 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-vars.el: Changed file coding system to euc-japan.
7401         Added -*-coding:-*- magic to the first line.
7402
7403         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7404         Search parent from the first message.
7405
7406         * Version number is increased to 2.7.1.
7407
7408 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7409
7410         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7411
7412 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7415         refile/delete execution.
7416
7417         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7418         Fixed docstring.
7419
7420 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7423         do update process;
7424         Don't update marks when update process is interrupted.
7425
7426 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-summary.el (wl-summary-reply): Fixed problem when
7429         wl-draft-use-frame is non-nil.
7430         (wl-summary-forward): Ditto.
7431
7432         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7433         as nil.
7434         (wl-folder-mark-as-read-all-entity): Ditto.
7435         (wl-folder-prefetch-entity): Ditto.
7436
7437         * wl.el (wl): Check environment before wl-init.
7438
7439         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7440         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7441         instead of wl-summary-collect-unread.
7442         (wl-summary-reply): Split message window.
7443
7444 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7447         only if current language environment is japanese,
7448
7449         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7450         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7451         (wl-folder-goto-folder-subr): Ditto.
7452
7453         * wl-draft.el (wl-draft-dispatch-message): Call
7454         `elmo-file-cache-get-path'.
7455
7456 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-summary.el (wl-summary-cursor-move): If return value of
7459         wl-summary-next-message is not number, don't jump.
7460
7461 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-summary.el (wl-summary-buffer-next-message-function): New
7464         variable.
7465         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7466         if it is bound.
7467
7468         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7469         string.
7470
7471         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7472         (wl-plugged-drawing): Ditto.
7473
7474 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7477         process.
7478         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7479         with unwind-protect.
7480
7481         * wl.el (wl-init): Require mime-setup.
7482         (wl-check-environment): Don't require mime-setup.
7483
7484         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7485         instead of elmo-folder-type.
7486
7487         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7488         value as nil.
7489
7490 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * Version number is increased to 2.7.0.
7493
7494         * wl-version.el (wl-version): Changed codename.
7495
7496         * wl-summary.el (wl-summary-delete-cache): Fixed.
7497
7498         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7499         Workaround for net folders.
7500         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7501
7502         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7503         value to nil (According to the patch from
7504         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7505
7506         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7507         of elmo-folder-close.
7508
7509 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7510
7511         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7512         for postfix.
7513
7514 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-summary.el (wl-summary-resend-message): Fixed.
7517
7518         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7519         Call wl-draft with `from' argument if its address is included in
7520         `wl-user-mail-address-list'.
7521         (wl-draft): Added `from' argument.
7522
7523         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7524         non-nil.
7525         (wl): Don't show demo if wl-demo is nil.
7526
7527         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7528         wl-summary-use-frame.
7529
7530         * wl-vars.el (wl-summary-use-frame): New user option.
7531         (wl-folder-use-frame): Changed docstring.
7532
7533         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7534         non-nil.
7535         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7536         wl-summary-use-frame.
7537
7538         * wl-vars.el (wl-folder-use-frame): New user option.
7539
7540         * wl-summary.el (wl-summary-exit): Back to folder frame if
7541         wl-folder-use-frame is non-nil.
7542         (wl-summary-redisplay-internal): Ignore cache if current folder
7543         is draft folder,
7544         (wl-summary-redisplay-no-mime): Ditto.
7545         (wl-summary-redisplay-all-header): Ditto.
7546
7547         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7548         if wl-folder-use-frame is non-nil.
7549
7550 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-summary.el (wl-summary-sync-update): Bind
7553         elmo-folder-update-threshold.
7554         (wl-summary-mark-as-important): Enclosed server mark processing
7555         with `save-match-data'.
7556
7557         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7558         only when it is already defined.
7559
7560 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7561
7562         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7563         name of folder exclude localdir is wrong.
7564         * wl-folder.el (wl-folder-sync-entity):
7565         Set `wl-summary-always-sticky-folder-list' as nil.
7566         (wl-folder-mark-as-read-all-entity): Ditto.
7567         (wl-folder-prefetch-entity): Ditto.
7568
7569 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7572         instead of `wl-summary-write-current-newsgroup'.
7573
7574 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7575
7576         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7577         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7578         non-nil and selected message is important, do not display.
7579
7580 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7581
7582         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7583
7584 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7587
7588         * wl-summary.el (wl-summary-mark-as-important): Set message number
7589         using wl-summary-message-number.
7590
7591 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7592
7593         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7594         destination folder is 'null.
7595
7596 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7597
7598         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7599         New function.
7600         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7601         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7602         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7603
7604 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-mime.el (wl-mime-setup): Added setting for
7607         `mime-setup-signature-key-alist' to avoid overriding key bind for
7608         `wl-draft-send'.
7609
7610         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7611         for `wl-draft-send'.
7612         * wl-mule.el (wl-draft-overload-functions): Ditto.
7613         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7614         * wl-draft.el (wl-draft-send): Ditto.
7615
7616         * wl-message.el (wl-message-display-internal):
7617         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7618         (Patch is provided by <kita@coe.nttdata.co.jp>).
7619
7620 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7621
7622         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7623
7624 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7625
7626         * wl.el (wl): Fix for wl-demo.
7627
7628 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7629
7630         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7631
7632 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * wl-folder.el (wl-folder-prefetch-entity): Use
7635         `wl-folder-get-elmo-folder'.
7636         (wl-folder-count-incorporates): Do not use
7637         `wl-folder-get-elmo-folder'.
7638
7639 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7640
7641         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7642         instead of `elmo-folder-get-type'.
7643
7644 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7645
7646         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7647         position on Subject: field.
7648         (Advised by Mito <mit@nines.nec.co.jp>)
7649
7650 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7651
7652         * wl-folder.el (wl-folder-prefetch-entity): Use
7653         `wl-folder-get-elmo-folder'.
7654
7655 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7658
7659         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7660         `process-duplicates' slot.
7661
7662         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7663         if detection failed.
7664
7665 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7666
7667         * wl-version.el (wl-version-status): Set to "alpha".
7668
7669 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7672         Check wl-message-buffer lives before set-buffer.
7673
7674 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7675
7676         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7677         called in folder mode.
7678         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7679         * wl-summary.el (wl-summary-exit-pre-hook): Run
7680         `wl-summary-exit-pre-hook' before exit summary mode.
7681
7682 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7683
7684         * wl-version.el (wl-version-status): New variable.
7685         (wl-version-status-alist): Removed.
7686         (wl-version-status): Rule included.
7687
7688 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7691         @sponichi.
7692
7693         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7694         when `mail-reply-buffer' is buffer-local variable.
7695         (Reported by <kita@coe.nttdata.co.jp>).
7696
7697 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * wl-vars.el (toplevel): Require 'elmo-util.
7700
7701 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7704         (All other related portions are changed)
7705
7706         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7707
7708         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7709
7710 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7711
7712         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7713
7714 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7717         Delete other windows to avoid an error.
7718         Use `point-marker' instead of `point' to remember the start point
7719         of body.
7720
7721         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7722
7723         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7724         number not to exceed all message number.
7725
7726 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7727
7728         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7729         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7730
7731 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-summary.el (wl-summary-sync-force-update): Added argument
7734         no-check.
7735         (wl-summary-sync-update): Ditto.
7736         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7737         with `no-check'.
7738
7739         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7740         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7741         already running.
7742
7743 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7744
7745         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7746         `dst-folder-arg'.
7747         (wl-expire-archive-number1): Diito.
7748         (wl-expire-archive-number2): Diito.
7749         (wl-expire-archive-Date): Diito.
7750         (wl-archive-number1): Diito.
7751         (wl-archive-number2): Diito.
7752         (wl-archive-date): Diito.
7753         (wl-archive-folder-p): New function.
7754         (wl-summary-expire): Support of expand folder name at
7755         wl-expire-alist.
7756         * wl-util.el (wl-expand-newtext): Renamed from
7757         `wl-refile-expand-newtext'.
7758
7759 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7760
7761         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7762         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7763         `(elmo-msgdb-get-overview msgdb)'.
7764         (wl-summary-prefetch): Bind match data before call
7765         `wl-summay-prefetch-msg'.
7766         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7767         'off if `wl-summary-buffer-disp-msg' is non-nil.
7768         Fixed problem that couldn't show only one new or unread message when
7769         enter folder.
7770         (wl-summary-reply): Don't call `split-window-vertically' and other
7771         window.
7772
7773 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-expire.el (wl-expire-refile): Fixed.
7776
7777 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7780
7781         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7782         biff notification is removed.
7783
7784         * wl.el (wl): Changed position of `elmo-init'.
7785
7786         * wl-draft.el (wl-default-draft-cite): Use date field
7787         on the citation buffer.
7788
7789         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7790
7791         * wl-xmas.el (wl-folder-internal-icon-list): Added
7792         `wl-folder-shimbun-image'.
7793
7794         * wl-e21.el (wl-folder-internal-icon-list): Added
7795         `wl-folder-shimbun-image'.
7796
7797 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl.el (wl-init): Eliminated argument.
7800         (wl): Rewrite.
7801
7802         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7803         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7804         instead of `elmo-folder-msgdb-internal'.
7805         (wl-summary-sync-update): Ditto.
7806         (wl-summary-flush-pending-append-operations): Eliminated.
7807         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7808         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7809         `elmo-folder-open'.
7810
7811         * wl-mime.el (wl-summary-burst): Fixed.
7812
7813         * wl-folder.el (wl-folder-info-save): Check data type.
7814
7815         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7816         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7817         instead of `elmo-folder-msgdb-internal'.
7818         (wl-expire-hide): Ditto.
7819
7820
7821         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7822
7823 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7824
7825         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7826
7827 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7828
7829         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7830
7831 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7832
7833         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7834         Fixed `match-beginning' argument mismatch.
7835
7836 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7837
7838         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7839         the default value.
7840
7841 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7844         instead of `elmo-nntp-default-port'.
7845
7846         * wl-vars.el: Fixed some doc strings.
7847
7848 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-summary.el (wl-summary-prefetch-msg): Use
7851         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7852
7853         * wl-vars.el: Define *-func as obsolete variable using
7854         `elmo-define-obsolete-variable'.
7855
7856         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7857         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7858         instead of `wl-message-buffer-prefetch-threshold'.
7859
7860         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7861
7862         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7863
7864         * wl-draft.el (wl-caesar-region-func): Ditto.
7865
7866         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7867         Keep unread status in elmo-folder-move-messages.
7868         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7869
7870 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7871
7872         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7873         `wl-summary-buffer-exit-func'
7874         (wl-summary-buffer-message-redisplay-function): Renamed from
7875         `wl-summary-buffer-message-redisplay-func'
7876         (wl-summary-buffer-next-folder-function): Renamed from
7877         `wl-summary-buffer-next-folder-func'.
7878         (wl-summary-buffer-prev-folder-function): Renamed from
7879         `wl-summary-buffer-prev-folder-func'.
7880         (wl-summary-get-petname-function): Renamed from
7881         `wl-summary-get-petname-func'.
7882
7883         * wl-score.el (wl-score-edit-exit-function): Renamed from
7884         `wl-score-edit-exit-func'.
7885
7886         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7887         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7888
7889         * wl-util.el (wl-load-profile-function): Renamed from
7890         `wl-load-profile-func'.
7891
7892         * wl-folder.el (wl-folder-completion-function): Renamed from
7893         `wl-folder-completion-func'.
7894         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7895
7896         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7897         `wl-expire-archive-get-folder-func'.
7898         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7899         (wl-draft-send-mail-function): Renamed from
7900         `wl-draft-send-mail-func'.
7901         (wl-draft-send-news-function): Renamed from
7902         `wl-draft-send-news-func'.
7903         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7904         (wl-generate-mailer-string-function): Renamed from
7905         `wl-generate-mailer-string-func'.
7906         (wl-highlight-signature-search-function): Renamed from
7907         `wl-highlight-signature-search-func'.
7908         (wl-highlight-x-face-function): Renamed from
7909         `wl-highlight-x-face-func'
7910         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7911         (wl-ps-print-buffer-function): Renamed from
7912         `wl-ps-print-buffer-func'
7913         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7914         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7915         (wl-summary-subject-filter-function): Renamed from
7916         `wl-summary-subject-filter-func'.
7917
7918         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7919         `wl-draft-queue-flush-send-func'
7920         (wl-draft-cite-function): Renamed from
7921         `wl-draft-cite-func'
7922
7923         * wl-address.el (wl-address-init-function): Renamed from
7924         `wl-address-init-func'.
7925
7926 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-draft.el (wl-draft-queue-flush): Don't call
7929         `elmo-dop-unlock-message'.
7930         * wl-draft.el (wl-draft-queue-append): Don't call
7931         `elmo-dop-lock-message'.
7932
7933         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7934         (wl-summary-buffer-folder-name): Ditto.
7935         (wl-summary-message-regexp): Added '-' (all other related portions
7936         are changed).
7937         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7938         wl-summary-buffer-folder-name.
7939
7940 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7941
7942         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7943         the number of mails in the folder buffer is not updated by wl-biff.
7944
7945 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7946
7947         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7948         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7949
7950 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7951
7952         * wl-summary.el (wl-summary-next-message):
7953         Return next message number when wl-summary-move-order is nil.
7954
7955 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7956
7957         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7958         `wl-summary-move-spec-alist'.
7959         (wl-summary-move-spec-unplugged-alist): New variable
7960         (Move spec for unplugged status).
7961         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7962         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7963
7964 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7965
7966         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7967         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7968
7969 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7970
7971         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7972         simple quotation to quote the anonymous function.
7973         * tm-wl.el (wl-draft-preview-message): Ditto.
7974
7975 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7976
7977         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7978         Eliminate redundant `save-excursion'.
7979         (wl-highlight-summary-current-line): Ditto.
7980
7981         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7982         accessing match data when `looking-at' failed.
7983
7984         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7985         `elmo-match-string' where users don't care about the speed.
7986         (wl-draft-save): Ditto.
7987
7988 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-util.el (wl-regexp-opt): New function.
7991
7992         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7993         number from `wl-summary-buffer-number-list'.
7994         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7995         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7996         (wl-summary-move-spec-alist): Changed default setting.
7997
7998 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7999
8000         * wl-vars.el (wl-biff-notify-hook): New hook.
8001         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8002         the arrival of new mail.
8003         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8004         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8005
8006 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8009
8010 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8013
8014         * Version number is increased to 2.5.8.
8015
8016         * wl-thread.el (toplevel): require 'cl.
8017         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8018         (wl-thread-make-number-list): New function.
8019         (wl-thread-entity-make-number-list-from-children): Ditto.
8020         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8021         (wl-thread-entity-insert-as-children): Likewise.
8022         (wl-thread-delete-message): Likewise.
8023         (wl-meaning-of-mark): Eliminated.
8024         (wl-thread-next-failure-mark-p): Ditto.
8025         (wl-thread-entity-get-mark): Ditto.
8026         (wl-thread-meaning-alist-get-result): Ditto.
8027         (wl-thread-entity-check-prev-mark): Ditto.
8028         (wl-thread-entity-check-next-mark): Ditto.
8029         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8030         (wl-thread-entity-get-prev-marked-entity): Ditto.
8031         (wl-thread-get-prev-unread): Ditto.
8032         (wl-thread-jump-to-prev-unread): Ditto.
8033         (wl-thread-get-next-unread): Ditto.
8034         (wl-thread-jump-to-next-unread): Ditto.
8035         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8036         (wl-thread-entity-get-next-marked-entity): Ditto.
8037
8038         * wl-summary.el (wl-summary-buffer-number-list):
8039         New bufer-local variable.
8040         (wl-summary-switch-to-clone-buffer): Clone
8041         `wl-summary-buffer-number-list'.
8042         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8043         (wl-summary-cursor-move-regex): Eliminated.
8044         (wl-summary-cursor-up): Rewrite.
8045         (wl-summary-cursor-down): Ditto.
8046         (wl-summary-mode-spec-alist): New variable.
8047         (wl-summary-next-message): New inline function.
8048         (wl-summary-cursor-move): New function.
8049         (wl-summary-default-get-next-msg): Rewrite.
8050         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8051         (wl-summary-rescan): Ditto.
8052         (wl-summary-sync-all-init): Ditto.
8053         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8054         summary is not thread view.
8055         (wl-summary-sync-update): Ditto.
8056         (wl-summary-rescan): Ditto.
8057         (wl-summary-make-number-list): New function.
8058
8059         * wl-draft.el: "FCC" -> "Fcc".
8060
8061 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-highlight.el (wl-highlight-summary-window):
8064         Call `set-buffer-modified-p'.
8065
8066         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8067         (wl): Call `elmo-init' and fix.
8068
8069         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8070         Use new variables.
8071
8072         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8073
8074 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8077
8078 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8079
8080         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8081
8082 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8083
8084         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8085         `wl-use-toolbar' nor `display-graphic-p'.
8086         (wl-e21-setup-message-toolbar): Ditto.
8087         (wl-e21-setup-summary-toolbar): Ditto.
8088         (wl-e21-setup-folder-toolbar): Ditto.
8089
8090         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8091         (wl-plugged-init-icons): Ditto.
8092
8093         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8094         `display-graphic-p'.
8095         (wl-plugged-set-folder-icon): Ditto.
8096         (wl-highlight-plugged-current-line): Ditto.
8097         (wl-highlight-folder-current-line): Ditto.
8098         (wl-e21-highlight-folder-group-line): Ditto.
8099         (wl-e21-setup-toolbar): Ditto.
8100         (wl-e21-display-image-p): New macro.
8101
8102         * wl-demo.el (wl-demo): Simplified.
8103         (wl-demo-image-type-alist): Use `image-type-available-p' for
8104         checking whether the image type `xbm' is available.
8105
8106 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8109         (wl-summary-input-range): Ditto.
8110
8111 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-summary.el (wl-summary-edit-addresses): Use
8114         `wl-summary-get-original-buffer'
8115         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8116         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8117         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8118         (wl-summary-get-newsgroups): Eliminated.
8119         (wl-summary-set-crosspost): Ditto.
8120         (wl-summary-is-crosspost-folder): Ditto.
8121         (wl-crosspost-alist-load): Ditto.
8122         (wl-crosspost-alist-save): Ditto.
8123
8124         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8125         `elmo-setup-subscribed-newsgroups' instead of
8126         `elmo-nntp-make-groups-hashtb'.
8127         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8128         instead of `wl-crosspost-alist-save'.
8129
8130         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8131         of `elmo-folder-message-appendable-p'.
8132         (wl-mime-header-presentation-method): Eliminated.
8133
8134         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8135         (Error occurs in emacs21).
8136
8137         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8138         the current buffer).
8139
8140         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8141         instead of `wl-crosspost-alist-save'.
8142         (wl-init): `elmo-crosspost-message-alist-load'
8143         instead of `wl-crosspost-alist-load'
8144
8145         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8146         (wl-parse-newsgroups): Likewise.
8147         (wl-biff-notify): Run `wl-biff-notify-hook'.
8148
8149 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8152
8153         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8154         when `wl-summary-lazy-highlight' is non-nil.
8155         (wl-summary-goto-folder-subr): Highlight only when
8156         `wl-summary-lazy-highlight' is non-nil.
8157
8158         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8159         Don't display progress and highlight temp-mark when
8160         `wl-summary-lazy-highlight' is non-nil.
8161         (wl-highlight-summary-window): New function.
8162         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8163
8164 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8165
8166         * wl-summary.el (wl-summary-sync): Change `all-visible'
8167         from `all-shown'
8168         (wl-summary-input-range): Ditto.
8169
8170 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8171
8172         * wl-e21.el (wl-highlight-folder-current-line): Call
8173         `wl-folder-init-icons' when folder icons have not been initialized.
8174
8175         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8176
8177         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8178         (wl-demo-image-type-alist): New macro.
8179
8180 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8181
8182         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8183         display does not support graphics.
8184         (wl-plugged-init-icons): Ditto.
8185         (wl-folder-init-icons): Ditto.
8186
8187         * wl-demo.el (wl-demo): Chech closely whether the display
8188         supports graphics.
8189
8190 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-summary.el (wl-summary-get-original-buffer): New function.
8193         (wl-summary-set-crosspost): Use it.
8194         (wl-summary-target-mark-uudecode): Ditto.
8195         (wl-summary-reedit): Ditto.
8196         (wl-summary-resend-bounced-mail): Ditto.
8197         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8198         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8199
8200         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8201         (wl-message-display-internal): Ditto.
8202
8203 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8206
8207 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl-summary.el (wl-summary-save-view): Renamed from
8210         `wl-summary-save-status'.
8211
8212 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl-summary.el (wl-summary-sync): Added `all-shown'
8215
8216 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8217
8218         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8219
8220 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8221
8222         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8223
8224 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8225
8226         * wl-highlight.el (wl-highlight-summary-line-string): Use
8227         `zerop' instead of `= 0'.
8228         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8229
8230         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8231         for comparing numbers.
8232         (wl-template-prev): Use `zerop' instead of `eq 0'.
8233
8234         * wl-draft.el (wl-draft-insert-current-message): Use
8235         `with-current-buffer' instead of `save-excursion'.
8236         Use `zerop' instead of `eq 0'.
8237
8238 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8239
8240         * wl-draft.el (wl-draft-insert-ccs): New function.
8241         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8242         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8243
8244 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8247
8248 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-expire.el (wl-expire-refile): Don't call
8251         elmo-msgdb-add-msgs-to-seen-list;
8252         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8253         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8254
8255 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-message.el (wl-message-prev-page): Ignore errors while
8258         scroll-down.
8259
8260 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-mime.el: Use elmo-original-message-mode instead of
8263         mmelmo-original-mode.
8264
8265         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8266         `elmo-folder-get-spec';
8267         (wl-fldmgr-add-completion-all-completions):
8268         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8269
8270         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8271         of `elmo-folder-get-type'.
8272
8273         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8274         `elmo-folder-get-spec';
8275         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8276         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8277         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8278         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8279         `elmo-read-msg-no-cache';
8280         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8281         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8282         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8283         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8284         `elmo-cache-save';
8285         (wl-draft-reedit): Use `elmo-message-file-name'.
8286
8287         * wl-expire.el: Use `elmo-folder-name-internal';
8288         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8289         Use macro `wl-summary-buffer-msgdb' instead of variable
8290         `wl-summary-buffer-msgdb';
8291         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8292         Use macro `wl-summary-buffer-folder-name' instead of variable
8293         `wl-summary-buffer-folder-name'.
8294         * wl-score.el: Likewise.
8295
8296         * wl-message.el: Rewrite for new message buffer cache mechanism.
8297         (wl-message-buffer-cache-buffer-get): New macro.
8298         (wl-message-buffer-cache-folder-get): Ditto.
8299         (wl-message-buffer-cache-message-get): Ditto.
8300         (wl-message-buffer-cache-entry-make): Ditto.
8301         (wl-message-buffer-cache-hit): Ditto.
8302         (wl-message-buffer-cache-sort): New function.
8303         (wl-message-buffer-cache-add): Ditto.
8304         (wl-message-buffer-cache-delete): Ditto.
8305         (wl-message-buffer-cache-clean-up): Ditto.
8306         (wl-message-buffer-window): Rewrite.
8307         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8308         (wl-message-buffer-display): New function.
8309         (wl-message-display-internal): New function.
8310
8311 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8312
8313         * wl-folder.el: Use `elmo-folder-name-internal';
8314         Use `wl-folder-get-elmo-folder';
8315         Use `elmo-folder-list-messages' instead of
8316         `elmo-list-folder';
8317         Use `elmo-folder-get-primitive-list' instead of
8318         `elmo-folder-get-primitive-spec-list';
8319         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8320         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8321         Use `elmo-folder-create' instead of `elmo-create-folder'.
8322         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8323         (wl-folder-get-elmo-folder): New macro.
8324         (wl-folder-elmo-folder-cache-get): Ditto.
8325         (wl-folder-elmo-folder-cache-put): Ditto.
8326         (wl-folder-suspend): Call `elmo-quit'.
8327
8328         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8329         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8330         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8331         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8332         (toplevel): require 'cl.
8333         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8334
8335         * wl-summary.el: Rewrite to use new elmo interface.
8336
8337 \f
8338 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-mime.el (wl-draft-preview-message):
8341         Run `wl-draft-send-hook' before collecting recipients information;
8342         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8343
8344         * tm-wl.el (wl-draft-preview-message): Ditto.
8345
8346 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8349         wrong recipients are displayed when forwarded message.
8350
8351 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * Version number is increased to 2.5.7.
8354
8355 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8356
8357         * wl-message.el (wl-message-next-page): Bind
8358         `window-pixel-scroll-increment' to nil while scrolling up.
8359
8360 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8361
8362         * wl-vars.el (wl-save-hook): New hook.
8363         * wl.el (wl-save): Call `wl-save-hook'.
8364
8365 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8368         Argument WITH-ARG instead of NO-ARG (negative mean).
8369         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8370         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8371         * wl-message.el (wl-message-follow-current-entity): Likewise.
8372
8373 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8374
8375         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8376         FROM was optional argument.
8377         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8378
8379 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8380
8381         * Version number is increased to 2.5.6.
8382
8383 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8384
8385         * wl-version.el (wl-version-show): Removed.
8386         (wl-version): Add `interactive'.
8387
8388 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8389
8390         * wl-summary.el (wl-summary-get-petname-func): New variable.
8391         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8392         instead of `wl-address-get-petname-1'.
8393         (wl-summary-simple-from): Ditto.
8394
8395         * wl-address.el (wl-address-get-petname-1): Define as function.
8396
8397 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8400         field in the original message.
8401         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8402
8403 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8404
8405         * wl-expire.el (wl-expire-hide):
8406         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8407
8408 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8411         find decoder for To, Cc, and Subject.
8412
8413 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8416         for checking `elmo-use-buffer-cache'.
8417         (wl-summary-mark-as-important): Fixed typo in comment.
8418
8419 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8422         field in the original message.
8423         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8424
8425 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8426
8427         * wl-expire.el (wl-expire-hide):
8428         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8429
8430 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8433         find decoder for To, Cc, and Subject.
8434
8435 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * Version number is increased to 2.5.5.
8438
8439         * wl-address.el (wl-address-specials-regexp): New constant.
8440         (wl-address-quote-specials): Use it.
8441
8442 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * wl-summary.el (wl-summary-rescan):
8445         Call `wl-summary-buffer-number-column-detect'.
8446         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8447
8448         * wl-message.el (wl-message-mode-map): Define.
8449         (wl-message-decode): Use it as local-map.
8450
8451 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8454         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8455
8456 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8459
8460         * wl-mule.el (wl-read-event-char): Ditto.
8461
8462         * wl-e21.el (wl-read-event-char): Ditto.
8463
8464         * wl-nemacs.el (wl-read-event-char): Ditto.
8465         (read-event): Removed.
8466
8467         * wl-util.el (toplevel): Removed dummy definition of
8468         `read-event'.
8469         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8470
8471 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8472
8473         * wl-nemacs.el (elmo-archive-call-process): Moved to
8474         elmo-archive.el.
8475
8476 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8477
8478         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8479         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8480
8481         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8482         instead of magic-number 6.  Use `not' instead of `null' for symbol
8483         `nil' check (not empty list).
8484         (wl-draft-insert-x-face-field): Fixed paren style.
8485
8486         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8487         one-branch conditional statement, instead of `and' and `if'.
8488         (wl-draft-forward): Likewise.
8489         (wl-draft-add-references): Likewise.
8490         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8491
8492         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8493         conditional steatment.  Use `cond' instead of `if'.
8494         (wl-draft-confirm): Likewise.
8495
8496 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8497
8498         * wl-version.el (wl-version-show): Use `product-string-1'
8499         instead of `wl-version'.
8500         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8501
8502         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8503
8504 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8505
8506         * wl-highlight.el (wl-highlight-headers): Revert
8507         `wl-highlight-x-face-func' argument (`beg' and `end').
8508
8509 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl.el (toplevel): Move `product-provide' declare.
8512         * wl-demo.el (toplevel): Ditto.
8513         * wl-dnd.el (toplevel): Ditto.
8514         * wl-highlight.el (toplevel): Ditto.
8515         * wl-message.el (toplevel): Ditto.
8516         * wl-refile.el (toplevel): Ditto.
8517         * wl-util.el (toplevel): Ditto.
8518
8519 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8522         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8523         (wl-thread-close-all): keep cursor position.
8524
8525 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8526
8527         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8528         (eq x 0).
8529         (wl-generate-user-agent-string-1): Fix conditional statement.
8530
8531 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8532
8533         * wl.el (wl-check-environment): Additional check for
8534         'wl-local-domain' and `wl-message-id-domain'.
8535
8536 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8537
8538         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8539
8540 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8541
8542         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8543         instead of `smtp-sasl-user-realm'.
8544
8545 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8546
8547         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8548
8549 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8550
8551         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8552         to the default value as well as `eword-lexical-analyzer'.
8553
8554 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8555
8556         * wl-version.el (wl-extended-emacs-version,
8557         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8558         `elmo-match-string' instead of `wl-match-string'.
8559
8560 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8561
8562         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8563         docstring.
8564
8565 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8566
8567         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8568
8569 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8570
8571         * wl-highlight.el (wl-highlight-headers): Remove
8572         `wl-highlight-x-face-func' argument (`beg' and `end').
8573
8574 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * wl-summary.el (wl-summary-mark-as-important):
8577         Remove cache if folder is local.
8578
8579 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8580
8581         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8582         to get existing e-mail address string.
8583
8584 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8585
8586         * wl-version.el (wl-generate-user-agent-string): Commentary.
8587         (wl-generate-user-agent-string-1): Use `when' for
8588         one-branch conditional statement, instead of `and' and `if'.
8589         (wl-extended-emacs-version, wl-extended-emacs-version2,
8590         wl-extended-emacs-version3): Ditto.
8591
8592 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8595         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8596         condition-case; Remove initialization.
8597         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8598         (wl-summary-sync-update3): Added argument `sync-all';
8599         Eliminated local variable `msgdb';
8600         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8601         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8602         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8603
8604 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8605
8606         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8607         connection before call `wl-draft-send-mail-with-smtp'.
8608
8609 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * Version number is increased to 2.5.4.
8612
8613 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8614
8615         * wl.el (wl-check-environment): Additional check for
8616         'wl-local-domain' and `wl-message-id-domain'.
8617
8618 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8621         buffer as command specific.
8622         (wl-folder-mark-as-read-all-entity): Ditto.
8623         (wl-folder-prefetch-entity): Ditto.
8624         (wl-folder-drop-unsync-entity): Ditto.
8625
8626         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8627         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8628         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8629
8630         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8631         save-excursion.
8632
8633 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8634
8635         * Version number is increased to 2.5.3.
8636
8637         * wl-summary.el (wl-summary-save-view-cache):
8638         Delete duplicated `write-region';
8639         Use `write-region-as-binary' instead of `as-binary-output-file' and
8640         `write-region'.
8641
8642 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8643
8644         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8645
8646 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8649         instead of `smtp-via-smtp'.
8650
8651 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8652
8653         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8654
8655 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8656
8657         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8658         instead of `smtp-sasl-user-realm'.
8659
8660 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8661
8662         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8663
8664 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8665
8666         * Version number is increased to 2.5.2.
8667
8668 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8671         does not exist.
8672         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8673         (wl-biff-start): Call `timer-activate' if timer already exists.
8674
8675         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8676         only when it is bound as function.
8677
8678 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * Version number is increased to 2.5.1.
8681
8682 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8685         Print refile/copy destination.
8686
8687 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8688
8689         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8690         queue-flush-only is non-nil.
8691
8692         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8693
8694         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8695         checking cache folder.
8696
8697 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8700         `regexp-quote'.
8701
8702 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8703
8704         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8705         function.
8706         * wl-summary.el (wl-summary-write-current-folder-functions):
8707         Change default value.  Use it.
8708
8709 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * Version number is increased to 2.5.0.
8712
8713         * wl-version.el (wl-version): Changed codename.
8714
8715 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8716
8717         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8718         (wl-summary-supersedes-message): Ditto.
8719
8720 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8721
8722         * wl-refile.el (wl-refile-guess-functions): Renamed from
8723         `wl-refile-guess-func-list'.
8724
8725 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8728         Fixed problem when no rule was matched.
8729
8730 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8731
8732         * wl-summary.el (wl-summary-get-mark): Fixed
8733         `wl-summary-buffer-target-mark' check logic.
8734
8735 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8736
8737         * wl-folder.el (wl-folder-write-current-folder): Added group
8738         folder check.
8739
8740         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8741         `wl-summary-write-current-newsgroup'.
8742         (wl-summary-write-current-folder-functions): New variable.
8743         * wl-folder.el (wl-folder-get-newsgroups): New function.
8744         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8745         (wl-folder-write-current-folder): Renamed from
8746         `wl-folder-write-current-newsgroup'.
8747
8748 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8749
8750         * Version number is increased to 2.3.93.
8751
8752 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8755         (wl-ldap-make-matched-value-list): Ditto.
8756         (wl-ldap-alias-safe-string): Split e-mail address.
8757
8758         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8759         petname folder default was selected.
8760         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8761         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8762
8763 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8766         to `wl-draft-config-exec'.
8767
8768         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8769         instead of calling `wl-draft-config-exec';
8770         Process group-list and show recipients in minibuffer.
8771
8772         * tm-wl.el (wl-draft-preview-message): Ditto.
8773
8774 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8775
8776         * wl.el (toplevel): Added (C) to copyright notice, and
8777         sync Author header.
8778         * tm-wl.el (toplevel): Ditto.
8779         * wl-address.el (toplevel): Ditto.
8780         * wl-demo.el (toplevel): Ditto.
8781         * wl-dnd.el (toplevel): Ditto.
8782         * wl-draft.el (toplevel): Ditto.
8783         * wl-e21.el (toplevel): Ditto.
8784         * wl-expire.el (toplevel): Ditto.
8785         * wl-folder.el (toplevel): Ditto.
8786         * wl-highlight.el (toplevel): Ditto.
8787         * wl-message.el (toplevel): Ditto.
8788         * wl-mime.el (toplevel): Ditto.
8789         * wl-mule.el (toplevel): Ditto.
8790         * wl-nemacs.el (toplevel): Ditto.
8791         * wl-refile.el (toplevel): Ditto.
8792         * wl-score.el (toplevel): Ditto.
8793         * wl-summary.el (toplevel): Ditto.
8794         * wl-template.el (toplevel): Ditto.
8795         * wl-thread.el (toplevel): Ditto.
8796         * wl-util.el (toplevel): Ditto.
8797         * wl-vars.el (toplevel): Ditto.
8798         * wl-xmas.el (toplevel): Ditto.
8799
8800 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8801
8802         * wl.el (wl-init): Added comment about `wl-init-hook'.
8803         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8804         * wl-vars.el (wl-init-hook): Added docs.
8805         (wl-make-plugged-hook): Removed useless docs.
8806         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8807         * wl-xmas.el (toplevel): Ditto.
8808
8809 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8810
8811         * wl-address.el (toplevel): Fixed multiple Author header format.
8812         * wl-demo.el (toplevel): Ditto.
8813         * wl-draft.el (toplevel): Ditto.
8814         * wl-folder.el (toplevel): Ditto.
8815         * wl-summary.el (toplevel): Ditto.
8816         * wl-thread.el (toplevel): Ditto.
8817         * wl-util.el (toplevel): Ditto.
8818         * wl-vars.el (toplevel): Ditto.
8819         * wl-version.el (toplevel): Ditto.
8820         * wl-xmas.el (toplevel): Ditto.
8821         * wl.el (toplevel): Ditto.
8822
8823         * wl-version.el (toplevel): Added require `elmo-version' for
8824         `product-version-as-string'.
8825
8826 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-vars.el (wl-draft-send-hook): Changed default value to
8829         '(wl-draft-config-exec).
8830
8831         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8832         explicitly.
8833         (wl-draft): Set `wl-draft-config-exec-flag' before running
8834         `wl-mail-setup-hook'.
8835
8836         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8837         `wl-biff-init-icons' to `wl-init-hook' instead of
8838         `wl-make-plugged-hook'.
8839         (Because if `wl-draft' command is invoked at first,
8840         they are not initialized)
8841         Updated copyright notice.
8842
8843         * wl-e21.el (toplevel): Ditto;
8844
8845         * wl-demo.el (toplevel): Updated copyright notice.
8846         * wl-address.el (toplevel): Ditto.
8847         * wl-draft.el (toplevel): Ditto.
8848         * wl-version.el (toplevel): Ditto.
8849         * wl-folder.el (toplevel): Ditto.
8850         * wl-summary.el (toplevel): Ditto.
8851         * wl-thread.el (toplevel): Ditto.
8852         * wl-util.el (toplevel): Ditto.
8853         * wl-vars.el (toplevel): Ditto.
8854         * wl.el (toplevel): Ditto.
8855
8856 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-highlight.el (wl-highlight-message): Fixed problem of
8859         highlighting failure which occured when the last field contains
8860         multiple lines in the draft buffer.
8861
8862         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8863         `wl-biff-start' if plugged.
8864
8865         * wl-util.el (wl-biff-check-folder): New function.
8866         (wl-biff-check-folders): Don't set session name prefix.
8867         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8868         (wl-biff-check-folder-async): Ditto.
8869
8870         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8871         in email address.
8872
8873 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8874
8875         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8876
8877         * wl-draft.el (wl-draft-strip-subject-re): New function.
8878
8879         * wl-draft.el (wl-draft-reply): Use it.
8880
8881 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-message.el (wl-mmelmo-message-redisplay): Use
8884         `mime-display-message' instead of `wl-mime-display-message'.
8885
8886         * wl-mime.el (toplevel): Removed compatibility workaround
8887         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8888         (wl-mime-display-message): Abolished.
8889         (wl-mime-entity-read-field): Ditto.
8890         (wl-mime-combine-message/partial-pieces): Use
8891         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8892
8893 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8894
8895         * wl-template.el: Doc fixes.
8896
8897 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8898
8899         * wl-e21.el (wl-message-overload-functions): Do nothing if
8900         `current-local-map' is not available.
8901         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8902
8903 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8904
8905         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8906         representation.
8907
8908         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8909         number.
8910         (wl-fldmgr-save-folders): Don't use `format' when insert
8911         `wl-fldmgr-folders-header'.
8912
8913 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8914
8915         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8916
8917 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-highlight.el (wl-highlight-message):
8920         Use `std11-field-end' to detect end point of the header field.
8921         Refer `wl-highlight-max-header-size'.
8922
8923         * wl-vars.el (wl-highlight-max-header-size): New variable.
8924
8925         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8926
8927         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8928         Set `for-draft' argument of wl-highlight-headers.
8929         (wl-draft): Ditto.
8930         (wl-draft-reedit): Ditto.
8931         (wl-user-agent-compose-internal): Ditto.
8932
8933 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8934
8935         * wl-message.el (wl-message-add-button): Use overlay.
8936
8937 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8940
8941         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8942         problem when group-list content is nothing.
8943         (Reported by Mito <mit@nines.nec.co.jp>)
8944
8945 2000-10-18  SAITO Atsunori <sai@yedo.com>
8946
8947         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8948
8949 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8950
8951         * tm-wl.el (toplevel): Use product-provide.
8952
8953 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * Version number is increased to 2.3.92.
8956
8957 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8958
8959         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8960         title text, use `display' property for left margin under Emacs 21.
8961
8962         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8963         properties.
8964         (wl-plugged-init-icons): Ditto.
8965
8966 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8967
8968         * wl.el (wl-save-status, wl-init): Remove last period in
8969         "...done." message.
8970         * tm-wl.el (wl-summary-burst): Ditto.
8971         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8972         wl-summary-resume-cache-status,
8973         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8974         wl-summary-sync-update3, wl-summary-highlight-msgs,
8975         wl-summary-flush-pending-append-operations,
8976         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8977         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8978         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8979         wl-thread-open-all): Ditto.
8980         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8981         * wl-mime.el (wl-summary-burst): Ditto.
8982         * wl-highlight.el (wl-highlight-summary): Ditto.
8983         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8984         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8985         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8986         * wl-address.el (wl-local-address-init): Ditto.
8987
8988 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8989
8990         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8991         `add-text-properties'.
8992         (wl-plugged-init-icons): Ditto.
8993         (wl-folder-init-icons): Use `propertize' instead of
8994         `put-text-property'.
8995         (wl-plugged-set-folder-icon): Ditto.
8996         (wl-e21-highlight-folder-group-line): Ditto.
8997
8998 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8999
9000         * wl-version.el (wl-version-status-alist): New variable.
9001         (wl-version-status): New function.
9002
9003         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9004         "Cc" part of the case "Reply-To".
9005
9006         * wl-draft.el (wl-draft-reply): Use result of
9007         `eword-extract-address-components'.
9008
9009         * wl-demo.el (wl-demo-icon-name): New constant.
9010         (wl-logo-xpm): Use it.
9011         (wl-logo-xbm): Ditto.
9012         (wl-logo-bitmap): Ditto.
9013
9014         * Version number is increased to 2.3.91.
9015
9016 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9017
9018         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9019         (wl-extended-emacs-version, wl-extended-emacs-version2,
9020         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9021         docstring.
9022
9023         * wl-version.el (wl-generate-user-agent-string-1): New function.
9024         (wl-generate-user-agent-string): Use it.
9025
9026         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9027         `mime-edit-insert-user-agent-field'.
9028         (wl-generate-user-agent-string): Check
9029         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9030
9031         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9032         instead of `if', when verbose case.
9033
9034 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9035
9036         * wl-expire.el (wl-summary-expire): Fix.
9037
9038 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9041         and `elmo-lost+found-folder' if 'wl-draft.
9042         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9043
9044 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9045
9046         * wl-expire.el (wl-summary-expire): Change messages.
9047         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9048         `deleing-info' instead of "Deleting..."
9049
9050 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9051
9052         * wl-summary.el (wl-summary-refile-subr): Fix.
9053
9054 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9055
9056         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9057         if pipe folder.
9058
9059 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9062
9063 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9064
9065         * wl-expire.el (wl-expire-hide): New function.
9066         (wl-summary-expire): Add `hide'.
9067
9068 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * wl-vars.el (wl-draft-reply-without-argument-list):
9071         Changed default value to consider `Reply-To:'.
9072         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9073
9074         * Version number is increased to 2.3.90.
9075
9076         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9077         elmo-imap4-get-session with unwind-protect.
9078         Don't cause error.
9079         (wl-summary-sync-marks): Don't check plugged nor folder type.
9080         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9081         (Always keep current buffer).
9082
9083 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9084
9085         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9086         Enclose with `save-excursion'.
9087
9088 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9089
9090         * wl-version.el (wl-version): Remove interactive.
9091
9092 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9093
9094         * wl-version.el (wl-generate-user-agent-string): Use
9095         `product-string-verbose' instead of `product-string-1'.
9096
9097 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9098
9099         * wl-vars.el (wl-draft-use-cache): New variable.
9100         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9101         if wl-draft-use-cache is non-nil.
9102
9103 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9104
9105         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9106         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9107
9108 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9111         (wl-thread-msg-mark-as-unread): Ditto.
9112
9113         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9114         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9115         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9116         Don't set mark in summary if return value of `elmo-mark-as-read'
9117         is nil.
9118         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9119         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9120         instead of `wl-thread-msg-mark-as-read'.
9121         (wl-summary-mark-as-unread-region): Ditto.
9122         (wl-summary-target-mark-mark-as-read): Ditto.
9123
9124         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9125
9126 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9129
9130         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9131
9132 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9133
9134         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9135         face.
9136
9137 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9138
9139         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9140         `running-xemacs'.
9141
9142 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9143
9144         * wl-version.el (toplevel): Use `product-version-as-string' for
9145         set verstion-string, if defined.
9146
9147         * wl-version.el (wl-version-show): Insert string at point, when
9148         call with argument.
9149
9150         * wl-version.el (wl-generate-user-agent-string): Use
9151         `product-string-1' instead of `wl-appname', `wl-version' and
9152         `wl-codename'.
9153
9154 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9155
9156         * wl-address.el (toplevel): Use product-provide.
9157         * wl-demo.el (toplevel): Ditto.
9158         * wl-dnd.el (toplevel): Ditto.
9159         * wl-draft.el (toplevel): Ditto.
9160         * wl-e21.el (toplevel): Ditto.
9161         * wl-expire.el (toplevel): Ditto.
9162         * wl-fldmgr.el (toplevel): Ditto.
9163         * wl-folder.el (toplevel): Ditto.
9164         * wl-highlight.el (toplevel): Ditto.
9165         * wl-message.el (toplevel): Ditto.
9166         * wl-mime.el (toplevel): Ditto.
9167         * wl-mule.el (toplevel): Ditto.
9168         * wl-nemacs.el (toplevel): Ditto.
9169         * wl-refile.el (toplevel): Ditto.
9170         * wl-score.el (toplevel): Ditto.
9171         * wl-summary.el (toplevel): Ditto.
9172         * wl-template.el (toplevel): Ditto.
9173         * wl-thread.el (toplevel): Ditto.
9174         * wl-util.el (toplevel): Ditto.
9175         * wl-vars.el (toplevel): Ditto.
9176         * wl-xmas.el (toplevel): Ditto.
9177         * wl.el (toplevel): Ditto.
9178
9179 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9180
9181         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9182         instead of product.
9183
9184         * wl-version.el (wl-version): Compile time evalution elmo-version.
9185
9186 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9187
9188         * wl-summary.el (wl-summary-sync-force-update): Append queue
9189         `mark-as-read'if unplugged.
9190
9191 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-version.el: New file.  Use product.el.
9194         * wl.el: add (require 'wl-version).
9195         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9196         for ~/.folders header.
9197         (wl-fldmgr-folders-header): Changed.
9198         * wl-demo.el (wl-demo): Use product.el.
9199
9200         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9201         wl-version.el.
9202         * wl-util.el (wl-version, wl-version-show): Ditto.
9203
9204         * wl-util.el (wl-generate-user-agent-string,
9205         wl-extended-emacs-version, wl-extended-emacs-version2,
9206         wl-extended-emacs-version3): Move to wl-version.el.
9207         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9208         xemacs-codename, mime-edit-insert-user-agent-field,
9209         mime-edit-user-agent-value, mime-editor/version,
9210         mime-editor/codename): Compile warning killer move to
9211         wl-version.el
9212
9213 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9214
9215         * wl-summary.el (wl-summary-refile-subr): Fix.
9216
9217 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9220         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9221
9222 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9223
9224         * wl.el (wl-check-environment): Check too many `@'.
9225
9226 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9227
9228         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9229
9230 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9231
9232         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9233         wl-draft-reply-myself-without-argument-list): Add variables.
9234         * wl-draft.el (wl-draft-reply): Use it.
9235
9236 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9237
9238         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9239         the 5th argument of `elmo-network-get-spec'.
9240
9241         * wl-thread.el (wl-thread-reparent-children): New inline function.
9242         (wl-thread-delete-message): Use it.
9243
9244         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9245         (wl-summary-score-update-all-lines): Don't use `dolist'.
9246
9247 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9248
9249         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9250         (require 'elmo-msgdb) for inline function.
9251
9252 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9253
9254         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9255
9256 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9257
9258         * wl-score.el (wl-score-headers): Fix for the confusing macro
9259         `elmo-kill-buffer'.
9260
9261 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9262
9263         * wl-summary.el: Don't use the 3rd argument of `require' because
9264         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9265         * wl-util.el: Ditto.
9266         * wl-draft.el: Ditto.
9267
9268 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9269
9270         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9271         window system is not used.
9272
9273 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9274
9275         * wl-thread.el: Don't use `mapcar' only for iteration.
9276         (wl-thread-resume-entity): Ditto.
9277         (wl-thread-delete-message): Ditto.
9278
9279         * wl-summary.el: Bind `dragdrop-drop-functions',
9280         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9281         of `require' for `timezone', `easymenu' and `ps-print';
9282         don't use `mapcar' only for iteration.
9283
9284         * wl-util.el: Bind `mule-version', `nemacs-version',
9285         `emacs-beta-version', `xemacs-codename',
9286         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9287         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9288         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9289         only for iteration.
9290
9291         * wl-score.el: Don't use `mapcar' only for iteration.
9292         (wl-score-simplify-buffer-fuzzy): Ditto.
9293         (wl-score-simplify-subject): Ditto.
9294         (wl-score-headers): Ditto.
9295         (wl-summary-score-update-all-lines): Ditto.
9296
9297         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9298         `enable-multibyte-characters' and `mule-version'.
9299
9300         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9301         `mapcar' only for iteration.
9302
9303         * wl-demo.el: Don't use `mapcar' only for iteration.
9304
9305         * wl-folder.el: Don't use `mapcar' only for iteration.
9306         (wl-folder-open-all): Ditto.
9307         (wl-folder-count-incorporates): Ditto.
9308
9309         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9310         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9311
9312         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9313         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9314         `smtp-connection-type'; specify 3rd argument of `require' for
9315         `timezone'; don't use `mapcar' only for iteration.
9316         (wl-draft-clone-local-variables): Don't use `mapcar'.
9317         (wl-draft-generate-clone-buffer): Ditto.
9318         (wl-user-agent-compose-internal): Ditto.
9319
9320         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9321
9322         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9323         (wl-save-status): Ditto.
9324
9325         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9326         for iteration.
9327
9328 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9331         removed `Date'.
9332         (wl-fldmgr-make-filter-default): New user option.
9333
9334         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9335         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9336         (wl-fldmgr-filter-completion-alist): Abolish.
9337
9338         * wl.el (wl): Don't check servers if arg is non-nil.
9339
9340         * wl-draft.el (wl-draft-reply): Set only message-id string to
9341         In-Reply-To field.
9342
9343 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-summary.el (wl-summary-pick): Rewrite.
9346
9347         * wl-draft.el (wl-draft-forward): Get references field from
9348         original buffer.
9349         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9350
9351 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9352
9353         * wl-draft.el (wl-draft-forward): Add references field.
9354
9355 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9356
9357         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9358         (wl-draft-reply): Use it.
9359
9360 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9361
9362         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9363         when Emacs 21 is running.
9364
9365         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9366         bindings.
9367
9368 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9369
9370         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9371         XPM icons transparent.
9372
9373         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9374         Emacs 21.
9375
9376 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9377
9378         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9379         nil.
9380
9381         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9382         when it is persistent.
9383         (wl-summary-sync-marks): Changed argument for
9384         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9385         (wl-summary-virtual): Use `elmo-read-search-condition'.
9386         (wl-summary-redisplay-internal): If folder is local, mark as read
9387         even when folder is plugged.
9388
9389 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9390
9391         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9392         of `tool-bar-lines' in the frame parameters.
9393         (after-make-frame-functions, post-command-hook): Don't modify the
9394         value.
9395         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9396         wl-e21-tool-bar-lines): Removed.
9397
9398 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9399
9400         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9401         properties `evaporate' and `wl-momentary-overlay' as well.
9402         (wl-highlight-summary-displaying): Ditto.
9403         (wl-delete-all-overlays): Don't delete overlay which does not have
9404         a property `wl-momentary-overlay'.
9405
9406         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9407         `display-mouse-p' and `display-graphic-p'.
9408         (wl-folder-init-icons): Don't search for XBM or the other files.
9409         (wl-plugged-set-folder-icon): Make icons if and only if
9410         `display-graphic-p' returns non-nil.
9411         (wl-highlight-plugged-current-line): Use `before-string' overlay
9412         property to show icon images.
9413         (wl-highlight-folder-current-line): Ditto.
9414         (wl-e21-highlight-folder-group-line): Ditto.
9415         (wl-e21-highlight-folder-by-numbers): Ditto.
9416         (wl-e21-insert-image): Removed.
9417         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9418         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9419         said.
9420         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9421         `wl-e21-force-switch-toolbar'.
9422         (wl-e21-make-icon-image): Removed.
9423         (wl-e21-setup-toolbar): Don't search for XBM files.
9424         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9425         the default value.
9426
9427 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9428
9429         * wl-util.el (wl-biff-check-folder-async): Set
9430         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9431
9432 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9433
9434         * wl-e21.el (after-make-frame-functions): Add
9435         `wl-e21-force-switch-toolbar'.
9436         (wl-e21-force-switch-toolbar): New function force to switch the
9437         toolbar appearance automatically.
9438         (post-command-hook): Add `wl-e21-switch-toolbar'.
9439         (wl-e21-switch-toolbar): New function to switch the toolbar
9440         appearance automatically.
9441         (wl-e21-tool-bar-lines): New buffer local variable.
9442
9443 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9444
9445         * wl-util.el (wl-biff-check-folders-running): New variable.
9446         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9447         (wl-biff-check-folder-async-callback):
9448         Set `wl-biff-check-folders-running'.
9449         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9450         with unwind-protect.
9451
9452         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9453         Enclose `wl-folder-auto-check' with unwind-protect.
9454
9455         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9456         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9457
9458         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9459
9460         * wl-util.el (wl-biff-notify): New inline function.
9461         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9462         locally.
9463         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9464         folder-list' is 1.
9465         Use `wl-biff-notify'.
9466         (wl-biff-check-folder-async-callback): New function.
9467         (wl-biff-check-folder-async): Ditto.
9468
9469         * wl-folder.el (wl-folder): Don't check folders.
9470         (wl-folder-auto-check): New function.
9471
9472 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9473
9474         * wl-util.el (wl-biff-start) [Emacs19+]:
9475         Use `timer-next-integral-multiple-of-time'.
9476         (wl-biff-check-folders): Use `wl-default-folder'
9477         if `wl-biff-check-folder-list' is nil.
9478
9479 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9480
9481         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9482         instead of `elmo-delete-lists'.
9483
9484 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9485
9486         * wl.el (wl-plugged-toggle-all): Set the value of
9487         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9488         (wl-plugged-toggle): Ditto.
9489         (wl-toggle-plugged): Ditto.
9490         (wl-plugged-init): Ditto.
9491
9492         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9493         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9494         instead of `wl-biff-state-indicator-off' and
9495         `wl-biff-state-indicator-on'; don't modify the value and the type
9496         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9497         (wl-plugged-init-icons): Set icons data to
9498         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9499         instead of `wl-plug-state-indicator-off' and
9500         `wl-plug-state-indicator-on'; don't modify the value and the type
9501         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9502
9503         * wl-vars.el (wl-modeline-biff-state-off,
9504         wl-modeline-biff-state-on, wl-modeline-biff-status,
9505         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9506         wl-modeline-plug-status): New internal variables.
9507         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9508         wl-biff-check-interval, wl-biff-check-folder-list): Change
9509         customization group from `wl-folder' to `wl-highlight'.
9510         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9511         wl-show-plug-status-on-modeline): Defcustomized.
9512
9513         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9514         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9515         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9516         a flag to `mode-line-buffer-identification'.
9517
9518         * wl-e21.el (wl-biff-init-icons): Set icons data to
9519         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9520         instead of `wl-biff-state-indicator-off' and
9521         `wl-biff-state-indicator-on'.
9522         (wl-plugged-init-icons): Set icons data to
9523         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9524         instead of `wl-plug-state-indicator-off' and
9525         `wl-plug-state-indicator-on'.
9526
9527 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9528
9529         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9530         excessive titles.
9531
9532 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9533
9534         * wl.el (wl-plugged-mode): Use revised
9535         `wl-mode-line-buffer-identification'.
9536         (wl-plugged-init): Don't use `force-mode-line-update'.
9537
9538         * wl-xmas.el (wl-draft-overload-functions): Use revised
9539         `wl-mode-line-buffer-identification'.
9540         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9541         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9542         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9543         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9544         `wl-make-plugged-hook';
9545         add `wl-folder-init-icons' and `wl-setup-folder' to
9546         `wl-folder-mode-hook'.
9547
9548         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9549         19 as well.
9550         (wl-mode-line-display-priority-list): New user option.
9551         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9552         Defcustomized.
9553         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9554         Add docs.
9555
9556         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9557         start.
9558         (wl-mode-line-buffer-identification): Revised as a function.
9559
9560         * wl-summary.el (wl-summary-mode): Use revised
9561         `wl-mode-line-buffer-identification'; don't call
9562         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9563         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9564         `wl-xmas-setup-summary'.
9565
9566         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9567         `wl-mode-line-buffer-identification'.
9568
9569         * wl-mule.el (wl-draft-overload-functions): Use revised
9570         `wl-mode-line-buffer-identification'.
9571
9572         * wl-folder.el (wl-make-plugged-alist): Don't call
9573         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9574         (wl-folder): Don't call `wl-folder-init-icons' directly.
9575         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9576         `wl-xmas-setup-folder' directly;
9577         use revised `wl-mode-line-buffer-identification'.
9578         (TopLevel): Don't bind `wl-biff-init-icons',
9579         `wl-plugged-init-icons', `wl-folder-init-icons',
9580         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9581
9582         * wl-e21.el (wl-draft-overload-functions): Use revised
9583         `wl-mode-line-buffer-identification'.
9584         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9585         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9586         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9587         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9588         `wl-make-plugged-hook';
9589         add `wl-folder-init-icons' and `wl-setup-folder' to
9590         `wl-folder-mode-hook'.
9591
9592 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9593             Katsumi Yamaoka    <yamaoka@jpl.org>
9594
9595         * wl.el (wl): Call `wl-biff-start'.
9596         (wl-exit): Call `wl-biff-stop'.
9597         (wl-plugged-mode): Show biff in modeline.
9598         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9599
9600         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9601         (wl-biff-init-icons): New function.
9602         (wl-plugged-init-icons): Don't make too much keymaps.
9603         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9604
9605         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9606         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9607         variables.
9608         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9609         options.
9610
9611         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9612         wl-biff-start, wl-biff-stop): New functions.
9613         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9614         (wl-biff-timer-name): New variable.
9615
9616         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9617
9618         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9619         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9620
9621         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9622         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9623
9624         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9625         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9626         `wl-folder-init-icons' to `ignore' if they are not available.
9627         (wl-folder-mode): Show biff in modeline.
9628
9629         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9630         (wl-biff-init-icons): New function.
9631         (wl-plugged-init-icons): Don't make too much keymaps.
9632         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9633
9634 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9635
9636         * wl-vars.el (wl-strict-diff-folders): Customization Type
9637         and doc fix.  Define as a list of regular expressions for
9638         folders or nil.
9639         * wl-folder.el (wl-folder-check-one-entity): Use
9640         `wl-string-match-member' instead of `wl-string-member' for
9641         `wl-strict-diff-folders'.
9642
9643 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9644
9645         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9646         (wl-highlight-folder-current-line): Use it; new implementation.
9647         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9648         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9649         `defsubst' instead of `defun'.
9650
9651         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9652         `wl-highlight-group-folder-by-numbers'; made it can also be a
9653         number.  See info for more details.
9654
9655         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9656         running.
9657
9658         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9659         to bind them.
9660
9661         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9662         (wl-highlight-folder-current-line): New implementation.
9663
9664         * wl-highlight.el (wl-highlight-folder-group-line): New
9665         implementation.
9666         (wl-delete-all-overlays): Rewrite as a marco.
9667         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9668
9669         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9670         running.
9671         (wl-folder-*-glyph): No need to bind them.
9672
9673         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9674         `wl-e21-highlight-folder-group-icon'; rewrite.
9675         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9676         `defsubst' instead of `defun'.
9677         (wl-folder-mode-map): Bind it when compiling.
9678
9679 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9680
9681         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9682
9683         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9684
9685 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9686
9687         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9688
9689 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9690
9691         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9692         (wl-highlight-folder-current-line): Use it.
9693
9694         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9695         in `id-name'.
9696
9697 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9698
9699         * wl.el: Require `wl-e21' when Emacs 21 is running.
9700
9701         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9702         default when Emacs 21 is running.
9703         (wl-use-highlight-mouse-line): Ditto.
9704         (wl-on-emacs21): New constant.
9705         (wl-on-emacs20): Removed.
9706
9707         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9708         Emacs 21 is running.
9709
9710         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9711         Emacs 21 is running.
9712
9713         * wl-e21.el: New file.
9714
9715 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9716
9717         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9718         (wl-toggle-plugged): Ditto.
9719         (wl-plugged-toggle): Ditto.
9720         (wl-plugged-toggle-all): Ditto.
9721
9722         * wl-vars.el (wl-plug-state-indicator): Refer
9723         `wl-plug-state-indicator-on' indirectly.
9724
9725 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9726
9727         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9728         Call `wl-folder-confirm-existence'.
9729
9730         * wl-folder.el (wl-folder-confirm-existence): Added optional
9731         argument `force'.
9732
9733 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9734
9735         * wl-summary.el (wl-summary-refile-subr): Assume
9736         `copy-or-refile' as symbol.
9737         (wl-summary-refile): Follow up above change.
9738         (wl-summary-copy): Ditto.  Doc fix.
9739
9740 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9741
9742         * wl-summary.el (wl-summary-pick): Don't bind
9743         `elmo-search-mime-charset'.
9744
9745         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9746         default using old backquote style.
9747         (wl-search-mime-charset): Abolished.
9748
9749         * wl-highlight.el (wl-highlight-headers):
9750         Call `point' after `re-search-forward'(for Nemacs).
9751
9752         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9753         for elmo-imap4.el.
9754
9755 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9756
9757         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9758         `wl-message-ignored-field-list' instead of
9759         `mime-view-ignored-field-list'.
9760
9761         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9762         Add interactive spec.
9763         (wl-folder-goto-bottom-of-current-folder): Ditto.
9764         (wl-folder-mode-map): Bind them.
9765
9766         * wl-vars.el (wl-message-ignored-field-list): New variable.
9767         (wl-message-visible-field-list): New variable.
9768
9769         * wl-mime.el (wl-mime-header-presentation-method): New function.
9770         (wl-mime-setup): Set header-presentation-method.
9771
9772 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9773
9774         * wl-nemacs.el (wl-draft-overload-functions): Set
9775         `mode-line-buffer-identification' instead of using
9776         `wl-make-modeline'.
9777
9778         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9779         instead of using `wl-make-modeline'.
9780
9781         * wl-xmas.el (wl-plugged-init-icons): Set up
9782         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9783         (wl-make-modeline): Abolish.
9784         (wl-draft-overload-functions): Set
9785         `mode-line-buffer-identification' instead of using
9786         `wl-make-modeline'.
9787
9788         * wl-util.el (wl-make-modeline-subr): Abolish.
9789         (wl-mode-line-buffer-identification): New alias.
9790
9791         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9792         (wl-summary-make-modeline): Abolish.
9793         (wl-summary-buffer-set-folder): Set
9794         `wl-summary-buffer-folder-indicator'.
9795         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9796         of using `wl-make-modeline'.
9797         (wl-summary-switch-to-clone-buffer): Don't set
9798         `mode-line-buffer-identification'.
9799         (wl-summary-goto-folder-subr): Ditto.
9800
9801         * wl-mule.el (wl-draft-overload-functions): Set
9802         `mode-line-buffer-identification' instead of using
9803         `wl-make-modeline'.
9804
9805         * wl-folder.el (wl-folder-mode): Set
9806         `mode-line-buffer-identification' instead of using
9807         `wl-make-modeline'.
9808         (wl-folder): Don't set `mode-line-buffer-identification'.
9809
9810 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9811
9812         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9813         instead of `member' for `wl-refile-guess-func-list' look-ups.
9814         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9815
9816 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9817
9818         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9819         `wl-message-button-dispatcher'.
9820
9821         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9822
9823         * wl-message.el (wl-message-button-dispatcher): Use it.
9824
9825         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9826         "In-Reply-To".
9827
9828         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9829         Bind `case-fold-search' to t.
9830
9831 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9832
9833         * wl-xmas.el (wl-message-overload-functions): Initialize
9834         `wl-message-button-map'.
9835
9836         * wl-mule.el (wl-message-overload-functions): Initialize
9837         `wl-message-button-map'.
9838
9839         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9840
9841         * wl-message.el (wl-message-button-map): New keymap.
9842         (wl-message-add-button): New function.
9843         (wl-message-button-dispatcher): New function.
9844         (wl-message-button-refer-article): New function.
9845
9846         * wl-highlight.el
9847         (wl-highlight-message-add-buttons-to-header): New function.
9848         (wl-highlight-headers): Use it.
9849
9850 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9851
9852         * wl-summary.el (wl-summary-default-from): Use
9853         `wl-address-get-petname-1'.
9854         (wl-summary-simple-from): Ditto.
9855
9856         * wl-address.el (wl-address-get-petname-1): New inline function.
9857         (wl-address-get-petname): Use it.
9858
9859 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9860
9861         * wl-summary.el (wl-summary-default-from): Return full-name part
9862         from the address if no petname was found.
9863         (wl-summary-simple-from): Ditto.
9864
9865         * wl-address.el (wl-address-get-petname): Return nil if no petname
9866         associated with the address was found.
9867
9868 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9869
9870         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9871         display is finished.
9872
9873 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9874
9875         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9876         `elmo-folder-exists-p' argument.
9877
9878 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9879
9880         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9881         the folder.
9882
9883 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9884
9885         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9886
9887         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9888         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9889
9890 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9891
9892         * wl-folder.el (wl-folder-create-subr): New function.
9893         (wl-folder-confirm-existence): Use it.
9894         (wl-folder-check-one-entity): Use it.
9895         Check the error symbol is derived from 'elmo-open-error.
9896
9897         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9898         `ignore-error'.
9899
9900 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9901
9902         * wl-util.el (toplevel): Add (eval-when-compile (require
9903         'elmo-util)).  (Maybe `provide' is typo.)
9904
9905 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9906
9907         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9908         (I don't know why this was needed.)
9909
9910         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9911         Follow up changes for stream-type.
9912
9913         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9914         (wl-draft-elmo-nntp-send): Ditto.
9915
9916         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9917         (wl-nntp-posting-stream-type): Ditto.
9918         (wl-pop-before-smtp-ssl): Abolished.
9919         (wl-nntp-posting-ssl): Ditto.
9920
9921         * wl-address.el (wl-address-quote-specials): New function.
9922         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9923
9924         * wl-draft.el (wl-draft-reply): Ditto.
9925
9926 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9927
9928         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9929         use function `wl-string-match-assoc'.
9930
9931 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9932
9933         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9934
9935         * wl-draft.el (wl-draft-deduce-address-list): New function.
9936         (wl-draft-parse-mailbox-list): Ditto.
9937         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9938         instead of `smtp-deduce-address-list'.
9939         (wl-draft-on-field-p): Follow group list.
9940
9941         * wl-address.el (wl-address-concat-token): New function.
9942         (wl-address-string-without-group-list-contents): Ditto.
9943         (wl-complete-field-body): Fixed problem of completion
9944         by japanese petname.
9945         (wl-address-make-completion-list): Rewrite.
9946
9947 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9948
9949         * wl-address.el (wl-address-make-completion-list): Completion by
9950         petname.
9951         (wl-complete-field-body): Likewise.
9952
9953 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9954
9955         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9956         contains invalid address syntax.
9957
9958 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9959
9960         * wl-folder.el (wl-folder-check-entity-async): Use
9961         `elmo-nntp-spec-hostname'.
9962
9963 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9964
9965         * wl-summary.el (wl-summary-msgdb-load-async): Use
9966         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9967
9968 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9969
9970         * wl-draft.el (wl-draft-reply): Set argument
9971         `content-transfer-encoding' as nil.
9972
9973 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9974
9975         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9976         `wl-refile-alist'.
9977
9978 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9979
9980         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9981         (wl-draft-edit-string): Ditto.
9982         (wl-draft-forward): Ditto.
9983         * wl-summary.el (wl-summary-write): Ditto.
9984
9985 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9986
9987         * wl-summary.el (wl-summary-sync-update3): Call
9988         `wl-summary-buffer-number-column-detect'.
9989         (wl-summary-buffer-number-column-detect): Search from point-min.
9990
9991 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9992
9993         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9994         contains an address which is not included in original to or cc.
9995
9996 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9997
9998         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9999         begin-line does not exist.
10000         * wl-message.el (wl-message-uu-substring): Ditto.
10001
10002 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10003
10004         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10005         clear local variables.
10006         (wl-summary-exit): Call `elmo-commit'.
10007         (wl-summary-switch-to-clone-buffer): Call
10008         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10009         (wl-summary-goto-folder-subr): Ditto.
10010
10011         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10012         POP folder.
10013
10014 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10015
10016         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10017         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10018         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10019         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10020         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10021         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10022
10023         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10024
10025 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10026
10027         * wl-summary.el (wl-summary-search-by-subject):
10028         Search parent message from the latest one.
10029
10030 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10031
10032         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10033         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10034
10035         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10036         New user option.
10037
10038         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10039         if elmo-nntp-use-killed-list is nil.
10040         Use `elmo-msgdb-append-to-killed-list'.
10041         (Append numbers confirmed as disappeared to the killed list.)
10042         (wl-summary-confirm-appends): Don't display negative number.
10043
10044 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10045
10046         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10047
10048 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10049
10050         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10051         range is `all'.
10052         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10053         `elmo-list-bigger-diff'.
10054
10055 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10056
10057         * wl-summary.el (wl-summary-buffer-exit-func):
10058         New buffer local variable.
10059         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10060
10061 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10062
10063         * wl-demo.el (wl-demo): Fix the last change.
10064
10065 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10066
10067         * wl-demo.el (wl-demo): Don't use `eval'.
10068
10069 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10070
10071         * wl-summary.el (wl-summary-buffer-thread-modified):
10072         New buffer-local variable.
10073         (wl-summary-set-thread-modified): New function.
10074         (wl-summary-thread-modified-p): New function.
10075         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10076         (wl-summary-yank-saved-message): Use function
10077         `wl-summary-set-thread-modified'
10078         (wl-summary-switch-to-clone-buffer): Add
10079         `wl-summary-buffer-thread-modified'.
10080
10081         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10082         (wl-summary-buffer-mark-saved-hook): Ditto.
10083         * wl-summary.el (wl-summary-msgdb-save): New hook
10084         `wl-summary-buffer-message-saved-hook' and
10085         `wl-summary-buffer-mark-saved-hook'.
10086
10087 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10088
10089         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10090
10091 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10092
10093         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10094         don't hide scroll bars under FSF Emacsen because it may incur an
10095         undesirable redrawing.
10096
10097 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10098
10099         * wl-draft.el (wl-draft-edit-string): Call
10100         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10101
10102 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10103
10104         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10105
10106 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10107
10108         * wl-summary.el (wl-summary-msgdb-load-async): Call
10109         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10110
10111 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10112
10113         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10114         fringes in demo buffer; center bitmap logo correctly even if old
10115         Mule is used.
10116
10117 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10118
10119         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10120
10121         * wl-refile.el (wl-refile-subject-alist): New variable.
10122         (wl-refile-subject-alist-file-name): Ditto.
10123         (wl-refile-alist-setup): Rewrite.
10124         (wl-refile-alist-save): Use `elmo-object-save'.
10125         Eliminated arguments.
10126         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10127         (wl-refile-guess-by-subject): New function.
10128         (wl-refile-guess-func-list): Added it.
10129
10130 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10131
10132         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10133         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10134
10135 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10136
10137         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10138         New buffer-local variable.
10139         (wl-summary-buffer-next-folder-func): Ditto.
10140         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10141         if non-nil.
10142         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10143         if non-nil.
10144         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10145         if non-nil.
10146         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10147         if non-nil.
10148
10149 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10150
10151         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10152         permanently in the demo buffer.
10153
10154 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10155
10156         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10157         `mime-entity-fetch-field'.
10158
10159         * wl.el (wl-exit): Delete plugged buffer.
10160
10161         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10162         XEmacs has menubar feature.
10163
10164 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10165
10166         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10167         cannot arrive at the beginning of the buffer under old Emacsen.
10168
10169 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10170
10171         * wl-address.el (wl-address-ldap-search):
10172         Call `ldap-search-entries' with `withdn' argument t.
10173         (wl-complete-field-body): Bind completion-ignore-case as t.
10174         Clear ldap search hash when it was sole completion.
10175         Use elmo-string for pattern string.
10176         (wl-ldap-alias-safe-string): Eliminated needless let.
10177
10178 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10179
10180         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10181         (wl-ldap-alias-sep): New constant.
10182         (wl-ldap-search-attribute-type-list): Ditto.
10183         (wl-ldap-get-value): New function.
10184         (wl-ldap-make-filter): Ditto.
10185         (wl-ldap-make-matched-value-list): Ditto.
10186         (wl-ldap-alias-safe-string): Ditto.
10187         (wl-ldap-register-dn-string): Ditto.
10188         (wl-address-ldap-search): Rewrite.
10189
10190 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10191
10192         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10193         thread is deleted.
10194         (wl-thread-delete-line-from-buffer): Ditto.
10195         (wl-thread-get-exist-children): New function.
10196
10197 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10198
10199         * wl-demo.el (wl-demo): Made it to select various image types.
10200         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10201         from `wl-title-logo'.
10202         (wl-logo-ascii): New variable.
10203         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10204         (wl-demo-copyright-notice): New constant.
10205
10206         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10207
10208 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10209
10210         * wl-vars.el (wl-summary-target-above): Renamed from
10211         wl-summary-temp-above.
10212         * wl-score.el (wl-score-get-score-alist): Use it.
10213         (wl-summary-score-update-all-lines): Use it.
10214         * wl-summary.el: Ditto. (make-variable-buffer-local).
10215
10216 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10217
10218         * wl-vars.el (wl-ldap-port): New user option.
10219
10220         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10221         Rewite whole implementation.
10222         (wl-complete-field-body): Fixed.
10223
10224 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10225
10226         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10227         Choose implementation at compile time.
10228
10229 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10230
10231         * wl-address.el (wl-ldap-search-internal): New function.
10232         (wl-complete-field-to): Use it.
10233
10234 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10235
10236         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10237         Use `let' instead of `let*'.
10238         Require 'wl-vars.
10239
10240         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10241         Define as defcustom.
10242         (wl-ldap-base): Ditto.
10243         (wl-use-ldap): Ditto.
10244
10245 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10246
10247         * wl-address.el (wl-ldap-search): New function.
10248         (wl-complete-field-body): Use `wl-ldap-search'.
10249         (wl-ldap-server): New variable.
10250         (wl-ldap-base): Ditto.
10251         (wl-use-ldap): Ditto.
10252
10253 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10254
10255         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10256         (Pointed out by Mito <mit@nines.nec.co.jp>).
10257         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10258         buffer-local variables like `wl-summary-redisplay-internal'.
10259         (wl-summary-redisplay-all-header): Likewise.  Update
10260         Summary view too.
10261
10262 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10263
10264         * wl-summary.el (wl-summary-jump-to-parent-message):
10265         Consider prefix argument.
10266
10267         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10268         when closed thread is deleted.
10269
10270 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10271
10272         * wl-summary.el (wl-summary-jump-to-parent-message):
10273         Consider thread modification.
10274
10275 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10276
10277         * wl-message.el (wl-message-normal-get-original-buffer): Use
10278         `save-excursion'.
10279
10280         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10281         (wl-summary-showto-folder-regexp): Ditto.
10282
10283 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10284
10285         * wl-util.el (wl-delete-alist): Doc fix.
10286         (wl-delete-associations): New function.
10287         (wl-inverse-alist): New function.
10288         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10289         Split temporary variables. Use `wl-delete-associations'
10290         and `wl-inverse-alist'.
10291         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10292
10293 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10294
10295         * wl-folder.el (wl-folder-prefetch-entity):
10296         Execute prefetching if new count is unknown.
10297
10298 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10299
10300         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10301
10302         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10303         delete entity.
10304         (wl-thread-set-parent): If insert as top, set linked as nil.
10305
10306         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10307         `wl-thread-cleanup-symbols' when view mode is thread.
10308
10309 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10310
10311         * wl-folder.el (wl-folder-create-folder-entity): Use
10312         with-current-buffer.
10313         (wl-local-folder-init): Call set-buffer to make sure we are in
10314         the Folder buffer. Don't touch buffer-local variables here.
10315         (wl-folder-mode): Initialize buffer-local variables here.
10316
10317         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10318         (wl-folder-entity-assign-id): Ditto.
10319         (wl-folder-create-entity-hashtb): Ditto.
10320         (wl-local-folder-init): Ditto.
10321         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10322
10323 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10324
10325         * wl-summary.el (wl-summary-default-from): Fix probrem when
10326         std11-extract-address-components return (nil "foo@bar").
10327
10328 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10329
10330         * wl-draft.el (wl-draft-clone-local-variables):
10331         Remove redundant `setq'.
10332
10333 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10334
10335         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10336         Bind wl-highlight-x-face-func as nil while highlighting header.
10337
10338 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10339
10340         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10341
10342 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10343
10344         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10345         elmo-msgdb-overview-hashtb from copy-variables.
10346         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10347         instead of `elmo-msgdb-overview-get-entity-by-number'.
10348         (wl-summary-auto-refile): Ditto.
10349
10350         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10351         `elmo-msgdb-overview-get-entity' instead of
10352         `elmo-msgdb-search-overview-entity'.  Use
10353         `elmo-msgdb-overview-get-entity' instead of
10354         `elmo-msgdb-overview-get-entity-by-number'.
10355         (wl-thread-insert-entity-sub): Ditto.
10356         (wl-thread-insert-message): Ditto.
10357
10358         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10359         `elmo-msgdb-overview-get-entity'.
10360         (wl-normal-message-redisplay): Ditto.
10361
10362 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10363
10364         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10365         `wl-thread-entities'.
10366         (wl-thread-delete-message): Fix remove top message from
10367         `wl-thread-entity-list'.
10368
10369         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10370         wl-append(nconc), because update-list is broken on Meadow.
10371
10372         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10373         updating process.
10374         (wl-summary-rescan): Ditto.
10375         (wl-summary-sync-update3): Ditto.
10376         * wl-thread.el (wl-thread-set-parent): Renamed from
10377         `wl-summary-set-parent'.
10378         (wl-thread-insert-message): Updating buffer faster.
10379         (wl-thread-delete-message): Updating buffer faster.
10380
10381         * wl-score.el (wl-summary-score-update-all-lines): Changed
10382         interval for display progress gauge.
10383
10384 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10385
10386         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10387         folder always-sticky.
10388         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10389         defmacro.
10390
10391 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10392
10393         * wl-vars.el (wl-draft-add-references): New user option.
10394
10395         * wl-draft.el (wl-draft-add-references): New function.
10396         (wl-draft-yank-from-mail-reply-buffer): Use it.
10397         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10398         as nil.
10399
10400 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10401
10402         * wl-thread.el (wl-thread-update-line-msgs): Called
10403         `wl-thread-update-line-on-buffer-sub'.
10404         (wl-thread-update-line-on-buffer): Delete routine of inserting
10405         thread.
10406         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10407         moved from `wl-thread-update-line-on-buffer'.
10408         Add threshold for displaying progress gauge.
10409         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10410         argument of `wl-thread-update-line-msgs'.
10411         Add threshold for displaying progress gauge.
10412         * wl-folder.el:
10413         Add threshold for displaying progress gauge.
10414         * wl-score.el: Ditto.
10415
10416         * wl-expire.el (wl-summary-expire): Display deleting info.
10417
10418 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10421         `no-msg'.
10422         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10423         argument of `wl-thread-update-line-msgs'.
10424         (wl-summary-set-parent): Added optional argument `parent-number'.
10425         (wl-summary-buffer-saved-message): New buffer local variable.
10426         (wl-summary-save-current-message): New command.
10427         (wl-summary-yank-saved-message): Ditto.
10428         (wl-summary-mode-map): Added key binding for
10429         `wl-summary-save-current-message' (\ew) and
10430         `wl-summary-yank-saved-message' (\C-y).
10431         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10432
10433 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10434
10435         * wl-summary.el (wl-summary-mode-map): Added key binding for
10436         `wl-summary-set-parent' (ts).
10437
10438 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10439
10440         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10441         subject faster. If thread number is reverse, delayed updating
10442         thread.
10443         (wl-summary-search-by-subject): Ditto.
10444         (wl-summary-put-alike): Ditto.
10445         (wl-summary-get-alike): Ditto.
10446         (wl-summary-insert-headers): Insert header of all overview in
10447         buffer.
10448         (wl-summary-rescan): Delayed updating thread. Kill search subject
10449         buffer for wl-summary-search-by-subject.
10450         (wl-summary-sync-update3): Ditto.
10451         (wl-summary-exit): Ditto.
10452         (wl-summary-goto-bottom-of-current-thread): Change for linked
10453         thread.
10454         (wl-summary-overview-create-summary-line): Change line for linked
10455         thread.
10456
10457         * wl-summary.el (wl-summary-update-thread): Use
10458         wl-thread-maybe-get-children-num.
10459         (wl-summary-set-parent): If change parent, move sub thread.
10460         (wl-summary-redisplay-internal): Add horizontal recenter.
10461         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10462
10463         * wl-thread.el (wl-thread-entity-get-linked): New function.
10464         (wl-thread-entity-set-linked): New function.
10465         (wl-thread-create-entity): Add linked element.
10466         (wl-thread-entity-insert-as-top): Use wl-append.
10467         (wl-thread-maybe-get-children-num): If closing thread, return
10468         children msgs.
10469         (wl-thread-update-line-msgs): Displaying progress message.
10470         (wl-thread-update-line-on-buffer-sub): Use
10471         wl-thread-maybe-get-children-num.
10472         (wl-thread-update-line-on-buffer): If update line is not exists,
10473         insert thread.
10474         (wl-thread-delete-message): If delete top msg of thread, search
10475         parent by subject.
10476         (wl-thread-insert-entity): Use
10477         wl-thread-maybe-get-children-num.
10478
10479         * wl-highlight.el (wl-highlight-summary-current-line): change
10480         sregexp for linked thread.
10481         * wl-util.el (wl-count-lines): Count lines.
10482         (wl-horizontal-recenter): horizontal recenter.
10483         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10484         (wl-score-get-alike): Ditto.
10485         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10486         (wl-subject-length-limit): New variable.
10487         (wl-highlight-thread-indent-string-regexp): Changed for linked
10488         thread.
10489
10490 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10491
10492         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10493         New variable (revival).
10494         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10495         by subject matching if there's no in-reply-to nor references field
10496         (revival).
10497
10498 \f
10499 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10500
10501         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10502         message.
10503
10504 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10505
10506         * wl-summary.el (wl-summary-reply): Return t if there was a
10507         message at cursor point.
10508         Added unwind-protect.
10509         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10510         returns t.
10511         (wl-summary-cancel-message): Do nothing when there's no message at
10512         cursor point.
10513         (wl-summary-forward): Ditto.
10514         (wl-summary-jump-to-parent-message): Ditto.
10515         (wl-summary-reedit): Ditto.
10516         (wl-summary-edit-addresses): Ditto.
10517         (wl-summary-pipe-message): Ditto.
10518         (wl-summary-print-message-with-ps-print): Ditto.
10519         (wl-summary-print-message): Ditto.
10520         (wl-summary-mark-as-important): Ditto.
10521         (wl-summary-mark-as-unread): Ditto.
10522
10523         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10524         message at cursor point.
10525         (wl-summary-reply-with-citation): Remove unwind-protect.
10526
10527         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10528         subject searching feature.
10529         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10530         Eliminated.
10531
10532 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10533
10534         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10535         New variable.
10536         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10537         by subject matching if there's no in-reply-to nor references field.
10538
10539         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10540
10541         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10542         when display is finished.
10543         (wl-folder-open-all): Ditto.
10544         (wl-folder-update-access-group): Ditto.
10545         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10546         * wl-thread.el (wl-thread-close-all): Ditto.
10547
10548         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10549         progress gauge only when it was displayed.
10550         * wl-folder.el (wl-folder-insert-entity): Ditto.
10551
10552 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10553
10554         * wl-summary.el (wl-summary-incorporate): Enclose
10555         `wl-summary-sync-force-update' with save-excursion.
10556
10557 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10558
10559         * wl-summary.el (wl-summary-prefetch-region):
10560         Pass current cursor point to `pos-visible-in-window-p' after
10561         moving cursor to the started point.
10562
10563 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10564
10565         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10566
10567         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10568         fields from the forwarding message.
10569         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10570         `ignored-fields'.
10571
10572 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10573
10574         * wl-mime.el (wl-message-request-partial):
10575         Eliminated argument `msgdb'.
10576         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10577         (wl-mime-combine-message/partial-pieces): Likewise.
10578         * tm-wl.el (wl-message-request-partial): Likewise.
10579         (wl-mime-combine-message/partial-pieces): Likewise.
10580
10581 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10582
10583         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10584         when display is finished.
10585
10586 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10587
10588         * wl-summary.el (wl-summary-goto-folder-subr):
10589         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10590
10591 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10592
10593         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10594         when cursor point is visible.
10595
10596 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10597
10598         * wl-expire.el (wl-expire-archive-get-max-number):
10599         Don't use `file-name-directory'.
10600
10601 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10602
10603         * wl-expire.el (wl-expire-archive-get-max-number):
10604         Use `file-name-directory'.
10605
10606 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10607
10608         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10609         only when there is progress.
10610
10611 2000-04-13  Mito <mit@nines.nec.co.jp>
10612
10613         * wl-summary.el (wl-summary-sync-marks): Display progress.
10614
10615 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10616
10617         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10618         (wl-summary-prev): Move cursor regardless of unread status.
10619         (wl-summary-next): Ditto.
10620
10621 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10622
10623         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10624         Added argument `target' and `number'.
10625         * tm-wl.el (wl-summary-burst-subr): New function.
10626         (wl-summary-burst): Use it.
10627
10628 2000-04-10  Mito <mit@nines.nec.co.jp>
10629
10630         * wl-mime.el (wl-burst): New function.
10631         (wl-summary-burst): Use it.
10632
10633 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10634
10635         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10636         as petname when there's no candidate.
10637
10638 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10639
10640         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10641         New variable.
10642         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10643
10644         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10645
10646         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10647
10648 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10649
10650         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10651         Use substring of `original' instead of buffer-substring.
10652         (wl-refile-evaluate-rule):
10653         Set `original' argument of wl-refile-expand-newtext.
10654
10655         * wl-summary.el
10656         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10657         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10658         (wl-summary-auto-refile): Check existence of destination folder just
10659         before marking.
10660
10661 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10662
10663         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10664         when wl-refile-get-field-value return nil.
10665
10666 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10667
10668         * wl-refile.el
10669         (wl-refile-expand-newtext): New function imported from Gnus.
10670         (wl-refile-evaluate-rule): Use it.
10671
10672 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-summary.el (wl-summary-print-destination):
10675         Duplicate folder string to avoid putting text-property on
10676         original string.
10677
10678         * wl-refile.el (wl-refile-get-field-value): New function.
10679         (wl-refile-evaluate-rule): New function;
10680         Evaluate refile rule recursively.
10681         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10682         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10683         New function; Check existence of a target folder recursively.
10684         (wl-summary-auto-refile-check-refile-rule-alist):
10685         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10686
10687 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10690
10691         * wl-folder.el (wl-create-folder-entity-from-buffer):
10692         Fixed problem when '}' character is contained in folder name.
10693
10694         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10695
10696 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10697
10698         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10699         (wl-fldmgr-add-completion-all-completions):
10700         Use wl-fldmgr-add-completion-hashtb.
10701
10702 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10703
10704         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10705         wl-fldmgr-add-completion-subr): New functions.
10706         * wl-folder.el (wl-folder-completion-func): New variable.
10707         * wl-summary.el (wl-summary-read-folder):
10708         Use wl-folder-completion-func.
10709
10710         * wl-refile.el: Eliminate throw & catch.
10711
10712         * wl.el (wl-plugged-sending-queue-status): Fixed.
10713
10714 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10715
10716         * wl-draft.el (wl-draft): Put category property on
10717         mail-header-separator.