93b66851e0678153fc3d68f3cf607a3f0712c0dd
[elisp/wanderlust.git] / wl / ChangeLog
1 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl.el (wl-plugged-server-indent): Use quote instead of
4         backquote.
5
6 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * wl-score.el (wl-score-insert-header): Add guard for
9         `std11-unfold-string'.
10         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
11         TYPE artgument when TO or CC field.
12
13 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
14
15         * wl-summary.el (wl-summary-goto-folder-subr): Call
16         `elmo-folder-close' instead of `elmo-folder-commit' if discard
17         current summary.
18
19 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-util.el (wl-read-shell-commande): New function or alias.
22
23         * wl-summary.el (wl-summary-pipe-message): Use
24         `wl-read-shell-command' instead of `read-string'.
25         (wl-summary-target-mark-pipe): Ditto.
26
27 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
28
29         * wl-summary.el (wl-summary-reply): Fix docstring.
30         * wl-draft.el (wl-draft-reply): Ditto.
31
32 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-mime.el (wl-summary-extract-attachments): New command.
35         (wl-summary-extract-attachments-1): New internal function.
36
37 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-expire.el (wl-expire-folder): New function (split from
40         wl-summary-expire).
41         (wl-summary-expire): Use it. Add argument `all' instead of remove
42         `nolist'. Cause an error only if this function is calling
43         interactively.
44
45 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
46
47         * wl-expire.el (wl-expire-refile): Display progress message.
48         (wl-summary-expire): Simplify.
49
50         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
51         unused argument `deleting-info'.
52
53 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-vars.el (wl-message-popup-buffers): New user option.
56
57         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
58         (wl-message-delete-popup-windows): New function that substitues
59         above one.
60         (wl-mime-setup): Follow the above change.
61
62 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
65
66 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
67
68         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
69         "tkm" to wl-thread-spam.
70
71 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
72
73         * wl-thread.el (wl-thread-entity-insert-as-children): Use
74         wl-thread-entity-set-children.
75         (wl-thread-insert-message, wl-thread-insert-entity-sub,
76         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
77         Use wl-thread-entity-get-*.
78
79 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-mime.el (wl-epg-progress-callback): New function.
82         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
83         with `elmo-with-progress-display'. Set a progress callback
84         function to epg-context.
85         (wl-mime-pgp-verify-region-with-epg): Ditto.
86
87 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl-util.el (wl-completing-read-multiple): Define as an alias of
90         `completing-read-multiple' if emacs-version is not less than 22.
91
92 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
95         change.
96
97 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
98
99         * wl-summary.el (wl-summary-sync-update): Move
100         `wl-thread-update-indent-string-thread' to outside of
101         `elmo-with-progress-display'.
102
103 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
104
105         * wl-message.el (wl-message-exit): Check buffer existence.
106
107 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-util.el (wl-simple-display-progress): New function.
110         (wl-display-progress-with-gauge): Ditto.
111         (wl-progress-callback-function): Ditto.
112
113         * wl.el (wl-init): Set `elmo-progress-callback-function' as
114         `wl-progress-callback-function'
115
116         * wl-vars.el (wl-display-progress-threshold): New user option.
117         (wl-display-progress-function): Ditto.
118
119         * Version number is increased to 2.15.5.
120
121 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-thread.el (wl-thread-close-children): New function.
124         (wl-thread-open-children): Ditto.
125         * wl-action.el (wl-summary-set-mark): Redo the last change by
126         using it.
127
128         * wl-action.el (wl-summary-set-mark): Undo the last change.
129         Forbid interactive call.
130
131 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-mime.el (wl-define-dummy-functions): New macro.
134         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
135         `wl-mime-pgp-decrypt-region'.
136         (wl-mime-pgp-verify-region-with-epg): Renamed from
137         `wl-mime-pgp-verify-region'.
138         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
139         `wl-mime-pgp-decrypt-region'.
140         (wl-mime-pgp-verify-region-with-pgg): Renamed from
141         `wl-mime-pgp-verify-region'.
142         (wl-mime-pgp-decrypt-region): New function; To select dispatch
143         function at runtime.
144         (wl-mime-pgp-verify-region): Ditto.
145
146         * wl-vars.el (wl-use-pgp-module): New user option.
147
148 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
151         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
152
153 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
156         even if there are target marks only.
157
158 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * Version number is increased to 2.15.4.
161
162 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-folder.el (wl-folder-check-one-entity): Simplify.
165
166 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
169         variable.
170
171 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
172
173         * wl-spam.el (wl-thread-test-spam): New function.
174         (wl-spam-setup): Bind "tkc".
175
176 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-expire.el (wl-folder-expire-entity): Rewite without
179         `wl-summary-goto-folder-subr'.
180         (wl-folder-expire-current-entity): Don't kill summary buffer.
181
182 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-folder.el (wl-folder-sync-entity): Rewrite without
185         `wl-summary-goto-folder-subr'.
186         (wl-folder-mark-as-read-all-entity): Likewise.
187
188         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
189
190 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-thread.el (wl-thread-force-open): Arranged.
193
194 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
197         from regexp.
198
199         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
200         (wl-read-search-condition-internal): Append them.
201
202 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-vars.el (wl-additional-search-condition-fields):
205         New user option.
206
207         * wl-util.el (wl-search-condition-fields): New function; export
208         from `wl-read-search-condition-internal'.
209         (wl-read-search-condition-internal): Use it.
210
211         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
212
213 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-summary.el (wl-summary-define-sort-command): New function.
216         (wl-summary-sort-by-date, wl-summary-sort-by-number)
217         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
218         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
219         define by `wl-summary-define-sort-command' at runtime.
220
221         * wl.el (wl-init): Call wl-summary-define-sort-command.
222
223 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
226         properties at the decrypting region.
227
228 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-util.el (wl-find-region): New function.
231
232         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
233         coding system.
234         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
235         property `wl-mime-decoded-coding-system'.
236         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
237         property `wl-mime-decoded-coding-system' to encode text.
238
239         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
240         message.
241         (wl-mime-pgp-verify-region): Ditto.
242
243 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
246         buffer. Use epa-display-verify-result.
247
248 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-draft.el (wl-draft-send): Continue even if setting parent
251         flag was failed.
252
253 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-message.el (wl-message-flag-indicator): Fixed the problem
256         of returning string only of parentheses.
257
258 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-summary.el (wl-summary-write): Add argument `folder'.
261         (wl-summary-write-current-folder): Change argument `folder' from
262         optional to require.
263         (wl-summary-get-buffer): Return the buffer associated folder only.
264
265         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
266         change.
267         (wl-folder-toggle-disp-summary): Ditto.
268
269         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
270         current summary as parent-folder.
271
272 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-draft.el (wl-draft-reedit): Don't overwrite
275         wl-draft-parent-folder.
276
277 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
280         (wl-mime-pgp-verify-region): Ditto.
281         (wl-message-decrypt-pgp-nonmime): Use the above function.
282         (wl-message-verify-pgp-nonmime): Likewise.
283         (wl-mime-preview-application/pgp): Likewise.
284
285 2006-04-20  Kenichi Okada  <okada@opaopa.org>
286
287         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
288         Fix about the order of `wl-nntp-posting-port' and
289         `wl-nntp-posting-stream-type'.
290         * wl.el (wl-plugged-port-label-alist): Add smtp.
291
292 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-summary.el (wl-summary-message-status): New macro.
295
296         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
297         (wl-summary-killed-mark): New user option.
298
299         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
300         API change.
301         (wl-thread-insert-entity-sub): Ditto.
302         (wl-thread-recover-messages): New command.
303
304         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
305         Don't call `wl-highlight-summary-current-line' directly.
306         (wl-summary-buffer-attach): Connect to signal `status-changed'
307         instead of `cache-changed'.
308         (wl-summary-buffer-detach): Follow the above change.
309         (wl-summary-detect-mark-position): Follow the API change.
310         (wl-summary-rescan-message): Ditto.
311         (wl-summary-insert-sequential): Ditto.
312         (wl-summary-update-thread): Ditto.
313         (wl-summary-message-mark): Ditto.
314         (wl-summary-persistent-mark): Ditto.
315         (wl-summary-create-line): Ditto.
316         (wl-summary-prefetch-region-no-mark): Call
317         `wl-summary-persistent-mark' with number.
318         (wl-summary-recover-messages-region): New command.
319         (wl-summary-target-mark-recover): Ditto.
320         (wl-summary-recover-message): Ditto.
321         (wl-summary-persistent-mark-string): Add argument `status' instead
322         of remove arguments `flags' and `cached'.  Treat killed status.
323         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
324
325         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
326         (wl-highlight-summary-line-face-spec): Treat killed status.
327         (wl-highlight-summary-line-string): Follow the API change.
328         (wl-highlight-summary-current-line): Ditto.
329
330         * Version number is increased to 2.15.3.
331
332 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
335         of symbolp to test whether the condition is function.
336
337 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
338
339         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
340         to nil.
341
342 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-summary.el (wl-summary-buffer-message-ring): New internal
345         variable.
346         (wl-summary-buffer-last-displayed-msg): Abolish.
347         (wl-summary-push-message): New function.
348         (wl-summary-pop-message): Ditto.
349         (wl-summary-goto-folder-subr): Reset
350         `wl-summary-buffer-message-ring'.
351         (wl-summary-pop-to-last-message): New command.
352         (wl-summary-goto-last-displayed-msg): Call
353         wl-summary-pop-to-last-message if optional argument is non-nil or
354         the last command is itself.
355         (wl-summary-redisplay-internal): Push last message number into
356         `wl-summary-buffer-message-ring'.
357
358         * wl-vars.el (wl-summary-message-ring-max): New user option.
359
360 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
363         from `wl-draft-reply').
364         (wl-draft-reply): Use it.
365         (wl-draft-find-reply-headers): Avoid compile warning.
366
367 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
368
369         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
370
371 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-message.el (wl-message-flag-indicator): New function.
374         (wl-message-redisplay): Use it.
375
376 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
379
380 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
383         instead of `read-event'.
384
385         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
386
387         * wl-mule.el (wl-read-event-char): Ditto.
388
389         * wl-e21.el (wl-read-event-char): Ditto.
390
391 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
392
393         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
394
395 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-vars.el (wl-draft-send-confirm-type): New user option.
398
399         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
400
401         * wl-draft.el (wl-draft-send-confirm): Confirmation by
402         `wl-draft-send-confirm-type'
403
404 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
405
406         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
407         Avoid error when the buffer name is already used.
408
409 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
412         the change of elmo-nmz -> elmo-search.
413         (wl-highlight-summary-line-help-echo-alist): Ditto.
414         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
415         (wl-nmz-folder-icon): Define as obsolete.
416         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
417         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
418
419 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-summary.el (wl-summary-get-list-info): Rewrite with
422         `elmo-find-list-match-value'
423
424 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-summary.el (wl-summary-get-list-info): Optimize.
427         Use List-Id and List-Post also.
428
429 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
432
433 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
434
435         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
436
437 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-util.el (wl-completing-read-multiple-1): New internal function.
440         (wl-completing-read-multiple-2): Ditto.
441         (wl-completing-read-multiple): Define use above functions.
442
443         * wl-summary.el (wl-summary-sort): Removed the workaround for a
444         bug of `completing-read-multiple' about default value.
445
446         * wl-xmas.el (wl-completing-read-multiple): Removed.
447
448         * wl-mule.el (wl-completing-read-multiple): Ditto.
449
450         * wl-e21.el (wl-completing-read-multiple): Ditto.
451
452 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-util.el (wl-filter-associations): New function.
455
456         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
457         (wl-spam-ignored-folder-list): Ditto.
458         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
459         (wl-spam-string-member-p): New function.
460         (wl-spam-domain): Use it.
461         (wl-spam-split-numbers): New function.
462         (wl-spam-apply-partitions): Ditto.
463         (wl-spam-register-spam-messages): Use `folder' instead of
464         `wl-summary-buffer-elmo-folder'.
465         (wl-spam-register-good-messages): Ditto.
466         (wl-summary-exec-action-spam): Decide a domain by real folder of
467         message.
468         (wl-summary-exec-action-refile-with-register): Likewise.
469
470 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-e21.el (wl-e21-find-image): New function.
473         (wl-e21-setup-toolbar): Use it instead of `find-image'.
474         (wl-e21-highlight-folder-group-line): Ditto.
475         (wl-folder-init-icons): Ditto.
476         (wl-plugged-init-icons): Ditto.
477         (wl-biff-init-icons): Ditto.
478
479 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
482         (wl-inhibit-save-drafts): New internal variable.
483         (wl-disable-auto-save): Ditto.
484         (wl-save-drafts): Treat above variables.
485         (wl-auto-save-drafts): New function.
486         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
487         `wl-stop-save-drafts'.
488         (wl-start-save-drafts): New function.
489         (wl-stop-save-drafts): Ditto.
490         (wl-set-auto-save-draft): New command.
491
492         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
493         `wl-set-save-drafts'.
494
495 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
498         `make-local-variable' instead of `make-variable-buffer-local'.
499
500 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
503
504 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
505
506         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
507
508 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
511         of working buffer.
512
513 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
516
517         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
518         value into recipients; Bind `wl-draft-remove-group-list-contents'
519         as nil.
520
521 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-summary.el (wl-summary-sort): Fixed the last change.
524
525         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
526         (wl-summary-sort-messages): Ditto.
527         (wl-summary-rescan): Use it.
528         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
529         `completing-read'; Append candidates for reverse order.
530
531 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * Version number is increased to 2.15.2.
534
535 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
536
537         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
538         "Smaller".
539         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
540
541 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
544
545 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-vars.el (wl-draft-additional-header-alist): Add into the
548         customize group `wl-draft'.
549         (wl-draft-add-in-reply-to): Move customize group from `wl' to
550         `wl-draft'.
551         (wl-draft-add-references): Ditto.
552
553         * wl-action.el (wl-summary-print-argument): Rename argument from
554         `folder' to `data'.
555
556 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-summary.el (wl-summary-rescan-message): Call
559         `wl-thread-cleanup-symbols' before insert thread.
560
561 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl.el (wl-init): Set `elmo-get-folder-function' as
564         `wl-folder-make-elmo-folder'.
565
566         * wl-spam.el (wl-summary-exec-action-spam): Use
567         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
568
569         * wl-folder.el (wl-folder-make-elmo-folder): New function.
570         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
571         `elmo-make-folder'.
572         (wl-folder-get-elmo-folder): Ditto.
573         (wl-folder-create-subr): Simplify.
574
575 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
576
577         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
578
579 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
582         contents in message buffer instead of original buffer. If optional
583         argument specified, ask coding system for encode.
584
585 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
586
587         * wl-spam.el (wl-summary-test-spam-region): New function.
588         (wl-spam-setup): Bind "rkc".
589
590 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
593
594 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
595
596         * wl-spam.el (wl-summary-test-spam): Fix typo.
597         (wl-message-check-spam): Ditto.
598
599 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-summary.el (wl-summary-default-from): Simplify.
602
603 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-action.el (wl-summary-exec-action-refile): Simplify.
606         (wl-summary-exec-action-copy): Ditto.
607         (wl-summary-auto-refile): Check existence of temporary mark.
608
609 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-create-line): Use
612         `elmo-time-to-datevec'.
613
614         * wl-expire.el (wl-expire-archive-date): Ditto.
615         (wl-expire-localdir-date): Ditto.
616
617         * wl-util.el (wl-day-number): Abolish.
618
619         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
620         of `wl-day-number'.
621         (wl-score-followup): Ditto.
622         (wl-score-add-followups): Ditto.
623         (wl-score-get-latest-msgs): Ditto.
624         (wl-score-get-header-entry): Ditto.
625         (wl-score-edit-insert-date): Ditto.
626
627 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
630         `elmo-message-entity-field' with 2nd argument `type'.
631
632 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
633
634         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
635
636 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-thread.el (wl-thread-delete-message): Delete descendant
639         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
640
641 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
644
645 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
646
647         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
648         `Access folder'.
649
650 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-vars.el (wl-access-folder-icon): New user option.
653
654         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
655         `Access folder'.
656
657 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-summary.el (wl-summary-buffer-set-folder): Use
660         `wl-folder-mime-charset'.
661
662         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
663         `mime-charset'.
664         (wl-folder-get-elmo-folder): Ditto.
665         (wl-folder-mime-charset): New function.
666
667 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-util.el (wl-parse-addresses): Define alias of
670         `elmo-parse-addresses' (move to `elmo-util.el').
671
672         * wl-summary.el (wl-summary-default-from): Follow the API change.
673         (wl-summary-overview-entity-compare-by-date): Ditto.
674         (wl-summary-overview-entity-compare-by-from): Ditto.
675         (wl-summary-get-list-info): Get value of `ml-info' field from
676         entity at first.
677         (wl-summary-rescan-message): Treat prefix argument.
678         (wl-summary-prefetch-msg): Follow the API change.
679         (wl-summary-search-by-subject): Ditto.
680         (wl-summary-insert-thread): Ditto.
681         (wl-summary-line-subject): Ditto.
682         (wl-summary-line-from): Ditto.
683         (wl-summary-create-line): Ditto.
684         (wl-summary-print-message-with-ps-print): Ditto.
685
686         * wl-score.el (wl-score-ov-entity-get): Ditto.
687         (wl-score-followup): Ditto.
688         (wl-score-add-followups): Use `elmo-message-entity-field' instead
689         of `car'.
690         (wl-score-get-latest-msgs): Follow the API change.
691         (wl-score-get-header): Ditto.
692
693         * wl-refile.el (wl-refile-learn): Ditto.
694         (wl-refile-subject-learn): Ditto.
695         (wl-refile-get-field-value): Ditto.
696         (wl-refile-guess-by-history): Ditto.
697         (wl-refile-guess-by-subject): Ditto.
698
699         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
700
701         * wl-expire.el (wl-expire-date-p): Removed.
702         (wl-expire-archive-date): Follow the API change.
703         (wl-expire-localdir-date): Ditto.
704         (wl-summary-expire): Ditto.
705
706         * Version number is increased to 2.15.1.
707
708 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
711         group is access or not (it is not strict, like wl-fldmgr-rename).
712
713 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
716         duplicate call of `wl-summary-print-argument' on the wrong line.
717
718 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
721         even if argument `number' is nil.
722         (wl-summary-insert-line): Print action argument if current message
723         has it.
724
725 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
728         (wl-draft-reply): Ditto.
729         (wl-draft): Add optional argument `parent-number' and call
730         `wl-draft-create-buffer' with it.
731         (wl-draft-create-buffer): Add optional argument
732         `parent-number'. Set wl-draft-parent-number as it.
733
734 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl-folder.el (wl-folder-set-persistent-mark): If summary
737         buffer is not for given folder, don't use it.
738
739 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
740
741         * Version number is increased to 2.15.0.
742
743 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
746
747         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
748         (wl-highlight-get-face-by-name): New internal function.
749         (wl-highlight-summary-line-face-spec): Use it and fixed.
750
751 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-sync-update): Use
754         `elmo-message-entity-field' instead of `car' to get message-id
755         from overview entity.
756
757         * wl-summary.el (wl-summary-rescan-message): Call
758         `wl-highlight-summary-displaying' when displaying a message.
759
760 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-draft.el (wl-draft-config-info-filename): Extracted from
763         `wl-draft-config-info-operation'.
764         (wl-draft-buffer-change-number): New function.
765         (wl-draft-rename-saved-config): Ditto.
766         * wl.el (wl-init): Connect slot for message-number-changed.
767         (toplevel): Add autoload for wl-draft-rename-saved-config.
768
769 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
772         `update-overview'
773         (wl-summary-buffer-detach): Disconnect from it.
774         (wl-summary-rescan-message): Use command.
775
776         * wl-message.el (wl-message-buffer-display): Use
777         `with-current-buffer' instead of `save-excursion'.
778
779 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-mime.el (wl-draft-preview-attributes-list): Protect
782         wl-draft-preview-attributes-list from distraction.
783
784 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
785
786         * wl-summary.el (wl-summary-sync-update): Sort the return value of
787         `elmo-list-diff'.
788
789 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-summary.el
792         (wl-summary-edit-addresses-collect-candidate-fields): Use
793         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
794
795         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
796         instead of `elmo-set-work-buf'.
797
798         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
799         (wl-address-make-address-list): Ditto.
800
801         * Version number is increased to 2.13.3.
802
803 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
806         user option.
807
808         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
809         argument `5'.
810
811         * wl-message.el (wl-message-display-no-merge-p): New function.
812         (wl-message-buffer-display): Check whether the message is
813         reassembled and follow the API change.
814
815 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
818         multibyte on working buffer and removed unnecessary
819         `buffer-disable-undo'.
820
821 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-util.el (wl-read-search-condition-internal): Fixed the last
824         change.
825
826 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-util.el (wl-read-search-condition-internal): Protect
829         elmo-global-flags from distraction.
830
831 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
834
835         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
836         (wl-summary-event-handler): Ditto.
837         (wl-summary-update-persistent-mark-on-event): New
838         function (renamed from `elmo-event-handler-flag-changed').
839         (wl-summary-buffer-attach): New function.
840         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
841         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
842         instead of `elmo-folder-add-handler'.
843
844         * Version number is increased to 2.13.2.
845
846 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
849         and "\177" to the `wl-news-previous-page'.
850         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
851         (wl-news-previous-page): New function.
852
853 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
856         instead of `write-region' and simplify.
857
858 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl-template.el (wl-template-select): Cause error if
861         `wl-template-alist' is nil.
862
863 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
864
865         * wl-news.el.in: Set file variable `no-byte-compile'.
866
867 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
870         whether a target message is within displaying area.
871         (elmo-event-handler-cache-changed): Ditto.
872
873 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
874
875         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
876         to `defun'.  Use `nconc' instead of `append' to collect descendant
877         message numbers.
878
879 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
880
881         * wl-thread.el (wl-thread-save-top-list)
882         (wl-thread-save-entities): Use `with-temp-buffer'.
883         * wl-news.el.in (wl-news-previous-version-load):
884         (wl-news-previous-version-save): Ditto.
885         * wl-summary.el (wl-summary-load-file-object)
886         (wl-summary-save-view-cache): Ditto.
887
888 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * wl-util.el (toplevel): Require 'elmo-flag'.
891         (wl-read-search-condition): New function (Renamed from
892         `elmo-read-search-condition').
893         (wl-read-search-condition-internal): Likewise.
894
895         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
896         invalid.
897         (wl-summary-pick): Use `wl-read-search-condition' instead of
898         `elmo-read-search-condition'.
899         (wl-summary-virtual): Ditto.
900
901         * wl-folder.el (wl-folder-virtual): Ditto.
902         (wl-folder-pick): Ditto.
903
904         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
905
906 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * wl-summary.el (wl-summary-reedit): Call
909         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
910
911 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-mime.el (toplevel): Require wl-vars.
914
915         * wl-message.el (toplevel): Require cl at compile.
916
917         * wl-draft.el (toplevel): Require elmo.
918
919 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
920
921         * wl-message.el (wl-message-buffer-prefetch): Count is a number
922         and do nothing when it is not positive.
923         (wl-message-buffer-prefetch-next): Ditto.
924
925 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
928         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
929         (wl-summary-redisplay-internal): Ditto.
930
931         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
932         message (the condition is borrowed from `wl-check-variables-2').
933         (wl-summary-redisplay-internal): Ditto.
934
935 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-mime.el (wl-draft-nntp-attribute): New function.
938         (wl-draft-attribute-nntp-posting-server): Use it.
939         (wl-draft-attribute-nntp-posting-port): Ditto.
940
941         * wl-mime.el (wl-draft-preview-attributes-list): New function.
942         (wl-draft-show-attributes-buffer): Ditto.
943         (wl-draft-hide-attributes-buffer): Ditto.
944         (wl-draft-attribute-newsgroups): Ditto.
945         (wl-draft-attribute-nntp-posting-server): Ditto.
946         (wl-draft-attribute-nntp-posting-port): Ditto.
947         (wl-draft-preview-message): Use there functions.
948
949         * wl-vars.el (wl-draft-preview-attributes-list): Change default
950         value.
951
952 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
955         (wl-draft-reedit): Ditto.
956         (wl-draft-queue-flush): Ditto.
957
958         * wl-mime.el (wl-message-request-partial): Ditto.
959         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
960         instead of `elmo-message-fetch'.
961
962         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
963
964         * wl-summary.el (wl-summary-message-string): Ditto.
965
966 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-util.el (wl-current-message-buffer): Follow the API change.
969
970         * wl-summary.el (wl-summary-redisplay-internal): Call
971         `wl-summary-mark-as-read' with 2nd argument as nil and update
972         unread count instead of persistent mark.
973
974         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
975         variable.
976         (wl-message-redisplay): Follow the API change.
977         (wl-message-buffer-display): Managed mime-entity directly and
978         return preview buffer only.
979         (wl-message-display-internal): Rewrite.
980         (wl-message-buffer-prefetch-subr): Not save return value of
981         `wl-message-buffer-display'.
982
983         * Version number is increased to 2.13.1.
984
985 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
988         'elmo-multiple-fields-body-list' with boundary specified.
989
990 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
991
992         * wl-vars.el (wl-summary-resend-use-cache): New variable.
993         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
994         cache if `wl-summary-resend-use-cache' is non-nil.
995
996 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
997
998         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
999         (wl-nntp-posting-stream-type): Ditto.
1000
1001 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1002
1003         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1004
1005 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1006
1007         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1008         message.
1009
1010 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1013         Abolish.
1014         (wl-summary-buffer-persistent-mark-version): New internal
1015         variable.
1016         (wl-summary-update-mark-and-highlight-window): Check by
1017         wl-summary-persistent-mark-invalid-p.
1018         (wl-summary-update-status-marks): Ditto.
1019         (elmo-event-handler-flag-changed): Rewrite.
1020         (elmo-event-handler-cache-changed): Define.
1021         (wl-summary-prefetch-msg): Does not update persistent mark here.
1022         (wl-summary-delete-cache): Ditto.
1023         (wl-summary-resume-cache-status): Ditto.
1024         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1025         (wl-summary-persistent-mark-invalid-p): New function.
1026         (wl-summary-validate-persistent-mark): Ditto.
1027         (wl-summary-validate-persistent-mark-string): Ditto.
1028         (wl-summary-invalidate-persistent-mark): Ditto.
1029         (wl-summary-update-persistent-mark): Call
1030         `wl-summary-validate-persistent-mark'.
1031         (wl-summary-create-line): Call
1032         `wl-summary-validate-persistent-mark-string'.
1033
1034         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1035         status as t if cache used.
1036
1037 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1038
1039         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1040         only if the target is group.
1041         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1042
1043 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1046
1047 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1048
1049         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1050
1051         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1052
1053 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1054
1055         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1056         (Thanks to Yoichi NAKAYAMA).
1057
1058 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-util.el (wl-save-drafts): Restore echo area.
1061
1062 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1063
1064         * Version number is increased to 2.13.0.
1065
1066         * wl-util.el (wl-biff-check-folder-async): Use
1067         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1068
1069 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-message.el (wl-message-display-internal): Does not put
1072         wl-message-display-type property on message buffer.
1073         (wl-message-buffer-display-type): New function.
1074
1075         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1076
1077         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1078         `wl-summary-buffer-detach'.
1079         (wl-summary-message-display-type): Use
1080         `wl-summary-buffer-display-type'.
1081
1082 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1083
1084         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1085         buffer-local.
1086
1087         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1088         kill-buffer-hook instead of make-local-variable.
1089         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1090
1091 2004-12-12  Scott Renfro <scott@renfro.org>
1092
1093         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1094         regex for square-branket.
1095
1096 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1099         `wl-message-mime-analysis-p' with argument `header'.
1100
1101 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1102
1103         * wl-mime.el (wl-draft-yank-current-message-entity): 
1104         Switch to no-mime following method according to wl-message-display-type
1105         property.
1106         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1107
1108         * wl-message.el (wl-message-display-internal): 
1109         Put wl-message-display-type property on message buffer.
1110
1111         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1112         (wl-message-display-internal): Ditto;
1113
1114         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1115
1116 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-message.el (wl-message-make-display-type): New function.
1119         (wl-message-display-type-property): Ditto.
1120         (wl-message-mime-analysys-p): Ditto.
1121         (wl-message-display-all-header-p): Ditto.
1122         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1123         added `display-type'.
1124         (wl-message-buffer-display): Likewise.
1125         (wl-message-display-internal): Likewise.
1126         (wl-message-buffer-display-type): Abolish.
1127         (wl-message-buffer-prefetch-subr): Follow the API changed.
1128
1129         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1130         from wl-summary-buffer-display-all-header and changed default value.
1131         (wl-summary-message-display-type): New function.
1132         (wl-summary-buffer-display-mime-mode): Ditto.
1133         (wl-summary-buffer-display-header-mode): Ditto.
1134         (wl-summary-toggle-mime): Rewrite with above functions.
1135         (wl-summary-toggle-all-header): Ditto.
1136         (wl-summary-redisplay): Force redisplay with default mode.
1137         (wl-summary-redisplay-internal): Renamed argument from `mode',
1138         `all-header' to `mime-mode', `header-mode'.
1139         Use `wl-message-make-display-type'.
1140
1141         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1142         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1143
1144 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1145
1146         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1147
1148 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1151         in original message buffer.
1152         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1153         buffer.
1154
1155 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1156
1157         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1158
1159 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1162
1163 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1164
1165         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1166         when actions succeeded.
1167         (wl-summary-exec-action-copy): Likewise.
1168
1169 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1172         there is switch-to-buffer at the end of wl-message-select-buffer.
1173         (wl-summary-reply): Ditto.
1174
1175 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-summary.el (wl-summary-forward): Put subject in original
1178         message buffer as argument of wl-draft-forward.
1179         * wl-draft.el (wl-draft-forward): Decode subject as in
1180         wl-draft-reply.
1181
1182 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1185         a folder under access group.
1186
1187 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1188
1189         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1190         wl-message-buffer-display.
1191
1192         * wl-util.el (wl-set-save-drafts): Fix typo.
1193
1194 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1197         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1198         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1199         the way to measure the width of a bitmap image; don't put face on
1200         ascii and bitmap images; put the mark which should not use the
1201         variable-pitch face on ascii and bitmap images.
1202         (wl-demo-setup-properties): Don't use the variable-pitch face on
1203         ascii and bitmap images; made it work on Emacs 20 and earlier.
1204         (wl-demo-insert-text): End with a newline at the bottom; don't put
1205         face on text.
1206
1207         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1208
1209 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210
1211         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1212
1213         * wl-util.el (wl-save-drafts): Moved from sample setting.
1214         (wl-set-save-drafts): New function to set idle timer.
1215         * wl-draft.el (wl-draft): Call it.
1216         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1217
1218 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1219
1220         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1221         a summary which has toggle display status off.
1222
1223 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * wl-draft.el (wl-draft-do-fcc): No cache save.
1226
1227 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-summary.el (elmo-event-handler-flag-changed): Use
1230         `set-buffer' instead of `with-current-buffer'.
1231
1232 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-summary.el (wl-summary-after-resize-function): New function.
1235         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1236         window-size-change-functions.
1237
1238 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-draft.el (wl-draft-create-buffer): Bind
1241         `change-major-mode-hook' after current buffer is changed.
1242
1243         * wl-summary.el (wl-summary-buffer-detach): New function.
1244         (wl-summary-buffer-set-folder): Call it.
1245         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1246         change-major-mode-hook and kill-buffer-hook.
1247         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1248         (wl-summary-switch-to-clone-buffer): Ditto.
1249         (wl-summary-goto-folder-subr): Ditto.
1250
1251 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1252
1253         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1254         after boundp check.
1255
1256 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1259         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1260         for `kill-buffer'.
1261
1262         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1263         handler of current buffer from elmo-folder.
1264
1265 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1266
1267         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1268
1269 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1272         variable.
1273         (wl-summary-event-handler): New class.
1274         (elmo-event-handler-flag-changed): Define to update persistent
1275         mark.
1276         (wl-summary-buffer-set-folder): Register event handler to
1277         elmo-folder.
1278         (wl-summary-exit): Unregister event handler.
1279         (wl-summary-goto-folder-subr): Ditto.
1280         (wl-summary-mark-as-read-all): Does not call
1281         `wl-summary-update-persistent-mark' directly.
1282         (wl-summary-mark-as-read-internal): Ditto.
1283         (wl-summary-set-persistent-mark-internal): Ditto.
1284         (wl-summary-set-flags-internal): Ditto.
1285
1286         * Version number is increased to 2.11.33.
1287
1288 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1289
1290         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1291         to nil.
1292
1293 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-spam.el (wl-spam-setup): Add hook
1296         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1297         instead of `wl-summary-prepare-hook'.
1298
1299         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1300         if folder type is `'flag'.
1301         (wl-summary-mark-as-important): Ditto.
1302
1303 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-address.el (wl-address-minibuffer-history): New variable.
1306         (wl-address-minibuffer-local-map): New keymap.
1307         (wl-address-read-from-minibuffer): New function.
1308
1309         * wl-action.el (wl-summary-get-resend-address): Use
1310         `wl-address-read-from-minibuffer' instead of `completing-read'.
1311
1312 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * Version number is increased to 2.11.32.
1315
1316 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1317
1318         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1319         without mule to iso-8859-1.
1320         (wl-draft-add-in-reply-to): Add note in description.
1321         (wl-draft-add-references): Ditto.
1322
1323 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1324
1325         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1326         definition for `m'.
1327         (wl-summary-mode-line-format): Add '[%m]'.
1328         (wl-message-mode-line-format-spec-alist): Ditto.
1329         (wl-summary-display-mime-mode-list): New variable.
1330
1331         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1332         from wl-summary-buffer-display-as-is.
1333         (wl-summary-buffer-display-all-header): New buffer local variable.
1334         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1335         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1336         instead of wl-summary-buffer-display-as-is.
1337         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1338         (wl-summary-set-persistent-mark): Ditto.
1339         (wl-summary-set-message-buffer-or-redisplay): Just call
1340         `wl-summary-redisplay-internal' without optional arguments.
1341         (wl-summary-toggle-mime): Rewrite.
1342         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1343         (wl-summary-toggle-all-header): New function.
1344         (wl-summary-redisplay-internal): Treat mime mode.
1345
1346         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1347         to wl-mime-preview-follow-no-mime.
1348         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1349         accodring to the display-mode.
1350
1351         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1352         (wl-message-buffer-display): Changed argument name from `as-is' to
1353         `mode'.
1354         (wl-message-display-internal): Ditto;
1355         Bind elmo-mime-display-header-analysis according to the mode.
1356         (wl-message-display-internal): Put wl-message-display-mime-mode
1357         property on entire buffer.
1358
1359 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1360
1361         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1362
1363 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1364
1365         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1366         Don't extract mail address.
1367         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1368
1369         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1370
1371         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1372
1373 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1376         wl-fldmgr-cut-entity-list on confirmation.
1377
1378 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1381         (wl-mime-quit-preview): Check existence of
1382         mime-edit-temp-message-buffer here.
1383
1384 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1387         after deletion.
1388
1389         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1390         before calling wl-mime-quit-preview.
1391
1392 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1393
1394         * wl-summary.el (wl-summary-pick): If call it with prefix
1395         argument, set `delete-marks' as non-nil. Pick from only visible
1396         messages.
1397         (wl-summary-check-target-mark): New function.
1398         (wl-summary-target-mark-mark-as-read): Use it.
1399         (wl-summary-target-mark-mark-as-unread): Ditto.
1400         (wl-summary-target-mark-operation): Ditto.
1401         (wl-summary-target-mark-set-flags): Ditto.
1402         (wl-summary-target-mark-save): Ditto.
1403         (wl-summary-target-mark-pick): Ditto.
1404         (wl-summary-target-mark-forward): Ditto.
1405         (wl-summary-target-mark-reply-with-citation): Ditto.
1406         (wl-summary-target-mark-print): Ditto.
1407         (wl-summary-target-mark-uudecode): Ditto.
1408
1409         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1410         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1411         with `ask-coding' is non-nil.
1412
1413 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-thread.el (wl-thread-set-parent): If parent is a message
1416         which is identified by references, set linked as nil.
1417
1418 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1421         (wl-message-mode-line-format-spec-alist): Ditto.
1422         (wl-message-mode-line-format): Ditto.
1423         (wl-summary-mode-line-format): Ditto for docstring.
1424         (wl-summary-no-mime-folder-list): Fix typo.
1425
1426         * wl-util.el (wl-current-message-buffer): Call
1427         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1428
1429         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1430         variable.
1431         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1432         of `wl-summary-redisplay-no-mime'.
1433         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1434         (wl-summary-toggle-mime): New function.
1435         (wl-summary-redisplay-all-header): Rewrite.
1436         (wl-summary-redisplay-no-mime): Ditto.
1437         (wl-summary-redisplay-internal): Added argument `as-is' and
1438         `all-header'.
1439
1440         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1441         New variable.
1442         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1443         bottom.
1444         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1445         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1446         "/" unconditionally.
1447
1448         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1449         wl-mime-preview-follow-no-mime for as-is content.
1450         (wl-mime-preview-follow-no-mime): New function.
1451         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1452
1453         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1454         and added `as-is', `all-header'.
1455         (wl-message-buffer-display): Ditto.
1456         (wl-message-buffer-display-type): New function.
1457
1458 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * wl-vars.el (wl-message-header-button-alist): Change default
1461         value.
1462         (wl-message-body-button-alist): Ditto.
1463
1464 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1465
1466         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1467
1468 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1471
1472 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1473
1474         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1475         is always true.
1476
1477 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1478
1479         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1480         on null entity.
1481
1482 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1485
1486 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-vars.el (wl-summary-resend-hook): New hook.
1489
1490         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1491         `wl-summary-resend-hook'.
1492
1493 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1496         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1497         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1498         (wl-summary-new-cached-mark): Changed default value to 'n'.
1499         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1500         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1501         (wl-folder-sync-range-alist): Remove spec for 'flag.
1502         (wl-summary-force-prefetch-folder-list): New user option.
1503
1504         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1505         `wl-summary-toggle-persistent-mark'.
1506         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1507         number is nil.
1508         (wl-summary-mark-as-answered-region): Set interactive argument of
1509         `wl-summary-set-persistent-mark-internal'.
1510         (wl-summary-mark-as-important-region): Ditto.
1511         (wl-summary-unset-persistent-mark): Ditto.
1512         (wl-summary-set-persistent-mark): Ditto.
1513         (wl-summary-mark-as-answered): Ditto.
1514         (wl-summary-mark-as-important): Ditto.
1515         (wl-summary-set-persistent-mark-internal): Do nothing
1516         when `elmo-message-flag-available-p' is nil.
1517         (wl-summary-toggle-persistent-mark): New function.
1518         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1519         when the folder matches `wl-summary-force-prefetch-folder-list'.
1520
1521
1522         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1523         when number is nil.
1524         (wl-highlight-summary-forwarded-face): New face.
1525
1526 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1527
1528         * Version number is increased to 2.11.31.
1529
1530 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1533         (wl-biff-check-folder-async): Ditto.
1534         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1535
1536 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1537
1538         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1539         Add an argument `reverse'.  All callers are updated.
1540         (wl-summary-sort): Add a prefix argument `reverse' to specify
1541         reverse sorting.
1542         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1543         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1544         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1545
1546 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-message.el (wl-message-redisplay): Does not narrow header if
1549         disply-type is all-header or as-is.
1550
1551         * wl-summary.el (wl-summary-enter-handler): Use
1552         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1553
1554 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555
1556         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1557         after adding wl-draft-parent-variables.
1558         (wl-draft-forward): Ditto.
1559
1560 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-summary.el (wl-summary-sync-marks): Call
1563         `wl-summary-set-persistent-mark' and
1564         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1565         (wl-summary-set-persistent-mark-internal): Add 4th argument
1566         `no-server'.
1567         (wl-summary-unset-persistent-mark): Ditto.
1568         (wl-summary-set-persistent-mark): Ditto.
1569         (wl-summary-add-flags-internal): Abolish.
1570         (wl-summary-remove-flags-internal): Ditto.
1571         (wl-summary-mark-as-important-internal): Ditto.
1572         (wl-summary-mark-as-important): Use
1573         `wl-summary-set-persistent-mark' instead of
1574         `wl-summary-add-flags-internal'.
1575         (wl-summary-mark-as-important-region): Ditto.
1576
1577         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1578
1579         * wl-summary.el (wl-summary-get-available-flags): New function.
1580         (wl-summary-sync-marks): Use it and simplified.
1581         (wl-summary-unset-persistent-mark): Use
1582         `wl-summary-get-available-flags'.
1583         (wl-summary-set-persistent-mark): Ditto.
1584
1585 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1586
1587         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1588         id.
1589
1590 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1593         number, call `wl-summary-prev-line-content'. Show message when the
1594         message is not found.
1595
1596 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1599         wl-summary-enter-handler.
1600         (wl-summary-enter-handler): New command.
1601
1602         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1603         docstring and custom spec.
1604
1605         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1606         flags too; Don't treat Cached and New.
1607         (wl-summary-set-persistent-mark): Ditto.
1608
1609         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1610         `wl-folder-set-flag'.
1611
1612         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1613         instead of `wl-folder-set-flag'.
1614
1615         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1616         for completion.
1617         (wl-summary-set-persistent-mark): Ditto.
1618
1619         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1620         instead of `wl-draft-quit-preview'.
1621
1622         * wl-mime.el (toplevel): Avoid compile warning.
1623         (wl-mime-quit-preview): New function
1624         (formarly defined as `wl-draft-quit-preview').
1625         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1626         quitting method.
1627
1628         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1629
1630         * wl-folder.el (wl-folder-set-flag): Renamed from
1631         `wl-draft-set-flag-on-parent'.
1632
1633         * wl-draft.el (wl-draft-quit-preview): New function.
1634         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1635         (wl-draft-send): Call `wl-folder-set-flag' instead of
1636         `wl-draft-set-flag-on-parent'.
1637         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1638
1639 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1642         (wl-draft-send): Ditto.
1643
1644 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1645
1646         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1647         (wl-draft-kill-pre-hook): Set default value as nil.
1648         (wl-summary-reply-hook): Ditto.
1649         (wl-draft-kill-flags): Abolish.
1650
1651         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1652         (wl-draft-parent-variables): Renamed from
1653         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1654         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1655         argument; Add wl-draft-parent-variables to
1656         wl-draft-config-variables.
1657         (wl-draft-reply): Likewise.
1658         (wl-draft-kill-flags): Abolish.
1659         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1660         (wl-draft-set-flag-on-parent): New function.
1661         (wl-draft-setup-parent-flag): Ditto.
1662
1663 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1664
1665         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1666         `wl-draft-parent-folder' is "".
1667
1668 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1671         (wl-summary-digit-jump): New function.
1672         (Adviced by John Owens and Hiroya Murata)
1673
1674         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1675         (Adviced by John Owens)
1676
1677         * wl-xmas.el (wl-message-define-keymap): Ditto.
1678
1679         * wl-mule.el (wl-message-define-keymap): Ditto.
1680
1681 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1684         change of return value of elmo-folder-count-flags.
1685
1686         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1687         (wl-summary-mark-as-read-internal): Ditto.
1688         (wl-summary-set-persistent-mark-internal): Ditto.
1689         (wl-summary-folder-info-update): Ditto.
1690         (wl-summary-sync-update): Fixed the last change.
1691
1692         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1693
1694 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1695
1696         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1697         (wl-draft-kill-flags): Fixed docstring.
1698
1699         * wl-draft.el (wl-draft-kill-flags): New function.
1700         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1701
1702 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-vars.el (wl-reply-hook): Abolish.
1705         (wl-draft-reply-hook): New hook.
1706         (wl-summary-reply-hook): Ditto.
1707         (wl-draft-forward-hook): Ditto.
1708         (wl-summary-forward-hook): Ditto.
1709         (wl-draft-kill-flags): New variable.
1710
1711         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1712         wl-summary-set-persistent-mark-internal.
1713         (wl-summary-sync-marks): Use elmo-preserved-flags.
1714         (wl-summary-update-persistent-mark): Make it interactive.
1715         (wl-summary-set-persistent-mark-internal): New inline function.
1716         (wl-summary-mark-as-answered): Use it.
1717         (wl-summary-mark-as-unanswered): Ditto.
1718         (wl-summary-unset-persistent-mark): New function.
1719         (wl-summary-set-persistent-mark): Ditto.
1720         (wl-summary-reply): Don't set answered flag;
1721         Run wl-summary-reply-hook instead.
1722         (wl-summary-forward): Call wl-draft-forward with number.
1723         Run wl-summary-forward-hook.
1724
1725         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1726         (wl-highlight-summary-line-face-spec): Use it as a default
1727         persistent mark face.
1728
1729         * wl-draft.el (wl-draft-forward): Added optional argument number;
1730         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1731         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1732         (wl-draft-kill): Use wl-draft-kill-flags.
1733
1734         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1735
1736         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1737         of return value of elmo-folder-count-flags.
1738
1739         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1740
1741         * wl-summary.el (wl-summary-count-unread): Ditto.
1742         (wl-summary-sync-update): Follow the change above.
1743         (wl-summary-force-prefetch): New function.
1744
1745 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1746
1747         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1748         variable `buf' with `let' instead of `setq'.
1749
1750 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1751
1752         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1753         add Content-Disposition heaeder on the deleted part.
1754
1755 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * wl-draft.el (wl-draft-save): Encode address list under edit by
1758         `eword-encode-unstructured-field-body'.
1759
1760         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1761
1762 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1763
1764         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1765         wl-current-summary-buffer.
1766
1767 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1768
1769         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1770         `numbers' is ignored.
1771
1772 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1773
1774         * wl-folder.el (wl-folder-open-folder): Avoid error.
1775         Reported by John Owens, [wl-en:815]
1776
1777         * wl.el (wl): Set timer for biff process even if prefix argument
1778         is given or auto-checking is quitted.
1779
1780         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1781         immediately.
1782         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1783         (wl-toggle-plugged): Ditto.
1784
1785         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1786         * wl-util.el (wl-biff-start): Use idle timer if
1787         `wl-biff-use-idle-timer' is non-nil.
1788
1789 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-highlight.el (wl-highlight-message): Fix description.
1792
1793 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1794
1795         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1796         tty.
1797
1798 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1799
1800         * wl-action.el (wl-summary-exec): Print failure count.
1801
1802 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1805         to `defun', remove interactive form.
1806         Set elmo-message-fetch-confirm when force-reload is non-nil.
1807
1808 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-summary.el (toplevel): Removed unnecessary autoload.
1811
1812 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1813
1814         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1815         the buffer is generated from another message buffer.
1816
1817 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1820         extracted from `wl-fldmgr-save-folders'.
1821         (wl-fldmgr-delete): Call it after deletion.
1822
1823 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1826         multi-tty support.
1827
1828 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1829
1830         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1831
1832 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1833
1834         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1835         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1836
1837 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1840         unsubscribe list only if argument CLEAR is nil.
1841
1842 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1843
1844         * wl-draft.el (wl-draft-reply): Decode subject before removing
1845         Re: prefix.
1846
1847 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1848
1849         * wl-summary.el (wl-summary-sort-by-size): New command.
1850
1851 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-summary.el (wl-summary-number-list-from-region): New
1854         function.
1855         (wl-summary-mark-as-read-region): Use it.
1856         (wl-summary-mark-as-unread-region): Ditto.
1857         (wl-summary-set-flags-region): Ditto and add optional argument
1858         remove.
1859         (wl-summary-mark-as-answered-region): Ditto.
1860         (wl-summary-mark-as-important-region): Ditto.
1861         (wl-summary-target-mark-mark-as-important): Added optional
1862         argument remove.
1863         (wl-summary-target-mark-mark-as-answered): Ditto.
1864         (wl-summary-target-mark-set-flags): Ditto.
1865
1866 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1867
1868         * wl-summary.el (wl-summary-set-flags-region): Call
1869         `wl-summary-set-flags-internal' with number list instead of call
1870         one by each message.
1871         (wl-summary-target-mark-set-flags): Likewise.
1872
1873 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1876         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1877         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1878         (wl-summary-target-mark-mark-as-answered): Likewise.
1879
1880 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1881
1882         * wl-summary.el (wl-summary-target-mark-forward): Use
1883         `wl-summary-delete-all-target-marks' instead of
1884         `wl-summary-delete-all-temp-marks'.
1885         (wl-summary-target-mark-reply-with-citation): Ditto.
1886         (wl-summary-target-mark-uudecode): Ditto.
1887         (wl-summary-target-mark-set-flags): Ditto and remove needless
1888         cursor move.
1889
1890 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-summary.el (wl-summary-target-mark-forward): Protect
1893         wl-summary-buffer-target-mark-list from nreverse.
1894         (wl-summary-target-mark-reply-with-citation): Ditto.
1895
1896 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1899         `elmo-display-progress-threshold'.
1900
1901 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1904         check `wl-summary-highlight'.
1905         (wl-summary-window-scroll-functions): Respect value of
1906         `wl-summary-highlight'.
1907         (wl-summary-sync-update): Run hooks
1908         `wl-summary-buffer-window-scroll-functions' at any time.
1909
1910 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1911
1912         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1913         from `wl-summary-cleanup-temp-marks'.
1914         (wl-summary-cleanup-temp-marks): Abolish argument.
1915         * wl.el (wl-save-status): Revert previous change.
1916         (wl-execute-temp-marks): New function, call
1917         `wl-summary-exec-with-confirmation'.
1918         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1919         (wl-folder-save-and-exec-marks): Abolished.
1920
1921 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1922
1923         * wl-e21.el (wl-e21-display-image-p): Respect
1924         `wl-highlight-folder-with-icon'.
1925         (wl-e21-highlight-folder-group-line): Highlight mouse line
1926         even if wl-e21-display-image-p is nil.
1927
1928         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1929         Respect value of `wl-summary-highlight'.
1930
1931         * wl.el (wl-save-status): Remove unused variable.
1932
1933         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1934         (wl-folder-mode-map): Bind it to "x".
1935
1936 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1937
1938         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1939
1940         * wl-thread.el (wl-thread-get-parent-list): Don't check
1941         disconnected ancestors, neglecting needless work in
1942         `wl-thread-update-indent-string-thread'.
1943
1944         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1945         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1946         argument, add argument default-keep to keep marks by default.
1947
1948         * Version number is increased to 2.11.30.
1949
1950         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1951         customization type and docstring.
1952         (wl-draft-reply-without-argument-list): Ditto.
1953
1954 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1955
1956         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1957
1958         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1959
1960 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1963
1964 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1965
1966         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1967         save-excursion so as not to include run-hooks.
1968
1969 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1970
1971         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1972         Clarify that marks are going to be cleared.
1973
1974 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1977         according to 3rd element of wl-summary-flag-mark.
1978
1979         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1980
1981 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-action.el (wl-summary-target-mark-all): Don't set
1984         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1985
1986 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1989         (wl-forward-subject-prefix): Ditto.
1990         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1991         (wl-draft-reply-make-subject): Ditto.
1992
1993         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1994         `wl-draft-forward'.
1995         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1996
1997 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1998
1999         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2000         target message does not exist.
2001
2002 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2003
2004         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2005         `wl-subject-prefix-regexp'.
2006         (wl-subject-forward-prefix-regexp): New variable.
2007         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2008         `wl-draft-strip-subject-re' and take regexp as argument.
2009         (wl-draft-forward): Use it.
2010         (wl-draft-reply): Ditto.
2011
2012 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2013
2014         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2015         emacs multi-tty support.
2016
2017 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2018
2019         * wl-e21.el (wl-e21-display-image-p): Don't call
2020         `display-images-p'.
2021         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2022         support.
2023         (wl-highlight-folder-current-line): Ditto.
2024         (wl-folder-init-icons): Ditto.
2025
2026 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2029         the last line of summary in unplugged mode.
2030
2031 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2032
2033         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2034
2035 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2038         * wl-address.el (wl-address-user-mail-address-p): Use it.
2039         (wl-address-delete-user-mail-addresses): Ditto.
2040         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2041
2042         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2043         (wl-address-delete-user-mail-addresses): Ditto.
2044
2045         * wl-address.el (wl-address-delete-user-mail-addresses): New
2046         function.
2047         * wl-refile.el (wl-refile-guess-by-history): Use it.
2048         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2049         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2050
2051         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2052         use wl-address-user-mail-address-p.
2053
2054 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2057         after opening group.
2058
2059 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2062         of elmo-set-buffer-multibyte.
2063
2064         * wl-message.el (wl-original-message-mode): Ditto.
2065
2066         * wl-score.el (wl-score-insert-header): Ditto.
2067
2068         * wl-summary.el
2069         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2070         (wl-summary-goto-folder-subr): Ditto.
2071         (wl-summary-insert-headers): Ditto.
2072
2073         * wl-util.el (wl-set-string-width): Ditto.
2074
2075         * Version number is increased to 2.11.29.
2076
2077 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2080         (wl-highlight-summary-line-help-echo-alist): New variable.
2081         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2082         into `wl-highlight-summary-line-help-echo' and
2083         `wl-highlight-flag-folder-help-echo'.
2084         (wl-highlight-summary-line-string): Change accordingly.
2085         (wl-highlight-summary-current-line): Ditto.
2086
2087 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2088
2089         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2090         at the beginning of field body (Thanks to Markus Knittig).
2091
2092         * wl-draft.el (wl-draft-insert-current-message): Also check
2093         summary buffer, remove unnecessary tag.
2094
2095 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2098         when wl-message-buffer is nil.
2099
2100         * wl-folder.el (wl-folder): Abolish unused argument.
2101         Call wl-folder-init when wl-folder-entity is nil.
2102         * wl.el (wl): Change accordingly.
2103
2104 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2107         multibyte string before insert into draft buffer.
2108         (wl-draft-create-buffer): Always enable multibyte characters for
2109         draft buffer.
2110
2111         * Version number is increased to 2.11.28.
2112
2113 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2114
2115         * wl-folder.el (wl-folder-open-close): Handle blank line.
2116         (wl-folder-jump-to-current-entity): Ditto.
2117
2118 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * Version number is increased to 2.11.27.
2121
2122 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123
2124         * wl-thread.el (wl-thread-insert-message): When the thread is
2125         devided by wl-summary-max-thread-depth, insert line at the end of
2126         buffer.
2127
2128 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * Version number is increased to 2.11.26.
2131
2132 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2133
2134         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2135
2136 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2137
2138         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2139         value of stream-type and session.
2140
2141 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2142
2143         * Version number is increased to 2.11.25.
2144
2145 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2146
2147         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2148         in a quit message.
2149
2150 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2153         (wl-summary-redisplay-no-mime-internal): Ditto.
2154
2155 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2158         * wl-vars.el (wl-smtp-connection-type): Ditto.
2159
2160 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2161
2162         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2163         for the separator line and quote mail-header-separator.
2164
2165 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2168         result message.
2169
2170         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2171         `elmo-multiple-fields-body-list' with boundary as
2172         mail-header-separator.
2173
2174 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2177
2178 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2179
2180         * wl-util.el (wl-list-diff): Remove unused function.
2181
2182         * wl-draft.el (wl-draft-send-confirm): Discard input before
2183         confirmation.
2184
2185 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2188         order of flag and new.
2189
2190 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-vars.el (wl-refile-policy-alist): Abolished.
2193
2194         * wl-action.el (wl-summary-set-action-refile): Follow the change
2195         above.
2196
2197 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * wl-highlight.el (wl-highlight-signature-search): Don't use
2200         re-search-backward for a long word since it is possible to crash
2201         XEmacs because of a bug.
2202
2203 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2204
2205         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2206
2207 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2208
2209         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2210         argument for wl-summary-sync-force-update.
2211
2212 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-summary.el (wl-summary-mode-map): Revival of
2215         wl-summary-mark-as-important related bindings;
2216         Bind 'F','tF','mF','rF','m&'.
2217         (wl-summary-mark-as-important-region): Revival.
2218         (wl-summary-target-mark-mark-as-important): Ditto.
2219         (wl-summary-target-mark-operation): New function.
2220         (wl-summary-target-mark-mark-as-answered): Use it.
2221         (wl-summary-decide-flag): Don't set Important as default.
2222         (wl-summary-mark-as-important-internal): Revival.
2223         (wl-summary-mark-as-important): Ditto.
2224
2225         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2226
2227         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2228         instead of facep.
2229
2230 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-dnd.el (wl-dnd-drop-func): Fix.
2233
2234         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2235         mouse-set-point instead of posn-point.
2236
2237         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2238
2239         * wl-mule.el (wl-completing-read-multiple): Ditto.
2240
2241 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-demo.el (face-background-name): Defalias to avoid compile
2244         warning.
2245
2246 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-summary.el (wl-summary-decide-flag): Use
2249         wl-completing-read-multiple instead of completing-read-multiple.
2250
2251         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2252         New alias.
2253
2254         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2255         Use face-background-name instead of face-background.
2256
2257         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2258
2259         * wl-summary.el (wl-summary-save): Use it.
2260         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2261
2262         * wl-mime.el (wl-mime-save-content): Fix last change.
2263
2264 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2265
2266         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2267         New function.
2268         (wl-summary-sort-specs): Added sort.
2269         * wl-mime.el (wl-mime-save-content): Expand file name.
2270
2271 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2272
2273         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2274
2275         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2276
2277 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2280         for flag if it is not defined.
2281
2282 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2283
2284         * wl-e21.el (wl-highlight-folder-current-line): Use
2285         elmo-folder-type-internal when elmo-folder-type returns nil.
2286
2287         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2288
2289         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2290
2291         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2292
2293         * wl-e21.el (wl-summary-toolbar): Ditto.
2294
2295         * wl-vars.el (wl-demo-background-color): Abolished.
2296         (wl-summary-persistent-mark-priority-list): Renamed from
2297         wl-summary-flag-priority-list.
2298         (wl-summary-flag-alist): New user option.
2299         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2300         (wl-message-mode-line-format-spec-alist): Added 'F'.
2301         (wl-message-mode-line-format): Likewise.
2302         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2303         instead of wl-summary-important-mark.
2304         (wl-file-folder-icon): New variable.
2305
2306         * wl-thread.el (wl-thread-set-flags): Renamed from
2307         wl-thread-mark-as-important.
2308
2309         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2310         warning.
2311         (wl-summary-mode-menu-spec): Follow the change of 
2312         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2313         (wl-summary-mode-map): Follow the change of
2314         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2315         (wl-summary-detect-mark-position): Follow the variable name change.
2316         (wl-summary-set-flags-region): New function for the replacement of
2317         wl-summary-mark-as-important-region.
2318         (wl-summary-sync-marks): Sync all global-flags.
2319         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2320         instead of elmo-message-flagged-p.
2321         (wl-summary-persistent-mark-string): Follow the variable name change;
2322         Put wl-summary-flag-mark if the message has global-flag.
2323         (wl-summary-target-mark-set-flags): Renamed from 
2324         wl-summary-target-mark-mark-as-important.
2325         (wl-summary-decide-flag): New function.
2326         (wl-summary-set-flags-internal): Renamed from
2327         wl-summary-mark-as-important-internal.
2328         (wl-summary-add-flags-internal): New function.
2329         (wl-summary-remove-flags-internal): Ditto.
2330         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2331         (wl-summary-mark-as-unimportant): Abolish.
2332         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2333         (wl-summary-next-message): List flagged messages in the msgdb.
2334
2335         * wl-score.el (wl-summary-score-update-all-lines): Use
2336         wl-summary-add-flags-internal instead of 
2337
2338         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2339
2340         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2341         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2342         (wl-message-buffer-require-all-header): Renamed from
2343         wl-message-buffer-all-header-flag (Ditto).
2344         (wl-message-buffer-flag-indicator): New variable.
2345         (wl-message-redisplay): Changed local varibale name from `flag' to
2346         `display-type'; Set up wl-message-buffer-flag-indicator.
2347         (wl-message-buffer-display): Changed varibale name from `flag' to
2348         `display-type'.
2349         (wl-message-display-internal): Likewise.
2350
2351         * wl-highlight.el (wl-highlight-demo-face): Define default background
2352         color.
2353         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2354
2355         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2356
2357         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2358         (wl-demo-setup-properties): Renamed from
2359         `wl-demo-set-background-color'.
2360         (wl-demo): Follow the change above.
2361         
2362         * Version number is increased to 2.11.24.
2363
2364 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365
2366         * wl-summary.el (wl-summary-toggle-thread): Call
2367         `wl-summary-rescan' with disable-thread as non-nil.
2368         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2369
2370 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2371
2372         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2373         foreground property of the face.
2374         (wl-demo-insert-text): Don't set up face property here.
2375         (wl-demo): Call wl-demo-set-background-color, anyway.
2376
2377 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-vars.el (wl-demo-background-color): The value can be nil.
2380
2381 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2382
2383         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2384         to wl-summary-wheel-dispatcher.
2385
2386         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2387         wl-message-wheel-dispatcher.
2388         (wl-message-wheel-dispatcher): New function.
2389         (wl-summary-wheel-dispatcher): Ditto.
2390
2391 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2392
2393         * wl-action.el (wl-summary-target-mark-all): List messages which are
2394         not in the killed-list.
2395
2396         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2397         only when the folder is 'flag/important.
2398
2399         * wl-address.el (wl-complete-field-body): Complete if the last
2400         character is a space.
2401
2402 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-folder.el (wl-folder-clear-entity-info): Use
2405         elmo-clear-hash-val.
2406
2407         * wl-fldmgr.el (wl-fldmgr-rename): Set
2408         wl-folder-info-alist-modified as t.
2409
2410 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2411
2412         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2413
2414 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2415
2416         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2417         (wl-folder-buffer-last-visited-entity-id): New buffer local
2418         variable.
2419         (wl-folder-revisit-last-visited-folder): New function.
2420         (wl-folder-mode-map): Bind it to "C-i".
2421         (wl-folder-set-current-entity-id): Set last visited folder.
2422         * wl-summary.el (wl-summary-exit): Ditto.
2423
2424 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2427         before calling `recenter' in order to cope with an XEmacs bug.
2428
2429 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2430
2431         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2432         to the default value.
2433
2434 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2437         change.
2438         (wl-summary-sync-marks): Ditto.
2439         (wl-summary-mark-as-read-internal): Ditto.
2440         (wl-summary-mark-as-answered-internal): Ditto.
2441         (wl-summary-mark-as-important-internal): Ditto.
2442         (wl-summary-reply): Ditto.
2443
2444         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2445         instead of `elmo-folder-unflag-answered'.
2446
2447         * Version number is increased to 2.11.23.
2448
2449         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2450         the last change.
2451
2452 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2453
2454         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2455         Specify "spam" or "good".
2456
2457 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-spam.el (wl-summary-exec-action-spam): Call
2460         wl-folder-confirm-existence for spam folder.
2461         (wl-spam-setup): Bind "mk".
2462
2463 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2466
2467 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2468
2469         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2470         destination folder is empty.
2471
2472 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2475         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2476
2477         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2478         (wl-summary-refile-prev-destination-region): New function.
2479         (wl-thread-refile-prev-destination): Ditto.
2480         (wl-summary-target-mark-refile-prev-destination): Ditto.
2481
2482 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2483
2484         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2485         (wl-demo-background-color): Changed default value.
2486
2487         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2488         color.
2489
2490         * wl-demo.el (wl-demo-set-background-color): New function.
2491         (wl-demo): Call it.
2492
2493 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2494
2495         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2496         * wl-address.el (wl-address-add-or-change): Don't add empty
2497         address.
2498
2499 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2500
2501         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2502
2503 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-vars.el (wl-demo-image-filter-alist): New variable
2506         (wl-demo-background-color): Ditto.
2507
2508         * wl-demo.el (wl-demo-xpm-set-background): New function.
2509         (wl-demo-image-filter): Ditto.
2510         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2511
2512         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2513
2514         * wl-demo.el (wl-demo-icon-name): Define as function.
2515         (wl-demo-insert-image): Use it.
2516
2517 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2518
2519         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2520
2521 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2522
2523         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2524
2525 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2526
2527         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2528
2529 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-thread.el (wl-thread-mark-as-answered): New function.
2532
2533         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2534         answered" entry.
2535         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2536         "r&" and wl-thread-mark-as-answered to "t&".
2537         (wl-summary-mark-as-important-region): Refine to toggle mark.
2538         (wl-summary-mark-as-answered-region): New function.
2539         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2540         and 3rd argument.
2541         (wl-summary-mark-as-important-internal): Likewise.
2542
2543 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-template.el (wl-template-preview): New internal variable.
2546         (wl-template-preview-p): New function.
2547         (wl-template-show): Bind `wl-template-preview' as t.
2548
2549 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2552         `elmo-message-entity-field' with 3rd argument which is non-nil.
2553
2554 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2557         Removed duplicate local bind `folder'.
2558
2559 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2562
2563 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2564
2565         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2566         duplicate definition.
2567
2568 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2569
2570         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2571         non-nil, use it; Don't fetch message if there's no message in the
2572         current cursor position.
2573
2574 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2575
2576         * wl-util.el (wl-region-exists-p): Use region-active-p.
2577         (wl-deactivate-region): New function.
2578         * wl-message.el (wl-message-redisplay): Deactivate region.
2579
2580         * wl-summary.el (wl-summary-reply): Call
2581         `wl-summary-set-message-buffer-or-redisplay' instead of
2582         `wl-summary-redisplay-internal', don't move point.
2583
2584 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2587         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2588         by regexp.
2589
2590 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2591
2592         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2593         if no need.
2594
2595 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2598         default value to nil.
2599         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2600         `wl-summary-prepare-hook'; Replace refile action to
2601         `wl-summary-exec-action-refile-with-register'.
2602
2603         * Version number is increased to 2.11.22.
2604
2605 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2606
2607         * wl-summary.el (wl-summary-detect-mark-position): Set
2608         `wl-summary-buffer-weekday-name-lang'.
2609
2610 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2611
2612         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2613         (wl-summary-mark-as-read-all): Ditto.
2614         (wl-summary-delete-messages-on-buffer): Ditto.
2615         (wl-summary-sync-update): Ditto.
2616         (wl-summary-mark-as-read-internal): Ditto.
2617         (wl-summary-mark-as-answered-internal): Ditto.
2618         (wl-summary-update-folder-info): Abolished.
2619
2620 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621
2622         * wl-summary.el (wl-summary-mark-as-read-all): Use
2623         `wl-summary-update-folder-info' instead of
2624         `wl-folder-update-unread'.
2625
2626 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2627
2628         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2629         `wl-summary-folder-info-update'.
2630         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2631         instead of `wl-summary-folder-info-update'.
2632         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2633         `wl-folder-set-folder-updated'.
2634         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2635         instead of `wl-folder-update-unread'.
2636         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2637         the value of `wl-summary-buffer-unread-count' for the second parameter of
2638         `wl-folder-update-unread'.
2639
2640         * Version number is increased to 2.11.21.
2641
2642 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2643
2644         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2645         a local variable.
2646
2647 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2648
2649         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2650         interactively.
2651
2652         * wl-summary.el (wl-summary-mark-as-important-internal): New
2653         internal function.
2654         (wl-summary-mark-as-important): Use it.
2655         (wl-summary-mark-as-unimportant): New function.
2656         (wl-summary-sync-marks): Follow the API change.
2657
2658         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2659
2660         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2661
2662 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2663
2664         * wl-folder.el (wl-folder-update-unread): Re-indent.
2665         Narrow the scope of a local variable.
2666
2667 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2670         (wl-addrmgr-merge-entries): Ditto.
2671         (wl-addrmgr): Added to address entry which exists in draft buffer
2672         if no entry is in original.
2673
2674 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-batch.el: New file.
2677
2678 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2679
2680         * wl-vars.el (wl-use-semi): Remove unused variable.
2681
2682 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2685         "?".
2686
2687 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2690         wl-summary-new-mark.
2691         (wl-summary-new-cached-mark): New user option.
2692         (wl-summary-score-marks): Follow the change above.
2693         (wl-summary-auto-refile-skip-marks): Ditto.
2694         (wl-summary-incorporate-marks): Ditto.
2695         (wl-summary-expire-reserve-marks): Ditto.
2696
2697         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2698
2699         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2700         (wl-summary-persistent-mark-string): Distinguished between cached
2701         and uncached mark when the message is new.
2702
2703 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-spam.el (wl-spam-domain): Renamed from
2706         `wl-spam-folder-guess-domain'.
2707         (wl-summary-exec-action-spam): Register as spam if domain of the
2708         source folder is good.
2709         (wl-summary-exec-action-refile-with-register): Register message if
2710         domain of the source folder is not undecided.
2711
2712 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2715         detect thread loop.
2716
2717 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2720         and wl-summary-skip-mark-list.
2721
2722 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2723
2724         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2725
2726         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2727
2728         * wl-spam.el (toplevel): Require wl-highlight.
2729         (wl-spam-auto-check-policy-alist): Abolish.
2730         (wl-spam-auto-check-folder-regexp-list): New user option.
2731         (wl-spam-auto-check-marks): Ditto.
2732         (wl-spam-mark-action-list): Ditto.
2733         (wl-highlight-summary-spam-face): New face.
2734         (wl-spam-auto-check-message-p): New function.
2735         (wl-spam-map-spam-messages): Fixed message.
2736         (wl-spam-register-spam-messages): Ditto.
2737         (wl-spam-register-good-messages): Ditto.
2738         (wl-summary-spam-map): Add and remove keybind.
2739         (wl-summary-target-mark-spam): Abolish.
2740         (wl-summary-refile-spam): Ditto.
2741         (wl-summary-test-spam): New function.
2742         (wl-summary-mark-spam): Ditto.
2743         (wl-summary-auto-check-spam): Follow the above change.
2744         (wl-summary-exec-action-spam): New function.
2745         (wl-summary-exec-action-refile-with-register): Fixed message.
2746         (wl-message-check-spam): New function.
2747         (wl-spam-setup): Ditto.
2748         (toplevel): Call it if this file is loaded interactivity.
2749
2750         * Version number is increased to 2.11.20.
2751
2752 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2755         when new optional argument `force' is non nil or modified.
2756
2757 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * wl.el (toplevel): Require wl-spam when compile.
2760         (wl-save-status): Call wl-spam-save-status.
2761
2762         * wl-spam.el (wl-spam-register-spam-messages): New function.
2763         (wl-spam-register-good-messages): Ditto.
2764         (wl-spam-save-status): Ditto.
2765         (wl-summary-mode-map): Bind
2766         wl-summary-target-mark-register-as-spam to "ms" and
2767         wl-summary-target-mark-register-as-good to "mn".
2768         (wl-summary-register-as-spam): Abolish optional argument; Use
2769         wl-spam-register-spam-messages.
2770         (wl-summary-register-as-spam-all): Use
2771         wl-spam-register-spam-messages.
2772         (wl-summary-register-as-good): Abolish optional argument; Use
2773         wl-spam-register-good-messages.
2774         (wl-summary-register-as-good-all): Use
2775         wl-spam-register-good-messages.
2776         (wl-summary-target-mark-register-as-spam): New funtion.
2777         (wl-summary-target-mark-register-as-good): Ditto.
2778
2779 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2780
2781         * wl-spam.el: New file.
2782
2783 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2786
2787         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2788         (wl-summary-auto-refile): Call wl-refile-guess with
2789         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2790
2791 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2794         with disable-thread argument non-nil.
2795
2796 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-summary.el (wl-summary-rescan): Added optional argument
2799         disable-thread.
2800         (wl-summary-sync): Call wl-summary-rescan with argument
2801         disable-thread.
2802         (wl-summary-input-range): Added new range `rescan-thread'.
2803
2804 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2805
2806         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2807
2808 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2809
2810         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2811         internal variable.
2812         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2813         wl-summary-search-parent-by-subject-regexp and
2814         wl-summary-divide-thread-when-subject-changed as nil.
2815         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2816         (wl-summary-insert-thread): Search parent entity from
2817         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2818         thread loop.
2819
2820 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2821
2822         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2823
2824         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2825
2826         * wl-util.el (wl-require-update-all-folder-p): New function.
2827         (wl-get-assoc-list-value): Added `function' to match directive.
2828         (wl-collect-draft): Rewrite.
2829
2830         * wl-summary.el (wl-summary-sync-update): Clear faces
2831         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2832         are non-nil.
2833         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2834         argument as function.
2835         (wl-summary-input-range): Ditto.
2836
2837         * wl-folder.el (wl-draft-get-folder): New function.
2838         (wl-folder-get-elmo-folder): Consider draft folder.
2839
2840         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2841         (wl-draft-buffer-message-number): New buffer local variable.
2842         (wl-draft-folder-internal): New internal variable.
2843         (wl-draft-delete): Rewrite.
2844         (wl-draft-save): Ditto.
2845         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2846         wl-folder-get-elmo-folder.
2847         (wl-draft-config-info-operation): Ditto.
2848         (wl-jump-to-draft-folder): Ditto.
2849         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2850         (wl-draft-reedit): Rewrite.
2851
2852         * Version number is increased to 2.11.19.
2853         
2854 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2855
2856         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2857         variable.
2858
2859 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2860
2861         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2862         Use ignore-errors instead of unwind-protect.
2863
2864 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2865
2866         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2867         for updating `wl-thread-entity-list'.
2868
2869 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2870
2871         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2872         parameter from calling `wl-thread-entity-get-older-brothers' and
2873         `wl-thread-entity-get-younger-brothers'.
2874         Replace nested `append' with a single one.
2875
2876 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-summary.el (wl-summary-mode): Don't use the return value of
2879         `make-local-hook'.
2880
2881 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2882
2883         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2884         instead of `let*'.
2885         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2886         of local variables.
2887
2888 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889
2890         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2891         Renamed from wl-summary-window-scroll-functions.
2892         (wl-summary-window-scroll-functions): Don't set to variable.
2893         (wl-summary-display-top): Use run-hooks.
2894         (wl-summary-display-bottom): Ditto.
2895         (wl-summary-toggle-disp-msg): Ditto.
2896         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2897         Use it instead of wl-summary-window-scroll-functions.
2898         (wl-summary-goto-folder-subr): Don't call
2899         wl-summary-window-scroll-functions, use
2900         wl-summary-buffer-window-scroll-functions instead.
2901
2902 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2905         make-local-variable.
2906
2907 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2908
2909         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2910         set-buffer-modified-p.
2911         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2912         (wl-summary-display-bottom): Ditto.
2913         (wl-summary-toggle-disp-msg): Ditto.
2914
2915 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2916
2917         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2918
2919         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2920         (wl-summary-forward): Use elmo-message-entity-field instead of
2921         elmo-message-field.
2922
2923         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2924
2925 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-summary.el (wl-summary-window-scroll-functions): No use
2928         `append'.
2929
2930 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2933         function.
2934         (wl-summary-window-scroll-functions): Call it when both
2935         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2936         (wl-summary-temp-mark): Added optional argument number.
2937         (wl-summary-message-mark): Added optional argument flag.
2938         (wl-summary-persistent-mark): Added optional argument number and flag.
2939         (wl-summary-update-persistent-mark): Ditto.
2940         (wl-summary-update-status-marks): Set "r" for interactive spec.
2941
2942         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2943         argument number and flag.
2944
2945         * wl-action.el (wl-summary-registered-temp-mark): 
2946         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2947
2948 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2949
2950         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2951         internal variable (buffer local).
2952         (wl-summary-window-scroll-functions): New function.
2953         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2954         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2955         as nil.
2956         (wl-summary-update-status-marks): Added arguments beg, end and
2957         check.
2958         (wl-summary-update-mark-window): Use function.
2959         (wl-summary-sync-update): Follow the change above.
2960         (wl-summary-switch-to-clone-buffer): Copy
2961         wl-summary-buffer-unsync-mark-number-list.
2962         (wl-summary-goto-folder-subr): Set
2963         wl-summary-buffer-unsync-mark-number-list and
2964         use wl-summary-window-scroll-functions instead of
2965         wl-summary-lazy-highlight.
2966
2967         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2968
2969 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2972
2973         * wl-summary.el (wl-summary-update-persistent-mark): Call
2974         wl-summary-set-message-modified.
2975
2976         * wl-summary.el (wl-summary-sync-update): Don't call
2977         wl-summary-update-status-marks.
2978
2979         * Version number is increased to 2.11.18.
2980
2981 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2982
2983         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2984         (wl-message-next-page): Ditto.
2985
2986 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2987
2988         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2989         local variable.  Change the order of a collected list into the
2990         same as the specified range.  Remove nil from a collected list.
2991
2992 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2993
2994         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2995         argument for elmo-folder-list-messages.
2996
2997 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3000         change (wl-summary-count-unreads return a list instead of a cons
3001         cell).
3002
3003 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3004
3005         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3006         `wl-summary-folder-info-update'.
3007
3008 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-summary.el (wl-summary-set-message-modified): No use
3011         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3012         (wl-summary-set-mark-modified): Abolish.
3013         (wl-summary-mark-modified-p): Ditto.
3014         (wl-summary-save-view): Follow the change above.
3015
3016         * wl-expire.el (wl-summary-expire): Likewise.
3017
3018 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3019
3020         * wl-summary.el (wl-summary-detect-mark-position): Use
3021         modb-entity-handler.
3022         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3023
3024         * Version number is increased to 2.11.17.
3025
3026 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3029         entity field value.
3030         (wl-summary-prefetch-msg): Ditto.
3031         (wl-summary-print-message-with-ps-print): Ditto.
3032
3033 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3034
3035         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3036         for dummy entity.
3037         (wl-summary-insert-thread): Use elmo-message-entity-field.
3038         (wl-summary-update-thread): Use elmo-message-entity-field and
3039         elmo-message-entity-number.
3040         (wl-summary-line-number):  Use elmo-message-entity-number.
3041         (wl-summary-line-size): Use elmo-message-entity-field.
3042         (wl-summary-line-subject): Ditto.
3043         (wl-summary-line-from): Ditto.
3044         (wl-summary-line-attached): Ditto.
3045         (wl-summary-create-line): Ditto.
3046         (wl-summary-create-line): Use elmo-message-entity-number.
3047         (wl-summary-print-message-with-ps-print): Use
3048         elmo-message-entity-field.
3049
3050 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3053         change in elmo-msgdb-make-message-entity.
3054         (wl-summary-buffer-set-folder): Don't call
3055         wl-summary-detect-mark-position here.
3056         (wl-summary-rescan): Call elmo-message-entity-number.
3057         (wl-summary-sync-update): Ditto.
3058         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3059
3060         * wl-score.el (wl-score-header-index): Redefine 2th element.
3061         (wl-score-overview-entity-get-extra): Abolish.
3062         (wl-score-ov-entity-get): Rewrite.
3063         (wl-score-string-index<, wl-score-string-func<): Abolish.
3064         (wl-score-string<): New function.
3065         (wl-score-string-sort): Use it.
3066
3067         * wl-refile.el (wl-refile-guess-by-history): Use
3068         elmo-message-entity-field.
3069         (wl-refile-guess-by-from): Ditto.
3070         (wl-refile-guess-by-msgid): Ditto.
3071
3072         * Version number is increased to 2.11.16.
3073
3074 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3075
3076         * wl-folder.el (wl-folder-confirm-existence): Don't call
3077         file-exists-p if msgdb-path is nil.
3078         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3079         `wl-read-folder-hist' to `wl-read-folder-history'.
3080
3081 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3082
3083         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3084         `y-or-n-p'.
3085
3086 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3087
3088         * wl-score.el (wl-score-headers): Don't use
3089         elmo-folder-do-each-message-entity.
3090
3091         * Version number is increased to 2.11.15.
3092
3093 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3094
3095         * wl-summary.el (wl-summary-delete-all-msgs): Use
3096         elmo-folder-move-messages instead of elmo-folder-delete-messages
3097         and elmo-folder-detach-messages.
3098         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3099
3100         * wl-expire.el (wl-expire-delete): Ditto.
3101         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3102
3103 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3106         (wl-message-header-narrowing-fields): Ditto.
3107         (wl-message-header-narrowing-lines): Ditto.
3108         (wl-message-header-narrowing-string): Ditto.
3109
3110         * wl-summary.el (wl-summary-mode-map): Bind
3111         wl-summary-toggle-header-narrowing to "C-cC-f".
3112         (wl-summary-toggle-header-narrowing): New function.
3113
3114         * wl-message.el (wl-message-buffer-create): Call
3115         wl-message-header-narrowing-setup.
3116         (wl-message-redisplay): Call wl-message-header-narrowing.
3117         (wl-message-header-narrowing): New function.
3118         (wl-message-header-narrowing-map): New keymap.
3119         (wl-message-header-narrowing-widen-map): New keymap.
3120         (wl-message-header-narrowing-again-at-mouse): New function.
3121         (wl-message-header-narrowing-1): Ditto.
3122         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3123         (wl-message-header-narrowing-setup): Ditto.
3124         (wl-message-header-narrowing-toggle): Ditto.
3125         
3126         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3127
3128         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3129         'flag as all.
3130         (wl-use-flag-folder-help-echo): New user option.
3131
3132         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3133         wl-summary-highlight as nil.
3134         (wl-summary-set-mark-modified): Follow the API change.
3135         (wl-summary-mark-modified-p): Ditto.
3136         (wl-summary-mark-as-read-all): Ditto.
3137         (wl-summary-sync-marks): Don't call
3138         elmo-folder-list-messages-with-global-mark.
3139         (wl-summary-mark-as-read-internal): Follow the API change.
3140         (wl-summary-mark-as-answered-internal): Ditto.
3141         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3142         Follow the API change.
3143         (wl-summary-create-line): Call with number argument.
3144         (wl-summary-reply): Follow the API change.
3145
3146         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3147         function.
3148         (wl-highlight-summary-line-string): Call it when
3149         wl-use-flag-folder-help-echo is non-nil.
3150         (wl-highlight-summary-current-line): Ditto.
3151         (elmo-flag-folder-referrer): Added autoload setting.
3152
3153         * wl-draft.el (wl-draft-kill): Follow the API change.
3154
3155         * Version number is increased to 2.11.14.
3156         
3157 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3160
3161 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * Version number is increased to 2.11.13.
3164
3165 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-draft.el (wl-draft-previous-history-element): Fixed
3168         unbalanced parenthesis and bind unbound local variables.
3169
3170 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3171
3172         * wl-draft.el (wl-draft-previous-history-element): New function.
3173         (wl-draft-next-history-element): Ditto.
3174         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3175         them to M-p and M-n.
3176
3177 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * Version number is increased to 2.11.12.
3180
3181 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3182
3183         * wl-draft.el (wl-draft-hide): Select buffer-window.
3184
3185 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3186
3187         * wl-summary.el (wl-summary-narrow-to-region): New function.
3188         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3189         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3190         (wl-summary-save-region): Use it.
3191         * wl-action.el (wl-summary-collect-numbers-region)
3192         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3193
3194 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195
3196         * wl-folder.el (wl-folder-count-incorporates): Don't use
3197         `elmo-msgdb-mark-load'
3198
3199         * Version number is increased to 2.11.11.
3200
3201 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3202
3203         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3204         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3205
3206 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3209
3210 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * Version number is increased to 2.11.10.
3213
3214 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-mime.el (wl-draft-attribute-value): Fixed.
3217
3218 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3219
3220         * wl-util.el (wl-copy-local-variables): New function.
3221
3222         * wl-mime.el (wl-draft-attribute-recipients): New function.
3223         (wl-draft-attribute-envelope-from): Ditto.
3224         (wl-draft-attribute-smtp-posting-server): Ditto.
3225         (wl-draft-attribute-smtp-posting-port): Ditto.
3226         (wl-draft-attribute-value): Ditto.
3227         (wl-draft-preview-message): Use it to get value for
3228         attributes. Reflect result of `wl-draft-config'.
3229
3230         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3231         and call `wl-summary-mark-as-read' before to call
3232         `wl-summary-unset-mark'.
3233         (wl-summary-target-mark-mark-as-unread): Likewise.
3234         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3235
3236 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl-mime.el (wl-draft-preview-message): Use actual value for
3239         attributes; Fix for small window.
3240
3241 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-refile.el (wl-refile-get-field-value): Call
3244         `elmo-message-entity-field' with 3rd argument is non-nil.
3245
3246 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3247
3248         * wl-vars.el (wl-draft-preview-attributes): New user option.
3249         (wl-draft-preview-attributes-list): Ditto.
3250         (wl-draft-preview-attributes-buffer-lines): Ditto.
3251         (wl-draft-preview-attributes-buffer-name): Ditto.
3252
3253         * wl-mime.el (wl-draft-preview-message): Display attributes.
3254
3255 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3256
3257         * wl-summary.el (wl-summary-detect-mark-position): Bind
3258         wl-summary-flag-priority-list to '(new).
3259
3260 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3261
3262         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3263         funtion.
3264         (wl-highlight-summary-line-string): Use it.
3265         (wl-highlight-summary-current-line): Ditto.
3266
3267 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3268
3269         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3270         line even when the mark string is not changed.
3271
3272         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3273         argument change in the wl-summary-create-line.
3274         (wl-thread-insert-entity-sub): Ditto.
3275
3276         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3277         argument change in the wl-summary-create-line.
3278         (wl-summary-insert-sequential): Ditto.
3279         (wl-summary-update-thread): Ditto.
3280         (wl-summary-persistent-mark-string): New inline function.
3281         (wl-summary-message-mark): Use it.
3282         (wl-summary-create-line): Abolish argument wl-persistent-mark
3283         and added wl-flags, wl-cached.
3284
3285         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3286         mark to flags.
3287         (wl-highlight-summary-current-line): Decide the face not by the 
3288         persistent mark but flags.
3289
3290 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3293         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3294         wl-summary-read-uncached-mark): Revive.
3295         (wl-summary-answered-cached-mark,
3296         wl-summary-answered-uncached-mark): New user option.
3297         (wl-summary-score-marks): Follow the change above.
3298         (wl-summary-auto-refile-skip-marks): Ditto.
3299         (wl-summary-incorporate-marks): Ditto.
3300         (wl-summary-expire-reserve-marks): Ditto.
3301         (wl-summary-flag-priority-list): New user option.
3302
3303         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3304         changes.
3305         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3306         of elmo-message-mark.
3307         (wl-summary-mark-as-read-internal): Ditto.
3308         (wl-summary-mark-as-answered): Ditto.
3309         (wl-summary-mark-as-important): Ditto.
3310         (wl-summary-redisplay-internal): Ditto.
3311         (wl-summary-redisplay-no-mime-internal): Ditto.
3312         (wl-summary-message-mark): New function.
3313         (wl-summary-insert-sequential): Use wl-summary-message-mark
3314         instead of elmo-message-mark.
3315         (wl-summary-update-thread): Ditto.
3316         (wl-summary-persistent-mark): Ditto.
3317         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3318         instead of elmo-message-mark.
3319
3320         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3321         wl-summary-message-mark instead of elmo-message-mark.
3322         (wl-thread-insert-entity-sub): Ditto.
3323         (wl-thread-get-children-msgs-uncached): Ditto.
3324
3325         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3326         variable name changes.
3327         (wl-highlight-summary-current-line): Ditto.
3328
3329         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3330         wl-summary-message-mark instead of elmo-message-mark.
3331
3332         * wl-expire.el (wl-expire-message-p): Ditto.
3333
3334         * wl-score.el (wl-score-headers): Ditto.
3335
3336         * Version number is increased to 2.11.9.
3337
3338         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3339         (wl-summary-sync-update): Follow the change above.
3340         (wl-summary-switch-to-clone-buffer): Ditto.
3341         (wl-summary-open-folder): Ditto.
3342
3343 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3346         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3347
3348         * Version number is increased to 2.11.8.
3349
3350         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3351
3352         * wl-expire.el (wl-expire-refile): Follow the API change on
3353         `elmo-folder-move-messages'.
3354         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3355
3356         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3357         (wl-summary-exec-action-refile): Ditto.
3358         (wl-summary-exec-action-copy): Ditto.
3359         (wl-summary-no-auto-refile-message-p): No use
3360         `wl-summary-buffer-msgdb'.
3361         (wl-summary-auto-refile): Ditto.
3362
3363 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3364
3365         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3366
3367 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3368
3369         * wl-summary.el (wl-summary-sync): Treat no-sync.
3370
3371         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3372         (wl-default-sync-range): Ditto.
3373
3374 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * wl-refile.el (wl-refile-subject-learn): Call
3377         `elmo-message-entity-field' with 3rd argument is non-nil.
3378         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3379         instead of `elmo-msgdb-overview-entity-get-subject'.
3380
3381 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3384         scan-type is rescan.
3385         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3386         new optional argument force is non-nil.
3387         (wl-summary-save-view-cache): Call it with force argument non-nil.
3388
3389         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3390
3391 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3392
3393         * wl-action.el (wl-summary-print-argument): Fixed last change.
3394
3395 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3396
3397         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3398         simplified.
3399         (wl-summary-target-mark-mark-as-unread): Likewise.
3400         (wl-summary-target-mark-mark-as-important): Likewise.
3401
3402 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3403
3404         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3405         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3406         (wl-summary-mark-as-important-region): Change accordingly.
3407         (wl-summary-target-mark-mark-as-important): Ditto.
3408
3409 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3410
3411         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3412
3413         * wl-action.el (wl-summary-print-argument): Print argument to
3414         right side of window if `wl-summary-print-argument-within-window'
3415         is non-nil.
3416
3417 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-action.el (wl-summary-set-mark): Use
3420         `wl-summary-message-visible-p' to check visibility of the message
3421         and jump to message only when the message line is visible and have
3422         different number; Call wl-summary-unset-mark with number argument.
3423         (wl-summary-unset-mark): 
3424         Use `wl-summary-message-visible-p'
3425         to check visibility of the message and jump to message only when
3426         the message line is visible and have different number;
3427
3428 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * Version number is increased to 2.11.7.
3431
3432         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3433         and wl-folder-summary-line-format.
3434
3435         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3436         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3437         (wl-summary-set-score-mark): Use it.
3438         (wl-summary-target-mark-mark-as-read): Ditto.
3439         (wl-summary-target-mark-mark-as-unread): Ditto.
3440         (wl-summary-target-mark-mark-as-important): Ditto.
3441         (wl-summary-target-mark-msgs): Simplified.
3442         (wl-summary-detect-mark-position): Fixed problem when
3443         summary-line-format no contain persisten/temp mark spec.
3444         (wl-summary-temp-mark): Ditto.
3445         (wl-summary-persistent-mark): Ditto.
3446         (wl-summary-update-persistent-mark): Ditto.
3447
3448         * wl-action.el (wl-summary-set-mark): Ditto.
3449         (wl-summary-unset-mark): Ditto.
3450         All other related portions are changed.
3451
3452 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * Version number is increased to 2.11.6.
3455
3456 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-util.el (wl-current-message-buffer): Define as function;
3459         Don't use the value of wl-messge-buffer.
3460
3461         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3462         persistent mark.
3463
3464         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3465         no current message, cause an error.
3466
3467 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-summary.el (wl-summary-set-message-modified): Use
3470         elmo-folder-set-message-modified instead of
3471         elmo-folder-set-message-modified-internal.
3472
3473 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3474
3475         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3476         interactively.
3477         (wl-summary-sync): nokill->entirely.
3478         (wl-summary-sync-marks): Fixed message.
3479         (wl-summary-input-range): Added mark, nokill->entirely.
3480
3481         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3482         messages as read.
3483
3484 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3485
3486         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3487         update-noscore.
3488         (wl-summary-sync): Follow the change above.
3489
3490 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3491
3492         * wl-action.el (wl-summary-target-mark-all): Use
3493         elmo-folder-list-messages.
3494
3495 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3496
3497         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3498         (wl-summary-rescan): Set wl-summary-scored as nil.
3499         (wl-summary-sync-force-update): Follow the change above.
3500         (wl-summary-sync): Ditto.
3501         (wl-summary-sync-update): Added argument disable-killed.
3502         (wl-summary-insert-headers): Set visible-only argument for
3503         elmo-folder-list-messages.
3504         (wl-summary-input-range): Added update-nokill, update-noscore,
3505         all-nokill, all-noscore and mark.
3506
3507         * Version number is increased to 2.11.5.
3508
3509         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3510
3511 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3512
3513         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3514         (wl-summary-prefetch-region-no-mark): Change accordingly.
3515         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3516
3517 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3518
3519         * wl-address.el (wl-complete-field-to): Abolished.
3520         (wl-complete-address): Completion function for completing-read.
3521         * wl-action.el (wl-summary-get-resend-address): Use it.
3522
3523         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3524         wl-summary-update-mark and abolish unused argument.
3525         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3526         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3527         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3528         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3529         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3530         * wl-draft.el (wl-draft-kill): Ditto.
3531
3532         * wl-summary.el: Remove unused binding of case-fold-search.
3533         (wl-summary-replace-status-marks): Abolished.
3534
3535 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3536
3537         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3538         is specified or folder length is zero.
3539
3540 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3541
3542         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3543         (wl-folder-archive-current-entity): Ditto.
3544
3545 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3548         retrieving message mark.
3549         (wl-summary-redisplay-internal): Ditto.
3550
3551         * wl-message.el (wl-message-buffer-display): Ignore errors while
3552         retrieving message-id field.
3553
3554         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3555         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3556         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3557         order of the arguments for `wl-expire-message-p'.
3558         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3559
3560         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3561         Check return value of wl-summary-reply.
3562         (wl-summary-reply): Recover window configuration when an error occured.
3563
3564 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3565
3566         * wl-summary.el (wl-summary-resend-message): Abolished, the
3567         feature is inherited by wl-summary-resend (put resend mark).
3568
3569 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3570
3571         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3572         wl-message-buffer to nil when the message is hide.
3573
3574 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3575
3576         * .cvsignore: New file.
3577
3578 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3579
3580         * wl-action.el (wl-summary-action-docstring): Add more info.
3581         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3582         duplicate definition.
3583         (wl-summary-define-mark-action): Functions wl-summary-*-region
3584         keep current position.
3585         (wl-summary-unregister-target-mark): Store result to the variable.
3586
3587 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * Version number is increased to 2.11.4.
3590
3591 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3592
3593         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3594         wl-summary-delete-all-temp-marks.
3595         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3596
3597         * wl-action.el (wl-summary-set-mark): Changed terminology
3598         refile-destination -> action-argument.
3599         (wl-summary-unset-mark): Ditto.
3600         (wl-summary-remove-argument): Ditto.
3601         (wl-summary-print-argument): Ditto.
3602
3603         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3604         (wl-thread-remove-argument-region): Ditto.
3605         (wl-thread-print-argument-region): Ditto.
3606         (wl-thread-close): Ditto.
3607         (wl-thread-open): Ditto.
3608
3609         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3610         (wl-highlight-refile-destination-face is abolished)
3611         (wl-highlight-action-argument-string): Ditto.
3612         (wl-highlight-summary-current-line): Highlight action argument.
3613
3614         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3615         color for light backgrounds.
3616         (wl-highlight-summary-answered-face): Ditto.
3617
3618 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3621
3622         * wl-score.el (wl-summary-score-update-all-lines): Use
3623         wl-summary-set-mark.
3624         (wl-summary-score-update-all-lines): Kill expunged messages.
3625
3626         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3627
3628 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3631         directly.
3632         (wl-score-overview-entity-get-lines): Ditto.
3633         (wl-score-overview-entity-get-xref): Ditto.
3634         (wl-score-get-latest-msgs): Ditto.
3635         (wl-summary-rescore): Ditto.
3636
3637         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3638         to "&".
3639         (wl-summary-mark-as-answered-internal): New inline function.
3640         (wl-summary-mark-as-answered): New function.
3641         (wl-summary-mark-as-unanswered): Ditto.
3642         (wl-summary-sync-marks): Modified for answered-mark synching.
3643
3644 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3645
3646         * wl-action.el (wl-summary-set-mark): Fixed last change.
3647
3648 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3649
3650         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3651         behavior of wl-summary-unread-message-hook
3652         (Pointed out by akira yamada <akira@arika.org>).
3653
3654 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3655
3656         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3657         wl-summary-delete.
3658         * wl-xmas.el (wl-summary-toolbar): Ditto.
3659
3660         * wl-action.el (wl-summary-set-mark): Don't override current
3661         temp-mark.
3662
3663         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3664
3665 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3668         (wl-refile-msgid-learn): Ditto.
3669         (wl-refile-get-field-value): Ditto.
3670
3671         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3672
3673         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3674         (wl-expire-delete-reserved-messages): Renamed from
3675         wl-expire-reserve-marked-msgs-from-list.
3676         (wl-expire-delete): Removed argument `msgdb'.
3677         (wl-expire-refile): Ditto.
3678         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3679         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3680         mark-alist as argument.
3681         (wl-expire-archive-number1): Removed argument `msgdb'.
3682         (wl-expire-archive-number2): Ditto.
3683         (wl-expire-archive-date): Ditto.
3684         (wl-expire-localdir-date): Ditto.
3685         (wl-expire-hide): Ditto.
3686         (wl-archive-number1): Ditto.
3687         (wl-archive-number2): Ditto.
3688         (wl-archive-date): Ditto.
3689         (wl-archive-folder): Ditto.
3690         All other related portions are changed.
3691
3692 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3693
3694         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3695         mean move up and down. (suggested by Takashi Kawachi)
3696
3697 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-acap.el (toplevel): Don't require un-define.
3700
3701 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3702
3703         * wl-thread.el (wl-thread-delete-message): Always update
3704         wl-summary-buffer-number-list.
3705
3706         * wl-action.el (wl-summary-print-destination): 
3707         Do nothing when folder is nil.
3708
3709 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3710
3711         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3712         persistent mark when prefetch is succeeded.
3713
3714 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3717         instead of elmo-msgdb-delete-msgs.
3718         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3719         (wl-expire-hide): Ditto.
3720
3721         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3722
3723         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3724         elmo-msgdb interface.
3725         (wl-thread-get-exist-children): Likewise.
3726         (wl-thread-insert-message): Likewise.
3727         (wl-thread-msg-mark-as-important): Likewise.
3728         (wl-thread-insert-entity-sub): Likewise.
3729         (wl-thread-get-children-msgs-uncached): Likewise.
3730
3731         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3732         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3733         (wl-summary-sync-update): Likewise.
3734         (wl-summary-auto-select-msg-p): Likewise.
3735         (wl-summary-update-thread): Likewise.
3736         (wl-summary-mark-as-important): Likewise.
3737         (wl-summary-jump-to-msg-internal): Likewise.
3738         (wl-summary-redisplay-internal): Likewise.
3739         (wl-summary-print-message-with-ps-print): Likewise.
3740         (wl-summary-folder-info-update): Likewise.
3741
3742         * wl-folder.el (wl-folder-check-one-entity):
3743         elmo-folder-count-flags instead of wl-summary-count-unread.
3744
3745         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3746
3747         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3748
3749         * wl-summary.el (wl-summary-set-message-modified): 
3750         Call wl-summary-set-mark-modified.
3751         (wl-summary-delete-messages-on-buffer): Call
3752         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3753         (wl-summary-sync-update): Call elmo-folder-length instead of
3754         elmo-folder-messages.
3755         (wl-summary-insert-headers): Don't call
3756         elmo-folder-list-message-entities.
3757
3758 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3759
3760         * wl-action.el (wl-summary-define-mark-action): Call
3761         `wl-summary-set-mark' with argument `data'.
3762         (wl-summary-auto-refile): Fixed order of arguments when call
3763         `wl-summary-refile'.
3764
3765 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3766
3767         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3768
3769         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3770
3771         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3772         (Renamed from wl-highlight-summary-deleted-face).
3773         (wl-highlight-summary-resend-face): New face.
3774
3775         (wl-highlight-summary-deleted-face): Renamed from
3776         wl-highlight-summary-erased-face.
3777
3778         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3779
3780         * wl-action.el (wl-summary-get-resend-address): New function.
3781         (wl-summary-exec-action-resend): Ditto.
3782         (wl-summary-exec-action-resend-subr): Ditto.
3783
3784         * w-thread.el (wl-thread-copy): Removed definition.
3785         (wl-thread-refile): Ditto.
3786         (wl-thread-delete): Ditto.
3787         (wl-thread-target-mark): Ditto.
3788
3789         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3790         (wl-summary-target-mark-set-action): Fixed.
3791         (wl-summary-define-mark-action): Fixed quotation.
3792         (wl-summary-move-mark-list-messages): Display message.
3793         (wl-summary-define-mark-action): Define thread functions.
3794         (wl-summary-exec-action-refile): Changed message.
3795         (wl-summary-exec): Ditto.
3796
3797 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3798         
3799         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3800         '%%'.
3801
3802 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl.el (toplevel): Require wl-action.
3805         (wl-init): Call wl-summary-define-mark-action.
3806
3807         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3808
3809         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3810         wl-summary-delete and wl-summary-erase.
3811         (wl-summary-mode-map): Ditto.
3812
3813         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3814         wl-delete-folder-alist.
3815
3816         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3817         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3818         (toplevel): Moved mark & action related functions to the wl-action.el.
3819
3820         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3821         in wl-summary-mark-action-list.
3822         (wl-highlight-summary-current-line): Ditto.
3823
3824         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3825         empty lines.
3826
3827         * wl-action.el: New file. 
3828
3829 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-summary.el (wl-summary-target-mark-replace): New function.
3832         (wl-summary-target-mark-prefetch): Use it.
3833         (wl-summary-target-mark-delete): Ditto.
3834         (toplevel): Rearranged definition order.
3835         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3836         (wl-summary-target-mark-erase): Rewrite.
3837         (wl-summary-erase-region): New function.
3838         (wl-summary-exec-action-erase): Changed message.
3839         (wl-summary-move-mark-list-messages): New function.
3840         (wl-summary-exec-action-delete): Use it.
3841         (wl-summary-exec-action-erase): Ditto.
3842
3843         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3844         (wl-summary-skip-mark-list): Added "d".
3845
3846         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3847         while searching.
3848
3849         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3850         and define using defcustom;
3851         Define 4th element as a face.
3852         
3853         * wl-summary.el (wl-summary-incorporate): Use 
3854         `wl-summary-prefetch-region-no-mark' instead of
3855         `wl-summary-prefetch-region'.
3856         (wl-summary-prefetch-region-no-mark): Revival of old
3857         `wl-summary-prefetch-region'.
3858         (wl-summary-mark-action-list): Moved to wl-vars.el
3859
3860         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3861         face according to the `wl-summary-mark-action-list'.
3862         (wl-highlight-summary-current-line): Ditto;
3863         Removed destination highlighting.
3864
3865         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3866         (wl-highlight-summary-line-string): Highlight for "i" mark.
3867         (wl-highlight-summary-current-line): Ditto.
3868
3869         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3870         no destination.
3871
3872         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3873         exists, just go ahead.
3874         (wl-summary-prefetch-region): Rewrite.
3875         (wl-summary-prefetch): Ditto.
3876         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3877         (wl-summary-exec-action-prefetch): New function.
3878         (wl-summary-target-mark-prefetch): Rewrite.
3879
3880 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3883         (wl-highlight-summary-line-string): Added "d" and "D".
3884         (wl-highlight-summary-current-line): Ditto.
3885
3886         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3887         in wl-summary.el.
3888         (wl-thread-insert-entity-sub): Ditto.
3889         (wl-thread-remove-destination-region): Ditto.
3890         (wl-thread-print-destination-region): Ditto.
3891
3892         * wl-summary.el (wl-summary-buffer-refile-list,
3893         wl-summary-buffer-delete-list,
3894         wl-summary-buffer-copy-list): Abolish.
3895         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3896         All other related portions are changed.
3897         (wl-summary-mark-action-list): New variable.
3898         (wl-summary-set-mark): New function.
3899         (wl-summary-register-target-mark): Ditto.
3900         (wl-summary-unregister-target-mark): Ditto.
3901         (wl-summary-have-target-mark-p): Ditto.
3902         (wl-summary-register-temp-mark): Ditto.
3903         (wl-summary-unregister-temp-mark): Ditto.
3904         (wl-summary-registered-temp-mark): Ditto.
3905         (wl-summary-collect-temp-mark): Ditto.
3906         (wl-summary-unset-mark): Ditto.
3907         (wl-summary-set-target-mark): Ditto.
3908         (wl-summary-unset-target-mark): Ditto.
3909         (wl-summary-set-action-generic): Ditto.
3910         (wl-summary-unset-action-generic): Ditto.
3911         (wl-summary-exec-action-delete): Ditto.
3912         (wl-summary-exec-action-erase): Ditto.
3913         (wl-summary-set-action-refile): Ditto.
3914         (wl-summary-set-action-refile-subr): Ditto.
3915         (wl-summary-unset-action-refile): Ditto.
3916         (wl-summary-make-destination-numbers-list): Ditto.
3917         (wl-summary-exec-action-refile): Ditto.
3918         (wl-summary-set-action-copy): Ditto.
3919         (wl-summary-unset-action-copy): Ditto.
3920         (wl-summary-exec-action-copy): Ditto.
3921         (wl-summary-collect-numbers-region): Ditto.
3922         (wl-summary-delete): Rewrite.
3923         (wl-summary-erase): Ditto.
3924         (wl-summary-remove-destination): Ditto.
3925         (wl-summary-exec): Ditto.
3926         (wl-summary-exec-region): Ditto.
3927         (wl-summary-target-mark-erase): Ditto.
3928         (wl-summary-refile): Ditto.
3929         (wl-summary-copy): Ditto.
3930         (wl-summary-unmark): Ditto.
3931         (wl-summary-delete-all-mark): Ditto.
3932         (wl-summary-mark-line): Don't highlight.
3933         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3934         (wl-summary-target-mark-refile-subr): Rewrite.
3935
3936         (wl-summary-copy-prev-destination): Abolish.
3937
3938 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3939
3940         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3941         default values along the value of wl-on-mule.
3942         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3943         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3944         It is not used anywhere.
3945
3946 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3947
3948         * wl-summary.el (wl-summary-print-destination): Keep position.
3949         (wl-summary-cursor-move-surface): Keep horizontal position.
3950
3951 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3952
3953         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3954         write sendlog.
3955
3956 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3957
3958         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3959         `wl-summary-highlight'.
3960
3961 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3962
3963         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3964         trivial condition for temp-mark.
3965
3966 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3967
3968         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3969         when it hits killed buffer.
3970
3971 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3972
3973         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3974         * wl-news.el.in: `message' and `error' take format string.
3975
3976 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3977
3978         * wl-folder (wl-folder-insert-entity): Display a message,
3979         `...done', when the work finish.
3980         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3981
3982 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3983
3984         * wl-message.el (wl-message-redisplay): Remove unused local
3985         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3986
3987 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3988
3989         * wl-summary.el (wl-summary-replace-status-marks): Disable
3990         interactive use.
3991         (wl-summary-reedit): Check message existence at first.
3992         (wl-summary-mark-line): Fix doc, return value is indefinite.
3993
3994         * wl-highlight.el (wl-highlight-message): Arranged.
3995
3996         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3997         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3998         check temp-mark by wl-summary-temp-mark always.
3999         (wl-highlight-summary): Change accordingly.
4000         * wl-summary.el (wl-summary-mark-as-read-all)
4001         (wl-summary-delete-cache, wl-summary-set-score-mark)
4002         (wl-summary-mark-as-unread, wl-summary-unmark)
4003         (wl-summary-mark-line, wl-summary-mark-as-read)
4004         (wl-summary-mark-as-important): Ditto.
4005
4006         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4007         end of the window if possible.
4008         * wl-summary.el (wl-summary-sync-update): Support lazy
4009         highlighting.
4010         (wl-summary-toggle-disp-msg): Ditto.
4011
4012 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4013
4014         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4015
4016 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4017
4018         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4019         change.
4020
4021 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4024         API.
4025         (wl-summary-sync-update): Ditto.
4026
4027         * wl-score.el (wl-score-get-score-alist): Changed argument.
4028         (wl-summary-rescore-msgs): Likewise.
4029         (wl-summary-score-headers): Likewise.
4030         (wl-score-headers): Likewise;
4031         Use elmo-folder-do-each-message-entity, etc.
4032         (wl-summary-score-effect): Follow the changes above.
4033         (wl-summary-rescore): Ditto.
4034         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4035         (wl-score-get-overview): Abolish.
4036
4037         * wl-summary.el (wl-summary-default-from): Follow the API change in
4038         elmo-msgdb.
4039         (wl-summary-count-unread): Ditto.
4040         (wl-summary-detect-mark-position): Ditto.
4041         (wl-summary-overview-entity-compare-by-date): Ditto.
4042         (wl-summary-overview-entity-compare-by-number): Ditto.
4043         (wl-summary-overview-entity-compare-by-from): Ditto.
4044         (wl-summary-overview-entity-compare-by-subject): Ditto.
4045         (wl-summary-get-list-info): Ditto.
4046         (wl-summary-rescan): Ditto.
4047         (wl-summary-jump-to-msg-by-message-id): Ditto.
4048         (wl-summary-sync-update): Ditto; Removed comment.
4049         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4050         (wl-summary-insert-message): Use wl-summary-insert
4051         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4052         (wl-summary-insert-headers): Changed argument overview to folder.
4053         (wl-summary-search-by-subject): Likewise.
4054         (wl-summary-insert-thread): Renamed from 
4055         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4056
4057         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4058         too.
4059
4060         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4061         wl-string-member.
4062
4063 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4066         elmo-folder-append-buffer.
4067         (wl-draft-queue-append): Likewise.
4068
4069         * wl-mime.el (wl-message-delete-current-part): Ditto.
4070         (wl-summary-burst-subr): Ditto.
4071
4072         * wl-news.el.in (wl-news-send-news): Ditto.
4073
4074 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4077         function.
4078         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4079         (wl-summary-update-mark): Enclose with save-excursion.
4080         (wl-summary-mark-as-read-internal): Fixed last change.
4081         (wl-summary-mark-as-important): Use 3rd argument of
4082         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4083         Don't use elmo-msgdb-set-mark.
4084         (wl-summary-redisplay-internal): If msgdb flag is already read,
4085         just update the mark on buffer.
4086
4087 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4088
4089         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4090         cut visible folder when elmo-folder-delete returns non-nil value.
4091
4092 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4093
4094         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4095         by Kenichi OKADA <okada@opaopa.org>).
4096
4097 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4098
4099         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4100
4101 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4102
4103         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4104         Fixed the last change, search group entity by its real name.
4105         (Thanks to: KOBAYASHI Shinji)
4106
4107 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4108
4109         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4110         (wl-fldmgr-access-display-all): Don't refer visible name.
4111         * wl-expire.el (wl-folder-archive-current-entity)
4112         (wl-folder-expire-current-entity): Ditto.
4113         * wl-folder.el (wl-folder-jump-to-current-entity)
4114         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4115         (wl-folder-open-folder-sub,wl-folder-open-all)
4116         (wl-folder-write-current-folder): Ditto.
4117         (wl-folder-insert-entity): Don't use petname for normal group.
4118         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4119         is the real name.
4120         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4121         Abolished.
4122
4123 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4124
4125         * wl-draft.el (wl-draft-create-buffer): Add
4126         `wl-summary-reply-with-citation'
4127
4128 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4129
4130         * wl-draft.el (wl-draft-reply): Fixed.
4131
4132 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4135         when `wl-draft-send-confirm-with-preview' is non-nil.
4136         You can scroll up/down by j/k.
4137         (wl-draft-send-confirm-with-preview): New variable (default=t).
4138
4139 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4140
4141         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4142         (wl-fldmgr-save-folders): Fix comment.
4143
4144 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4145
4146         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4147         along the last change in `wl-folder-buffer-group-p'.
4148
4149 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4150
4151         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4152         folder.
4153
4154         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4155         the default value.
4156
4157         * wl-mime.el (wl-summary-burst): Update summary only when target
4158         folder equals current folder.
4159
4160 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4163
4164 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4167         value.
4168
4169 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4172         `map-extents' instead of `extent-at' repeatedly.
4173         (wl-highlight-folder-current-line): Ditto.
4174
4175         * wl-highlight.el: Remove useless dummy functions.
4176
4177 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4180         (wl-folder-put-folder-property): New function to put text property.
4181         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4182         (wl-folder-insert-entity, wl-folder-update-diff-line)
4183         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4184         * wl-e21.el, wl-xmas.el, wl-mule.el
4185         (wl-highlight-folder-current-line): Ditto.
4186         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4187         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4188         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4189         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4190
4191 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4192
4193         * Version number is increased to 2.11.3.
4194
4195 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4196
4197         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4198         Resume current-buffer since it is assumed by remaining tasks.
4199
4200 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4203         (wl-folder-completion-function): Abolished.
4204         (wl-folder-complete-folder): New function.
4205         (wl-folder-complete-filter-condition): Ditto.
4206         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4207         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4208
4209 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-draft.el (wl-draft-send-confirm): New function.
4212         (wl-draft-send): Use it.
4213
4214         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4215         cursor-in-echo-area while confirming.
4216
4217         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4218
4219         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4220         searching via nntp if wl-summary-search-via-nntp is 'force.
4221         Otherwise, invoke searching in nntp folder only.
4222         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4223
4224         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4225         explicitly for mime-make-text-tag.
4226
4227 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4228
4229         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4230         `mime-make-text-tag' instead of `mime-create-tag'.
4231
4232 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4235         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4236
4237 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4238
4239         * wl-score.el (wl-score-save): Bind print-length and print-level.
4240         (wl-score-pretty-print): Ditto.
4241         (wl-score-edit-insert-header-entry): Ditto.
4242
4243         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4244         "From" entry to be treated with wl-draft-eword-encode-address-list.
4245         * wl-mime.el (wl-draft-preview-message): Ditto.
4246
4247         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4248         (wl-summary-mark-as-unread): Ditto.
4249         (wl-summary-mark-as-read-region): Change accordingly.
4250         (wl-summary-mark-as-unread-region): Ditto.
4251         (wl-summary-target-mark-mark-as-read): Ditto.
4252         (wl-summary-target-mark-mark-as-unread): Ditto.
4253
4254 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4255
4256         * Version number is increased to 2.11.2.
4257
4258 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4259
4260         * wl-news.el.in (wl-news-previous-version-save): Bind
4261         print-length and print-level.
4262         * wl-thread.el (wl-thread-save-entities): Ditto.
4263         (wl-thread-save-top-list): Bind print-length.
4264
4265 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4266
4267         * wl-highlight.el (wl-highlight-summary-line-string): Use
4268         wl-summary-score-below-mark, wl-summary-score-over-mark.
4269         (wl-highlight-summary-current-line): Ditto.
4270
4271 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4274         insert it.
4275
4276 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4279
4280 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4281
4282         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4283         message without msgid.
4284         Rewrite with elmo-folder-move-messages.
4285         Set wl-message-buffer to nil.
4286
4287         * wl-summary.el (wl-summary-erase-subr): New function. Use
4288         elmo-folder-move-messages.
4289         (wl-summary-erase): Call it.
4290         (wl-summary-target-mark-erase): Ditto.
4291
4292 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4295         it is not up-tp-date.
4296
4297 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4300         buffer after calling `wl-summary-goto-folder-subr' without the
4301         argument `interactive'.
4302         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4303
4304 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4305
4306         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4307         `mime-create-tag'. Use `string=' instead of `looking-at'.
4308
4309 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4310
4311         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4312         to avoid compile warning.
4313
4314         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4315         entity-id when folder is given.
4316         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4317         save-excursion, use save-selected-window instead.
4318         Select folder buffer window if exists.
4319         (To correct behavior with wl-folder-move-cur-folder.)
4320
4321 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4322
4323         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4324
4325 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4326
4327         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4328         list-count instead of %d.
4329
4330 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331
4332         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4333         (wl-news): Set it.
4334         (wl-news-append-to-folder): Use it.
4335
4336         * wl-news.el.in (wl-news-send-news): Append to specified folder
4337         instead of wl-default-folder.
4338         (wl-news-append-to-folder): Show error message with specified folder.
4339
4340         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4341                 In most major modes, Emacs assumes that any opening
4342                 delimiter found at the left margin is the start of a
4343                 top-level definition, or defun. Therefore, *never put an
4344                 opening delimiter at the left margin unless it should have
4345                 that significance.*
4346
4347         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4348
4349 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4350
4351         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4352
4353 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4354
4355         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4356
4357 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4358
4359         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4360         for sequential numbering case.
4361
4362 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4365         value.
4366         (wl-draft-reply-without-argument-list): Ditto.
4367         (wl-draft-reply-myself-with-argument-list): Abolish.
4368         (wl-draft-reply-myself-without-argument-list): Ditto.
4369         * wl-draft.el (wl-draft-self-reply-p): New function.
4370         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4371
4372 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4375         (avoid error for the case without byte-compiling)
4376
4377 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4378
4379         * wl-news.el.in (wl-news-append-to-folder): New function.
4380         (wl-news-exit): Rewrite.
4381         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4382
4383 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-draft.el (wl-draft-reply-position): New function.
4386         (wl-draft-reply-position): Fix.
4387         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4388         (wl-summary-target-mark-reply-with-citation): Ditto.
4389         (wl-summary-reply-with-citation): Ditto.
4390         * wl-vars.el (wl-draft-reply-default-position): New variable.
4391
4392 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4393
4394         * wl-draft.el (wl-draft-send): Preview when interactive send.
4395
4396 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4397
4398         * wl-draft.el (wl-draft-reply): Set default position.
4399         * wl-summary.el (wl-summary-reply): Ditto.
4400         (wl-summary-reply-with-citation): Ditto.
4401         (wl-summary-target-mark-reply-with-citation): Ditto.
4402
4403 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-news.el.in (wl-news-lang): Set default value according to
4406         current-language-environment.
4407         (wl-news-append-news): Do nothing when news-list is nil.
4408
4409 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4412         (wl-news): Change message.
4413         (wl-news-exit): Check buffer.
4414         (wl-news-force-exit): New function.
4415         (wl-news-show-all): New function.
4416         (wl-news-discard-and-exit): Fix.
4417
4418 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4421         according to current-language-environment.
4422
4423         * wl-news.el.in (wl-news): If arg, show all NEWS after
4424         wl-news-default-previous-version.
4425
4426 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4427
4428         * wl-news.el.in (wl-news-check): Rewritten.
4429         (wl-news-previous-version-load): Change data type.
4430         (wl-news-previous-version-save): Change data type.
4431         (wl-news-append-news): Add return value.
4432         (wl-news-check-news): New function.
4433         (wl-news-already-current-p): New function.
4434         (wl-news-send-news): Rewritten.
4435         (wl-news-mode-map): Add new keybind.
4436         (wl-news): Rewritten.
4437         (wl-news-exit): Rewritten.
4438         (wl-news-discard-and-mail): New function.
4439         (wl-news-send-to-address): Abolished.
4440         * wl.el (wl-init): Delete a message.
4441
4442 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4443
4444         * wl-news.el.in (wl-news-exit): Update previous version.
4445         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4446
4447 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4448
4449         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4450
4451 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4452
4453         * wl-news.el.in (wl-news): New function.
4454         (wl-news-mode): New function.
4455         (wl-news-next-line): New function.
4456         (wl-news-next-page): New function.
4457         (wl-news-exit): New function.
4458         (wl-news-buf-name): New variable.
4459         (wl-news-mode-map): New variable.
4460         (wl-news-winconf): New variable.
4461         (wl-news-append-news): Add an option.
4462
4463 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4466
4467 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-news.el.in (wl-news-send-to-address): New variable.
4470         (wl-news-send-news): Use it.
4471         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4472         Return updating status.
4473         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4474
4475 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4476
4477         * wl-news.el.in (wl-news-send-news): Delete
4478         Organization and X-Face.
4479
4480 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4481
4482         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4483         (wl-news-append-news): New function.
4484         (wl-news-send-news): New function.
4485
4486 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4487
4488         * Version number is increased to 2.11.1.
4489
4490 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4491
4492         * wl-news.el.in : New file.
4493
4494 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4495
4496         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4497         default value.
4498         (wl-draft-reply-without-argument-list): Ditto.
4499
4500 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4501
4502         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4503         (wl-message-buffer-prefetch-idle-time): Ditto.
4504         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4505
4506 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4507
4508         * wl-thread.el (wl-thread-insert-message): Use
4509         wl-summary-max-thread-depth.
4510
4511         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4512         loop detection.
4513
4514         * wl-message.el (wl-message-buffer-display): Back to the first page
4515         when cache is hit.
4516
4517 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4518
4519         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4520
4521         * wl-summary.el (wl-summary-insert-thread-entity):
4522         If the thread depth is reached to wl-summary-max-thread-depth,
4523         divide the thread.
4524
4525 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4528         for elmo-remove-passwd.
4529
4530 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4533         folder is sticky.
4534         (wl-folder-mark-as-read-all-entity): Ditto.
4535         (wl-folder-prefetch-entity): Ditto.
4536
4537 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4538
4539         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4540
4541 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4542
4543         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4544         Delete messages on buffer for unplugged operation.
4545         (wl-summary-erase): Ditto.
4546
4547 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4550         take nil so as not to search parent by subject.
4551
4552 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4553
4554         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4555         (wl-folder-get-next-folder): Ditto.
4556         (wl-folder-get-path): Ditto.
4557
4558 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4559
4560         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4561         system and encode the region with it before verifying.
4562
4563 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4564
4565         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4566         system of the echo buffer before decoding.
4567
4568 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4571         original contents.
4572
4573 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4576         with argument 'any-exists.
4577
4578 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4579
4580         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4581         Use `wl-cs-autoconv'.
4582
4583 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4584
4585         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4586         by `mime-view-automatic-conversion'.
4587
4588         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4589         (wl-message-verify-pgp-nonmime): Ditto.
4590         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4591         Bind them to C-c:d and C-c:v respectively.
4592
4593         Merge following code by Teranishi-san from [wl-en:00167].
4594         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4595         (wl-mime-preview-application/pgp-encrypted): Ditto.
4596         (wl-mime-setup): Add entry.
4597
4598 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-summary.el (wl-summary-target-mark-erase): New function.
4601         Bind it to "mD".
4602
4603 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4604
4605         * wl-vars.el (wl-draft-write-file-function): Fix.
4606         (wl-draft-reedit-hook): Changed default value.
4607
4608         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4609         wl-draft-reedit-hook.
4610         (wl-draft-remove-text-plain-tag): New function.
4611         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4612
4613         * wl-vars.el (wl-draft-write-file-function): New user option.
4614
4615         * wl-draft.el (wl-draft-prepare-edit): Use it for
4616         local-write-file-hooks.
4617         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4618
4619         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4620         (wl-draft-insert-mail-header-separator): Return the body beginning
4621         point.
4622         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4623         text/plain.
4624         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4625
4626 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-summary.el (wl-summary-erase): New function to erase message
4629         without moving it to trash. Bind to "D".
4630
4631         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4632         as `keep' unless switch-function.
4633
4634 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4637         message buffer by using `wl-summary-toggle-disp-msg'.
4638         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4639         buffer window.
4640         (wl-summary-supresedes-message): Ditto.
4641
4642         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4643         Do not delete other windows.
4644         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4645         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4646         (wl-draft-create-buffer): Set reply-or-forward also for target
4647         mark commands.
4648
4649 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-draft.el (wl-user-agent-compose): Delete special case for
4652         switch-to-buffer-other-window.
4653
4654         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4655         (wl-summary-forward): Ditto.
4656
4657         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4658         function.
4659         (wl-draft-buffer-style): New use option.
4660
4661         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4662         (wl-draft): Follow the change above.
4663         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4664         wl-draft-buffer-style.
4665         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4666         switch-function.
4667
4668 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4669
4670         * wl-address.el (wl-address-make-completion-entry): Extracted from
4671         `wl-address-make-completion-list'.
4672         (wl-address-enable-strict-loading): New variable.
4673         (wl-address-make-completion-list): Revive petname duplication
4674         inquiry, and enable it if `wl-address-enable-strict-loading'.
4675         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4676
4677 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4678
4679         * wl-message.el (wl-message-get-original-buffer): Avoid
4680         'Selecting deleted buffer' error when original buffer is killed.
4681
4682 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4683
4684         * wl-summary.el (wl-summary-next-message): Use
4685         elmo-message-accessible-p instead of elmo-message-cached-p.
4686
4687 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4690
4691         * wl-thread.el (wl-thread-open-all-unread): Use
4692         elmo-folder-list-flagged instead of
4693         elmo-folder-list-messages-mark-match.
4694
4695         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4696         instead of elmo-folder-list-messages-mark-match.
4697         (wl-summary-move-spec-alist): New variable.
4698         (wl-summary-move-spec-plugged-alist,
4699         wl-summary-move-spec-unplugged-alist): Abolish.
4700         (wl-summary-next-message): Follow the change above.
4701         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4702         with 'no-msg' argument.
4703
4704         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4705         variable.
4706         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4707         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4708         (wl-message-buffer-prefetch-get-next): Follow the change above.
4709
4710 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-version.el (wl-version): Changed codename.
4713
4714         * Version number is increased to 2.11.0.
4715
4716 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4717
4718         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4719         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4720         `wl-draft-config-variables'.
4721         (wl-draft-kill): Fixed problem when the draft is reedit.
4722
4723 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4726         buffer-modified status (Thanks to
4727         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4728
4729 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-util.el (wl-region-exists-p): New function.
4732
4733         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4734         Remove defvars for byte-compile warnings.
4735
4736 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4737
4738         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4739         defvar-maybe. Removed unused bind.
4740
4741 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4744         summary buffer window before creating new frame.
4745         (wl-draft-reply): Ditto.
4746
4747 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4750
4751 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4754
4755 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4756
4757         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4758         instead of `kill-region'.
4759
4760 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4763         (wl-highlight-summary-line-string): Use it.
4764         (wl-highlight-summary-current-line): Ditto.
4765
4766         * wl-mime.el (wl-message-delete-current-part): Check the class of
4767         mime-entity.
4768
4769         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4770
4771         * wl-summary.el (wl-summary-make-number-list): Initialize.
4772         (wl-summary-update-mark): New function.
4773         (wl-summary-reply): Put `answered' mark on the message.
4774         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4775
4776         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4777         (wl-draft-reply): Added optional argument `number';
4778         Set wl-draft-parent-number.
4779         (wl-draft-kill): Delete answered mark if it is a reply.
4780
4781 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4784         that originates in mime-preview-follow-current-entity.
4785         (wl-draft-yank-current-message-entity): Use it if region is active.
4786
4787         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4788         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4789         `wl-message-delete-current-part'.
4790         * wl-mule.el (wl-message-define-keymap): Ditto.
4791         * wl-xmas.el (wl-message-define-keymap): Ditto.
4792
4793 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4794
4795         * wl-mime.el (wl-message-delete-current-part): New function.
4796         (wl-mime-node-id-to-string): Ditto.
4797
4798         * wl-mime.el (wl-message-delete-current-part): Use existing
4799         original buffer which corresponds current mime-view buffer.
4800         (fetched buffer might have different structure, possibly)
4801
4802         * wl-mime.el (wl-message-delete-current-part): Quit if the
4803         message content differs from the actual message.
4804
4805 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4808         order.
4809         (wl-summary-search-by-subject): Search parent message from tail;
4810         Check the existence of the parent message on the current thread tree.
4811         (wl-summary-update-thread): Check whether the line is inserted.
4812
4813 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-vars.el (wl-summary-line-format): Undo last change.
4816         * wl-summary.el (wl-summary-print-destination): Do not put
4817         invisible property when `wl-summary-width' is nil.
4818         (wl-summary-line-subject-minimum-length): Abolished.
4819         (wl-summary-line-subject): Ditto.
4820
4821 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-vars.el (wl-summary-line-format): Change default value.
4824         (wl-summary-subject-length-limit): Abolished.
4825         * wl-summary.el (wl-summary-line-subject): Ditto.
4826
4827 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4828
4829         * wl-template.el (wl-template-select): Added optional argument.
4830         If optional argument is specified, reverse
4831         `wl-template-visible-select'.
4832
4833 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4834
4835         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4836         Take prefix argument to force asking the destination folder.
4837
4838 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4839
4840         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4841         count and update status.
4842
4843 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-summary.el (wl-summary-redisplay-internal): If
4846         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4847         after fetching.
4848
4849 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4850
4851         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4852         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4853
4854         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4855
4856 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4859         (All other related portions are changed).
4860         (wl-summary-mark-as-read-all): Rewrite.
4861
4862 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4863
4864         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4865         `wl-summary-mark-as-read'.
4866         (wl-summary-mark-as-unread): Rewrite.
4867         (wl-summary-mark-as-read): Added no-modeline argument.
4868         (wl-summary-resume-cache-status): Rewrite.
4869         (wl-summary-exec-subr): Remove unused local variable.
4870
4871 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4874         logic to call `wl-summary-buffer-prev-folder-function'.
4875         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4876
4877 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4880         is nil.
4881
4882 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4883
4884         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4885         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4886         (wl-mime-setup): Add its entry.
4887
4888 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4889
4890         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4891         (wl-summary-delete-cache): Likewise.
4892         (wl-summary-mark-as-read): Rewrite.
4893
4894 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4897         `wl-summary-count-unread'.
4898
4899         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4900
4901         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4902
4903 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4904
4905         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4906         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4907         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4908         Renamed to the elmo-msgdb-*-mark.
4909         (wl-summary-score-marks): Follow the change above.
4910         (wl-summary-auto-refile-skip-marks): Ditto.
4911         (wl-summary-incorporate-marks): Ditto.
4912         (wl-summary-expire-reserve-marks): Ditto.
4913
4914         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4915         changes.
4916         (wl-thread-insert-top): Changed updating message.
4917
4918         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4919         variable.
4920         (wl-summary-count-unread): Count answered marks.
4921         (wl-summary-rescan): Call wl-summary-insert-message instead of
4922         wl-summary-append-message-func-internal.
4923         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4924         (wl-summary-prefetch-msg): Follow the variable name changes.
4925         (wl-summary-prefetch-region): Ditto.
4926         (wl-summary-mark-as-read-all): Follow the API changes;
4927         Don't call elmo-folder-replace-marks.
4928         (wl-summary-delete-cache): Follow the variable name changes.
4929         (wl-summary-resume-cache-status): Ditto.
4930         (wl-summary-update-status-marks): New function.
4931         (wl-summary-insert-message): New function.
4932         (wl-summary-sync-marks): Follow the variable name changes.
4933         (wl-summary-sync-update): Synchronize to the msgdb, too;
4934         Changed update messages.
4935         (wl-summary-make-number-list): Rewrite.
4936         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4937         (wl-summary-mark-as-unread): Follow the API changes.
4938         (wl-summary-exec-subr): Follow the variable name changes.
4939         (wl-summary-mark-as-read): Ditto.
4940         (wl-summary-move-spec-plugged-alist): Ditto.
4941         (wl-summary-move-spec-unplugged-alist): Ditto.
4942         (wl-summary-cursor-move-surface): Ditto.
4943
4944         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4945         variable name changes.
4946         (wl-highlight-summary-current-line): Ditto.
4947
4948         * wl-expire.el (wl-expire-refile): Follow the API change in
4949         elmo-folder-move-messages.
4950         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4951         (wl-summary-archive): Use elmo-folder-msgdb instead of
4952         elmo-msgdb-load.
4953
4954 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4955
4956         * wl-mime.el (wl-draft-preview-message): Restore the position
4957         before evaluating wl-draft-send-hook in preview buffer.
4958
4959 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4962         when it creates new draft buffer.
4963
4964         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4965         without argument.
4966
4967         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4968         Evaluate content and if the value is string, insert it.
4969         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4970         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4971         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4972         wl-draft-config-sub-part-bottom): Use it.
4973
4974         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4975         with the folder name. The question was unintelligible when it is
4976         called from wl-save-status.
4977
4978 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4981         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4982         cannot take second argument).
4983
4984 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4985
4986         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4987         as t. Since type and subtype are not case sensitive (RFC 2045).
4988
4989 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-vars.el (wl-message-mode-line-format): New variable.
4992         (wl-message-mode-line-format-spec-alist): Ditto.
4993         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4994         (wl-message-redisplay): Use wl-message-mode-line-format.
4995
4996 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4999
5000 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5001
5002         * wl-summary.el (wl-summary-default-from): Write description.
5003
5004 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-vars.el (wl-ldap-objectclass): Abolish.
5007
5008         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5009         (wl-ldap-make-filter): Removed condition for objectclass.
5010         (wl-ldap-make-matched-value-list): Remove meaningless process.
5011         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5012         (wl-address-ldap-search): Don't add `*' to `pat' string;
5013         use ignore-errors; added `email';
5014         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5015         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5016         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5017
5018
5019 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5020
5021         * wl-draft.el (wl-draft-parent-folder): Write description.
5022         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5023
5024 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5027         as "" (zero-length string) if no parent.
5028         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5029
5030 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * wl-address.el (wl-address-make-completion-list): Skip duplication
5033         checking.
5034         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5035         `append'.
5036
5037 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5038
5039         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5040         instead of `beginning-of-buffer'.
5041
5042 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5045
5046 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5049         Refer wl-message-buffer-name.
5050         (wl-message-wheel-down): Ditto.
5051
5052 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-vars.el (wl-message-buffer-name): New user option.
5055
5056         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5057         directly instead of making alist dinamically.
5058
5059         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5060         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5061         wl-message-buffer-cache-name.
5062         (wl-message-buffer-cache-clean-up): Ditto.
5063
5064         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5065
5066         * Version number is increased to 2.9.15.
5067
5068 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-vars.el (wl-summary-default-view-alist): New user option.
5071
5072         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5073
5074         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5075         while deleting address.
5076         (wl-draft-delete-myself-from-cc): Ditto.
5077
5078         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5079         If optional argument is specified, reverse sort order.
5080
5081         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5082
5083 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * wl-thread.el (wl-thread-insert-message): Return parent number if
5086         exists.
5087         (wl-thread-update-indent-string-region): Use
5088         wl-thread-update-line-on-buffer-sub instead of
5089         wl-thread-update-line-on-buffer.
5090
5091 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5092
5093         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5094         (wl-folder-close-all): Ditto.
5095
5096 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5097
5098         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5099         and mailing-list:.
5100         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5101         value.
5102         (wl-summary-line-list-info): Print mailing-list name even when 
5103         list-number is empty.
5104
5105 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5106
5107         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5108
5109         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5110         (wl-draft-open-file): Ditto.
5111         (wl-draft-random-alphabet): Ditto.
5112
5113         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5114         bindings.
5115
5116 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5119         * wl-vars.el (wl-draft-config-alist): Ditto.
5120
5121 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5122
5123         * Version number is increased to 2.9.14.
5124
5125         * wl.el (wl): Don't set wl-init as nil when error occured while
5126         auto-checking folders.
5127
5128         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5129         `elmo-expand-newtext'.
5130
5131 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5134         `this-command' so that `wl-folder-goto-folder' contained in
5135         `wl-summary-keep-cursor-command' work.
5136
5137 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5138
5139         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5140         message buffer displaying state.
5141
5142 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5143
5144         * wl-vars.el (wl-summary-default-view): New variable to specify
5145         default value for `wl-summary-buffer-view' instead of using
5146         set-default.
5147         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5148
5149 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5152
5153         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5154
5155 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5156
5157         * wl-vars.el (wl-forward-subject-prefix): New variable.
5158         * wl-draft.el (wl-draft-forward): Use it.
5159
5160 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5161
5162         * wl-message.el (wl-message-prev-page): When it is called without
5163         lines argument, scroll down by wl-message-scroll-amount lines.
5164         (wl-message-next-page): Ditto.
5165         * wl-vars.el (wl-message-scroll-amount): Change default value
5166         to preserve current behavior.
5167
5168 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5169
5170         * wl-summary.el (wl-summary-prefetch-msg): Bind
5171         `wl-message-entity' to call `wl-summary-from-function'.
5172
5173 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5174
5175         * wl-message.el (wl-message-buffer-create): Run
5176         wl-message-buffer-created-hook.
5177
5178 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-summary.el (wl-summary-sort-specs): New variable.
5181         (wl-summary-default-sort-spec): Ditto.
5182         (wl-summary-sort): Rewrite.
5183         (wl-summary-sort-by-list-info): New function.
5184
5185 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5186
5187         * wl-summary.el (wl-summary-get-list-info): New function.
5188         (wl-summary-sort): Rewrite.
5189         (wl-summary-line-list-info): Ditto.
5190         (wl-summary-line-list-count): Ditto.
5191         (wl-summary-refile-region): Fixed docstring.
5192
5193 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5196         `wl-folder-entity-hashtb' as completion table.
5197
5198 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5201         only when this command is called interactively; silence the byte-
5202         compiler.
5203
5204 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5205
5206         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5207         active in XEmacs.
5208
5209 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5210
5211         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5212         plural lines.
5213
5214 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5215
5216         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5217         of current line when the cursor is on the header name.
5218         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5219
5220 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5221
5222         * wl-util.el (wl-read-directory-name): Return displayed directory
5223         as the default value also on XEmacs.
5224
5225 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5228         formatting.
5229
5230 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5233         argument and when it is non-nil, check face property before
5234         highlighting for each line.
5235         (wl-highlight-summary-window): Set it.
5236
5237 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5240         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5241
5242         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5243         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5244         (wl-draft-get-fcc-list): Likewise.
5245
5246 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5249         (wl-thread-entity-cur): Ditto.
5250         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5251         wl-thread-indent-regexp setting.
5252         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5253
5254         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5255         wl-summary-lazy-highlight.
5256         (wl-summary-display-bottom): Ditto.
5257
5258         * wl-thread.el (wl-thread-open-close): Likewise.
5259
5260         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5261         from and subject;
5262         Bind wl-draft-use-frame;
5263         Enclose with save-window-excursion;
5264         Use wl-draft-create-buffer instead of with-temp-buffer;
5265         Use wl-draft-prepare-edit;
5266         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5267         Use wl-draft-send instead of wl-draft-raw-send.
5268
5269 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5272         of using wl-from.
5273
5274 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5277         insert-buffer instead of clone-buffer.
5278         (wl-draft-doing-mime-bcc): New variable.
5279         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5280         infinite loop.
5281         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5282
5283         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5284         (wl-draft-mime-bcc-body): Ditto.
5285
5286         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5287         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5288         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5289         wl-draft-do-mime-bcc.
5290         (wl-draft-mime-bcc-field): New function.
5291         (wl-draft-do-mime-bcc): Ditto.
5292
5293         * wl-address.el (wl-address-complete-header-list): New variable.
5294         (wl-address-complete-header-regexp): Changed default value.
5295
5296         * Version number is increased to 2.9.13.
5297
5298 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5301         it is differed.
5302
5303 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5304
5305         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5306         (wl-summary-line-list-count): Ditto.
5307
5308 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5309
5310         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5311         (wl-nntp-posting-function): New variable.
5312         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5313         `wl-nntp-posting-config-alist'.
5314
5315 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5318         FLIM.
5319
5320 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5321
5322         * wl-summary.el (wl-summary-target-mark-refile-sub):
5323         Remove a nuisance funcall.
5324
5325 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5328         as t for `try-completion'.
5329
5330 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-summary.el (wl-summary-default-from): Use
5333         wl-address-header-extract-address instead of
5334         std11-extract-address-components.
5335         (wl-summary-simple-from): Ditto.
5336         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5337         (wl-summary-insert-headers): Show message.
5338         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5339         for whole line.
5340         (wl-summary-default-from): Revert last change.
5341         (wl-summary-simple-from): Ditto.
5342         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5343         (wl-summary-mark-as-read-region): Follow the change above.
5344         (wl-summary-sync-marks): Ditto.
5345         (wl-summary-target-mark-mark-as-read): Ditto.
5346         (wl-summary-redisplay-internal): Ditto.
5347         (wl-summary-redisplay-no-mime-internal): Ditto.
5348         (wl-summary-redisplay-all-header): Ditto.
5349         (wl-summary-mark-as-read): Removed argument `cached';
5350         Use current cache status to set cache mark.
5351         (wl-summary-redisplay-internal): Follow the change above.
5352         (wl-summary-redisplay-no-mime-internal): Ditto.
5353         (wl-summary-redisplay-all-header): Ditto.
5354
5355         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5356
5357         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5358         Don't call itself recursively (Adviced by Yamaoka-san).
5359
5360 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5363         bind wl-summary-highlight as nil to avoid error caused by missing
5364         local variables.
5365
5366 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-vars.el (wl-invalid-character-message): New user option.
5369
5370         * wl-util.el (wl-set-string-width): If truncated string-width is
5371         larger than specified width, use `wl-invalid-character-message'.
5372
5373 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5374
5375         * wl-summary.el (wl-summary-prefetch-msg): 
5376         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5377
5378 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-vars.el (wl-summary-check-line-format): New user option.
5381         (wl-summary-line-format-file): Ditto.
5382
5383         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5384         variable.
5385         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5386         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5387         and `wl-summary-view-old-p' to check whether do a rescan or not.
5388         (wl-summary-view-old-p): New function.
5389         (wl-summary-line-format-changed-p): Ditto.
5390         (wl-summary-line-format-save): Ditto.
5391         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5392
5393         * wl-util.el (wl-set-string-width): Avoid using negative number
5394         for make-string.
5395
5396 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5397
5398         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5399         return value.
5400
5401         * wl-util.el (wl-set-string-width): Added optional argument
5402         `padding' (All other related portions are changed).
5403         (wl-line-parse-format): If the first letter of column number is
5404         `0', zero-padding the result (ex: "%05l").
5405
5406         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5407
5408 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5411         sequential summary view.
5412
5413 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5416         if it doesn't have a -unix version.
5417
5418 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5421
5422 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5425         content.
5426         (wl-draft): Follow the change above.
5427
5428         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5429
5430         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5431         and wl-folder-summary-line-format-alist contain %T and %P.
5432
5433         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5434         (wl-summary-mode-line-format): New user option.
5435         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5436         (wl-summary-line-format): Changed default value.
5437         (wl-summary-lazy-highlight): Changed default value.
5438
5439         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5440         change in wl-summary-create-line.
5441         (wl-thread-insert-entity-sub): Ditto.
5442
5443         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5444         (wl-summary-buffer-unread-status): Ditto.
5445         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5446         (wl-summary-buffer-persistent-mark-column): Ditto.
5447         (wl-summary-buffer-mode-line-formatter): Ditto.
5448         (wl-summary-buffer-mode-line): Ditto.
5449         (wl-summary-message-regexp): Abolished.
5450         (All other related portions are changed.)
5451         (wl-summary-detect-mark-position): New function.
5452         (wl-summary-buffer-set-folder): Setup
5453         wl-summary-buffer-mode-line-formatter.
5454         (wl-summary-mode): Setup selective-display;
5455         Setup pre-idle-hook when xemacs.
5456         (wl-summary-update-modeline): Rewrite.
5457         (wl-summary-jump-to-msg): Define as function;
5458         Changed regexp for searching messages.
5459         (wl-summary-message-number): Rewrite.
5460         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5461         Do rescan when old type summary cache.
5462         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5463         (wl-summary-remove-destination): Use '\r' to detect EOL.
5464         (wl-summary-print-destination): Ditto.
5465         (wl-summary-temp-mark): New inline function.
5466         (wl-summary-persistent-mark): Ditto.
5467         (wl-summary-line-number): New function.
5468         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5469         (wl-summary-line-list-count): New function.
5470         (wl-summary-create-line): Added argument persistent-mark.
5471         (All other related portions are changed)
5472         (wl-summary-create-line): Insert '\r'.
5473         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5474         (wl-summary-cursor-move-surface): New inline function.
5475         (wl-summary-prev): Use it.
5476         (wl-summary-next): Ditto.
5477
5478         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5479         wl-summary-message-regexp.
5480         (wl-highlight-summary): Delete progress message.
5481         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5482
5483         * Version number is increased to 2.9.12.
5484
5485 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486
5487         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5488         variable (nil: no minimum).
5489         (wl-summary-line-subject): Add some spaces after subject by
5490         wl-summary-line-subject-minimum-length.
5491
5492 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5493
5494         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5495         and removed `F'.
5496         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5497         change above).
5498
5499 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-summary.el (wl-summary-line-list-count): Reverted.
5502         (example setting in samples/*/dot.wl is also updated)
5503
5504 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5507
5508         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5509
5510         * wl-vars.el (wl-summary-line-format): Addes some description to the
5511         docstring.
5512
5513         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5514         (wl-summary-line-close-bracket): Ditto.
5515         (wl-summary-line-children-number): Ditto.
5516         (wl-summary-line-thread-indent): Ditto.
5517         (wl-summary-line-children-and-from): Ditto.
5518
5519         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5520         't', 'c', 'F' and added 'C'.
5521
5522         * wl-util.el (wl-set-string-width): Accept negative value.
5523         (wl-line-parse-format): Added "%number(" and "%)".
5524
5525 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5526
5527         * wl-summary.el (wl-summary-line-list-count): Change format of the
5528         return value.
5529
5530 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5531
5532         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5533         from the recent message.el.
5534         (wl-draft-point-in-header-p): Ditto.
5535         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5536         wl-draft-beginning-of-line.
5537         * wl-e21.el (wl-draft-mode-map): Ditto.
5538         * wl-xmas.el (wl-draft-mode-map): Ditto.
5539
5540         * wl-folder.el: Sort macrodefs by dependencies.
5541
5542 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5543
5544         * wl-summary.el (wl-summary-prev): Fixed regexp.
5545         (wl-summary-next): Ditto.
5546
5547 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5550
5551 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5552
5553         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5554         for backward compatibility.
5555
5556 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5557
5558         * wl-summary.el (wl-summary-line-list-count): New function, merged
5559         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5560         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5561         list counts.
5562
5563 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5564
5565         * wl-summary.el (wl-summary-create-line): Ignore errors while
5566         timezone-fix-time.
5567
5568         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5569
5570         * wl-summary.el (wl-summary-sync-update): Ditto.
5571         (wl-summary-default-from): Use wl-message-entity
5572         instead of entity.
5573
5574         * wl-summary.el (wl-summary-create-line): Fix.
5575
5576         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5577         (wl-summary-line-format): New user option.
5578         (wl-folder-summary-line-format-alist): Ditto.
5579         (wl-summary-from-width): Abolished.
5580
5581         * wl-util.el (toplevel): Require 'bytecomp.
5582         (wl-line-parse-format): New function.
5583         (wl-line-formatter-setup): New macro.
5584
5585         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5586         (wl-summary-buffer-line-formatter): New buffer local variable.
5587         (wl-summary-switch-to-clone-buffer): Follow the change above.
5588         (wl-summary-message-regexp): Fix.
5589         (wl-summary-from-func-internal): Abolished.
5590         (wl-summary-subject-func-internal): Ditto.
5591         (wl-summary-subject-filter-func-internal): Ditto.
5592         (All other related portions are changed.)
5593         (wl-summary-buffer-set-folder):
5594         Set up wl-summary-buffer-number-column and 
5595         wl-summary-buffer-line-formatter
5596         (All other related portions are changed.)
5597         (wl-summary-buffer-number-column-detect): Abolished.
5598         (All other related portions are changed.)
5599         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5600         (wl-summary-delete-all-temp-marks-on-buffer): Use
5601         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5602         (wl-summary-target-mark-delete): Ditto.
5603         (wl-summary-target-mark-refile-subr): Ditto.
5604         (wl-summary-target-mark-mark-as-read): Ditto.
5605         (wl-summary-target-mark-mark-as-unread): Ditto.
5606         (wl-summary-target-mark-mark-as-important): Ditto.
5607         (wl-summary-target-mark-save): Ditto.
5608         (wl-summary-replace-status-marks): Renamed from
5609         wl-summary-set-status-marks-on-buffer;
5610         Use wl-summary-message-regexp instead of
5611         wl-summary-buffer-number-regexp.
5612         (wl-summary-sync-update): Follow the change above.
5613         (wl-summary-goto-previous-message-beginning): New function.
5614         (wl-summary-mark-as-unread): Use it.
5615         (wl-summary-mark-as-important): Ditto.
5616         (wl-summary-line-formatter): New variable.
5617         (wl-summary-line-year): New function.
5618         (wl-summary-line-day): Ditto.
5619         (wl-summary-line-day-of-week): Ditto.
5620         (wl-summary-line-hour): Ditto.
5621         (wl-summary-line-minute): Ditto.
5622         (wl-summary-line-open-bracket): Ditto.
5623         (wl-summary-line-close-bracket): Ditto.
5624         (wl-summary-line-children-number): Ditto.
5625         (wl-summary-line-thread-indent): Ditto.
5626         (wl-summary-line-size): Ditto.
5627         (wl-summary-line-subject): Ditto.
5628         (wl-summary-line-from): Ditto.
5629         (wl-summary-line-children-and-from): Ditto.
5630         (wl-summary-create-line): Rewritten.
5631         (wl-summary-format-date): Abolished.
5632
5633         * wl-highlight.el (wl-highlight-summary-current-line): Use
5634         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5635         Use thread structure to detect thread top message.
5636
5637         * wl-draft.el (wl-default-draft-cite): Don't use
5638         wl-summary-from-func-internal.
5639
5640         * wl-refile.el (wl-refile-subject-learn): Don't use
5641         wl-summary-subject-filter-func-internal.
5642         (wl-refile-guess-by-subject): Ditto.
5643
5644         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5645         parameters.
5646
5647         * wl-thread.el (wl-thread-update-indent-string-region):
5648         Use wl-thread-update-line-on-buffer instead of
5649         wl-thread-update-indent-string.
5650         (wl-thread-update-children-number): Redefine using
5651         wl-thread-update-line-on-buffer.
5652         (wl-thread-update-indent-string): Abolished.
5653
5654         * Version number is increased to 2.9.11.
5655
5656 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5659         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5660         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5661
5662         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5663         as nil.
5664
5665         * wl-thread.el (wl-thread-open-all-unread): Use 
5666         elmo-folder-list-messages-mark-match.
5667         (wl-thread-insert-message): Removed argument `mark-alist'.
5668         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5669         elmo-msgdb-set-mark.
5670         (wl-thread-get-children-msgs-uncached): Likewise.
5671         (wl-thread-get-exist-children): Added argument include-self.
5672         (wl-thread-delete-message): Follow the change above.
5673
5674         * wl-summary.el (wl-summary-count-unread): Removed argument.
5675         (wl-summary-rescan): Follow the change above.
5676         (wl-summary-mark-as-read-region): Ditto
5677         (wl-summary-mark-as-unread-region): Ditto.
5678         (wl-summary-delete-messages-on-buffer): Ditto.
5679         (wl-summary-sync-update): Ditto.
5680         (wl-summary-switch-to-clone-buffer): Ditto.
5681         (wl-summary-goto-folder-subr): Ditto.
5682         (wl-summary-target-mark-mark-as-read): Ditto.
5683         (wl-summary-target-mark-mark-as-unread): Ditto.
5684         (wl-summary-target-mark-mark-as-important): Ditto.
5685         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5686         (wl-summary-update-thread): Removed argument `mark-alist'.
5687         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5688         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5689         (wl-summary-resume-cache-status): Likewise.
5690         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5691         elmo-msgdb-set-mark.
5692         (wl-summary-mark-as-read-all): Likewise.
5693         (wl-summary-delete-cache): Ditto.
5694         (wl-summary-auto-select-msg-p): Ditto.
5695         (wl-summary-mark-as-unread): Ditto.
5696         (wl-summary-no-auto-refile-message-p): Ditto.
5697         (wl-summary-mark-as-read): Ditto.
5698         (wl-summary-mark-as-important): Ditto.
5699         (wl-summary-auto-refile): Follow the change above.
5700         (wl-summary-delete-all-marks): Removed.
5701         (wl-summary-resume-marks-and-highlight): Ditto.
5702         (wl-summary-resume-marks): Ditto.
5703         (wl-summary-delete-important-msgs-from-list): Ditto.
5704         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5705
5706         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5707         wl-summary-count-unread.
5708
5709         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5710         (wl-summary-score-update-all-lines): Use
5711         elmo-msgdb-set-mark.
5712
5713 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5716         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5717         (wl-summary-create-line): Renamed from
5718         wl-summary-overview-create-summary-line;
5719         Argument rearrangement.
5720         (wl-summary-update-thread): Follow the change above.
5721
5722         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5723         (wl-thread-insert-entity-sub): Likewise.
5724
5725         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5726         argument `overview', `mark-alist' and added `msgdb'.
5727
5728         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5729
5730         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5731         (wl-summary-rescan): Follow the change above.
5732         (wl-summary-sync-update): Ditto.
5733         (wl-summary-insert-thread-entity): Ditto;
5734         Don't use `let*' in every while loop;
5735         Detect infinite loop of threads.
5736         (wl-summary-update-thread): Removed argument `overview'.
5737
5738         * wl-thread.el (wl-thread-insert-message): Ditto.
5739
5740         * Version number is increased to 2.9.10.
5741
5742         * wl-message.el (wl-message-redisplay): Ignore errors while
5743         wl-message-redisplay-hook.
5744
5745 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5748
5749 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl.el (wl): inhibit-quit while wl-folder.
5752
5753 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5756         while msgdb access.
5757
5758 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5759
5760         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5761         even if no folder is not created.
5762
5763 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5766
5767         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5768         implementation.
5769         (wl-summary-target-mark-thread): Ditto.
5770
5771         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5772
5773 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5774
5775         * wl-util.el (wl-display-bytes): Remove unused function.
5776
5777 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5778
5779         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5780         seems critical one (partially reverse the change in 2002/03/17).
5781
5782 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5785         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5786
5787 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5788
5789         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5790         is not writable.
5791         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5792         plugged status instead of `'force' as 2nd argument.
5793
5794         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5795         is not creatable.
5796
5797         * Version number is increased to 2.9.9.
5798
5799 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5800
5801         * wl-summary.el (wl-summary-suspend): New function.
5802
5803 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5804
5805         * wl.el (wl): Do not check variables if check is nil.
5806         * wl-utils.el (wl-collect-draft): New function.
5807         * wl-folder.el (wl-folder-suspend): Put summary buffers
5808         and draft buffers at the end of buffer list.
5809         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5810
5811 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5812
5813         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5814         loop instead of recursive call.
5815
5816         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5817         2nd argument.
5818
5819 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl-draft.el (wl-draft-create-contents): Don't take neither
5822         (function . args) nor (string . something) any more.
5823
5824         * wl-version.el (wl-generate-user-agent-string): Return string
5825         without header symbol.
5826         * wl-draft.el (wl-draft-default-headers): Use it.
5827
5828         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5829         `wl-draft-insert-ccs' and return field value instead of inserting
5830         the header. Abolish cc argument.
5831         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5832
5833         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5834         rather than one with string car.
5835
5836         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5837         * wl-draft.el (wl-draft-create-contents): Add it after the default
5838         headers.
5839
5840         * wl-draft.el (wl-draft-create-contents): For the case of
5841         (symbol-or-string . function) insert header only when the function
5842         returns string value.
5843
5844 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5847         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5848
5849 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5850
5851         * wl.el (wl-check-environment): Don't check Message-ID when
5852         `wl-insert-message-id' is nil.
5853         Revive checking if `wl-message-id-domain' contains "@".
5854
5855 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl.el (wl-check-environment): Merge examination for "@" at
5858         inappropriate position into the first string-match.
5859
5860         * wl-summary.el (wl-summary-target-mark-print): New function.
5861         (wl-summary-pipe-message-subr): Extracted from
5862         `wl-summary-pipe-message'.
5863         (wl-summary-target-mark-pipe): New function.
5864         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5865         `wl-summary-target-mark-pipe'.
5866
5867 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5868
5869         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5870
5871 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5872
5873         * wl.el (wl-check-environment): Use elmo-warning instead of
5874         error for non-critical ones.
5875         Remove trash folder check.
5876         (wl): Don't ignore error in wl-check-environment.
5877
5878         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5879         check, which is moved from `wl-check-environment'.
5880         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5881
5882 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5883
5884         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5885         guess anything, call wl-summary-write.
5886         (wl-summary-write): Create draft with blank To field.
5887         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5888
5889 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5890
5891         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5892         argument full as well for wl-folder-write-current-folder.
5893         If wl-*-write-current-folder cannot guess addressee, add blank
5894         To header.
5895         Rewrite condition for positioning cursor.
5896
5897 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5898
5899         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5900         summary buffer is present, use it.
5901         (wl-folder-jump-to-previous-summary): Ditto.
5902
5903 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5904
5905         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5906
5907         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5908         wl-summary-previous-buffer and wl-summary-next-buffer.
5909
5910         * wl-folder.el (wl-folder-mode-map): Bind
5911         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5912         (wl-folder-jump-to-next-summary): New function.
5913         (wl-folder-jump-to-previous-summary): Ditto.
5914
5915         * wl-draft.el (wl-draft): Rearranged.
5916
5917 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5918
5919         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5920         of header.
5921         (wl-draft): Collect arguments for the header as header-alist.
5922         (wl-draft-forward): Arrange arguments for wl-draft.
5923         (wl-draft-reply): Ditto.
5924         (wl-draft-edit-string): Ditto.
5925         * wl-summary.el (wl-summary-write): Ditto.
5926         (wl-summary-write-current-folder): Ditto.
5927
5928         * Version number is increased to 2.9.8.
5929
5930 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5931
5932         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5933
5934         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5935
5936         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5937         even if the guess failed.
5938
5939         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5940         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5941         wl-summary-write-current-folder.
5942         * wl-xmas.el: Ditto.
5943
5944 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-summary.el (wl-summary-next-page): Force display message if
5947         message is not displayed yet.
5948         (wl-summary-prev-page): Ditto.
5949
5950 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5951
5952         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5953
5954 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5955
5956         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5957         add "Preview Message" and "Save Draft and Exit".
5958
5959 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5960
5961         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5962         if addrmgr is called from draft in splitted window.
5963
5964         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5965         * wl-mule.el: Ditto.
5966         * wl-xmas.el: Ditto.
5967
5968 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5969
5970         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5971
5972         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5973         * wl-xmas.el (wl-folder-toolbar): Ditto.
5974
5975 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5976
5977         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5978         and wl-draft-save-and-exit.
5979         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5980         * wl-xmas.el: Ditto.
5981         * wl-mule.el: Ditto.
5982
5983         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5984         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5985
5986 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5989         lists for saving buffer.
5990
5991 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5992
5993         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5994         parent-folder argument instead of it.
5995         (wl-draft-create-buffer): Ditto.
5996         (wl-draft-forward): Ditto.
5997         (wl-draft-reply): Ditto.
5998         * wl-summary.el (wl-summary-write): Ditto.
5999         (wl-summary-write-current-folder): Ditto.
6000
6001         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6002         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6003         Folder buffer after composing.
6004
6005 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6008         header if the file `wl-x-face-file' already contains it.
6009
6010 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6011
6012         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6013         folder" entry.
6014         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6015         * wl-e21.el (wl-folder-toolbar): Ditto.
6016         * wl-xmas.el (wl-folder-toolbar): Ditto.
6017
6018 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6019
6020         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6021         wl-folder-goto-folder with sticky argument.
6022         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6023
6024 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6027         and wl-summary-previous-buffer.
6028         (wl-summary-next-buffer): New function.
6029         (wl-summary-previous-buffer): Ditto.
6030
6031 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6034         wl-folder-jump-to-current-entity-with-arg.
6035         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6036         `wl-folder-jump-to-current-entity'.
6037         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6038         `wl-summary-goto-folder-sticky'.
6039         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6040         `wl-summary-goto-folder'.
6041         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6042         Unless force-exit, do not clean temp. marks for sticky summary.
6043         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6044
6045 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6048         not entire.
6049
6050 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6053         to `C-x C-s'.
6054         (wl-summary-save-status): New command.
6055         (wl-summary-exit): Don't clean-up temp marks when sticky.
6056         (Applied patch from Nakayama-san [wl: 09548])
6057         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6058         Do nothing when no mark data.
6059         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6060         Call `wl-summary-delete-all-temp-marks' before saving.
6061
6062 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6063
6064         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6065
6066 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6067
6068         * wl.el (wl-check-environment): Also cause error when (system-name)
6069         returns "localhost.localdomain". (Although it doesn't affect because
6070         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6071
6072 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6073
6074         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6075         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6076
6077         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6078         value.
6079
6080 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6081
6082         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6083         Likewise r-cc-list and r-ng-list.
6084
6085 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6086
6087         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6088         only if it is bound as variable.
6089
6090         * wl-mime.el (wl-draft-preview-message): Ditto.
6091
6092 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6095         needless `goto-char'.
6096
6097         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6098         `wl-summary-redisplay-no-mime-internal' instead of
6099         `wl-summary-redisplay-no-mime'.
6100         (wl-summary-redisplay-no-mime): Changed argument;
6101         Call `wl-summary-redisplay-no-mime-internal'.
6102
6103         * wl-mime.el (wl-draft-preview-message): Bind
6104         `mime-header-encode-method-alist' locally.
6105
6106         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6107         (wl-draft-std11-parse-addresses): Added the first address check.
6108         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6109
6110         * Version number is increased to 2.9.7.
6111
6112 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6113
6114         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6115
6116 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6117
6118         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6119         related to scrollbar support, if there is no such a feature
6120         compiled in.
6121
6122 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6123
6124         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6125         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6126         for prefetch.
6127
6128 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6129
6130         * wl-summary.el (wl-summary-pick): Fix for no match.
6131
6132 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-draft.el (wl-draft-save):
6135         Override `mime-header-encode-method-alist'.
6136
6137 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6138
6139         * wl-folder.el (wl-folder-pick): New function.
6140         Define key as "?".
6141
6142 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6143
6144         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6145         Fix for unplugged.
6146
6147 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * wl-folder.el (wl-folder-virtual): New function.
6150         Define key as "V".
6151
6152 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6153
6154         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6155         multi folder if entity is group.
6156
6157 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6160         is nil.
6161
6162 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6165         (wl-summary-target-mark-msgs): Return the number of marked messages.
6166
6167 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6168
6169         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6170         "first:" is specified.
6171
6172 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl-vars.el (wl-from): Use return value of function
6175         user-full-name instead of the variable user-full-name since
6176         XEmacs-20.4 doesn't set this variable.
6177
6178 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6181         call `wl' directly.
6182
6183 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6184
6185         * wl-draft.el (wl-draft-reedit): Removed duplicated
6186         switch-to-buffers.
6187
6188 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * wl.el (wl-other-frame): Removed garbages.
6191
6192 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6195
6196         * wl-xmas.el (wl-draft-key-setup): Ditto.
6197
6198         * wl-mule.el (wl-draft-key-setup): Ditto.
6199
6200         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6201         (wl-draft-reedit): Ditto.
6202         (wl-draft-prepare-edit): Add `wl-draft-save' to
6203         `local-write-file-hooks'.
6204         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6205         (wl-draft-reedit): Set buffer-file-name.
6206         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6207
6208
6209         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6210         call it.
6211         (wl-delete-startup-frame-function): New variable.
6212         (wl-other-frame): New function
6213         (Original was written by Yamaoka san [wl: 09239]).
6214
6215         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6216         if `wl-folder-use-frame'.
6217
6218 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6221
6222 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6223
6224         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6225         New variable.
6226         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6227         (wl-message-buffer-prefetch-get-next): Use them.
6228         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6229
6230 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6231
6232         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6233         with unwind-protect.
6234
6235         * wl-draft.el (wl-draft-reedit): Rewrite.
6236         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6237         (wl-draft-save): Insert header separator if it does not exist;
6238         Removed condition-case.
6239
6240         * wl-summary.el (wl-summary-reedit): Revert last change.
6241
6242         * wl-draft.el (wl-draft-save): Rewrite.
6243         (wl-draft-create-buffer): Set buffer-file-name as nil.
6244
6245         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6246
6247         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6248
6249         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6250         nil.
6251
6252 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6255         If count is nil, do not prefetch.
6256         (wl-message-buffer-prefetch-next): Next.
6257
6258 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6261
6262 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6265         `delete-backward-char'
6266         (wl-draft-prepare-edit): Check major-mode.
6267         (wl-draft-decode-header): Rewrite.
6268         (wl-draft): Fix.
6269
6270 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6273
6274 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6277         (wl-message-buffer-prefetch-get-next): Remove size checking.
6278         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6279
6280 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6281
6282         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6283         (wl-draft-default-headers): Fix.
6284
6285 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6286
6287         * wl-draft.el (wl-draft-default-headers): Insert return value of
6288         `wl-generate-mailer-string-function'.
6289
6290 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6293         (wl-draft-insert-mail-header-separator): Ditto.
6294
6295         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6296         again (Reverted the change on 2002-01-17 by OKADA san).
6297
6298 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6299
6300         * wl-draft.el (wl-draft): Rewrite.
6301         (wl-draft-create-buffer): New function.
6302         (wl-draft-create-contents): Ditto.
6303         (wl-draft-prepare-edit): Ditto.
6304         (wl-draft-decode-header): Ditto.
6305         (wl-draft-decode-body): Ditto.
6306         (wl-draft-check-new-line): Ditto.
6307         (wl-draft-default-headers): Ditto.
6308         (wl-draft-insert-mail-header-separator): Ditto.
6309
6310 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * Version number is increased to 2.9.6.
6313
6314 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-draft.el (wl-draft-delete-field): Optional argument.
6317         (wl-draft-delete-fields): Ditto.
6318
6319 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6320
6321         * wl-message.el (toplevel): Eliminated byte-compile warning.
6322         for `itimer-function', `delete-timer' and `itimer-list'.
6323
6324 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6327         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6328         `wl-message-buffer-prefetch-threshold'.
6329         * wl-summary.el (wl-summary-redisplay-internal): Remove
6330         the check of `wl-message-buffer-prefetch-depth'.
6331
6332 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6333
6334         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6335         size of article.
6336         (wl-message-buffer-prefetch-subr): Remove size check.
6337
6338 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6339
6340         * wl-vars.el (wl-plugged): Make customizable.
6341
6342 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6343
6344         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6345         (wl-message-buffer-prefetch-set-timer): New function.
6346         (wl-message-buffer-prefetch-get-next): New function.
6347         (wl-message-buffer-prefetch): New function.
6348         (wl-message-buffer-prefetch-next): Rewrite.
6349         (wl-message-buffer-prefetch-subr): Rewrite.
6350         * wl-vars.el (wl-auto-prefetch-first): New variable.
6351         * wl-summary.el (wl-summary-goto-folder-subr): Call
6352         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6353
6354 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6357         `wl-summary-unread-message-hook'.
6358
6359 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6362         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6363         if range is `cache-status'.
6364
6365 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6366
6367         * wl-message.el (wl-message-buffer-prefetch-subr):
6368         Improve debug message.
6369
6370 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6371
6372         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6373         `wl-mail-send-pre-hook'.
6374         (wl-draft-send-mail-with-qmail): Ditto.
6375         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6376
6377 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6378
6379         * wl-message.el (wl-message-buffer-prefetch-subr):
6380         Fix for cancel-function-timers bug.
6381         (wl-message-buffer-prefetch-debug): Default value is t.
6382
6383 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6386         (wl-message-buffer-prefetch-subr): Rewrite.
6387         Rename from `wl-message-buffer-prefetch'.
6388
6389 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6390
6391         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6392         (wl-default-draft-cite-decorate-author): Ditto.
6393
6394         * wl-draft.el (wl-draft-cite-function): Removed.
6395         (wl-default-draft-cite-decorate-author): Ditto.
6396
6397 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6398
6399         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6400         (wl-default-draft-cite): Do not arrange author name if the value of
6401         `wl-default-draft-cite-decorate-author' is nil.
6402
6403 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6406
6407         * wl-folder.el (wl-folder-check-one-entity): Don't care
6408         `elmo-folder-use-flag-p'.
6409
6410 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-folder (wl-folder-check-one-entity): Fix
6413         problem if unread is nil.
6414
6415 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-address.el (wl-address-make-completion-list): Check whether
6418         the address is a group list.
6419         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6420
6421 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6422
6423         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6424         The number of the messages of new and unread does not count
6425         correctly.
6426
6427         * wl-summary.el (wl-summary-count-unread): Changed to return
6428         `(new . unread)' instead of total.
6429         (wl-summary-sync-update): Follow the change above.
6430
6431         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6432
6433 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6434
6435         * wl-address.el (wl-address-make-completion-list): Do not enclose
6436         address by " <" and ">" if associated realname is "".
6437         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6438         This is against the promblem with group list in .addresses pointed
6439         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6440
6441 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6442
6443         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6444         message is a format control string.
6445         * wl-expire.el (wl-expire-append-log): Ditto.
6446         * wl-mime.el (wl-summary-burst-subr): Ditto.
6447         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6448         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6449
6450 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6453         wl.el (wl-check-variables): Rename from `wl-check-type'.
6454         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6455         (wl-check-variables-2): New function.
6456         (wl): Call `wl-check-variables-2'.
6457
6458 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6459
6460         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6461         after renaming folder in access group.
6462
6463 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6466         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6467         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6468         (wl-message-buffer-prefetch): Rewrite.
6469         (wl-message-buffer-prefetch-idle-time): Removed.
6470         * wl-summary.el (wl-summary-redisplay-internal):
6471         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6472         Error check for `wl-message-buffer-prefetch-depht'.
6473
6474 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * Version number is increased to 2.9.5.
6477         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6478
6479 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6482         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6483         Based on the patch written by
6484         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6485
6486 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-draft.el (wl-draft-raw-send): Fix for
6489         `wl-news-send-pre-hook'
6490
6491 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-utils.el (wl-message-id-function): New variable.
6494         * wl-draft.el (wl-draft-insert-required-fields):
6495         Use `wl-message-id-function'.
6496
6497 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6498
6499         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6500         * wl-utils.el (wl-draft-make-message-id-string):
6501         Use `wl-from' for domain part of Message-ID
6502         if `wl-message-id-use-wl-from' if non-nil.
6503         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6504
6505 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6506
6507         * wl.el (wl): Call `wl-check-type'
6508         Do not 'condition-case'.
6509
6510 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl.el (wl-check-type): New function.
6513         (wl-check-type-variables): New variable.
6514
6515 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6518
6519 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-draft.el (wl-smtp-password-key): New function.
6522         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6523         (wl-draft-send-mail-with-smtp): Ditto.
6524         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6525
6526 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6527
6528         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6529         * wl-utils.el (wl-unique-id-suffix): Remove.
6530
6531 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6532
6533         * Version number is increased to 2.9.4.
6534
6535 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6536
6537         * wl-utils.el (wl-unique-id-suffix): New variable.
6538         (wl-unique-id): Use `wl-unique-id-suffix'
6539
6540 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6541
6542         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6543         instead of `elmo-msgdb-search'.
6544
6545         * Version number is increased to 2.9.3.
6546
6547 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6548
6549         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6550
6551 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6554         (wl-draft-dispatch-message): Changed for send-later.
6555         (wl-draft-queue-flush): Ditto.
6556         (wl-draft): Clear `wl-sent-message-queued'.
6557         (wl-draft-reedit): Ditto.
6558         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6559         * wl-vars.el (wl-draft-force-queuing): New variable.
6560         (wl-draft-force-queuing-mail): New variable.
6561         (wl-draft-force-queuing-news): New variable.
6562
6563 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6564
6565         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6566         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6567
6568 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6569
6570         * Version number is increased to 2.9.2.
6571
6572 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * wl-draft.el (wl-draft-elide-region): New user command.
6575         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6576
6577         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6578         command `wl-draft-elide-region'.
6579         * wl-mule.el: Ditto.
6580         * wl-xmas.el: Ditto.
6581
6582 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6585         (wl-biff-check-folder-async): Removed needless let.
6586
6587 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6590         wl-folder-get-elmo-folder.
6591         (wl-biff-check-folder): Set `biff' argument of
6592         `wl-folder-check-one-entity'.
6593         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6594
6595         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6596         (wl-folder-check-one-entity): Added `biff' argument;
6597         Setup `biff' slot of folder.
6598
6599         * Version number is increased to 2.9.1.
6600
6601 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6604         comment out and fixed.
6605         (wl-fldmgr-add-completion-subr): Ditto.
6606
6607         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6608         and msgdb.
6609
6610         * wl.el (wl-toggle-plugged): Save summary view.
6611
6612 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6615
6616 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6617
6618         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6619
6620 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6623         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6624         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6625
6626         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6627         if it was failed.
6628         (wl-demo): Disable undo in the demo buffer.
6629
6630 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * wl-version.el (wl-version): Changed codename.
6633
6634         * Version number is increased to 2.9.0.
6635
6636 2001-12-14  Takuo KITAME <kitame@northeye.org>
6637
6638         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6639         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6640         (wl-folder-mark-as-read-all-current-entity): Ditto.
6641
6642 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl-vars.el (wl-from-width): Define as obsolete variable.
6645         (wl-subject-length-limit): Ditto.
6646
6647         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6648
6649         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6650         wl-summary-save-view.
6651
6652         * wl.el (wl-save-status): Ditto.
6653         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6654
6655         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6656         (wl-summary-exit): Follow the change above.
6657         (wl-summary-goto-folder-subr): Ditto.
6658
6659         * wl-folder.el (wl-folder-create-subr): Don't use
6660         `elmo-folder-creatable-p'.
6661
6662 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6665
6666 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6669         rather than bitmap on Emacs 21.
6670         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6671         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6672         for xbm if the new redisplay engine is not available.
6673
6674 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6675
6676         * wl-folder.el (wl-folder-init-hook): New hook.
6677         (wl-folder-init): Run `wl-folder-init-hook'.
6678
6679 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6682
6683 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-acap.el (wl-acap-cache-filename): New variable.
6686         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6687         (wl-acap-init): Use cache if no ACAP server found.
6688
6689 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6690
6691         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6692         `wl-acap-original-msgdb-dir'.
6693
6694         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6695         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6696
6697         * wl-mime.el (wl-mime-save-directory): Renamed from
6698         `wl-mime-save-dir'.
6699
6700 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6703
6704         * wl-demo.el: Require `path-util'.
6705         (wl-demo-bitmap-mule-available-p): New internal variable.
6706         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6707         `module-installed-p' instead.
6708         (wl-demo-insert-image): Use *.img file for a bitmap image.
6709         (wl-demo): Don't call the ascii demo recursively.
6710
6711 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6712
6713         * Version number is increased to 2.7.7.
6714
6715 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl.el (wl-exit): Eliminated byte-compile warning.
6718
6719 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6720
6721         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6722         obsolete variable using `elmo-define-obsolete-variable'.
6723         (wl-fetch-confirm-threshold): Ditto.
6724         (wl-cache-prefetch-folder-type-list): Ditto.
6725         (wl-cache-prefetch-folder-list): Ditto.
6726
6727 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6730         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6731         (wl-demo-insert-image): New function.
6732         (wl-demo-insert-text): New function.
6733         (wl-demo-image-type-alist): Redefine as a function.
6734         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6735         (wl-demo-with-temp-file-buffer): Removed.
6736         (wl-logo-xpm): Removed.
6737         (wl-logo-xbm): Removed.
6738         (wl-logo-bitmap): Removed.
6739
6740 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6741
6742         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6743         (wl-expire-localdir-get-folder-function): New user option.
6744         (wl-expire-localdir-get-folder): New function.
6745         (wl-expire-localdir-date): Ditto.
6746
6747 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6748
6749         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6750         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6751         Fixed unread number mismatch when all-unread < unread.
6752
6753 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6756         (wl-fetch-confirm-threshold): Ditto.
6757
6758         * wl-summary.el (wl-summary-confirm-appends): Removed.
6759         (wl-summary-sync-update): Don't refer
6760         `wl-summary-update-confirm-threshold' (It is now abolished).
6761
6762         * wl-message.el (wl-message-display-internal): Don't refer
6763         `wl-fetch-confirm-threshold' (It is now abolished).
6764
6765 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6768
6769 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6770
6771         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6772         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6773         Change default value to nil.
6774         (wl-summary-indent-length-limit): The value can be nil, nil means
6775         unlimited.
6776
6777         * wl-summary.el: Don't set limit for indent length if the value of
6778         wl-summary-indent-length-limit is nil.
6779         If the value of wl-summary-width is nil, it means only that the width
6780         of summary is unlimited (nil doesn't mean that the indent length is
6781         unlimited).
6782
6783         * wl-thread.el: Ditto.
6784
6785 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6786
6787         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6788         be nil, nil means never confirm.
6789         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6790
6791 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6792
6793         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6794         means unlimited).
6795
6796 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6799         Use `with-temp-buffer'.
6800
6801 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6804         with new backquote style).
6805         (wl-folder-get-entity-from-buffer): Ditto.
6806
6807 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6808
6809         * wl-version.el (nemacs-version): Eliminated.
6810         (wl-extended-emacs-version2): Ignore nemacs.
6811         (wl-extended-emacs-version3): Ditto.
6812
6813 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6814
6815         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6816         (wl-draft-add-in-reply-to): New variable.
6817         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6818         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6819         (wl-draft-yank-from-mail-reply-buffer): Use
6820         `wl-draft-add-in-reply-to'.
6821         (wl-draft-insert-current-message): Ditto.
6822
6823 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6824
6825         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6826         typo (kill->hide).
6827         (wl-message-buffer-prefetch-folder-type-list): Added elements
6828         `mark' and `cache' instead of `internal'.
6829
6830 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6833         resume msgdb directory.
6834
6835 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl.el (wl-exit): Call `wl-acap-exit'.
6838
6839         * wl-summary.el (wl-summary-message-string): New function.
6840         (wl-summary-reedit): Use it.
6841         (wl-summary-resend-bounced-mail): Remove needless let.
6842         (wl-summary-supersedes-message): Ditto.
6843         (wl-summary-save): Ditto.
6844
6845         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6846         (wl-acap-init): Set it.
6847         (wl-acap-exit): New function.
6848
6849 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6850
6851         * wl.el (wl-init): Revert (require 'mime-setup). move from
6852         toplevel.
6853
6854 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6855
6856         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6857         local variables.  Add error when guess function return invalid
6858         value.
6859
6860 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6861
6862         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6863         Change local variable name.
6864         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6865         (wl-folder-get-newsgroups): Return nil when non-news folder.
6866         * wl-summary.el (wl-summary-write-current-folder): State through
6867         when guess-list return nil.
6868         (wl-summary-write-current-folder-functions): Fixed docstring.
6869
6870         * wl.el (wl-exit): Changed confirm message.
6871
6872         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6873         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6874
6875         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6876
6877 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6878
6879         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6880         user option (Renamed from wl-cache-prefetch-folder-type-list).
6881         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6882         from wl-cache-prefetch-folder-list).
6883
6884         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6885         Move to wl-vars.el.
6886         (wl-message-buffer-prefetch-p): Changed to enable
6887         `wl-message-buffer-prefetch-folder-list'.
6888
6889         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6890         `ignore-cache'.
6891
6892 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6893
6894         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6895         `part-top' and `part-bottom'.
6896         (wl-draft-config-sub-part-top): New function.
6897         (wl-draft-config-sub-part-bottom): New function.
6898
6899 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6900
6901         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6902
6903 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6904
6905         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6906
6907 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6908
6909         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6910
6911         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6912         (wl-summary-write-current-folder): Ditto.
6913
6914 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl-folder.el (wl-folder-get-newsgroups): Use
6917         `elmo-folder-newsgroups'.
6918
6919 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6922         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6923         `wl-draft-config-sub-header-bottom'.
6924
6925 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6926
6927         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6928         localnews folder.
6929
6930 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6931
6932         * wl-summary.el (wl-summary-mode): Undo last change.
6933
6934         * wl-folder.el (wl-folder-mode): Ditto.
6935
6936 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6937
6938         * wl-summary.el (wl-summary-mode): Locally set
6939         truncate-partial-window-width to nil.
6940         (for XEmacs)
6941
6942         * wl-folder.el (wl-folder-mode): Ditto.
6943
6944 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6947
6948 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6951         number.
6952
6953         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6954
6955         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6956
6957         * Version number is increased to 2.7.6.
6958
6959 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6962
6963 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-summary.el (wl-summary-sync-update): Enclose network
6966         related portion with `unwind-protect'.
6967
6968 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6969
6970         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6971
6972 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6975         element.
6976         * wl-vars.el (wl-message-body-button-alist): Ditto.
6977
6978         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6979         max match length.
6980         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6981
6982         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6983         for the max match length;
6984         Use 4th element value for the button string regexp group.
6985
6986         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6987         candidate exists, prompt to select.
6988
6989 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6990
6991         * wl-summary.el (wl-summary-jump-to-msg): Search before
6992         calibration point by `beginning-of-line'.
6993
6994 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6995
6996         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6997         for access group.
6998
6999 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-message.el (wl-message-display-internal): Bind
7002         `default-mime-charset'.
7003
7004         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7005
7006         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7007
7008         * Version number is increased to 2.7.5.
7009
7010 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7011
7012         * wl-expire.el (wl-summary-archive): Fixed;
7013         Use `elmo-folder-name-internal'.
7014
7015 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7016
7017         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7018         from `elmo-folder-move-messages' caller.
7019         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7020
7021         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7022         related portions are changed).
7023
7024 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7025
7026         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7027         counter.
7028
7029 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7030
7031         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7032         buffer local and set it to nil.
7033
7034         * wl-message.el (wl-message-redisplay): Ditto.
7035
7036 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-summary.el (wl-summary-mark-as-important): If message is
7039         already cached, set messag as read, otherwise encache and mark as read.
7040
7041 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7042
7043         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7044         point-min.
7045
7046 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7049         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7050         a keymap.
7051
7052 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7055         parent.
7056
7057         * wl-mule.el (wl-message-define-keymap): Ditto.
7058
7059         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7060
7061         * wl-xmas.el (wl-message-display-internal-hook): Define.
7062         (wl-xmas-setup-message-toolbar): Define as function.
7063         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7064         (wl-message-overload-functions): Abolished.
7065         (wl-message-define-keymap): New function.
7066
7067         * wl-vars.el (wl-message-display-internal-hook): New variable.
7068         (wl-message-header-button-alist): New variable (Renamed from
7069         wl-highlight-message-header-button-alist).
7070         (wl-message-body-button-alist): Ditto.
7071
7072         * wl-mule.el (wl-message-define-keymap): New function.
7073         (wl-message-overload-functions): Abolished.
7074
7075         * wl-message.el (wl-message-add-buttons-to-body): New function.
7076         (wl-message-redisplay): Don't call wl-message-overload-functions;
7077         Call wl-message-add-buttons-to-header and
7078         wl-message-add-buttons-to-body.
7079         (wl-message-display-internal): Set keymap argument for
7080         elmo-mime-display-as-is, elmo-mime-message-display;
7081         Run wl-message-display-internal-hook.
7082         (wl-message-refer-article-or-url): Abolished.
7083
7084         * wl-highlight.el (wl-highlight-headers): Don't call
7085         wl-highlight-message-add-buttons-to-header.
7086         (wl-highlight-message-add-buttons-to-header): Abolished.
7087
7088
7089         * wl-e21.el (wl-message-display-internal-hook): Define.
7090         (wl-e21-setup-toolbar): Deleted duplicated binding.
7091         (wl-e21-setup-message-toolbar): Define as function.
7092         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7093         (wl-message-define-keymap): New function.
7094         (wl-message-overload-functions): Abolished.
7095
7096 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7099         and elmo-folder-close.
7100
7101         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7102
7103 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7104
7105         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7106         boolean value.
7107         * wl-draft.el (wl-draft-do-fcc): Ditto.
7108
7109 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7110
7111         * wl-vars.el (wl-fcc-force-as-read): New variable.
7112         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7113         mark copied message as read.
7114
7115 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7116
7117         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7118
7119 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7120
7121         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7122         `wl-summary-target-above' instead of obsolete variable
7123         `wl-summary-temp-above'.
7124
7125         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7126         instead of `make-obsolete-variable'.
7127         * wl-refile.el (toplevel): Ditto.
7128
7129 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7132         with third argument t.
7133         (wl-draft): Set first argument for wl-plugged-init as t.
7134
7135         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7136         definition.
7137
7138 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7139
7140         * wl-vars.el: Tabify.
7141         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7142
7143         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7144         message.
7145
7146 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7147
7148         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7149         and set default to beep.
7150
7151 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7152
7153         * wl-vars.el (wl-draft-truncate-lines): New variable.
7154
7155         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7156         instead of wl-message-truncate-lines for truncate-lines.
7157
7158 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-message.el (wl-message-display-internal): Call
7161         `wl-highlight-message' after `elmo-mime-display-as-is'.
7162
7163         * wl-mime.el (wl-mime-display-text/plain): New function.
7164         (wl-mime-display-header): Ditto.
7165         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7166         body-presentation-method for text/plain;
7167         Register `wl-mime-display-header' as a header-presentation-method;
7168         Don't set up `elmo-message-text-content-inserted-hook' and
7169         `elmo-message-header-inserted-hook'.
7170
7171         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7172         variable.
7173         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7174         as t if flag is 'all-header;
7175         Don't bind `elmo-message-ignored-field-list',
7176         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7177
7178 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7181         for xemacs with non-mule environment.
7182
7183 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7184
7185         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7186         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7187         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7188
7189 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7190
7191         * wl-vars.el (wl-interactive-send): Set default value as t.
7192
7193 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7196         (wl-addrmgr-method-list): Abolished.
7197         (wl-addrmgr-change-method): Follow above change.
7198
7199         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7200
7201 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7202
7203         * wl-vars.el (wl-message-truncate-lines): Change default value
7204         to default-truncate-lines.
7205
7206         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7207
7208 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7209
7210         * wl-vars.el (wl-message-truncate-lines): New variable.
7211
7212         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7213         wl-message-truncate-lines.
7214
7215 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7216
7217         * wl-acap.el (wl-acap-init): Remove period from error message.
7218         (wl-acap-find-acap-service): Remove period from message.
7219
7220 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl.el (wl-check-environment): Undo last change.
7223
7224         * wl-vars.el (wl-from): Changed default value.
7225
7226         * wl-util.el (toplevel): Don't require tm-edit.
7227
7228         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7229         `wl-folder-init';
7230         Don't set mark on mail body.
7231         (wl-draft-reedit): Ditto.
7232
7233         * wl-address.el (wl-address-quote-specials): Define as an alias for
7234         elmo-address-quote-specials.
7235
7236 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7239
7240         * wl-vars.el (wl-from): Set default value as nil.
7241         (wl-organization): Set default value as ORGANIZATION environment
7242         variable.
7243
7244         * wl-draft.el (wl-smtp-extension-bind): Check value of
7245         wl-smtp-connection-type.
7246
7247         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7248         error.
7249
7250 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7251
7252         * Version number is increased to 2.7.4.
7253
7254         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7255         arguments from `wl-highlight-x-face-function' caller.
7256         Use x-face-1.3.6.12 or later.
7257
7258 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7259
7260         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7261
7262 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7263
7264         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7265         (wl-fcc): Fix to accept function.
7266         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7267
7268 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7269
7270         * wl-acap.el (toplevel): Added `product-provide' declare.
7271         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7272
7273 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl.el (wl): Changed order of calling `elmo-init'
7276         and `elmo-folder-init'.
7277
7278 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7279
7280         * wl-mime.el (wl-summary-burst): Extract message when content-type
7281         of root entity is not only `multipart' but also `message/rfc822'.
7282         (wl-summary-burst-subr): Ditto.
7283
7284 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * wl-vars.el (toplevel): Require 'custom.
7287         (wl-trash-folder): Added to `wl-setting' group.
7288
7289         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7290         exists.
7291         (wl-addrmgr-draw): Insert empty line when no entry exists.
7292
7293         * wl-mule.el (wl-message-wheel-up): Fixed.
7294         (wl-message-wheel-down): Ditto.
7295
7296 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7297
7298         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7299         config is an anonymous lambda expression.
7300
7301 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7304         when Mule 2 is running.
7305
7306 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7307
7308         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7309
7310 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7313         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7314
7315         * wl-address.el (wl-address-specials-regexp): Eliminated.
7316         (wl-address-quote-specials): Rewrite.
7317
7318 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7321         shy-groups for regexp.
7322
7323         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7324         character classes and Perl style shy-groups for regexp.
7325         (wl-highlight-plugged-current-line): Use Posix style character
7326         classes for regexp.
7327         (wl-e21-highlight-folder-by-numbers): Ditto.
7328         (wl-e21-display-image-p): Use `display-images-p' instead of
7329         `display-graphic-p'.
7330         (display-images-p): Make an alias to `display-graphic-p' if it is
7331         not available.  It is for Emacs version prior to 21.0.105.
7332
7333         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7334         `display-graphic-p'.
7335         (wl-demo-image-type-alist): Ditto.
7336         (display-images-p): Make an alias to `display-graphic-p' if it is
7337         not available.  It is for Emacs version prior to 21.0.105.
7338
7339 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7340
7341         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7342         support.
7343         (wl-generate-user-agent-string): Ditto.
7344
7345         * wl-version.el (wl-version): Update docsting.
7346         (wl-version-status): Ditto.
7347
7348 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7351         21.0.105.  For Emacs 21.0.104 or earlier.
7352
7353 2001-09-03  Takuo KITAME <kitame@northeye.org>
7354
7355         * wl-e21.el (wl-plugged-init-icons): Use
7356         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7357         (wl-biff-init-icons): Ditto.
7358
7359 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * wl-highlight.el (wl-highlight-summary-current-line):
7362         Fixed highlighting refile/copy destination.
7363
7364         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7365         (wl-acap-store): Encode string by wl-acap-coding-system.
7366
7367 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-acap.el (toplevel): Check and require 'un-define before
7370         'xemacs-ucs;
7371          Added checking for UTF-2000.
7372
7373 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7376         Don't enclose with `eval-and-compile'.
7377
7378         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7379         wl-init is non-nil.
7380
7381         * wl-draft.el (wl-draft): Ditto.
7382
7383         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7384
7385         * wl-acap.el (toplevel): Require 'wl.
7386         (wl-acap-store): Call `elmo-init'.
7387
7388         * wl.el (wl): Changed position of `wl-check-environment'.
7389         (toplevel): Added autoload setting for wl-acap.
7390
7391         * wl-vars.el (wl-setting): New custom group.
7392         (wl-from): Added wl-setting group.
7393         (wl-user-mail-address-list): Ditto.
7394         (wl-organization): Ditto.
7395         (wl-subscribed-mailing-list): Ditto.
7396         (wl-envelope-from): Ditto.
7397         (wl-smtp-posting-user): Ditto.
7398         (wl-smtp-posting-server): Ditto.
7399         (wl-smtp-posting-port): Ditto.
7400         (wl-smtp-authenticate-type): Ditto.
7401         (wl-pop-before-smtp-user): Ditto.
7402         (wl-pop-before-smtp-server): Ditto.
7403         (wl-pop-before-smtp-port): Ditto.
7404         (wl-pop-before-smtp-authenticate-type): Ditto.
7405         (wl-nntp-posting-server): Ditto.
7406         (wl-nntp-posting-user): Ditto.
7407         (wl-nntp-posting-port): Ditto.
7408         (wl-fetch-confirm-threshold): Ditto.
7409         (wl-prefetch-threshold): Ditto.
7410         (wl-thread-insert-opened): Ditto.
7411         (wl-ldap-server): Ditto.
7412         (wl-ldap-port): Ditto.
7413         (wl-ldap-base): Ditto.
7414         (wl-ldap-objectclass): Ditto.
7415         (wl-use-ldap): Ditto.
7416         (wl-draft-config-alist): Ditto.
7417         (wl-draft-config-matchone): Ditto.
7418         (wl-template-alist): Ditto.
7419         (wl-message-sort-field-list): Ditto.
7420         (wl-message-ignored-field-list): Ditto.
7421         (wl-message-visible-field-list): Ditto.
7422         (wl-interactive-send): Ditto.
7423         (wl-summary-move-order): Ditto.
7424         (wl-auto-select-first): Ditto.
7425         (wl-auto-select-next): Ditto.
7426         (wl-interactive-save-folders): Ditto.
7427
7428         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7429         Initialization codes are moved from wl-local-folder-init.
7430         (wl-local-folder-init): Follow the change above.
7431         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7432
7433         * wl-acap.el: New file.
7434
7435         * Version number is increased to 2.7.3.
7436
7437 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7440
7441 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7442
7443         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7444         (wl-addrmgr-address-entry-list): Ditto.
7445
7446 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-e21.el (wl-draft-mode-map): Removed binding for
7449         `wl-draft-insert-x-face-field'.
7450
7451         * wl-mule.el (wl-draft-mode-map): Ditto.
7452
7453         * wl-xmas.el (wl-draft-mode-map): Ditto.
7454
7455         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7456         (wl-cs-autoconv): Ditto.
7457         (wl-cs-local): Ditto.
7458         (wl-use-scoring): Ditto.
7459         (wl-mime-charset): Ditto.
7460         (wl-folder-check-async): Ditto.
7461
7462         * wl.el (toplevel): Ignore nemacs and tm.
7463         (wl-exit): Ditto.
7464
7465         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7466         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7467         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7468         instead of wl-address-petname-add-or-change.
7469         (wl-summary-edit-addresses-subr): Use wl-address-delete
7470         instead of wl-address-petname-delete.
7471
7472         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7473
7474         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7475         if error occured.
7476
7477         * wl-message.el (require): Remove tm support.
7478
7479         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7480
7481         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7482         (wl-folder-jump-to-current-entity): Ditto.
7483         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7484
7485         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7486         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7487         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7488
7489         * wl-mule.el (wl-draft-key-setup): Ditto.
7490
7491         * wl-xmas.el (wl-draft-key-setup): Ditto.
7492
7493         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7494         (wl-draft-std11-parse-addresses): New function.
7495         (wl-draft-parse-mailbox-list): Use it.
7496         (wl-draft): Ignore nemacs.
7497         (wl-draft-reedit): Ditto.
7498
7499         * wl-addrmgr.el: New file.
7500         (Original is wl-rcpt.el written by
7501         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7502         Thanks Kitamoto-san.)
7503
7504         * wl-address.el (wl-address-make-address-list): Modified parsing
7505         process.
7506         (wl-address-delete): Renamed from `wl-address-petname-delete';
7507         Modify wl-address-list too.
7508         (wl-address-add-or-change): Renamed from
7509         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7510
7511 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7512
7513         * wl-highlight.el (wl-highlight-summary-current-line):
7514           Work with transient-mark-mode
7515
7516 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7517
7518         * Version number is increased to 2.7.2.
7519
7520         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7521         instead of elmo-dop-queue-method.
7522
7523 2001-08-06  SAITO Atsunori <sai@yedo.com>
7524
7525         * wl-vars.el (wl-ldap-objectclass): New user option.
7526
7527         * wl-address.el (wl-ldap-make-filter): Use it.
7528
7529 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7532
7533 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl-folder.el (wl-folder): redisplay after folder insertion.
7536
7537         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7538
7539         * wl-summary.el (wl-summary-sync-update):
7540         Change status mark only when new-msgdb exists.
7541         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7542
7543 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-summary.el (wl-summary-open-folder): New function.
7546         (wl-summary-goto-folder-subr): Use it.
7547         (wl-summary-mark-as-important): Fix;
7548         Encache only when no cache exists.
7549
7550 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7553         Use with-current-buffer.
7554
7555 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7556
7557         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7558         before call `get-buffer'. Fixed parenthesis.
7559         (wl-score-get-header-entry): Clear message and help window when
7560         keyboard quit.
7561         (wl-score-edit-insert-header): Ditto.
7562
7563 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7566         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7567         (wl-default-draft-cite): Fix.
7568
7569         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7570         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7571
7572 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-message.el (wl-message-prev-page): Do same bahavior
7575         as summary when it is called in the message buffer.
7576         (wl-message-next-page): Ditto.
7577
7578 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-summary.el (wl-summary-forward): Use cache if it is not
7581         section cache.
7582
7583 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7586         Removed redundant require of elmo-vars.
7587         (wl-biff-state-indicator-on): Changed default value for
7588         xemacs with non-mule environment.
7589
7590         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7591         wl-message-buffer is nil;
7592         Hide progress bar after moving messages.
7593
7594 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7597         message at cursor point is deleted.
7598
7599 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-vars.el: Changed file coding system to euc-japan.
7602         Added -*-coding:-*- magic to the first line.
7603
7604         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7605         Search parent from the first message.
7606
7607         * Version number is increased to 2.7.1.
7608
7609 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7610
7611         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7612
7613 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7616         refile/delete execution.
7617
7618         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7619         Fixed docstring.
7620
7621 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7624         do update process;
7625         Don't update marks when update process is interrupted.
7626
7627 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7628
7629         * wl-summary.el (wl-summary-reply): Fixed problem when
7630         wl-draft-use-frame is non-nil.
7631         (wl-summary-forward): Ditto.
7632
7633         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7634         as nil.
7635         (wl-folder-mark-as-read-all-entity): Ditto.
7636         (wl-folder-prefetch-entity): Ditto.
7637
7638         * wl.el (wl): Check environment before wl-init.
7639
7640         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7641         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7642         instead of wl-summary-collect-unread.
7643         (wl-summary-reply): Split message window.
7644
7645 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7648         only if current language environment is japanese,
7649
7650         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7651         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7652         (wl-folder-goto-folder-subr): Ditto.
7653
7654         * wl-draft.el (wl-draft-dispatch-message): Call
7655         `elmo-file-cache-get-path'.
7656
7657 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-summary.el (wl-summary-cursor-move): If return value of
7660         wl-summary-next-message is not number, don't jump.
7661
7662 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-summary.el (wl-summary-buffer-next-message-function): New
7665         variable.
7666         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7667         if it is bound.
7668
7669         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7670         string.
7671
7672         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7673         (wl-plugged-drawing): Ditto.
7674
7675 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7678         process.
7679         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7680         with unwind-protect.
7681
7682         * wl.el (wl-init): Require mime-setup.
7683         (wl-check-environment): Don't require mime-setup.
7684
7685         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7686         instead of elmo-folder-type.
7687
7688         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7689         value as nil.
7690
7691 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * Version number is increased to 2.7.0.
7694
7695         * wl-version.el (wl-version): Changed codename.
7696
7697         * wl-summary.el (wl-summary-delete-cache): Fixed.
7698
7699         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7700         Workaround for net folders.
7701         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7702
7703         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7704         value to nil (According to the patch from
7705         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7706
7707         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7708         of elmo-folder-close.
7709
7710 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7711
7712         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7713         for postfix.
7714
7715 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-summary.el (wl-summary-resend-message): Fixed.
7718
7719         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7720         Call wl-draft with `from' argument if its address is included in
7721         `wl-user-mail-address-list'.
7722         (wl-draft): Added `from' argument.
7723
7724         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7725         non-nil.
7726         (wl): Don't show demo if wl-demo is nil.
7727
7728         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7729         wl-summary-use-frame.
7730
7731         * wl-vars.el (wl-summary-use-frame): New user option.
7732         (wl-folder-use-frame): Changed docstring.
7733
7734         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7735         non-nil.
7736         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7737         wl-summary-use-frame.
7738
7739         * wl-vars.el (wl-folder-use-frame): New user option.
7740
7741         * wl-summary.el (wl-summary-exit): Back to folder frame if
7742         wl-folder-use-frame is non-nil.
7743         (wl-summary-redisplay-internal): Ignore cache if current folder
7744         is draft folder,
7745         (wl-summary-redisplay-no-mime): Ditto.
7746         (wl-summary-redisplay-all-header): Ditto.
7747
7748         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7749         if wl-folder-use-frame is non-nil.
7750
7751 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-summary.el (wl-summary-sync-update): Bind
7754         elmo-folder-update-threshold.
7755         (wl-summary-mark-as-important): Enclosed server mark processing
7756         with `save-match-data'.
7757
7758         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7759         only when it is already defined.
7760
7761 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7762
7763         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7764         name of folder exclude localdir is wrong.
7765         * wl-folder.el (wl-folder-sync-entity):
7766         Set `wl-summary-always-sticky-folder-list' as nil.
7767         (wl-folder-mark-as-read-all-entity): Ditto.
7768         (wl-folder-prefetch-entity): Ditto.
7769
7770 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7771
7772         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7773         instead of `wl-summary-write-current-newsgroup'.
7774
7775 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7776
7777         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7778         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7779         non-nil and selected message is important, do not display.
7780
7781 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7782
7783         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7784
7785 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7786
7787         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7788
7789         * wl-summary.el (wl-summary-mark-as-important): Set message number
7790         using wl-summary-message-number.
7791
7792 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7793
7794         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7795         destination folder is 'null.
7796
7797 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7798
7799         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7800         New function.
7801         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7802         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7803         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7804
7805 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-mime.el (wl-mime-setup): Added setting for
7808         `mime-setup-signature-key-alist' to avoid overriding key bind for
7809         `wl-draft-send'.
7810
7811         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7812         for `wl-draft-send'.
7813         * wl-mule.el (wl-draft-overload-functions): Ditto.
7814         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7815         * wl-draft.el (wl-draft-send): Ditto.
7816
7817         * wl-message.el (wl-message-display-internal):
7818         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7819         (Patch is provided by <kita@coe.nttdata.co.jp>).
7820
7821 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7822
7823         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7824
7825 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7826
7827         * wl.el (wl): Fix for wl-demo.
7828
7829 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7830
7831         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7832
7833 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * wl-folder.el (wl-folder-prefetch-entity): Use
7836         `wl-folder-get-elmo-folder'.
7837         (wl-folder-count-incorporates): Do not use
7838         `wl-folder-get-elmo-folder'.
7839
7840 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7841
7842         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7843         instead of `elmo-folder-get-type'.
7844
7845 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7846
7847         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7848         position on Subject: field.
7849         (Advised by Mito <mit@nines.nec.co.jp>)
7850
7851 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7852
7853         * wl-folder.el (wl-folder-prefetch-entity): Use
7854         `wl-folder-get-elmo-folder'.
7855
7856 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7859
7860         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7861         `process-duplicates' slot.
7862
7863         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7864         if detection failed.
7865
7866 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7867
7868         * wl-version.el (wl-version-status): Set to "alpha".
7869
7870 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7873         Check wl-message-buffer lives before set-buffer.
7874
7875 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7876
7877         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7878         called in folder mode.
7879         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7880         * wl-summary.el (wl-summary-exit-pre-hook): Run
7881         `wl-summary-exit-pre-hook' before exit summary mode.
7882
7883 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7884
7885         * wl-version.el (wl-version-status): New variable.
7886         (wl-version-status-alist): Removed.
7887         (wl-version-status): Rule included.
7888
7889 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7892         @sponichi.
7893
7894         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7895         when `mail-reply-buffer' is buffer-local variable.
7896         (Reported by <kita@coe.nttdata.co.jp>).
7897
7898 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl-vars.el (toplevel): Require 'elmo-util.
7901
7902 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7903
7904         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7905         (All other related portions are changed)
7906
7907         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7908
7909         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7910
7911 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7912
7913         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7914
7915 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7918         Delete other windows to avoid an error.
7919         Use `point-marker' instead of `point' to remember the start point
7920         of body.
7921
7922         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7923
7924         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7925         number not to exceed all message number.
7926
7927 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7928
7929         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7930         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7931
7932 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * wl-summary.el (wl-summary-sync-force-update): Added argument
7935         no-check.
7936         (wl-summary-sync-update): Ditto.
7937         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7938         with `no-check'.
7939
7940         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7941         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7942         already running.
7943
7944 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7945
7946         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7947         `dst-folder-arg'.
7948         (wl-expire-archive-number1): Diito.
7949         (wl-expire-archive-number2): Diito.
7950         (wl-expire-archive-Date): Diito.
7951         (wl-archive-number1): Diito.
7952         (wl-archive-number2): Diito.
7953         (wl-archive-date): Diito.
7954         (wl-archive-folder-p): New function.
7955         (wl-summary-expire): Support of expand folder name at
7956         wl-expire-alist.
7957         * wl-util.el (wl-expand-newtext): Renamed from
7958         `wl-refile-expand-newtext'.
7959
7960 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7961
7962         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7963         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7964         `(elmo-msgdb-get-overview msgdb)'.
7965         (wl-summary-prefetch): Bind match data before call
7966         `wl-summay-prefetch-msg'.
7967         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7968         'off if `wl-summary-buffer-disp-msg' is non-nil.
7969         Fixed problem that couldn't show only one new or unread message when
7970         enter folder.
7971         (wl-summary-reply): Don't call `split-window-vertically' and other
7972         window.
7973
7974 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-expire.el (wl-expire-refile): Fixed.
7977
7978 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7981
7982         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7983         biff notification is removed.
7984
7985         * wl.el (wl): Changed position of `elmo-init'.
7986
7987         * wl-draft.el (wl-default-draft-cite): Use date field
7988         on the citation buffer.
7989
7990         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7991
7992         * wl-xmas.el (wl-folder-internal-icon-list): Added
7993         `wl-folder-shimbun-image'.
7994
7995         * wl-e21.el (wl-folder-internal-icon-list): Added
7996         `wl-folder-shimbun-image'.
7997
7998 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl.el (wl-init): Eliminated argument.
8001         (wl): Rewrite.
8002
8003         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8004         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8005         instead of `elmo-folder-msgdb-internal'.
8006         (wl-summary-sync-update): Ditto.
8007         (wl-summary-flush-pending-append-operations): Eliminated.
8008         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8009         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8010         `elmo-folder-open'.
8011
8012         * wl-mime.el (wl-summary-burst): Fixed.
8013
8014         * wl-folder.el (wl-folder-info-save): Check data type.
8015
8016         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8017         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8018         instead of `elmo-folder-msgdb-internal'.
8019         (wl-expire-hide): Ditto.
8020
8021
8022         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8023
8024 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8025
8026         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8027
8028 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8029
8030         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8031
8032 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8033
8034         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8035         Fixed `match-beginning' argument mismatch.
8036
8037 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8038
8039         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8040         the default value.
8041
8042 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8045         instead of `elmo-nntp-default-port'.
8046
8047         * wl-vars.el: Fixed some doc strings.
8048
8049 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-summary.el (wl-summary-prefetch-msg): Use
8052         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8053
8054         * wl-vars.el: Define *-func as obsolete variable using
8055         `elmo-define-obsolete-variable'.
8056
8057         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8058         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8059         instead of `wl-message-buffer-prefetch-threshold'.
8060
8061         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8062
8063         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8064
8065         * wl-draft.el (wl-caesar-region-func): Ditto.
8066
8067         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8068         Keep unread status in elmo-folder-move-messages.
8069         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8070
8071 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8072
8073         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8074         `wl-summary-buffer-exit-func'
8075         (wl-summary-buffer-message-redisplay-function): Renamed from
8076         `wl-summary-buffer-message-redisplay-func'
8077         (wl-summary-buffer-next-folder-function): Renamed from
8078         `wl-summary-buffer-next-folder-func'.
8079         (wl-summary-buffer-prev-folder-function): Renamed from
8080         `wl-summary-buffer-prev-folder-func'.
8081         (wl-summary-get-petname-function): Renamed from
8082         `wl-summary-get-petname-func'.
8083
8084         * wl-score.el (wl-score-edit-exit-function): Renamed from
8085         `wl-score-edit-exit-func'.
8086
8087         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8088         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8089
8090         * wl-util.el (wl-load-profile-function): Renamed from
8091         `wl-load-profile-func'.
8092
8093         * wl-folder.el (wl-folder-completion-function): Renamed from
8094         `wl-folder-completion-func'.
8095         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8096
8097         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8098         `wl-expire-archive-get-folder-func'.
8099         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8100         (wl-draft-send-mail-function): Renamed from
8101         `wl-draft-send-mail-func'.
8102         (wl-draft-send-news-function): Renamed from
8103         `wl-draft-send-news-func'.
8104         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8105         (wl-generate-mailer-string-function): Renamed from
8106         `wl-generate-mailer-string-func'.
8107         (wl-highlight-signature-search-function): Renamed from
8108         `wl-highlight-signature-search-func'.
8109         (wl-highlight-x-face-function): Renamed from
8110         `wl-highlight-x-face-func'
8111         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8112         (wl-ps-print-buffer-function): Renamed from
8113         `wl-ps-print-buffer-func'
8114         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8115         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8116         (wl-summary-subject-filter-function): Renamed from
8117         `wl-summary-subject-filter-func'.
8118
8119         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8120         `wl-draft-queue-flush-send-func'
8121         (wl-draft-cite-function): Renamed from
8122         `wl-draft-cite-func'
8123
8124         * wl-address.el (wl-address-init-function): Renamed from
8125         `wl-address-init-func'.
8126
8127 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-draft.el (wl-draft-queue-flush): Don't call
8130         `elmo-dop-unlock-message'.
8131         * wl-draft.el (wl-draft-queue-append): Don't call
8132         `elmo-dop-lock-message'.
8133
8134         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8135         (wl-summary-buffer-folder-name): Ditto.
8136         (wl-summary-message-regexp): Added '-' (all other related portions
8137         are changed).
8138         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8139         wl-summary-buffer-folder-name.
8140
8141 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8142
8143         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8144         the number of mails in the folder buffer is not updated by wl-biff.
8145
8146 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8147
8148         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8149         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8150
8151 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8152
8153         * wl-summary.el (wl-summary-next-message):
8154         Return next message number when wl-summary-move-order is nil.
8155
8156 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8157
8158         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8159         `wl-summary-move-spec-alist'.
8160         (wl-summary-move-spec-unplugged-alist): New variable
8161         (Move spec for unplugged status).
8162         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8163         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8164
8165 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8166
8167         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8168         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8169
8170 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8171
8172         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8173         simple quotation to quote the anonymous function.
8174         * tm-wl.el (wl-draft-preview-message): Ditto.
8175
8176 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8177
8178         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8179         Eliminate redundant `save-excursion'.
8180         (wl-highlight-summary-current-line): Ditto.
8181
8182         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8183         accessing match data when `looking-at' failed.
8184
8185         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8186         `elmo-match-string' where users don't care about the speed.
8187         (wl-draft-save): Ditto.
8188
8189 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-util.el (wl-regexp-opt): New function.
8192
8193         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8194         number from `wl-summary-buffer-number-list'.
8195         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8196         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8197         (wl-summary-move-spec-alist): Changed default setting.
8198
8199 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8200
8201         * wl-vars.el (wl-biff-notify-hook): New hook.
8202         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8203         the arrival of new mail.
8204         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8205         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8206
8207 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8210
8211 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8212
8213         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8214
8215         * Version number is increased to 2.5.8.
8216
8217         * wl-thread.el (toplevel): require 'cl.
8218         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8219         (wl-thread-make-number-list): New function.
8220         (wl-thread-entity-make-number-list-from-children): Ditto.
8221         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8222         (wl-thread-entity-insert-as-children): Likewise.
8223         (wl-thread-delete-message): Likewise.
8224         (wl-meaning-of-mark): Eliminated.
8225         (wl-thread-next-failure-mark-p): Ditto.
8226         (wl-thread-entity-get-mark): Ditto.
8227         (wl-thread-meaning-alist-get-result): Ditto.
8228         (wl-thread-entity-check-prev-mark): Ditto.
8229         (wl-thread-entity-check-next-mark): Ditto.
8230         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8231         (wl-thread-entity-get-prev-marked-entity): Ditto.
8232         (wl-thread-get-prev-unread): Ditto.
8233         (wl-thread-jump-to-prev-unread): Ditto.
8234         (wl-thread-get-next-unread): Ditto.
8235         (wl-thread-jump-to-next-unread): Ditto.
8236         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8237         (wl-thread-entity-get-next-marked-entity): Ditto.
8238
8239         * wl-summary.el (wl-summary-buffer-number-list):
8240         New bufer-local variable.
8241         (wl-summary-switch-to-clone-buffer): Clone
8242         `wl-summary-buffer-number-list'.
8243         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8244         (wl-summary-cursor-move-regex): Eliminated.
8245         (wl-summary-cursor-up): Rewrite.
8246         (wl-summary-cursor-down): Ditto.
8247         (wl-summary-mode-spec-alist): New variable.
8248         (wl-summary-next-message): New inline function.
8249         (wl-summary-cursor-move): New function.
8250         (wl-summary-default-get-next-msg): Rewrite.
8251         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8252         (wl-summary-rescan): Ditto.
8253         (wl-summary-sync-all-init): Ditto.
8254         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8255         summary is not thread view.
8256         (wl-summary-sync-update): Ditto.
8257         (wl-summary-rescan): Ditto.
8258         (wl-summary-make-number-list): New function.
8259
8260         * wl-draft.el: "FCC" -> "Fcc".
8261
8262 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl-highlight.el (wl-highlight-summary-window):
8265         Call `set-buffer-modified-p'.
8266
8267         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8268         (wl): Call `elmo-init' and fix.
8269
8270         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8271         Use new variables.
8272
8273         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8274
8275 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8278
8279 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8282
8283 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8284
8285         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8286         `wl-use-toolbar' nor `display-graphic-p'.
8287         (wl-e21-setup-message-toolbar): Ditto.
8288         (wl-e21-setup-summary-toolbar): Ditto.
8289         (wl-e21-setup-folder-toolbar): Ditto.
8290
8291         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8292         (wl-plugged-init-icons): Ditto.
8293
8294         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8295         `display-graphic-p'.
8296         (wl-plugged-set-folder-icon): Ditto.
8297         (wl-highlight-plugged-current-line): Ditto.
8298         (wl-highlight-folder-current-line): Ditto.
8299         (wl-e21-highlight-folder-group-line): Ditto.
8300         (wl-e21-setup-toolbar): Ditto.
8301         (wl-e21-display-image-p): New macro.
8302
8303         * wl-demo.el (wl-demo): Simplified.
8304         (wl-demo-image-type-alist): Use `image-type-available-p' for
8305         checking whether the image type `xbm' is available.
8306
8307 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8310         (wl-summary-input-range): Ditto.
8311
8312 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * wl-summary.el (wl-summary-edit-addresses): Use
8315         `wl-summary-get-original-buffer'
8316         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8317         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8318         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8319         (wl-summary-get-newsgroups): Eliminated.
8320         (wl-summary-set-crosspost): Ditto.
8321         (wl-summary-is-crosspost-folder): Ditto.
8322         (wl-crosspost-alist-load): Ditto.
8323         (wl-crosspost-alist-save): Ditto.
8324
8325         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8326         `elmo-setup-subscribed-newsgroups' instead of
8327         `elmo-nntp-make-groups-hashtb'.
8328         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8329         instead of `wl-crosspost-alist-save'.
8330
8331         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8332         of `elmo-folder-message-appendable-p'.
8333         (wl-mime-header-presentation-method): Eliminated.
8334
8335         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8336         (Error occurs in emacs21).
8337
8338         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8339         the current buffer).
8340
8341         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8342         instead of `wl-crosspost-alist-save'.
8343         (wl-init): `elmo-crosspost-message-alist-load'
8344         instead of `wl-crosspost-alist-load'
8345
8346         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8347         (wl-parse-newsgroups): Likewise.
8348         (wl-biff-notify): Run `wl-biff-notify-hook'.
8349
8350 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8353
8354         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8355         when `wl-summary-lazy-highlight' is non-nil.
8356         (wl-summary-goto-folder-subr): Highlight only when
8357         `wl-summary-lazy-highlight' is non-nil.
8358
8359         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8360         Don't display progress and highlight temp-mark when
8361         `wl-summary-lazy-highlight' is non-nil.
8362         (wl-highlight-summary-window): New function.
8363         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8364
8365 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8366
8367         * wl-summary.el (wl-summary-sync): Change `all-visible'
8368         from `all-shown'
8369         (wl-summary-input-range): Ditto.
8370
8371 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8372
8373         * wl-e21.el (wl-highlight-folder-current-line): Call
8374         `wl-folder-init-icons' when folder icons have not been initialized.
8375
8376         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8377
8378         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8379         (wl-demo-image-type-alist): New macro.
8380
8381 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8382
8383         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8384         display does not support graphics.
8385         (wl-plugged-init-icons): Ditto.
8386         (wl-folder-init-icons): Ditto.
8387
8388         * wl-demo.el (wl-demo): Chech closely whether the display
8389         supports graphics.
8390
8391 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-summary.el (wl-summary-get-original-buffer): New function.
8394         (wl-summary-set-crosspost): Use it.
8395         (wl-summary-target-mark-uudecode): Ditto.
8396         (wl-summary-reedit): Ditto.
8397         (wl-summary-resend-bounced-mail): Ditto.
8398         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8399         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8400
8401         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8402         (wl-message-display-internal): Ditto.
8403
8404 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8407
8408 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-summary.el (wl-summary-save-view): Renamed from
8411         `wl-summary-save-status'.
8412
8413 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8414
8415         * wl-summary.el (wl-summary-sync): Added `all-shown'
8416
8417 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8418
8419         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8420
8421 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8422
8423         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8424
8425 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8426
8427         * wl-highlight.el (wl-highlight-summary-line-string): Use
8428         `zerop' instead of `= 0'.
8429         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8430
8431         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8432         for comparing numbers.
8433         (wl-template-prev): Use `zerop' instead of `eq 0'.
8434
8435         * wl-draft.el (wl-draft-insert-current-message): Use
8436         `with-current-buffer' instead of `save-excursion'.
8437         Use `zerop' instead of `eq 0'.
8438
8439 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8440
8441         * wl-draft.el (wl-draft-insert-ccs): New function.
8442         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8443         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8444
8445 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8448
8449 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-expire.el (wl-expire-refile): Don't call
8452         elmo-msgdb-add-msgs-to-seen-list;
8453         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8454         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8455
8456 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-message.el (wl-message-prev-page): Ignore errors while
8459         scroll-down.
8460
8461 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-mime.el: Use elmo-original-message-mode instead of
8464         mmelmo-original-mode.
8465
8466         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8467         `elmo-folder-get-spec';
8468         (wl-fldmgr-add-completion-all-completions):
8469         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8470
8471         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8472         of `elmo-folder-get-type'.
8473
8474         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8475         `elmo-folder-get-spec';
8476         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8477         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8478         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8479         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8480         `elmo-read-msg-no-cache';
8481         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8482         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8483         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8484         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8485         `elmo-cache-save';
8486         (wl-draft-reedit): Use `elmo-message-file-name'.
8487
8488         * wl-expire.el: Use `elmo-folder-name-internal';
8489         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8490         Use macro `wl-summary-buffer-msgdb' instead of variable
8491         `wl-summary-buffer-msgdb';
8492         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8493         Use macro `wl-summary-buffer-folder-name' instead of variable
8494         `wl-summary-buffer-folder-name'.
8495         * wl-score.el: Likewise.
8496
8497         * wl-message.el: Rewrite for new message buffer cache mechanism.
8498         (wl-message-buffer-cache-buffer-get): New macro.
8499         (wl-message-buffer-cache-folder-get): Ditto.
8500         (wl-message-buffer-cache-message-get): Ditto.
8501         (wl-message-buffer-cache-entry-make): Ditto.
8502         (wl-message-buffer-cache-hit): Ditto.
8503         (wl-message-buffer-cache-sort): New function.
8504         (wl-message-buffer-cache-add): Ditto.
8505         (wl-message-buffer-cache-delete): Ditto.
8506         (wl-message-buffer-cache-clean-up): Ditto.
8507         (wl-message-buffer-window): Rewrite.
8508         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8509         (wl-message-buffer-display): New function.
8510         (wl-message-display-internal): New function.
8511
8512 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-folder.el: Use `elmo-folder-name-internal';
8515         Use `wl-folder-get-elmo-folder';
8516         Use `elmo-folder-list-messages' instead of
8517         `elmo-list-folder';
8518         Use `elmo-folder-get-primitive-list' instead of
8519         `elmo-folder-get-primitive-spec-list';
8520         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8521         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8522         Use `elmo-folder-create' instead of `elmo-create-folder'.
8523         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8524         (wl-folder-get-elmo-folder): New macro.
8525         (wl-folder-elmo-folder-cache-get): Ditto.
8526         (wl-folder-elmo-folder-cache-put): Ditto.
8527         (wl-folder-suspend): Call `elmo-quit'.
8528
8529         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8530         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8531         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8532         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8533         (toplevel): require 'cl.
8534         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8535
8536         * wl-summary.el: Rewrite to use new elmo interface.
8537
8538 \f
8539 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8540
8541         * wl-mime.el (wl-draft-preview-message):
8542         Run `wl-draft-send-hook' before collecting recipients information;
8543         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8544
8545         * tm-wl.el (wl-draft-preview-message): Ditto.
8546
8547 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8548
8549         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8550         wrong recipients are displayed when forwarded message.
8551
8552 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * Version number is increased to 2.5.7.
8555
8556 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8557
8558         * wl-message.el (wl-message-next-page): Bind
8559         `window-pixel-scroll-increment' to nil while scrolling up.
8560
8561 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8562
8563         * wl-vars.el (wl-save-hook): New hook.
8564         * wl.el (wl-save): Call `wl-save-hook'.
8565
8566 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8567
8568         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8569         Argument WITH-ARG instead of NO-ARG (negative mean).
8570         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8571         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8572         * wl-message.el (wl-message-follow-current-entity): Likewise.
8573
8574 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8577         FROM was optional argument.
8578         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8579
8580 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8581
8582         * Version number is increased to 2.5.6.
8583
8584 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8585
8586         * wl-version.el (wl-version-show): Removed.
8587         (wl-version): Add `interactive'.
8588
8589 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8590
8591         * wl-summary.el (wl-summary-get-petname-func): New variable.
8592         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8593         instead of `wl-address-get-petname-1'.
8594         (wl-summary-simple-from): Ditto.
8595
8596         * wl-address.el (wl-address-get-petname-1): Define as function.
8597
8598 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8601         field in the original message.
8602         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8603
8604 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8605
8606         * wl-expire.el (wl-expire-hide):
8607         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8608
8609 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8612         find decoder for To, Cc, and Subject.
8613
8614 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8615
8616         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8617         for checking `elmo-use-buffer-cache'.
8618         (wl-summary-mark-as-important): Fixed typo in comment.
8619
8620 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8623         field in the original message.
8624         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8625
8626 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8627
8628         * wl-expire.el (wl-expire-hide):
8629         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8630
8631 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8634         find decoder for To, Cc, and Subject.
8635
8636 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8637
8638         * Version number is increased to 2.5.5.
8639
8640         * wl-address.el (wl-address-specials-regexp): New constant.
8641         (wl-address-quote-specials): Use it.
8642
8643 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-summary.el (wl-summary-rescan):
8646         Call `wl-summary-buffer-number-column-detect'.
8647         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8648
8649         * wl-message.el (wl-message-mode-map): Define.
8650         (wl-message-decode): Use it as local-map.
8651
8652 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8655         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8656
8657 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8660
8661         * wl-mule.el (wl-read-event-char): Ditto.
8662
8663         * wl-e21.el (wl-read-event-char): Ditto.
8664
8665         * wl-nemacs.el (wl-read-event-char): Ditto.
8666         (read-event): Removed.
8667
8668         * wl-util.el (toplevel): Removed dummy definition of
8669         `read-event'.
8670         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8671
8672 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8673
8674         * wl-nemacs.el (elmo-archive-call-process): Moved to
8675         elmo-archive.el.
8676
8677 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8678
8679         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8680         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8681
8682         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8683         instead of magic-number 6.  Use `not' instead of `null' for symbol
8684         `nil' check (not empty list).
8685         (wl-draft-insert-x-face-field): Fixed paren style.
8686
8687         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8688         one-branch conditional statement, instead of `and' and `if'.
8689         (wl-draft-forward): Likewise.
8690         (wl-draft-add-references): Likewise.
8691         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8692
8693         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8694         conditional steatment.  Use `cond' instead of `if'.
8695         (wl-draft-confirm): Likewise.
8696
8697 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * wl-version.el (wl-version-show): Use `product-string-1'
8700         instead of `wl-version'.
8701         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8702
8703         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8704
8705 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8706
8707         * wl-highlight.el (wl-highlight-headers): Revert
8708         `wl-highlight-x-face-func' argument (`beg' and `end').
8709
8710 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8711
8712         * wl.el (toplevel): Move `product-provide' declare.
8713         * wl-demo.el (toplevel): Ditto.
8714         * wl-dnd.el (toplevel): Ditto.
8715         * wl-highlight.el (toplevel): Ditto.
8716         * wl-message.el (toplevel): Ditto.
8717         * wl-refile.el (toplevel): Ditto.
8718         * wl-util.el (toplevel): Ditto.
8719
8720 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8723         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8724         (wl-thread-close-all): keep cursor position.
8725
8726 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8727
8728         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8729         (eq x 0).
8730         (wl-generate-user-agent-string-1): Fix conditional statement.
8731
8732 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8733
8734         * wl.el (wl-check-environment): Additional check for
8735         'wl-local-domain' and `wl-message-id-domain'.
8736
8737 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8738
8739         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8740
8741 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8742
8743         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8744         instead of `smtp-sasl-user-realm'.
8745
8746 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8747
8748         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8749
8750 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8751
8752         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8753         to the default value as well as `eword-lexical-analyzer'.
8754
8755 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8756
8757         * wl-version.el (wl-extended-emacs-version,
8758         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8759         `elmo-match-string' instead of `wl-match-string'.
8760
8761 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8762
8763         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8764         docstring.
8765
8766 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8767
8768         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8769
8770 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8771
8772         * wl-highlight.el (wl-highlight-headers): Remove
8773         `wl-highlight-x-face-func' argument (`beg' and `end').
8774
8775 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-summary.el (wl-summary-mark-as-important):
8778         Remove cache if folder is local.
8779
8780 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8781
8782         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8783         to get existing e-mail address string.
8784
8785 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8786
8787         * wl-version.el (wl-generate-user-agent-string): Commentary.
8788         (wl-generate-user-agent-string-1): Use `when' for
8789         one-branch conditional statement, instead of `and' and `if'.
8790         (wl-extended-emacs-version, wl-extended-emacs-version2,
8791         wl-extended-emacs-version3): Ditto.
8792
8793 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8796         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8797         condition-case; Remove initialization.
8798         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8799         (wl-summary-sync-update3): Added argument `sync-all';
8800         Eliminated local variable `msgdb';
8801         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8802         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8803         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8804
8805 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8806
8807         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8808         connection before call `wl-draft-send-mail-with-smtp'.
8809
8810 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * Version number is increased to 2.5.4.
8813
8814 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8815
8816         * wl.el (wl-check-environment): Additional check for
8817         'wl-local-domain' and `wl-message-id-domain'.
8818
8819 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8822         buffer as command specific.
8823         (wl-folder-mark-as-read-all-entity): Ditto.
8824         (wl-folder-prefetch-entity): Ditto.
8825         (wl-folder-drop-unsync-entity): Ditto.
8826
8827         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8828         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8829         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8830
8831         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8832         save-excursion.
8833
8834 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8835
8836         * Version number is increased to 2.5.3.
8837
8838         * wl-summary.el (wl-summary-save-view-cache):
8839         Delete duplicated `write-region';
8840         Use `write-region-as-binary' instead of `as-binary-output-file' and
8841         `write-region'.
8842
8843 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8844
8845         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8846
8847 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8850         instead of `smtp-via-smtp'.
8851
8852 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8853
8854         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8855
8856 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8857
8858         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8859         instead of `smtp-sasl-user-realm'.
8860
8861 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8862
8863         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8864
8865 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8866
8867         * Version number is increased to 2.5.2.
8868
8869 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8872         does not exist.
8873         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8874         (wl-biff-start): Call `timer-activate' if timer already exists.
8875
8876         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8877         only when it is bound as function.
8878
8879 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * Version number is increased to 2.5.1.
8882
8883 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8884
8885         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8886         Print refile/copy destination.
8887
8888 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8891         queue-flush-only is non-nil.
8892
8893         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8894
8895         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8896         checking cache folder.
8897
8898 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8899
8900         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8901         `regexp-quote'.
8902
8903 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8904
8905         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8906         function.
8907         * wl-summary.el (wl-summary-write-current-folder-functions):
8908         Change default value.  Use it.
8909
8910 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * Version number is increased to 2.5.0.
8913
8914         * wl-version.el (wl-version): Changed codename.
8915
8916 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8917
8918         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8919         (wl-summary-supersedes-message): Ditto.
8920
8921 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8922
8923         * wl-refile.el (wl-refile-guess-functions): Renamed from
8924         `wl-refile-guess-func-list'.
8925
8926 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8929         Fixed problem when no rule was matched.
8930
8931 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8932
8933         * wl-summary.el (wl-summary-get-mark): Fixed
8934         `wl-summary-buffer-target-mark' check logic.
8935
8936 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8937
8938         * wl-folder.el (wl-folder-write-current-folder): Added group
8939         folder check.
8940
8941         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8942         `wl-summary-write-current-newsgroup'.
8943         (wl-summary-write-current-folder-functions): New variable.
8944         * wl-folder.el (wl-folder-get-newsgroups): New function.
8945         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8946         (wl-folder-write-current-folder): Renamed from
8947         `wl-folder-write-current-newsgroup'.
8948
8949 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8950
8951         * Version number is increased to 2.3.93.
8952
8953 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8956         (wl-ldap-make-matched-value-list): Ditto.
8957         (wl-ldap-alias-safe-string): Split e-mail address.
8958
8959         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8960         petname folder default was selected.
8961         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8962         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8963
8964 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8965
8966         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8967         to `wl-draft-config-exec'.
8968
8969         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8970         instead of calling `wl-draft-config-exec';
8971         Process group-list and show recipients in minibuffer.
8972
8973         * tm-wl.el (wl-draft-preview-message): Ditto.
8974
8975 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8976
8977         * wl.el (toplevel): Added (C) to copyright notice, and
8978         sync Author header.
8979         * tm-wl.el (toplevel): Ditto.
8980         * wl-address.el (toplevel): Ditto.
8981         * wl-demo.el (toplevel): Ditto.
8982         * wl-dnd.el (toplevel): Ditto.
8983         * wl-draft.el (toplevel): Ditto.
8984         * wl-e21.el (toplevel): Ditto.
8985         * wl-expire.el (toplevel): Ditto.
8986         * wl-folder.el (toplevel): Ditto.
8987         * wl-highlight.el (toplevel): Ditto.
8988         * wl-message.el (toplevel): Ditto.
8989         * wl-mime.el (toplevel): Ditto.
8990         * wl-mule.el (toplevel): Ditto.
8991         * wl-nemacs.el (toplevel): Ditto.
8992         * wl-refile.el (toplevel): Ditto.
8993         * wl-score.el (toplevel): Ditto.
8994         * wl-summary.el (toplevel): Ditto.
8995         * wl-template.el (toplevel): Ditto.
8996         * wl-thread.el (toplevel): Ditto.
8997         * wl-util.el (toplevel): Ditto.
8998         * wl-vars.el (toplevel): Ditto.
8999         * wl-xmas.el (toplevel): Ditto.
9000
9001 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9002
9003         * wl.el (wl-init): Added comment about `wl-init-hook'.
9004         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9005         * wl-vars.el (wl-init-hook): Added docs.
9006         (wl-make-plugged-hook): Removed useless docs.
9007         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9008         * wl-xmas.el (toplevel): Ditto.
9009
9010 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9011
9012         * wl-address.el (toplevel): Fixed multiple Author header format.
9013         * wl-demo.el (toplevel): Ditto.
9014         * wl-draft.el (toplevel): Ditto.
9015         * wl-folder.el (toplevel): Ditto.
9016         * wl-summary.el (toplevel): Ditto.
9017         * wl-thread.el (toplevel): Ditto.
9018         * wl-util.el (toplevel): Ditto.
9019         * wl-vars.el (toplevel): Ditto.
9020         * wl-version.el (toplevel): Ditto.
9021         * wl-xmas.el (toplevel): Ditto.
9022         * wl.el (toplevel): Ditto.
9023
9024         * wl-version.el (toplevel): Added require `elmo-version' for
9025         `product-version-as-string'.
9026
9027 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-vars.el (wl-draft-send-hook): Changed default value to
9030         '(wl-draft-config-exec).
9031
9032         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9033         explicitly.
9034         (wl-draft): Set `wl-draft-config-exec-flag' before running
9035         `wl-mail-setup-hook'.
9036
9037         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9038         `wl-biff-init-icons' to `wl-init-hook' instead of
9039         `wl-make-plugged-hook'.
9040         (Because if `wl-draft' command is invoked at first,
9041         they are not initialized)
9042         Updated copyright notice.
9043
9044         * wl-e21.el (toplevel): Ditto;
9045
9046         * wl-demo.el (toplevel): Updated copyright notice.
9047         * wl-address.el (toplevel): Ditto.
9048         * wl-draft.el (toplevel): Ditto.
9049         * wl-version.el (toplevel): Ditto.
9050         * wl-folder.el (toplevel): Ditto.
9051         * wl-summary.el (toplevel): Ditto.
9052         * wl-thread.el (toplevel): Ditto.
9053         * wl-util.el (toplevel): Ditto.
9054         * wl-vars.el (toplevel): Ditto.
9055         * wl.el (toplevel): Ditto.
9056
9057 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-highlight.el (wl-highlight-message): Fixed problem of
9060         highlighting failure which occured when the last field contains
9061         multiple lines in the draft buffer.
9062
9063         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9064         `wl-biff-start' if plugged.
9065
9066         * wl-util.el (wl-biff-check-folder): New function.
9067         (wl-biff-check-folders): Don't set session name prefix.
9068         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9069         (wl-biff-check-folder-async): Ditto.
9070
9071         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9072         in email address.
9073
9074 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9075
9076         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9077
9078         * wl-draft.el (wl-draft-strip-subject-re): New function.
9079
9080         * wl-draft.el (wl-draft-reply): Use it.
9081
9082 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl-message.el (wl-mmelmo-message-redisplay): Use
9085         `mime-display-message' instead of `wl-mime-display-message'.
9086
9087         * wl-mime.el (toplevel): Removed compatibility workaround
9088         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9089         (wl-mime-display-message): Abolished.
9090         (wl-mime-entity-read-field): Ditto.
9091         (wl-mime-combine-message/partial-pieces): Use
9092         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9093
9094 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9095
9096         * wl-template.el: Doc fixes.
9097
9098 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9099
9100         * wl-e21.el (wl-message-overload-functions): Do nothing if
9101         `current-local-map' is not available.
9102         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9103
9104 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9105
9106         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9107         representation.
9108
9109         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9110         number.
9111         (wl-fldmgr-save-folders): Don't use `format' when insert
9112         `wl-fldmgr-folders-header'.
9113
9114 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9115
9116         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9117
9118 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-highlight.el (wl-highlight-message):
9121         Use `std11-field-end' to detect end point of the header field.
9122         Refer `wl-highlight-max-header-size'.
9123
9124         * wl-vars.el (wl-highlight-max-header-size): New variable.
9125
9126         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9127
9128         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9129         Set `for-draft' argument of wl-highlight-headers.
9130         (wl-draft): Ditto.
9131         (wl-draft-reedit): Ditto.
9132         (wl-user-agent-compose-internal): Ditto.
9133
9134 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9135
9136         * wl-message.el (wl-message-add-button): Use overlay.
9137
9138 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9141
9142         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9143         problem when group-list content is nothing.
9144         (Reported by Mito <mit@nines.nec.co.jp>)
9145
9146 2000-10-18  SAITO Atsunori <sai@yedo.com>
9147
9148         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9149
9150 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9151
9152         * tm-wl.el (toplevel): Use product-provide.
9153
9154 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * Version number is increased to 2.3.92.
9157
9158 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9159
9160         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9161         title text, use `display' property for left margin under Emacs 21.
9162
9163         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9164         properties.
9165         (wl-plugged-init-icons): Ditto.
9166
9167 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9168
9169         * wl.el (wl-save-status, wl-init): Remove last period in
9170         "...done." message.
9171         * tm-wl.el (wl-summary-burst): Ditto.
9172         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9173         wl-summary-resume-cache-status,
9174         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9175         wl-summary-sync-update3, wl-summary-highlight-msgs,
9176         wl-summary-flush-pending-append-operations,
9177         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9178         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9179         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9180         wl-thread-open-all): Ditto.
9181         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9182         * wl-mime.el (wl-summary-burst): Ditto.
9183         * wl-highlight.el (wl-highlight-summary): Ditto.
9184         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9185         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9186         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9187         * wl-address.el (wl-local-address-init): Ditto.
9188
9189 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9190
9191         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9192         `add-text-properties'.
9193         (wl-plugged-init-icons): Ditto.
9194         (wl-folder-init-icons): Use `propertize' instead of
9195         `put-text-property'.
9196         (wl-plugged-set-folder-icon): Ditto.
9197         (wl-e21-highlight-folder-group-line): Ditto.
9198
9199 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-version.el (wl-version-status-alist): New variable.
9202         (wl-version-status): New function.
9203
9204         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9205         "Cc" part of the case "Reply-To".
9206
9207         * wl-draft.el (wl-draft-reply): Use result of
9208         `eword-extract-address-components'.
9209
9210         * wl-demo.el (wl-demo-icon-name): New constant.
9211         (wl-logo-xpm): Use it.
9212         (wl-logo-xbm): Ditto.
9213         (wl-logo-bitmap): Ditto.
9214
9215         * Version number is increased to 2.3.91.
9216
9217 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9218
9219         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9220         (wl-extended-emacs-version, wl-extended-emacs-version2,
9221         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9222         docstring.
9223
9224         * wl-version.el (wl-generate-user-agent-string-1): New function.
9225         (wl-generate-user-agent-string): Use it.
9226
9227         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9228         `mime-edit-insert-user-agent-field'.
9229         (wl-generate-user-agent-string): Check
9230         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9231
9232         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9233         instead of `if', when verbose case.
9234
9235 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9236
9237         * wl-expire.el (wl-summary-expire): Fix.
9238
9239 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9240
9241         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9242         and `elmo-lost+found-folder' if 'wl-draft.
9243         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9244
9245 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9246
9247         * wl-expire.el (wl-summary-expire): Change messages.
9248         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9249         `deleing-info' instead of "Deleting..."
9250
9251 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9252
9253         * wl-summary.el (wl-summary-refile-subr): Fix.
9254
9255 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9258         if pipe folder.
9259
9260 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9261
9262         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9263
9264 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9265
9266         * wl-expire.el (wl-expire-hide): New function.
9267         (wl-summary-expire): Add `hide'.
9268
9269 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-vars.el (wl-draft-reply-without-argument-list):
9272         Changed default value to consider `Reply-To:'.
9273         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9274
9275         * Version number is increased to 2.3.90.
9276
9277         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9278         elmo-imap4-get-session with unwind-protect.
9279         Don't cause error.
9280         (wl-summary-sync-marks): Don't check plugged nor folder type.
9281         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9282         (Always keep current buffer).
9283
9284 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9285
9286         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9287         Enclose with `save-excursion'.
9288
9289 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9290
9291         * wl-version.el (wl-version): Remove interactive.
9292
9293 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9294
9295         * wl-version.el (wl-generate-user-agent-string): Use
9296         `product-string-verbose' instead of `product-string-1'.
9297
9298 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9299
9300         * wl-vars.el (wl-draft-use-cache): New variable.
9301         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9302         if wl-draft-use-cache is non-nil.
9303
9304 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9305
9306         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9307         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9308
9309 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9312         (wl-thread-msg-mark-as-unread): Ditto.
9313
9314         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9315         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9316         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9317         Don't set mark in summary if return value of `elmo-mark-as-read'
9318         is nil.
9319         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9320         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9321         instead of `wl-thread-msg-mark-as-read'.
9322         (wl-summary-mark-as-unread-region): Ditto.
9323         (wl-summary-target-mark-mark-as-read): Ditto.
9324
9325         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9326
9327 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9330
9331         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9332
9333 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9336         face.
9337
9338 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9339
9340         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9341         `running-xemacs'.
9342
9343 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9344
9345         * wl-version.el (toplevel): Use `product-version-as-string' for
9346         set verstion-string, if defined.
9347
9348         * wl-version.el (wl-version-show): Insert string at point, when
9349         call with argument.
9350
9351         * wl-version.el (wl-generate-user-agent-string): Use
9352         `product-string-1' instead of `wl-appname', `wl-version' and
9353         `wl-codename'.
9354
9355 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9356
9357         * wl-address.el (toplevel): Use product-provide.
9358         * wl-demo.el (toplevel): Ditto.
9359         * wl-dnd.el (toplevel): Ditto.
9360         * wl-draft.el (toplevel): Ditto.
9361         * wl-e21.el (toplevel): Ditto.
9362         * wl-expire.el (toplevel): Ditto.
9363         * wl-fldmgr.el (toplevel): Ditto.
9364         * wl-folder.el (toplevel): Ditto.
9365         * wl-highlight.el (toplevel): Ditto.
9366         * wl-message.el (toplevel): Ditto.
9367         * wl-mime.el (toplevel): Ditto.
9368         * wl-mule.el (toplevel): Ditto.
9369         * wl-nemacs.el (toplevel): Ditto.
9370         * wl-refile.el (toplevel): Ditto.
9371         * wl-score.el (toplevel): Ditto.
9372         * wl-summary.el (toplevel): Ditto.
9373         * wl-template.el (toplevel): Ditto.
9374         * wl-thread.el (toplevel): Ditto.
9375         * wl-util.el (toplevel): Ditto.
9376         * wl-vars.el (toplevel): Ditto.
9377         * wl-xmas.el (toplevel): Ditto.
9378         * wl.el (toplevel): Ditto.
9379
9380 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9381
9382         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9383         instead of product.
9384
9385         * wl-version.el (wl-version): Compile time evalution elmo-version.
9386
9387 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9388
9389         * wl-summary.el (wl-summary-sync-force-update): Append queue
9390         `mark-as-read'if unplugged.
9391
9392 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9393
9394         * wl-version.el: New file.  Use product.el.
9395         * wl.el: add (require 'wl-version).
9396         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9397         for ~/.folders header.
9398         (wl-fldmgr-folders-header): Changed.
9399         * wl-demo.el (wl-demo): Use product.el.
9400
9401         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9402         wl-version.el.
9403         * wl-util.el (wl-version, wl-version-show): Ditto.
9404
9405         * wl-util.el (wl-generate-user-agent-string,
9406         wl-extended-emacs-version, wl-extended-emacs-version2,
9407         wl-extended-emacs-version3): Move to wl-version.el.
9408         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9409         xemacs-codename, mime-edit-insert-user-agent-field,
9410         mime-edit-user-agent-value, mime-editor/version,
9411         mime-editor/codename): Compile warning killer move to
9412         wl-version.el
9413
9414 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9415
9416         * wl-summary.el (wl-summary-refile-subr): Fix.
9417
9418 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9419
9420         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9421         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9422
9423 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9424
9425         * wl.el (wl-check-environment): Check too many `@'.
9426
9427 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9428
9429         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9430
9431 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9432
9433         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9434         wl-draft-reply-myself-without-argument-list): Add variables.
9435         * wl-draft.el (wl-draft-reply): Use it.
9436
9437 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9438
9439         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9440         the 5th argument of `elmo-network-get-spec'.
9441
9442         * wl-thread.el (wl-thread-reparent-children): New inline function.
9443         (wl-thread-delete-message): Use it.
9444
9445         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9446         (wl-summary-score-update-all-lines): Don't use `dolist'.
9447
9448 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9449
9450         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9451         (require 'elmo-msgdb) for inline function.
9452
9453 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9454
9455         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9456
9457 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9458
9459         * wl-score.el (wl-score-headers): Fix for the confusing macro
9460         `elmo-kill-buffer'.
9461
9462 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9463
9464         * wl-summary.el: Don't use the 3rd argument of `require' because
9465         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9466         * wl-util.el: Ditto.
9467         * wl-draft.el: Ditto.
9468
9469 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9470
9471         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9472         window system is not used.
9473
9474 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9475
9476         * wl-thread.el: Don't use `mapcar' only for iteration.
9477         (wl-thread-resume-entity): Ditto.
9478         (wl-thread-delete-message): Ditto.
9479
9480         * wl-summary.el: Bind `dragdrop-drop-functions',
9481         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9482         of `require' for `timezone', `easymenu' and `ps-print';
9483         don't use `mapcar' only for iteration.
9484
9485         * wl-util.el: Bind `mule-version', `nemacs-version',
9486         `emacs-beta-version', `xemacs-codename',
9487         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9488         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9489         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9490         only for iteration.
9491
9492         * wl-score.el: Don't use `mapcar' only for iteration.
9493         (wl-score-simplify-buffer-fuzzy): Ditto.
9494         (wl-score-simplify-subject): Ditto.
9495         (wl-score-headers): Ditto.
9496         (wl-summary-score-update-all-lines): Ditto.
9497
9498         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9499         `enable-multibyte-characters' and `mule-version'.
9500
9501         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9502         `mapcar' only for iteration.
9503
9504         * wl-demo.el: Don't use `mapcar' only for iteration.
9505
9506         * wl-folder.el: Don't use `mapcar' only for iteration.
9507         (wl-folder-open-all): Ditto.
9508         (wl-folder-count-incorporates): Ditto.
9509
9510         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9511         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9512
9513         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9514         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9515         `smtp-connection-type'; specify 3rd argument of `require' for
9516         `timezone'; don't use `mapcar' only for iteration.
9517         (wl-draft-clone-local-variables): Don't use `mapcar'.
9518         (wl-draft-generate-clone-buffer): Ditto.
9519         (wl-user-agent-compose-internal): Ditto.
9520
9521         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9522
9523         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9524         (wl-save-status): Ditto.
9525
9526         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9527         for iteration.
9528
9529 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9532         removed `Date'.
9533         (wl-fldmgr-make-filter-default): New user option.
9534
9535         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9536         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9537         (wl-fldmgr-filter-completion-alist): Abolish.
9538
9539         * wl.el (wl): Don't check servers if arg is non-nil.
9540
9541         * wl-draft.el (wl-draft-reply): Set only message-id string to
9542         In-Reply-To field.
9543
9544 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9545
9546         * wl-summary.el (wl-summary-pick): Rewrite.
9547
9548         * wl-draft.el (wl-draft-forward): Get references field from
9549         original buffer.
9550         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9551
9552 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9553
9554         * wl-draft.el (wl-draft-forward): Add references field.
9555
9556 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9557
9558         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9559         (wl-draft-reply): Use it.
9560
9561 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9562
9563         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9564         when Emacs 21 is running.
9565
9566         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9567         bindings.
9568
9569 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9570
9571         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9572         XPM icons transparent.
9573
9574         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9575         Emacs 21.
9576
9577 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9578
9579         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9580         nil.
9581
9582         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9583         when it is persistent.
9584         (wl-summary-sync-marks): Changed argument for
9585         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9586         (wl-summary-virtual): Use `elmo-read-search-condition'.
9587         (wl-summary-redisplay-internal): If folder is local, mark as read
9588         even when folder is plugged.
9589
9590 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9591
9592         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9593         of `tool-bar-lines' in the frame parameters.
9594         (after-make-frame-functions, post-command-hook): Don't modify the
9595         value.
9596         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9597         wl-e21-tool-bar-lines): Removed.
9598
9599 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9600
9601         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9602         properties `evaporate' and `wl-momentary-overlay' as well.
9603         (wl-highlight-summary-displaying): Ditto.
9604         (wl-delete-all-overlays): Don't delete overlay which does not have
9605         a property `wl-momentary-overlay'.
9606
9607         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9608         `display-mouse-p' and `display-graphic-p'.
9609         (wl-folder-init-icons): Don't search for XBM or the other files.
9610         (wl-plugged-set-folder-icon): Make icons if and only if
9611         `display-graphic-p' returns non-nil.
9612         (wl-highlight-plugged-current-line): Use `before-string' overlay
9613         property to show icon images.
9614         (wl-highlight-folder-current-line): Ditto.
9615         (wl-e21-highlight-folder-group-line): Ditto.
9616         (wl-e21-highlight-folder-by-numbers): Ditto.
9617         (wl-e21-insert-image): Removed.
9618         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9619         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9620         said.
9621         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9622         `wl-e21-force-switch-toolbar'.
9623         (wl-e21-make-icon-image): Removed.
9624         (wl-e21-setup-toolbar): Don't search for XBM files.
9625         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9626         the default value.
9627
9628 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9629
9630         * wl-util.el (wl-biff-check-folder-async): Set
9631         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9632
9633 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9634
9635         * wl-e21.el (after-make-frame-functions): Add
9636         `wl-e21-force-switch-toolbar'.
9637         (wl-e21-force-switch-toolbar): New function force to switch the
9638         toolbar appearance automatically.
9639         (post-command-hook): Add `wl-e21-switch-toolbar'.
9640         (wl-e21-switch-toolbar): New function to switch the toolbar
9641         appearance automatically.
9642         (wl-e21-tool-bar-lines): New buffer local variable.
9643
9644 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9645
9646         * wl-util.el (wl-biff-check-folders-running): New variable.
9647         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9648         (wl-biff-check-folder-async-callback):
9649         Set `wl-biff-check-folders-running'.
9650         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9651         with unwind-protect.
9652
9653         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9654         Enclose `wl-folder-auto-check' with unwind-protect.
9655
9656         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9657         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9658
9659         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9660
9661         * wl-util.el (wl-biff-notify): New inline function.
9662         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9663         locally.
9664         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9665         folder-list' is 1.
9666         Use `wl-biff-notify'.
9667         (wl-biff-check-folder-async-callback): New function.
9668         (wl-biff-check-folder-async): Ditto.
9669
9670         * wl-folder.el (wl-folder): Don't check folders.
9671         (wl-folder-auto-check): New function.
9672
9673 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9674
9675         * wl-util.el (wl-biff-start) [Emacs19+]:
9676         Use `timer-next-integral-multiple-of-time'.
9677         (wl-biff-check-folders): Use `wl-default-folder'
9678         if `wl-biff-check-folder-list' is nil.
9679
9680 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9681
9682         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9683         instead of `elmo-delete-lists'.
9684
9685 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9686
9687         * wl.el (wl-plugged-toggle-all): Set the value of
9688         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9689         (wl-plugged-toggle): Ditto.
9690         (wl-toggle-plugged): Ditto.
9691         (wl-plugged-init): Ditto.
9692
9693         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9694         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9695         instead of `wl-biff-state-indicator-off' and
9696         `wl-biff-state-indicator-on'; don't modify the value and the type
9697         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9698         (wl-plugged-init-icons): Set icons data to
9699         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9700         instead of `wl-plug-state-indicator-off' and
9701         `wl-plug-state-indicator-on'; don't modify the value and the type
9702         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9703
9704         * wl-vars.el (wl-modeline-biff-state-off,
9705         wl-modeline-biff-state-on, wl-modeline-biff-status,
9706         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9707         wl-modeline-plug-status): New internal variables.
9708         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9709         wl-biff-check-interval, wl-biff-check-folder-list): Change
9710         customization group from `wl-folder' to `wl-highlight'.
9711         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9712         wl-show-plug-status-on-modeline): Defcustomized.
9713
9714         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9715         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9716         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9717         a flag to `mode-line-buffer-identification'.
9718
9719         * wl-e21.el (wl-biff-init-icons): Set icons data to
9720         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9721         instead of `wl-biff-state-indicator-off' and
9722         `wl-biff-state-indicator-on'.
9723         (wl-plugged-init-icons): Set icons data to
9724         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9725         instead of `wl-plug-state-indicator-off' and
9726         `wl-plug-state-indicator-on'.
9727
9728 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9729
9730         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9731         excessive titles.
9732
9733 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9734
9735         * wl.el (wl-plugged-mode): Use revised
9736         `wl-mode-line-buffer-identification'.
9737         (wl-plugged-init): Don't use `force-mode-line-update'.
9738
9739         * wl-xmas.el (wl-draft-overload-functions): Use revised
9740         `wl-mode-line-buffer-identification'.
9741         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9742         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9743         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9744         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9745         `wl-make-plugged-hook';
9746         add `wl-folder-init-icons' and `wl-setup-folder' to
9747         `wl-folder-mode-hook'.
9748
9749         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9750         19 as well.
9751         (wl-mode-line-display-priority-list): New user option.
9752         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9753         Defcustomized.
9754         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9755         Add docs.
9756
9757         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9758         start.
9759         (wl-mode-line-buffer-identification): Revised as a function.
9760
9761         * wl-summary.el (wl-summary-mode): Use revised
9762         `wl-mode-line-buffer-identification'; don't call
9763         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9764         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9765         `wl-xmas-setup-summary'.
9766
9767         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9768         `wl-mode-line-buffer-identification'.
9769
9770         * wl-mule.el (wl-draft-overload-functions): Use revised
9771         `wl-mode-line-buffer-identification'.
9772
9773         * wl-folder.el (wl-make-plugged-alist): Don't call
9774         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9775         (wl-folder): Don't call `wl-folder-init-icons' directly.
9776         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9777         `wl-xmas-setup-folder' directly;
9778         use revised `wl-mode-line-buffer-identification'.
9779         (TopLevel): Don't bind `wl-biff-init-icons',
9780         `wl-plugged-init-icons', `wl-folder-init-icons',
9781         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9782
9783         * wl-e21.el (wl-draft-overload-functions): Use revised
9784         `wl-mode-line-buffer-identification'.
9785         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9786         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9787         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9788         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9789         `wl-make-plugged-hook';
9790         add `wl-folder-init-icons' and `wl-setup-folder' to
9791         `wl-folder-mode-hook'.
9792
9793 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9794             Katsumi Yamaoka    <yamaoka@jpl.org>
9795
9796         * wl.el (wl): Call `wl-biff-start'.
9797         (wl-exit): Call `wl-biff-stop'.
9798         (wl-plugged-mode): Show biff in modeline.
9799         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9800
9801         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9802         (wl-biff-init-icons): New function.
9803         (wl-plugged-init-icons): Don't make too much keymaps.
9804         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9805
9806         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9807         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9808         variables.
9809         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9810         options.
9811
9812         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9813         wl-biff-start, wl-biff-stop): New functions.
9814         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9815         (wl-biff-timer-name): New variable.
9816
9817         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9818
9819         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9820         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9821
9822         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9823         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9824
9825         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9826         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9827         `wl-folder-init-icons' to `ignore' if they are not available.
9828         (wl-folder-mode): Show biff in modeline.
9829
9830         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9831         (wl-biff-init-icons): New function.
9832         (wl-plugged-init-icons): Don't make too much keymaps.
9833         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9834
9835 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9836
9837         * wl-vars.el (wl-strict-diff-folders): Customization Type
9838         and doc fix.  Define as a list of regular expressions for
9839         folders or nil.
9840         * wl-folder.el (wl-folder-check-one-entity): Use
9841         `wl-string-match-member' instead of `wl-string-member' for
9842         `wl-strict-diff-folders'.
9843
9844 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9845
9846         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9847         (wl-highlight-folder-current-line): Use it; new implementation.
9848         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9849         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9850         `defsubst' instead of `defun'.
9851
9852         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9853         `wl-highlight-group-folder-by-numbers'; made it can also be a
9854         number.  See info for more details.
9855
9856         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9857         running.
9858
9859         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9860         to bind them.
9861
9862         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9863         (wl-highlight-folder-current-line): New implementation.
9864
9865         * wl-highlight.el (wl-highlight-folder-group-line): New
9866         implementation.
9867         (wl-delete-all-overlays): Rewrite as a marco.
9868         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9869
9870         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9871         running.
9872         (wl-folder-*-glyph): No need to bind them.
9873
9874         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9875         `wl-e21-highlight-folder-group-icon'; rewrite.
9876         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9877         `defsubst' instead of `defun'.
9878         (wl-folder-mode-map): Bind it when compiling.
9879
9880 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9881
9882         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9883
9884         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9885
9886 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9887
9888         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9889
9890 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9891
9892         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9893         (wl-highlight-folder-current-line): Use it.
9894
9895         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9896         in `id-name'.
9897
9898 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9899
9900         * wl.el: Require `wl-e21' when Emacs 21 is running.
9901
9902         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9903         default when Emacs 21 is running.
9904         (wl-use-highlight-mouse-line): Ditto.
9905         (wl-on-emacs21): New constant.
9906         (wl-on-emacs20): Removed.
9907
9908         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9909         Emacs 21 is running.
9910
9911         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9912         Emacs 21 is running.
9913
9914         * wl-e21.el: New file.
9915
9916 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9917
9918         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9919         (wl-toggle-plugged): Ditto.
9920         (wl-plugged-toggle): Ditto.
9921         (wl-plugged-toggle-all): Ditto.
9922
9923         * wl-vars.el (wl-plug-state-indicator): Refer
9924         `wl-plug-state-indicator-on' indirectly.
9925
9926 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9927
9928         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9929         Call `wl-folder-confirm-existence'.
9930
9931         * wl-folder.el (wl-folder-confirm-existence): Added optional
9932         argument `force'.
9933
9934 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9935
9936         * wl-summary.el (wl-summary-refile-subr): Assume
9937         `copy-or-refile' as symbol.
9938         (wl-summary-refile): Follow up above change.
9939         (wl-summary-copy): Ditto.  Doc fix.
9940
9941 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9942
9943         * wl-summary.el (wl-summary-pick): Don't bind
9944         `elmo-search-mime-charset'.
9945
9946         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9947         default using old backquote style.
9948         (wl-search-mime-charset): Abolished.
9949
9950         * wl-highlight.el (wl-highlight-headers):
9951         Call `point' after `re-search-forward'(for Nemacs).
9952
9953         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9954         for elmo-imap4.el.
9955
9956 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9957
9958         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9959         `wl-message-ignored-field-list' instead of
9960         `mime-view-ignored-field-list'.
9961
9962         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9963         Add interactive spec.
9964         (wl-folder-goto-bottom-of-current-folder): Ditto.
9965         (wl-folder-mode-map): Bind them.
9966
9967         * wl-vars.el (wl-message-ignored-field-list): New variable.
9968         (wl-message-visible-field-list): New variable.
9969
9970         * wl-mime.el (wl-mime-header-presentation-method): New function.
9971         (wl-mime-setup): Set header-presentation-method.
9972
9973 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9974
9975         * wl-nemacs.el (wl-draft-overload-functions): Set
9976         `mode-line-buffer-identification' instead of using
9977         `wl-make-modeline'.
9978
9979         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9980         instead of using `wl-make-modeline'.
9981
9982         * wl-xmas.el (wl-plugged-init-icons): Set up
9983         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9984         (wl-make-modeline): Abolish.
9985         (wl-draft-overload-functions): Set
9986         `mode-line-buffer-identification' instead of using
9987         `wl-make-modeline'.
9988
9989         * wl-util.el (wl-make-modeline-subr): Abolish.
9990         (wl-mode-line-buffer-identification): New alias.
9991
9992         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9993         (wl-summary-make-modeline): Abolish.
9994         (wl-summary-buffer-set-folder): Set
9995         `wl-summary-buffer-folder-indicator'.
9996         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9997         of using `wl-make-modeline'.
9998         (wl-summary-switch-to-clone-buffer): Don't set
9999         `mode-line-buffer-identification'.
10000         (wl-summary-goto-folder-subr): Ditto.
10001
10002         * wl-mule.el (wl-draft-overload-functions): Set
10003         `mode-line-buffer-identification' instead of using
10004         `wl-make-modeline'.
10005
10006         * wl-folder.el (wl-folder-mode): Set
10007         `mode-line-buffer-identification' instead of using
10008         `wl-make-modeline'.
10009         (wl-folder): Don't set `mode-line-buffer-identification'.
10010
10011 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10012
10013         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10014         instead of `member' for `wl-refile-guess-func-list' look-ups.
10015         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10016
10017 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10018
10019         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10020         `wl-message-button-dispatcher'.
10021
10022         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10023
10024         * wl-message.el (wl-message-button-dispatcher): Use it.
10025
10026         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10027         "In-Reply-To".
10028
10029         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10030         Bind `case-fold-search' to t.
10031
10032 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10033
10034         * wl-xmas.el (wl-message-overload-functions): Initialize
10035         `wl-message-button-map'.
10036
10037         * wl-mule.el (wl-message-overload-functions): Initialize
10038         `wl-message-button-map'.
10039
10040         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10041
10042         * wl-message.el (wl-message-button-map): New keymap.
10043         (wl-message-add-button): New function.
10044         (wl-message-button-dispatcher): New function.
10045         (wl-message-button-refer-article): New function.
10046
10047         * wl-highlight.el
10048         (wl-highlight-message-add-buttons-to-header): New function.
10049         (wl-highlight-headers): Use it.
10050
10051 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10052
10053         * wl-summary.el (wl-summary-default-from): Use
10054         `wl-address-get-petname-1'.
10055         (wl-summary-simple-from): Ditto.
10056
10057         * wl-address.el (wl-address-get-petname-1): New inline function.
10058         (wl-address-get-petname): Use it.
10059
10060 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10061
10062         * wl-summary.el (wl-summary-default-from): Return full-name part
10063         from the address if no petname was found.
10064         (wl-summary-simple-from): Ditto.
10065
10066         * wl-address.el (wl-address-get-petname): Return nil if no petname
10067         associated with the address was found.
10068
10069 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10070
10071         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10072         display is finished.
10073
10074 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10075
10076         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10077         `elmo-folder-exists-p' argument.
10078
10079 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10080
10081         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10082         the folder.
10083
10084 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10087
10088         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10089         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10090
10091 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10092
10093         * wl-folder.el (wl-folder-create-subr): New function.
10094         (wl-folder-confirm-existence): Use it.
10095         (wl-folder-check-one-entity): Use it.
10096         Check the error symbol is derived from 'elmo-open-error.
10097
10098         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10099         `ignore-error'.
10100
10101 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10102
10103         * wl-util.el (toplevel): Add (eval-when-compile (require
10104         'elmo-util)).  (Maybe `provide' is typo.)
10105
10106 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10107
10108         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10109         (I don't know why this was needed.)
10110
10111         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10112         Follow up changes for stream-type.
10113
10114         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10115         (wl-draft-elmo-nntp-send): Ditto.
10116
10117         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10118         (wl-nntp-posting-stream-type): Ditto.
10119         (wl-pop-before-smtp-ssl): Abolished.
10120         (wl-nntp-posting-ssl): Ditto.
10121
10122         * wl-address.el (wl-address-quote-specials): New function.
10123         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10124
10125         * wl-draft.el (wl-draft-reply): Ditto.
10126
10127 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10128
10129         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10130         use function `wl-string-match-assoc'.
10131
10132 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10133
10134         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10135
10136         * wl-draft.el (wl-draft-deduce-address-list): New function.
10137         (wl-draft-parse-mailbox-list): Ditto.
10138         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10139         instead of `smtp-deduce-address-list'.
10140         (wl-draft-on-field-p): Follow group list.
10141
10142         * wl-address.el (wl-address-concat-token): New function.
10143         (wl-address-string-without-group-list-contents): Ditto.
10144         (wl-complete-field-body): Fixed problem of completion
10145         by japanese petname.
10146         (wl-address-make-completion-list): Rewrite.
10147
10148 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10149
10150         * wl-address.el (wl-address-make-completion-list): Completion by
10151         petname.
10152         (wl-complete-field-body): Likewise.
10153
10154 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10155
10156         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10157         contains invalid address syntax.
10158
10159 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10160
10161         * wl-folder.el (wl-folder-check-entity-async): Use
10162         `elmo-nntp-spec-hostname'.
10163
10164 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10165
10166         * wl-summary.el (wl-summary-msgdb-load-async): Use
10167         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10168
10169 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10170
10171         * wl-draft.el (wl-draft-reply): Set argument
10172         `content-transfer-encoding' as nil.
10173
10174 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10175
10176         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10177         `wl-refile-alist'.
10178
10179 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10180
10181         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10182         (wl-draft-edit-string): Ditto.
10183         (wl-draft-forward): Ditto.
10184         * wl-summary.el (wl-summary-write): Ditto.
10185
10186 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10187
10188         * wl-summary.el (wl-summary-sync-update3): Call
10189         `wl-summary-buffer-number-column-detect'.
10190         (wl-summary-buffer-number-column-detect): Search from point-min.
10191
10192 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10193
10194         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10195         contains an address which is not included in original to or cc.
10196
10197 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10198
10199         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10200         begin-line does not exist.
10201         * wl-message.el (wl-message-uu-substring): Ditto.
10202
10203 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10204
10205         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10206         clear local variables.
10207         (wl-summary-exit): Call `elmo-commit'.
10208         (wl-summary-switch-to-clone-buffer): Call
10209         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10210         (wl-summary-goto-folder-subr): Ditto.
10211
10212         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10213         POP folder.
10214
10215 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10216
10217         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10218         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10219         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10220         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10221         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10222         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10223
10224         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10225
10226 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10227
10228         * wl-summary.el (wl-summary-search-by-subject):
10229         Search parent message from the latest one.
10230
10231 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10232
10233         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10234         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10235
10236         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10237         New user option.
10238
10239         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10240         if elmo-nntp-use-killed-list is nil.
10241         Use `elmo-msgdb-append-to-killed-list'.
10242         (Append numbers confirmed as disappeared to the killed list.)
10243         (wl-summary-confirm-appends): Don't display negative number.
10244
10245 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10246
10247         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10248
10249 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10250
10251         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10252         range is `all'.
10253         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10254         `elmo-list-bigger-diff'.
10255
10256 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10257
10258         * wl-summary.el (wl-summary-buffer-exit-func):
10259         New buffer local variable.
10260         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10261
10262 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10263
10264         * wl-demo.el (wl-demo): Fix the last change.
10265
10266 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10267
10268         * wl-demo.el (wl-demo): Don't use `eval'.
10269
10270 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10271
10272         * wl-summary.el (wl-summary-buffer-thread-modified):
10273         New buffer-local variable.
10274         (wl-summary-set-thread-modified): New function.
10275         (wl-summary-thread-modified-p): New function.
10276         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10277         (wl-summary-yank-saved-message): Use function
10278         `wl-summary-set-thread-modified'
10279         (wl-summary-switch-to-clone-buffer): Add
10280         `wl-summary-buffer-thread-modified'.
10281
10282         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10283         (wl-summary-buffer-mark-saved-hook): Ditto.
10284         * wl-summary.el (wl-summary-msgdb-save): New hook
10285         `wl-summary-buffer-message-saved-hook' and
10286         `wl-summary-buffer-mark-saved-hook'.
10287
10288 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10289
10290         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10291
10292 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10293
10294         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10295         don't hide scroll bars under FSF Emacsen because it may incur an
10296         undesirable redrawing.
10297
10298 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10299
10300         * wl-draft.el (wl-draft-edit-string): Call
10301         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10302
10303 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10304
10305         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10306
10307 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10308
10309         * wl-summary.el (wl-summary-msgdb-load-async): Call
10310         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10311
10312 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10313
10314         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10315         fringes in demo buffer; center bitmap logo correctly even if old
10316         Mule is used.
10317
10318 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10319
10320         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10321
10322         * wl-refile.el (wl-refile-subject-alist): New variable.
10323         (wl-refile-subject-alist-file-name): Ditto.
10324         (wl-refile-alist-setup): Rewrite.
10325         (wl-refile-alist-save): Use `elmo-object-save'.
10326         Eliminated arguments.
10327         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10328         (wl-refile-guess-by-subject): New function.
10329         (wl-refile-guess-func-list): Added it.
10330
10331 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10332
10333         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10334         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10335
10336 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10337
10338         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10339         New buffer-local variable.
10340         (wl-summary-buffer-next-folder-func): Ditto.
10341         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10342         if non-nil.
10343         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10344         if non-nil.
10345         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10346         if non-nil.
10347         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10348         if non-nil.
10349
10350 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10351
10352         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10353         permanently in the demo buffer.
10354
10355 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10356
10357         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10358         `mime-entity-fetch-field'.
10359
10360         * wl.el (wl-exit): Delete plugged buffer.
10361
10362         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10363         XEmacs has menubar feature.
10364
10365 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10366
10367         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10368         cannot arrive at the beginning of the buffer under old Emacsen.
10369
10370 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10371
10372         * wl-address.el (wl-address-ldap-search):
10373         Call `ldap-search-entries' with `withdn' argument t.
10374         (wl-complete-field-body): Bind completion-ignore-case as t.
10375         Clear ldap search hash when it was sole completion.
10376         Use elmo-string for pattern string.
10377         (wl-ldap-alias-safe-string): Eliminated needless let.
10378
10379 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10380
10381         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10382         (wl-ldap-alias-sep): New constant.
10383         (wl-ldap-search-attribute-type-list): Ditto.
10384         (wl-ldap-get-value): New function.
10385         (wl-ldap-make-filter): Ditto.
10386         (wl-ldap-make-matched-value-list): Ditto.
10387         (wl-ldap-alias-safe-string): Ditto.
10388         (wl-ldap-register-dn-string): Ditto.
10389         (wl-address-ldap-search): Rewrite.
10390
10391 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10392
10393         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10394         thread is deleted.
10395         (wl-thread-delete-line-from-buffer): Ditto.
10396         (wl-thread-get-exist-children): New function.
10397
10398 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10399
10400         * wl-demo.el (wl-demo): Made it to select various image types.
10401         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10402         from `wl-title-logo'.
10403         (wl-logo-ascii): New variable.
10404         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10405         (wl-demo-copyright-notice): New constant.
10406
10407         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10408
10409 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10410
10411         * wl-vars.el (wl-summary-target-above): Renamed from
10412         wl-summary-temp-above.
10413         * wl-score.el (wl-score-get-score-alist): Use it.
10414         (wl-summary-score-update-all-lines): Use it.
10415         * wl-summary.el: Ditto. (make-variable-buffer-local).
10416
10417 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10418
10419         * wl-vars.el (wl-ldap-port): New user option.
10420
10421         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10422         Rewite whole implementation.
10423         (wl-complete-field-body): Fixed.
10424
10425 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10426
10427         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10428         Choose implementation at compile time.
10429
10430 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10431
10432         * wl-address.el (wl-ldap-search-internal): New function.
10433         (wl-complete-field-to): Use it.
10434
10435 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10436
10437         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10438         Use `let' instead of `let*'.
10439         Require 'wl-vars.
10440
10441         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10442         Define as defcustom.
10443         (wl-ldap-base): Ditto.
10444         (wl-use-ldap): Ditto.
10445
10446 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10447
10448         * wl-address.el (wl-ldap-search): New function.
10449         (wl-complete-field-body): Use `wl-ldap-search'.
10450         (wl-ldap-server): New variable.
10451         (wl-ldap-base): Ditto.
10452         (wl-use-ldap): Ditto.
10453
10454 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10455
10456         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10457         (Pointed out by Mito <mit@nines.nec.co.jp>).
10458         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10459         buffer-local variables like `wl-summary-redisplay-internal'.
10460         (wl-summary-redisplay-all-header): Likewise.  Update
10461         Summary view too.
10462
10463 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10464
10465         * wl-summary.el (wl-summary-jump-to-parent-message):
10466         Consider prefix argument.
10467
10468         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10469         when closed thread is deleted.
10470
10471 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10472
10473         * wl-summary.el (wl-summary-jump-to-parent-message):
10474         Consider thread modification.
10475
10476 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10477
10478         * wl-message.el (wl-message-normal-get-original-buffer): Use
10479         `save-excursion'.
10480
10481         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10482         (wl-summary-showto-folder-regexp): Ditto.
10483
10484 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10485
10486         * wl-util.el (wl-delete-alist): Doc fix.
10487         (wl-delete-associations): New function.
10488         (wl-inverse-alist): New function.
10489         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10490         Split temporary variables. Use `wl-delete-associations'
10491         and `wl-inverse-alist'.
10492         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10493
10494 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10495
10496         * wl-folder.el (wl-folder-prefetch-entity):
10497         Execute prefetching if new count is unknown.
10498
10499 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10500
10501         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10502
10503         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10504         delete entity.
10505         (wl-thread-set-parent): If insert as top, set linked as nil.
10506
10507         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10508         `wl-thread-cleanup-symbols' when view mode is thread.
10509
10510 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10511
10512         * wl-folder.el (wl-folder-create-folder-entity): Use
10513         with-current-buffer.
10514         (wl-local-folder-init): Call set-buffer to make sure we are in
10515         the Folder buffer. Don't touch buffer-local variables here.
10516         (wl-folder-mode): Initialize buffer-local variables here.
10517
10518         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10519         (wl-folder-entity-assign-id): Ditto.
10520         (wl-folder-create-entity-hashtb): Ditto.
10521         (wl-local-folder-init): Ditto.
10522         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10523
10524 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10525
10526         * wl-summary.el (wl-summary-default-from): Fix probrem when
10527         std11-extract-address-components return (nil "foo@bar").
10528
10529 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10530
10531         * wl-draft.el (wl-draft-clone-local-variables):
10532         Remove redundant `setq'.
10533
10534 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10535
10536         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10537         Bind wl-highlight-x-face-func as nil while highlighting header.
10538
10539 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10540
10541         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10542
10543 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10544
10545         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10546         elmo-msgdb-overview-hashtb from copy-variables.
10547         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10548         instead of `elmo-msgdb-overview-get-entity-by-number'.
10549         (wl-summary-auto-refile): Ditto.
10550
10551         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10552         `elmo-msgdb-overview-get-entity' instead of
10553         `elmo-msgdb-search-overview-entity'.  Use
10554         `elmo-msgdb-overview-get-entity' instead of
10555         `elmo-msgdb-overview-get-entity-by-number'.
10556         (wl-thread-insert-entity-sub): Ditto.
10557         (wl-thread-insert-message): Ditto.
10558
10559         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10560         `elmo-msgdb-overview-get-entity'.
10561         (wl-normal-message-redisplay): Ditto.
10562
10563 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10564
10565         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10566         `wl-thread-entities'.
10567         (wl-thread-delete-message): Fix remove top message from
10568         `wl-thread-entity-list'.
10569
10570         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10571         wl-append(nconc), because update-list is broken on Meadow.
10572
10573         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10574         updating process.
10575         (wl-summary-rescan): Ditto.
10576         (wl-summary-sync-update3): Ditto.
10577         * wl-thread.el (wl-thread-set-parent): Renamed from
10578         `wl-summary-set-parent'.
10579         (wl-thread-insert-message): Updating buffer faster.
10580         (wl-thread-delete-message): Updating buffer faster.
10581
10582         * wl-score.el (wl-summary-score-update-all-lines): Changed
10583         interval for display progress gauge.
10584
10585 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10586
10587         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10588         folder always-sticky.
10589         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10590         defmacro.
10591
10592 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10593
10594         * wl-vars.el (wl-draft-add-references): New user option.
10595
10596         * wl-draft.el (wl-draft-add-references): New function.
10597         (wl-draft-yank-from-mail-reply-buffer): Use it.
10598         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10599         as nil.
10600
10601 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10602
10603         * wl-thread.el (wl-thread-update-line-msgs): Called
10604         `wl-thread-update-line-on-buffer-sub'.
10605         (wl-thread-update-line-on-buffer): Delete routine of inserting
10606         thread.
10607         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10608         moved from `wl-thread-update-line-on-buffer'.
10609         Add threshold for displaying progress gauge.
10610         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10611         argument of `wl-thread-update-line-msgs'.
10612         Add threshold for displaying progress gauge.
10613         * wl-folder.el:
10614         Add threshold for displaying progress gauge.
10615         * wl-score.el: Ditto.
10616
10617         * wl-expire.el (wl-summary-expire): Display deleting info.
10618
10619 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10620
10621         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10622         `no-msg'.
10623         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10624         argument of `wl-thread-update-line-msgs'.
10625         (wl-summary-set-parent): Added optional argument `parent-number'.
10626         (wl-summary-buffer-saved-message): New buffer local variable.
10627         (wl-summary-save-current-message): New command.
10628         (wl-summary-yank-saved-message): Ditto.
10629         (wl-summary-mode-map): Added key binding for
10630         `wl-summary-save-current-message' (\ew) and
10631         `wl-summary-yank-saved-message' (\C-y).
10632         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10633
10634 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10635
10636         * wl-summary.el (wl-summary-mode-map): Added key binding for
10637         `wl-summary-set-parent' (ts).
10638
10639 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10640
10641         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10642         subject faster. If thread number is reverse, delayed updating
10643         thread.
10644         (wl-summary-search-by-subject): Ditto.
10645         (wl-summary-put-alike): Ditto.
10646         (wl-summary-get-alike): Ditto.
10647         (wl-summary-insert-headers): Insert header of all overview in
10648         buffer.
10649         (wl-summary-rescan): Delayed updating thread. Kill search subject
10650         buffer for wl-summary-search-by-subject.
10651         (wl-summary-sync-update3): Ditto.
10652         (wl-summary-exit): Ditto.
10653         (wl-summary-goto-bottom-of-current-thread): Change for linked
10654         thread.
10655         (wl-summary-overview-create-summary-line): Change line for linked
10656         thread.
10657
10658         * wl-summary.el (wl-summary-update-thread): Use
10659         wl-thread-maybe-get-children-num.
10660         (wl-summary-set-parent): If change parent, move sub thread.
10661         (wl-summary-redisplay-internal): Add horizontal recenter.
10662         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10663
10664         * wl-thread.el (wl-thread-entity-get-linked): New function.
10665         (wl-thread-entity-set-linked): New function.
10666         (wl-thread-create-entity): Add linked element.
10667         (wl-thread-entity-insert-as-top): Use wl-append.
10668         (wl-thread-maybe-get-children-num): If closing thread, return
10669         children msgs.
10670         (wl-thread-update-line-msgs): Displaying progress message.
10671         (wl-thread-update-line-on-buffer-sub): Use
10672         wl-thread-maybe-get-children-num.
10673         (wl-thread-update-line-on-buffer): If update line is not exists,
10674         insert thread.
10675         (wl-thread-delete-message): If delete top msg of thread, search
10676         parent by subject.
10677         (wl-thread-insert-entity): Use
10678         wl-thread-maybe-get-children-num.
10679
10680         * wl-highlight.el (wl-highlight-summary-current-line): change
10681         sregexp for linked thread.
10682         * wl-util.el (wl-count-lines): Count lines.
10683         (wl-horizontal-recenter): horizontal recenter.
10684         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10685         (wl-score-get-alike): Ditto.
10686         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10687         (wl-subject-length-limit): New variable.
10688         (wl-highlight-thread-indent-string-regexp): Changed for linked
10689         thread.
10690
10691 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10692
10693         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10694         New variable (revival).
10695         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10696         by subject matching if there's no in-reply-to nor references field
10697         (revival).
10698
10699 \f
10700 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10703         message.
10704
10705 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10706
10707         * wl-summary.el (wl-summary-reply): Return t if there was a
10708         message at cursor point.
10709         Added unwind-protect.
10710         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10711         returns t.
10712         (wl-summary-cancel-message): Do nothing when there's no message at
10713         cursor point.
10714         (wl-summary-forward): Ditto.
10715         (wl-summary-jump-to-parent-message): Ditto.
10716         (wl-summary-reedit): Ditto.
10717         (wl-summary-edit-addresses): Ditto.
10718         (wl-summary-pipe-message): Ditto.
10719         (wl-summary-print-message-with-ps-print): Ditto.
10720         (wl-summary-print-message): Ditto.
10721         (wl-summary-mark-as-important): Ditto.
10722         (wl-summary-mark-as-unread): Ditto.
10723
10724         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10725         message at cursor point.
10726         (wl-summary-reply-with-citation): Remove unwind-protect.
10727
10728         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10729         subject searching feature.
10730         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10731         Eliminated.
10732
10733 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10734
10735         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10736         New variable.
10737         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10738         by subject matching if there's no in-reply-to nor references field.
10739
10740         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10741
10742         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10743         when display is finished.
10744         (wl-folder-open-all): Ditto.
10745         (wl-folder-update-access-group): Ditto.
10746         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10747         * wl-thread.el (wl-thread-close-all): Ditto.
10748
10749         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10750         progress gauge only when it was displayed.
10751         * wl-folder.el (wl-folder-insert-entity): Ditto.
10752
10753 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10754
10755         * wl-summary.el (wl-summary-incorporate): Enclose
10756         `wl-summary-sync-force-update' with save-excursion.
10757
10758 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10759
10760         * wl-summary.el (wl-summary-prefetch-region):
10761         Pass current cursor point to `pos-visible-in-window-p' after
10762         moving cursor to the started point.
10763
10764 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10765
10766         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10767
10768         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10769         fields from the forwarding message.
10770         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10771         `ignored-fields'.
10772
10773 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10774
10775         * wl-mime.el (wl-message-request-partial):
10776         Eliminated argument `msgdb'.
10777         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10778         (wl-mime-combine-message/partial-pieces): Likewise.
10779         * tm-wl.el (wl-message-request-partial): Likewise.
10780         (wl-mime-combine-message/partial-pieces): Likewise.
10781
10782 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10783
10784         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10785         when display is finished.
10786
10787 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10788
10789         * wl-summary.el (wl-summary-goto-folder-subr):
10790         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10791
10792 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10793
10794         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10795         when cursor point is visible.
10796
10797 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10798
10799         * wl-expire.el (wl-expire-archive-get-max-number):
10800         Don't use `file-name-directory'.
10801
10802 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10803
10804         * wl-expire.el (wl-expire-archive-get-max-number):
10805         Use `file-name-directory'.
10806
10807 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10808
10809         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10810         only when there is progress.
10811
10812 2000-04-13  Mito <mit@nines.nec.co.jp>
10813
10814         * wl-summary.el (wl-summary-sync-marks): Display progress.
10815
10816 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10817
10818         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10819         (wl-summary-prev): Move cursor regardless of unread status.
10820         (wl-summary-next): Ditto.
10821
10822 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10823
10824         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10825         Added argument `target' and `number'.
10826         * tm-wl.el (wl-summary-burst-subr): New function.
10827         (wl-summary-burst): Use it.
10828
10829 2000-04-10  Mito <mit@nines.nec.co.jp>
10830
10831         * wl-mime.el (wl-burst): New function.
10832         (wl-summary-burst): Use it.
10833
10834 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10835
10836         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10837         as petname when there's no candidate.
10838
10839 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10840
10841         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10842         New variable.
10843         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10844
10845         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10846
10847         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10848
10849 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10850
10851         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10852         Use substring of `original' instead of buffer-substring.
10853         (wl-refile-evaluate-rule):
10854         Set `original' argument of wl-refile-expand-newtext.
10855
10856         * wl-summary.el
10857         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10858         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10859         (wl-summary-auto-refile): Check existence of destination folder just
10860         before marking.
10861
10862 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10863
10864         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10865         when wl-refile-get-field-value return nil.
10866
10867 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10868
10869         * wl-refile.el
10870         (wl-refile-expand-newtext): New function imported from Gnus.
10871         (wl-refile-evaluate-rule): Use it.
10872
10873 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10874
10875         * wl-summary.el (wl-summary-print-destination):
10876         Duplicate folder string to avoid putting text-property on
10877         original string.
10878
10879         * wl-refile.el (wl-refile-get-field-value): New function.
10880         (wl-refile-evaluate-rule): New function;
10881         Evaluate refile rule recursively.
10882         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10883         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10884         New function; Check existence of a target folder recursively.
10885         (wl-summary-auto-refile-check-refile-rule-alist):
10886         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10887
10888 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10889
10890         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10891
10892         * wl-folder.el (wl-create-folder-entity-from-buffer):
10893         Fixed problem when '}' character is contained in folder name.
10894
10895         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10896
10897 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10898
10899         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10900         (wl-fldmgr-add-completion-all-completions):
10901         Use wl-fldmgr-add-completion-hashtb.
10902
10903 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10904
10905         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10906         wl-fldmgr-add-completion-subr): New functions.
10907         * wl-folder.el (wl-folder-completion-func): New variable.
10908         * wl-summary.el (wl-summary-read-folder):
10909         Use wl-folder-completion-func.
10910
10911         * wl-refile.el: Eliminate throw & catch.
10912
10913         * wl.el (wl-plugged-sending-queue-status): Fixed.
10914
10915 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10916
10917         * wl-draft.el (wl-draft): Put category property on
10918         mail-header-separator.