* wl-thread.el (wl-thread-entity-insert-as-children): Use
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-thread.el (wl-thread-entity-insert-as-children): Use
4         wl-thread-entity-set-children.
5
6 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-mime.el (wl-epg-progress-callback): New function.
9         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
10         with `elmo-with-progress-display'. Set a progress callback
11         function to epg-context.
12         (wl-mime-pgp-verify-region-with-epg): Ditto.
13
14 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
15
16         * wl-util.el (wl-completing-read-multiple): Define as an alias of
17         `completing-read-multiple' if emacs-version is not less than 22.
18
19 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
22         change.
23
24 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
25
26         * wl-summary.el (wl-summary-sync-update): Move
27         `wl-thread-update-indent-string-thread' to outside of
28         `elmo-with-progress-display'.
29
30 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-message.el (wl-message-exit): Check buffer existence.
33
34 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-util.el (wl-simple-display-progress): New function.
37         (wl-display-progress-with-gauge): Ditto.
38         (wl-progress-callback-function): Ditto.
39
40         * wl.el (wl-init): Set `elmo-progress-callback-function' as
41         `wl-progress-callback-function'
42
43         * wl-vars.el (wl-display-progress-threshold): New user option.
44         (wl-display-progress-function): Ditto.
45
46         * Version number is increased to 2.15.5.
47
48 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
49
50         * wl-thread.el (wl-thread-close-children): New function.
51         (wl-thread-open-children): Ditto.
52         * wl-action.el (wl-summary-set-mark): Redo the last change by
53         using it.
54
55         * wl-action.el (wl-summary-set-mark): Undo the last change.
56         Forbid interactive call.
57
58 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-mime.el (wl-define-dummy-functions): New macro.
61         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
62         `wl-mime-pgp-decrypt-region'.
63         (wl-mime-pgp-verify-region-with-epg): Renamed from
64         `wl-mime-pgp-verify-region'.
65         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
66         `wl-mime-pgp-decrypt-region'.
67         (wl-mime-pgp-verify-region-with-pgg): Renamed from
68         `wl-mime-pgp-verify-region'.
69         (wl-mime-pgp-decrypt-region): New function; To select dispatch
70         function at runtime.
71         (wl-mime-pgp-verify-region): Ditto.
72
73         * wl-vars.el (wl-use-pgp-module): New user option.
74
75 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
76
77         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
78         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
79
80 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
83         even if there are target marks only.
84
85 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * Version number is increased to 2.15.4.
88
89 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-folder.el (wl-folder-check-one-entity): Simplify.
92
93 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
94
95         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
96         variable.
97
98 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
99
100         * wl-spam.el (wl-thread-test-spam): New function.
101         (wl-spam-setup): Bind "tkc".
102
103 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-expire.el (wl-folder-expire-entity): Rewite without
106         `wl-summary-goto-folder-subr'.
107         (wl-folder-expire-current-entity): Don't kill summary buffer.
108
109 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-folder.el (wl-folder-sync-entity): Rewrite without
112         `wl-summary-goto-folder-subr'.
113         (wl-folder-mark-as-read-all-entity): Likewise.
114
115         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
116
117 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
118
119         * wl-thread.el (wl-thread-force-open): Arranged.
120
121 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
124         from regexp.
125
126         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
127         (wl-read-search-condition-internal): Append them.
128
129 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl-vars.el (wl-additional-search-condition-fields):
132         New user option.
133
134         * wl-util.el (wl-search-condition-fields): New function; export
135         from `wl-read-search-condition-internal'.
136         (wl-read-search-condition-internal): Use it.
137
138         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
139
140 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-summary.el (wl-summary-define-sort-command): New function.
143         (wl-summary-sort-by-date, wl-summary-sort-by-number)
144         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
145         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
146         define by `wl-summary-define-sort-command' at runtime.
147
148         * wl.el (wl-init): Call wl-summary-define-sort-command.
149
150 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
153         properties at the decrypting region.
154
155 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-util.el (wl-find-region): New function.
158
159         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
160         coding system.
161         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
162         property `wl-mime-decoded-coding-system'.
163         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
164         property `wl-mime-decoded-coding-system' to encode text.
165
166         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
167         message.
168         (wl-mime-pgp-verify-region): Ditto.
169
170 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
173         buffer. Use epa-display-verify-result.
174
175 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-draft.el (wl-draft-send): Continue even if setting parent
178         flag was failed.
179
180 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-message.el (wl-message-flag-indicator): Fixed the problem
183         of returning string only of parentheses.
184
185 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-summary.el (wl-summary-write): Add argument `folder'.
188         (wl-summary-write-current-folder): Change argument `folder' from
189         optional to require.
190         (wl-summary-get-buffer): Return the buffer associated folder only.
191
192         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
193         change.
194         (wl-folder-toggle-disp-summary): Ditto.
195
196         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
197         current summary as parent-folder.
198
199 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
200
201         * wl-draft.el (wl-draft-reedit): Don't overwrite
202         wl-draft-parent-folder.
203
204 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
207         (wl-mime-pgp-verify-region): Ditto.
208         (wl-message-decrypt-pgp-nonmime): Use the above function.
209         (wl-message-verify-pgp-nonmime): Likewise.
210         (wl-mime-preview-application/pgp): Likewise.
211
212 2006-04-20  Kenichi Okada  <okada@opaopa.org>
213
214         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
215         Fix about the order of `wl-nntp-posting-port' and
216         `wl-nntp-posting-stream-type'.
217         * wl.el (wl-plugged-port-label-alist): Add smtp.
218
219 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-summary.el (wl-summary-message-status): New macro.
222
223         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
224         (wl-summary-killed-mark): New user option.
225
226         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
227         API change.
228         (wl-thread-insert-entity-sub): Ditto.
229         (wl-thread-recover-messages): New command.
230
231         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
232         Don't call `wl-highlight-summary-current-line' directly.
233         (wl-summary-buffer-attach): Connect to signal `status-changed'
234         instead of `cache-changed'.
235         (wl-summary-buffer-detach): Follow the above change.
236         (wl-summary-detect-mark-position): Follow the API change.
237         (wl-summary-rescan-message): Ditto.
238         (wl-summary-insert-sequential): Ditto.
239         (wl-summary-update-thread): Ditto.
240         (wl-summary-message-mark): Ditto.
241         (wl-summary-persistent-mark): Ditto.
242         (wl-summary-create-line): Ditto.
243         (wl-summary-prefetch-region-no-mark): Call
244         `wl-summary-persistent-mark' with number.
245         (wl-summary-recover-messages-region): New command.
246         (wl-summary-target-mark-recover): Ditto.
247         (wl-summary-recover-message): Ditto.
248         (wl-summary-persistent-mark-string): Add argument `status' instead
249         of remove arguments `flags' and `cached'.  Treat killed status.
250         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
251
252         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
253         (wl-highlight-summary-line-face-spec): Treat killed status.
254         (wl-highlight-summary-line-string): Follow the API change.
255         (wl-highlight-summary-current-line): Ditto.
256
257         * Version number is increased to 2.15.3.
258
259 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
262         of symbolp to test whether the condition is function.
263
264 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
267         to nil.
268
269 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-summary.el (wl-summary-buffer-message-ring): New internal
272         variable.
273         (wl-summary-buffer-last-displayed-msg): Abolish.
274         (wl-summary-push-message): New function.
275         (wl-summary-pop-message): Ditto.
276         (wl-summary-goto-folder-subr): Reset
277         `wl-summary-buffer-message-ring'.
278         (wl-summary-pop-to-last-message): New command.
279         (wl-summary-goto-last-displayed-msg): Call
280         wl-summary-pop-to-last-message if optional argument is non-nil or
281         the last command is itself.
282         (wl-summary-redisplay-internal): Push last message number into
283         `wl-summary-buffer-message-ring'.
284
285         * wl-vars.el (wl-summary-message-ring-max): New user option.
286
287 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
290         from `wl-draft-reply').
291         (wl-draft-reply): Use it.
292         (wl-draft-find-reply-headers): Avoid compile warning.
293
294 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
295
296         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
297
298 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-message.el (wl-message-flag-indicator): New function.
301         (wl-message-redisplay): Use it.
302
303 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
304
305         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
306
307 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
310         instead of `read-event'.
311
312         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
313
314         * wl-mule.el (wl-read-event-char): Ditto.
315
316         * wl-e21.el (wl-read-event-char): Ditto.
317
318 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
321
322 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
323
324         * wl-vars.el (wl-draft-send-confirm-type): New user option.
325
326         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
327
328         * wl-draft.el (wl-draft-send-confirm): Confirmation by
329         `wl-draft-send-confirm-type'
330
331 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
334         Avoid error when the buffer name is already used.
335
336 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
339         the change of elmo-nmz -> elmo-search.
340         (wl-highlight-summary-line-help-echo-alist): Ditto.
341         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
342         (wl-nmz-folder-icon): Define as obsolete.
343         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
344         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
345
346 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-summary-get-list-info): Rewrite with
349         `elmo-find-list-match-value'
350
351 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
352
353         * wl-summary.el (wl-summary-get-list-info): Optimize.
354         Use List-Id and List-Post also.
355
356 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
359
360 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
361
362         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
363
364 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-util.el (wl-completing-read-multiple-1): New internal function.
367         (wl-completing-read-multiple-2): Ditto.
368         (wl-completing-read-multiple): Define use above functions.
369
370         * wl-summary.el (wl-summary-sort): Removed the workaround for a
371         bug of `completing-read-multiple' about default value.
372
373         * wl-xmas.el (wl-completing-read-multiple): Removed.
374
375         * wl-mule.el (wl-completing-read-multiple): Ditto.
376
377         * wl-e21.el (wl-completing-read-multiple): Ditto.
378
379 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-util.el (wl-filter-associations): New function.
382
383         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
384         (wl-spam-ignored-folder-list): Ditto.
385         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
386         (wl-spam-string-member-p): New function.
387         (wl-spam-domain): Use it.
388         (wl-spam-split-numbers): New function.
389         (wl-spam-apply-partitions): Ditto.
390         (wl-spam-register-spam-messages): Use `folder' instead of
391         `wl-summary-buffer-elmo-folder'.
392         (wl-spam-register-good-messages): Ditto.
393         (wl-summary-exec-action-spam): Decide a domain by real folder of
394         message.
395         (wl-summary-exec-action-refile-with-register): Likewise.
396
397 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-e21.el (wl-e21-find-image): New function.
400         (wl-e21-setup-toolbar): Use it instead of `find-image'.
401         (wl-e21-highlight-folder-group-line): Ditto.
402         (wl-folder-init-icons): Ditto.
403         (wl-plugged-init-icons): Ditto.
404         (wl-biff-init-icons): Ditto.
405
406 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
409         (wl-inhibit-save-drafts): New internal variable.
410         (wl-disable-auto-save): Ditto.
411         (wl-save-drafts): Treat above variables.
412         (wl-auto-save-drafts): New function.
413         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
414         `wl-stop-save-drafts'.
415         (wl-start-save-drafts): New function.
416         (wl-stop-save-drafts): Ditto.
417         (wl-set-auto-save-draft): New command.
418
419         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
420         `wl-set-save-drafts'.
421
422 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
425         `make-local-variable' instead of `make-variable-buffer-local'.
426
427 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
430
431 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
434
435 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
438         of working buffer.
439
440 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
443
444         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
445         value into recipients; Bind `wl-draft-remove-group-list-contents'
446         as nil.
447
448 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-summary.el (wl-summary-sort): Fixed the last change.
451
452         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
453         (wl-summary-sort-messages): Ditto.
454         (wl-summary-rescan): Use it.
455         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
456         `completing-read'; Append candidates for reverse order.
457
458 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * Version number is increased to 2.15.2.
461
462 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
463
464         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
465         "Smaller".
466         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
467
468 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
469
470         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
471
472 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-vars.el (wl-draft-additional-header-alist): Add into the
475         customize group `wl-draft'.
476         (wl-draft-add-in-reply-to): Move customize group from `wl' to
477         `wl-draft'.
478         (wl-draft-add-references): Ditto.
479
480         * wl-action.el (wl-summary-print-argument): Rename argument from
481         `folder' to `data'.
482
483 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-summary.el (wl-summary-rescan-message): Call
486         `wl-thread-cleanup-symbols' before insert thread.
487
488 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl.el (wl-init): Set `elmo-get-folder-function' as
491         `wl-folder-make-elmo-folder'.
492
493         * wl-spam.el (wl-summary-exec-action-spam): Use
494         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
495
496         * wl-folder.el (wl-folder-make-elmo-folder): New function.
497         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
498         `elmo-make-folder'.
499         (wl-folder-get-elmo-folder): Ditto.
500         (wl-folder-create-subr): Simplify.
501
502 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
505
506 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
509         contents in message buffer instead of original buffer. If optional
510         argument specified, ask coding system for encode.
511
512 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
513
514         * wl-spam.el (wl-summary-test-spam-region): New function.
515         (wl-spam-setup): Bind "rkc".
516
517 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
520
521 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
522
523         * wl-spam.el (wl-summary-test-spam): Fix typo.
524         (wl-message-check-spam): Ditto.
525
526 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-summary.el (wl-summary-default-from): Simplify.
529
530 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-action.el (wl-summary-exec-action-refile): Simplify.
533         (wl-summary-exec-action-copy): Ditto.
534         (wl-summary-auto-refile): Check existence of temporary mark.
535
536 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-summary.el (wl-summary-create-line): Use
539         `elmo-time-to-datevec'.
540
541         * wl-expire.el (wl-expire-archive-date): Ditto.
542         (wl-expire-localdir-date): Ditto.
543
544         * wl-util.el (wl-day-number): Abolish.
545
546         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
547         of `wl-day-number'.
548         (wl-score-followup): Ditto.
549         (wl-score-add-followups): Ditto.
550         (wl-score-get-latest-msgs): Ditto.
551         (wl-score-get-header-entry): Ditto.
552         (wl-score-edit-insert-date): Ditto.
553
554 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
557         `elmo-message-entity-field' with 2nd argument `type'.
558
559 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
560
561         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
562
563 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-thread.el (wl-thread-delete-message): Delete descendant
566         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
567
568 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
569
570         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
571
572 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
575         `Access folder'.
576
577 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-vars.el (wl-access-folder-icon): New user option.
580
581         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
582         `Access folder'.
583
584 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-summary.el (wl-summary-buffer-set-folder): Use
587         `wl-folder-mime-charset'.
588
589         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
590         `mime-charset'.
591         (wl-folder-get-elmo-folder): Ditto.
592         (wl-folder-mime-charset): New function.
593
594 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-util.el (wl-parse-addresses): Define alias of
597         `elmo-parse-addresses' (move to `elmo-util.el').
598
599         * wl-summary.el (wl-summary-default-from): Follow the API change.
600         (wl-summary-overview-entity-compare-by-date): Ditto.
601         (wl-summary-overview-entity-compare-by-from): Ditto.
602         (wl-summary-get-list-info): Get value of `ml-info' field from
603         entity at first.
604         (wl-summary-rescan-message): Treat prefix argument.
605         (wl-summary-prefetch-msg): Follow the API change.
606         (wl-summary-search-by-subject): Ditto.
607         (wl-summary-insert-thread): Ditto.
608         (wl-summary-line-subject): Ditto.
609         (wl-summary-line-from): Ditto.
610         (wl-summary-create-line): Ditto.
611         (wl-summary-print-message-with-ps-print): Ditto.
612
613         * wl-score.el (wl-score-ov-entity-get): Ditto.
614         (wl-score-followup): Ditto.
615         (wl-score-add-followups): Use `elmo-message-entity-field' instead
616         of `car'.
617         (wl-score-get-latest-msgs): Follow the API change.
618         (wl-score-get-header): Ditto.
619
620         * wl-refile.el (wl-refile-learn): Ditto.
621         (wl-refile-subject-learn): Ditto.
622         (wl-refile-get-field-value): Ditto.
623         (wl-refile-guess-by-history): Ditto.
624         (wl-refile-guess-by-subject): Ditto.
625
626         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
627
628         * wl-expire.el (wl-expire-date-p): Removed.
629         (wl-expire-archive-date): Follow the API change.
630         (wl-expire-localdir-date): Ditto.
631         (wl-summary-expire): Ditto.
632
633         * Version number is increased to 2.15.1.
634
635 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
638         group is access or not (it is not strict, like wl-fldmgr-rename).
639
640 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
641
642         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
643         duplicate call of `wl-summary-print-argument' on the wrong line.
644
645 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
648         even if argument `number' is nil.
649         (wl-summary-insert-line): Print action argument if current message
650         has it.
651
652 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
655         (wl-draft-reply): Ditto.
656         (wl-draft): Add optional argument `parent-number' and call
657         `wl-draft-create-buffer' with it.
658         (wl-draft-create-buffer): Add optional argument
659         `parent-number'. Set wl-draft-parent-number as it.
660
661 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-folder.el (wl-folder-set-persistent-mark): If summary
664         buffer is not for given folder, don't use it.
665
666 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
667
668         * Version number is increased to 2.15.0.
669
670 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
673
674         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
675         (wl-highlight-get-face-by-name): New internal function.
676         (wl-highlight-summary-line-face-spec): Use it and fixed.
677
678 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-summary.el (wl-summary-sync-update): Use
681         `elmo-message-entity-field' instead of `car' to get message-id
682         from overview entity.
683
684         * wl-summary.el (wl-summary-rescan-message): Call
685         `wl-highlight-summary-displaying' when displaying a message.
686
687 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
688
689         * wl-draft.el (wl-draft-config-info-filename): Extracted from
690         `wl-draft-config-info-operation'.
691         (wl-draft-buffer-change-number): New function.
692         (wl-draft-rename-saved-config): Ditto.
693         * wl.el (wl-init): Connect slot for message-number-changed.
694         (toplevel): Add autoload for wl-draft-rename-saved-config.
695
696 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
699         `update-overview'
700         (wl-summary-buffer-detach): Disconnect from it.
701         (wl-summary-rescan-message): Use command.
702
703         * wl-message.el (wl-message-buffer-display): Use
704         `with-current-buffer' instead of `save-excursion'.
705
706 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-mime.el (wl-draft-preview-attributes-list): Protect
709         wl-draft-preview-attributes-list from distraction.
710
711 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
712
713         * wl-summary.el (wl-summary-sync-update): Sort the return value of
714         `elmo-list-diff'.
715
716 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-summary.el
719         (wl-summary-edit-addresses-collect-candidate-fields): Use
720         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
721
722         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
723         instead of `elmo-set-work-buf'.
724
725         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
726         (wl-address-make-address-list): Ditto.
727
728         * Version number is increased to 2.13.3.
729
730 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
733         user option.
734
735         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
736         argument `5'.
737
738         * wl-message.el (wl-message-display-no-merge-p): New function.
739         (wl-message-buffer-display): Check whether the message is
740         reassembled and follow the API change.
741
742 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
745         multibyte on working buffer and removed unnecessary
746         `buffer-disable-undo'.
747
748 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-util.el (wl-read-search-condition-internal): Fixed the last
751         change.
752
753 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * wl-util.el (wl-read-search-condition-internal): Protect
756         elmo-global-flags from distraction.
757
758 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
761
762         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
763         (wl-summary-event-handler): Ditto.
764         (wl-summary-update-persistent-mark-on-event): New
765         function (renamed from `elmo-event-handler-flag-changed').
766         (wl-summary-buffer-attach): New function.
767         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
768         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
769         instead of `elmo-folder-add-handler'.
770
771         * Version number is increased to 2.13.2.
772
773 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
776         and "\177" to the `wl-news-previous-page'.
777         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
778         (wl-news-previous-page): New function.
779
780 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
783         instead of `write-region' and simplify.
784
785 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-template.el (wl-template-select): Cause error if
788         `wl-template-alist' is nil.
789
790 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
791
792         * wl-news.el.in: Set file variable `no-byte-compile'.
793
794 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
797         whether a target message is within displaying area.
798         (elmo-event-handler-cache-changed): Ditto.
799
800 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
801
802         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
803         to `defun'.  Use `nconc' instead of `append' to collect descendant
804         message numbers.
805
806 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
807
808         * wl-thread.el (wl-thread-save-top-list)
809         (wl-thread-save-entities): Use `with-temp-buffer'.
810         * wl-news.el.in (wl-news-previous-version-load):
811         (wl-news-previous-version-save): Ditto.
812         * wl-summary.el (wl-summary-load-file-object)
813         (wl-summary-save-view-cache): Ditto.
814
815 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-util.el (toplevel): Require 'elmo-flag'.
818         (wl-read-search-condition): New function (Renamed from
819         `elmo-read-search-condition').
820         (wl-read-search-condition-internal): Likewise.
821
822         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
823         invalid.
824         (wl-summary-pick): Use `wl-read-search-condition' instead of
825         `elmo-read-search-condition'.
826         (wl-summary-virtual): Ditto.
827
828         * wl-folder.el (wl-folder-virtual): Ditto.
829         (wl-folder-pick): Ditto.
830
831         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
832
833 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-summary.el (wl-summary-reedit): Call
836         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
837
838 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-mime.el (toplevel): Require wl-vars.
841
842         * wl-message.el (toplevel): Require cl at compile.
843
844         * wl-draft.el (toplevel): Require elmo.
845
846 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-message.el (wl-message-buffer-prefetch): Count is a number
849         and do nothing when it is not positive.
850         (wl-message-buffer-prefetch-next): Ditto.
851
852 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
853
854         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
855         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
856         (wl-summary-redisplay-internal): Ditto.
857
858         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
859         message (the condition is borrowed from `wl-check-variables-2').
860         (wl-summary-redisplay-internal): Ditto.
861
862 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-mime.el (wl-draft-nntp-attribute): New function.
865         (wl-draft-attribute-nntp-posting-server): Use it.
866         (wl-draft-attribute-nntp-posting-port): Ditto.
867
868         * wl-mime.el (wl-draft-preview-attributes-list): New function.
869         (wl-draft-show-attributes-buffer): Ditto.
870         (wl-draft-hide-attributes-buffer): Ditto.
871         (wl-draft-attribute-newsgroups): Ditto.
872         (wl-draft-attribute-nntp-posting-server): Ditto.
873         (wl-draft-attribute-nntp-posting-port): Ditto.
874         (wl-draft-preview-message): Use there functions.
875
876         * wl-vars.el (wl-draft-preview-attributes-list): Change default
877         value.
878
879 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
882         (wl-draft-reedit): Ditto.
883         (wl-draft-queue-flush): Ditto.
884
885         * wl-mime.el (wl-message-request-partial): Ditto.
886         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
887         instead of `elmo-message-fetch'.
888
889         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
890
891         * wl-summary.el (wl-summary-message-string): Ditto.
892
893 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-util.el (wl-current-message-buffer): Follow the API change.
896
897         * wl-summary.el (wl-summary-redisplay-internal): Call
898         `wl-summary-mark-as-read' with 2nd argument as nil and update
899         unread count instead of persistent mark.
900
901         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
902         variable.
903         (wl-message-redisplay): Follow the API change.
904         (wl-message-buffer-display): Managed mime-entity directly and
905         return preview buffer only.
906         (wl-message-display-internal): Rewrite.
907         (wl-message-buffer-prefetch-subr): Not save return value of
908         `wl-message-buffer-display'.
909
910         * Version number is increased to 2.13.1.
911
912 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
915         'elmo-multiple-fields-body-list' with boundary specified.
916
917 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
918
919         * wl-vars.el (wl-summary-resend-use-cache): New variable.
920         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
921         cache if `wl-summary-resend-use-cache' is non-nil.
922
923 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
926         (wl-nntp-posting-stream-type): Ditto.
927
928 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
929
930         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
931
932 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
933
934         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
935         message.
936
937 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
940         Abolish.
941         (wl-summary-buffer-persistent-mark-version): New internal
942         variable.
943         (wl-summary-update-mark-and-highlight-window): Check by
944         wl-summary-persistent-mark-invalid-p.
945         (wl-summary-update-status-marks): Ditto.
946         (elmo-event-handler-flag-changed): Rewrite.
947         (elmo-event-handler-cache-changed): Define.
948         (wl-summary-prefetch-msg): Does not update persistent mark here.
949         (wl-summary-delete-cache): Ditto.
950         (wl-summary-resume-cache-status): Ditto.
951         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
952         (wl-summary-persistent-mark-invalid-p): New function.
953         (wl-summary-validate-persistent-mark): Ditto.
954         (wl-summary-validate-persistent-mark-string): Ditto.
955         (wl-summary-invalidate-persistent-mark): Ditto.
956         (wl-summary-update-persistent-mark): Call
957         `wl-summary-validate-persistent-mark'.
958         (wl-summary-create-line): Call
959         `wl-summary-validate-persistent-mark-string'.
960
961         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
962         status as t if cache used.
963
964 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
965
966         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
967         only if the target is group.
968         * wl-folder.el (wl-folder-append-petname): Don't check group name.
969
970 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
973
974 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
975
976         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
977
978         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
979
980 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
983         (Thanks to Yoichi NAKAYAMA).
984
985 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-util.el (wl-save-drafts): Restore echo area.
988
989 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
990
991         * Version number is increased to 2.13.0.
992
993         * wl-util.el (wl-biff-check-folder-async): Use
994         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
995
996 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-message.el (wl-message-display-internal): Does not put
999         wl-message-display-type property on message buffer.
1000         (wl-message-buffer-display-type): New function.
1001
1002         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1003
1004         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1005         `wl-summary-buffer-detach'.
1006         (wl-summary-message-display-type): Use
1007         `wl-summary-buffer-display-type'.
1008
1009 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1010
1011         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1012         buffer-local.
1013
1014         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1015         kill-buffer-hook instead of make-local-variable.
1016         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1017
1018 2004-12-12  Scott Renfro <scott@renfro.org>
1019
1020         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1021         regex for square-branket.
1022
1023 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1026         `wl-message-mime-analysis-p' with argument `header'.
1027
1028 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1029
1030         * wl-mime.el (wl-draft-yank-current-message-entity): 
1031         Switch to no-mime following method according to wl-message-display-type
1032         property.
1033         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1034
1035         * wl-message.el (wl-message-display-internal): 
1036         Put wl-message-display-type property on message buffer.
1037
1038         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1039         (wl-message-display-internal): Ditto;
1040
1041         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1042
1043 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-message.el (wl-message-make-display-type): New function.
1046         (wl-message-display-type-property): Ditto.
1047         (wl-message-mime-analysys-p): Ditto.
1048         (wl-message-display-all-header-p): Ditto.
1049         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1050         added `display-type'.
1051         (wl-message-buffer-display): Likewise.
1052         (wl-message-display-internal): Likewise.
1053         (wl-message-buffer-display-type): Abolish.
1054         (wl-message-buffer-prefetch-subr): Follow the API changed.
1055
1056         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1057         from wl-summary-buffer-display-all-header and changed default value.
1058         (wl-summary-message-display-type): New function.
1059         (wl-summary-buffer-display-mime-mode): Ditto.
1060         (wl-summary-buffer-display-header-mode): Ditto.
1061         (wl-summary-toggle-mime): Rewrite with above functions.
1062         (wl-summary-toggle-all-header): Ditto.
1063         (wl-summary-redisplay): Force redisplay with default mode.
1064         (wl-summary-redisplay-internal): Renamed argument from `mode',
1065         `all-header' to `mime-mode', `header-mode'.
1066         Use `wl-message-make-display-type'.
1067
1068         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1069         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1070
1071 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1074
1075 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1076
1077         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1078         in original message buffer.
1079         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1080         buffer.
1081
1082 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1083
1084         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1085
1086 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1087
1088         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1089
1090 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1091
1092         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1093         when actions succeeded.
1094         (wl-summary-exec-action-copy): Likewise.
1095
1096 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1097
1098         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1099         there is switch-to-buffer at the end of wl-message-select-buffer.
1100         (wl-summary-reply): Ditto.
1101
1102 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1103
1104         * wl-summary.el (wl-summary-forward): Put subject in original
1105         message buffer as argument of wl-draft-forward.
1106         * wl-draft.el (wl-draft-forward): Decode subject as in
1107         wl-draft-reply.
1108
1109 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1110
1111         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1112         a folder under access group.
1113
1114 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1115
1116         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1117         wl-message-buffer-display.
1118
1119         * wl-util.el (wl-set-save-drafts): Fix typo.
1120
1121 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1124         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1125         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1126         the way to measure the width of a bitmap image; don't put face on
1127         ascii and bitmap images; put the mark which should not use the
1128         variable-pitch face on ascii and bitmap images.
1129         (wl-demo-setup-properties): Don't use the variable-pitch face on
1130         ascii and bitmap images; made it work on Emacs 20 and earlier.
1131         (wl-demo-insert-text): End with a newline at the bottom; don't put
1132         face on text.
1133
1134         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1135
1136 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1137
1138         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1139
1140         * wl-util.el (wl-save-drafts): Moved from sample setting.
1141         (wl-set-save-drafts): New function to set idle timer.
1142         * wl-draft.el (wl-draft): Call it.
1143         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1144
1145 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1146
1147         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1148         a summary which has toggle display status off.
1149
1150 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-draft.el (wl-draft-do-fcc): No cache save.
1153
1154 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-summary.el (elmo-event-handler-flag-changed): Use
1157         `set-buffer' instead of `with-current-buffer'.
1158
1159 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-summary.el (wl-summary-after-resize-function): New function.
1162         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1163         window-size-change-functions.
1164
1165 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl-draft.el (wl-draft-create-buffer): Bind
1168         `change-major-mode-hook' after current buffer is changed.
1169
1170         * wl-summary.el (wl-summary-buffer-detach): New function.
1171         (wl-summary-buffer-set-folder): Call it.
1172         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1173         change-major-mode-hook and kill-buffer-hook.
1174         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1175         (wl-summary-switch-to-clone-buffer): Ditto.
1176         (wl-summary-goto-folder-subr): Ditto.
1177
1178 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1179
1180         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1181         after boundp check.
1182
1183 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1186         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1187         for `kill-buffer'.
1188
1189         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1190         handler of current buffer from elmo-folder.
1191
1192 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1193
1194         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1195
1196 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1199         variable.
1200         (wl-summary-event-handler): New class.
1201         (elmo-event-handler-flag-changed): Define to update persistent
1202         mark.
1203         (wl-summary-buffer-set-folder): Register event handler to
1204         elmo-folder.
1205         (wl-summary-exit): Unregister event handler.
1206         (wl-summary-goto-folder-subr): Ditto.
1207         (wl-summary-mark-as-read-all): Does not call
1208         `wl-summary-update-persistent-mark' directly.
1209         (wl-summary-mark-as-read-internal): Ditto.
1210         (wl-summary-set-persistent-mark-internal): Ditto.
1211         (wl-summary-set-flags-internal): Ditto.
1212
1213         * Version number is increased to 2.11.33.
1214
1215 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1216
1217         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1218         to nil.
1219
1220 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * wl-spam.el (wl-spam-setup): Add hook
1223         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1224         instead of `wl-summary-prepare-hook'.
1225
1226         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1227         if folder type is `'flag'.
1228         (wl-summary-mark-as-important): Ditto.
1229
1230 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * wl-address.el (wl-address-minibuffer-history): New variable.
1233         (wl-address-minibuffer-local-map): New keymap.
1234         (wl-address-read-from-minibuffer): New function.
1235
1236         * wl-action.el (wl-summary-get-resend-address): Use
1237         `wl-address-read-from-minibuffer' instead of `completing-read'.
1238
1239 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * Version number is increased to 2.11.32.
1242
1243 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1244
1245         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1246         without mule to iso-8859-1.
1247         (wl-draft-add-in-reply-to): Add note in description.
1248         (wl-draft-add-references): Ditto.
1249
1250 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1253         definition for `m'.
1254         (wl-summary-mode-line-format): Add '[%m]'.
1255         (wl-message-mode-line-format-spec-alist): Ditto.
1256         (wl-summary-display-mime-mode-list): New variable.
1257
1258         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1259         from wl-summary-buffer-display-as-is.
1260         (wl-summary-buffer-display-all-header): New buffer local variable.
1261         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1262         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1263         instead of wl-summary-buffer-display-as-is.
1264         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1265         (wl-summary-set-persistent-mark): Ditto.
1266         (wl-summary-set-message-buffer-or-redisplay): Just call
1267         `wl-summary-redisplay-internal' without optional arguments.
1268         (wl-summary-toggle-mime): Rewrite.
1269         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1270         (wl-summary-toggle-all-header): New function.
1271         (wl-summary-redisplay-internal): Treat mime mode.
1272
1273         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1274         to wl-mime-preview-follow-no-mime.
1275         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1276         accodring to the display-mode.
1277
1278         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1279         (wl-message-buffer-display): Changed argument name from `as-is' to
1280         `mode'.
1281         (wl-message-display-internal): Ditto;
1282         Bind elmo-mime-display-header-analysis according to the mode.
1283         (wl-message-display-internal): Put wl-message-display-mime-mode
1284         property on entire buffer.
1285
1286 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1289
1290 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1291
1292         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1293         Don't extract mail address.
1294         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1295
1296         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1297
1298         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1299
1300 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1301
1302         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1303         wl-fldmgr-cut-entity-list on confirmation.
1304
1305 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1306
1307         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1308         (wl-mime-quit-preview): Check existence of
1309         mime-edit-temp-message-buffer here.
1310
1311 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1314         after deletion.
1315
1316         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1317         before calling wl-mime-quit-preview.
1318
1319 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-summary.el (wl-summary-pick): If call it with prefix
1322         argument, set `delete-marks' as non-nil. Pick from only visible
1323         messages.
1324         (wl-summary-check-target-mark): New function.
1325         (wl-summary-target-mark-mark-as-read): Use it.
1326         (wl-summary-target-mark-mark-as-unread): Ditto.
1327         (wl-summary-target-mark-operation): Ditto.
1328         (wl-summary-target-mark-set-flags): Ditto.
1329         (wl-summary-target-mark-save): Ditto.
1330         (wl-summary-target-mark-pick): Ditto.
1331         (wl-summary-target-mark-forward): Ditto.
1332         (wl-summary-target-mark-reply-with-citation): Ditto.
1333         (wl-summary-target-mark-print): Ditto.
1334         (wl-summary-target-mark-uudecode): Ditto.
1335
1336         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1337         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1338         with `ask-coding' is non-nil.
1339
1340 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-thread.el (wl-thread-set-parent): If parent is a message
1343         which is identified by references, set linked as nil.
1344
1345 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1346
1347         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1348         (wl-message-mode-line-format-spec-alist): Ditto.
1349         (wl-message-mode-line-format): Ditto.
1350         (wl-summary-mode-line-format): Ditto for docstring.
1351         (wl-summary-no-mime-folder-list): Fix typo.
1352
1353         * wl-util.el (wl-current-message-buffer): Call
1354         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1355
1356         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1357         variable.
1358         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1359         of `wl-summary-redisplay-no-mime'.
1360         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1361         (wl-summary-toggle-mime): New function.
1362         (wl-summary-redisplay-all-header): Rewrite.
1363         (wl-summary-redisplay-no-mime): Ditto.
1364         (wl-summary-redisplay-internal): Added argument `as-is' and
1365         `all-header'.
1366
1367         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1368         New variable.
1369         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1370         bottom.
1371         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1372         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1373         "/" unconditionally.
1374
1375         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1376         wl-mime-preview-follow-no-mime for as-is content.
1377         (wl-mime-preview-follow-no-mime): New function.
1378         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1379
1380         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1381         and added `as-is', `all-header'.
1382         (wl-message-buffer-display): Ditto.
1383         (wl-message-buffer-display-type): New function.
1384
1385 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-vars.el (wl-message-header-button-alist): Change default
1388         value.
1389         (wl-message-body-button-alist): Ditto.
1390
1391 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1394
1395 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1398
1399 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1400
1401         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1402         is always true.
1403
1404 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1407         on null entity.
1408
1409 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1412
1413 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-vars.el (wl-summary-resend-hook): New hook.
1416
1417         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1418         `wl-summary-resend-hook'.
1419
1420 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1421
1422         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1423         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1424         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1425         (wl-summary-new-cached-mark): Changed default value to 'n'.
1426         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1427         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1428         (wl-folder-sync-range-alist): Remove spec for 'flag.
1429         (wl-summary-force-prefetch-folder-list): New user option.
1430
1431         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1432         `wl-summary-toggle-persistent-mark'.
1433         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1434         number is nil.
1435         (wl-summary-mark-as-answered-region): Set interactive argument of
1436         `wl-summary-set-persistent-mark-internal'.
1437         (wl-summary-mark-as-important-region): Ditto.
1438         (wl-summary-unset-persistent-mark): Ditto.
1439         (wl-summary-set-persistent-mark): Ditto.
1440         (wl-summary-mark-as-answered): Ditto.
1441         (wl-summary-mark-as-important): Ditto.
1442         (wl-summary-set-persistent-mark-internal): Do nothing
1443         when `elmo-message-flag-available-p' is nil.
1444         (wl-summary-toggle-persistent-mark): New function.
1445         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1446         when the folder matches `wl-summary-force-prefetch-folder-list'.
1447
1448
1449         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1450         when number is nil.
1451         (wl-highlight-summary-forwarded-face): New face.
1452
1453 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1454
1455         * Version number is increased to 2.11.31.
1456
1457 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1458
1459         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1460         (wl-biff-check-folder-async): Ditto.
1461         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1462
1463 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1464
1465         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1466         Add an argument `reverse'.  All callers are updated.
1467         (wl-summary-sort): Add a prefix argument `reverse' to specify
1468         reverse sorting.
1469         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1470         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1471         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1472
1473 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-message.el (wl-message-redisplay): Does not narrow header if
1476         disply-type is all-header or as-is.
1477
1478         * wl-summary.el (wl-summary-enter-handler): Use
1479         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1480
1481 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1482
1483         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1484         after adding wl-draft-parent-variables.
1485         (wl-draft-forward): Ditto.
1486
1487 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-summary.el (wl-summary-sync-marks): Call
1490         `wl-summary-set-persistent-mark' and
1491         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1492         (wl-summary-set-persistent-mark-internal): Add 4th argument
1493         `no-server'.
1494         (wl-summary-unset-persistent-mark): Ditto.
1495         (wl-summary-set-persistent-mark): Ditto.
1496         (wl-summary-add-flags-internal): Abolish.
1497         (wl-summary-remove-flags-internal): Ditto.
1498         (wl-summary-mark-as-important-internal): Ditto.
1499         (wl-summary-mark-as-important): Use
1500         `wl-summary-set-persistent-mark' instead of
1501         `wl-summary-add-flags-internal'.
1502         (wl-summary-mark-as-important-region): Ditto.
1503
1504         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1505
1506         * wl-summary.el (wl-summary-get-available-flags): New function.
1507         (wl-summary-sync-marks): Use it and simplified.
1508         (wl-summary-unset-persistent-mark): Use
1509         `wl-summary-get-available-flags'.
1510         (wl-summary-set-persistent-mark): Ditto.
1511
1512 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1513
1514         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1515         id.
1516
1517 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1520         number, call `wl-summary-prev-line-content'. Show message when the
1521         message is not found.
1522
1523 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1524
1525         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1526         wl-summary-enter-handler.
1527         (wl-summary-enter-handler): New command.
1528
1529         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1530         docstring and custom spec.
1531
1532         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1533         flags too; Don't treat Cached and New.
1534         (wl-summary-set-persistent-mark): Ditto.
1535
1536         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1537         `wl-folder-set-flag'.
1538
1539         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1540         instead of `wl-folder-set-flag'.
1541
1542         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1543         for completion.
1544         (wl-summary-set-persistent-mark): Ditto.
1545
1546         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1547         instead of `wl-draft-quit-preview'.
1548
1549         * wl-mime.el (toplevel): Avoid compile warning.
1550         (wl-mime-quit-preview): New function
1551         (formarly defined as `wl-draft-quit-preview').
1552         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1553         quitting method.
1554
1555         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1556
1557         * wl-folder.el (wl-folder-set-flag): Renamed from
1558         `wl-draft-set-flag-on-parent'.
1559
1560         * wl-draft.el (wl-draft-quit-preview): New function.
1561         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1562         (wl-draft-send): Call `wl-folder-set-flag' instead of
1563         `wl-draft-set-flag-on-parent'.
1564         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1565
1566 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1569         (wl-draft-send): Ditto.
1570
1571 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1574         (wl-draft-kill-pre-hook): Set default value as nil.
1575         (wl-summary-reply-hook): Ditto.
1576         (wl-draft-kill-flags): Abolish.
1577
1578         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1579         (wl-draft-parent-variables): Renamed from
1580         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1581         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1582         argument; Add wl-draft-parent-variables to
1583         wl-draft-config-variables.
1584         (wl-draft-reply): Likewise.
1585         (wl-draft-kill-flags): Abolish.
1586         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1587         (wl-draft-set-flag-on-parent): New function.
1588         (wl-draft-setup-parent-flag): Ditto.
1589
1590 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1591
1592         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1593         `wl-draft-parent-folder' is "".
1594
1595 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1596
1597         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1598         (wl-summary-digit-jump): New function.
1599         (Adviced by John Owens and Hiroya Murata)
1600
1601         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1602         (Adviced by John Owens)
1603
1604         * wl-xmas.el (wl-message-define-keymap): Ditto.
1605
1606         * wl-mule.el (wl-message-define-keymap): Ditto.
1607
1608 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1611         change of return value of elmo-folder-count-flags.
1612
1613         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1614         (wl-summary-mark-as-read-internal): Ditto.
1615         (wl-summary-set-persistent-mark-internal): Ditto.
1616         (wl-summary-folder-info-update): Ditto.
1617         (wl-summary-sync-update): Fixed the last change.
1618
1619         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1620
1621 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1622
1623         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1624         (wl-draft-kill-flags): Fixed docstring.
1625
1626         * wl-draft.el (wl-draft-kill-flags): New function.
1627         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1628
1629 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1630
1631         * wl-vars.el (wl-reply-hook): Abolish.
1632         (wl-draft-reply-hook): New hook.
1633         (wl-summary-reply-hook): Ditto.
1634         (wl-draft-forward-hook): Ditto.
1635         (wl-summary-forward-hook): Ditto.
1636         (wl-draft-kill-flags): New variable.
1637
1638         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1639         wl-summary-set-persistent-mark-internal.
1640         (wl-summary-sync-marks): Use elmo-preserved-flags.
1641         (wl-summary-update-persistent-mark): Make it interactive.
1642         (wl-summary-set-persistent-mark-internal): New inline function.
1643         (wl-summary-mark-as-answered): Use it.
1644         (wl-summary-mark-as-unanswered): Ditto.
1645         (wl-summary-unset-persistent-mark): New function.
1646         (wl-summary-set-persistent-mark): Ditto.
1647         (wl-summary-reply): Don't set answered flag;
1648         Run wl-summary-reply-hook instead.
1649         (wl-summary-forward): Call wl-draft-forward with number.
1650         Run wl-summary-forward-hook.
1651
1652         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1653         (wl-highlight-summary-line-face-spec): Use it as a default
1654         persistent mark face.
1655
1656         * wl-draft.el (wl-draft-forward): Added optional argument number;
1657         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1658         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1659         (wl-draft-kill): Use wl-draft-kill-flags.
1660
1661         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1662
1663         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1664         of return value of elmo-folder-count-flags.
1665
1666         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1667
1668         * wl-summary.el (wl-summary-count-unread): Ditto.
1669         (wl-summary-sync-update): Follow the change above.
1670         (wl-summary-force-prefetch): New function.
1671
1672 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1673
1674         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1675         variable `buf' with `let' instead of `setq'.
1676
1677 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1678
1679         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1680         add Content-Disposition heaeder on the deleted part.
1681
1682 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1683
1684         * wl-draft.el (wl-draft-save): Encode address list under edit by
1685         `eword-encode-unstructured-field-body'.
1686
1687         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1688
1689 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1692         wl-current-summary-buffer.
1693
1694 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1695
1696         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1697         `numbers' is ignored.
1698
1699 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1700
1701         * wl-folder.el (wl-folder-open-folder): Avoid error.
1702         Reported by John Owens, [wl-en:815]
1703
1704         * wl.el (wl): Set timer for biff process even if prefix argument
1705         is given or auto-checking is quitted.
1706
1707         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1708         immediately.
1709         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1710         (wl-toggle-plugged): Ditto.
1711
1712         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1713         * wl-util.el (wl-biff-start): Use idle timer if
1714         `wl-biff-use-idle-timer' is non-nil.
1715
1716 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-highlight.el (wl-highlight-message): Fix description.
1719
1720 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1723         tty.
1724
1725 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-action.el (wl-summary-exec): Print failure count.
1728
1729 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1732         to `defun', remove interactive form.
1733         Set elmo-message-fetch-confirm when force-reload is non-nil.
1734
1735 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1736
1737         * wl-summary.el (toplevel): Removed unnecessary autoload.
1738
1739 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1740
1741         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1742         the buffer is generated from another message buffer.
1743
1744 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1747         extracted from `wl-fldmgr-save-folders'.
1748         (wl-fldmgr-delete): Call it after deletion.
1749
1750 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1753         multi-tty support.
1754
1755 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1756
1757         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1758
1759 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1760
1761         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1762         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1763
1764 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1767         unsubscribe list only if argument CLEAR is nil.
1768
1769 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1770
1771         * wl-draft.el (wl-draft-reply): Decode subject before removing
1772         Re: prefix.
1773
1774 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1775
1776         * wl-summary.el (wl-summary-sort-by-size): New command.
1777
1778 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-summary.el (wl-summary-number-list-from-region): New
1781         function.
1782         (wl-summary-mark-as-read-region): Use it.
1783         (wl-summary-mark-as-unread-region): Ditto.
1784         (wl-summary-set-flags-region): Ditto and add optional argument
1785         remove.
1786         (wl-summary-mark-as-answered-region): Ditto.
1787         (wl-summary-mark-as-important-region): Ditto.
1788         (wl-summary-target-mark-mark-as-important): Added optional
1789         argument remove.
1790         (wl-summary-target-mark-mark-as-answered): Ditto.
1791         (wl-summary-target-mark-set-flags): Ditto.
1792
1793 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1794
1795         * wl-summary.el (wl-summary-set-flags-region): Call
1796         `wl-summary-set-flags-internal' with number list instead of call
1797         one by each message.
1798         (wl-summary-target-mark-set-flags): Likewise.
1799
1800 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1803         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1804         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1805         (wl-summary-target-mark-mark-as-answered): Likewise.
1806
1807 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-summary.el (wl-summary-target-mark-forward): Use
1810         `wl-summary-delete-all-target-marks' instead of
1811         `wl-summary-delete-all-temp-marks'.
1812         (wl-summary-target-mark-reply-with-citation): Ditto.
1813         (wl-summary-target-mark-uudecode): Ditto.
1814         (wl-summary-target-mark-set-flags): Ditto and remove needless
1815         cursor move.
1816
1817 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-summary.el (wl-summary-target-mark-forward): Protect
1820         wl-summary-buffer-target-mark-list from nreverse.
1821         (wl-summary-target-mark-reply-with-citation): Ditto.
1822
1823 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1824
1825         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1826         `elmo-display-progress-threshold'.
1827
1828 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1831         check `wl-summary-highlight'.
1832         (wl-summary-window-scroll-functions): Respect value of
1833         `wl-summary-highlight'.
1834         (wl-summary-sync-update): Run hooks
1835         `wl-summary-buffer-window-scroll-functions' at any time.
1836
1837 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1840         from `wl-summary-cleanup-temp-marks'.
1841         (wl-summary-cleanup-temp-marks): Abolish argument.
1842         * wl.el (wl-save-status): Revert previous change.
1843         (wl-execute-temp-marks): New function, call
1844         `wl-summary-exec-with-confirmation'.
1845         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1846         (wl-folder-save-and-exec-marks): Abolished.
1847
1848 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1849
1850         * wl-e21.el (wl-e21-display-image-p): Respect
1851         `wl-highlight-folder-with-icon'.
1852         (wl-e21-highlight-folder-group-line): Highlight mouse line
1853         even if wl-e21-display-image-p is nil.
1854
1855         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1856         Respect value of `wl-summary-highlight'.
1857
1858         * wl.el (wl-save-status): Remove unused variable.
1859
1860         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1861         (wl-folder-mode-map): Bind it to "x".
1862
1863 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1864
1865         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1866
1867         * wl-thread.el (wl-thread-get-parent-list): Don't check
1868         disconnected ancestors, neglecting needless work in
1869         `wl-thread-update-indent-string-thread'.
1870
1871         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1872         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1873         argument, add argument default-keep to keep marks by default.
1874
1875         * Version number is increased to 2.11.30.
1876
1877         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1878         customization type and docstring.
1879         (wl-draft-reply-without-argument-list): Ditto.
1880
1881 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1884
1885         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1886
1887 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1888
1889         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1890
1891 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1894         save-excursion so as not to include run-hooks.
1895
1896 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1899         Clarify that marks are going to be cleared.
1900
1901 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1904         according to 3rd element of wl-summary-flag-mark.
1905
1906         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1907
1908 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-action.el (wl-summary-target-mark-all): Don't set
1911         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1912
1913 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1916         (wl-forward-subject-prefix): Ditto.
1917         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1918         (wl-draft-reply-make-subject): Ditto.
1919
1920         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1921         `wl-draft-forward'.
1922         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1923
1924 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1927         target message does not exist.
1928
1929 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1930
1931         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1932         `wl-subject-prefix-regexp'.
1933         (wl-subject-forward-prefix-regexp): New variable.
1934         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1935         `wl-draft-strip-subject-re' and take regexp as argument.
1936         (wl-draft-forward): Use it.
1937         (wl-draft-reply): Ditto.
1938
1939 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1940
1941         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1942         emacs multi-tty support.
1943
1944 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1945
1946         * wl-e21.el (wl-e21-display-image-p): Don't call
1947         `display-images-p'.
1948         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1949         support.
1950         (wl-highlight-folder-current-line): Ditto.
1951         (wl-folder-init-icons): Ditto.
1952
1953 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1954
1955         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1956         the last line of summary in unplugged mode.
1957
1958 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1959
1960         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1961
1962 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1965         * wl-address.el (wl-address-user-mail-address-p): Use it.
1966         (wl-address-delete-user-mail-addresses): Ditto.
1967         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1968
1969         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1970         (wl-address-delete-user-mail-addresses): Ditto.
1971
1972         * wl-address.el (wl-address-delete-user-mail-addresses): New
1973         function.
1974         * wl-refile.el (wl-refile-guess-by-history): Use it.
1975         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1976         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1977
1978         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1979         use wl-address-user-mail-address-p.
1980
1981 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1984         after opening group.
1985
1986 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1989         of elmo-set-buffer-multibyte.
1990
1991         * wl-message.el (wl-original-message-mode): Ditto.
1992
1993         * wl-score.el (wl-score-insert-header): Ditto.
1994
1995         * wl-summary.el
1996         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1997         (wl-summary-goto-folder-subr): Ditto.
1998         (wl-summary-insert-headers): Ditto.
1999
2000         * wl-util.el (wl-set-string-width): Ditto.
2001
2002         * Version number is increased to 2.11.29.
2003
2004 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2007         (wl-highlight-summary-line-help-echo-alist): New variable.
2008         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2009         into `wl-highlight-summary-line-help-echo' and
2010         `wl-highlight-flag-folder-help-echo'.
2011         (wl-highlight-summary-line-string): Change accordingly.
2012         (wl-highlight-summary-current-line): Ditto.
2013
2014 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2015
2016         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2017         at the beginning of field body (Thanks to Markus Knittig).
2018
2019         * wl-draft.el (wl-draft-insert-current-message): Also check
2020         summary buffer, remove unnecessary tag.
2021
2022 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2025         when wl-message-buffer is nil.
2026
2027         * wl-folder.el (wl-folder): Abolish unused argument.
2028         Call wl-folder-init when wl-folder-entity is nil.
2029         * wl.el (wl): Change accordingly.
2030
2031 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2034         multibyte string before insert into draft buffer.
2035         (wl-draft-create-buffer): Always enable multibyte characters for
2036         draft buffer.
2037
2038         * Version number is increased to 2.11.28.
2039
2040 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2041
2042         * wl-folder.el (wl-folder-open-close): Handle blank line.
2043         (wl-folder-jump-to-current-entity): Ditto.
2044
2045 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * Version number is increased to 2.11.27.
2048
2049 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-thread.el (wl-thread-insert-message): When the thread is
2052         devided by wl-summary-max-thread-depth, insert line at the end of
2053         buffer.
2054
2055 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * Version number is increased to 2.11.26.
2058
2059 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2062
2063 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2066         value of stream-type and session.
2067
2068 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * Version number is increased to 2.11.25.
2071
2072 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2073
2074         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2075         in a quit message.
2076
2077 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2080         (wl-summary-redisplay-no-mime-internal): Ditto.
2081
2082 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2083
2084         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2085         * wl-vars.el (wl-smtp-connection-type): Ditto.
2086
2087 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2088
2089         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2090         for the separator line and quote mail-header-separator.
2091
2092 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2093
2094         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2095         result message.
2096
2097         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2098         `elmo-multiple-fields-body-list' with boundary as
2099         mail-header-separator.
2100
2101 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2104
2105 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * wl-util.el (wl-list-diff): Remove unused function.
2108
2109         * wl-draft.el (wl-draft-send-confirm): Discard input before
2110         confirmation.
2111
2112 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2115         order of flag and new.
2116
2117 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2118
2119         * wl-vars.el (wl-refile-policy-alist): Abolished.
2120
2121         * wl-action.el (wl-summary-set-action-refile): Follow the change
2122         above.
2123
2124 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * wl-highlight.el (wl-highlight-signature-search): Don't use
2127         re-search-backward for a long word since it is possible to crash
2128         XEmacs because of a bug.
2129
2130 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2131
2132         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2133
2134 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2137         argument for wl-summary-sync-force-update.
2138
2139 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2140
2141         * wl-summary.el (wl-summary-mode-map): Revival of
2142         wl-summary-mark-as-important related bindings;
2143         Bind 'F','tF','mF','rF','m&'.
2144         (wl-summary-mark-as-important-region): Revival.
2145         (wl-summary-target-mark-mark-as-important): Ditto.
2146         (wl-summary-target-mark-operation): New function.
2147         (wl-summary-target-mark-mark-as-answered): Use it.
2148         (wl-summary-decide-flag): Don't set Important as default.
2149         (wl-summary-mark-as-important-internal): Revival.
2150         (wl-summary-mark-as-important): Ditto.
2151
2152         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2153
2154         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2155         instead of facep.
2156
2157 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2158
2159         * wl-dnd.el (wl-dnd-drop-func): Fix.
2160
2161         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2162         mouse-set-point instead of posn-point.
2163
2164         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2165
2166         * wl-mule.el (wl-completing-read-multiple): Ditto.
2167
2168 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-demo.el (face-background-name): Defalias to avoid compile
2171         warning.
2172
2173 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-summary.el (wl-summary-decide-flag): Use
2176         wl-completing-read-multiple instead of completing-read-multiple.
2177
2178         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2179         New alias.
2180
2181         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2182         Use face-background-name instead of face-background.
2183
2184         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2185
2186         * wl-summary.el (wl-summary-save): Use it.
2187         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2188
2189         * wl-mime.el (wl-mime-save-content): Fix last change.
2190
2191 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2192
2193         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2194         New function.
2195         (wl-summary-sort-specs): Added sort.
2196         * wl-mime.el (wl-mime-save-content): Expand file name.
2197
2198 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2201
2202         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2203
2204 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2205
2206         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2207         for flag if it is not defined.
2208
2209 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-e21.el (wl-highlight-folder-current-line): Use
2212         elmo-folder-type-internal when elmo-folder-type returns nil.
2213
2214         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2215
2216         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2217
2218         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2219
2220         * wl-e21.el (wl-summary-toolbar): Ditto.
2221
2222         * wl-vars.el (wl-demo-background-color): Abolished.
2223         (wl-summary-persistent-mark-priority-list): Renamed from
2224         wl-summary-flag-priority-list.
2225         (wl-summary-flag-alist): New user option.
2226         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2227         (wl-message-mode-line-format-spec-alist): Added 'F'.
2228         (wl-message-mode-line-format): Likewise.
2229         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2230         instead of wl-summary-important-mark.
2231         (wl-file-folder-icon): New variable.
2232
2233         * wl-thread.el (wl-thread-set-flags): Renamed from
2234         wl-thread-mark-as-important.
2235
2236         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2237         warning.
2238         (wl-summary-mode-menu-spec): Follow the change of 
2239         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2240         (wl-summary-mode-map): Follow the change of
2241         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2242         (wl-summary-detect-mark-position): Follow the variable name change.
2243         (wl-summary-set-flags-region): New function for the replacement of
2244         wl-summary-mark-as-important-region.
2245         (wl-summary-sync-marks): Sync all global-flags.
2246         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2247         instead of elmo-message-flagged-p.
2248         (wl-summary-persistent-mark-string): Follow the variable name change;
2249         Put wl-summary-flag-mark if the message has global-flag.
2250         (wl-summary-target-mark-set-flags): Renamed from 
2251         wl-summary-target-mark-mark-as-important.
2252         (wl-summary-decide-flag): New function.
2253         (wl-summary-set-flags-internal): Renamed from
2254         wl-summary-mark-as-important-internal.
2255         (wl-summary-add-flags-internal): New function.
2256         (wl-summary-remove-flags-internal): Ditto.
2257         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2258         (wl-summary-mark-as-unimportant): Abolish.
2259         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2260         (wl-summary-next-message): List flagged messages in the msgdb.
2261
2262         * wl-score.el (wl-summary-score-update-all-lines): Use
2263         wl-summary-add-flags-internal instead of 
2264
2265         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2266
2267         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2268         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2269         (wl-message-buffer-require-all-header): Renamed from
2270         wl-message-buffer-all-header-flag (Ditto).
2271         (wl-message-buffer-flag-indicator): New variable.
2272         (wl-message-redisplay): Changed local varibale name from `flag' to
2273         `display-type'; Set up wl-message-buffer-flag-indicator.
2274         (wl-message-buffer-display): Changed varibale name from `flag' to
2275         `display-type'.
2276         (wl-message-display-internal): Likewise.
2277
2278         * wl-highlight.el (wl-highlight-demo-face): Define default background
2279         color.
2280         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2281
2282         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2283
2284         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2285         (wl-demo-setup-properties): Renamed from
2286         `wl-demo-set-background-color'.
2287         (wl-demo): Follow the change above.
2288         
2289         * Version number is increased to 2.11.24.
2290
2291 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-summary.el (wl-summary-toggle-thread): Call
2294         `wl-summary-rescan' with disable-thread as non-nil.
2295         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2296
2297 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2298
2299         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2300         foreground property of the face.
2301         (wl-demo-insert-text): Don't set up face property here.
2302         (wl-demo): Call wl-demo-set-background-color, anyway.
2303
2304 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-vars.el (wl-demo-background-color): The value can be nil.
2307
2308 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2311         to wl-summary-wheel-dispatcher.
2312
2313         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2314         wl-message-wheel-dispatcher.
2315         (wl-message-wheel-dispatcher): New function.
2316         (wl-summary-wheel-dispatcher): Ditto.
2317
2318 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2319
2320         * wl-action.el (wl-summary-target-mark-all): List messages which are
2321         not in the killed-list.
2322
2323         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2324         only when the folder is 'flag/important.
2325
2326         * wl-address.el (wl-complete-field-body): Complete if the last
2327         character is a space.
2328
2329 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * wl-folder.el (wl-folder-clear-entity-info): Use
2332         elmo-clear-hash-val.
2333
2334         * wl-fldmgr.el (wl-fldmgr-rename): Set
2335         wl-folder-info-alist-modified as t.
2336
2337 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2340
2341 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2344         (wl-folder-buffer-last-visited-entity-id): New buffer local
2345         variable.
2346         (wl-folder-revisit-last-visited-folder): New function.
2347         (wl-folder-mode-map): Bind it to "C-i".
2348         (wl-folder-set-current-entity-id): Set last visited folder.
2349         * wl-summary.el (wl-summary-exit): Ditto.
2350
2351 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2354         before calling `recenter' in order to cope with an XEmacs bug.
2355
2356 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2359         to the default value.
2360
2361 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2364         change.
2365         (wl-summary-sync-marks): Ditto.
2366         (wl-summary-mark-as-read-internal): Ditto.
2367         (wl-summary-mark-as-answered-internal): Ditto.
2368         (wl-summary-mark-as-important-internal): Ditto.
2369         (wl-summary-reply): Ditto.
2370
2371         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2372         instead of `elmo-folder-unflag-answered'.
2373
2374         * Version number is increased to 2.11.23.
2375
2376         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2377         the last change.
2378
2379 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2380
2381         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2382         Specify "spam" or "good".
2383
2384 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2385
2386         * wl-spam.el (wl-summary-exec-action-spam): Call
2387         wl-folder-confirm-existence for spam folder.
2388         (wl-spam-setup): Bind "mk".
2389
2390 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2393
2394 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2395
2396         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2397         destination folder is empty.
2398
2399 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2400
2401         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2402         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2403
2404         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2405         (wl-summary-refile-prev-destination-region): New function.
2406         (wl-thread-refile-prev-destination): Ditto.
2407         (wl-summary-target-mark-refile-prev-destination): Ditto.
2408
2409 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2412         (wl-demo-background-color): Changed default value.
2413
2414         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2415         color.
2416
2417         * wl-demo.el (wl-demo-set-background-color): New function.
2418         (wl-demo): Call it.
2419
2420 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2421
2422         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2423         * wl-address.el (wl-address-add-or-change): Don't add empty
2424         address.
2425
2426 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2427
2428         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2429
2430 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2431
2432         * wl-vars.el (wl-demo-image-filter-alist): New variable
2433         (wl-demo-background-color): Ditto.
2434
2435         * wl-demo.el (wl-demo-xpm-set-background): New function.
2436         (wl-demo-image-filter): Ditto.
2437         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2438
2439         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2440
2441         * wl-demo.el (wl-demo-icon-name): Define as function.
2442         (wl-demo-insert-image): Use it.
2443
2444 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2445
2446         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2447
2448 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2449
2450         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2451
2452 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2453
2454         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2455
2456 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-thread.el (wl-thread-mark-as-answered): New function.
2459
2460         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2461         answered" entry.
2462         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2463         "r&" and wl-thread-mark-as-answered to "t&".
2464         (wl-summary-mark-as-important-region): Refine to toggle mark.
2465         (wl-summary-mark-as-answered-region): New function.
2466         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2467         and 3rd argument.
2468         (wl-summary-mark-as-important-internal): Likewise.
2469
2470 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2471
2472         * wl-template.el (wl-template-preview): New internal variable.
2473         (wl-template-preview-p): New function.
2474         (wl-template-show): Bind `wl-template-preview' as t.
2475
2476 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2477
2478         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2479         `elmo-message-entity-field' with 3rd argument which is non-nil.
2480
2481 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2484         Removed duplicate local bind `folder'.
2485
2486 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2489
2490 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2493         duplicate definition.
2494
2495 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2498         non-nil, use it; Don't fetch message if there's no message in the
2499         current cursor position.
2500
2501 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2502
2503         * wl-util.el (wl-region-exists-p): Use region-active-p.
2504         (wl-deactivate-region): New function.
2505         * wl-message.el (wl-message-redisplay): Deactivate region.
2506
2507         * wl-summary.el (wl-summary-reply): Call
2508         `wl-summary-set-message-buffer-or-redisplay' instead of
2509         `wl-summary-redisplay-internal', don't move point.
2510
2511 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2514         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2515         by regexp.
2516
2517 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2520         if no need.
2521
2522 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2525         default value to nil.
2526         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2527         `wl-summary-prepare-hook'; Replace refile action to
2528         `wl-summary-exec-action-refile-with-register'.
2529
2530         * Version number is increased to 2.11.22.
2531
2532 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * wl-summary.el (wl-summary-detect-mark-position): Set
2535         `wl-summary-buffer-weekday-name-lang'.
2536
2537 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2538
2539         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2540         (wl-summary-mark-as-read-all): Ditto.
2541         (wl-summary-delete-messages-on-buffer): Ditto.
2542         (wl-summary-sync-update): Ditto.
2543         (wl-summary-mark-as-read-internal): Ditto.
2544         (wl-summary-mark-as-answered-internal): Ditto.
2545         (wl-summary-update-folder-info): Abolished.
2546
2547 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * wl-summary.el (wl-summary-mark-as-read-all): Use
2550         `wl-summary-update-folder-info' instead of
2551         `wl-folder-update-unread'.
2552
2553 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2554
2555         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2556         `wl-summary-folder-info-update'.
2557         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2558         instead of `wl-summary-folder-info-update'.
2559         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2560         `wl-folder-set-folder-updated'.
2561         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2562         instead of `wl-folder-update-unread'.
2563         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2564         the value of `wl-summary-buffer-unread-count' for the second parameter of
2565         `wl-folder-update-unread'.
2566
2567         * Version number is increased to 2.11.21.
2568
2569 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2570
2571         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2572         a local variable.
2573
2574 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2575
2576         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2577         interactively.
2578
2579         * wl-summary.el (wl-summary-mark-as-important-internal): New
2580         internal function.
2581         (wl-summary-mark-as-important): Use it.
2582         (wl-summary-mark-as-unimportant): New function.
2583         (wl-summary-sync-marks): Follow the API change.
2584
2585         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2586
2587         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2588
2589 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2590
2591         * wl-folder.el (wl-folder-update-unread): Re-indent.
2592         Narrow the scope of a local variable.
2593
2594 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2597         (wl-addrmgr-merge-entries): Ditto.
2598         (wl-addrmgr): Added to address entry which exists in draft buffer
2599         if no entry is in original.
2600
2601 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-batch.el: New file.
2604
2605 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2606
2607         * wl-vars.el (wl-use-semi): Remove unused variable.
2608
2609 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2610
2611         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2612         "?".
2613
2614 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2617         wl-summary-new-mark.
2618         (wl-summary-new-cached-mark): New user option.
2619         (wl-summary-score-marks): Follow the change above.
2620         (wl-summary-auto-refile-skip-marks): Ditto.
2621         (wl-summary-incorporate-marks): Ditto.
2622         (wl-summary-expire-reserve-marks): Ditto.
2623
2624         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2625
2626         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2627         (wl-summary-persistent-mark-string): Distinguished between cached
2628         and uncached mark when the message is new.
2629
2630 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2631
2632         * wl-spam.el (wl-spam-domain): Renamed from
2633         `wl-spam-folder-guess-domain'.
2634         (wl-summary-exec-action-spam): Register as spam if domain of the
2635         source folder is good.
2636         (wl-summary-exec-action-refile-with-register): Register message if
2637         domain of the source folder is not undecided.
2638
2639 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2642         detect thread loop.
2643
2644 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2647         and wl-summary-skip-mark-list.
2648
2649 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2652
2653         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2654
2655         * wl-spam.el (toplevel): Require wl-highlight.
2656         (wl-spam-auto-check-policy-alist): Abolish.
2657         (wl-spam-auto-check-folder-regexp-list): New user option.
2658         (wl-spam-auto-check-marks): Ditto.
2659         (wl-spam-mark-action-list): Ditto.
2660         (wl-highlight-summary-spam-face): New face.
2661         (wl-spam-auto-check-message-p): New function.
2662         (wl-spam-map-spam-messages): Fixed message.
2663         (wl-spam-register-spam-messages): Ditto.
2664         (wl-spam-register-good-messages): Ditto.
2665         (wl-summary-spam-map): Add and remove keybind.
2666         (wl-summary-target-mark-spam): Abolish.
2667         (wl-summary-refile-spam): Ditto.
2668         (wl-summary-test-spam): New function.
2669         (wl-summary-mark-spam): Ditto.
2670         (wl-summary-auto-check-spam): Follow the above change.
2671         (wl-summary-exec-action-spam): New function.
2672         (wl-summary-exec-action-refile-with-register): Fixed message.
2673         (wl-message-check-spam): New function.
2674         (wl-spam-setup): Ditto.
2675         (toplevel): Call it if this file is loaded interactivity.
2676
2677         * Version number is increased to 2.11.20.
2678
2679 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2680
2681         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2682         when new optional argument `force' is non nil or modified.
2683
2684 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl.el (toplevel): Require wl-spam when compile.
2687         (wl-save-status): Call wl-spam-save-status.
2688
2689         * wl-spam.el (wl-spam-register-spam-messages): New function.
2690         (wl-spam-register-good-messages): Ditto.
2691         (wl-spam-save-status): Ditto.
2692         (wl-summary-mode-map): Bind
2693         wl-summary-target-mark-register-as-spam to "ms" and
2694         wl-summary-target-mark-register-as-good to "mn".
2695         (wl-summary-register-as-spam): Abolish optional argument; Use
2696         wl-spam-register-spam-messages.
2697         (wl-summary-register-as-spam-all): Use
2698         wl-spam-register-spam-messages.
2699         (wl-summary-register-as-good): Abolish optional argument; Use
2700         wl-spam-register-good-messages.
2701         (wl-summary-register-as-good-all): Use
2702         wl-spam-register-good-messages.
2703         (wl-summary-target-mark-register-as-spam): New funtion.
2704         (wl-summary-target-mark-register-as-good): Ditto.
2705
2706 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-spam.el: New file.
2709
2710 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2711
2712         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2713
2714         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2715         (wl-summary-auto-refile): Call wl-refile-guess with
2716         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2717
2718 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2721         with disable-thread argument non-nil.
2722
2723 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2724
2725         * wl-summary.el (wl-summary-rescan): Added optional argument
2726         disable-thread.
2727         (wl-summary-sync): Call wl-summary-rescan with argument
2728         disable-thread.
2729         (wl-summary-input-range): Added new range `rescan-thread'.
2730
2731 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2734
2735 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2738         internal variable.
2739         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2740         wl-summary-search-parent-by-subject-regexp and
2741         wl-summary-divide-thread-when-subject-changed as nil.
2742         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2743         (wl-summary-insert-thread): Search parent entity from
2744         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2745         thread loop.
2746
2747 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2750
2751         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2752
2753         * wl-util.el (wl-require-update-all-folder-p): New function.
2754         (wl-get-assoc-list-value): Added `function' to match directive.
2755         (wl-collect-draft): Rewrite.
2756
2757         * wl-summary.el (wl-summary-sync-update): Clear faces
2758         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2759         are non-nil.
2760         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2761         argument as function.
2762         (wl-summary-input-range): Ditto.
2763
2764         * wl-folder.el (wl-draft-get-folder): New function.
2765         (wl-folder-get-elmo-folder): Consider draft folder.
2766
2767         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2768         (wl-draft-buffer-message-number): New buffer local variable.
2769         (wl-draft-folder-internal): New internal variable.
2770         (wl-draft-delete): Rewrite.
2771         (wl-draft-save): Ditto.
2772         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2773         wl-folder-get-elmo-folder.
2774         (wl-draft-config-info-operation): Ditto.
2775         (wl-jump-to-draft-folder): Ditto.
2776         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2777         (wl-draft-reedit): Rewrite.
2778
2779         * Version number is increased to 2.11.19.
2780         
2781 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2782
2783         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2784         variable.
2785
2786 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2789         Use ignore-errors instead of unwind-protect.
2790
2791 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2792
2793         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2794         for updating `wl-thread-entity-list'.
2795
2796 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2797
2798         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2799         parameter from calling `wl-thread-entity-get-older-brothers' and
2800         `wl-thread-entity-get-younger-brothers'.
2801         Replace nested `append' with a single one.
2802
2803 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2804
2805         * wl-summary.el (wl-summary-mode): Don't use the return value of
2806         `make-local-hook'.
2807
2808 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2809
2810         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2811         instead of `let*'.
2812         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2813         of local variables.
2814
2815 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2816
2817         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2818         Renamed from wl-summary-window-scroll-functions.
2819         (wl-summary-window-scroll-functions): Don't set to variable.
2820         (wl-summary-display-top): Use run-hooks.
2821         (wl-summary-display-bottom): Ditto.
2822         (wl-summary-toggle-disp-msg): Ditto.
2823         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2824         Use it instead of wl-summary-window-scroll-functions.
2825         (wl-summary-goto-folder-subr): Don't call
2826         wl-summary-window-scroll-functions, use
2827         wl-summary-buffer-window-scroll-functions instead.
2828
2829 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2832         make-local-variable.
2833
2834 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2835
2836         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2837         set-buffer-modified-p.
2838         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2839         (wl-summary-display-bottom): Ditto.
2840         (wl-summary-toggle-disp-msg): Ditto.
2841
2842 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2843
2844         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2845
2846         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2847         (wl-summary-forward): Use elmo-message-entity-field instead of
2848         elmo-message-field.
2849
2850         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2851
2852 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-summary.el (wl-summary-window-scroll-functions): No use
2855         `append'.
2856
2857 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2860         function.
2861         (wl-summary-window-scroll-functions): Call it when both
2862         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2863         (wl-summary-temp-mark): Added optional argument number.
2864         (wl-summary-message-mark): Added optional argument flag.
2865         (wl-summary-persistent-mark): Added optional argument number and flag.
2866         (wl-summary-update-persistent-mark): Ditto.
2867         (wl-summary-update-status-marks): Set "r" for interactive spec.
2868
2869         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2870         argument number and flag.
2871
2872         * wl-action.el (wl-summary-registered-temp-mark): 
2873         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2874
2875 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2876
2877         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2878         internal variable (buffer local).
2879         (wl-summary-window-scroll-functions): New function.
2880         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2881         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2882         as nil.
2883         (wl-summary-update-status-marks): Added arguments beg, end and
2884         check.
2885         (wl-summary-update-mark-window): Use function.
2886         (wl-summary-sync-update): Follow the change above.
2887         (wl-summary-switch-to-clone-buffer): Copy
2888         wl-summary-buffer-unsync-mark-number-list.
2889         (wl-summary-goto-folder-subr): Set
2890         wl-summary-buffer-unsync-mark-number-list and
2891         use wl-summary-window-scroll-functions instead of
2892         wl-summary-lazy-highlight.
2893
2894         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2895
2896 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2899
2900         * wl-summary.el (wl-summary-update-persistent-mark): Call
2901         wl-summary-set-message-modified.
2902
2903         * wl-summary.el (wl-summary-sync-update): Don't call
2904         wl-summary-update-status-marks.
2905
2906         * Version number is increased to 2.11.18.
2907
2908 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2911         (wl-message-next-page): Ditto.
2912
2913 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2914
2915         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2916         local variable.  Change the order of a collected list into the
2917         same as the specified range.  Remove nil from a collected list.
2918
2919 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2920
2921         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2922         argument for elmo-folder-list-messages.
2923
2924 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2927         change (wl-summary-count-unreads return a list instead of a cons
2928         cell).
2929
2930 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2931
2932         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2933         `wl-summary-folder-info-update'.
2934
2935 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-summary.el (wl-summary-set-message-modified): No use
2938         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2939         (wl-summary-set-mark-modified): Abolish.
2940         (wl-summary-mark-modified-p): Ditto.
2941         (wl-summary-save-view): Follow the change above.
2942
2943         * wl-expire.el (wl-summary-expire): Likewise.
2944
2945 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-summary.el (wl-summary-detect-mark-position): Use
2948         modb-entity-handler.
2949         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2950
2951         * Version number is increased to 2.11.17.
2952
2953 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2956         entity field value.
2957         (wl-summary-prefetch-msg): Ditto.
2958         (wl-summary-print-message-with-ps-print): Ditto.
2959
2960 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2961
2962         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2963         for dummy entity.
2964         (wl-summary-insert-thread): Use elmo-message-entity-field.
2965         (wl-summary-update-thread): Use elmo-message-entity-field and
2966         elmo-message-entity-number.
2967         (wl-summary-line-number):  Use elmo-message-entity-number.
2968         (wl-summary-line-size): Use elmo-message-entity-field.
2969         (wl-summary-line-subject): Ditto.
2970         (wl-summary-line-from): Ditto.
2971         (wl-summary-line-attached): Ditto.
2972         (wl-summary-create-line): Ditto.
2973         (wl-summary-create-line): Use elmo-message-entity-number.
2974         (wl-summary-print-message-with-ps-print): Use
2975         elmo-message-entity-field.
2976
2977 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2980         change in elmo-msgdb-make-message-entity.
2981         (wl-summary-buffer-set-folder): Don't call
2982         wl-summary-detect-mark-position here.
2983         (wl-summary-rescan): Call elmo-message-entity-number.
2984         (wl-summary-sync-update): Ditto.
2985         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2986
2987         * wl-score.el (wl-score-header-index): Redefine 2th element.
2988         (wl-score-overview-entity-get-extra): Abolish.
2989         (wl-score-ov-entity-get): Rewrite.
2990         (wl-score-string-index<, wl-score-string-func<): Abolish.
2991         (wl-score-string<): New function.
2992         (wl-score-string-sort): Use it.
2993
2994         * wl-refile.el (wl-refile-guess-by-history): Use
2995         elmo-message-entity-field.
2996         (wl-refile-guess-by-from): Ditto.
2997         (wl-refile-guess-by-msgid): Ditto.
2998
2999         * Version number is increased to 2.11.16.
3000
3001 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3002
3003         * wl-folder.el (wl-folder-confirm-existence): Don't call
3004         file-exists-p if msgdb-path is nil.
3005         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3006         `wl-read-folder-hist' to `wl-read-folder-history'.
3007
3008 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3009
3010         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3011         `y-or-n-p'.
3012
3013 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-score.el (wl-score-headers): Don't use
3016         elmo-folder-do-each-message-entity.
3017
3018         * Version number is increased to 2.11.15.
3019
3020 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3021
3022         * wl-summary.el (wl-summary-delete-all-msgs): Use
3023         elmo-folder-move-messages instead of elmo-folder-delete-messages
3024         and elmo-folder-detach-messages.
3025         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3026
3027         * wl-expire.el (wl-expire-delete): Ditto.
3028         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3029
3030 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3033         (wl-message-header-narrowing-fields): Ditto.
3034         (wl-message-header-narrowing-lines): Ditto.
3035         (wl-message-header-narrowing-string): Ditto.
3036
3037         * wl-summary.el (wl-summary-mode-map): Bind
3038         wl-summary-toggle-header-narrowing to "C-cC-f".
3039         (wl-summary-toggle-header-narrowing): New function.
3040
3041         * wl-message.el (wl-message-buffer-create): Call
3042         wl-message-header-narrowing-setup.
3043         (wl-message-redisplay): Call wl-message-header-narrowing.
3044         (wl-message-header-narrowing): New function.
3045         (wl-message-header-narrowing-map): New keymap.
3046         (wl-message-header-narrowing-widen-map): New keymap.
3047         (wl-message-header-narrowing-again-at-mouse): New function.
3048         (wl-message-header-narrowing-1): Ditto.
3049         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3050         (wl-message-header-narrowing-setup): Ditto.
3051         (wl-message-header-narrowing-toggle): Ditto.
3052         
3053         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3054
3055         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3056         'flag as all.
3057         (wl-use-flag-folder-help-echo): New user option.
3058
3059         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3060         wl-summary-highlight as nil.
3061         (wl-summary-set-mark-modified): Follow the API change.
3062         (wl-summary-mark-modified-p): Ditto.
3063         (wl-summary-mark-as-read-all): Ditto.
3064         (wl-summary-sync-marks): Don't call
3065         elmo-folder-list-messages-with-global-mark.
3066         (wl-summary-mark-as-read-internal): Follow the API change.
3067         (wl-summary-mark-as-answered-internal): Ditto.
3068         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3069         Follow the API change.
3070         (wl-summary-create-line): Call with number argument.
3071         (wl-summary-reply): Follow the API change.
3072
3073         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3074         function.
3075         (wl-highlight-summary-line-string): Call it when
3076         wl-use-flag-folder-help-echo is non-nil.
3077         (wl-highlight-summary-current-line): Ditto.
3078         (elmo-flag-folder-referrer): Added autoload setting.
3079
3080         * wl-draft.el (wl-draft-kill): Follow the API change.
3081
3082         * Version number is increased to 2.11.14.
3083         
3084 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3087
3088 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * Version number is increased to 2.11.13.
3091
3092 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3093
3094         * wl-draft.el (wl-draft-previous-history-element): Fixed
3095         unbalanced parenthesis and bind unbound local variables.
3096
3097 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3098
3099         * wl-draft.el (wl-draft-previous-history-element): New function.
3100         (wl-draft-next-history-element): Ditto.
3101         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3102         them to M-p and M-n.
3103
3104 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3105
3106         * Version number is increased to 2.11.12.
3107
3108 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3109
3110         * wl-draft.el (wl-draft-hide): Select buffer-window.
3111
3112 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3113
3114         * wl-summary.el (wl-summary-narrow-to-region): New function.
3115         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3116         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3117         (wl-summary-save-region): Use it.
3118         * wl-action.el (wl-summary-collect-numbers-region)
3119         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3120
3121 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122
3123         * wl-folder.el (wl-folder-count-incorporates): Don't use
3124         `elmo-msgdb-mark-load'
3125
3126         * Version number is increased to 2.11.11.
3127
3128 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3129
3130         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3131         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3132
3133 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3136
3137 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3138
3139         * Version number is increased to 2.11.10.
3140
3141 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-mime.el (wl-draft-attribute-value): Fixed.
3144
3145 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3146
3147         * wl-util.el (wl-copy-local-variables): New function.
3148
3149         * wl-mime.el (wl-draft-attribute-recipients): New function.
3150         (wl-draft-attribute-envelope-from): Ditto.
3151         (wl-draft-attribute-smtp-posting-server): Ditto.
3152         (wl-draft-attribute-smtp-posting-port): Ditto.
3153         (wl-draft-attribute-value): Ditto.
3154         (wl-draft-preview-message): Use it to get value for
3155         attributes. Reflect result of `wl-draft-config'.
3156
3157         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3158         and call `wl-summary-mark-as-read' before to call
3159         `wl-summary-unset-mark'.
3160         (wl-summary-target-mark-mark-as-unread): Likewise.
3161         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3162
3163 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3164
3165         * wl-mime.el (wl-draft-preview-message): Use actual value for
3166         attributes; Fix for small window.
3167
3168 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * wl-refile.el (wl-refile-get-field-value): Call
3171         `elmo-message-entity-field' with 3rd argument is non-nil.
3172
3173 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-vars.el (wl-draft-preview-attributes): New user option.
3176         (wl-draft-preview-attributes-list): Ditto.
3177         (wl-draft-preview-attributes-buffer-lines): Ditto.
3178         (wl-draft-preview-attributes-buffer-name): Ditto.
3179
3180         * wl-mime.el (wl-draft-preview-message): Display attributes.
3181
3182 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-summary.el (wl-summary-detect-mark-position): Bind
3185         wl-summary-flag-priority-list to '(new).
3186
3187 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3188
3189         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3190         funtion.
3191         (wl-highlight-summary-line-string): Use it.
3192         (wl-highlight-summary-current-line): Ditto.
3193
3194 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3195
3196         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3197         line even when the mark string is not changed.
3198
3199         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3200         argument change in the wl-summary-create-line.
3201         (wl-thread-insert-entity-sub): Ditto.
3202
3203         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3204         argument change in the wl-summary-create-line.
3205         (wl-summary-insert-sequential): Ditto.
3206         (wl-summary-update-thread): Ditto.
3207         (wl-summary-persistent-mark-string): New inline function.
3208         (wl-summary-message-mark): Use it.
3209         (wl-summary-create-line): Abolish argument wl-persistent-mark
3210         and added wl-flags, wl-cached.
3211
3212         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3213         mark to flags.
3214         (wl-highlight-summary-current-line): Decide the face not by the 
3215         persistent mark but flags.
3216
3217 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3220         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3221         wl-summary-read-uncached-mark): Revive.
3222         (wl-summary-answered-cached-mark,
3223         wl-summary-answered-uncached-mark): New user option.
3224         (wl-summary-score-marks): Follow the change above.
3225         (wl-summary-auto-refile-skip-marks): Ditto.
3226         (wl-summary-incorporate-marks): Ditto.
3227         (wl-summary-expire-reserve-marks): Ditto.
3228         (wl-summary-flag-priority-list): New user option.
3229
3230         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3231         changes.
3232         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3233         of elmo-message-mark.
3234         (wl-summary-mark-as-read-internal): Ditto.
3235         (wl-summary-mark-as-answered): Ditto.
3236         (wl-summary-mark-as-important): Ditto.
3237         (wl-summary-redisplay-internal): Ditto.
3238         (wl-summary-redisplay-no-mime-internal): Ditto.
3239         (wl-summary-message-mark): New function.
3240         (wl-summary-insert-sequential): Use wl-summary-message-mark
3241         instead of elmo-message-mark.
3242         (wl-summary-update-thread): Ditto.
3243         (wl-summary-persistent-mark): Ditto.
3244         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3245         instead of elmo-message-mark.
3246
3247         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3248         wl-summary-message-mark instead of elmo-message-mark.
3249         (wl-thread-insert-entity-sub): Ditto.
3250         (wl-thread-get-children-msgs-uncached): Ditto.
3251
3252         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3253         variable name changes.
3254         (wl-highlight-summary-current-line): Ditto.
3255
3256         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3257         wl-summary-message-mark instead of elmo-message-mark.
3258
3259         * wl-expire.el (wl-expire-message-p): Ditto.
3260
3261         * wl-score.el (wl-score-headers): Ditto.
3262
3263         * Version number is increased to 2.11.9.
3264
3265         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3266         (wl-summary-sync-update): Follow the change above.
3267         (wl-summary-switch-to-clone-buffer): Ditto.
3268         (wl-summary-open-folder): Ditto.
3269
3270 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3271
3272         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3273         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3274
3275         * Version number is increased to 2.11.8.
3276
3277         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3278
3279         * wl-expire.el (wl-expire-refile): Follow the API change on
3280         `elmo-folder-move-messages'.
3281         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3282
3283         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3284         (wl-summary-exec-action-refile): Ditto.
3285         (wl-summary-exec-action-copy): Ditto.
3286         (wl-summary-no-auto-refile-message-p): No use
3287         `wl-summary-buffer-msgdb'.
3288         (wl-summary-auto-refile): Ditto.
3289
3290 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3291
3292         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3293
3294 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3295
3296         * wl-summary.el (wl-summary-sync): Treat no-sync.
3297
3298         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3299         (wl-default-sync-range): Ditto.
3300
3301 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-refile.el (wl-refile-subject-learn): Call
3304         `elmo-message-entity-field' with 3rd argument is non-nil.
3305         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3306         instead of `elmo-msgdb-overview-entity-get-subject'.
3307
3308 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3311         scan-type is rescan.
3312         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3313         new optional argument force is non-nil.
3314         (wl-summary-save-view-cache): Call it with force argument non-nil.
3315
3316         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3317
3318 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-action.el (wl-summary-print-argument): Fixed last change.
3321
3322 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3325         simplified.
3326         (wl-summary-target-mark-mark-as-unread): Likewise.
3327         (wl-summary-target-mark-mark-as-important): Likewise.
3328
3329 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3330
3331         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3332         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3333         (wl-summary-mark-as-important-region): Change accordingly.
3334         (wl-summary-target-mark-mark-as-important): Ditto.
3335
3336 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3339
3340         * wl-action.el (wl-summary-print-argument): Print argument to
3341         right side of window if `wl-summary-print-argument-within-window'
3342         is non-nil.
3343
3344 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-action.el (wl-summary-set-mark): Use
3347         `wl-summary-message-visible-p' to check visibility of the message
3348         and jump to message only when the message line is visible and have
3349         different number; Call wl-summary-unset-mark with number argument.
3350         (wl-summary-unset-mark): 
3351         Use `wl-summary-message-visible-p'
3352         to check visibility of the message and jump to message only when
3353         the message line is visible and have different number;
3354
3355 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3356
3357         * Version number is increased to 2.11.7.
3358
3359         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3360         and wl-folder-summary-line-format.
3361
3362         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3363         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3364         (wl-summary-set-score-mark): Use it.
3365         (wl-summary-target-mark-mark-as-read): Ditto.
3366         (wl-summary-target-mark-mark-as-unread): Ditto.
3367         (wl-summary-target-mark-mark-as-important): Ditto.
3368         (wl-summary-target-mark-msgs): Simplified.
3369         (wl-summary-detect-mark-position): Fixed problem when
3370         summary-line-format no contain persisten/temp mark spec.
3371         (wl-summary-temp-mark): Ditto.
3372         (wl-summary-persistent-mark): Ditto.
3373         (wl-summary-update-persistent-mark): Ditto.
3374
3375         * wl-action.el (wl-summary-set-mark): Ditto.
3376         (wl-summary-unset-mark): Ditto.
3377         All other related portions are changed.
3378
3379 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * Version number is increased to 2.11.6.
3382
3383 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * wl-util.el (wl-current-message-buffer): Define as function;
3386         Don't use the value of wl-messge-buffer.
3387
3388         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3389         persistent mark.
3390
3391         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3392         no current message, cause an error.
3393
3394 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-summary.el (wl-summary-set-message-modified): Use
3397         elmo-folder-set-message-modified instead of
3398         elmo-folder-set-message-modified-internal.
3399
3400 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3401
3402         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3403         interactively.
3404         (wl-summary-sync): nokill->entirely.
3405         (wl-summary-sync-marks): Fixed message.
3406         (wl-summary-input-range): Added mark, nokill->entirely.
3407
3408         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3409         messages as read.
3410
3411 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3414         update-noscore.
3415         (wl-summary-sync): Follow the change above.
3416
3417 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-action.el (wl-summary-target-mark-all): Use
3420         elmo-folder-list-messages.
3421
3422 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3425         (wl-summary-rescan): Set wl-summary-scored as nil.
3426         (wl-summary-sync-force-update): Follow the change above.
3427         (wl-summary-sync): Ditto.
3428         (wl-summary-sync-update): Added argument disable-killed.
3429         (wl-summary-insert-headers): Set visible-only argument for
3430         elmo-folder-list-messages.
3431         (wl-summary-input-range): Added update-nokill, update-noscore,
3432         all-nokill, all-noscore and mark.
3433
3434         * Version number is increased to 2.11.5.
3435
3436         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3437
3438 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3439
3440         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3441         (wl-summary-prefetch-region-no-mark): Change accordingly.
3442         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3443
3444 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3445
3446         * wl-address.el (wl-complete-field-to): Abolished.
3447         (wl-complete-address): Completion function for completing-read.
3448         * wl-action.el (wl-summary-get-resend-address): Use it.
3449
3450         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3451         wl-summary-update-mark and abolish unused argument.
3452         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3453         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3454         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3455         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3456         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3457         * wl-draft.el (wl-draft-kill): Ditto.
3458
3459         * wl-summary.el: Remove unused binding of case-fold-search.
3460         (wl-summary-replace-status-marks): Abolished.
3461
3462 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3463
3464         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3465         is specified or folder length is zero.
3466
3467 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3470         (wl-folder-archive-current-entity): Ditto.
3471
3472 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3475         retrieving message mark.
3476         (wl-summary-redisplay-internal): Ditto.
3477
3478         * wl-message.el (wl-message-buffer-display): Ignore errors while
3479         retrieving message-id field.
3480
3481         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3482         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3483         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3484         order of the arguments for `wl-expire-message-p'.
3485         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3486
3487         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3488         Check return value of wl-summary-reply.
3489         (wl-summary-reply): Recover window configuration when an error occured.
3490
3491 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3492
3493         * wl-summary.el (wl-summary-resend-message): Abolished, the
3494         feature is inherited by wl-summary-resend (put resend mark).
3495
3496 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3499         wl-message-buffer to nil when the message is hide.
3500
3501 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * .cvsignore: New file.
3504
3505 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3506
3507         * wl-action.el (wl-summary-action-docstring): Add more info.
3508         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3509         duplicate definition.
3510         (wl-summary-define-mark-action): Functions wl-summary-*-region
3511         keep current position.
3512         (wl-summary-unregister-target-mark): Store result to the variable.
3513
3514 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3515
3516         * Version number is increased to 2.11.4.
3517
3518 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3519
3520         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3521         wl-summary-delete-all-temp-marks.
3522         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3523
3524         * wl-action.el (wl-summary-set-mark): Changed terminology
3525         refile-destination -> action-argument.
3526         (wl-summary-unset-mark): Ditto.
3527         (wl-summary-remove-argument): Ditto.
3528         (wl-summary-print-argument): Ditto.
3529
3530         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3531         (wl-thread-remove-argument-region): Ditto.
3532         (wl-thread-print-argument-region): Ditto.
3533         (wl-thread-close): Ditto.
3534         (wl-thread-open): Ditto.
3535
3536         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3537         (wl-highlight-refile-destination-face is abolished)
3538         (wl-highlight-action-argument-string): Ditto.
3539         (wl-highlight-summary-current-line): Highlight action argument.
3540
3541         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3542         color for light backgrounds.
3543         (wl-highlight-summary-answered-face): Ditto.
3544
3545 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3548
3549         * wl-score.el (wl-summary-score-update-all-lines): Use
3550         wl-summary-set-mark.
3551         (wl-summary-score-update-all-lines): Kill expunged messages.
3552
3553         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3554
3555 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3558         directly.
3559         (wl-score-overview-entity-get-lines): Ditto.
3560         (wl-score-overview-entity-get-xref): Ditto.
3561         (wl-score-get-latest-msgs): Ditto.
3562         (wl-summary-rescore): Ditto.
3563
3564         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3565         to "&".
3566         (wl-summary-mark-as-answered-internal): New inline function.
3567         (wl-summary-mark-as-answered): New function.
3568         (wl-summary-mark-as-unanswered): Ditto.
3569         (wl-summary-sync-marks): Modified for answered-mark synching.
3570
3571 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3572
3573         * wl-action.el (wl-summary-set-mark): Fixed last change.
3574
3575 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3576
3577         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3578         behavior of wl-summary-unread-message-hook
3579         (Pointed out by akira yamada <akira@arika.org>).
3580
3581 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582
3583         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3584         wl-summary-delete.
3585         * wl-xmas.el (wl-summary-toolbar): Ditto.
3586
3587         * wl-action.el (wl-summary-set-mark): Don't override current
3588         temp-mark.
3589
3590         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3591
3592 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3595         (wl-refile-msgid-learn): Ditto.
3596         (wl-refile-get-field-value): Ditto.
3597
3598         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3599
3600         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3601         (wl-expire-delete-reserved-messages): Renamed from
3602         wl-expire-reserve-marked-msgs-from-list.
3603         (wl-expire-delete): Removed argument `msgdb'.
3604         (wl-expire-refile): Ditto.
3605         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3606         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3607         mark-alist as argument.
3608         (wl-expire-archive-number1): Removed argument `msgdb'.
3609         (wl-expire-archive-number2): Ditto.
3610         (wl-expire-archive-date): Ditto.
3611         (wl-expire-localdir-date): Ditto.
3612         (wl-expire-hide): Ditto.
3613         (wl-archive-number1): Ditto.
3614         (wl-archive-number2): Ditto.
3615         (wl-archive-date): Ditto.
3616         (wl-archive-folder): Ditto.
3617         All other related portions are changed.
3618
3619 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3620
3621         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3622         mean move up and down. (suggested by Takashi Kawachi)
3623
3624 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-acap.el (toplevel): Don't require un-define.
3627
3628 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-thread.el (wl-thread-delete-message): Always update
3631         wl-summary-buffer-number-list.
3632
3633         * wl-action.el (wl-summary-print-destination): 
3634         Do nothing when folder is nil.
3635
3636 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3637
3638         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3639         persistent mark when prefetch is succeeded.
3640
3641 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3644         instead of elmo-msgdb-delete-msgs.
3645         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3646         (wl-expire-hide): Ditto.
3647
3648         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3649
3650         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3651         elmo-msgdb interface.
3652         (wl-thread-get-exist-children): Likewise.
3653         (wl-thread-insert-message): Likewise.
3654         (wl-thread-msg-mark-as-important): Likewise.
3655         (wl-thread-insert-entity-sub): Likewise.
3656         (wl-thread-get-children-msgs-uncached): Likewise.
3657
3658         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3659         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3660         (wl-summary-sync-update): Likewise.
3661         (wl-summary-auto-select-msg-p): Likewise.
3662         (wl-summary-update-thread): Likewise.
3663         (wl-summary-mark-as-important): Likewise.
3664         (wl-summary-jump-to-msg-internal): Likewise.
3665         (wl-summary-redisplay-internal): Likewise.
3666         (wl-summary-print-message-with-ps-print): Likewise.
3667         (wl-summary-folder-info-update): Likewise.
3668
3669         * wl-folder.el (wl-folder-check-one-entity):
3670         elmo-folder-count-flags instead of wl-summary-count-unread.
3671
3672         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3673
3674         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3675
3676         * wl-summary.el (wl-summary-set-message-modified): 
3677         Call wl-summary-set-mark-modified.
3678         (wl-summary-delete-messages-on-buffer): Call
3679         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3680         (wl-summary-sync-update): Call elmo-folder-length instead of
3681         elmo-folder-messages.
3682         (wl-summary-insert-headers): Don't call
3683         elmo-folder-list-message-entities.
3684
3685 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3686
3687         * wl-action.el (wl-summary-define-mark-action): Call
3688         `wl-summary-set-mark' with argument `data'.
3689         (wl-summary-auto-refile): Fixed order of arguments when call
3690         `wl-summary-refile'.
3691
3692 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3693
3694         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3695
3696         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3697
3698         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3699         (Renamed from wl-highlight-summary-deleted-face).
3700         (wl-highlight-summary-resend-face): New face.
3701
3702         (wl-highlight-summary-deleted-face): Renamed from
3703         wl-highlight-summary-erased-face.
3704
3705         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3706
3707         * wl-action.el (wl-summary-get-resend-address): New function.
3708         (wl-summary-exec-action-resend): Ditto.
3709         (wl-summary-exec-action-resend-subr): Ditto.
3710
3711         * w-thread.el (wl-thread-copy): Removed definition.
3712         (wl-thread-refile): Ditto.
3713         (wl-thread-delete): Ditto.
3714         (wl-thread-target-mark): Ditto.
3715
3716         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3717         (wl-summary-target-mark-set-action): Fixed.
3718         (wl-summary-define-mark-action): Fixed quotation.
3719         (wl-summary-move-mark-list-messages): Display message.
3720         (wl-summary-define-mark-action): Define thread functions.
3721         (wl-summary-exec-action-refile): Changed message.
3722         (wl-summary-exec): Ditto.
3723
3724 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3725         
3726         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3727         '%%'.
3728
3729 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl.el (toplevel): Require wl-action.
3732         (wl-init): Call wl-summary-define-mark-action.
3733
3734         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3735
3736         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3737         wl-summary-delete and wl-summary-erase.
3738         (wl-summary-mode-map): Ditto.
3739
3740         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3741         wl-delete-folder-alist.
3742
3743         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3744         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3745         (toplevel): Moved mark & action related functions to the wl-action.el.
3746
3747         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3748         in wl-summary-mark-action-list.
3749         (wl-highlight-summary-current-line): Ditto.
3750
3751         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3752         empty lines.
3753
3754         * wl-action.el: New file. 
3755
3756 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-summary.el (wl-summary-target-mark-replace): New function.
3759         (wl-summary-target-mark-prefetch): Use it.
3760         (wl-summary-target-mark-delete): Ditto.
3761         (toplevel): Rearranged definition order.
3762         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3763         (wl-summary-target-mark-erase): Rewrite.
3764         (wl-summary-erase-region): New function.
3765         (wl-summary-exec-action-erase): Changed message.
3766         (wl-summary-move-mark-list-messages): New function.
3767         (wl-summary-exec-action-delete): Use it.
3768         (wl-summary-exec-action-erase): Ditto.
3769
3770         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3771         (wl-summary-skip-mark-list): Added "d".
3772
3773         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3774         while searching.
3775
3776         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3777         and define using defcustom;
3778         Define 4th element as a face.
3779         
3780         * wl-summary.el (wl-summary-incorporate): Use 
3781         `wl-summary-prefetch-region-no-mark' instead of
3782         `wl-summary-prefetch-region'.
3783         (wl-summary-prefetch-region-no-mark): Revival of old
3784         `wl-summary-prefetch-region'.
3785         (wl-summary-mark-action-list): Moved to wl-vars.el
3786
3787         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3788         face according to the `wl-summary-mark-action-list'.
3789         (wl-highlight-summary-current-line): Ditto;
3790         Removed destination highlighting.
3791
3792         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3793         (wl-highlight-summary-line-string): Highlight for "i" mark.
3794         (wl-highlight-summary-current-line): Ditto.
3795
3796         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3797         no destination.
3798
3799         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3800         exists, just go ahead.
3801         (wl-summary-prefetch-region): Rewrite.
3802         (wl-summary-prefetch): Ditto.
3803         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3804         (wl-summary-exec-action-prefetch): New function.
3805         (wl-summary-target-mark-prefetch): Rewrite.
3806
3807 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3810         (wl-highlight-summary-line-string): Added "d" and "D".
3811         (wl-highlight-summary-current-line): Ditto.
3812
3813         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3814         in wl-summary.el.
3815         (wl-thread-insert-entity-sub): Ditto.
3816         (wl-thread-remove-destination-region): Ditto.
3817         (wl-thread-print-destination-region): Ditto.
3818
3819         * wl-summary.el (wl-summary-buffer-refile-list,
3820         wl-summary-buffer-delete-list,
3821         wl-summary-buffer-copy-list): Abolish.
3822         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3823         All other related portions are changed.
3824         (wl-summary-mark-action-list): New variable.
3825         (wl-summary-set-mark): New function.
3826         (wl-summary-register-target-mark): Ditto.
3827         (wl-summary-unregister-target-mark): Ditto.
3828         (wl-summary-have-target-mark-p): Ditto.
3829         (wl-summary-register-temp-mark): Ditto.
3830         (wl-summary-unregister-temp-mark): Ditto.
3831         (wl-summary-registered-temp-mark): Ditto.
3832         (wl-summary-collect-temp-mark): Ditto.
3833         (wl-summary-unset-mark): Ditto.
3834         (wl-summary-set-target-mark): Ditto.
3835         (wl-summary-unset-target-mark): Ditto.
3836         (wl-summary-set-action-generic): Ditto.
3837         (wl-summary-unset-action-generic): Ditto.
3838         (wl-summary-exec-action-delete): Ditto.
3839         (wl-summary-exec-action-erase): Ditto.
3840         (wl-summary-set-action-refile): Ditto.
3841         (wl-summary-set-action-refile-subr): Ditto.
3842         (wl-summary-unset-action-refile): Ditto.
3843         (wl-summary-make-destination-numbers-list): Ditto.
3844         (wl-summary-exec-action-refile): Ditto.
3845         (wl-summary-set-action-copy): Ditto.
3846         (wl-summary-unset-action-copy): Ditto.
3847         (wl-summary-exec-action-copy): Ditto.
3848         (wl-summary-collect-numbers-region): Ditto.
3849         (wl-summary-delete): Rewrite.
3850         (wl-summary-erase): Ditto.
3851         (wl-summary-remove-destination): Ditto.
3852         (wl-summary-exec): Ditto.
3853         (wl-summary-exec-region): Ditto.
3854         (wl-summary-target-mark-erase): Ditto.
3855         (wl-summary-refile): Ditto.
3856         (wl-summary-copy): Ditto.
3857         (wl-summary-unmark): Ditto.
3858         (wl-summary-delete-all-mark): Ditto.
3859         (wl-summary-mark-line): Don't highlight.
3860         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3861         (wl-summary-target-mark-refile-subr): Rewrite.
3862
3863         (wl-summary-copy-prev-destination): Abolish.
3864
3865 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3868         default values along the value of wl-on-mule.
3869         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3870         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3871         It is not used anywhere.
3872
3873 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3874
3875         * wl-summary.el (wl-summary-print-destination): Keep position.
3876         (wl-summary-cursor-move-surface): Keep horizontal position.
3877
3878 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3879
3880         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3881         write sendlog.
3882
3883 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3884
3885         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3886         `wl-summary-highlight'.
3887
3888 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3889
3890         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3891         trivial condition for temp-mark.
3892
3893 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3894
3895         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3896         when it hits killed buffer.
3897
3898 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3899
3900         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3901         * wl-news.el.in: `message' and `error' take format string.
3902
3903 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3904
3905         * wl-folder (wl-folder-insert-entity): Display a message,
3906         `...done', when the work finish.
3907         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3908
3909 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3910
3911         * wl-message.el (wl-message-redisplay): Remove unused local
3912         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3913
3914 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3915
3916         * wl-summary.el (wl-summary-replace-status-marks): Disable
3917         interactive use.
3918         (wl-summary-reedit): Check message existence at first.
3919         (wl-summary-mark-line): Fix doc, return value is indefinite.
3920
3921         * wl-highlight.el (wl-highlight-message): Arranged.
3922
3923         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3924         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3925         check temp-mark by wl-summary-temp-mark always.
3926         (wl-highlight-summary): Change accordingly.
3927         * wl-summary.el (wl-summary-mark-as-read-all)
3928         (wl-summary-delete-cache, wl-summary-set-score-mark)
3929         (wl-summary-mark-as-unread, wl-summary-unmark)
3930         (wl-summary-mark-line, wl-summary-mark-as-read)
3931         (wl-summary-mark-as-important): Ditto.
3932
3933         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3934         end of the window if possible.
3935         * wl-summary.el (wl-summary-sync-update): Support lazy
3936         highlighting.
3937         (wl-summary-toggle-disp-msg): Ditto.
3938
3939 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3940
3941         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3942
3943 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3944
3945         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3946         change.
3947
3948 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3949
3950         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3951         API.
3952         (wl-summary-sync-update): Ditto.
3953
3954         * wl-score.el (wl-score-get-score-alist): Changed argument.
3955         (wl-summary-rescore-msgs): Likewise.
3956         (wl-summary-score-headers): Likewise.
3957         (wl-score-headers): Likewise;
3958         Use elmo-folder-do-each-message-entity, etc.
3959         (wl-summary-score-effect): Follow the changes above.
3960         (wl-summary-rescore): Ditto.
3961         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3962         (wl-score-get-overview): Abolish.
3963
3964         * wl-summary.el (wl-summary-default-from): Follow the API change in
3965         elmo-msgdb.
3966         (wl-summary-count-unread): Ditto.
3967         (wl-summary-detect-mark-position): Ditto.
3968         (wl-summary-overview-entity-compare-by-date): Ditto.
3969         (wl-summary-overview-entity-compare-by-number): Ditto.
3970         (wl-summary-overview-entity-compare-by-from): Ditto.
3971         (wl-summary-overview-entity-compare-by-subject): Ditto.
3972         (wl-summary-get-list-info): Ditto.
3973         (wl-summary-rescan): Ditto.
3974         (wl-summary-jump-to-msg-by-message-id): Ditto.
3975         (wl-summary-sync-update): Ditto; Removed comment.
3976         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3977         (wl-summary-insert-message): Use wl-summary-insert
3978         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3979         (wl-summary-insert-headers): Changed argument overview to folder.
3980         (wl-summary-search-by-subject): Likewise.
3981         (wl-summary-insert-thread): Renamed from 
3982         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3983
3984         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3985         too.
3986
3987         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3988         wl-string-member.
3989
3990 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3991
3992         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3993         elmo-folder-append-buffer.
3994         (wl-draft-queue-append): Likewise.
3995
3996         * wl-mime.el (wl-message-delete-current-part): Ditto.
3997         (wl-summary-burst-subr): Ditto.
3998
3999         * wl-news.el.in (wl-news-send-news): Ditto.
4000
4001 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4002
4003         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4004         function.
4005         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4006         (wl-summary-update-mark): Enclose with save-excursion.
4007         (wl-summary-mark-as-read-internal): Fixed last change.
4008         (wl-summary-mark-as-important): Use 3rd argument of
4009         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4010         Don't use elmo-msgdb-set-mark.
4011         (wl-summary-redisplay-internal): If msgdb flag is already read,
4012         just update the mark on buffer.
4013
4014 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4015
4016         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4017         cut visible folder when elmo-folder-delete returns non-nil value.
4018
4019 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4020
4021         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4022         by Kenichi OKADA <okada@opaopa.org>).
4023
4024 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4025
4026         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4027
4028 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4029
4030         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4031         Fixed the last change, search group entity by its real name.
4032         (Thanks to: KOBAYASHI Shinji)
4033
4034 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4035
4036         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4037         (wl-fldmgr-access-display-all): Don't refer visible name.
4038         * wl-expire.el (wl-folder-archive-current-entity)
4039         (wl-folder-expire-current-entity): Ditto.
4040         * wl-folder.el (wl-folder-jump-to-current-entity)
4041         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4042         (wl-folder-open-folder-sub,wl-folder-open-all)
4043         (wl-folder-write-current-folder): Ditto.
4044         (wl-folder-insert-entity): Don't use petname for normal group.
4045         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4046         is the real name.
4047         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4048         Abolished.
4049
4050 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4051
4052         * wl-draft.el (wl-draft-create-buffer): Add
4053         `wl-summary-reply-with-citation'
4054
4055 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4056
4057         * wl-draft.el (wl-draft-reply): Fixed.
4058
4059 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4062         when `wl-draft-send-confirm-with-preview' is non-nil.
4063         You can scroll up/down by j/k.
4064         (wl-draft-send-confirm-with-preview): New variable (default=t).
4065
4066 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4069         (wl-fldmgr-save-folders): Fix comment.
4070
4071 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4074         along the last change in `wl-folder-buffer-group-p'.
4075
4076 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4077
4078         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4079         folder.
4080
4081         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4082         the default value.
4083
4084         * wl-mime.el (wl-summary-burst): Update summary only when target
4085         folder equals current folder.
4086
4087 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4088
4089         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4090
4091 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4092
4093         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4094         value.
4095
4096 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4099         `map-extents' instead of `extent-at' repeatedly.
4100         (wl-highlight-folder-current-line): Ditto.
4101
4102         * wl-highlight.el: Remove useless dummy functions.
4103
4104 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4105
4106         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4107         (wl-folder-put-folder-property): New function to put text property.
4108         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4109         (wl-folder-insert-entity, wl-folder-update-diff-line)
4110         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4111         * wl-e21.el, wl-xmas.el, wl-mule.el
4112         (wl-highlight-folder-current-line): Ditto.
4113         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4114         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4115         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4116         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4117
4118 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4119
4120         * Version number is increased to 2.11.3.
4121
4122 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4125         Resume current-buffer since it is assumed by remaining tasks.
4126
4127 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4130         (wl-folder-completion-function): Abolished.
4131         (wl-folder-complete-folder): New function.
4132         (wl-folder-complete-filter-condition): Ditto.
4133         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4134         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4135
4136 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4137
4138         * wl-draft.el (wl-draft-send-confirm): New function.
4139         (wl-draft-send): Use it.
4140
4141         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4142         cursor-in-echo-area while confirming.
4143
4144         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4145
4146         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4147         searching via nntp if wl-summary-search-via-nntp is 'force.
4148         Otherwise, invoke searching in nntp folder only.
4149         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4150
4151         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4152         explicitly for mime-make-text-tag.
4153
4154 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4155
4156         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4157         `mime-make-text-tag' instead of `mime-create-tag'.
4158
4159 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4160
4161         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4162         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4163
4164 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-score.el (wl-score-save): Bind print-length and print-level.
4167         (wl-score-pretty-print): Ditto.
4168         (wl-score-edit-insert-header-entry): Ditto.
4169
4170         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4171         "From" entry to be treated with wl-draft-eword-encode-address-list.
4172         * wl-mime.el (wl-draft-preview-message): Ditto.
4173
4174         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4175         (wl-summary-mark-as-unread): Ditto.
4176         (wl-summary-mark-as-read-region): Change accordingly.
4177         (wl-summary-mark-as-unread-region): Ditto.
4178         (wl-summary-target-mark-mark-as-read): Ditto.
4179         (wl-summary-target-mark-mark-as-unread): Ditto.
4180
4181 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * Version number is increased to 2.11.2.
4184
4185 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4186
4187         * wl-news.el.in (wl-news-previous-version-save): Bind
4188         print-length and print-level.
4189         * wl-thread.el (wl-thread-save-entities): Ditto.
4190         (wl-thread-save-top-list): Bind print-length.
4191
4192 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4193
4194         * wl-highlight.el (wl-highlight-summary-line-string): Use
4195         wl-summary-score-below-mark, wl-summary-score-over-mark.
4196         (wl-highlight-summary-current-line): Ditto.
4197
4198 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4199
4200         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4201         insert it.
4202
4203 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4204
4205         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4206
4207 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4210         message without msgid.
4211         Rewrite with elmo-folder-move-messages.
4212         Set wl-message-buffer to nil.
4213
4214         * wl-summary.el (wl-summary-erase-subr): New function. Use
4215         elmo-folder-move-messages.
4216         (wl-summary-erase): Call it.
4217         (wl-summary-target-mark-erase): Ditto.
4218
4219 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4222         it is not up-tp-date.
4223
4224 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4225
4226         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4227         buffer after calling `wl-summary-goto-folder-subr' without the
4228         argument `interactive'.
4229         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4230
4231 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4232
4233         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4234         `mime-create-tag'. Use `string=' instead of `looking-at'.
4235
4236 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4239         to avoid compile warning.
4240
4241         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4242         entity-id when folder is given.
4243         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4244         save-excursion, use save-selected-window instead.
4245         Select folder buffer window if exists.
4246         (To correct behavior with wl-folder-move-cur-folder.)
4247
4248 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4249
4250         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4251
4252 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4253
4254         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4255         list-count instead of %d.
4256
4257 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4258
4259         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4260         (wl-news): Set it.
4261         (wl-news-append-to-folder): Use it.
4262
4263         * wl-news.el.in (wl-news-send-news): Append to specified folder
4264         instead of wl-default-folder.
4265         (wl-news-append-to-folder): Show error message with specified folder.
4266
4267         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4268                 In most major modes, Emacs assumes that any opening
4269                 delimiter found at the left margin is the start of a
4270                 top-level definition, or defun. Therefore, *never put an
4271                 opening delimiter at the left margin unless it should have
4272                 that significance.*
4273
4274         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4275
4276 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4277
4278         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4279
4280 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4281
4282         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4283
4284 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4285
4286         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4287         for sequential numbering case.
4288
4289 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4292         value.
4293         (wl-draft-reply-without-argument-list): Ditto.
4294         (wl-draft-reply-myself-with-argument-list): Abolish.
4295         (wl-draft-reply-myself-without-argument-list): Ditto.
4296         * wl-draft.el (wl-draft-self-reply-p): New function.
4297         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4298
4299 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4300
4301         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4302         (avoid error for the case without byte-compiling)
4303
4304 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-news.el.in (wl-news-append-to-folder): New function.
4307         (wl-news-exit): Rewrite.
4308         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4309
4310 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4311
4312         * wl-draft.el (wl-draft-reply-position): New function.
4313         (wl-draft-reply-position): Fix.
4314         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4315         (wl-summary-target-mark-reply-with-citation): Ditto.
4316         (wl-summary-reply-with-citation): Ditto.
4317         * wl-vars.el (wl-draft-reply-default-position): New variable.
4318
4319 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4320
4321         * wl-draft.el (wl-draft-send): Preview when interactive send.
4322
4323 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4324
4325         * wl-draft.el (wl-draft-reply): Set default position.
4326         * wl-summary.el (wl-summary-reply): Ditto.
4327         (wl-summary-reply-with-citation): Ditto.
4328         (wl-summary-target-mark-reply-with-citation): Ditto.
4329
4330 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331
4332         * wl-news.el.in (wl-news-lang): Set default value according to
4333         current-language-environment.
4334         (wl-news-append-news): Do nothing when news-list is nil.
4335
4336 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4337
4338         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4339         (wl-news): Change message.
4340         (wl-news-exit): Check buffer.
4341         (wl-news-force-exit): New function.
4342         (wl-news-show-all): New function.
4343         (wl-news-discard-and-exit): Fix.
4344
4345 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4346
4347         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4348         according to current-language-environment.
4349
4350         * wl-news.el.in (wl-news): If arg, show all NEWS after
4351         wl-news-default-previous-version.
4352
4353 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4354
4355         * wl-news.el.in (wl-news-check): Rewritten.
4356         (wl-news-previous-version-load): Change data type.
4357         (wl-news-previous-version-save): Change data type.
4358         (wl-news-append-news): Add return value.
4359         (wl-news-check-news): New function.
4360         (wl-news-already-current-p): New function.
4361         (wl-news-send-news): Rewritten.
4362         (wl-news-mode-map): Add new keybind.
4363         (wl-news): Rewritten.
4364         (wl-news-exit): Rewritten.
4365         (wl-news-discard-and-mail): New function.
4366         (wl-news-send-to-address): Abolished.
4367         * wl.el (wl-init): Delete a message.
4368
4369 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4370
4371         * wl-news.el.in (wl-news-exit): Update previous version.
4372         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4373
4374 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4375
4376         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4377
4378 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-news.el.in (wl-news): New function.
4381         (wl-news-mode): New function.
4382         (wl-news-next-line): New function.
4383         (wl-news-next-page): New function.
4384         (wl-news-exit): New function.
4385         (wl-news-buf-name): New variable.
4386         (wl-news-mode-map): New variable.
4387         (wl-news-winconf): New variable.
4388         (wl-news-append-news): Add an option.
4389
4390 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4391
4392         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4393
4394 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-news.el.in (wl-news-send-to-address): New variable.
4397         (wl-news-send-news): Use it.
4398         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4399         Return updating status.
4400         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4401
4402 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4403
4404         * wl-news.el.in (wl-news-send-news): Delete
4405         Organization and X-Face.
4406
4407 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4408
4409         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4410         (wl-news-append-news): New function.
4411         (wl-news-send-news): New function.
4412
4413 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4414
4415         * Version number is increased to 2.11.1.
4416
4417 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4418
4419         * wl-news.el.in : New file.
4420
4421 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4424         default value.
4425         (wl-draft-reply-without-argument-list): Ditto.
4426
4427 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4428
4429         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4430         (wl-message-buffer-prefetch-idle-time): Ditto.
4431         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4432
4433 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * wl-thread.el (wl-thread-insert-message): Use
4436         wl-summary-max-thread-depth.
4437
4438         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4439         loop detection.
4440
4441         * wl-message.el (wl-message-buffer-display): Back to the first page
4442         when cache is hit.
4443
4444 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4447
4448         * wl-summary.el (wl-summary-insert-thread-entity):
4449         If the thread depth is reached to wl-summary-max-thread-depth,
4450         divide the thread.
4451
4452 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4453
4454         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4455         for elmo-remove-passwd.
4456
4457 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4460         folder is sticky.
4461         (wl-folder-mark-as-read-all-entity): Ditto.
4462         (wl-folder-prefetch-entity): Ditto.
4463
4464 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4465
4466         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4467
4468 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4469
4470         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4471         Delete messages on buffer for unplugged operation.
4472         (wl-summary-erase): Ditto.
4473
4474 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4477         take nil so as not to search parent by subject.
4478
4479 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480
4481         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4482         (wl-folder-get-next-folder): Ditto.
4483         (wl-folder-get-path): Ditto.
4484
4485 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4488         system and encode the region with it before verifying.
4489
4490 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4493         system of the echo buffer before decoding.
4494
4495 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4498         original contents.
4499
4500 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4503         with argument 'any-exists.
4504
4505 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4508         Use `wl-cs-autoconv'.
4509
4510 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4511
4512         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4513         by `mime-view-automatic-conversion'.
4514
4515         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4516         (wl-message-verify-pgp-nonmime): Ditto.
4517         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4518         Bind them to C-c:d and C-c:v respectively.
4519
4520         Merge following code by Teranishi-san from [wl-en:00167].
4521         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4522         (wl-mime-preview-application/pgp-encrypted): Ditto.
4523         (wl-mime-setup): Add entry.
4524
4525 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-summary.el (wl-summary-target-mark-erase): New function.
4528         Bind it to "mD".
4529
4530 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * wl-vars.el (wl-draft-write-file-function): Fix.
4533         (wl-draft-reedit-hook): Changed default value.
4534
4535         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4536         wl-draft-reedit-hook.
4537         (wl-draft-remove-text-plain-tag): New function.
4538         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4539
4540         * wl-vars.el (wl-draft-write-file-function): New user option.
4541
4542         * wl-draft.el (wl-draft-prepare-edit): Use it for
4543         local-write-file-hooks.
4544         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4545
4546         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4547         (wl-draft-insert-mail-header-separator): Return the body beginning
4548         point.
4549         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4550         text/plain.
4551         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4552
4553 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-summary.el (wl-summary-erase): New function to erase message
4556         without moving it to trash. Bind to "D".
4557
4558         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4559         as `keep' unless switch-function.
4560
4561 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4564         message buffer by using `wl-summary-toggle-disp-msg'.
4565         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4566         buffer window.
4567         (wl-summary-supresedes-message): Ditto.
4568
4569         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4570         Do not delete other windows.
4571         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4572         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4573         (wl-draft-create-buffer): Set reply-or-forward also for target
4574         mark commands.
4575
4576 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-draft.el (wl-user-agent-compose): Delete special case for
4579         switch-to-buffer-other-window.
4580
4581         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4582         (wl-summary-forward): Ditto.
4583
4584         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4585         function.
4586         (wl-draft-buffer-style): New use option.
4587
4588         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4589         (wl-draft): Follow the change above.
4590         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4591         wl-draft-buffer-style.
4592         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4593         switch-function.
4594
4595 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4596
4597         * wl-address.el (wl-address-make-completion-entry): Extracted from
4598         `wl-address-make-completion-list'.
4599         (wl-address-enable-strict-loading): New variable.
4600         (wl-address-make-completion-list): Revive petname duplication
4601         inquiry, and enable it if `wl-address-enable-strict-loading'.
4602         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4603
4604 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-message.el (wl-message-get-original-buffer): Avoid
4607         'Selecting deleted buffer' error when original buffer is killed.
4608
4609 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-summary.el (wl-summary-next-message): Use
4612         elmo-message-accessible-p instead of elmo-message-cached-p.
4613
4614 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4617
4618         * wl-thread.el (wl-thread-open-all-unread): Use
4619         elmo-folder-list-flagged instead of
4620         elmo-folder-list-messages-mark-match.
4621
4622         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4623         instead of elmo-folder-list-messages-mark-match.
4624         (wl-summary-move-spec-alist): New variable.
4625         (wl-summary-move-spec-plugged-alist,
4626         wl-summary-move-spec-unplugged-alist): Abolish.
4627         (wl-summary-next-message): Follow the change above.
4628         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4629         with 'no-msg' argument.
4630
4631         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4632         variable.
4633         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4634         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4635         (wl-message-buffer-prefetch-get-next): Follow the change above.
4636
4637 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4638
4639         * wl-version.el (wl-version): Changed codename.
4640
4641         * Version number is increased to 2.11.0.
4642
4643 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4644
4645         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4646         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4647         `wl-draft-config-variables'.
4648         (wl-draft-kill): Fixed problem when the draft is reedit.
4649
4650 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4653         buffer-modified status (Thanks to
4654         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4655
4656 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4657
4658         * wl-util.el (wl-region-exists-p): New function.
4659
4660         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4661         Remove defvars for byte-compile warnings.
4662
4663 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4664
4665         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4666         defvar-maybe. Removed unused bind.
4667
4668 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4671         summary buffer window before creating new frame.
4672         (wl-draft-reply): Ditto.
4673
4674 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4675
4676         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4677
4678 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4681
4682 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4683
4684         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4685         instead of `kill-region'.
4686
4687 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4690         (wl-highlight-summary-line-string): Use it.
4691         (wl-highlight-summary-current-line): Ditto.
4692
4693         * wl-mime.el (wl-message-delete-current-part): Check the class of
4694         mime-entity.
4695
4696         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4697
4698         * wl-summary.el (wl-summary-make-number-list): Initialize.
4699         (wl-summary-update-mark): New function.
4700         (wl-summary-reply): Put `answered' mark on the message.
4701         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4702
4703         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4704         (wl-draft-reply): Added optional argument `number';
4705         Set wl-draft-parent-number.
4706         (wl-draft-kill): Delete answered mark if it is a reply.
4707
4708 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4711         that originates in mime-preview-follow-current-entity.
4712         (wl-draft-yank-current-message-entity): Use it if region is active.
4713
4714         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4715         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4716         `wl-message-delete-current-part'.
4717         * wl-mule.el (wl-message-define-keymap): Ditto.
4718         * wl-xmas.el (wl-message-define-keymap): Ditto.
4719
4720 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-mime.el (wl-message-delete-current-part): New function.
4723         (wl-mime-node-id-to-string): Ditto.
4724
4725         * wl-mime.el (wl-message-delete-current-part): Use existing
4726         original buffer which corresponds current mime-view buffer.
4727         (fetched buffer might have different structure, possibly)
4728
4729         * wl-mime.el (wl-message-delete-current-part): Quit if the
4730         message content differs from the actual message.
4731
4732 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4733
4734         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4735         order.
4736         (wl-summary-search-by-subject): Search parent message from tail;
4737         Check the existence of the parent message on the current thread tree.
4738         (wl-summary-update-thread): Check whether the line is inserted.
4739
4740 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-vars.el (wl-summary-line-format): Undo last change.
4743         * wl-summary.el (wl-summary-print-destination): Do not put
4744         invisible property when `wl-summary-width' is nil.
4745         (wl-summary-line-subject-minimum-length): Abolished.
4746         (wl-summary-line-subject): Ditto.
4747
4748 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-vars.el (wl-summary-line-format): Change default value.
4751         (wl-summary-subject-length-limit): Abolished.
4752         * wl-summary.el (wl-summary-line-subject): Ditto.
4753
4754 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4755
4756         * wl-template.el (wl-template-select): Added optional argument.
4757         If optional argument is specified, reverse
4758         `wl-template-visible-select'.
4759
4760 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4763         Take prefix argument to force asking the destination folder.
4764
4765 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4766
4767         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4768         count and update status.
4769
4770 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-summary.el (wl-summary-redisplay-internal): If
4773         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4774         after fetching.
4775
4776 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4777
4778         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4779         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4780
4781         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4782
4783 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4786         (All other related portions are changed).
4787         (wl-summary-mark-as-read-all): Rewrite.
4788
4789 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4792         `wl-summary-mark-as-read'.
4793         (wl-summary-mark-as-unread): Rewrite.
4794         (wl-summary-mark-as-read): Added no-modeline argument.
4795         (wl-summary-resume-cache-status): Rewrite.
4796         (wl-summary-exec-subr): Remove unused local variable.
4797
4798 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4801         logic to call `wl-summary-buffer-prev-folder-function'.
4802         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4803
4804 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4807         is nil.
4808
4809 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4812         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4813         (wl-mime-setup): Add its entry.
4814
4815 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4818         (wl-summary-delete-cache): Likewise.
4819         (wl-summary-mark-as-read): Rewrite.
4820
4821 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4824         `wl-summary-count-unread'.
4825
4826         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4827
4828         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4829
4830 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4833         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4834         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4835         Renamed to the elmo-msgdb-*-mark.
4836         (wl-summary-score-marks): Follow the change above.
4837         (wl-summary-auto-refile-skip-marks): Ditto.
4838         (wl-summary-incorporate-marks): Ditto.
4839         (wl-summary-expire-reserve-marks): Ditto.
4840
4841         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4842         changes.
4843         (wl-thread-insert-top): Changed updating message.
4844
4845         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4846         variable.
4847         (wl-summary-count-unread): Count answered marks.
4848         (wl-summary-rescan): Call wl-summary-insert-message instead of
4849         wl-summary-append-message-func-internal.
4850         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4851         (wl-summary-prefetch-msg): Follow the variable name changes.
4852         (wl-summary-prefetch-region): Ditto.
4853         (wl-summary-mark-as-read-all): Follow the API changes;
4854         Don't call elmo-folder-replace-marks.
4855         (wl-summary-delete-cache): Follow the variable name changes.
4856         (wl-summary-resume-cache-status): Ditto.
4857         (wl-summary-update-status-marks): New function.
4858         (wl-summary-insert-message): New function.
4859         (wl-summary-sync-marks): Follow the variable name changes.
4860         (wl-summary-sync-update): Synchronize to the msgdb, too;
4861         Changed update messages.
4862         (wl-summary-make-number-list): Rewrite.
4863         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4864         (wl-summary-mark-as-unread): Follow the API changes.
4865         (wl-summary-exec-subr): Follow the variable name changes.
4866         (wl-summary-mark-as-read): Ditto.
4867         (wl-summary-move-spec-plugged-alist): Ditto.
4868         (wl-summary-move-spec-unplugged-alist): Ditto.
4869         (wl-summary-cursor-move-surface): Ditto.
4870
4871         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4872         variable name changes.
4873         (wl-highlight-summary-current-line): Ditto.
4874
4875         * wl-expire.el (wl-expire-refile): Follow the API change in
4876         elmo-folder-move-messages.
4877         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4878         (wl-summary-archive): Use elmo-folder-msgdb instead of
4879         elmo-msgdb-load.
4880
4881 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4882
4883         * wl-mime.el (wl-draft-preview-message): Restore the position
4884         before evaluating wl-draft-send-hook in preview buffer.
4885
4886 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4889         when it creates new draft buffer.
4890
4891         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4892         without argument.
4893
4894         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4895         Evaluate content and if the value is string, insert it.
4896         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4897         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4898         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4899         wl-draft-config-sub-part-bottom): Use it.
4900
4901         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4902         with the folder name. The question was unintelligible when it is
4903         called from wl-save-status.
4904
4905 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4906
4907         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4908         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4909         cannot take second argument).
4910
4911 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912
4913         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4914         as t. Since type and subtype are not case sensitive (RFC 2045).
4915
4916 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-vars.el (wl-message-mode-line-format): New variable.
4919         (wl-message-mode-line-format-spec-alist): Ditto.
4920         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4921         (wl-message-redisplay): Use wl-message-mode-line-format.
4922
4923 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4926
4927 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928
4929         * wl-summary.el (wl-summary-default-from): Write description.
4930
4931 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-vars.el (wl-ldap-objectclass): Abolish.
4934
4935         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4936         (wl-ldap-make-filter): Removed condition for objectclass.
4937         (wl-ldap-make-matched-value-list): Remove meaningless process.
4938         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4939         (wl-address-ldap-search): Don't add `*' to `pat' string;
4940         use ignore-errors; added `email';
4941         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4942         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4943         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4944
4945
4946 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-draft.el (wl-draft-parent-folder): Write description.
4949         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4950
4951 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4954         as "" (zero-length string) if no parent.
4955         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4956
4957 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4958
4959         * wl-address.el (wl-address-make-completion-list): Skip duplication
4960         checking.
4961         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4962         `append'.
4963
4964 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4965
4966         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4967         instead of `beginning-of-buffer'.
4968
4969 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4972
4973 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4976         Refer wl-message-buffer-name.
4977         (wl-message-wheel-down): Ditto.
4978
4979 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-vars.el (wl-message-buffer-name): New user option.
4982
4983         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4984         directly instead of making alist dinamically.
4985
4986         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4987         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4988         wl-message-buffer-cache-name.
4989         (wl-message-buffer-cache-clean-up): Ditto.
4990
4991         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4992
4993         * Version number is increased to 2.9.15.
4994
4995 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-vars.el (wl-summary-default-view-alist): New user option.
4998
4999         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5000
5001         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5002         while deleting address.
5003         (wl-draft-delete-myself-from-cc): Ditto.
5004
5005         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5006         If optional argument is specified, reverse sort order.
5007
5008         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5009
5010 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-thread.el (wl-thread-insert-message): Return parent number if
5013         exists.
5014         (wl-thread-update-indent-string-region): Use
5015         wl-thread-update-line-on-buffer-sub instead of
5016         wl-thread-update-line-on-buffer.
5017
5018 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5019
5020         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5021         (wl-folder-close-all): Ditto.
5022
5023 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5024
5025         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5026         and mailing-list:.
5027         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5028         value.
5029         (wl-summary-line-list-info): Print mailing-list name even when 
5030         list-number is empty.
5031
5032 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5033
5034         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5035
5036         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5037         (wl-draft-open-file): Ditto.
5038         (wl-draft-random-alphabet): Ditto.
5039
5040         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5041         bindings.
5042
5043 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5044
5045         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5046         * wl-vars.el (wl-draft-config-alist): Ditto.
5047
5048 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5049
5050         * Version number is increased to 2.9.14.
5051
5052         * wl.el (wl): Don't set wl-init as nil when error occured while
5053         auto-checking folders.
5054
5055         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5056         `elmo-expand-newtext'.
5057
5058 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5061         `this-command' so that `wl-folder-goto-folder' contained in
5062         `wl-summary-keep-cursor-command' work.
5063
5064 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5065
5066         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5067         message buffer displaying state.
5068
5069 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5070
5071         * wl-vars.el (wl-summary-default-view): New variable to specify
5072         default value for `wl-summary-buffer-view' instead of using
5073         set-default.
5074         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5075
5076 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5079
5080         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5081
5082 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5083
5084         * wl-vars.el (wl-forward-subject-prefix): New variable.
5085         * wl-draft.el (wl-draft-forward): Use it.
5086
5087 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-message.el (wl-message-prev-page): When it is called without
5090         lines argument, scroll down by wl-message-scroll-amount lines.
5091         (wl-message-next-page): Ditto.
5092         * wl-vars.el (wl-message-scroll-amount): Change default value
5093         to preserve current behavior.
5094
5095 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5096
5097         * wl-summary.el (wl-summary-prefetch-msg): Bind
5098         `wl-message-entity' to call `wl-summary-from-function'.
5099
5100 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-message.el (wl-message-buffer-create): Run
5103         wl-message-buffer-created-hook.
5104
5105 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5106
5107         * wl-summary.el (wl-summary-sort-specs): New variable.
5108         (wl-summary-default-sort-spec): Ditto.
5109         (wl-summary-sort): Rewrite.
5110         (wl-summary-sort-by-list-info): New function.
5111
5112 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5113
5114         * wl-summary.el (wl-summary-get-list-info): New function.
5115         (wl-summary-sort): Rewrite.
5116         (wl-summary-line-list-info): Ditto.
5117         (wl-summary-line-list-count): Ditto.
5118         (wl-summary-refile-region): Fixed docstring.
5119
5120 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5123         `wl-folder-entity-hashtb' as completion table.
5124
5125 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5128         only when this command is called interactively; silence the byte-
5129         compiler.
5130
5131 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5132
5133         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5134         active in XEmacs.
5135
5136 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5137
5138         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5139         plural lines.
5140
5141 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5142
5143         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5144         of current line when the cursor is on the header name.
5145         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5146
5147 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5148
5149         * wl-util.el (wl-read-directory-name): Return displayed directory
5150         as the default value also on XEmacs.
5151
5152 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5155         formatting.
5156
5157 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5160         argument and when it is non-nil, check face property before
5161         highlighting for each line.
5162         (wl-highlight-summary-window): Set it.
5163
5164 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5165
5166         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5167         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5168
5169         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5170         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5171         (wl-draft-get-fcc-list): Likewise.
5172
5173 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5176         (wl-thread-entity-cur): Ditto.
5177         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5178         wl-thread-indent-regexp setting.
5179         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5180
5181         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5182         wl-summary-lazy-highlight.
5183         (wl-summary-display-bottom): Ditto.
5184
5185         * wl-thread.el (wl-thread-open-close): Likewise.
5186
5187         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5188         from and subject;
5189         Bind wl-draft-use-frame;
5190         Enclose with save-window-excursion;
5191         Use wl-draft-create-buffer instead of with-temp-buffer;
5192         Use wl-draft-prepare-edit;
5193         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5194         Use wl-draft-send instead of wl-draft-raw-send.
5195
5196 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5197
5198         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5199         of using wl-from.
5200
5201 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5204         insert-buffer instead of clone-buffer.
5205         (wl-draft-doing-mime-bcc): New variable.
5206         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5207         infinite loop.
5208         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5209
5210         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5211         (wl-draft-mime-bcc-body): Ditto.
5212
5213         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5214         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5215         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5216         wl-draft-do-mime-bcc.
5217         (wl-draft-mime-bcc-field): New function.
5218         (wl-draft-do-mime-bcc): Ditto.
5219
5220         * wl-address.el (wl-address-complete-header-list): New variable.
5221         (wl-address-complete-header-regexp): Changed default value.
5222
5223         * Version number is increased to 2.9.13.
5224
5225 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5228         it is differed.
5229
5230 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5231
5232         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5233         (wl-summary-line-list-count): Ditto.
5234
5235 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5236
5237         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5238         (wl-nntp-posting-function): New variable.
5239         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5240         `wl-nntp-posting-config-alist'.
5241
5242 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5245         FLIM.
5246
5247 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5248
5249         * wl-summary.el (wl-summary-target-mark-refile-sub):
5250         Remove a nuisance funcall.
5251
5252 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5253
5254         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5255         as t for `try-completion'.
5256
5257 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5258
5259         * wl-summary.el (wl-summary-default-from): Use
5260         wl-address-header-extract-address instead of
5261         std11-extract-address-components.
5262         (wl-summary-simple-from): Ditto.
5263         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5264         (wl-summary-insert-headers): Show message.
5265         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5266         for whole line.
5267         (wl-summary-default-from): Revert last change.
5268         (wl-summary-simple-from): Ditto.
5269         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5270         (wl-summary-mark-as-read-region): Follow the change above.
5271         (wl-summary-sync-marks): Ditto.
5272         (wl-summary-target-mark-mark-as-read): Ditto.
5273         (wl-summary-redisplay-internal): Ditto.
5274         (wl-summary-redisplay-no-mime-internal): Ditto.
5275         (wl-summary-redisplay-all-header): Ditto.
5276         (wl-summary-mark-as-read): Removed argument `cached';
5277         Use current cache status to set cache mark.
5278         (wl-summary-redisplay-internal): Follow the change above.
5279         (wl-summary-redisplay-no-mime-internal): Ditto.
5280         (wl-summary-redisplay-all-header): Ditto.
5281
5282         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5283
5284         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5285         Don't call itself recursively (Adviced by Yamaoka-san).
5286
5287 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5288
5289         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5290         bind wl-summary-highlight as nil to avoid error caused by missing
5291         local variables.
5292
5293 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-vars.el (wl-invalid-character-message): New user option.
5296
5297         * wl-util.el (wl-set-string-width): If truncated string-width is
5298         larger than specified width, use `wl-invalid-character-message'.
5299
5300 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5301
5302         * wl-summary.el (wl-summary-prefetch-msg): 
5303         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5304
5305 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-vars.el (wl-summary-check-line-format): New user option.
5308         (wl-summary-line-format-file): Ditto.
5309
5310         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5311         variable.
5312         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5313         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5314         and `wl-summary-view-old-p' to check whether do a rescan or not.
5315         (wl-summary-view-old-p): New function.
5316         (wl-summary-line-format-changed-p): Ditto.
5317         (wl-summary-line-format-save): Ditto.
5318         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5319
5320         * wl-util.el (wl-set-string-width): Avoid using negative number
5321         for make-string.
5322
5323 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5324
5325         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5326         return value.
5327
5328         * wl-util.el (wl-set-string-width): Added optional argument
5329         `padding' (All other related portions are changed).
5330         (wl-line-parse-format): If the first letter of column number is
5331         `0', zero-padding the result (ex: "%05l").
5332
5333         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5334
5335 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5338         sequential summary view.
5339
5340 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5343         if it doesn't have a -unix version.
5344
5345 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5348
5349 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5352         content.
5353         (wl-draft): Follow the change above.
5354
5355         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5356
5357         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5358         and wl-folder-summary-line-format-alist contain %T and %P.
5359
5360         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5361         (wl-summary-mode-line-format): New user option.
5362         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5363         (wl-summary-line-format): Changed default value.
5364         (wl-summary-lazy-highlight): Changed default value.
5365
5366         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5367         change in wl-summary-create-line.
5368         (wl-thread-insert-entity-sub): Ditto.
5369
5370         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5371         (wl-summary-buffer-unread-status): Ditto.
5372         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5373         (wl-summary-buffer-persistent-mark-column): Ditto.
5374         (wl-summary-buffer-mode-line-formatter): Ditto.
5375         (wl-summary-buffer-mode-line): Ditto.
5376         (wl-summary-message-regexp): Abolished.
5377         (All other related portions are changed.)
5378         (wl-summary-detect-mark-position): New function.
5379         (wl-summary-buffer-set-folder): Setup
5380         wl-summary-buffer-mode-line-formatter.
5381         (wl-summary-mode): Setup selective-display;
5382         Setup pre-idle-hook when xemacs.
5383         (wl-summary-update-modeline): Rewrite.
5384         (wl-summary-jump-to-msg): Define as function;
5385         Changed regexp for searching messages.
5386         (wl-summary-message-number): Rewrite.
5387         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5388         Do rescan when old type summary cache.
5389         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5390         (wl-summary-remove-destination): Use '\r' to detect EOL.
5391         (wl-summary-print-destination): Ditto.
5392         (wl-summary-temp-mark): New inline function.
5393         (wl-summary-persistent-mark): Ditto.
5394         (wl-summary-line-number): New function.
5395         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5396         (wl-summary-line-list-count): New function.
5397         (wl-summary-create-line): Added argument persistent-mark.
5398         (All other related portions are changed)
5399         (wl-summary-create-line): Insert '\r'.
5400         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5401         (wl-summary-cursor-move-surface): New inline function.
5402         (wl-summary-prev): Use it.
5403         (wl-summary-next): Ditto.
5404
5405         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5406         wl-summary-message-regexp.
5407         (wl-highlight-summary): Delete progress message.
5408         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5409
5410         * Version number is increased to 2.9.12.
5411
5412 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5413
5414         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5415         variable (nil: no minimum).
5416         (wl-summary-line-subject): Add some spaces after subject by
5417         wl-summary-line-subject-minimum-length.
5418
5419 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5420
5421         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5422         and removed `F'.
5423         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5424         change above).
5425
5426 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-summary.el (wl-summary-line-list-count): Reverted.
5429         (example setting in samples/*/dot.wl is also updated)
5430
5431 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5434
5435         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5436
5437         * wl-vars.el (wl-summary-line-format): Addes some description to the
5438         docstring.
5439
5440         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5441         (wl-summary-line-close-bracket): Ditto.
5442         (wl-summary-line-children-number): Ditto.
5443         (wl-summary-line-thread-indent): Ditto.
5444         (wl-summary-line-children-and-from): Ditto.
5445
5446         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5447         't', 'c', 'F' and added 'C'.
5448
5449         * wl-util.el (wl-set-string-width): Accept negative value.
5450         (wl-line-parse-format): Added "%number(" and "%)".
5451
5452 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5453
5454         * wl-summary.el (wl-summary-line-list-count): Change format of the
5455         return value.
5456
5457 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5458
5459         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5460         from the recent message.el.
5461         (wl-draft-point-in-header-p): Ditto.
5462         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5463         wl-draft-beginning-of-line.
5464         * wl-e21.el (wl-draft-mode-map): Ditto.
5465         * wl-xmas.el (wl-draft-mode-map): Ditto.
5466
5467         * wl-folder.el: Sort macrodefs by dependencies.
5468
5469 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5470
5471         * wl-summary.el (wl-summary-prev): Fixed regexp.
5472         (wl-summary-next): Ditto.
5473
5474 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5477
5478 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5479
5480         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5481         for backward compatibility.
5482
5483 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5484
5485         * wl-summary.el (wl-summary-line-list-count): New function, merged
5486         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5487         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5488         list counts.
5489
5490 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * wl-summary.el (wl-summary-create-line): Ignore errors while
5493         timezone-fix-time.
5494
5495         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5496
5497         * wl-summary.el (wl-summary-sync-update): Ditto.
5498         (wl-summary-default-from): Use wl-message-entity
5499         instead of entity.
5500
5501         * wl-summary.el (wl-summary-create-line): Fix.
5502
5503         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5504         (wl-summary-line-format): New user option.
5505         (wl-folder-summary-line-format-alist): Ditto.
5506         (wl-summary-from-width): Abolished.
5507
5508         * wl-util.el (toplevel): Require 'bytecomp.
5509         (wl-line-parse-format): New function.
5510         (wl-line-formatter-setup): New macro.
5511
5512         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5513         (wl-summary-buffer-line-formatter): New buffer local variable.
5514         (wl-summary-switch-to-clone-buffer): Follow the change above.
5515         (wl-summary-message-regexp): Fix.
5516         (wl-summary-from-func-internal): Abolished.
5517         (wl-summary-subject-func-internal): Ditto.
5518         (wl-summary-subject-filter-func-internal): Ditto.
5519         (All other related portions are changed.)
5520         (wl-summary-buffer-set-folder):
5521         Set up wl-summary-buffer-number-column and 
5522         wl-summary-buffer-line-formatter
5523         (All other related portions are changed.)
5524         (wl-summary-buffer-number-column-detect): Abolished.
5525         (All other related portions are changed.)
5526         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5527         (wl-summary-delete-all-temp-marks-on-buffer): Use
5528         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5529         (wl-summary-target-mark-delete): Ditto.
5530         (wl-summary-target-mark-refile-subr): Ditto.
5531         (wl-summary-target-mark-mark-as-read): Ditto.
5532         (wl-summary-target-mark-mark-as-unread): Ditto.
5533         (wl-summary-target-mark-mark-as-important): Ditto.
5534         (wl-summary-target-mark-save): Ditto.
5535         (wl-summary-replace-status-marks): Renamed from
5536         wl-summary-set-status-marks-on-buffer;
5537         Use wl-summary-message-regexp instead of
5538         wl-summary-buffer-number-regexp.
5539         (wl-summary-sync-update): Follow the change above.
5540         (wl-summary-goto-previous-message-beginning): New function.
5541         (wl-summary-mark-as-unread): Use it.
5542         (wl-summary-mark-as-important): Ditto.
5543         (wl-summary-line-formatter): New variable.
5544         (wl-summary-line-year): New function.
5545         (wl-summary-line-day): Ditto.
5546         (wl-summary-line-day-of-week): Ditto.
5547         (wl-summary-line-hour): Ditto.
5548         (wl-summary-line-minute): Ditto.
5549         (wl-summary-line-open-bracket): Ditto.
5550         (wl-summary-line-close-bracket): Ditto.
5551         (wl-summary-line-children-number): Ditto.
5552         (wl-summary-line-thread-indent): Ditto.
5553         (wl-summary-line-size): Ditto.
5554         (wl-summary-line-subject): Ditto.
5555         (wl-summary-line-from): Ditto.
5556         (wl-summary-line-children-and-from): Ditto.
5557         (wl-summary-create-line): Rewritten.
5558         (wl-summary-format-date): Abolished.
5559
5560         * wl-highlight.el (wl-highlight-summary-current-line): Use
5561         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5562         Use thread structure to detect thread top message.
5563
5564         * wl-draft.el (wl-default-draft-cite): Don't use
5565         wl-summary-from-func-internal.
5566
5567         * wl-refile.el (wl-refile-subject-learn): Don't use
5568         wl-summary-subject-filter-func-internal.
5569         (wl-refile-guess-by-subject): Ditto.
5570
5571         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5572         parameters.
5573
5574         * wl-thread.el (wl-thread-update-indent-string-region):
5575         Use wl-thread-update-line-on-buffer instead of
5576         wl-thread-update-indent-string.
5577         (wl-thread-update-children-number): Redefine using
5578         wl-thread-update-line-on-buffer.
5579         (wl-thread-update-indent-string): Abolished.
5580
5581         * Version number is increased to 2.9.11.
5582
5583 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5586         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5587         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5588
5589         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5590         as nil.
5591
5592         * wl-thread.el (wl-thread-open-all-unread): Use 
5593         elmo-folder-list-messages-mark-match.
5594         (wl-thread-insert-message): Removed argument `mark-alist'.
5595         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5596         elmo-msgdb-set-mark.
5597         (wl-thread-get-children-msgs-uncached): Likewise.
5598         (wl-thread-get-exist-children): Added argument include-self.
5599         (wl-thread-delete-message): Follow the change above.
5600
5601         * wl-summary.el (wl-summary-count-unread): Removed argument.
5602         (wl-summary-rescan): Follow the change above.
5603         (wl-summary-mark-as-read-region): Ditto
5604         (wl-summary-mark-as-unread-region): Ditto.
5605         (wl-summary-delete-messages-on-buffer): Ditto.
5606         (wl-summary-sync-update): Ditto.
5607         (wl-summary-switch-to-clone-buffer): Ditto.
5608         (wl-summary-goto-folder-subr): Ditto.
5609         (wl-summary-target-mark-mark-as-read): Ditto.
5610         (wl-summary-target-mark-mark-as-unread): Ditto.
5611         (wl-summary-target-mark-mark-as-important): Ditto.
5612         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5613         (wl-summary-update-thread): Removed argument `mark-alist'.
5614         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5615         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5616         (wl-summary-resume-cache-status): Likewise.
5617         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5618         elmo-msgdb-set-mark.
5619         (wl-summary-mark-as-read-all): Likewise.
5620         (wl-summary-delete-cache): Ditto.
5621         (wl-summary-auto-select-msg-p): Ditto.
5622         (wl-summary-mark-as-unread): Ditto.
5623         (wl-summary-no-auto-refile-message-p): Ditto.
5624         (wl-summary-mark-as-read): Ditto.
5625         (wl-summary-mark-as-important): Ditto.
5626         (wl-summary-auto-refile): Follow the change above.
5627         (wl-summary-delete-all-marks): Removed.
5628         (wl-summary-resume-marks-and-highlight): Ditto.
5629         (wl-summary-resume-marks): Ditto.
5630         (wl-summary-delete-important-msgs-from-list): Ditto.
5631         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5632
5633         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5634         wl-summary-count-unread.
5635
5636         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5637         (wl-summary-score-update-all-lines): Use
5638         elmo-msgdb-set-mark.
5639
5640 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5643         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5644         (wl-summary-create-line): Renamed from
5645         wl-summary-overview-create-summary-line;
5646         Argument rearrangement.
5647         (wl-summary-update-thread): Follow the change above.
5648
5649         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5650         (wl-thread-insert-entity-sub): Likewise.
5651
5652         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5653         argument `overview', `mark-alist' and added `msgdb'.
5654
5655         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5656
5657         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5658         (wl-summary-rescan): Follow the change above.
5659         (wl-summary-sync-update): Ditto.
5660         (wl-summary-insert-thread-entity): Ditto;
5661         Don't use `let*' in every while loop;
5662         Detect infinite loop of threads.
5663         (wl-summary-update-thread): Removed argument `overview'.
5664
5665         * wl-thread.el (wl-thread-insert-message): Ditto.
5666
5667         * Version number is increased to 2.9.10.
5668
5669         * wl-message.el (wl-message-redisplay): Ignore errors while
5670         wl-message-redisplay-hook.
5671
5672 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5675
5676 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl.el (wl): inhibit-quit while wl-folder.
5679
5680 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5683         while msgdb access.
5684
5685 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5686
5687         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5688         even if no folder is not created.
5689
5690 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5693
5694         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5695         implementation.
5696         (wl-summary-target-mark-thread): Ditto.
5697
5698         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5699
5700 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5701
5702         * wl-util.el (wl-display-bytes): Remove unused function.
5703
5704 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5705
5706         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5707         seems critical one (partially reverse the change in 2002/03/17).
5708
5709 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5710
5711         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5712         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5713
5714 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5715
5716         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5717         is not writable.
5718         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5719         plugged status instead of `'force' as 2nd argument.
5720
5721         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5722         is not creatable.
5723
5724         * Version number is increased to 2.9.9.
5725
5726 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5727
5728         * wl-summary.el (wl-summary-suspend): New function.
5729
5730 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5731
5732         * wl.el (wl): Do not check variables if check is nil.
5733         * wl-utils.el (wl-collect-draft): New function.
5734         * wl-folder.el (wl-folder-suspend): Put summary buffers
5735         and draft buffers at the end of buffer list.
5736         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5737
5738 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5739
5740         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5741         loop instead of recursive call.
5742
5743         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5744         2nd argument.
5745
5746 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-draft.el (wl-draft-create-contents): Don't take neither
5749         (function . args) nor (string . something) any more.
5750
5751         * wl-version.el (wl-generate-user-agent-string): Return string
5752         without header symbol.
5753         * wl-draft.el (wl-draft-default-headers): Use it.
5754
5755         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5756         `wl-draft-insert-ccs' and return field value instead of inserting
5757         the header. Abolish cc argument.
5758         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5759
5760         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5761         rather than one with string car.
5762
5763         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5764         * wl-draft.el (wl-draft-create-contents): Add it after the default
5765         headers.
5766
5767         * wl-draft.el (wl-draft-create-contents): For the case of
5768         (symbol-or-string . function) insert header only when the function
5769         returns string value.
5770
5771 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5772
5773         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5774         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5775
5776 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5777
5778         * wl.el (wl-check-environment): Don't check Message-ID when
5779         `wl-insert-message-id' is nil.
5780         Revive checking if `wl-message-id-domain' contains "@".
5781
5782 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl.el (wl-check-environment): Merge examination for "@" at
5785         inappropriate position into the first string-match.
5786
5787         * wl-summary.el (wl-summary-target-mark-print): New function.
5788         (wl-summary-pipe-message-subr): Extracted from
5789         `wl-summary-pipe-message'.
5790         (wl-summary-target-mark-pipe): New function.
5791         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5792         `wl-summary-target-mark-pipe'.
5793
5794 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5795
5796         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5797
5798 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5799
5800         * wl.el (wl-check-environment): Use elmo-warning instead of
5801         error for non-critical ones.
5802         Remove trash folder check.
5803         (wl): Don't ignore error in wl-check-environment.
5804
5805         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5806         check, which is moved from `wl-check-environment'.
5807         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5808
5809 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5812         guess anything, call wl-summary-write.
5813         (wl-summary-write): Create draft with blank To field.
5814         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5815
5816 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5817
5818         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5819         argument full as well for wl-folder-write-current-folder.
5820         If wl-*-write-current-folder cannot guess addressee, add blank
5821         To header.
5822         Rewrite condition for positioning cursor.
5823
5824 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5825
5826         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5827         summary buffer is present, use it.
5828         (wl-folder-jump-to-previous-summary): Ditto.
5829
5830 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5831
5832         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5833
5834         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5835         wl-summary-previous-buffer and wl-summary-next-buffer.
5836
5837         * wl-folder.el (wl-folder-mode-map): Bind
5838         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5839         (wl-folder-jump-to-next-summary): New function.
5840         (wl-folder-jump-to-previous-summary): Ditto.
5841
5842         * wl-draft.el (wl-draft): Rearranged.
5843
5844 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5847         of header.
5848         (wl-draft): Collect arguments for the header as header-alist.
5849         (wl-draft-forward): Arrange arguments for wl-draft.
5850         (wl-draft-reply): Ditto.
5851         (wl-draft-edit-string): Ditto.
5852         * wl-summary.el (wl-summary-write): Ditto.
5853         (wl-summary-write-current-folder): Ditto.
5854
5855         * Version number is increased to 2.9.8.
5856
5857 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5858
5859         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5860
5861         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5862
5863         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5864         even if the guess failed.
5865
5866         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5867         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5868         wl-summary-write-current-folder.
5869         * wl-xmas.el: Ditto.
5870
5871 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5872
5873         * wl-summary.el (wl-summary-next-page): Force display message if
5874         message is not displayed yet.
5875         (wl-summary-prev-page): Ditto.
5876
5877 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5878
5879         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5880
5881 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5882
5883         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5884         add "Preview Message" and "Save Draft and Exit".
5885
5886 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5887
5888         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5889         if addrmgr is called from draft in splitted window.
5890
5891         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5892         * wl-mule.el: Ditto.
5893         * wl-xmas.el: Ditto.
5894
5895 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5896
5897         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5898
5899         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5900         * wl-xmas.el (wl-folder-toolbar): Ditto.
5901
5902 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5903
5904         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5905         and wl-draft-save-and-exit.
5906         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5907         * wl-xmas.el: Ditto.
5908         * wl-mule.el: Ditto.
5909
5910         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5911         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5912
5913 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5916         lists for saving buffer.
5917
5918 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5919
5920         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5921         parent-folder argument instead of it.
5922         (wl-draft-create-buffer): Ditto.
5923         (wl-draft-forward): Ditto.
5924         (wl-draft-reply): Ditto.
5925         * wl-summary.el (wl-summary-write): Ditto.
5926         (wl-summary-write-current-folder): Ditto.
5927
5928         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5929         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5930         Folder buffer after composing.
5931
5932 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5935         header if the file `wl-x-face-file' already contains it.
5936
5937 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5938
5939         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5940         folder" entry.
5941         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5942         * wl-e21.el (wl-folder-toolbar): Ditto.
5943         * wl-xmas.el (wl-folder-toolbar): Ditto.
5944
5945 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5946
5947         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5948         wl-folder-goto-folder with sticky argument.
5949         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5950
5951 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5952
5953         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5954         and wl-summary-previous-buffer.
5955         (wl-summary-next-buffer): New function.
5956         (wl-summary-previous-buffer): Ditto.
5957
5958 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5959
5960         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5961         wl-folder-jump-to-current-entity-with-arg.
5962         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5963         `wl-folder-jump-to-current-entity'.
5964         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5965         `wl-summary-goto-folder-sticky'.
5966         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5967         `wl-summary-goto-folder'.
5968         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5969         Unless force-exit, do not clean temp. marks for sticky summary.
5970         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5971
5972 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5975         not entire.
5976
5977 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5980         to `C-x C-s'.
5981         (wl-summary-save-status): New command.
5982         (wl-summary-exit): Don't clean-up temp marks when sticky.
5983         (Applied patch from Nakayama-san [wl: 09548])
5984         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5985         Do nothing when no mark data.
5986         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5987         Call `wl-summary-delete-all-temp-marks' before saving.
5988
5989 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5990
5991         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5992
5993 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl.el (wl-check-environment): Also cause error when (system-name)
5996         returns "localhost.localdomain". (Although it doesn't affect because
5997         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5998
5999 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6002         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6003
6004         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6005         value.
6006
6007 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6010         Likewise r-cc-list and r-ng-list.
6011
6012 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6015         only if it is bound as variable.
6016
6017         * wl-mime.el (wl-draft-preview-message): Ditto.
6018
6019 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6022         needless `goto-char'.
6023
6024         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6025         `wl-summary-redisplay-no-mime-internal' instead of
6026         `wl-summary-redisplay-no-mime'.
6027         (wl-summary-redisplay-no-mime): Changed argument;
6028         Call `wl-summary-redisplay-no-mime-internal'.
6029
6030         * wl-mime.el (wl-draft-preview-message): Bind
6031         `mime-header-encode-method-alist' locally.
6032
6033         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6034         (wl-draft-std11-parse-addresses): Added the first address check.
6035         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6036
6037         * Version number is increased to 2.9.7.
6038
6039 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6040
6041         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6042
6043 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6044
6045         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6046         related to scrollbar support, if there is no such a feature
6047         compiled in.
6048
6049 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6050
6051         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6052         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6053         for prefetch.
6054
6055 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6056
6057         * wl-summary.el (wl-summary-pick): Fix for no match.
6058
6059 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6060
6061         * wl-draft.el (wl-draft-save):
6062         Override `mime-header-encode-method-alist'.
6063
6064 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6065
6066         * wl-folder.el (wl-folder-pick): New function.
6067         Define key as "?".
6068
6069 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6070
6071         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6072         Fix for unplugged.
6073
6074 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6075
6076         * wl-folder.el (wl-folder-virtual): New function.
6077         Define key as "V".
6078
6079 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6080
6081         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6082         multi folder if entity is group.
6083
6084 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6085
6086         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6087         is nil.
6088
6089 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6090
6091         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6092         (wl-summary-target-mark-msgs): Return the number of marked messages.
6093
6094 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6095
6096         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6097         "first:" is specified.
6098
6099 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6100
6101         * wl-vars.el (wl-from): Use return value of function
6102         user-full-name instead of the variable user-full-name since
6103         XEmacs-20.4 doesn't set this variable.
6104
6105 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6108         call `wl' directly.
6109
6110 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6111
6112         * wl-draft.el (wl-draft-reedit): Removed duplicated
6113         switch-to-buffers.
6114
6115 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * wl.el (wl-other-frame): Removed garbages.
6118
6119 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6120
6121         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6122
6123         * wl-xmas.el (wl-draft-key-setup): Ditto.
6124
6125         * wl-mule.el (wl-draft-key-setup): Ditto.
6126
6127         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6128         (wl-draft-reedit): Ditto.
6129         (wl-draft-prepare-edit): Add `wl-draft-save' to
6130         `local-write-file-hooks'.
6131         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6132         (wl-draft-reedit): Set buffer-file-name.
6133         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6134
6135
6136         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6137         call it.
6138         (wl-delete-startup-frame-function): New variable.
6139         (wl-other-frame): New function
6140         (Original was written by Yamaoka san [wl: 09239]).
6141
6142         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6143         if `wl-folder-use-frame'.
6144
6145 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6146
6147         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6148
6149 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6150
6151         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6152         New variable.
6153         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6154         (wl-message-buffer-prefetch-get-next): Use them.
6155         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6156
6157 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6160         with unwind-protect.
6161
6162         * wl-draft.el (wl-draft-reedit): Rewrite.
6163         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6164         (wl-draft-save): Insert header separator if it does not exist;
6165         Removed condition-case.
6166
6167         * wl-summary.el (wl-summary-reedit): Revert last change.
6168
6169         * wl-draft.el (wl-draft-save): Rewrite.
6170         (wl-draft-create-buffer): Set buffer-file-name as nil.
6171
6172         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6173
6174         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6175
6176         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6177         nil.
6178
6179 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6180
6181         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6182         If count is nil, do not prefetch.
6183         (wl-message-buffer-prefetch-next): Next.
6184
6185 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6186
6187         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6188
6189 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6190
6191         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6192         `delete-backward-char'
6193         (wl-draft-prepare-edit): Check major-mode.
6194         (wl-draft-decode-header): Rewrite.
6195         (wl-draft): Fix.
6196
6197 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6198
6199         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6200
6201 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6202
6203         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6204         (wl-message-buffer-prefetch-get-next): Remove size checking.
6205         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6206
6207 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6210         (wl-draft-default-headers): Fix.
6211
6212 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6213
6214         * wl-draft.el (wl-draft-default-headers): Insert return value of
6215         `wl-generate-mailer-string-function'.
6216
6217 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6218
6219         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6220         (wl-draft-insert-mail-header-separator): Ditto.
6221
6222         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6223         again (Reverted the change on 2002-01-17 by OKADA san).
6224
6225 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6226
6227         * wl-draft.el (wl-draft): Rewrite.
6228         (wl-draft-create-buffer): New function.
6229         (wl-draft-create-contents): Ditto.
6230         (wl-draft-prepare-edit): Ditto.
6231         (wl-draft-decode-header): Ditto.
6232         (wl-draft-decode-body): Ditto.
6233         (wl-draft-check-new-line): Ditto.
6234         (wl-draft-default-headers): Ditto.
6235         (wl-draft-insert-mail-header-separator): Ditto.
6236
6237 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6238
6239         * Version number is increased to 2.9.6.
6240
6241 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6242
6243         * wl-draft.el (wl-draft-delete-field): Optional argument.
6244         (wl-draft-delete-fields): Ditto.
6245
6246 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6247
6248         * wl-message.el (toplevel): Eliminated byte-compile warning.
6249         for `itimer-function', `delete-timer' and `itimer-list'.
6250
6251 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6252
6253         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6254         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6255         `wl-message-buffer-prefetch-threshold'.
6256         * wl-summary.el (wl-summary-redisplay-internal): Remove
6257         the check of `wl-message-buffer-prefetch-depth'.
6258
6259 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6260
6261         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6262         size of article.
6263         (wl-message-buffer-prefetch-subr): Remove size check.
6264
6265 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6266
6267         * wl-vars.el (wl-plugged): Make customizable.
6268
6269 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6272         (wl-message-buffer-prefetch-set-timer): New function.
6273         (wl-message-buffer-prefetch-get-next): New function.
6274         (wl-message-buffer-prefetch): New function.
6275         (wl-message-buffer-prefetch-next): Rewrite.
6276         (wl-message-buffer-prefetch-subr): Rewrite.
6277         * wl-vars.el (wl-auto-prefetch-first): New variable.
6278         * wl-summary.el (wl-summary-goto-folder-subr): Call
6279         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6280
6281 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6282
6283         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6284         `wl-summary-unread-message-hook'.
6285
6286 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6287
6288         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6289         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6290         if range is `cache-status'.
6291
6292 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6293
6294         * wl-message.el (wl-message-buffer-prefetch-subr):
6295         Improve debug message.
6296
6297 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6298
6299         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6300         `wl-mail-send-pre-hook'.
6301         (wl-draft-send-mail-with-qmail): Ditto.
6302         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6303
6304 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl-message.el (wl-message-buffer-prefetch-subr):
6307         Fix for cancel-function-timers bug.
6308         (wl-message-buffer-prefetch-debug): Default value is t.
6309
6310 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6313         (wl-message-buffer-prefetch-subr): Rewrite.
6314         Rename from `wl-message-buffer-prefetch'.
6315
6316 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6319         (wl-default-draft-cite-decorate-author): Ditto.
6320
6321         * wl-draft.el (wl-draft-cite-function): Removed.
6322         (wl-default-draft-cite-decorate-author): Ditto.
6323
6324 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6325
6326         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6327         (wl-default-draft-cite): Do not arrange author name if the value of
6328         `wl-default-draft-cite-decorate-author' is nil.
6329
6330 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6333
6334         * wl-folder.el (wl-folder-check-one-entity): Don't care
6335         `elmo-folder-use-flag-p'.
6336
6337 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6338
6339         * wl-folder (wl-folder-check-one-entity): Fix
6340         problem if unread is nil.
6341
6342 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6343
6344         * wl-address.el (wl-address-make-completion-list): Check whether
6345         the address is a group list.
6346         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6347
6348 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6349
6350         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6351         The number of the messages of new and unread does not count
6352         correctly.
6353
6354         * wl-summary.el (wl-summary-count-unread): Changed to return
6355         `(new . unread)' instead of total.
6356         (wl-summary-sync-update): Follow the change above.
6357
6358         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6359
6360 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6361
6362         * wl-address.el (wl-address-make-completion-list): Do not enclose
6363         address by " <" and ">" if associated realname is "".
6364         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6365         This is against the promblem with group list in .addresses pointed
6366         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6367
6368 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6369
6370         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6371         message is a format control string.
6372         * wl-expire.el (wl-expire-append-log): Ditto.
6373         * wl-mime.el (wl-summary-burst-subr): Ditto.
6374         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6375         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6376
6377 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6378
6379         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6380         wl.el (wl-check-variables): Rename from `wl-check-type'.
6381         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6382         (wl-check-variables-2): New function.
6383         (wl): Call `wl-check-variables-2'.
6384
6385 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6386
6387         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6388         after renaming folder in access group.
6389
6390 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6393         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6394         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6395         (wl-message-buffer-prefetch): Rewrite.
6396         (wl-message-buffer-prefetch-idle-time): Removed.
6397         * wl-summary.el (wl-summary-redisplay-internal):
6398         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6399         Error check for `wl-message-buffer-prefetch-depht'.
6400
6401 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6402
6403         * Version number is increased to 2.9.5.
6404         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6405
6406 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6407
6408         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6409         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6410         Based on the patch written by
6411         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6414
6415         * wl-draft.el (wl-draft-raw-send): Fix for
6416         `wl-news-send-pre-hook'
6417
6418 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6419
6420         * wl-utils.el (wl-message-id-function): New variable.
6421         * wl-draft.el (wl-draft-insert-required-fields):
6422         Use `wl-message-id-function'.
6423
6424 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6427         * wl-utils.el (wl-draft-make-message-id-string):
6428         Use `wl-from' for domain part of Message-ID
6429         if `wl-message-id-use-wl-from' if non-nil.
6430         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6431
6432 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6433
6434         * wl.el (wl): Call `wl-check-type'
6435         Do not 'condition-case'.
6436
6437 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6438
6439         * wl.el (wl-check-type): New function.
6440         (wl-check-type-variables): New variable.
6441
6442 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6445
6446 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-draft.el (wl-smtp-password-key): New function.
6449         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6450         (wl-draft-send-mail-with-smtp): Ditto.
6451         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6452
6453 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6454
6455         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6456         * wl-utils.el (wl-unique-id-suffix): Remove.
6457
6458 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6459
6460         * Version number is increased to 2.9.4.
6461
6462 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6463
6464         * wl-utils.el (wl-unique-id-suffix): New variable.
6465         (wl-unique-id): Use `wl-unique-id-suffix'
6466
6467 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6468
6469         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6470         instead of `elmo-msgdb-search'.
6471
6472         * Version number is increased to 2.9.3.
6473
6474 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6475
6476         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6477
6478 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6479
6480         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6481         (wl-draft-dispatch-message): Changed for send-later.
6482         (wl-draft-queue-flush): Ditto.
6483         (wl-draft): Clear `wl-sent-message-queued'.
6484         (wl-draft-reedit): Ditto.
6485         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6486         * wl-vars.el (wl-draft-force-queuing): New variable.
6487         (wl-draft-force-queuing-mail): New variable.
6488         (wl-draft-force-queuing-news): New variable.
6489
6490 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6493         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6494
6495 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6496
6497         * Version number is increased to 2.9.2.
6498
6499 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * wl-draft.el (wl-draft-elide-region): New user command.
6502         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6503
6504         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6505         command `wl-draft-elide-region'.
6506         * wl-mule.el: Ditto.
6507         * wl-xmas.el: Ditto.
6508
6509 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6512         (wl-biff-check-folder-async): Removed needless let.
6513
6514 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6517         wl-folder-get-elmo-folder.
6518         (wl-biff-check-folder): Set `biff' argument of
6519         `wl-folder-check-one-entity'.
6520         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6521
6522         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6523         (wl-folder-check-one-entity): Added `biff' argument;
6524         Setup `biff' slot of folder.
6525
6526         * Version number is increased to 2.9.1.
6527
6528 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6531         comment out and fixed.
6532         (wl-fldmgr-add-completion-subr): Ditto.
6533
6534         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6535         and msgdb.
6536
6537         * wl.el (wl-toggle-plugged): Save summary view.
6538
6539 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6542
6543 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6544
6545         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6546
6547 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6550         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6551         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6552
6553         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6554         if it was failed.
6555         (wl-demo): Disable undo in the demo buffer.
6556
6557 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-version.el (wl-version): Changed codename.
6560
6561         * Version number is increased to 2.9.0.
6562
6563 2001-12-14  Takuo KITAME <kitame@northeye.org>
6564
6565         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6566         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6567         (wl-folder-mark-as-read-all-current-entity): Ditto.
6568
6569 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-vars.el (wl-from-width): Define as obsolete variable.
6572         (wl-subject-length-limit): Ditto.
6573
6574         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6575
6576         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6577         wl-summary-save-view.
6578
6579         * wl.el (wl-save-status): Ditto.
6580         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6581
6582         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6583         (wl-summary-exit): Follow the change above.
6584         (wl-summary-goto-folder-subr): Ditto.
6585
6586         * wl-folder.el (wl-folder-create-subr): Don't use
6587         `elmo-folder-creatable-p'.
6588
6589 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6592
6593 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6596         rather than bitmap on Emacs 21.
6597         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6598         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6599         for xbm if the new redisplay engine is not available.
6600
6601 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-folder.el (wl-folder-init-hook): New hook.
6604         (wl-folder-init): Run `wl-folder-init-hook'.
6605
6606 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6609
6610 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-acap.el (wl-acap-cache-filename): New variable.
6613         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6614         (wl-acap-init): Use cache if no ACAP server found.
6615
6616 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6617
6618         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6619         `wl-acap-original-msgdb-dir'.
6620
6621         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6622         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6623
6624         * wl-mime.el (wl-mime-save-directory): Renamed from
6625         `wl-mime-save-dir'.
6626
6627 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6630
6631         * wl-demo.el: Require `path-util'.
6632         (wl-demo-bitmap-mule-available-p): New internal variable.
6633         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6634         `module-installed-p' instead.
6635         (wl-demo-insert-image): Use *.img file for a bitmap image.
6636         (wl-demo): Don't call the ascii demo recursively.
6637
6638 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6639
6640         * Version number is increased to 2.7.7.
6641
6642 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl.el (wl-exit): Eliminated byte-compile warning.
6645
6646 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6647
6648         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6649         obsolete variable using `elmo-define-obsolete-variable'.
6650         (wl-fetch-confirm-threshold): Ditto.
6651         (wl-cache-prefetch-folder-type-list): Ditto.
6652         (wl-cache-prefetch-folder-list): Ditto.
6653
6654 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6657         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6658         (wl-demo-insert-image): New function.
6659         (wl-demo-insert-text): New function.
6660         (wl-demo-image-type-alist): Redefine as a function.
6661         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6662         (wl-demo-with-temp-file-buffer): Removed.
6663         (wl-logo-xpm): Removed.
6664         (wl-logo-xbm): Removed.
6665         (wl-logo-bitmap): Removed.
6666
6667 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6668
6669         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6670         (wl-expire-localdir-get-folder-function): New user option.
6671         (wl-expire-localdir-get-folder): New function.
6672         (wl-expire-localdir-date): Ditto.
6673
6674 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6675
6676         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6677         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6678         Fixed unread number mismatch when all-unread < unread.
6679
6680 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6683         (wl-fetch-confirm-threshold): Ditto.
6684
6685         * wl-summary.el (wl-summary-confirm-appends): Removed.
6686         (wl-summary-sync-update): Don't refer
6687         `wl-summary-update-confirm-threshold' (It is now abolished).
6688
6689         * wl-message.el (wl-message-display-internal): Don't refer
6690         `wl-fetch-confirm-threshold' (It is now abolished).
6691
6692 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6695
6696 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6697
6698         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6699         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6700         Change default value to nil.
6701         (wl-summary-indent-length-limit): The value can be nil, nil means
6702         unlimited.
6703
6704         * wl-summary.el: Don't set limit for indent length if the value of
6705         wl-summary-indent-length-limit is nil.
6706         If the value of wl-summary-width is nil, it means only that the width
6707         of summary is unlimited (nil doesn't mean that the indent length is
6708         unlimited).
6709
6710         * wl-thread.el: Ditto.
6711
6712 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6713
6714         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6715         be nil, nil means never confirm.
6716         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6717
6718 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6721         means unlimited).
6722
6723 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6726         Use `with-temp-buffer'.
6727
6728 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6731         with new backquote style).
6732         (wl-folder-get-entity-from-buffer): Ditto.
6733
6734 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6735
6736         * wl-version.el (nemacs-version): Eliminated.
6737         (wl-extended-emacs-version2): Ignore nemacs.
6738         (wl-extended-emacs-version3): Ditto.
6739
6740 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6741
6742         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6743         (wl-draft-add-in-reply-to): New variable.
6744         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6745         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6746         (wl-draft-yank-from-mail-reply-buffer): Use
6747         `wl-draft-add-in-reply-to'.
6748         (wl-draft-insert-current-message): Ditto.
6749
6750 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6751
6752         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6753         typo (kill->hide).
6754         (wl-message-buffer-prefetch-folder-type-list): Added elements
6755         `mark' and `cache' instead of `internal'.
6756
6757 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6760         resume msgdb directory.
6761
6762 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6763
6764         * wl.el (wl-exit): Call `wl-acap-exit'.
6765
6766         * wl-summary.el (wl-summary-message-string): New function.
6767         (wl-summary-reedit): Use it.
6768         (wl-summary-resend-bounced-mail): Remove needless let.
6769         (wl-summary-supersedes-message): Ditto.
6770         (wl-summary-save): Ditto.
6771
6772         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6773         (wl-acap-init): Set it.
6774         (wl-acap-exit): New function.
6775
6776 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6777
6778         * wl.el (wl-init): Revert (require 'mime-setup). move from
6779         toplevel.
6780
6781 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6782
6783         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6784         local variables.  Add error when guess function return invalid
6785         value.
6786
6787 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6788
6789         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6790         Change local variable name.
6791         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6792         (wl-folder-get-newsgroups): Return nil when non-news folder.
6793         * wl-summary.el (wl-summary-write-current-folder): State through
6794         when guess-list return nil.
6795         (wl-summary-write-current-folder-functions): Fixed docstring.
6796
6797         * wl.el (wl-exit): Changed confirm message.
6798
6799         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6800         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6801
6802         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6803
6804 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6805
6806         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6807         user option (Renamed from wl-cache-prefetch-folder-type-list).
6808         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6809         from wl-cache-prefetch-folder-list).
6810
6811         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6812         Move to wl-vars.el.
6813         (wl-message-buffer-prefetch-p): Changed to enable
6814         `wl-message-buffer-prefetch-folder-list'.
6815
6816         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6817         `ignore-cache'.
6818
6819 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6820
6821         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6822         `part-top' and `part-bottom'.
6823         (wl-draft-config-sub-part-top): New function.
6824         (wl-draft-config-sub-part-bottom): New function.
6825
6826 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6827
6828         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6829
6830 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6831
6832         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6833
6834 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6835
6836         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6837
6838         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6839         (wl-summary-write-current-folder): Ditto.
6840
6841 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-folder.el (wl-folder-get-newsgroups): Use
6844         `elmo-folder-newsgroups'.
6845
6846 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6847
6848         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6849         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6850         `wl-draft-config-sub-header-bottom'.
6851
6852 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6853
6854         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6855         localnews folder.
6856
6857 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6858
6859         * wl-summary.el (wl-summary-mode): Undo last change.
6860
6861         * wl-folder.el (wl-folder-mode): Ditto.
6862
6863 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6864
6865         * wl-summary.el (wl-summary-mode): Locally set
6866         truncate-partial-window-width to nil.
6867         (for XEmacs)
6868
6869         * wl-folder.el (wl-folder-mode): Ditto.
6870
6871 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6874
6875 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6878         number.
6879
6880         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6881
6882         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6883
6884         * Version number is increased to 2.7.6.
6885
6886 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6889
6890 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-summary.el (wl-summary-sync-update): Enclose network
6893         related portion with `unwind-protect'.
6894
6895 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6896
6897         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6898
6899 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6900
6901         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6902         element.
6903         * wl-vars.el (wl-message-body-button-alist): Ditto.
6904
6905         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6906         max match length.
6907         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6908
6909         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6910         for the max match length;
6911         Use 4th element value for the button string regexp group.
6912
6913         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6914         candidate exists, prompt to select.
6915
6916 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6917
6918         * wl-summary.el (wl-summary-jump-to-msg): Search before
6919         calibration point by `beginning-of-line'.
6920
6921 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6922
6923         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6924         for access group.
6925
6926 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-message.el (wl-message-display-internal): Bind
6929         `default-mime-charset'.
6930
6931         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6932
6933         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6934
6935         * Version number is increased to 2.7.5.
6936
6937 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6938
6939         * wl-expire.el (wl-summary-archive): Fixed;
6940         Use `elmo-folder-name-internal'.
6941
6942 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6943
6944         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6945         from `elmo-folder-move-messages' caller.
6946         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6947
6948         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6949         related portions are changed).
6950
6951 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6952
6953         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6954         counter.
6955
6956 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6957
6958         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6959         buffer local and set it to nil.
6960
6961         * wl-message.el (wl-message-redisplay): Ditto.
6962
6963 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-summary.el (wl-summary-mark-as-important): If message is
6966         already cached, set messag as read, otherwise encache and mark as read.
6967
6968 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6969
6970         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6971         point-min.
6972
6973 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6976         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6977         a keymap.
6978
6979 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6982         parent.
6983
6984         * wl-mule.el (wl-message-define-keymap): Ditto.
6985
6986         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6987
6988         * wl-xmas.el (wl-message-display-internal-hook): Define.
6989         (wl-xmas-setup-message-toolbar): Define as function.
6990         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6991         (wl-message-overload-functions): Abolished.
6992         (wl-message-define-keymap): New function.
6993
6994         * wl-vars.el (wl-message-display-internal-hook): New variable.
6995         (wl-message-header-button-alist): New variable (Renamed from
6996         wl-highlight-message-header-button-alist).
6997         (wl-message-body-button-alist): Ditto.
6998
6999         * wl-mule.el (wl-message-define-keymap): New function.
7000         (wl-message-overload-functions): Abolished.
7001
7002         * wl-message.el (wl-message-add-buttons-to-body): New function.
7003         (wl-message-redisplay): Don't call wl-message-overload-functions;
7004         Call wl-message-add-buttons-to-header and
7005         wl-message-add-buttons-to-body.
7006         (wl-message-display-internal): Set keymap argument for
7007         elmo-mime-display-as-is, elmo-mime-message-display;
7008         Run wl-message-display-internal-hook.
7009         (wl-message-refer-article-or-url): Abolished.
7010
7011         * wl-highlight.el (wl-highlight-headers): Don't call
7012         wl-highlight-message-add-buttons-to-header.
7013         (wl-highlight-message-add-buttons-to-header): Abolished.
7014
7015
7016         * wl-e21.el (wl-message-display-internal-hook): Define.
7017         (wl-e21-setup-toolbar): Deleted duplicated binding.
7018         (wl-e21-setup-message-toolbar): Define as function.
7019         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7020         (wl-message-define-keymap): New function.
7021         (wl-message-overload-functions): Abolished.
7022
7023 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7026         and elmo-folder-close.
7027
7028         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7029
7030 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7031
7032         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7033         boolean value.
7034         * wl-draft.el (wl-draft-do-fcc): Ditto.
7035
7036 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7037
7038         * wl-vars.el (wl-fcc-force-as-read): New variable.
7039         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7040         mark copied message as read.
7041
7042 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7043
7044         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7045
7046 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7047
7048         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7049         `wl-summary-target-above' instead of obsolete variable
7050         `wl-summary-temp-above'.
7051
7052         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7053         instead of `make-obsolete-variable'.
7054         * wl-refile.el (toplevel): Ditto.
7055
7056 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7059         with third argument t.
7060         (wl-draft): Set first argument for wl-plugged-init as t.
7061
7062         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7063         definition.
7064
7065 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7066
7067         * wl-vars.el: Tabify.
7068         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7069
7070         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7071         message.
7072
7073 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7074
7075         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7076         and set default to beep.
7077
7078 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7079
7080         * wl-vars.el (wl-draft-truncate-lines): New variable.
7081
7082         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7083         instead of wl-message-truncate-lines for truncate-lines.
7084
7085 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl-message.el (wl-message-display-internal): Call
7088         `wl-highlight-message' after `elmo-mime-display-as-is'.
7089
7090         * wl-mime.el (wl-mime-display-text/plain): New function.
7091         (wl-mime-display-header): Ditto.
7092         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7093         body-presentation-method for text/plain;
7094         Register `wl-mime-display-header' as a header-presentation-method;
7095         Don't set up `elmo-message-text-content-inserted-hook' and
7096         `elmo-message-header-inserted-hook'.
7097
7098         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7099         variable.
7100         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7101         as t if flag is 'all-header;
7102         Don't bind `elmo-message-ignored-field-list',
7103         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7104
7105 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7108         for xemacs with non-mule environment.
7109
7110 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7111
7112         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7113         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7114         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7115
7116 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7117
7118         * wl-vars.el (wl-interactive-send): Set default value as t.
7119
7120 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7123         (wl-addrmgr-method-list): Abolished.
7124         (wl-addrmgr-change-method): Follow above change.
7125
7126         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7127
7128 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7129
7130         * wl-vars.el (wl-message-truncate-lines): Change default value
7131         to default-truncate-lines.
7132
7133         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7134
7135 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7136
7137         * wl-vars.el (wl-message-truncate-lines): New variable.
7138
7139         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7140         wl-message-truncate-lines.
7141
7142 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7143
7144         * wl-acap.el (wl-acap-init): Remove period from error message.
7145         (wl-acap-find-acap-service): Remove period from message.
7146
7147 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl.el (wl-check-environment): Undo last change.
7150
7151         * wl-vars.el (wl-from): Changed default value.
7152
7153         * wl-util.el (toplevel): Don't require tm-edit.
7154
7155         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7156         `wl-folder-init';
7157         Don't set mark on mail body.
7158         (wl-draft-reedit): Ditto.
7159
7160         * wl-address.el (wl-address-quote-specials): Define as an alias for
7161         elmo-address-quote-specials.
7162
7163 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7166
7167         * wl-vars.el (wl-from): Set default value as nil.
7168         (wl-organization): Set default value as ORGANIZATION environment
7169         variable.
7170
7171         * wl-draft.el (wl-smtp-extension-bind): Check value of
7172         wl-smtp-connection-type.
7173
7174         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7175         error.
7176
7177 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7178
7179         * Version number is increased to 2.7.4.
7180
7181         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7182         arguments from `wl-highlight-x-face-function' caller.
7183         Use x-face-1.3.6.12 or later.
7184
7185 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7186
7187         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7188
7189 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7190
7191         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7192         (wl-fcc): Fix to accept function.
7193         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7194
7195 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7196
7197         * wl-acap.el (toplevel): Added `product-provide' declare.
7198         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7199
7200 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl.el (wl): Changed order of calling `elmo-init'
7203         and `elmo-folder-init'.
7204
7205 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7206
7207         * wl-mime.el (wl-summary-burst): Extract message when content-type
7208         of root entity is not only `multipart' but also `message/rfc822'.
7209         (wl-summary-burst-subr): Ditto.
7210
7211 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-vars.el (toplevel): Require 'custom.
7214         (wl-trash-folder): Added to `wl-setting' group.
7215
7216         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7217         exists.
7218         (wl-addrmgr-draw): Insert empty line when no entry exists.
7219
7220         * wl-mule.el (wl-message-wheel-up): Fixed.
7221         (wl-message-wheel-down): Ditto.
7222
7223 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7224
7225         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7226         config is an anonymous lambda expression.
7227
7228 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7231         when Mule 2 is running.
7232
7233 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7236
7237 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7240         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7241
7242         * wl-address.el (wl-address-specials-regexp): Eliminated.
7243         (wl-address-quote-specials): Rewrite.
7244
7245 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7248         shy-groups for regexp.
7249
7250         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7251         character classes and Perl style shy-groups for regexp.
7252         (wl-highlight-plugged-current-line): Use Posix style character
7253         classes for regexp.
7254         (wl-e21-highlight-folder-by-numbers): Ditto.
7255         (wl-e21-display-image-p): Use `display-images-p' instead of
7256         `display-graphic-p'.
7257         (display-images-p): Make an alias to `display-graphic-p' if it is
7258         not available.  It is for Emacs version prior to 21.0.105.
7259
7260         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7261         `display-graphic-p'.
7262         (wl-demo-image-type-alist): Ditto.
7263         (display-images-p): Make an alias to `display-graphic-p' if it is
7264         not available.  It is for Emacs version prior to 21.0.105.
7265
7266 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7267
7268         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7269         support.
7270         (wl-generate-user-agent-string): Ditto.
7271
7272         * wl-version.el (wl-version): Update docsting.
7273         (wl-version-status): Ditto.
7274
7275 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7276
7277         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7278         21.0.105.  For Emacs 21.0.104 or earlier.
7279
7280 2001-09-03  Takuo KITAME <kitame@northeye.org>
7281
7282         * wl-e21.el (wl-plugged-init-icons): Use
7283         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7284         (wl-biff-init-icons): Ditto.
7285
7286 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-highlight.el (wl-highlight-summary-current-line):
7289         Fixed highlighting refile/copy destination.
7290
7291         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7292         (wl-acap-store): Encode string by wl-acap-coding-system.
7293
7294 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-acap.el (toplevel): Check and require 'un-define before
7297         'xemacs-ucs;
7298          Added checking for UTF-2000.
7299
7300 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7303         Don't enclose with `eval-and-compile'.
7304
7305         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7306         wl-init is non-nil.
7307
7308         * wl-draft.el (wl-draft): Ditto.
7309
7310         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7311
7312         * wl-acap.el (toplevel): Require 'wl.
7313         (wl-acap-store): Call `elmo-init'.
7314
7315         * wl.el (wl): Changed position of `wl-check-environment'.
7316         (toplevel): Added autoload setting for wl-acap.
7317
7318         * wl-vars.el (wl-setting): New custom group.
7319         (wl-from): Added wl-setting group.
7320         (wl-user-mail-address-list): Ditto.
7321         (wl-organization): Ditto.
7322         (wl-subscribed-mailing-list): Ditto.
7323         (wl-envelope-from): Ditto.
7324         (wl-smtp-posting-user): Ditto.
7325         (wl-smtp-posting-server): Ditto.
7326         (wl-smtp-posting-port): Ditto.
7327         (wl-smtp-authenticate-type): Ditto.
7328         (wl-pop-before-smtp-user): Ditto.
7329         (wl-pop-before-smtp-server): Ditto.
7330         (wl-pop-before-smtp-port): Ditto.
7331         (wl-pop-before-smtp-authenticate-type): Ditto.
7332         (wl-nntp-posting-server): Ditto.
7333         (wl-nntp-posting-user): Ditto.
7334         (wl-nntp-posting-port): Ditto.
7335         (wl-fetch-confirm-threshold): Ditto.
7336         (wl-prefetch-threshold): Ditto.
7337         (wl-thread-insert-opened): Ditto.
7338         (wl-ldap-server): Ditto.
7339         (wl-ldap-port): Ditto.
7340         (wl-ldap-base): Ditto.
7341         (wl-ldap-objectclass): Ditto.
7342         (wl-use-ldap): Ditto.
7343         (wl-draft-config-alist): Ditto.
7344         (wl-draft-config-matchone): Ditto.
7345         (wl-template-alist): Ditto.
7346         (wl-message-sort-field-list): Ditto.
7347         (wl-message-ignored-field-list): Ditto.
7348         (wl-message-visible-field-list): Ditto.
7349         (wl-interactive-send): Ditto.
7350         (wl-summary-move-order): Ditto.
7351         (wl-auto-select-first): Ditto.
7352         (wl-auto-select-next): Ditto.
7353         (wl-interactive-save-folders): Ditto.
7354
7355         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7356         Initialization codes are moved from wl-local-folder-init.
7357         (wl-local-folder-init): Follow the change above.
7358         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7359
7360         * wl-acap.el: New file.
7361
7362         * Version number is increased to 2.7.3.
7363
7364 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7365
7366         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7367
7368 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7369
7370         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7371         (wl-addrmgr-address-entry-list): Ditto.
7372
7373 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-e21.el (wl-draft-mode-map): Removed binding for
7376         `wl-draft-insert-x-face-field'.
7377
7378         * wl-mule.el (wl-draft-mode-map): Ditto.
7379
7380         * wl-xmas.el (wl-draft-mode-map): Ditto.
7381
7382         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7383         (wl-cs-autoconv): Ditto.
7384         (wl-cs-local): Ditto.
7385         (wl-use-scoring): Ditto.
7386         (wl-mime-charset): Ditto.
7387         (wl-folder-check-async): Ditto.
7388
7389         * wl.el (toplevel): Ignore nemacs and tm.
7390         (wl-exit): Ditto.
7391
7392         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7393         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7394         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7395         instead of wl-address-petname-add-or-change.
7396         (wl-summary-edit-addresses-subr): Use wl-address-delete
7397         instead of wl-address-petname-delete.
7398
7399         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7400
7401         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7402         if error occured.
7403
7404         * wl-message.el (require): Remove tm support.
7405
7406         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7407
7408         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7409         (wl-folder-jump-to-current-entity): Ditto.
7410         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7411
7412         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7413         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7414         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7415
7416         * wl-mule.el (wl-draft-key-setup): Ditto.
7417
7418         * wl-xmas.el (wl-draft-key-setup): Ditto.
7419
7420         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7421         (wl-draft-std11-parse-addresses): New function.
7422         (wl-draft-parse-mailbox-list): Use it.
7423         (wl-draft): Ignore nemacs.
7424         (wl-draft-reedit): Ditto.
7425
7426         * wl-addrmgr.el: New file.
7427         (Original is wl-rcpt.el written by
7428         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7429         Thanks Kitamoto-san.)
7430
7431         * wl-address.el (wl-address-make-address-list): Modified parsing
7432         process.
7433         (wl-address-delete): Renamed from `wl-address-petname-delete';
7434         Modify wl-address-list too.
7435         (wl-address-add-or-change): Renamed from
7436         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7437
7438 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7439
7440         * wl-highlight.el (wl-highlight-summary-current-line):
7441           Work with transient-mark-mode
7442
7443 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * Version number is increased to 2.7.2.
7446
7447         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7448         instead of elmo-dop-queue-method.
7449
7450 2001-08-06  SAITO Atsunori <sai@yedo.com>
7451
7452         * wl-vars.el (wl-ldap-objectclass): New user option.
7453
7454         * wl-address.el (wl-ldap-make-filter): Use it.
7455
7456 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7459
7460 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl-folder.el (wl-folder): redisplay after folder insertion.
7463
7464         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7465
7466         * wl-summary.el (wl-summary-sync-update):
7467         Change status mark only when new-msgdb exists.
7468         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7469
7470 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-summary.el (wl-summary-open-folder): New function.
7473         (wl-summary-goto-folder-subr): Use it.
7474         (wl-summary-mark-as-important): Fix;
7475         Encache only when no cache exists.
7476
7477 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7480         Use with-current-buffer.
7481
7482 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7483
7484         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7485         before call `get-buffer'. Fixed parenthesis.
7486         (wl-score-get-header-entry): Clear message and help window when
7487         keyboard quit.
7488         (wl-score-edit-insert-header): Ditto.
7489
7490 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7493         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7494         (wl-default-draft-cite): Fix.
7495
7496         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7497         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7498
7499 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-message.el (wl-message-prev-page): Do same bahavior
7502         as summary when it is called in the message buffer.
7503         (wl-message-next-page): Ditto.
7504
7505 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-summary.el (wl-summary-forward): Use cache if it is not
7508         section cache.
7509
7510 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7513         Removed redundant require of elmo-vars.
7514         (wl-biff-state-indicator-on): Changed default value for
7515         xemacs with non-mule environment.
7516
7517         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7518         wl-message-buffer is nil;
7519         Hide progress bar after moving messages.
7520
7521 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7524         message at cursor point is deleted.
7525
7526 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7527
7528         * wl-vars.el: Changed file coding system to euc-japan.
7529         Added -*-coding:-*- magic to the first line.
7530
7531         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7532         Search parent from the first message.
7533
7534         * Version number is increased to 2.7.1.
7535
7536 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7537
7538         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7539
7540 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7543         refile/delete execution.
7544
7545         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7546         Fixed docstring.
7547
7548 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7549
7550         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7551         do update process;
7552         Don't update marks when update process is interrupted.
7553
7554 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl-summary.el (wl-summary-reply): Fixed problem when
7557         wl-draft-use-frame is non-nil.
7558         (wl-summary-forward): Ditto.
7559
7560         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7561         as nil.
7562         (wl-folder-mark-as-read-all-entity): Ditto.
7563         (wl-folder-prefetch-entity): Ditto.
7564
7565         * wl.el (wl): Check environment before wl-init.
7566
7567         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7568         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7569         instead of wl-summary-collect-unread.
7570         (wl-summary-reply): Split message window.
7571
7572 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7575         only if current language environment is japanese,
7576
7577         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7578         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7579         (wl-folder-goto-folder-subr): Ditto.
7580
7581         * wl-draft.el (wl-draft-dispatch-message): Call
7582         `elmo-file-cache-get-path'.
7583
7584 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-summary.el (wl-summary-cursor-move): If return value of
7587         wl-summary-next-message is not number, don't jump.
7588
7589 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl-summary.el (wl-summary-buffer-next-message-function): New
7592         variable.
7593         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7594         if it is bound.
7595
7596         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7597         string.
7598
7599         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7600         (wl-plugged-drawing): Ditto.
7601
7602 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7605         process.
7606         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7607         with unwind-protect.
7608
7609         * wl.el (wl-init): Require mime-setup.
7610         (wl-check-environment): Don't require mime-setup.
7611
7612         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7613         instead of elmo-folder-type.
7614
7615         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7616         value as nil.
7617
7618 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * Version number is increased to 2.7.0.
7621
7622         * wl-version.el (wl-version): Changed codename.
7623
7624         * wl-summary.el (wl-summary-delete-cache): Fixed.
7625
7626         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7627         Workaround for net folders.
7628         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7629
7630         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7631         value to nil (According to the patch from
7632         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7633
7634         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7635         of elmo-folder-close.
7636
7637 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7638
7639         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7640         for postfix.
7641
7642 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * wl-summary.el (wl-summary-resend-message): Fixed.
7645
7646         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7647         Call wl-draft with `from' argument if its address is included in
7648         `wl-user-mail-address-list'.
7649         (wl-draft): Added `from' argument.
7650
7651         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7652         non-nil.
7653         (wl): Don't show demo if wl-demo is nil.
7654
7655         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7656         wl-summary-use-frame.
7657
7658         * wl-vars.el (wl-summary-use-frame): New user option.
7659         (wl-folder-use-frame): Changed docstring.
7660
7661         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7662         non-nil.
7663         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7664         wl-summary-use-frame.
7665
7666         * wl-vars.el (wl-folder-use-frame): New user option.
7667
7668         * wl-summary.el (wl-summary-exit): Back to folder frame if
7669         wl-folder-use-frame is non-nil.
7670         (wl-summary-redisplay-internal): Ignore cache if current folder
7671         is draft folder,
7672         (wl-summary-redisplay-no-mime): Ditto.
7673         (wl-summary-redisplay-all-header): Ditto.
7674
7675         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7676         if wl-folder-use-frame is non-nil.
7677
7678 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-summary.el (wl-summary-sync-update): Bind
7681         elmo-folder-update-threshold.
7682         (wl-summary-mark-as-important): Enclosed server mark processing
7683         with `save-match-data'.
7684
7685         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7686         only when it is already defined.
7687
7688 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7689
7690         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7691         name of folder exclude localdir is wrong.
7692         * wl-folder.el (wl-folder-sync-entity):
7693         Set `wl-summary-always-sticky-folder-list' as nil.
7694         (wl-folder-mark-as-read-all-entity): Ditto.
7695         (wl-folder-prefetch-entity): Ditto.
7696
7697 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7698
7699         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7700         instead of `wl-summary-write-current-newsgroup'.
7701
7702 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7703
7704         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7705         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7706         non-nil and selected message is important, do not display.
7707
7708 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7709
7710         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7711
7712 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7715
7716         * wl-summary.el (wl-summary-mark-as-important): Set message number
7717         using wl-summary-message-number.
7718
7719 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7720
7721         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7722         destination folder is 'null.
7723
7724 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7725
7726         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7727         New function.
7728         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7729         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7730         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7731
7732 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-mime.el (wl-mime-setup): Added setting for
7735         `mime-setup-signature-key-alist' to avoid overriding key bind for
7736         `wl-draft-send'.
7737
7738         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7739         for `wl-draft-send'.
7740         * wl-mule.el (wl-draft-overload-functions): Ditto.
7741         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7742         * wl-draft.el (wl-draft-send): Ditto.
7743
7744         * wl-message.el (wl-message-display-internal):
7745         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7746         (Patch is provided by <kita@coe.nttdata.co.jp>).
7747
7748 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7749
7750         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7751
7752 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * wl.el (wl): Fix for wl-demo.
7755
7756 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7757
7758         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7759
7760 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7761
7762         * wl-folder.el (wl-folder-prefetch-entity): Use
7763         `wl-folder-get-elmo-folder'.
7764         (wl-folder-count-incorporates): Do not use
7765         `wl-folder-get-elmo-folder'.
7766
7767 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7768
7769         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7770         instead of `elmo-folder-get-type'.
7771
7772 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7773
7774         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7775         position on Subject: field.
7776         (Advised by Mito <mit@nines.nec.co.jp>)
7777
7778 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7779
7780         * wl-folder.el (wl-folder-prefetch-entity): Use
7781         `wl-folder-get-elmo-folder'.
7782
7783 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7786
7787         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7788         `process-duplicates' slot.
7789
7790         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7791         if detection failed.
7792
7793 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7794
7795         * wl-version.el (wl-version-status): Set to "alpha".
7796
7797 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7800         Check wl-message-buffer lives before set-buffer.
7801
7802 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7803
7804         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7805         called in folder mode.
7806         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7807         * wl-summary.el (wl-summary-exit-pre-hook): Run
7808         `wl-summary-exit-pre-hook' before exit summary mode.
7809
7810 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7811
7812         * wl-version.el (wl-version-status): New variable.
7813         (wl-version-status-alist): Removed.
7814         (wl-version-status): Rule included.
7815
7816 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7819         @sponichi.
7820
7821         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7822         when `mail-reply-buffer' is buffer-local variable.
7823         (Reported by <kita@coe.nttdata.co.jp>).
7824
7825 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-vars.el (toplevel): Require 'elmo-util.
7828
7829 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7830
7831         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7832         (All other related portions are changed)
7833
7834         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7835
7836         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7837
7838 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7839
7840         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7841
7842 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7845         Delete other windows to avoid an error.
7846         Use `point-marker' instead of `point' to remember the start point
7847         of body.
7848
7849         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7850
7851         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7852         number not to exceed all message number.
7853
7854 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7855
7856         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7857         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7858
7859 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-sync-force-update): Added argument
7862         no-check.
7863         (wl-summary-sync-update): Ditto.
7864         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7865         with `no-check'.
7866
7867         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7868         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7869         already running.
7870
7871 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7872
7873         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7874         `dst-folder-arg'.
7875         (wl-expire-archive-number1): Diito.
7876         (wl-expire-archive-number2): Diito.
7877         (wl-expire-archive-Date): Diito.
7878         (wl-archive-number1): Diito.
7879         (wl-archive-number2): Diito.
7880         (wl-archive-date): Diito.
7881         (wl-archive-folder-p): New function.
7882         (wl-summary-expire): Support of expand folder name at
7883         wl-expire-alist.
7884         * wl-util.el (wl-expand-newtext): Renamed from
7885         `wl-refile-expand-newtext'.
7886
7887 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7888
7889         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7890         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7891         `(elmo-msgdb-get-overview msgdb)'.
7892         (wl-summary-prefetch): Bind match data before call
7893         `wl-summay-prefetch-msg'.
7894         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7895         'off if `wl-summary-buffer-disp-msg' is non-nil.
7896         Fixed problem that couldn't show only one new or unread message when
7897         enter folder.
7898         (wl-summary-reply): Don't call `split-window-vertically' and other
7899         window.
7900
7901 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-expire.el (wl-expire-refile): Fixed.
7904
7905 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7908
7909         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7910         biff notification is removed.
7911
7912         * wl.el (wl): Changed position of `elmo-init'.
7913
7914         * wl-draft.el (wl-default-draft-cite): Use date field
7915         on the citation buffer.
7916
7917         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7918
7919         * wl-xmas.el (wl-folder-internal-icon-list): Added
7920         `wl-folder-shimbun-image'.
7921
7922         * wl-e21.el (wl-folder-internal-icon-list): Added
7923         `wl-folder-shimbun-image'.
7924
7925 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * wl.el (wl-init): Eliminated argument.
7928         (wl): Rewrite.
7929
7930         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7931         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7932         instead of `elmo-folder-msgdb-internal'.
7933         (wl-summary-sync-update): Ditto.
7934         (wl-summary-flush-pending-append-operations): Eliminated.
7935         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7936         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7937         `elmo-folder-open'.
7938
7939         * wl-mime.el (wl-summary-burst): Fixed.
7940
7941         * wl-folder.el (wl-folder-info-save): Check data type.
7942
7943         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7944         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7945         instead of `elmo-folder-msgdb-internal'.
7946         (wl-expire-hide): Ditto.
7947
7948
7949         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7950
7951 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7952
7953         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7954
7955 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7958
7959 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7960
7961         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7962         Fixed `match-beginning' argument mismatch.
7963
7964 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7965
7966         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7967         the default value.
7968
7969 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7970
7971         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7972         instead of `elmo-nntp-default-port'.
7973
7974         * wl-vars.el: Fixed some doc strings.
7975
7976 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-summary.el (wl-summary-prefetch-msg): Use
7979         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7980
7981         * wl-vars.el: Define *-func as obsolete variable using
7982         `elmo-define-obsolete-variable'.
7983
7984         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7985         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7986         instead of `wl-message-buffer-prefetch-threshold'.
7987
7988         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7989
7990         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7991
7992         * wl-draft.el (wl-caesar-region-func): Ditto.
7993
7994         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7995         Keep unread status in elmo-folder-move-messages.
7996         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7997
7998 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7999
8000         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8001         `wl-summary-buffer-exit-func'
8002         (wl-summary-buffer-message-redisplay-function): Renamed from
8003         `wl-summary-buffer-message-redisplay-func'
8004         (wl-summary-buffer-next-folder-function): Renamed from
8005         `wl-summary-buffer-next-folder-func'.
8006         (wl-summary-buffer-prev-folder-function): Renamed from
8007         `wl-summary-buffer-prev-folder-func'.
8008         (wl-summary-get-petname-function): Renamed from
8009         `wl-summary-get-petname-func'.
8010
8011         * wl-score.el (wl-score-edit-exit-function): Renamed from
8012         `wl-score-edit-exit-func'.
8013
8014         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8015         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8016
8017         * wl-util.el (wl-load-profile-function): Renamed from
8018         `wl-load-profile-func'.
8019
8020         * wl-folder.el (wl-folder-completion-function): Renamed from
8021         `wl-folder-completion-func'.
8022         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8023
8024         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8025         `wl-expire-archive-get-folder-func'.
8026         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8027         (wl-draft-send-mail-function): Renamed from
8028         `wl-draft-send-mail-func'.
8029         (wl-draft-send-news-function): Renamed from
8030         `wl-draft-send-news-func'.
8031         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8032         (wl-generate-mailer-string-function): Renamed from
8033         `wl-generate-mailer-string-func'.
8034         (wl-highlight-signature-search-function): Renamed from
8035         `wl-highlight-signature-search-func'.
8036         (wl-highlight-x-face-function): Renamed from
8037         `wl-highlight-x-face-func'
8038         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8039         (wl-ps-print-buffer-function): Renamed from
8040         `wl-ps-print-buffer-func'
8041         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8042         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8043         (wl-summary-subject-filter-function): Renamed from
8044         `wl-summary-subject-filter-func'.
8045
8046         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8047         `wl-draft-queue-flush-send-func'
8048         (wl-draft-cite-function): Renamed from
8049         `wl-draft-cite-func'
8050
8051         * wl-address.el (wl-address-init-function): Renamed from
8052         `wl-address-init-func'.
8053
8054 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-draft.el (wl-draft-queue-flush): Don't call
8057         `elmo-dop-unlock-message'.
8058         * wl-draft.el (wl-draft-queue-append): Don't call
8059         `elmo-dop-lock-message'.
8060
8061         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8062         (wl-summary-buffer-folder-name): Ditto.
8063         (wl-summary-message-regexp): Added '-' (all other related portions
8064         are changed).
8065         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8066         wl-summary-buffer-folder-name.
8067
8068 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8069
8070         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8071         the number of mails in the folder buffer is not updated by wl-biff.
8072
8073 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8074
8075         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8076         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8077
8078 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-summary.el (wl-summary-next-message):
8081         Return next message number when wl-summary-move-order is nil.
8082
8083 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8084
8085         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8086         `wl-summary-move-spec-alist'.
8087         (wl-summary-move-spec-unplugged-alist): New variable
8088         (Move spec for unplugged status).
8089         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8090         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8091
8092 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8093
8094         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8095         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8096
8097 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8098
8099         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8100         simple quotation to quote the anonymous function.
8101         * tm-wl.el (wl-draft-preview-message): Ditto.
8102
8103 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8104
8105         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8106         Eliminate redundant `save-excursion'.
8107         (wl-highlight-summary-current-line): Ditto.
8108
8109         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8110         accessing match data when `looking-at' failed.
8111
8112         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8113         `elmo-match-string' where users don't care about the speed.
8114         (wl-draft-save): Ditto.
8115
8116 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * wl-util.el (wl-regexp-opt): New function.
8119
8120         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8121         number from `wl-summary-buffer-number-list'.
8122         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8123         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8124         (wl-summary-move-spec-alist): Changed default setting.
8125
8126 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8127
8128         * wl-vars.el (wl-biff-notify-hook): New hook.
8129         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8130         the arrival of new mail.
8131         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8132         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8133
8134 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8137
8138 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8139
8140         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8141
8142         * Version number is increased to 2.5.8.
8143
8144         * wl-thread.el (toplevel): require 'cl.
8145         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8146         (wl-thread-make-number-list): New function.
8147         (wl-thread-entity-make-number-list-from-children): Ditto.
8148         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8149         (wl-thread-entity-insert-as-children): Likewise.
8150         (wl-thread-delete-message): Likewise.
8151         (wl-meaning-of-mark): Eliminated.
8152         (wl-thread-next-failure-mark-p): Ditto.
8153         (wl-thread-entity-get-mark): Ditto.
8154         (wl-thread-meaning-alist-get-result): Ditto.
8155         (wl-thread-entity-check-prev-mark): Ditto.
8156         (wl-thread-entity-check-next-mark): Ditto.
8157         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8158         (wl-thread-entity-get-prev-marked-entity): Ditto.
8159         (wl-thread-get-prev-unread): Ditto.
8160         (wl-thread-jump-to-prev-unread): Ditto.
8161         (wl-thread-get-next-unread): Ditto.
8162         (wl-thread-jump-to-next-unread): Ditto.
8163         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8164         (wl-thread-entity-get-next-marked-entity): Ditto.
8165
8166         * wl-summary.el (wl-summary-buffer-number-list):
8167         New bufer-local variable.
8168         (wl-summary-switch-to-clone-buffer): Clone
8169         `wl-summary-buffer-number-list'.
8170         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8171         (wl-summary-cursor-move-regex): Eliminated.
8172         (wl-summary-cursor-up): Rewrite.
8173         (wl-summary-cursor-down): Ditto.
8174         (wl-summary-mode-spec-alist): New variable.
8175         (wl-summary-next-message): New inline function.
8176         (wl-summary-cursor-move): New function.
8177         (wl-summary-default-get-next-msg): Rewrite.
8178         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8179         (wl-summary-rescan): Ditto.
8180         (wl-summary-sync-all-init): Ditto.
8181         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8182         summary is not thread view.
8183         (wl-summary-sync-update): Ditto.
8184         (wl-summary-rescan): Ditto.
8185         (wl-summary-make-number-list): New function.
8186
8187         * wl-draft.el: "FCC" -> "Fcc".
8188
8189 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-highlight.el (wl-highlight-summary-window):
8192         Call `set-buffer-modified-p'.
8193
8194         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8195         (wl): Call `elmo-init' and fix.
8196
8197         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8198         Use new variables.
8199
8200         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8201
8202 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8203
8204         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8205
8206 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8207
8208         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8209
8210 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8211
8212         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8213         `wl-use-toolbar' nor `display-graphic-p'.
8214         (wl-e21-setup-message-toolbar): Ditto.
8215         (wl-e21-setup-summary-toolbar): Ditto.
8216         (wl-e21-setup-folder-toolbar): Ditto.
8217
8218         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8219         (wl-plugged-init-icons): Ditto.
8220
8221         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8222         `display-graphic-p'.
8223         (wl-plugged-set-folder-icon): Ditto.
8224         (wl-highlight-plugged-current-line): Ditto.
8225         (wl-highlight-folder-current-line): Ditto.
8226         (wl-e21-highlight-folder-group-line): Ditto.
8227         (wl-e21-setup-toolbar): Ditto.
8228         (wl-e21-display-image-p): New macro.
8229
8230         * wl-demo.el (wl-demo): Simplified.
8231         (wl-demo-image-type-alist): Use `image-type-available-p' for
8232         checking whether the image type `xbm' is available.
8233
8234 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8237         (wl-summary-input-range): Ditto.
8238
8239 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-summary.el (wl-summary-edit-addresses): Use
8242         `wl-summary-get-original-buffer'
8243         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8244         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8245         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8246         (wl-summary-get-newsgroups): Eliminated.
8247         (wl-summary-set-crosspost): Ditto.
8248         (wl-summary-is-crosspost-folder): Ditto.
8249         (wl-crosspost-alist-load): Ditto.
8250         (wl-crosspost-alist-save): Ditto.
8251
8252         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8253         `elmo-setup-subscribed-newsgroups' instead of
8254         `elmo-nntp-make-groups-hashtb'.
8255         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8256         instead of `wl-crosspost-alist-save'.
8257
8258         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8259         of `elmo-folder-message-appendable-p'.
8260         (wl-mime-header-presentation-method): Eliminated.
8261
8262         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8263         (Error occurs in emacs21).
8264
8265         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8266         the current buffer).
8267
8268         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8269         instead of `wl-crosspost-alist-save'.
8270         (wl-init): `elmo-crosspost-message-alist-load'
8271         instead of `wl-crosspost-alist-load'
8272
8273         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8274         (wl-parse-newsgroups): Likewise.
8275         (wl-biff-notify): Run `wl-biff-notify-hook'.
8276
8277 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8280
8281         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8282         when `wl-summary-lazy-highlight' is non-nil.
8283         (wl-summary-goto-folder-subr): Highlight only when
8284         `wl-summary-lazy-highlight' is non-nil.
8285
8286         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8287         Don't display progress and highlight temp-mark when
8288         `wl-summary-lazy-highlight' is non-nil.
8289         (wl-highlight-summary-window): New function.
8290         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8291
8292 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8293
8294         * wl-summary.el (wl-summary-sync): Change `all-visible'
8295         from `all-shown'
8296         (wl-summary-input-range): Ditto.
8297
8298 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8299
8300         * wl-e21.el (wl-highlight-folder-current-line): Call
8301         `wl-folder-init-icons' when folder icons have not been initialized.
8302
8303         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8304
8305         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8306         (wl-demo-image-type-alist): New macro.
8307
8308 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8309
8310         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8311         display does not support graphics.
8312         (wl-plugged-init-icons): Ditto.
8313         (wl-folder-init-icons): Ditto.
8314
8315         * wl-demo.el (wl-demo): Chech closely whether the display
8316         supports graphics.
8317
8318 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-summary.el (wl-summary-get-original-buffer): New function.
8321         (wl-summary-set-crosspost): Use it.
8322         (wl-summary-target-mark-uudecode): Ditto.
8323         (wl-summary-reedit): Ditto.
8324         (wl-summary-resend-bounced-mail): Ditto.
8325         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8326         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8327
8328         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8329         (wl-message-display-internal): Ditto.
8330
8331 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8334
8335 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8336
8337         * wl-summary.el (wl-summary-save-view): Renamed from
8338         `wl-summary-save-status'.
8339
8340 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8341
8342         * wl-summary.el (wl-summary-sync): Added `all-shown'
8343
8344 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8345
8346         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8347
8348 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8349
8350         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8351
8352 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8353
8354         * wl-highlight.el (wl-highlight-summary-line-string): Use
8355         `zerop' instead of `= 0'.
8356         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8357
8358         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8359         for comparing numbers.
8360         (wl-template-prev): Use `zerop' instead of `eq 0'.
8361
8362         * wl-draft.el (wl-draft-insert-current-message): Use
8363         `with-current-buffer' instead of `save-excursion'.
8364         Use `zerop' instead of `eq 0'.
8365
8366 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8367
8368         * wl-draft.el (wl-draft-insert-ccs): New function.
8369         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8370         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8371
8372 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8375
8376 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-expire.el (wl-expire-refile): Don't call
8379         elmo-msgdb-add-msgs-to-seen-list;
8380         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8381         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8382
8383 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8384
8385         * wl-message.el (wl-message-prev-page): Ignore errors while
8386         scroll-down.
8387
8388 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-mime.el: Use elmo-original-message-mode instead of
8391         mmelmo-original-mode.
8392
8393         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8394         `elmo-folder-get-spec';
8395         (wl-fldmgr-add-completion-all-completions):
8396         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8397
8398         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8399         of `elmo-folder-get-type'.
8400
8401         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8402         `elmo-folder-get-spec';
8403         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8404         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8405         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8406         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8407         `elmo-read-msg-no-cache';
8408         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8409         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8410         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8411         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8412         `elmo-cache-save';
8413         (wl-draft-reedit): Use `elmo-message-file-name'.
8414
8415         * wl-expire.el: Use `elmo-folder-name-internal';
8416         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8417         Use macro `wl-summary-buffer-msgdb' instead of variable
8418         `wl-summary-buffer-msgdb';
8419         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8420         Use macro `wl-summary-buffer-folder-name' instead of variable
8421         `wl-summary-buffer-folder-name'.
8422         * wl-score.el: Likewise.
8423
8424         * wl-message.el: Rewrite for new message buffer cache mechanism.
8425         (wl-message-buffer-cache-buffer-get): New macro.
8426         (wl-message-buffer-cache-folder-get): Ditto.
8427         (wl-message-buffer-cache-message-get): Ditto.
8428         (wl-message-buffer-cache-entry-make): Ditto.
8429         (wl-message-buffer-cache-hit): Ditto.
8430         (wl-message-buffer-cache-sort): New function.
8431         (wl-message-buffer-cache-add): Ditto.
8432         (wl-message-buffer-cache-delete): Ditto.
8433         (wl-message-buffer-cache-clean-up): Ditto.
8434         (wl-message-buffer-window): Rewrite.
8435         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8436         (wl-message-buffer-display): New function.
8437         (wl-message-display-internal): New function.
8438
8439 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-folder.el: Use `elmo-folder-name-internal';
8442         Use `wl-folder-get-elmo-folder';
8443         Use `elmo-folder-list-messages' instead of
8444         `elmo-list-folder';
8445         Use `elmo-folder-get-primitive-list' instead of
8446         `elmo-folder-get-primitive-spec-list';
8447         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8448         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8449         Use `elmo-folder-create' instead of `elmo-create-folder'.
8450         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8451         (wl-folder-get-elmo-folder): New macro.
8452         (wl-folder-elmo-folder-cache-get): Ditto.
8453         (wl-folder-elmo-folder-cache-put): Ditto.
8454         (wl-folder-suspend): Call `elmo-quit'.
8455
8456         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8457         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8458         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8459         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8460         (toplevel): require 'cl.
8461         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8462
8463         * wl-summary.el: Rewrite to use new elmo interface.
8464
8465 \f
8466 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-mime.el (wl-draft-preview-message):
8469         Run `wl-draft-send-hook' before collecting recipients information;
8470         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8471
8472         * tm-wl.el (wl-draft-preview-message): Ditto.
8473
8474 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8477         wrong recipients are displayed when forwarded message.
8478
8479 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * Version number is increased to 2.5.7.
8482
8483 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8484
8485         * wl-message.el (wl-message-next-page): Bind
8486         `window-pixel-scroll-increment' to nil while scrolling up.
8487
8488 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8489
8490         * wl-vars.el (wl-save-hook): New hook.
8491         * wl.el (wl-save): Call `wl-save-hook'.
8492
8493 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8494
8495         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8496         Argument WITH-ARG instead of NO-ARG (negative mean).
8497         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8498         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8499         * wl-message.el (wl-message-follow-current-entity): Likewise.
8500
8501 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8502
8503         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8504         FROM was optional argument.
8505         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8506
8507 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8508
8509         * Version number is increased to 2.5.6.
8510
8511 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8512
8513         * wl-version.el (wl-version-show): Removed.
8514         (wl-version): Add `interactive'.
8515
8516 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8517
8518         * wl-summary.el (wl-summary-get-petname-func): New variable.
8519         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8520         instead of `wl-address-get-petname-1'.
8521         (wl-summary-simple-from): Ditto.
8522
8523         * wl-address.el (wl-address-get-petname-1): Define as function.
8524
8525 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8528         field in the original message.
8529         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8530
8531 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8532
8533         * wl-expire.el (wl-expire-hide):
8534         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8535
8536 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8539         find decoder for To, Cc, and Subject.
8540
8541 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8544         for checking `elmo-use-buffer-cache'.
8545         (wl-summary-mark-as-important): Fixed typo in comment.
8546
8547 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8548
8549         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8550         field in the original message.
8551         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8552
8553 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8554
8555         * wl-expire.el (wl-expire-hide):
8556         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8557
8558 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8561         find decoder for To, Cc, and Subject.
8562
8563 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * Version number is increased to 2.5.5.
8566
8567         * wl-address.el (wl-address-specials-regexp): New constant.
8568         (wl-address-quote-specials): Use it.
8569
8570 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8571
8572         * wl-summary.el (wl-summary-rescan):
8573         Call `wl-summary-buffer-number-column-detect'.
8574         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8575
8576         * wl-message.el (wl-message-mode-map): Define.
8577         (wl-message-decode): Use it as local-map.
8578
8579 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8580
8581         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8582         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8583
8584 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8587
8588         * wl-mule.el (wl-read-event-char): Ditto.
8589
8590         * wl-e21.el (wl-read-event-char): Ditto.
8591
8592         * wl-nemacs.el (wl-read-event-char): Ditto.
8593         (read-event): Removed.
8594
8595         * wl-util.el (toplevel): Removed dummy definition of
8596         `read-event'.
8597         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8598
8599 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8600
8601         * wl-nemacs.el (elmo-archive-call-process): Moved to
8602         elmo-archive.el.
8603
8604 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8605
8606         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8607         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8608
8609         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8610         instead of magic-number 6.  Use `not' instead of `null' for symbol
8611         `nil' check (not empty list).
8612         (wl-draft-insert-x-face-field): Fixed paren style.
8613
8614         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8615         one-branch conditional statement, instead of `and' and `if'.
8616         (wl-draft-forward): Likewise.
8617         (wl-draft-add-references): Likewise.
8618         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8619
8620         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8621         conditional steatment.  Use `cond' instead of `if'.
8622         (wl-draft-confirm): Likewise.
8623
8624 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8625
8626         * wl-version.el (wl-version-show): Use `product-string-1'
8627         instead of `wl-version'.
8628         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8629
8630         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8631
8632 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8633
8634         * wl-highlight.el (wl-highlight-headers): Revert
8635         `wl-highlight-x-face-func' argument (`beg' and `end').
8636
8637 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8638
8639         * wl.el (toplevel): Move `product-provide' declare.
8640         * wl-demo.el (toplevel): Ditto.
8641         * wl-dnd.el (toplevel): Ditto.
8642         * wl-highlight.el (toplevel): Ditto.
8643         * wl-message.el (toplevel): Ditto.
8644         * wl-refile.el (toplevel): Ditto.
8645         * wl-util.el (toplevel): Ditto.
8646
8647 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8648
8649         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8650         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8651         (wl-thread-close-all): keep cursor position.
8652
8653 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8654
8655         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8656         (eq x 0).
8657         (wl-generate-user-agent-string-1): Fix conditional statement.
8658
8659 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8660
8661         * wl.el (wl-check-environment): Additional check for
8662         'wl-local-domain' and `wl-message-id-domain'.
8663
8664 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8665
8666         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8667
8668 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8669
8670         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8671         instead of `smtp-sasl-user-realm'.
8672
8673 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8674
8675         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8676
8677 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8678
8679         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8680         to the default value as well as `eword-lexical-analyzer'.
8681
8682 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8683
8684         * wl-version.el (wl-extended-emacs-version,
8685         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8686         `elmo-match-string' instead of `wl-match-string'.
8687
8688 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8689
8690         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8691         docstring.
8692
8693 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8694
8695         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8696
8697 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * wl-highlight.el (wl-highlight-headers): Remove
8700         `wl-highlight-x-face-func' argument (`beg' and `end').
8701
8702 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-summary.el (wl-summary-mark-as-important):
8705         Remove cache if folder is local.
8706
8707 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8708
8709         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8710         to get existing e-mail address string.
8711
8712 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8713
8714         * wl-version.el (wl-generate-user-agent-string): Commentary.
8715         (wl-generate-user-agent-string-1): Use `when' for
8716         one-branch conditional statement, instead of `and' and `if'.
8717         (wl-extended-emacs-version, wl-extended-emacs-version2,
8718         wl-extended-emacs-version3): Ditto.
8719
8720 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8723         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8724         condition-case; Remove initialization.
8725         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8726         (wl-summary-sync-update3): Added argument `sync-all';
8727         Eliminated local variable `msgdb';
8728         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8729         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8730         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8731
8732 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8733
8734         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8735         connection before call `wl-draft-send-mail-with-smtp'.
8736
8737 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * Version number is increased to 2.5.4.
8740
8741 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8742
8743         * wl.el (wl-check-environment): Additional check for
8744         'wl-local-domain' and `wl-message-id-domain'.
8745
8746 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8749         buffer as command specific.
8750         (wl-folder-mark-as-read-all-entity): Ditto.
8751         (wl-folder-prefetch-entity): Ditto.
8752         (wl-folder-drop-unsync-entity): Ditto.
8753
8754         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8755         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8756         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8757
8758         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8759         save-excursion.
8760
8761 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * Version number is increased to 2.5.3.
8764
8765         * wl-summary.el (wl-summary-save-view-cache):
8766         Delete duplicated `write-region';
8767         Use `write-region-as-binary' instead of `as-binary-output-file' and
8768         `write-region'.
8769
8770 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8771
8772         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8773
8774 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8777         instead of `smtp-via-smtp'.
8778
8779 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8780
8781         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8782
8783 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8784
8785         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8786         instead of `smtp-sasl-user-realm'.
8787
8788 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8789
8790         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8791
8792 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8793
8794         * Version number is increased to 2.5.2.
8795
8796 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8799         does not exist.
8800         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8801         (wl-biff-start): Call `timer-activate' if timer already exists.
8802
8803         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8804         only when it is bound as function.
8805
8806 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8807
8808         * Version number is increased to 2.5.1.
8809
8810 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8813         Print refile/copy destination.
8814
8815 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8818         queue-flush-only is non-nil.
8819
8820         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8821
8822         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8823         checking cache folder.
8824
8825 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8826
8827         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8828         `regexp-quote'.
8829
8830 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8831
8832         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8833         function.
8834         * wl-summary.el (wl-summary-write-current-folder-functions):
8835         Change default value.  Use it.
8836
8837 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * Version number is increased to 2.5.0.
8840
8841         * wl-version.el (wl-version): Changed codename.
8842
8843 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8844
8845         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8846         (wl-summary-supersedes-message): Ditto.
8847
8848 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8849
8850         * wl-refile.el (wl-refile-guess-functions): Renamed from
8851         `wl-refile-guess-func-list'.
8852
8853 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8856         Fixed problem when no rule was matched.
8857
8858 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8859
8860         * wl-summary.el (wl-summary-get-mark): Fixed
8861         `wl-summary-buffer-target-mark' check logic.
8862
8863 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864
8865         * wl-folder.el (wl-folder-write-current-folder): Added group
8866         folder check.
8867
8868         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8869         `wl-summary-write-current-newsgroup'.
8870         (wl-summary-write-current-folder-functions): New variable.
8871         * wl-folder.el (wl-folder-get-newsgroups): New function.
8872         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8873         (wl-folder-write-current-folder): Renamed from
8874         `wl-folder-write-current-newsgroup'.
8875
8876 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8877
8878         * Version number is increased to 2.3.93.
8879
8880 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8883         (wl-ldap-make-matched-value-list): Ditto.
8884         (wl-ldap-alias-safe-string): Split e-mail address.
8885
8886         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8887         petname folder default was selected.
8888         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8889         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8890
8891 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8894         to `wl-draft-config-exec'.
8895
8896         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8897         instead of calling `wl-draft-config-exec';
8898         Process group-list and show recipients in minibuffer.
8899
8900         * tm-wl.el (wl-draft-preview-message): Ditto.
8901
8902 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8903
8904         * wl.el (toplevel): Added (C) to copyright notice, and
8905         sync Author header.
8906         * tm-wl.el (toplevel): Ditto.
8907         * wl-address.el (toplevel): Ditto.
8908         * wl-demo.el (toplevel): Ditto.
8909         * wl-dnd.el (toplevel): Ditto.
8910         * wl-draft.el (toplevel): Ditto.
8911         * wl-e21.el (toplevel): Ditto.
8912         * wl-expire.el (toplevel): Ditto.
8913         * wl-folder.el (toplevel): Ditto.
8914         * wl-highlight.el (toplevel): Ditto.
8915         * wl-message.el (toplevel): Ditto.
8916         * wl-mime.el (toplevel): Ditto.
8917         * wl-mule.el (toplevel): Ditto.
8918         * wl-nemacs.el (toplevel): Ditto.
8919         * wl-refile.el (toplevel): Ditto.
8920         * wl-score.el (toplevel): Ditto.
8921         * wl-summary.el (toplevel): Ditto.
8922         * wl-template.el (toplevel): Ditto.
8923         * wl-thread.el (toplevel): Ditto.
8924         * wl-util.el (toplevel): Ditto.
8925         * wl-vars.el (toplevel): Ditto.
8926         * wl-xmas.el (toplevel): Ditto.
8927
8928 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8929
8930         * wl.el (wl-init): Added comment about `wl-init-hook'.
8931         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8932         * wl-vars.el (wl-init-hook): Added docs.
8933         (wl-make-plugged-hook): Removed useless docs.
8934         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8935         * wl-xmas.el (toplevel): Ditto.
8936
8937 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8938
8939         * wl-address.el (toplevel): Fixed multiple Author header format.
8940         * wl-demo.el (toplevel): Ditto.
8941         * wl-draft.el (toplevel): Ditto.
8942         * wl-folder.el (toplevel): Ditto.
8943         * wl-summary.el (toplevel): Ditto.
8944         * wl-thread.el (toplevel): Ditto.
8945         * wl-util.el (toplevel): Ditto.
8946         * wl-vars.el (toplevel): Ditto.
8947         * wl-version.el (toplevel): Ditto.
8948         * wl-xmas.el (toplevel): Ditto.
8949         * wl.el (toplevel): Ditto.
8950
8951         * wl-version.el (toplevel): Added require `elmo-version' for
8952         `product-version-as-string'.
8953
8954 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-vars.el (wl-draft-send-hook): Changed default value to
8957         '(wl-draft-config-exec).
8958
8959         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8960         explicitly.
8961         (wl-draft): Set `wl-draft-config-exec-flag' before running
8962         `wl-mail-setup-hook'.
8963
8964         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8965         `wl-biff-init-icons' to `wl-init-hook' instead of
8966         `wl-make-plugged-hook'.
8967         (Because if `wl-draft' command is invoked at first,
8968         they are not initialized)
8969         Updated copyright notice.
8970
8971         * wl-e21.el (toplevel): Ditto;
8972
8973         * wl-demo.el (toplevel): Updated copyright notice.
8974         * wl-address.el (toplevel): Ditto.
8975         * wl-draft.el (toplevel): Ditto.
8976         * wl-version.el (toplevel): Ditto.
8977         * wl-folder.el (toplevel): Ditto.
8978         * wl-summary.el (toplevel): Ditto.
8979         * wl-thread.el (toplevel): Ditto.
8980         * wl-util.el (toplevel): Ditto.
8981         * wl-vars.el (toplevel): Ditto.
8982         * wl.el (toplevel): Ditto.
8983
8984 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-highlight.el (wl-highlight-message): Fixed problem of
8987         highlighting failure which occured when the last field contains
8988         multiple lines in the draft buffer.
8989
8990         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8991         `wl-biff-start' if plugged.
8992
8993         * wl-util.el (wl-biff-check-folder): New function.
8994         (wl-biff-check-folders): Don't set session name prefix.
8995         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8996         (wl-biff-check-folder-async): Ditto.
8997
8998         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8999         in email address.
9000
9001 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9002
9003         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9004
9005         * wl-draft.el (wl-draft-strip-subject-re): New function.
9006
9007         * wl-draft.el (wl-draft-reply): Use it.
9008
9009 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-message.el (wl-mmelmo-message-redisplay): Use
9012         `mime-display-message' instead of `wl-mime-display-message'.
9013
9014         * wl-mime.el (toplevel): Removed compatibility workaround
9015         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9016         (wl-mime-display-message): Abolished.
9017         (wl-mime-entity-read-field): Ditto.
9018         (wl-mime-combine-message/partial-pieces): Use
9019         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9020
9021 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9022
9023         * wl-template.el: Doc fixes.
9024
9025 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9026
9027         * wl-e21.el (wl-message-overload-functions): Do nothing if
9028         `current-local-map' is not available.
9029         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9030
9031 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9032
9033         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9034         representation.
9035
9036         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9037         number.
9038         (wl-fldmgr-save-folders): Don't use `format' when insert
9039         `wl-fldmgr-folders-header'.
9040
9041 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9042
9043         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9044
9045 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9046
9047         * wl-highlight.el (wl-highlight-message):
9048         Use `std11-field-end' to detect end point of the header field.
9049         Refer `wl-highlight-max-header-size'.
9050
9051         * wl-vars.el (wl-highlight-max-header-size): New variable.
9052
9053         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9054
9055         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9056         Set `for-draft' argument of wl-highlight-headers.
9057         (wl-draft): Ditto.
9058         (wl-draft-reedit): Ditto.
9059         (wl-user-agent-compose-internal): Ditto.
9060
9061 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9062
9063         * wl-message.el (wl-message-add-button): Use overlay.
9064
9065 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9066
9067         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9068
9069         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9070         problem when group-list content is nothing.
9071         (Reported by Mito <mit@nines.nec.co.jp>)
9072
9073 2000-10-18  SAITO Atsunori <sai@yedo.com>
9074
9075         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9076
9077 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9078
9079         * tm-wl.el (toplevel): Use product-provide.
9080
9081 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * Version number is increased to 2.3.92.
9084
9085 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9086
9087         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9088         title text, use `display' property for left margin under Emacs 21.
9089
9090         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9091         properties.
9092         (wl-plugged-init-icons): Ditto.
9093
9094 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9095
9096         * wl.el (wl-save-status, wl-init): Remove last period in
9097         "...done." message.
9098         * tm-wl.el (wl-summary-burst): Ditto.
9099         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9100         wl-summary-resume-cache-status,
9101         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9102         wl-summary-sync-update3, wl-summary-highlight-msgs,
9103         wl-summary-flush-pending-append-operations,
9104         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9105         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9106         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9107         wl-thread-open-all): Ditto.
9108         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9109         * wl-mime.el (wl-summary-burst): Ditto.
9110         * wl-highlight.el (wl-highlight-summary): Ditto.
9111         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9112         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9113         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9114         * wl-address.el (wl-local-address-init): Ditto.
9115
9116 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9117
9118         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9119         `add-text-properties'.
9120         (wl-plugged-init-icons): Ditto.
9121         (wl-folder-init-icons): Use `propertize' instead of
9122         `put-text-property'.
9123         (wl-plugged-set-folder-icon): Ditto.
9124         (wl-e21-highlight-folder-group-line): Ditto.
9125
9126 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-version.el (wl-version-status-alist): New variable.
9129         (wl-version-status): New function.
9130
9131         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9132         "Cc" part of the case "Reply-To".
9133
9134         * wl-draft.el (wl-draft-reply): Use result of
9135         `eword-extract-address-components'.
9136
9137         * wl-demo.el (wl-demo-icon-name): New constant.
9138         (wl-logo-xpm): Use it.
9139         (wl-logo-xbm): Ditto.
9140         (wl-logo-bitmap): Ditto.
9141
9142         * Version number is increased to 2.3.91.
9143
9144 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9145
9146         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9147         (wl-extended-emacs-version, wl-extended-emacs-version2,
9148         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9149         docstring.
9150
9151         * wl-version.el (wl-generate-user-agent-string-1): New function.
9152         (wl-generate-user-agent-string): Use it.
9153
9154         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9155         `mime-edit-insert-user-agent-field'.
9156         (wl-generate-user-agent-string): Check
9157         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9158
9159         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9160         instead of `if', when verbose case.
9161
9162 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * wl-expire.el (wl-summary-expire): Fix.
9165
9166 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9167
9168         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9169         and `elmo-lost+found-folder' if 'wl-draft.
9170         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9171
9172 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9173
9174         * wl-expire.el (wl-summary-expire): Change messages.
9175         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9176         `deleing-info' instead of "Deleting..."
9177
9178 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9179
9180         * wl-summary.el (wl-summary-refile-subr): Fix.
9181
9182 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9183
9184         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9185         if pipe folder.
9186
9187 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9188
9189         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9190
9191 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9192
9193         * wl-expire.el (wl-expire-hide): New function.
9194         (wl-summary-expire): Add `hide'.
9195
9196 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-vars.el (wl-draft-reply-without-argument-list):
9199         Changed default value to consider `Reply-To:'.
9200         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9201
9202         * Version number is increased to 2.3.90.
9203
9204         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9205         elmo-imap4-get-session with unwind-protect.
9206         Don't cause error.
9207         (wl-summary-sync-marks): Don't check plugged nor folder type.
9208         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9209         (Always keep current buffer).
9210
9211 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9212
9213         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9214         Enclose with `save-excursion'.
9215
9216 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9217
9218         * wl-version.el (wl-version): Remove interactive.
9219
9220 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9221
9222         * wl-version.el (wl-generate-user-agent-string): Use
9223         `product-string-verbose' instead of `product-string-1'.
9224
9225 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9226
9227         * wl-vars.el (wl-draft-use-cache): New variable.
9228         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9229         if wl-draft-use-cache is non-nil.
9230
9231 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9232
9233         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9234         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9235
9236 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9239         (wl-thread-msg-mark-as-unread): Ditto.
9240
9241         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9242         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9243         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9244         Don't set mark in summary if return value of `elmo-mark-as-read'
9245         is nil.
9246         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9247         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9248         instead of `wl-thread-msg-mark-as-read'.
9249         (wl-summary-mark-as-unread-region): Ditto.
9250         (wl-summary-target-mark-mark-as-read): Ditto.
9251
9252         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9253
9254 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9257
9258         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9259
9260 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9263         face.
9264
9265 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9266
9267         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9268         `running-xemacs'.
9269
9270 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9271
9272         * wl-version.el (toplevel): Use `product-version-as-string' for
9273         set verstion-string, if defined.
9274
9275         * wl-version.el (wl-version-show): Insert string at point, when
9276         call with argument.
9277
9278         * wl-version.el (wl-generate-user-agent-string): Use
9279         `product-string-1' instead of `wl-appname', `wl-version' and
9280         `wl-codename'.
9281
9282 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9283
9284         * wl-address.el (toplevel): Use product-provide.
9285         * wl-demo.el (toplevel): Ditto.
9286         * wl-dnd.el (toplevel): Ditto.
9287         * wl-draft.el (toplevel): Ditto.
9288         * wl-e21.el (toplevel): Ditto.
9289         * wl-expire.el (toplevel): Ditto.
9290         * wl-fldmgr.el (toplevel): Ditto.
9291         * wl-folder.el (toplevel): Ditto.
9292         * wl-highlight.el (toplevel): Ditto.
9293         * wl-message.el (toplevel): Ditto.
9294         * wl-mime.el (toplevel): Ditto.
9295         * wl-mule.el (toplevel): Ditto.
9296         * wl-nemacs.el (toplevel): Ditto.
9297         * wl-refile.el (toplevel): Ditto.
9298         * wl-score.el (toplevel): Ditto.
9299         * wl-summary.el (toplevel): Ditto.
9300         * wl-template.el (toplevel): Ditto.
9301         * wl-thread.el (toplevel): Ditto.
9302         * wl-util.el (toplevel): Ditto.
9303         * wl-vars.el (toplevel): Ditto.
9304         * wl-xmas.el (toplevel): Ditto.
9305         * wl.el (toplevel): Ditto.
9306
9307 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9308
9309         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9310         instead of product.
9311
9312         * wl-version.el (wl-version): Compile time evalution elmo-version.
9313
9314 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9315
9316         * wl-summary.el (wl-summary-sync-force-update): Append queue
9317         `mark-as-read'if unplugged.
9318
9319 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9320
9321         * wl-version.el: New file.  Use product.el.
9322         * wl.el: add (require 'wl-version).
9323         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9324         for ~/.folders header.
9325         (wl-fldmgr-folders-header): Changed.
9326         * wl-demo.el (wl-demo): Use product.el.
9327
9328         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9329         wl-version.el.
9330         * wl-util.el (wl-version, wl-version-show): Ditto.
9331
9332         * wl-util.el (wl-generate-user-agent-string,
9333         wl-extended-emacs-version, wl-extended-emacs-version2,
9334         wl-extended-emacs-version3): Move to wl-version.el.
9335         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9336         xemacs-codename, mime-edit-insert-user-agent-field,
9337         mime-edit-user-agent-value, mime-editor/version,
9338         mime-editor/codename): Compile warning killer move to
9339         wl-version.el
9340
9341 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9342
9343         * wl-summary.el (wl-summary-refile-subr): Fix.
9344
9345 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9348         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9349
9350 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9351
9352         * wl.el (wl-check-environment): Check too many `@'.
9353
9354 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9355
9356         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9357
9358 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9359
9360         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9361         wl-draft-reply-myself-without-argument-list): Add variables.
9362         * wl-draft.el (wl-draft-reply): Use it.
9363
9364 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9365
9366         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9367         the 5th argument of `elmo-network-get-spec'.
9368
9369         * wl-thread.el (wl-thread-reparent-children): New inline function.
9370         (wl-thread-delete-message): Use it.
9371
9372         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9373         (wl-summary-score-update-all-lines): Don't use `dolist'.
9374
9375 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9376
9377         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9378         (require 'elmo-msgdb) for inline function.
9379
9380 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9381
9382         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9383
9384 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9385
9386         * wl-score.el (wl-score-headers): Fix for the confusing macro
9387         `elmo-kill-buffer'.
9388
9389 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9390
9391         * wl-summary.el: Don't use the 3rd argument of `require' because
9392         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9393         * wl-util.el: Ditto.
9394         * wl-draft.el: Ditto.
9395
9396 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9397
9398         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9399         window system is not used.
9400
9401 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9402
9403         * wl-thread.el: Don't use `mapcar' only for iteration.
9404         (wl-thread-resume-entity): Ditto.
9405         (wl-thread-delete-message): Ditto.
9406
9407         * wl-summary.el: Bind `dragdrop-drop-functions',
9408         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9409         of `require' for `timezone', `easymenu' and `ps-print';
9410         don't use `mapcar' only for iteration.
9411
9412         * wl-util.el: Bind `mule-version', `nemacs-version',
9413         `emacs-beta-version', `xemacs-codename',
9414         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9415         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9416         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9417         only for iteration.
9418
9419         * wl-score.el: Don't use `mapcar' only for iteration.
9420         (wl-score-simplify-buffer-fuzzy): Ditto.
9421         (wl-score-simplify-subject): Ditto.
9422         (wl-score-headers): Ditto.
9423         (wl-summary-score-update-all-lines): Ditto.
9424
9425         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9426         `enable-multibyte-characters' and `mule-version'.
9427
9428         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9429         `mapcar' only for iteration.
9430
9431         * wl-demo.el: Don't use `mapcar' only for iteration.
9432
9433         * wl-folder.el: Don't use `mapcar' only for iteration.
9434         (wl-folder-open-all): Ditto.
9435         (wl-folder-count-incorporates): Ditto.
9436
9437         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9438         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9439
9440         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9441         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9442         `smtp-connection-type'; specify 3rd argument of `require' for
9443         `timezone'; don't use `mapcar' only for iteration.
9444         (wl-draft-clone-local-variables): Don't use `mapcar'.
9445         (wl-draft-generate-clone-buffer): Ditto.
9446         (wl-user-agent-compose-internal): Ditto.
9447
9448         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9449
9450         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9451         (wl-save-status): Ditto.
9452
9453         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9454         for iteration.
9455
9456 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9457
9458         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9459         removed `Date'.
9460         (wl-fldmgr-make-filter-default): New user option.
9461
9462         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9463         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9464         (wl-fldmgr-filter-completion-alist): Abolish.
9465
9466         * wl.el (wl): Don't check servers if arg is non-nil.
9467
9468         * wl-draft.el (wl-draft-reply): Set only message-id string to
9469         In-Reply-To field.
9470
9471 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-summary.el (wl-summary-pick): Rewrite.
9474
9475         * wl-draft.el (wl-draft-forward): Get references field from
9476         original buffer.
9477         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9478
9479 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9480
9481         * wl-draft.el (wl-draft-forward): Add references field.
9482
9483 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9484
9485         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9486         (wl-draft-reply): Use it.
9487
9488 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9489
9490         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9491         when Emacs 21 is running.
9492
9493         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9494         bindings.
9495
9496 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9497
9498         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9499         XPM icons transparent.
9500
9501         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9502         Emacs 21.
9503
9504 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9505
9506         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9507         nil.
9508
9509         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9510         when it is persistent.
9511         (wl-summary-sync-marks): Changed argument for
9512         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9513         (wl-summary-virtual): Use `elmo-read-search-condition'.
9514         (wl-summary-redisplay-internal): If folder is local, mark as read
9515         even when folder is plugged.
9516
9517 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9518
9519         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9520         of `tool-bar-lines' in the frame parameters.
9521         (after-make-frame-functions, post-command-hook): Don't modify the
9522         value.
9523         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9524         wl-e21-tool-bar-lines): Removed.
9525
9526 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9527
9528         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9529         properties `evaporate' and `wl-momentary-overlay' as well.
9530         (wl-highlight-summary-displaying): Ditto.
9531         (wl-delete-all-overlays): Don't delete overlay which does not have
9532         a property `wl-momentary-overlay'.
9533
9534         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9535         `display-mouse-p' and `display-graphic-p'.
9536         (wl-folder-init-icons): Don't search for XBM or the other files.
9537         (wl-plugged-set-folder-icon): Make icons if and only if
9538         `display-graphic-p' returns non-nil.
9539         (wl-highlight-plugged-current-line): Use `before-string' overlay
9540         property to show icon images.
9541         (wl-highlight-folder-current-line): Ditto.
9542         (wl-e21-highlight-folder-group-line): Ditto.
9543         (wl-e21-highlight-folder-by-numbers): Ditto.
9544         (wl-e21-insert-image): Removed.
9545         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9546         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9547         said.
9548         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9549         `wl-e21-force-switch-toolbar'.
9550         (wl-e21-make-icon-image): Removed.
9551         (wl-e21-setup-toolbar): Don't search for XBM files.
9552         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9553         the default value.
9554
9555 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9556
9557         * wl-util.el (wl-biff-check-folder-async): Set
9558         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9559
9560 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9561
9562         * wl-e21.el (after-make-frame-functions): Add
9563         `wl-e21-force-switch-toolbar'.
9564         (wl-e21-force-switch-toolbar): New function force to switch the
9565         toolbar appearance automatically.
9566         (post-command-hook): Add `wl-e21-switch-toolbar'.
9567         (wl-e21-switch-toolbar): New function to switch the toolbar
9568         appearance automatically.
9569         (wl-e21-tool-bar-lines): New buffer local variable.
9570
9571 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-util.el (wl-biff-check-folders-running): New variable.
9574         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9575         (wl-biff-check-folder-async-callback):
9576         Set `wl-biff-check-folders-running'.
9577         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9578         with unwind-protect.
9579
9580         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9581         Enclose `wl-folder-auto-check' with unwind-protect.
9582
9583         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9584         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9585
9586         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9587
9588         * wl-util.el (wl-biff-notify): New inline function.
9589         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9590         locally.
9591         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9592         folder-list' is 1.
9593         Use `wl-biff-notify'.
9594         (wl-biff-check-folder-async-callback): New function.
9595         (wl-biff-check-folder-async): Ditto.
9596
9597         * wl-folder.el (wl-folder): Don't check folders.
9598         (wl-folder-auto-check): New function.
9599
9600 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9601
9602         * wl-util.el (wl-biff-start) [Emacs19+]:
9603         Use `timer-next-integral-multiple-of-time'.
9604         (wl-biff-check-folders): Use `wl-default-folder'
9605         if `wl-biff-check-folder-list' is nil.
9606
9607 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9608
9609         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9610         instead of `elmo-delete-lists'.
9611
9612 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9613
9614         * wl.el (wl-plugged-toggle-all): Set the value of
9615         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9616         (wl-plugged-toggle): Ditto.
9617         (wl-toggle-plugged): Ditto.
9618         (wl-plugged-init): Ditto.
9619
9620         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9621         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9622         instead of `wl-biff-state-indicator-off' and
9623         `wl-biff-state-indicator-on'; don't modify the value and the type
9624         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9625         (wl-plugged-init-icons): Set icons data to
9626         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9627         instead of `wl-plug-state-indicator-off' and
9628         `wl-plug-state-indicator-on'; don't modify the value and the type
9629         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9630
9631         * wl-vars.el (wl-modeline-biff-state-off,
9632         wl-modeline-biff-state-on, wl-modeline-biff-status,
9633         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9634         wl-modeline-plug-status): New internal variables.
9635         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9636         wl-biff-check-interval, wl-biff-check-folder-list): Change
9637         customization group from `wl-folder' to `wl-highlight'.
9638         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9639         wl-show-plug-status-on-modeline): Defcustomized.
9640
9641         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9642         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9643         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9644         a flag to `mode-line-buffer-identification'.
9645
9646         * wl-e21.el (wl-biff-init-icons): Set icons data to
9647         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9648         instead of `wl-biff-state-indicator-off' and
9649         `wl-biff-state-indicator-on'.
9650         (wl-plugged-init-icons): Set icons data to
9651         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9652         instead of `wl-plug-state-indicator-off' and
9653         `wl-plug-state-indicator-on'.
9654
9655 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9656
9657         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9658         excessive titles.
9659
9660 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9661
9662         * wl.el (wl-plugged-mode): Use revised
9663         `wl-mode-line-buffer-identification'.
9664         (wl-plugged-init): Don't use `force-mode-line-update'.
9665
9666         * wl-xmas.el (wl-draft-overload-functions): Use revised
9667         `wl-mode-line-buffer-identification'.
9668         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9669         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9670         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9671         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9672         `wl-make-plugged-hook';
9673         add `wl-folder-init-icons' and `wl-setup-folder' to
9674         `wl-folder-mode-hook'.
9675
9676         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9677         19 as well.
9678         (wl-mode-line-display-priority-list): New user option.
9679         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9680         Defcustomized.
9681         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9682         Add docs.
9683
9684         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9685         start.
9686         (wl-mode-line-buffer-identification): Revised as a function.
9687
9688         * wl-summary.el (wl-summary-mode): Use revised
9689         `wl-mode-line-buffer-identification'; don't call
9690         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9691         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9692         `wl-xmas-setup-summary'.
9693
9694         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9695         `wl-mode-line-buffer-identification'.
9696
9697         * wl-mule.el (wl-draft-overload-functions): Use revised
9698         `wl-mode-line-buffer-identification'.
9699
9700         * wl-folder.el (wl-make-plugged-alist): Don't call
9701         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9702         (wl-folder): Don't call `wl-folder-init-icons' directly.
9703         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9704         `wl-xmas-setup-folder' directly;
9705         use revised `wl-mode-line-buffer-identification'.
9706         (TopLevel): Don't bind `wl-biff-init-icons',
9707         `wl-plugged-init-icons', `wl-folder-init-icons',
9708         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9709
9710         * wl-e21.el (wl-draft-overload-functions): Use revised
9711         `wl-mode-line-buffer-identification'.
9712         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9713         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9714         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9715         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9716         `wl-make-plugged-hook';
9717         add `wl-folder-init-icons' and `wl-setup-folder' to
9718         `wl-folder-mode-hook'.
9719
9720 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9721             Katsumi Yamaoka    <yamaoka@jpl.org>
9722
9723         * wl.el (wl): Call `wl-biff-start'.
9724         (wl-exit): Call `wl-biff-stop'.
9725         (wl-plugged-mode): Show biff in modeline.
9726         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9727
9728         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9729         (wl-biff-init-icons): New function.
9730         (wl-plugged-init-icons): Don't make too much keymaps.
9731         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9732
9733         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9734         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9735         variables.
9736         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9737         options.
9738
9739         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9740         wl-biff-start, wl-biff-stop): New functions.
9741         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9742         (wl-biff-timer-name): New variable.
9743
9744         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9745
9746         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9747         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9748
9749         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9750         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9751
9752         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9753         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9754         `wl-folder-init-icons' to `ignore' if they are not available.
9755         (wl-folder-mode): Show biff in modeline.
9756
9757         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9758         (wl-biff-init-icons): New function.
9759         (wl-plugged-init-icons): Don't make too much keymaps.
9760         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9761
9762 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9763
9764         * wl-vars.el (wl-strict-diff-folders): Customization Type
9765         and doc fix.  Define as a list of regular expressions for
9766         folders or nil.
9767         * wl-folder.el (wl-folder-check-one-entity): Use
9768         `wl-string-match-member' instead of `wl-string-member' for
9769         `wl-strict-diff-folders'.
9770
9771 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9772
9773         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9774         (wl-highlight-folder-current-line): Use it; new implementation.
9775         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9776         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9777         `defsubst' instead of `defun'.
9778
9779         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9780         `wl-highlight-group-folder-by-numbers'; made it can also be a
9781         number.  See info for more details.
9782
9783         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9784         running.
9785
9786         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9787         to bind them.
9788
9789         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9790         (wl-highlight-folder-current-line): New implementation.
9791
9792         * wl-highlight.el (wl-highlight-folder-group-line): New
9793         implementation.
9794         (wl-delete-all-overlays): Rewrite as a marco.
9795         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9796
9797         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9798         running.
9799         (wl-folder-*-glyph): No need to bind them.
9800
9801         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9802         `wl-e21-highlight-folder-group-icon'; rewrite.
9803         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9804         `defsubst' instead of `defun'.
9805         (wl-folder-mode-map): Bind it when compiling.
9806
9807 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9808
9809         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9810
9811         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9812
9813 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9814
9815         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9816
9817 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9818
9819         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9820         (wl-highlight-folder-current-line): Use it.
9821
9822         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9823         in `id-name'.
9824
9825 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9826
9827         * wl.el: Require `wl-e21' when Emacs 21 is running.
9828
9829         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9830         default when Emacs 21 is running.
9831         (wl-use-highlight-mouse-line): Ditto.
9832         (wl-on-emacs21): New constant.
9833         (wl-on-emacs20): Removed.
9834
9835         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9836         Emacs 21 is running.
9837
9838         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9839         Emacs 21 is running.
9840
9841         * wl-e21.el: New file.
9842
9843 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9844
9845         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9846         (wl-toggle-plugged): Ditto.
9847         (wl-plugged-toggle): Ditto.
9848         (wl-plugged-toggle-all): Ditto.
9849
9850         * wl-vars.el (wl-plug-state-indicator): Refer
9851         `wl-plug-state-indicator-on' indirectly.
9852
9853 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9854
9855         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9856         Call `wl-folder-confirm-existence'.
9857
9858         * wl-folder.el (wl-folder-confirm-existence): Added optional
9859         argument `force'.
9860
9861 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9862
9863         * wl-summary.el (wl-summary-refile-subr): Assume
9864         `copy-or-refile' as symbol.
9865         (wl-summary-refile): Follow up above change.
9866         (wl-summary-copy): Ditto.  Doc fix.
9867
9868 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9869
9870         * wl-summary.el (wl-summary-pick): Don't bind
9871         `elmo-search-mime-charset'.
9872
9873         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9874         default using old backquote style.
9875         (wl-search-mime-charset): Abolished.
9876
9877         * wl-highlight.el (wl-highlight-headers):
9878         Call `point' after `re-search-forward'(for Nemacs).
9879
9880         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9881         for elmo-imap4.el.
9882
9883 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9884
9885         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9886         `wl-message-ignored-field-list' instead of
9887         `mime-view-ignored-field-list'.
9888
9889         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9890         Add interactive spec.
9891         (wl-folder-goto-bottom-of-current-folder): Ditto.
9892         (wl-folder-mode-map): Bind them.
9893
9894         * wl-vars.el (wl-message-ignored-field-list): New variable.
9895         (wl-message-visible-field-list): New variable.
9896
9897         * wl-mime.el (wl-mime-header-presentation-method): New function.
9898         (wl-mime-setup): Set header-presentation-method.
9899
9900 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9901
9902         * wl-nemacs.el (wl-draft-overload-functions): Set
9903         `mode-line-buffer-identification' instead of using
9904         `wl-make-modeline'.
9905
9906         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9907         instead of using `wl-make-modeline'.
9908
9909         * wl-xmas.el (wl-plugged-init-icons): Set up
9910         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9911         (wl-make-modeline): Abolish.
9912         (wl-draft-overload-functions): Set
9913         `mode-line-buffer-identification' instead of using
9914         `wl-make-modeline'.
9915
9916         * wl-util.el (wl-make-modeline-subr): Abolish.
9917         (wl-mode-line-buffer-identification): New alias.
9918
9919         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9920         (wl-summary-make-modeline): Abolish.
9921         (wl-summary-buffer-set-folder): Set
9922         `wl-summary-buffer-folder-indicator'.
9923         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9924         of using `wl-make-modeline'.
9925         (wl-summary-switch-to-clone-buffer): Don't set
9926         `mode-line-buffer-identification'.
9927         (wl-summary-goto-folder-subr): Ditto.
9928
9929         * wl-mule.el (wl-draft-overload-functions): Set
9930         `mode-line-buffer-identification' instead of using
9931         `wl-make-modeline'.
9932
9933         * wl-folder.el (wl-folder-mode): Set
9934         `mode-line-buffer-identification' instead of using
9935         `wl-make-modeline'.
9936         (wl-folder): Don't set `mode-line-buffer-identification'.
9937
9938 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9939
9940         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9941         instead of `member' for `wl-refile-guess-func-list' look-ups.
9942         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9943
9944 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9945
9946         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9947         `wl-message-button-dispatcher'.
9948
9949         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9950
9951         * wl-message.el (wl-message-button-dispatcher): Use it.
9952
9953         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9954         "In-Reply-To".
9955
9956         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9957         Bind `case-fold-search' to t.
9958
9959 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9960
9961         * wl-xmas.el (wl-message-overload-functions): Initialize
9962         `wl-message-button-map'.
9963
9964         * wl-mule.el (wl-message-overload-functions): Initialize
9965         `wl-message-button-map'.
9966
9967         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9968
9969         * wl-message.el (wl-message-button-map): New keymap.
9970         (wl-message-add-button): New function.
9971         (wl-message-button-dispatcher): New function.
9972         (wl-message-button-refer-article): New function.
9973
9974         * wl-highlight.el
9975         (wl-highlight-message-add-buttons-to-header): New function.
9976         (wl-highlight-headers): Use it.
9977
9978 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9979
9980         * wl-summary.el (wl-summary-default-from): Use
9981         `wl-address-get-petname-1'.
9982         (wl-summary-simple-from): Ditto.
9983
9984         * wl-address.el (wl-address-get-petname-1): New inline function.
9985         (wl-address-get-petname): Use it.
9986
9987 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9988
9989         * wl-summary.el (wl-summary-default-from): Return full-name part
9990         from the address if no petname was found.
9991         (wl-summary-simple-from): Ditto.
9992
9993         * wl-address.el (wl-address-get-petname): Return nil if no petname
9994         associated with the address was found.
9995
9996 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9997
9998         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9999         display is finished.
10000
10001 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10002
10003         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10004         `elmo-folder-exists-p' argument.
10005
10006 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10007
10008         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10009         the folder.
10010
10011 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10012
10013         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10014
10015         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10016         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10017
10018 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10019
10020         * wl-folder.el (wl-folder-create-subr): New function.
10021         (wl-folder-confirm-existence): Use it.
10022         (wl-folder-check-one-entity): Use it.
10023         Check the error symbol is derived from 'elmo-open-error.
10024
10025         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10026         `ignore-error'.
10027
10028 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10029
10030         * wl-util.el (toplevel): Add (eval-when-compile (require
10031         'elmo-util)).  (Maybe `provide' is typo.)
10032
10033 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10034
10035         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10036         (I don't know why this was needed.)
10037
10038         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10039         Follow up changes for stream-type.
10040
10041         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10042         (wl-draft-elmo-nntp-send): Ditto.
10043
10044         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10045         (wl-nntp-posting-stream-type): Ditto.
10046         (wl-pop-before-smtp-ssl): Abolished.
10047         (wl-nntp-posting-ssl): Ditto.
10048
10049         * wl-address.el (wl-address-quote-specials): New function.
10050         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10051
10052         * wl-draft.el (wl-draft-reply): Ditto.
10053
10054 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10055
10056         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10057         use function `wl-string-match-assoc'.
10058
10059 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10060
10061         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10062
10063         * wl-draft.el (wl-draft-deduce-address-list): New function.
10064         (wl-draft-parse-mailbox-list): Ditto.
10065         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10066         instead of `smtp-deduce-address-list'.
10067         (wl-draft-on-field-p): Follow group list.
10068
10069         * wl-address.el (wl-address-concat-token): New function.
10070         (wl-address-string-without-group-list-contents): Ditto.
10071         (wl-complete-field-body): Fixed problem of completion
10072         by japanese petname.
10073         (wl-address-make-completion-list): Rewrite.
10074
10075 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10076
10077         * wl-address.el (wl-address-make-completion-list): Completion by
10078         petname.
10079         (wl-complete-field-body): Likewise.
10080
10081 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10082
10083         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10084         contains invalid address syntax.
10085
10086 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10087
10088         * wl-folder.el (wl-folder-check-entity-async): Use
10089         `elmo-nntp-spec-hostname'.
10090
10091 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10092
10093         * wl-summary.el (wl-summary-msgdb-load-async): Use
10094         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10095
10096 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10097
10098         * wl-draft.el (wl-draft-reply): Set argument
10099         `content-transfer-encoding' as nil.
10100
10101 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10102
10103         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10104         `wl-refile-alist'.
10105
10106 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10107
10108         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10109         (wl-draft-edit-string): Ditto.
10110         (wl-draft-forward): Ditto.
10111         * wl-summary.el (wl-summary-write): Ditto.
10112
10113 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10114
10115         * wl-summary.el (wl-summary-sync-update3): Call
10116         `wl-summary-buffer-number-column-detect'.
10117         (wl-summary-buffer-number-column-detect): Search from point-min.
10118
10119 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10120
10121         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10122         contains an address which is not included in original to or cc.
10123
10124 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10125
10126         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10127         begin-line does not exist.
10128         * wl-message.el (wl-message-uu-substring): Ditto.
10129
10130 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10131
10132         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10133         clear local variables.
10134         (wl-summary-exit): Call `elmo-commit'.
10135         (wl-summary-switch-to-clone-buffer): Call
10136         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10137         (wl-summary-goto-folder-subr): Ditto.
10138
10139         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10140         POP folder.
10141
10142 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10143
10144         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10145         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10146         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10147         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10148         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10149         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10150
10151         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10152
10153 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10154
10155         * wl-summary.el (wl-summary-search-by-subject):
10156         Search parent message from the latest one.
10157
10158 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10159
10160         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10161         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10162
10163         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10164         New user option.
10165
10166         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10167         if elmo-nntp-use-killed-list is nil.
10168         Use `elmo-msgdb-append-to-killed-list'.
10169         (Append numbers confirmed as disappeared to the killed list.)
10170         (wl-summary-confirm-appends): Don't display negative number.
10171
10172 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10173
10174         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10175
10176 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10177
10178         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10179         range is `all'.
10180         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10181         `elmo-list-bigger-diff'.
10182
10183 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10184
10185         * wl-summary.el (wl-summary-buffer-exit-func):
10186         New buffer local variable.
10187         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10188
10189 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10190
10191         * wl-demo.el (wl-demo): Fix the last change.
10192
10193 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10194
10195         * wl-demo.el (wl-demo): Don't use `eval'.
10196
10197 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10198
10199         * wl-summary.el (wl-summary-buffer-thread-modified):
10200         New buffer-local variable.
10201         (wl-summary-set-thread-modified): New function.
10202         (wl-summary-thread-modified-p): New function.
10203         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10204         (wl-summary-yank-saved-message): Use function
10205         `wl-summary-set-thread-modified'
10206         (wl-summary-switch-to-clone-buffer): Add
10207         `wl-summary-buffer-thread-modified'.
10208
10209         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10210         (wl-summary-buffer-mark-saved-hook): Ditto.
10211         * wl-summary.el (wl-summary-msgdb-save): New hook
10212         `wl-summary-buffer-message-saved-hook' and
10213         `wl-summary-buffer-mark-saved-hook'.
10214
10215 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10216
10217         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10218
10219 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10220
10221         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10222         don't hide scroll bars under FSF Emacsen because it may incur an
10223         undesirable redrawing.
10224
10225 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10226
10227         * wl-draft.el (wl-draft-edit-string): Call
10228         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10229
10230 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10231
10232         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10233
10234 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10235
10236         * wl-summary.el (wl-summary-msgdb-load-async): Call
10237         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10238
10239 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10240
10241         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10242         fringes in demo buffer; center bitmap logo correctly even if old
10243         Mule is used.
10244
10245 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10246
10247         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10248
10249         * wl-refile.el (wl-refile-subject-alist): New variable.
10250         (wl-refile-subject-alist-file-name): Ditto.
10251         (wl-refile-alist-setup): Rewrite.
10252         (wl-refile-alist-save): Use `elmo-object-save'.
10253         Eliminated arguments.
10254         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10255         (wl-refile-guess-by-subject): New function.
10256         (wl-refile-guess-func-list): Added it.
10257
10258 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10259
10260         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10261         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10262
10263 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10264
10265         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10266         New buffer-local variable.
10267         (wl-summary-buffer-next-folder-func): Ditto.
10268         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10269         if non-nil.
10270         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10271         if non-nil.
10272         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10273         if non-nil.
10274         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10275         if non-nil.
10276
10277 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10278
10279         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10280         permanently in the demo buffer.
10281
10282 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10283
10284         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10285         `mime-entity-fetch-field'.
10286
10287         * wl.el (wl-exit): Delete plugged buffer.
10288
10289         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10290         XEmacs has menubar feature.
10291
10292 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10293
10294         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10295         cannot arrive at the beginning of the buffer under old Emacsen.
10296
10297 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10298
10299         * wl-address.el (wl-address-ldap-search):
10300         Call `ldap-search-entries' with `withdn' argument t.
10301         (wl-complete-field-body): Bind completion-ignore-case as t.
10302         Clear ldap search hash when it was sole completion.
10303         Use elmo-string for pattern string.
10304         (wl-ldap-alias-safe-string): Eliminated needless let.
10305
10306 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10307
10308         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10309         (wl-ldap-alias-sep): New constant.
10310         (wl-ldap-search-attribute-type-list): Ditto.
10311         (wl-ldap-get-value): New function.
10312         (wl-ldap-make-filter): Ditto.
10313         (wl-ldap-make-matched-value-list): Ditto.
10314         (wl-ldap-alias-safe-string): Ditto.
10315         (wl-ldap-register-dn-string): Ditto.
10316         (wl-address-ldap-search): Rewrite.
10317
10318 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10319
10320         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10321         thread is deleted.
10322         (wl-thread-delete-line-from-buffer): Ditto.
10323         (wl-thread-get-exist-children): New function.
10324
10325 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10326
10327         * wl-demo.el (wl-demo): Made it to select various image types.
10328         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10329         from `wl-title-logo'.
10330         (wl-logo-ascii): New variable.
10331         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10332         (wl-demo-copyright-notice): New constant.
10333
10334         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10335
10336 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10337
10338         * wl-vars.el (wl-summary-target-above): Renamed from
10339         wl-summary-temp-above.
10340         * wl-score.el (wl-score-get-score-alist): Use it.
10341         (wl-summary-score-update-all-lines): Use it.
10342         * wl-summary.el: Ditto. (make-variable-buffer-local).
10343
10344 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10345
10346         * wl-vars.el (wl-ldap-port): New user option.
10347
10348         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10349         Rewite whole implementation.
10350         (wl-complete-field-body): Fixed.
10351
10352 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10353
10354         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10355         Choose implementation at compile time.
10356
10357 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10358
10359         * wl-address.el (wl-ldap-search-internal): New function.
10360         (wl-complete-field-to): Use it.
10361
10362 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10363
10364         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10365         Use `let' instead of `let*'.
10366         Require 'wl-vars.
10367
10368         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10369         Define as defcustom.
10370         (wl-ldap-base): Ditto.
10371         (wl-use-ldap): Ditto.
10372
10373 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10374
10375         * wl-address.el (wl-ldap-search): New function.
10376         (wl-complete-field-body): Use `wl-ldap-search'.
10377         (wl-ldap-server): New variable.
10378         (wl-ldap-base): Ditto.
10379         (wl-use-ldap): Ditto.
10380
10381 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10382
10383         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10384         (Pointed out by Mito <mit@nines.nec.co.jp>).
10385         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10386         buffer-local variables like `wl-summary-redisplay-internal'.
10387         (wl-summary-redisplay-all-header): Likewise.  Update
10388         Summary view too.
10389
10390 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10391
10392         * wl-summary.el (wl-summary-jump-to-parent-message):
10393         Consider prefix argument.
10394
10395         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10396         when closed thread is deleted.
10397
10398 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10399
10400         * wl-summary.el (wl-summary-jump-to-parent-message):
10401         Consider thread modification.
10402
10403 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10404
10405         * wl-message.el (wl-message-normal-get-original-buffer): Use
10406         `save-excursion'.
10407
10408         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10409         (wl-summary-showto-folder-regexp): Ditto.
10410
10411 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10412
10413         * wl-util.el (wl-delete-alist): Doc fix.
10414         (wl-delete-associations): New function.
10415         (wl-inverse-alist): New function.
10416         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10417         Split temporary variables. Use `wl-delete-associations'
10418         and `wl-inverse-alist'.
10419         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10420
10421 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-folder.el (wl-folder-prefetch-entity):
10424         Execute prefetching if new count is unknown.
10425
10426 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10427
10428         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10429
10430         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10431         delete entity.
10432         (wl-thread-set-parent): If insert as top, set linked as nil.
10433
10434         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10435         `wl-thread-cleanup-symbols' when view mode is thread.
10436
10437 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10438
10439         * wl-folder.el (wl-folder-create-folder-entity): Use
10440         with-current-buffer.
10441         (wl-local-folder-init): Call set-buffer to make sure we are in
10442         the Folder buffer. Don't touch buffer-local variables here.
10443         (wl-folder-mode): Initialize buffer-local variables here.
10444
10445         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10446         (wl-folder-entity-assign-id): Ditto.
10447         (wl-folder-create-entity-hashtb): Ditto.
10448         (wl-local-folder-init): Ditto.
10449         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10450
10451 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10452
10453         * wl-summary.el (wl-summary-default-from): Fix probrem when
10454         std11-extract-address-components return (nil "foo@bar").
10455
10456 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10457
10458         * wl-draft.el (wl-draft-clone-local-variables):
10459         Remove redundant `setq'.
10460
10461 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10462
10463         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10464         Bind wl-highlight-x-face-func as nil while highlighting header.
10465
10466 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10467
10468         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10469
10470 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10471
10472         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10473         elmo-msgdb-overview-hashtb from copy-variables.
10474         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10475         instead of `elmo-msgdb-overview-get-entity-by-number'.
10476         (wl-summary-auto-refile): Ditto.
10477
10478         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10479         `elmo-msgdb-overview-get-entity' instead of
10480         `elmo-msgdb-search-overview-entity'.  Use
10481         `elmo-msgdb-overview-get-entity' instead of
10482         `elmo-msgdb-overview-get-entity-by-number'.
10483         (wl-thread-insert-entity-sub): Ditto.
10484         (wl-thread-insert-message): Ditto.
10485
10486         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10487         `elmo-msgdb-overview-get-entity'.
10488         (wl-normal-message-redisplay): Ditto.
10489
10490 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10491
10492         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10493         `wl-thread-entities'.
10494         (wl-thread-delete-message): Fix remove top message from
10495         `wl-thread-entity-list'.
10496
10497         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10498         wl-append(nconc), because update-list is broken on Meadow.
10499
10500         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10501         updating process.
10502         (wl-summary-rescan): Ditto.
10503         (wl-summary-sync-update3): Ditto.
10504         * wl-thread.el (wl-thread-set-parent): Renamed from
10505         `wl-summary-set-parent'.
10506         (wl-thread-insert-message): Updating buffer faster.
10507         (wl-thread-delete-message): Updating buffer faster.
10508
10509         * wl-score.el (wl-summary-score-update-all-lines): Changed
10510         interval for display progress gauge.
10511
10512 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10513
10514         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10515         folder always-sticky.
10516         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10517         defmacro.
10518
10519 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10520
10521         * wl-vars.el (wl-draft-add-references): New user option.
10522
10523         * wl-draft.el (wl-draft-add-references): New function.
10524         (wl-draft-yank-from-mail-reply-buffer): Use it.
10525         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10526         as nil.
10527
10528 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10529
10530         * wl-thread.el (wl-thread-update-line-msgs): Called
10531         `wl-thread-update-line-on-buffer-sub'.
10532         (wl-thread-update-line-on-buffer): Delete routine of inserting
10533         thread.
10534         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10535         moved from `wl-thread-update-line-on-buffer'.
10536         Add threshold for displaying progress gauge.
10537         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10538         argument of `wl-thread-update-line-msgs'.
10539         Add threshold for displaying progress gauge.
10540         * wl-folder.el:
10541         Add threshold for displaying progress gauge.
10542         * wl-score.el: Ditto.
10543
10544         * wl-expire.el (wl-summary-expire): Display deleting info.
10545
10546 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10547
10548         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10549         `no-msg'.
10550         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10551         argument of `wl-thread-update-line-msgs'.
10552         (wl-summary-set-parent): Added optional argument `parent-number'.
10553         (wl-summary-buffer-saved-message): New buffer local variable.
10554         (wl-summary-save-current-message): New command.
10555         (wl-summary-yank-saved-message): Ditto.
10556         (wl-summary-mode-map): Added key binding for
10557         `wl-summary-save-current-message' (\ew) and
10558         `wl-summary-yank-saved-message' (\C-y).
10559         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10560
10561 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10562
10563         * wl-summary.el (wl-summary-mode-map): Added key binding for
10564         `wl-summary-set-parent' (ts).
10565
10566 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10567
10568         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10569         subject faster. If thread number is reverse, delayed updating
10570         thread.
10571         (wl-summary-search-by-subject): Ditto.
10572         (wl-summary-put-alike): Ditto.
10573         (wl-summary-get-alike): Ditto.
10574         (wl-summary-insert-headers): Insert header of all overview in
10575         buffer.
10576         (wl-summary-rescan): Delayed updating thread. Kill search subject
10577         buffer for wl-summary-search-by-subject.
10578         (wl-summary-sync-update3): Ditto.
10579         (wl-summary-exit): Ditto.
10580         (wl-summary-goto-bottom-of-current-thread): Change for linked
10581         thread.
10582         (wl-summary-overview-create-summary-line): Change line for linked
10583         thread.
10584
10585         * wl-summary.el (wl-summary-update-thread): Use
10586         wl-thread-maybe-get-children-num.
10587         (wl-summary-set-parent): If change parent, move sub thread.
10588         (wl-summary-redisplay-internal): Add horizontal recenter.
10589         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10590
10591         * wl-thread.el (wl-thread-entity-get-linked): New function.
10592         (wl-thread-entity-set-linked): New function.
10593         (wl-thread-create-entity): Add linked element.
10594         (wl-thread-entity-insert-as-top): Use wl-append.
10595         (wl-thread-maybe-get-children-num): If closing thread, return
10596         children msgs.
10597         (wl-thread-update-line-msgs): Displaying progress message.
10598         (wl-thread-update-line-on-buffer-sub): Use
10599         wl-thread-maybe-get-children-num.
10600         (wl-thread-update-line-on-buffer): If update line is not exists,
10601         insert thread.
10602         (wl-thread-delete-message): If delete top msg of thread, search
10603         parent by subject.
10604         (wl-thread-insert-entity): Use
10605         wl-thread-maybe-get-children-num.
10606
10607         * wl-highlight.el (wl-highlight-summary-current-line): change
10608         sregexp for linked thread.
10609         * wl-util.el (wl-count-lines): Count lines.
10610         (wl-horizontal-recenter): horizontal recenter.
10611         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10612         (wl-score-get-alike): Ditto.
10613         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10614         (wl-subject-length-limit): New variable.
10615         (wl-highlight-thread-indent-string-regexp): Changed for linked
10616         thread.
10617
10618 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10619
10620         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10621         New variable (revival).
10622         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10623         by subject matching if there's no in-reply-to nor references field
10624         (revival).
10625
10626 \f
10627 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10630         message.
10631
10632 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10633
10634         * wl-summary.el (wl-summary-reply): Return t if there was a
10635         message at cursor point.
10636         Added unwind-protect.
10637         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10638         returns t.
10639         (wl-summary-cancel-message): Do nothing when there's no message at
10640         cursor point.
10641         (wl-summary-forward): Ditto.
10642         (wl-summary-jump-to-parent-message): Ditto.
10643         (wl-summary-reedit): Ditto.
10644         (wl-summary-edit-addresses): Ditto.
10645         (wl-summary-pipe-message): Ditto.
10646         (wl-summary-print-message-with-ps-print): Ditto.
10647         (wl-summary-print-message): Ditto.
10648         (wl-summary-mark-as-important): Ditto.
10649         (wl-summary-mark-as-unread): Ditto.
10650
10651         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10652         message at cursor point.
10653         (wl-summary-reply-with-citation): Remove unwind-protect.
10654
10655         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10656         subject searching feature.
10657         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10658         Eliminated.
10659
10660 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10661
10662         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10663         New variable.
10664         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10665         by subject matching if there's no in-reply-to nor references field.
10666
10667         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10668
10669         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10670         when display is finished.
10671         (wl-folder-open-all): Ditto.
10672         (wl-folder-update-access-group): Ditto.
10673         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10674         * wl-thread.el (wl-thread-close-all): Ditto.
10675
10676         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10677         progress gauge only when it was displayed.
10678         * wl-folder.el (wl-folder-insert-entity): Ditto.
10679
10680 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10681
10682         * wl-summary.el (wl-summary-incorporate): Enclose
10683         `wl-summary-sync-force-update' with save-excursion.
10684
10685 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10686
10687         * wl-summary.el (wl-summary-prefetch-region):
10688         Pass current cursor point to `pos-visible-in-window-p' after
10689         moving cursor to the started point.
10690
10691 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10692
10693         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10694
10695         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10696         fields from the forwarding message.
10697         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10698         `ignored-fields'.
10699
10700 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-mime.el (wl-message-request-partial):
10703         Eliminated argument `msgdb'.
10704         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10705         (wl-mime-combine-message/partial-pieces): Likewise.
10706         * tm-wl.el (wl-message-request-partial): Likewise.
10707         (wl-mime-combine-message/partial-pieces): Likewise.
10708
10709 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10710
10711         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10712         when display is finished.
10713
10714 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10715
10716         * wl-summary.el (wl-summary-goto-folder-subr):
10717         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10718
10719 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10720
10721         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10722         when cursor point is visible.
10723
10724 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10725
10726         * wl-expire.el (wl-expire-archive-get-max-number):
10727         Don't use `file-name-directory'.
10728
10729 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10730
10731         * wl-expire.el (wl-expire-archive-get-max-number):
10732         Use `file-name-directory'.
10733
10734 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10735
10736         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10737         only when there is progress.
10738
10739 2000-04-13  Mito <mit@nines.nec.co.jp>
10740
10741         * wl-summary.el (wl-summary-sync-marks): Display progress.
10742
10743 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10744
10745         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10746         (wl-summary-prev): Move cursor regardless of unread status.
10747         (wl-summary-next): Ditto.
10748
10749 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10752         Added argument `target' and `number'.
10753         * tm-wl.el (wl-summary-burst-subr): New function.
10754         (wl-summary-burst): Use it.
10755
10756 2000-04-10  Mito <mit@nines.nec.co.jp>
10757
10758         * wl-mime.el (wl-burst): New function.
10759         (wl-summary-burst): Use it.
10760
10761 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10762
10763         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10764         as petname when there's no candidate.
10765
10766 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10767
10768         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10769         New variable.
10770         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10771
10772         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10773
10774         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10775
10776 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10777
10778         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10779         Use substring of `original' instead of buffer-substring.
10780         (wl-refile-evaluate-rule):
10781         Set `original' argument of wl-refile-expand-newtext.
10782
10783         * wl-summary.el
10784         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10785         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10786         (wl-summary-auto-refile): Check existence of destination folder just
10787         before marking.
10788
10789 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10790
10791         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10792         when wl-refile-get-field-value return nil.
10793
10794 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10795
10796         * wl-refile.el
10797         (wl-refile-expand-newtext): New function imported from Gnus.
10798         (wl-refile-evaluate-rule): Use it.
10799
10800 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10801
10802         * wl-summary.el (wl-summary-print-destination):
10803         Duplicate folder string to avoid putting text-property on
10804         original string.
10805
10806         * wl-refile.el (wl-refile-get-field-value): New function.
10807         (wl-refile-evaluate-rule): New function;
10808         Evaluate refile rule recursively.
10809         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10810         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10811         New function; Check existence of a target folder recursively.
10812         (wl-summary-auto-refile-check-refile-rule-alist):
10813         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10814
10815 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10816
10817         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10818
10819         * wl-folder.el (wl-create-folder-entity-from-buffer):
10820         Fixed problem when '}' character is contained in folder name.
10821
10822         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10823
10824 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10825
10826         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10827         (wl-fldmgr-add-completion-all-completions):
10828         Use wl-fldmgr-add-completion-hashtb.
10829
10830 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10831
10832         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10833         wl-fldmgr-add-completion-subr): New functions.
10834         * wl-folder.el (wl-folder-completion-func): New variable.
10835         * wl-summary.el (wl-summary-read-folder):
10836         Use wl-folder-completion-func.
10837
10838         * wl-refile.el: Eliminate throw & catch.
10839
10840         * wl.el (wl-plugged-sending-queue-status): Fixed.
10841
10842 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10843
10844         * wl-draft.el (wl-draft): Put category property on
10845         mail-header-separator.