* wl-util.el (wl-read-shell-commande): New function or alias.
[elisp/wanderlust.git] / wl / ChangeLog
1 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-util.el (wl-read-shell-commande): New function or alias.
4
5         * wl-summary.el (wl-summary-pipe-message): Use
6         `wl-read-shell-command' instead of `read-string'.
7         (wl-summary-target-mark-pipe): Ditto.
8
9 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-summary.el (wl-summary-reply): Fix docstring.
12         * wl-draft.el (wl-draft-reply): Ditto.
13
14 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
15
16         * wl-mime.el (wl-summary-extract-attachments): New command.
17         (wl-summary-extract-attachments-1): New internal function.
18
19 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-expire.el (wl-expire-folder): New function (split from
22         wl-summary-expire).
23         (wl-summary-expire): Use it. Add argument `all' instead of remove
24         `nolist'. Cause an error only if this function is calling
25         interactively.
26
27 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-expire.el (wl-expire-refile): Display progress message.
30         (wl-summary-expire): Simplify.
31
32         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
33         unused argument `deleting-info'.
34
35 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-vars.el (wl-message-popup-buffers): New user option.
38
39         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
40         (wl-message-delete-popup-windows): New function that substitues
41         above one.
42         (wl-mime-setup): Follow the above change.
43
44 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
45
46         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
47
48 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
49
50         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
51         "tkm" to wl-thread-spam.
52
53 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * wl-thread.el (wl-thread-entity-insert-as-children): Use
56         wl-thread-entity-set-children.
57         (wl-thread-insert-message, wl-thread-insert-entity-sub,
58         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
59         Use wl-thread-entity-get-*.
60
61 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-mime.el (wl-epg-progress-callback): New function.
64         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
65         with `elmo-with-progress-display'. Set a progress callback
66         function to epg-context.
67         (wl-mime-pgp-verify-region-with-epg): Ditto.
68
69 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-util.el (wl-completing-read-multiple): Define as an alias of
72         `completing-read-multiple' if emacs-version is not less than 22.
73
74 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
77         change.
78
79 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-summary.el (wl-summary-sync-update): Move
82         `wl-thread-update-indent-string-thread' to outside of
83         `elmo-with-progress-display'.
84
85 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-message.el (wl-message-exit): Check buffer existence.
88
89 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-util.el (wl-simple-display-progress): New function.
92         (wl-display-progress-with-gauge): Ditto.
93         (wl-progress-callback-function): Ditto.
94
95         * wl.el (wl-init): Set `elmo-progress-callback-function' as
96         `wl-progress-callback-function'
97
98         * wl-vars.el (wl-display-progress-threshold): New user option.
99         (wl-display-progress-function): Ditto.
100
101         * Version number is increased to 2.15.5.
102
103 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
104
105         * wl-thread.el (wl-thread-close-children): New function.
106         (wl-thread-open-children): Ditto.
107         * wl-action.el (wl-summary-set-mark): Redo the last change by
108         using it.
109
110         * wl-action.el (wl-summary-set-mark): Undo the last change.
111         Forbid interactive call.
112
113 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-mime.el (wl-define-dummy-functions): New macro.
116         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
117         `wl-mime-pgp-decrypt-region'.
118         (wl-mime-pgp-verify-region-with-epg): Renamed from
119         `wl-mime-pgp-verify-region'.
120         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
121         `wl-mime-pgp-decrypt-region'.
122         (wl-mime-pgp-verify-region-with-pgg): Renamed from
123         `wl-mime-pgp-verify-region'.
124         (wl-mime-pgp-decrypt-region): New function; To select dispatch
125         function at runtime.
126         (wl-mime-pgp-verify-region): Ditto.
127
128         * wl-vars.el (wl-use-pgp-module): New user option.
129
130 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
133         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
134
135 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
138         even if there are target marks only.
139
140 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * Version number is increased to 2.15.4.
143
144 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-folder.el (wl-folder-check-one-entity): Simplify.
147
148 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
151         variable.
152
153 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
154
155         * wl-spam.el (wl-thread-test-spam): New function.
156         (wl-spam-setup): Bind "tkc".
157
158 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-expire.el (wl-folder-expire-entity): Rewite without
161         `wl-summary-goto-folder-subr'.
162         (wl-folder-expire-current-entity): Don't kill summary buffer.
163
164 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-folder.el (wl-folder-sync-entity): Rewrite without
167         `wl-summary-goto-folder-subr'.
168         (wl-folder-mark-as-read-all-entity): Likewise.
169
170         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
171
172 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
173
174         * wl-thread.el (wl-thread-force-open): Arranged.
175
176 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
179         from regexp.
180
181         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
182         (wl-read-search-condition-internal): Append them.
183
184 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-vars.el (wl-additional-search-condition-fields):
187         New user option.
188
189         * wl-util.el (wl-search-condition-fields): New function; export
190         from `wl-read-search-condition-internal'.
191         (wl-read-search-condition-internal): Use it.
192
193         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
194
195 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-summary.el (wl-summary-define-sort-command): New function.
198         (wl-summary-sort-by-date, wl-summary-sort-by-number)
199         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
200         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
201         define by `wl-summary-define-sort-command' at runtime.
202
203         * wl.el (wl-init): Call wl-summary-define-sort-command.
204
205 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
208         properties at the decrypting region.
209
210 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-util.el (wl-find-region): New function.
213
214         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
215         coding system.
216         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
217         property `wl-mime-decoded-coding-system'.
218         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
219         property `wl-mime-decoded-coding-system' to encode text.
220
221         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
222         message.
223         (wl-mime-pgp-verify-region): Ditto.
224
225 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
228         buffer. Use epa-display-verify-result.
229
230 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-draft.el (wl-draft-send): Continue even if setting parent
233         flag was failed.
234
235 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * wl-message.el (wl-message-flag-indicator): Fixed the problem
238         of returning string only of parentheses.
239
240 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-summary.el (wl-summary-write): Add argument `folder'.
243         (wl-summary-write-current-folder): Change argument `folder' from
244         optional to require.
245         (wl-summary-get-buffer): Return the buffer associated folder only.
246
247         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
248         change.
249         (wl-folder-toggle-disp-summary): Ditto.
250
251         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
252         current summary as parent-folder.
253
254 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-draft.el (wl-draft-reedit): Don't overwrite
257         wl-draft-parent-folder.
258
259 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
262         (wl-mime-pgp-verify-region): Ditto.
263         (wl-message-decrypt-pgp-nonmime): Use the above function.
264         (wl-message-verify-pgp-nonmime): Likewise.
265         (wl-mime-preview-application/pgp): Likewise.
266
267 2006-04-20  Kenichi Okada  <okada@opaopa.org>
268
269         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
270         Fix about the order of `wl-nntp-posting-port' and
271         `wl-nntp-posting-stream-type'.
272         * wl.el (wl-plugged-port-label-alist): Add smtp.
273
274 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-summary.el (wl-summary-message-status): New macro.
277
278         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
279         (wl-summary-killed-mark): New user option.
280
281         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
282         API change.
283         (wl-thread-insert-entity-sub): Ditto.
284         (wl-thread-recover-messages): New command.
285
286         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
287         Don't call `wl-highlight-summary-current-line' directly.
288         (wl-summary-buffer-attach): Connect to signal `status-changed'
289         instead of `cache-changed'.
290         (wl-summary-buffer-detach): Follow the above change.
291         (wl-summary-detect-mark-position): Follow the API change.
292         (wl-summary-rescan-message): Ditto.
293         (wl-summary-insert-sequential): Ditto.
294         (wl-summary-update-thread): Ditto.
295         (wl-summary-message-mark): Ditto.
296         (wl-summary-persistent-mark): Ditto.
297         (wl-summary-create-line): Ditto.
298         (wl-summary-prefetch-region-no-mark): Call
299         `wl-summary-persistent-mark' with number.
300         (wl-summary-recover-messages-region): New command.
301         (wl-summary-target-mark-recover): Ditto.
302         (wl-summary-recover-message): Ditto.
303         (wl-summary-persistent-mark-string): Add argument `status' instead
304         of remove arguments `flags' and `cached'.  Treat killed status.
305         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
306
307         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
308         (wl-highlight-summary-line-face-spec): Treat killed status.
309         (wl-highlight-summary-line-string): Follow the API change.
310         (wl-highlight-summary-current-line): Ditto.
311
312         * Version number is increased to 2.15.3.
313
314 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
317         of symbolp to test whether the condition is function.
318
319 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
322         to nil.
323
324 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-summary.el (wl-summary-buffer-message-ring): New internal
327         variable.
328         (wl-summary-buffer-last-displayed-msg): Abolish.
329         (wl-summary-push-message): New function.
330         (wl-summary-pop-message): Ditto.
331         (wl-summary-goto-folder-subr): Reset
332         `wl-summary-buffer-message-ring'.
333         (wl-summary-pop-to-last-message): New command.
334         (wl-summary-goto-last-displayed-msg): Call
335         wl-summary-pop-to-last-message if optional argument is non-nil or
336         the last command is itself.
337         (wl-summary-redisplay-internal): Push last message number into
338         `wl-summary-buffer-message-ring'.
339
340         * wl-vars.el (wl-summary-message-ring-max): New user option.
341
342 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
345         from `wl-draft-reply').
346         (wl-draft-reply): Use it.
347         (wl-draft-find-reply-headers): Avoid compile warning.
348
349 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
352
353 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-message.el (wl-message-flag-indicator): New function.
356         (wl-message-redisplay): Use it.
357
358 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
359
360         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
361
362 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363
364         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
365         instead of `read-event'.
366
367         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
368
369         * wl-mule.el (wl-read-event-char): Ditto.
370
371         * wl-e21.el (wl-read-event-char): Ditto.
372
373 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
374
375         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
376
377 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-vars.el (wl-draft-send-confirm-type): New user option.
380
381         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
382
383         * wl-draft.el (wl-draft-send-confirm): Confirmation by
384         `wl-draft-send-confirm-type'
385
386 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
387
388         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
389         Avoid error when the buffer name is already used.
390
391 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
392
393         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
394         the change of elmo-nmz -> elmo-search.
395         (wl-highlight-summary-line-help-echo-alist): Ditto.
396         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
397         (wl-nmz-folder-icon): Define as obsolete.
398         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
399         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
400
401 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-summary.el (wl-summary-get-list-info): Rewrite with
404         `elmo-find-list-match-value'
405
406 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-summary.el (wl-summary-get-list-info): Optimize.
409         Use List-Id and List-Post also.
410
411 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
414
415 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
416
417         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
418
419 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-util.el (wl-completing-read-multiple-1): New internal function.
422         (wl-completing-read-multiple-2): Ditto.
423         (wl-completing-read-multiple): Define use above functions.
424
425         * wl-summary.el (wl-summary-sort): Removed the workaround for a
426         bug of `completing-read-multiple' about default value.
427
428         * wl-xmas.el (wl-completing-read-multiple): Removed.
429
430         * wl-mule.el (wl-completing-read-multiple): Ditto.
431
432         * wl-e21.el (wl-completing-read-multiple): Ditto.
433
434 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-util.el (wl-filter-associations): New function.
437
438         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
439         (wl-spam-ignored-folder-list): Ditto.
440         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
441         (wl-spam-string-member-p): New function.
442         (wl-spam-domain): Use it.
443         (wl-spam-split-numbers): New function.
444         (wl-spam-apply-partitions): Ditto.
445         (wl-spam-register-spam-messages): Use `folder' instead of
446         `wl-summary-buffer-elmo-folder'.
447         (wl-spam-register-good-messages): Ditto.
448         (wl-summary-exec-action-spam): Decide a domain by real folder of
449         message.
450         (wl-summary-exec-action-refile-with-register): Likewise.
451
452 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-e21.el (wl-e21-find-image): New function.
455         (wl-e21-setup-toolbar): Use it instead of `find-image'.
456         (wl-e21-highlight-folder-group-line): Ditto.
457         (wl-folder-init-icons): Ditto.
458         (wl-plugged-init-icons): Ditto.
459         (wl-biff-init-icons): Ditto.
460
461 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
464         (wl-inhibit-save-drafts): New internal variable.
465         (wl-disable-auto-save): Ditto.
466         (wl-save-drafts): Treat above variables.
467         (wl-auto-save-drafts): New function.
468         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
469         `wl-stop-save-drafts'.
470         (wl-start-save-drafts): New function.
471         (wl-stop-save-drafts): Ditto.
472         (wl-set-auto-save-draft): New command.
473
474         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
475         `wl-set-save-drafts'.
476
477 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
480         `make-local-variable' instead of `make-variable-buffer-local'.
481
482 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
485
486 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
489
490 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
493         of working buffer.
494
495 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
498
499         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
500         value into recipients; Bind `wl-draft-remove-group-list-contents'
501         as nil.
502
503 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-summary.el (wl-summary-sort): Fixed the last change.
506
507         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
508         (wl-summary-sort-messages): Ditto.
509         (wl-summary-rescan): Use it.
510         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
511         `completing-read'; Append candidates for reverse order.
512
513 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * Version number is increased to 2.15.2.
516
517 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
520         "Smaller".
521         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
522
523 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
524
525         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
526
527 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-vars.el (wl-draft-additional-header-alist): Add into the
530         customize group `wl-draft'.
531         (wl-draft-add-in-reply-to): Move customize group from `wl' to
532         `wl-draft'.
533         (wl-draft-add-references): Ditto.
534
535         * wl-action.el (wl-summary-print-argument): Rename argument from
536         `folder' to `data'.
537
538 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-summary.el (wl-summary-rescan-message): Call
541         `wl-thread-cleanup-symbols' before insert thread.
542
543 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl.el (wl-init): Set `elmo-get-folder-function' as
546         `wl-folder-make-elmo-folder'.
547
548         * wl-spam.el (wl-summary-exec-action-spam): Use
549         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
550
551         * wl-folder.el (wl-folder-make-elmo-folder): New function.
552         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
553         `elmo-make-folder'.
554         (wl-folder-get-elmo-folder): Ditto.
555         (wl-folder-create-subr): Simplify.
556
557 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
560
561 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
564         contents in message buffer instead of original buffer. If optional
565         argument specified, ask coding system for encode.
566
567 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
568
569         * wl-spam.el (wl-summary-test-spam-region): New function.
570         (wl-spam-setup): Bind "rkc".
571
572 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
575
576 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
577
578         * wl-spam.el (wl-summary-test-spam): Fix typo.
579         (wl-message-check-spam): Ditto.
580
581 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-summary.el (wl-summary-default-from): Simplify.
584
585 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-action.el (wl-summary-exec-action-refile): Simplify.
588         (wl-summary-exec-action-copy): Ditto.
589         (wl-summary-auto-refile): Check existence of temporary mark.
590
591 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-summary.el (wl-summary-create-line): Use
594         `elmo-time-to-datevec'.
595
596         * wl-expire.el (wl-expire-archive-date): Ditto.
597         (wl-expire-localdir-date): Ditto.
598
599         * wl-util.el (wl-day-number): Abolish.
600
601         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
602         of `wl-day-number'.
603         (wl-score-followup): Ditto.
604         (wl-score-add-followups): Ditto.
605         (wl-score-get-latest-msgs): Ditto.
606         (wl-score-get-header-entry): Ditto.
607         (wl-score-edit-insert-date): Ditto.
608
609 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
612         `elmo-message-entity-field' with 2nd argument `type'.
613
614 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
615
616         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
617
618 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-thread.el (wl-thread-delete-message): Delete descendant
621         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
622
623 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
624
625         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
626
627 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
628
629         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
630         `Access folder'.
631
632 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-vars.el (wl-access-folder-icon): New user option.
635
636         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
637         `Access folder'.
638
639 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-summary.el (wl-summary-buffer-set-folder): Use
642         `wl-folder-mime-charset'.
643
644         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
645         `mime-charset'.
646         (wl-folder-get-elmo-folder): Ditto.
647         (wl-folder-mime-charset): New function.
648
649 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-util.el (wl-parse-addresses): Define alias of
652         `elmo-parse-addresses' (move to `elmo-util.el').
653
654         * wl-summary.el (wl-summary-default-from): Follow the API change.
655         (wl-summary-overview-entity-compare-by-date): Ditto.
656         (wl-summary-overview-entity-compare-by-from): Ditto.
657         (wl-summary-get-list-info): Get value of `ml-info' field from
658         entity at first.
659         (wl-summary-rescan-message): Treat prefix argument.
660         (wl-summary-prefetch-msg): Follow the API change.
661         (wl-summary-search-by-subject): Ditto.
662         (wl-summary-insert-thread): Ditto.
663         (wl-summary-line-subject): Ditto.
664         (wl-summary-line-from): Ditto.
665         (wl-summary-create-line): Ditto.
666         (wl-summary-print-message-with-ps-print): Ditto.
667
668         * wl-score.el (wl-score-ov-entity-get): Ditto.
669         (wl-score-followup): Ditto.
670         (wl-score-add-followups): Use `elmo-message-entity-field' instead
671         of `car'.
672         (wl-score-get-latest-msgs): Follow the API change.
673         (wl-score-get-header): Ditto.
674
675         * wl-refile.el (wl-refile-learn): Ditto.
676         (wl-refile-subject-learn): Ditto.
677         (wl-refile-get-field-value): Ditto.
678         (wl-refile-guess-by-history): Ditto.
679         (wl-refile-guess-by-subject): Ditto.
680
681         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
682
683         * wl-expire.el (wl-expire-date-p): Removed.
684         (wl-expire-archive-date): Follow the API change.
685         (wl-expire-localdir-date): Ditto.
686         (wl-summary-expire): Ditto.
687
688         * Version number is increased to 2.15.1.
689
690 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
693         group is access or not (it is not strict, like wl-fldmgr-rename).
694
695 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
696
697         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
698         duplicate call of `wl-summary-print-argument' on the wrong line.
699
700 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
703         even if argument `number' is nil.
704         (wl-summary-insert-line): Print action argument if current message
705         has it.
706
707 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
710         (wl-draft-reply): Ditto.
711         (wl-draft): Add optional argument `parent-number' and call
712         `wl-draft-create-buffer' with it.
713         (wl-draft-create-buffer): Add optional argument
714         `parent-number'. Set wl-draft-parent-number as it.
715
716 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-folder.el (wl-folder-set-persistent-mark): If summary
719         buffer is not for given folder, don't use it.
720
721 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
722
723         * Version number is increased to 2.15.0.
724
725 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
728
729         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
730         (wl-highlight-get-face-by-name): New internal function.
731         (wl-highlight-summary-line-face-spec): Use it and fixed.
732
733 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-summary.el (wl-summary-sync-update): Use
736         `elmo-message-entity-field' instead of `car' to get message-id
737         from overview entity.
738
739         * wl-summary.el (wl-summary-rescan-message): Call
740         `wl-highlight-summary-displaying' when displaying a message.
741
742 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
743
744         * wl-draft.el (wl-draft-config-info-filename): Extracted from
745         `wl-draft-config-info-operation'.
746         (wl-draft-buffer-change-number): New function.
747         (wl-draft-rename-saved-config): Ditto.
748         * wl.el (wl-init): Connect slot for message-number-changed.
749         (toplevel): Add autoload for wl-draft-rename-saved-config.
750
751 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
754         `update-overview'
755         (wl-summary-buffer-detach): Disconnect from it.
756         (wl-summary-rescan-message): Use command.
757
758         * wl-message.el (wl-message-buffer-display): Use
759         `with-current-buffer' instead of `save-excursion'.
760
761 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-mime.el (wl-draft-preview-attributes-list): Protect
764         wl-draft-preview-attributes-list from distraction.
765
766 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * wl-summary.el (wl-summary-sync-update): Sort the return value of
769         `elmo-list-diff'.
770
771 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el
774         (wl-summary-edit-addresses-collect-candidate-fields): Use
775         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
776
777         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
778         instead of `elmo-set-work-buf'.
779
780         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
781         (wl-address-make-address-list): Ditto.
782
783         * Version number is increased to 2.13.3.
784
785 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
788         user option.
789
790         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
791         argument `5'.
792
793         * wl-message.el (wl-message-display-no-merge-p): New function.
794         (wl-message-buffer-display): Check whether the message is
795         reassembled and follow the API change.
796
797 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
800         multibyte on working buffer and removed unnecessary
801         `buffer-disable-undo'.
802
803 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-util.el (wl-read-search-condition-internal): Fixed the last
806         change.
807
808 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
809
810         * wl-util.el (wl-read-search-condition-internal): Protect
811         elmo-global-flags from distraction.
812
813 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
816
817         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
818         (wl-summary-event-handler): Ditto.
819         (wl-summary-update-persistent-mark-on-event): New
820         function (renamed from `elmo-event-handler-flag-changed').
821         (wl-summary-buffer-attach): New function.
822         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
823         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
824         instead of `elmo-folder-add-handler'.
825
826         * Version number is increased to 2.13.2.
827
828 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
831         and "\177" to the `wl-news-previous-page'.
832         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
833         (wl-news-previous-page): New function.
834
835 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
838         instead of `write-region' and simplify.
839
840 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-template.el (wl-template-select): Cause error if
843         `wl-template-alist' is nil.
844
845 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
846
847         * wl-news.el.in: Set file variable `no-byte-compile'.
848
849 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
852         whether a target message is within displaying area.
853         (elmo-event-handler-cache-changed): Ditto.
854
855 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
856
857         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
858         to `defun'.  Use `nconc' instead of `append' to collect descendant
859         message numbers.
860
861 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
862
863         * wl-thread.el (wl-thread-save-top-list)
864         (wl-thread-save-entities): Use `with-temp-buffer'.
865         * wl-news.el.in (wl-news-previous-version-load):
866         (wl-news-previous-version-save): Ditto.
867         * wl-summary.el (wl-summary-load-file-object)
868         (wl-summary-save-view-cache): Ditto.
869
870 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-util.el (toplevel): Require 'elmo-flag'.
873         (wl-read-search-condition): New function (Renamed from
874         `elmo-read-search-condition').
875         (wl-read-search-condition-internal): Likewise.
876
877         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
878         invalid.
879         (wl-summary-pick): Use `wl-read-search-condition' instead of
880         `elmo-read-search-condition'.
881         (wl-summary-virtual): Ditto.
882
883         * wl-folder.el (wl-folder-virtual): Ditto.
884         (wl-folder-pick): Ditto.
885
886         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
887
888 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * wl-summary.el (wl-summary-reedit): Call
891         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
892
893 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-mime.el (toplevel): Require wl-vars.
896
897         * wl-message.el (toplevel): Require cl at compile.
898
899         * wl-draft.el (toplevel): Require elmo.
900
901 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-message.el (wl-message-buffer-prefetch): Count is a number
904         and do nothing when it is not positive.
905         (wl-message-buffer-prefetch-next): Ditto.
906
907 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
910         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
911         (wl-summary-redisplay-internal): Ditto.
912
913         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
914         message (the condition is borrowed from `wl-check-variables-2').
915         (wl-summary-redisplay-internal): Ditto.
916
917 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-mime.el (wl-draft-nntp-attribute): New function.
920         (wl-draft-attribute-nntp-posting-server): Use it.
921         (wl-draft-attribute-nntp-posting-port): Ditto.
922
923         * wl-mime.el (wl-draft-preview-attributes-list): New function.
924         (wl-draft-show-attributes-buffer): Ditto.
925         (wl-draft-hide-attributes-buffer): Ditto.
926         (wl-draft-attribute-newsgroups): Ditto.
927         (wl-draft-attribute-nntp-posting-server): Ditto.
928         (wl-draft-attribute-nntp-posting-port): Ditto.
929         (wl-draft-preview-message): Use there functions.
930
931         * wl-vars.el (wl-draft-preview-attributes-list): Change default
932         value.
933
934 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
937         (wl-draft-reedit): Ditto.
938         (wl-draft-queue-flush): Ditto.
939
940         * wl-mime.el (wl-message-request-partial): Ditto.
941         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
942         instead of `elmo-message-fetch'.
943
944         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
945
946         * wl-summary.el (wl-summary-message-string): Ditto.
947
948 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-util.el (wl-current-message-buffer): Follow the API change.
951
952         * wl-summary.el (wl-summary-redisplay-internal): Call
953         `wl-summary-mark-as-read' with 2nd argument as nil and update
954         unread count instead of persistent mark.
955
956         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
957         variable.
958         (wl-message-redisplay): Follow the API change.
959         (wl-message-buffer-display): Managed mime-entity directly and
960         return preview buffer only.
961         (wl-message-display-internal): Rewrite.
962         (wl-message-buffer-prefetch-subr): Not save return value of
963         `wl-message-buffer-display'.
964
965         * Version number is increased to 2.13.1.
966
967 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
970         'elmo-multiple-fields-body-list' with boundary specified.
971
972 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-vars.el (wl-summary-resend-use-cache): New variable.
975         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
976         cache if `wl-summary-resend-use-cache' is non-nil.
977
978 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
979
980         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
981         (wl-nntp-posting-stream-type): Ditto.
982
983 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
984
985         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
986
987 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
988
989         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
990         message.
991
992 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
993
994         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
995         Abolish.
996         (wl-summary-buffer-persistent-mark-version): New internal
997         variable.
998         (wl-summary-update-mark-and-highlight-window): Check by
999         wl-summary-persistent-mark-invalid-p.
1000         (wl-summary-update-status-marks): Ditto.
1001         (elmo-event-handler-flag-changed): Rewrite.
1002         (elmo-event-handler-cache-changed): Define.
1003         (wl-summary-prefetch-msg): Does not update persistent mark here.
1004         (wl-summary-delete-cache): Ditto.
1005         (wl-summary-resume-cache-status): Ditto.
1006         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1007         (wl-summary-persistent-mark-invalid-p): New function.
1008         (wl-summary-validate-persistent-mark): Ditto.
1009         (wl-summary-validate-persistent-mark-string): Ditto.
1010         (wl-summary-invalidate-persistent-mark): Ditto.
1011         (wl-summary-update-persistent-mark): Call
1012         `wl-summary-validate-persistent-mark'.
1013         (wl-summary-create-line): Call
1014         `wl-summary-validate-persistent-mark-string'.
1015
1016         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1017         status as t if cache used.
1018
1019 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1020
1021         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1022         only if the target is group.
1023         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1024
1025 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1026
1027         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1028
1029 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1030
1031         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1032
1033         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1034
1035 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1036
1037         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1038         (Thanks to Yoichi NAKAYAMA).
1039
1040 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-util.el (wl-save-drafts): Restore echo area.
1043
1044 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1045
1046         * Version number is increased to 2.13.0.
1047
1048         * wl-util.el (wl-biff-check-folder-async): Use
1049         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1050
1051 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-message.el (wl-message-display-internal): Does not put
1054         wl-message-display-type property on message buffer.
1055         (wl-message-buffer-display-type): New function.
1056
1057         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1058
1059         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1060         `wl-summary-buffer-detach'.
1061         (wl-summary-message-display-type): Use
1062         `wl-summary-buffer-display-type'.
1063
1064 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1065
1066         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1067         buffer-local.
1068
1069         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1070         kill-buffer-hook instead of make-local-variable.
1071         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1072
1073 2004-12-12  Scott Renfro <scott@renfro.org>
1074
1075         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1076         regex for square-branket.
1077
1078 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1081         `wl-message-mime-analysis-p' with argument `header'.
1082
1083 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-mime.el (wl-draft-yank-current-message-entity): 
1086         Switch to no-mime following method according to wl-message-display-type
1087         property.
1088         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1089
1090         * wl-message.el (wl-message-display-internal): 
1091         Put wl-message-display-type property on message buffer.
1092
1093         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1094         (wl-message-display-internal): Ditto;
1095
1096         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1097
1098 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-message.el (wl-message-make-display-type): New function.
1101         (wl-message-display-type-property): Ditto.
1102         (wl-message-mime-analysys-p): Ditto.
1103         (wl-message-display-all-header-p): Ditto.
1104         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1105         added `display-type'.
1106         (wl-message-buffer-display): Likewise.
1107         (wl-message-display-internal): Likewise.
1108         (wl-message-buffer-display-type): Abolish.
1109         (wl-message-buffer-prefetch-subr): Follow the API changed.
1110
1111         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1112         from wl-summary-buffer-display-all-header and changed default value.
1113         (wl-summary-message-display-type): New function.
1114         (wl-summary-buffer-display-mime-mode): Ditto.
1115         (wl-summary-buffer-display-header-mode): Ditto.
1116         (wl-summary-toggle-mime): Rewrite with above functions.
1117         (wl-summary-toggle-all-header): Ditto.
1118         (wl-summary-redisplay): Force redisplay with default mode.
1119         (wl-summary-redisplay-internal): Renamed argument from `mode',
1120         `all-header' to `mime-mode', `header-mode'.
1121         Use `wl-message-make-display-type'.
1122
1123         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1124         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1125
1126 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1127
1128         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1129
1130 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1131
1132         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1133         in original message buffer.
1134         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1135         buffer.
1136
1137 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1140
1141 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1142
1143         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1144
1145 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1146
1147         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1148         when actions succeeded.
1149         (wl-summary-exec-action-copy): Likewise.
1150
1151 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1154         there is switch-to-buffer at the end of wl-message-select-buffer.
1155         (wl-summary-reply): Ditto.
1156
1157 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-summary.el (wl-summary-forward): Put subject in original
1160         message buffer as argument of wl-draft-forward.
1161         * wl-draft.el (wl-draft-forward): Decode subject as in
1162         wl-draft-reply.
1163
1164 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1167         a folder under access group.
1168
1169 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1172         wl-message-buffer-display.
1173
1174         * wl-util.el (wl-set-save-drafts): Fix typo.
1175
1176 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1179         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1180         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1181         the way to measure the width of a bitmap image; don't put face on
1182         ascii and bitmap images; put the mark which should not use the
1183         variable-pitch face on ascii and bitmap images.
1184         (wl-demo-setup-properties): Don't use the variable-pitch face on
1185         ascii and bitmap images; made it work on Emacs 20 and earlier.
1186         (wl-demo-insert-text): End with a newline at the bottom; don't put
1187         face on text.
1188
1189         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1190
1191 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1194
1195         * wl-util.el (wl-save-drafts): Moved from sample setting.
1196         (wl-set-save-drafts): New function to set idle timer.
1197         * wl-draft.el (wl-draft): Call it.
1198         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1199
1200 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1201
1202         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1203         a summary which has toggle display status off.
1204
1205 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1206
1207         * wl-draft.el (wl-draft-do-fcc): No cache save.
1208
1209 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-summary.el (elmo-event-handler-flag-changed): Use
1212         `set-buffer' instead of `with-current-buffer'.
1213
1214 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-summary.el (wl-summary-after-resize-function): New function.
1217         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1218         window-size-change-functions.
1219
1220 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * wl-draft.el (wl-draft-create-buffer): Bind
1223         `change-major-mode-hook' after current buffer is changed.
1224
1225         * wl-summary.el (wl-summary-buffer-detach): New function.
1226         (wl-summary-buffer-set-folder): Call it.
1227         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1228         change-major-mode-hook and kill-buffer-hook.
1229         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1230         (wl-summary-switch-to-clone-buffer): Ditto.
1231         (wl-summary-goto-folder-subr): Ditto.
1232
1233 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1234
1235         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1236         after boundp check.
1237
1238 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1241         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1242         for `kill-buffer'.
1243
1244         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1245         handler of current buffer from elmo-folder.
1246
1247 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1248
1249         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1250
1251 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1254         variable.
1255         (wl-summary-event-handler): New class.
1256         (elmo-event-handler-flag-changed): Define to update persistent
1257         mark.
1258         (wl-summary-buffer-set-folder): Register event handler to
1259         elmo-folder.
1260         (wl-summary-exit): Unregister event handler.
1261         (wl-summary-goto-folder-subr): Ditto.
1262         (wl-summary-mark-as-read-all): Does not call
1263         `wl-summary-update-persistent-mark' directly.
1264         (wl-summary-mark-as-read-internal): Ditto.
1265         (wl-summary-set-persistent-mark-internal): Ditto.
1266         (wl-summary-set-flags-internal): Ditto.
1267
1268         * Version number is increased to 2.11.33.
1269
1270 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1271
1272         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1273         to nil.
1274
1275 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-spam.el (wl-spam-setup): Add hook
1278         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1279         instead of `wl-summary-prepare-hook'.
1280
1281         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1282         if folder type is `'flag'.
1283         (wl-summary-mark-as-important): Ditto.
1284
1285 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-address.el (wl-address-minibuffer-history): New variable.
1288         (wl-address-minibuffer-local-map): New keymap.
1289         (wl-address-read-from-minibuffer): New function.
1290
1291         * wl-action.el (wl-summary-get-resend-address): Use
1292         `wl-address-read-from-minibuffer' instead of `completing-read'.
1293
1294 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * Version number is increased to 2.11.32.
1297
1298 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1301         without mule to iso-8859-1.
1302         (wl-draft-add-in-reply-to): Add note in description.
1303         (wl-draft-add-references): Ditto.
1304
1305 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1306
1307         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1308         definition for `m'.
1309         (wl-summary-mode-line-format): Add '[%m]'.
1310         (wl-message-mode-line-format-spec-alist): Ditto.
1311         (wl-summary-display-mime-mode-list): New variable.
1312
1313         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1314         from wl-summary-buffer-display-as-is.
1315         (wl-summary-buffer-display-all-header): New buffer local variable.
1316         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1317         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1318         instead of wl-summary-buffer-display-as-is.
1319         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1320         (wl-summary-set-persistent-mark): Ditto.
1321         (wl-summary-set-message-buffer-or-redisplay): Just call
1322         `wl-summary-redisplay-internal' without optional arguments.
1323         (wl-summary-toggle-mime): Rewrite.
1324         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1325         (wl-summary-toggle-all-header): New function.
1326         (wl-summary-redisplay-internal): Treat mime mode.
1327
1328         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1329         to wl-mime-preview-follow-no-mime.
1330         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1331         accodring to the display-mode.
1332
1333         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1334         (wl-message-buffer-display): Changed argument name from `as-is' to
1335         `mode'.
1336         (wl-message-display-internal): Ditto;
1337         Bind elmo-mime-display-header-analysis according to the mode.
1338         (wl-message-display-internal): Put wl-message-display-mime-mode
1339         property on entire buffer.
1340
1341 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1344
1345 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1346
1347         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1348         Don't extract mail address.
1349         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1350
1351         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1352
1353         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1354
1355 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356
1357         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1358         wl-fldmgr-cut-entity-list on confirmation.
1359
1360 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1363         (wl-mime-quit-preview): Check existence of
1364         mime-edit-temp-message-buffer here.
1365
1366 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1369         after deletion.
1370
1371         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1372         before calling wl-mime-quit-preview.
1373
1374 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * wl-summary.el (wl-summary-pick): If call it with prefix
1377         argument, set `delete-marks' as non-nil. Pick from only visible
1378         messages.
1379         (wl-summary-check-target-mark): New function.
1380         (wl-summary-target-mark-mark-as-read): Use it.
1381         (wl-summary-target-mark-mark-as-unread): Ditto.
1382         (wl-summary-target-mark-operation): Ditto.
1383         (wl-summary-target-mark-set-flags): Ditto.
1384         (wl-summary-target-mark-save): Ditto.
1385         (wl-summary-target-mark-pick): Ditto.
1386         (wl-summary-target-mark-forward): Ditto.
1387         (wl-summary-target-mark-reply-with-citation): Ditto.
1388         (wl-summary-target-mark-print): Ditto.
1389         (wl-summary-target-mark-uudecode): Ditto.
1390
1391         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1392         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1393         with `ask-coding' is non-nil.
1394
1395 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-thread.el (wl-thread-set-parent): If parent is a message
1398         which is identified by references, set linked as nil.
1399
1400 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1401
1402         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1403         (wl-message-mode-line-format-spec-alist): Ditto.
1404         (wl-message-mode-line-format): Ditto.
1405         (wl-summary-mode-line-format): Ditto for docstring.
1406         (wl-summary-no-mime-folder-list): Fix typo.
1407
1408         * wl-util.el (wl-current-message-buffer): Call
1409         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1410
1411         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1412         variable.
1413         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1414         of `wl-summary-redisplay-no-mime'.
1415         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1416         (wl-summary-toggle-mime): New function.
1417         (wl-summary-redisplay-all-header): Rewrite.
1418         (wl-summary-redisplay-no-mime): Ditto.
1419         (wl-summary-redisplay-internal): Added argument `as-is' and
1420         `all-header'.
1421
1422         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1423         New variable.
1424         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1425         bottom.
1426         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1427         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1428         "/" unconditionally.
1429
1430         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1431         wl-mime-preview-follow-no-mime for as-is content.
1432         (wl-mime-preview-follow-no-mime): New function.
1433         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1434
1435         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1436         and added `as-is', `all-header'.
1437         (wl-message-buffer-display): Ditto.
1438         (wl-message-buffer-display-type): New function.
1439
1440 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-vars.el (wl-message-header-button-alist): Change default
1443         value.
1444         (wl-message-body-button-alist): Ditto.
1445
1446 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1449
1450 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1453
1454 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1455
1456         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1457         is always true.
1458
1459 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1462         on null entity.
1463
1464 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1465
1466         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1467
1468 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-vars.el (wl-summary-resend-hook): New hook.
1471
1472         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1473         `wl-summary-resend-hook'.
1474
1475 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1476
1477         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1478         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1479         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1480         (wl-summary-new-cached-mark): Changed default value to 'n'.
1481         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1482         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1483         (wl-folder-sync-range-alist): Remove spec for 'flag.
1484         (wl-summary-force-prefetch-folder-list): New user option.
1485
1486         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1487         `wl-summary-toggle-persistent-mark'.
1488         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1489         number is nil.
1490         (wl-summary-mark-as-answered-region): Set interactive argument of
1491         `wl-summary-set-persistent-mark-internal'.
1492         (wl-summary-mark-as-important-region): Ditto.
1493         (wl-summary-unset-persistent-mark): Ditto.
1494         (wl-summary-set-persistent-mark): Ditto.
1495         (wl-summary-mark-as-answered): Ditto.
1496         (wl-summary-mark-as-important): Ditto.
1497         (wl-summary-set-persistent-mark-internal): Do nothing
1498         when `elmo-message-flag-available-p' is nil.
1499         (wl-summary-toggle-persistent-mark): New function.
1500         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1501         when the folder matches `wl-summary-force-prefetch-folder-list'.
1502
1503
1504         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1505         when number is nil.
1506         (wl-highlight-summary-forwarded-face): New face.
1507
1508 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1509
1510         * Version number is increased to 2.11.31.
1511
1512 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1513
1514         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1515         (wl-biff-check-folder-async): Ditto.
1516         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1517
1518 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1519
1520         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1521         Add an argument `reverse'.  All callers are updated.
1522         (wl-summary-sort): Add a prefix argument `reverse' to specify
1523         reverse sorting.
1524         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1525         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1526         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1527
1528 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1529
1530         * wl-message.el (wl-message-redisplay): Does not narrow header if
1531         disply-type is all-header or as-is.
1532
1533         * wl-summary.el (wl-summary-enter-handler): Use
1534         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1535
1536 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1539         after adding wl-draft-parent-variables.
1540         (wl-draft-forward): Ditto.
1541
1542 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-summary.el (wl-summary-sync-marks): Call
1545         `wl-summary-set-persistent-mark' and
1546         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1547         (wl-summary-set-persistent-mark-internal): Add 4th argument
1548         `no-server'.
1549         (wl-summary-unset-persistent-mark): Ditto.
1550         (wl-summary-set-persistent-mark): Ditto.
1551         (wl-summary-add-flags-internal): Abolish.
1552         (wl-summary-remove-flags-internal): Ditto.
1553         (wl-summary-mark-as-important-internal): Ditto.
1554         (wl-summary-mark-as-important): Use
1555         `wl-summary-set-persistent-mark' instead of
1556         `wl-summary-add-flags-internal'.
1557         (wl-summary-mark-as-important-region): Ditto.
1558
1559         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1560
1561         * wl-summary.el (wl-summary-get-available-flags): New function.
1562         (wl-summary-sync-marks): Use it and simplified.
1563         (wl-summary-unset-persistent-mark): Use
1564         `wl-summary-get-available-flags'.
1565         (wl-summary-set-persistent-mark): Ditto.
1566
1567 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1570         id.
1571
1572 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1575         number, call `wl-summary-prev-line-content'. Show message when the
1576         message is not found.
1577
1578 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1579
1580         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1581         wl-summary-enter-handler.
1582         (wl-summary-enter-handler): New command.
1583
1584         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1585         docstring and custom spec.
1586
1587         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1588         flags too; Don't treat Cached and New.
1589         (wl-summary-set-persistent-mark): Ditto.
1590
1591         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1592         `wl-folder-set-flag'.
1593
1594         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1595         instead of `wl-folder-set-flag'.
1596
1597         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1598         for completion.
1599         (wl-summary-set-persistent-mark): Ditto.
1600
1601         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1602         instead of `wl-draft-quit-preview'.
1603
1604         * wl-mime.el (toplevel): Avoid compile warning.
1605         (wl-mime-quit-preview): New function
1606         (formarly defined as `wl-draft-quit-preview').
1607         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1608         quitting method.
1609
1610         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1611
1612         * wl-folder.el (wl-folder-set-flag): Renamed from
1613         `wl-draft-set-flag-on-parent'.
1614
1615         * wl-draft.el (wl-draft-quit-preview): New function.
1616         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1617         (wl-draft-send): Call `wl-folder-set-flag' instead of
1618         `wl-draft-set-flag-on-parent'.
1619         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1620
1621 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1624         (wl-draft-send): Ditto.
1625
1626 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1629         (wl-draft-kill-pre-hook): Set default value as nil.
1630         (wl-summary-reply-hook): Ditto.
1631         (wl-draft-kill-flags): Abolish.
1632
1633         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1634         (wl-draft-parent-variables): Renamed from
1635         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1636         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1637         argument; Add wl-draft-parent-variables to
1638         wl-draft-config-variables.
1639         (wl-draft-reply): Likewise.
1640         (wl-draft-kill-flags): Abolish.
1641         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1642         (wl-draft-set-flag-on-parent): New function.
1643         (wl-draft-setup-parent-flag): Ditto.
1644
1645 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1646
1647         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1648         `wl-draft-parent-folder' is "".
1649
1650 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1653         (wl-summary-digit-jump): New function.
1654         (Adviced by John Owens and Hiroya Murata)
1655
1656         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1657         (Adviced by John Owens)
1658
1659         * wl-xmas.el (wl-message-define-keymap): Ditto.
1660
1661         * wl-mule.el (wl-message-define-keymap): Ditto.
1662
1663 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1666         change of return value of elmo-folder-count-flags.
1667
1668         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1669         (wl-summary-mark-as-read-internal): Ditto.
1670         (wl-summary-set-persistent-mark-internal): Ditto.
1671         (wl-summary-folder-info-update): Ditto.
1672         (wl-summary-sync-update): Fixed the last change.
1673
1674         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1675
1676 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1677
1678         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1679         (wl-draft-kill-flags): Fixed docstring.
1680
1681         * wl-draft.el (wl-draft-kill-flags): New function.
1682         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1683
1684 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1685
1686         * wl-vars.el (wl-reply-hook): Abolish.
1687         (wl-draft-reply-hook): New hook.
1688         (wl-summary-reply-hook): Ditto.
1689         (wl-draft-forward-hook): Ditto.
1690         (wl-summary-forward-hook): Ditto.
1691         (wl-draft-kill-flags): New variable.
1692
1693         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1694         wl-summary-set-persistent-mark-internal.
1695         (wl-summary-sync-marks): Use elmo-preserved-flags.
1696         (wl-summary-update-persistent-mark): Make it interactive.
1697         (wl-summary-set-persistent-mark-internal): New inline function.
1698         (wl-summary-mark-as-answered): Use it.
1699         (wl-summary-mark-as-unanswered): Ditto.
1700         (wl-summary-unset-persistent-mark): New function.
1701         (wl-summary-set-persistent-mark): Ditto.
1702         (wl-summary-reply): Don't set answered flag;
1703         Run wl-summary-reply-hook instead.
1704         (wl-summary-forward): Call wl-draft-forward with number.
1705         Run wl-summary-forward-hook.
1706
1707         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1708         (wl-highlight-summary-line-face-spec): Use it as a default
1709         persistent mark face.
1710
1711         * wl-draft.el (wl-draft-forward): Added optional argument number;
1712         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1713         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1714         (wl-draft-kill): Use wl-draft-kill-flags.
1715
1716         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1717
1718         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1719         of return value of elmo-folder-count-flags.
1720
1721         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1722
1723         * wl-summary.el (wl-summary-count-unread): Ditto.
1724         (wl-summary-sync-update): Follow the change above.
1725         (wl-summary-force-prefetch): New function.
1726
1727 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1728
1729         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1730         variable `buf' with `let' instead of `setq'.
1731
1732 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1735         add Content-Disposition heaeder on the deleted part.
1736
1737 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1738
1739         * wl-draft.el (wl-draft-save): Encode address list under edit by
1740         `eword-encode-unstructured-field-body'.
1741
1742         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1743
1744 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1747         wl-current-summary-buffer.
1748
1749 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1750
1751         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1752         `numbers' is ignored.
1753
1754 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1755
1756         * wl-folder.el (wl-folder-open-folder): Avoid error.
1757         Reported by John Owens, [wl-en:815]
1758
1759         * wl.el (wl): Set timer for biff process even if prefix argument
1760         is given or auto-checking is quitted.
1761
1762         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1763         immediately.
1764         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1765         (wl-toggle-plugged): Ditto.
1766
1767         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1768         * wl-util.el (wl-biff-start): Use idle timer if
1769         `wl-biff-use-idle-timer' is non-nil.
1770
1771 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1772
1773         * wl-highlight.el (wl-highlight-message): Fix description.
1774
1775 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1778         tty.
1779
1780 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1781
1782         * wl-action.el (wl-summary-exec): Print failure count.
1783
1784 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1787         to `defun', remove interactive form.
1788         Set elmo-message-fetch-confirm when force-reload is non-nil.
1789
1790 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-summary.el (toplevel): Removed unnecessary autoload.
1793
1794 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1797         the buffer is generated from another message buffer.
1798
1799 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1802         extracted from `wl-fldmgr-save-folders'.
1803         (wl-fldmgr-delete): Call it after deletion.
1804
1805 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1808         multi-tty support.
1809
1810 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1811
1812         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1813
1814 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1815
1816         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1817         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1818
1819 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1820
1821         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1822         unsubscribe list only if argument CLEAR is nil.
1823
1824 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1825
1826         * wl-draft.el (wl-draft-reply): Decode subject before removing
1827         Re: prefix.
1828
1829 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1830
1831         * wl-summary.el (wl-summary-sort-by-size): New command.
1832
1833 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-summary.el (wl-summary-number-list-from-region): New
1836         function.
1837         (wl-summary-mark-as-read-region): Use it.
1838         (wl-summary-mark-as-unread-region): Ditto.
1839         (wl-summary-set-flags-region): Ditto and add optional argument
1840         remove.
1841         (wl-summary-mark-as-answered-region): Ditto.
1842         (wl-summary-mark-as-important-region): Ditto.
1843         (wl-summary-target-mark-mark-as-important): Added optional
1844         argument remove.
1845         (wl-summary-target-mark-mark-as-answered): Ditto.
1846         (wl-summary-target-mark-set-flags): Ditto.
1847
1848 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1849
1850         * wl-summary.el (wl-summary-set-flags-region): Call
1851         `wl-summary-set-flags-internal' with number list instead of call
1852         one by each message.
1853         (wl-summary-target-mark-set-flags): Likewise.
1854
1855 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1858         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1859         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1860         (wl-summary-target-mark-mark-as-answered): Likewise.
1861
1862 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1863
1864         * wl-summary.el (wl-summary-target-mark-forward): Use
1865         `wl-summary-delete-all-target-marks' instead of
1866         `wl-summary-delete-all-temp-marks'.
1867         (wl-summary-target-mark-reply-with-citation): Ditto.
1868         (wl-summary-target-mark-uudecode): Ditto.
1869         (wl-summary-target-mark-set-flags): Ditto and remove needless
1870         cursor move.
1871
1872 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * wl-summary.el (wl-summary-target-mark-forward): Protect
1875         wl-summary-buffer-target-mark-list from nreverse.
1876         (wl-summary-target-mark-reply-with-citation): Ditto.
1877
1878 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1879
1880         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1881         `elmo-display-progress-threshold'.
1882
1883 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1886         check `wl-summary-highlight'.
1887         (wl-summary-window-scroll-functions): Respect value of
1888         `wl-summary-highlight'.
1889         (wl-summary-sync-update): Run hooks
1890         `wl-summary-buffer-window-scroll-functions' at any time.
1891
1892 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1893
1894         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1895         from `wl-summary-cleanup-temp-marks'.
1896         (wl-summary-cleanup-temp-marks): Abolish argument.
1897         * wl.el (wl-save-status): Revert previous change.
1898         (wl-execute-temp-marks): New function, call
1899         `wl-summary-exec-with-confirmation'.
1900         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1901         (wl-folder-save-and-exec-marks): Abolished.
1902
1903 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-e21.el (wl-e21-display-image-p): Respect
1906         `wl-highlight-folder-with-icon'.
1907         (wl-e21-highlight-folder-group-line): Highlight mouse line
1908         even if wl-e21-display-image-p is nil.
1909
1910         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1911         Respect value of `wl-summary-highlight'.
1912
1913         * wl.el (wl-save-status): Remove unused variable.
1914
1915         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1916         (wl-folder-mode-map): Bind it to "x".
1917
1918 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1921
1922         * wl-thread.el (wl-thread-get-parent-list): Don't check
1923         disconnected ancestors, neglecting needless work in
1924         `wl-thread-update-indent-string-thread'.
1925
1926         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1927         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1928         argument, add argument default-keep to keep marks by default.
1929
1930         * Version number is increased to 2.11.30.
1931
1932         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1933         customization type and docstring.
1934         (wl-draft-reply-without-argument-list): Ditto.
1935
1936 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1939
1940         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1941
1942 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1943
1944         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1945
1946 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1947
1948         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1949         save-excursion so as not to include run-hooks.
1950
1951 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1952
1953         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1954         Clarify that marks are going to be cleared.
1955
1956 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1959         according to 3rd element of wl-summary-flag-mark.
1960
1961         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1962
1963 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-action.el (wl-summary-target-mark-all): Don't set
1966         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1967
1968 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1969
1970         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1971         (wl-forward-subject-prefix): Ditto.
1972         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1973         (wl-draft-reply-make-subject): Ditto.
1974
1975         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1976         `wl-draft-forward'.
1977         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1978
1979 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1982         target message does not exist.
1983
1984 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1985
1986         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1987         `wl-subject-prefix-regexp'.
1988         (wl-subject-forward-prefix-regexp): New variable.
1989         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1990         `wl-draft-strip-subject-re' and take regexp as argument.
1991         (wl-draft-forward): Use it.
1992         (wl-draft-reply): Ditto.
1993
1994 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1995
1996         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1997         emacs multi-tty support.
1998
1999 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2000
2001         * wl-e21.el (wl-e21-display-image-p): Don't call
2002         `display-images-p'.
2003         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2004         support.
2005         (wl-highlight-folder-current-line): Ditto.
2006         (wl-folder-init-icons): Ditto.
2007
2008 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2011         the last line of summary in unplugged mode.
2012
2013 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2014
2015         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2016
2017 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2020         * wl-address.el (wl-address-user-mail-address-p): Use it.
2021         (wl-address-delete-user-mail-addresses): Ditto.
2022         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2023
2024         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2025         (wl-address-delete-user-mail-addresses): Ditto.
2026
2027         * wl-address.el (wl-address-delete-user-mail-addresses): New
2028         function.
2029         * wl-refile.el (wl-refile-guess-by-history): Use it.
2030         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2031         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2032
2033         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2034         use wl-address-user-mail-address-p.
2035
2036 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2037
2038         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2039         after opening group.
2040
2041 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2042
2043         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2044         of elmo-set-buffer-multibyte.
2045
2046         * wl-message.el (wl-original-message-mode): Ditto.
2047
2048         * wl-score.el (wl-score-insert-header): Ditto.
2049
2050         * wl-summary.el
2051         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2052         (wl-summary-goto-folder-subr): Ditto.
2053         (wl-summary-insert-headers): Ditto.
2054
2055         * wl-util.el (wl-set-string-width): Ditto.
2056
2057         * Version number is increased to 2.11.29.
2058
2059 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2062         (wl-highlight-summary-line-help-echo-alist): New variable.
2063         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2064         into `wl-highlight-summary-line-help-echo' and
2065         `wl-highlight-flag-folder-help-echo'.
2066         (wl-highlight-summary-line-string): Change accordingly.
2067         (wl-highlight-summary-current-line): Ditto.
2068
2069 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2072         at the beginning of field body (Thanks to Markus Knittig).
2073
2074         * wl-draft.el (wl-draft-insert-current-message): Also check
2075         summary buffer, remove unnecessary tag.
2076
2077 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2080         when wl-message-buffer is nil.
2081
2082         * wl-folder.el (wl-folder): Abolish unused argument.
2083         Call wl-folder-init when wl-folder-entity is nil.
2084         * wl.el (wl): Change accordingly.
2085
2086 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2087
2088         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2089         multibyte string before insert into draft buffer.
2090         (wl-draft-create-buffer): Always enable multibyte characters for
2091         draft buffer.
2092
2093         * Version number is increased to 2.11.28.
2094
2095 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-folder.el (wl-folder-open-close): Handle blank line.
2098         (wl-folder-jump-to-current-entity): Ditto.
2099
2100 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2101
2102         * Version number is increased to 2.11.27.
2103
2104 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-thread.el (wl-thread-insert-message): When the thread is
2107         devided by wl-summary-max-thread-depth, insert line at the end of
2108         buffer.
2109
2110 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * Version number is increased to 2.11.26.
2113
2114 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2117
2118 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2119
2120         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2121         value of stream-type and session.
2122
2123 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * Version number is increased to 2.11.25.
2126
2127 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2128
2129         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2130         in a quit message.
2131
2132 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2133
2134         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2135         (wl-summary-redisplay-no-mime-internal): Ditto.
2136
2137 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2138
2139         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2140         * wl-vars.el (wl-smtp-connection-type): Ditto.
2141
2142 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2143
2144         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2145         for the separator line and quote mail-header-separator.
2146
2147 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2150         result message.
2151
2152         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2153         `elmo-multiple-fields-body-list' with boundary as
2154         mail-header-separator.
2155
2156 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2159
2160 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2161
2162         * wl-util.el (wl-list-diff): Remove unused function.
2163
2164         * wl-draft.el (wl-draft-send-confirm): Discard input before
2165         confirmation.
2166
2167 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168
2169         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2170         order of flag and new.
2171
2172 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-vars.el (wl-refile-policy-alist): Abolished.
2175
2176         * wl-action.el (wl-summary-set-action-refile): Follow the change
2177         above.
2178
2179 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * wl-highlight.el (wl-highlight-signature-search): Don't use
2182         re-search-backward for a long word since it is possible to crash
2183         XEmacs because of a bug.
2184
2185 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2186
2187         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2188
2189 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2190
2191         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2192         argument for wl-summary-sync-force-update.
2193
2194 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-summary.el (wl-summary-mode-map): Revival of
2197         wl-summary-mark-as-important related bindings;
2198         Bind 'F','tF','mF','rF','m&'.
2199         (wl-summary-mark-as-important-region): Revival.
2200         (wl-summary-target-mark-mark-as-important): Ditto.
2201         (wl-summary-target-mark-operation): New function.
2202         (wl-summary-target-mark-mark-as-answered): Use it.
2203         (wl-summary-decide-flag): Don't set Important as default.
2204         (wl-summary-mark-as-important-internal): Revival.
2205         (wl-summary-mark-as-important): Ditto.
2206
2207         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2208
2209         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2210         instead of facep.
2211
2212 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-dnd.el (wl-dnd-drop-func): Fix.
2215
2216         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2217         mouse-set-point instead of posn-point.
2218
2219         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2220
2221         * wl-mule.el (wl-completing-read-multiple): Ditto.
2222
2223 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-demo.el (face-background-name): Defalias to avoid compile
2226         warning.
2227
2228 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2229
2230         * wl-summary.el (wl-summary-decide-flag): Use
2231         wl-completing-read-multiple instead of completing-read-multiple.
2232
2233         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2234         New alias.
2235
2236         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2237         Use face-background-name instead of face-background.
2238
2239         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2240
2241         * wl-summary.el (wl-summary-save): Use it.
2242         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2243
2244         * wl-mime.el (wl-mime-save-content): Fix last change.
2245
2246 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2247
2248         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2249         New function.
2250         (wl-summary-sort-specs): Added sort.
2251         * wl-mime.el (wl-mime-save-content): Expand file name.
2252
2253 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2254
2255         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2256
2257         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2258
2259 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2262         for flag if it is not defined.
2263
2264 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2265
2266         * wl-e21.el (wl-highlight-folder-current-line): Use
2267         elmo-folder-type-internal when elmo-folder-type returns nil.
2268
2269         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2270
2271         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2272
2273         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2274
2275         * wl-e21.el (wl-summary-toolbar): Ditto.
2276
2277         * wl-vars.el (wl-demo-background-color): Abolished.
2278         (wl-summary-persistent-mark-priority-list): Renamed from
2279         wl-summary-flag-priority-list.
2280         (wl-summary-flag-alist): New user option.
2281         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2282         (wl-message-mode-line-format-spec-alist): Added 'F'.
2283         (wl-message-mode-line-format): Likewise.
2284         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2285         instead of wl-summary-important-mark.
2286         (wl-file-folder-icon): New variable.
2287
2288         * wl-thread.el (wl-thread-set-flags): Renamed from
2289         wl-thread-mark-as-important.
2290
2291         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2292         warning.
2293         (wl-summary-mode-menu-spec): Follow the change of 
2294         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2295         (wl-summary-mode-map): Follow the change of
2296         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2297         (wl-summary-detect-mark-position): Follow the variable name change.
2298         (wl-summary-set-flags-region): New function for the replacement of
2299         wl-summary-mark-as-important-region.
2300         (wl-summary-sync-marks): Sync all global-flags.
2301         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2302         instead of elmo-message-flagged-p.
2303         (wl-summary-persistent-mark-string): Follow the variable name change;
2304         Put wl-summary-flag-mark if the message has global-flag.
2305         (wl-summary-target-mark-set-flags): Renamed from 
2306         wl-summary-target-mark-mark-as-important.
2307         (wl-summary-decide-flag): New function.
2308         (wl-summary-set-flags-internal): Renamed from
2309         wl-summary-mark-as-important-internal.
2310         (wl-summary-add-flags-internal): New function.
2311         (wl-summary-remove-flags-internal): Ditto.
2312         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2313         (wl-summary-mark-as-unimportant): Abolish.
2314         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2315         (wl-summary-next-message): List flagged messages in the msgdb.
2316
2317         * wl-score.el (wl-summary-score-update-all-lines): Use
2318         wl-summary-add-flags-internal instead of 
2319
2320         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2321
2322         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2323         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2324         (wl-message-buffer-require-all-header): Renamed from
2325         wl-message-buffer-all-header-flag (Ditto).
2326         (wl-message-buffer-flag-indicator): New variable.
2327         (wl-message-redisplay): Changed local varibale name from `flag' to
2328         `display-type'; Set up wl-message-buffer-flag-indicator.
2329         (wl-message-buffer-display): Changed varibale name from `flag' to
2330         `display-type'.
2331         (wl-message-display-internal): Likewise.
2332
2333         * wl-highlight.el (wl-highlight-demo-face): Define default background
2334         color.
2335         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2336
2337         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2338
2339         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2340         (wl-demo-setup-properties): Renamed from
2341         `wl-demo-set-background-color'.
2342         (wl-demo): Follow the change above.
2343         
2344         * Version number is increased to 2.11.24.
2345
2346 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * wl-summary.el (wl-summary-toggle-thread): Call
2349         `wl-summary-rescan' with disable-thread as non-nil.
2350         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2351
2352 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2355         foreground property of the face.
2356         (wl-demo-insert-text): Don't set up face property here.
2357         (wl-demo): Call wl-demo-set-background-color, anyway.
2358
2359 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2360
2361         * wl-vars.el (wl-demo-background-color): The value can be nil.
2362
2363 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2364
2365         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2366         to wl-summary-wheel-dispatcher.
2367
2368         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2369         wl-message-wheel-dispatcher.
2370         (wl-message-wheel-dispatcher): New function.
2371         (wl-summary-wheel-dispatcher): Ditto.
2372
2373 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-action.el (wl-summary-target-mark-all): List messages which are
2376         not in the killed-list.
2377
2378         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2379         only when the folder is 'flag/important.
2380
2381         * wl-address.el (wl-complete-field-body): Complete if the last
2382         character is a space.
2383
2384 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-folder.el (wl-folder-clear-entity-info): Use
2387         elmo-clear-hash-val.
2388
2389         * wl-fldmgr.el (wl-fldmgr-rename): Set
2390         wl-folder-info-alist-modified as t.
2391
2392 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2395
2396 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2397
2398         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2399         (wl-folder-buffer-last-visited-entity-id): New buffer local
2400         variable.
2401         (wl-folder-revisit-last-visited-folder): New function.
2402         (wl-folder-mode-map): Bind it to "C-i".
2403         (wl-folder-set-current-entity-id): Set last visited folder.
2404         * wl-summary.el (wl-summary-exit): Ditto.
2405
2406 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2409         before calling `recenter' in order to cope with an XEmacs bug.
2410
2411 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2412
2413         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2414         to the default value.
2415
2416 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2417
2418         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2419         change.
2420         (wl-summary-sync-marks): Ditto.
2421         (wl-summary-mark-as-read-internal): Ditto.
2422         (wl-summary-mark-as-answered-internal): Ditto.
2423         (wl-summary-mark-as-important-internal): Ditto.
2424         (wl-summary-reply): Ditto.
2425
2426         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2427         instead of `elmo-folder-unflag-answered'.
2428
2429         * Version number is increased to 2.11.23.
2430
2431         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2432         the last change.
2433
2434 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2435
2436         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2437         Specify "spam" or "good".
2438
2439 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-spam.el (wl-summary-exec-action-spam): Call
2442         wl-folder-confirm-existence for spam folder.
2443         (wl-spam-setup): Bind "mk".
2444
2445 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2448
2449 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2452         destination folder is empty.
2453
2454 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2457         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2458
2459         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2460         (wl-summary-refile-prev-destination-region): New function.
2461         (wl-thread-refile-prev-destination): Ditto.
2462         (wl-summary-target-mark-refile-prev-destination): Ditto.
2463
2464 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2465
2466         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2467         (wl-demo-background-color): Changed default value.
2468
2469         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2470         color.
2471
2472         * wl-demo.el (wl-demo-set-background-color): New function.
2473         (wl-demo): Call it.
2474
2475 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2478         * wl-address.el (wl-address-add-or-change): Don't add empty
2479         address.
2480
2481 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2482
2483         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2484
2485 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2486
2487         * wl-vars.el (wl-demo-image-filter-alist): New variable
2488         (wl-demo-background-color): Ditto.
2489
2490         * wl-demo.el (wl-demo-xpm-set-background): New function.
2491         (wl-demo-image-filter): Ditto.
2492         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2493
2494         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2495
2496         * wl-demo.el (wl-demo-icon-name): Define as function.
2497         (wl-demo-insert-image): Use it.
2498
2499 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2500
2501         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2502
2503 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2504
2505         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2506
2507 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2510
2511 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-thread.el (wl-thread-mark-as-answered): New function.
2514
2515         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2516         answered" entry.
2517         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2518         "r&" and wl-thread-mark-as-answered to "t&".
2519         (wl-summary-mark-as-important-region): Refine to toggle mark.
2520         (wl-summary-mark-as-answered-region): New function.
2521         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2522         and 3rd argument.
2523         (wl-summary-mark-as-important-internal): Likewise.
2524
2525 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * wl-template.el (wl-template-preview): New internal variable.
2528         (wl-template-preview-p): New function.
2529         (wl-template-show): Bind `wl-template-preview' as t.
2530
2531 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2534         `elmo-message-entity-field' with 3rd argument which is non-nil.
2535
2536 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2539         Removed duplicate local bind `folder'.
2540
2541 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2542
2543         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2544
2545 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2546
2547         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2548         duplicate definition.
2549
2550 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2553         non-nil, use it; Don't fetch message if there's no message in the
2554         current cursor position.
2555
2556 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2557
2558         * wl-util.el (wl-region-exists-p): Use region-active-p.
2559         (wl-deactivate-region): New function.
2560         * wl-message.el (wl-message-redisplay): Deactivate region.
2561
2562         * wl-summary.el (wl-summary-reply): Call
2563         `wl-summary-set-message-buffer-or-redisplay' instead of
2564         `wl-summary-redisplay-internal', don't move point.
2565
2566 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2569         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2570         by regexp.
2571
2572 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2575         if no need.
2576
2577 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2578
2579         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2580         default value to nil.
2581         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2582         `wl-summary-prepare-hook'; Replace refile action to
2583         `wl-summary-exec-action-refile-with-register'.
2584
2585         * Version number is increased to 2.11.22.
2586
2587 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * wl-summary.el (wl-summary-detect-mark-position): Set
2590         `wl-summary-buffer-weekday-name-lang'.
2591
2592 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2593
2594         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2595         (wl-summary-mark-as-read-all): Ditto.
2596         (wl-summary-delete-messages-on-buffer): Ditto.
2597         (wl-summary-sync-update): Ditto.
2598         (wl-summary-mark-as-read-internal): Ditto.
2599         (wl-summary-mark-as-answered-internal): Ditto.
2600         (wl-summary-update-folder-info): Abolished.
2601
2602 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * wl-summary.el (wl-summary-mark-as-read-all): Use
2605         `wl-summary-update-folder-info' instead of
2606         `wl-folder-update-unread'.
2607
2608 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2609
2610         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2611         `wl-summary-folder-info-update'.
2612         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2613         instead of `wl-summary-folder-info-update'.
2614         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2615         `wl-folder-set-folder-updated'.
2616         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2617         instead of `wl-folder-update-unread'.
2618         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2619         the value of `wl-summary-buffer-unread-count' for the second parameter of
2620         `wl-folder-update-unread'.
2621
2622         * Version number is increased to 2.11.21.
2623
2624 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2625
2626         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2627         a local variable.
2628
2629 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2630
2631         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2632         interactively.
2633
2634         * wl-summary.el (wl-summary-mark-as-important-internal): New
2635         internal function.
2636         (wl-summary-mark-as-important): Use it.
2637         (wl-summary-mark-as-unimportant): New function.
2638         (wl-summary-sync-marks): Follow the API change.
2639
2640         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2641
2642         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2643
2644 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2645
2646         * wl-folder.el (wl-folder-update-unread): Re-indent.
2647         Narrow the scope of a local variable.
2648
2649 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2652         (wl-addrmgr-merge-entries): Ditto.
2653         (wl-addrmgr): Added to address entry which exists in draft buffer
2654         if no entry is in original.
2655
2656 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2657
2658         * wl-batch.el: New file.
2659
2660 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2661
2662         * wl-vars.el (wl-use-semi): Remove unused variable.
2663
2664 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2665
2666         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2667         "?".
2668
2669 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2670
2671         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2672         wl-summary-new-mark.
2673         (wl-summary-new-cached-mark): New user option.
2674         (wl-summary-score-marks): Follow the change above.
2675         (wl-summary-auto-refile-skip-marks): Ditto.
2676         (wl-summary-incorporate-marks): Ditto.
2677         (wl-summary-expire-reserve-marks): Ditto.
2678
2679         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2680
2681         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2682         (wl-summary-persistent-mark-string): Distinguished between cached
2683         and uncached mark when the message is new.
2684
2685 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * wl-spam.el (wl-spam-domain): Renamed from
2688         `wl-spam-folder-guess-domain'.
2689         (wl-summary-exec-action-spam): Register as spam if domain of the
2690         source folder is good.
2691         (wl-summary-exec-action-refile-with-register): Register message if
2692         domain of the source folder is not undecided.
2693
2694 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2697         detect thread loop.
2698
2699 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2700
2701         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2702         and wl-summary-skip-mark-list.
2703
2704 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2705
2706         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2707
2708         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2709
2710         * wl-spam.el (toplevel): Require wl-highlight.
2711         (wl-spam-auto-check-policy-alist): Abolish.
2712         (wl-spam-auto-check-folder-regexp-list): New user option.
2713         (wl-spam-auto-check-marks): Ditto.
2714         (wl-spam-mark-action-list): Ditto.
2715         (wl-highlight-summary-spam-face): New face.
2716         (wl-spam-auto-check-message-p): New function.
2717         (wl-spam-map-spam-messages): Fixed message.
2718         (wl-spam-register-spam-messages): Ditto.
2719         (wl-spam-register-good-messages): Ditto.
2720         (wl-summary-spam-map): Add and remove keybind.
2721         (wl-summary-target-mark-spam): Abolish.
2722         (wl-summary-refile-spam): Ditto.
2723         (wl-summary-test-spam): New function.
2724         (wl-summary-mark-spam): Ditto.
2725         (wl-summary-auto-check-spam): Follow the above change.
2726         (wl-summary-exec-action-spam): New function.
2727         (wl-summary-exec-action-refile-with-register): Fixed message.
2728         (wl-message-check-spam): New function.
2729         (wl-spam-setup): Ditto.
2730         (toplevel): Call it if this file is loaded interactivity.
2731
2732         * Version number is increased to 2.11.20.
2733
2734 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2737         when new optional argument `force' is non nil or modified.
2738
2739 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl.el (toplevel): Require wl-spam when compile.
2742         (wl-save-status): Call wl-spam-save-status.
2743
2744         * wl-spam.el (wl-spam-register-spam-messages): New function.
2745         (wl-spam-register-good-messages): Ditto.
2746         (wl-spam-save-status): Ditto.
2747         (wl-summary-mode-map): Bind
2748         wl-summary-target-mark-register-as-spam to "ms" and
2749         wl-summary-target-mark-register-as-good to "mn".
2750         (wl-summary-register-as-spam): Abolish optional argument; Use
2751         wl-spam-register-spam-messages.
2752         (wl-summary-register-as-spam-all): Use
2753         wl-spam-register-spam-messages.
2754         (wl-summary-register-as-good): Abolish optional argument; Use
2755         wl-spam-register-good-messages.
2756         (wl-summary-register-as-good-all): Use
2757         wl-spam-register-good-messages.
2758         (wl-summary-target-mark-register-as-spam): New funtion.
2759         (wl-summary-target-mark-register-as-good): Ditto.
2760
2761 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-spam.el: New file.
2764
2765 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766
2767         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2768
2769         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2770         (wl-summary-auto-refile): Call wl-refile-guess with
2771         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2772
2773 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2776         with disable-thread argument non-nil.
2777
2778 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-summary.el (wl-summary-rescan): Added optional argument
2781         disable-thread.
2782         (wl-summary-sync): Call wl-summary-rescan with argument
2783         disable-thread.
2784         (wl-summary-input-range): Added new range `rescan-thread'.
2785
2786 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2789
2790 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2793         internal variable.
2794         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2795         wl-summary-search-parent-by-subject-regexp and
2796         wl-summary-divide-thread-when-subject-changed as nil.
2797         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2798         (wl-summary-insert-thread): Search parent entity from
2799         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2800         thread loop.
2801
2802 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2805
2806         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2807
2808         * wl-util.el (wl-require-update-all-folder-p): New function.
2809         (wl-get-assoc-list-value): Added `function' to match directive.
2810         (wl-collect-draft): Rewrite.
2811
2812         * wl-summary.el (wl-summary-sync-update): Clear faces
2813         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2814         are non-nil.
2815         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2816         argument as function.
2817         (wl-summary-input-range): Ditto.
2818
2819         * wl-folder.el (wl-draft-get-folder): New function.
2820         (wl-folder-get-elmo-folder): Consider draft folder.
2821
2822         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2823         (wl-draft-buffer-message-number): New buffer local variable.
2824         (wl-draft-folder-internal): New internal variable.
2825         (wl-draft-delete): Rewrite.
2826         (wl-draft-save): Ditto.
2827         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2828         wl-folder-get-elmo-folder.
2829         (wl-draft-config-info-operation): Ditto.
2830         (wl-jump-to-draft-folder): Ditto.
2831         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2832         (wl-draft-reedit): Rewrite.
2833
2834         * Version number is increased to 2.11.19.
2835         
2836 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2837
2838         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2839         variable.
2840
2841 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2844         Use ignore-errors instead of unwind-protect.
2845
2846 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2847
2848         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2849         for updating `wl-thread-entity-list'.
2850
2851 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2852
2853         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2854         parameter from calling `wl-thread-entity-get-older-brothers' and
2855         `wl-thread-entity-get-younger-brothers'.
2856         Replace nested `append' with a single one.
2857
2858 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2859
2860         * wl-summary.el (wl-summary-mode): Don't use the return value of
2861         `make-local-hook'.
2862
2863 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2864
2865         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2866         instead of `let*'.
2867         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2868         of local variables.
2869
2870 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2871
2872         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2873         Renamed from wl-summary-window-scroll-functions.
2874         (wl-summary-window-scroll-functions): Don't set to variable.
2875         (wl-summary-display-top): Use run-hooks.
2876         (wl-summary-display-bottom): Ditto.
2877         (wl-summary-toggle-disp-msg): Ditto.
2878         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2879         Use it instead of wl-summary-window-scroll-functions.
2880         (wl-summary-goto-folder-subr): Don't call
2881         wl-summary-window-scroll-functions, use
2882         wl-summary-buffer-window-scroll-functions instead.
2883
2884 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2887         make-local-variable.
2888
2889 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2890
2891         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2892         set-buffer-modified-p.
2893         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2894         (wl-summary-display-bottom): Ditto.
2895         (wl-summary-toggle-disp-msg): Ditto.
2896
2897 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2900
2901         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2902         (wl-summary-forward): Use elmo-message-entity-field instead of
2903         elmo-message-field.
2904
2905         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2906
2907 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2908
2909         * wl-summary.el (wl-summary-window-scroll-functions): No use
2910         `append'.
2911
2912 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2915         function.
2916         (wl-summary-window-scroll-functions): Call it when both
2917         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2918         (wl-summary-temp-mark): Added optional argument number.
2919         (wl-summary-message-mark): Added optional argument flag.
2920         (wl-summary-persistent-mark): Added optional argument number and flag.
2921         (wl-summary-update-persistent-mark): Ditto.
2922         (wl-summary-update-status-marks): Set "r" for interactive spec.
2923
2924         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2925         argument number and flag.
2926
2927         * wl-action.el (wl-summary-registered-temp-mark): 
2928         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2929
2930 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2933         internal variable (buffer local).
2934         (wl-summary-window-scroll-functions): New function.
2935         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2936         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2937         as nil.
2938         (wl-summary-update-status-marks): Added arguments beg, end and
2939         check.
2940         (wl-summary-update-mark-window): Use function.
2941         (wl-summary-sync-update): Follow the change above.
2942         (wl-summary-switch-to-clone-buffer): Copy
2943         wl-summary-buffer-unsync-mark-number-list.
2944         (wl-summary-goto-folder-subr): Set
2945         wl-summary-buffer-unsync-mark-number-list and
2946         use wl-summary-window-scroll-functions instead of
2947         wl-summary-lazy-highlight.
2948
2949         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2950
2951 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2954
2955         * wl-summary.el (wl-summary-update-persistent-mark): Call
2956         wl-summary-set-message-modified.
2957
2958         * wl-summary.el (wl-summary-sync-update): Don't call
2959         wl-summary-update-status-marks.
2960
2961         * Version number is increased to 2.11.18.
2962
2963 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2964
2965         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2966         (wl-message-next-page): Ditto.
2967
2968 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2969
2970         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2971         local variable.  Change the order of a collected list into the
2972         same as the specified range.  Remove nil from a collected list.
2973
2974 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2977         argument for elmo-folder-list-messages.
2978
2979 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2982         change (wl-summary-count-unreads return a list instead of a cons
2983         cell).
2984
2985 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2986
2987         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2988         `wl-summary-folder-info-update'.
2989
2990 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2991
2992         * wl-summary.el (wl-summary-set-message-modified): No use
2993         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2994         (wl-summary-set-mark-modified): Abolish.
2995         (wl-summary-mark-modified-p): Ditto.
2996         (wl-summary-save-view): Follow the change above.
2997
2998         * wl-expire.el (wl-summary-expire): Likewise.
2999
3000 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3001
3002         * wl-summary.el (wl-summary-detect-mark-position): Use
3003         modb-entity-handler.
3004         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3005
3006         * Version number is increased to 2.11.17.
3007
3008 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3009
3010         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3011         entity field value.
3012         (wl-summary-prefetch-msg): Ditto.
3013         (wl-summary-print-message-with-ps-print): Ditto.
3014
3015 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3018         for dummy entity.
3019         (wl-summary-insert-thread): Use elmo-message-entity-field.
3020         (wl-summary-update-thread): Use elmo-message-entity-field and
3021         elmo-message-entity-number.
3022         (wl-summary-line-number):  Use elmo-message-entity-number.
3023         (wl-summary-line-size): Use elmo-message-entity-field.
3024         (wl-summary-line-subject): Ditto.
3025         (wl-summary-line-from): Ditto.
3026         (wl-summary-line-attached): Ditto.
3027         (wl-summary-create-line): Ditto.
3028         (wl-summary-create-line): Use elmo-message-entity-number.
3029         (wl-summary-print-message-with-ps-print): Use
3030         elmo-message-entity-field.
3031
3032 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3035         change in elmo-msgdb-make-message-entity.
3036         (wl-summary-buffer-set-folder): Don't call
3037         wl-summary-detect-mark-position here.
3038         (wl-summary-rescan): Call elmo-message-entity-number.
3039         (wl-summary-sync-update): Ditto.
3040         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3041
3042         * wl-score.el (wl-score-header-index): Redefine 2th element.
3043         (wl-score-overview-entity-get-extra): Abolish.
3044         (wl-score-ov-entity-get): Rewrite.
3045         (wl-score-string-index<, wl-score-string-func<): Abolish.
3046         (wl-score-string<): New function.
3047         (wl-score-string-sort): Use it.
3048
3049         * wl-refile.el (wl-refile-guess-by-history): Use
3050         elmo-message-entity-field.
3051         (wl-refile-guess-by-from): Ditto.
3052         (wl-refile-guess-by-msgid): Ditto.
3053
3054         * Version number is increased to 2.11.16.
3055
3056 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3057
3058         * wl-folder.el (wl-folder-confirm-existence): Don't call
3059         file-exists-p if msgdb-path is nil.
3060         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3061         `wl-read-folder-hist' to `wl-read-folder-history'.
3062
3063 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3064
3065         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3066         `y-or-n-p'.
3067
3068 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-score.el (wl-score-headers): Don't use
3071         elmo-folder-do-each-message-entity.
3072
3073         * Version number is increased to 2.11.15.
3074
3075 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * wl-summary.el (wl-summary-delete-all-msgs): Use
3078         elmo-folder-move-messages instead of elmo-folder-delete-messages
3079         and elmo-folder-detach-messages.
3080         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3081
3082         * wl-expire.el (wl-expire-delete): Ditto.
3083         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3084
3085 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3086
3087         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3088         (wl-message-header-narrowing-fields): Ditto.
3089         (wl-message-header-narrowing-lines): Ditto.
3090         (wl-message-header-narrowing-string): Ditto.
3091
3092         * wl-summary.el (wl-summary-mode-map): Bind
3093         wl-summary-toggle-header-narrowing to "C-cC-f".
3094         (wl-summary-toggle-header-narrowing): New function.
3095
3096         * wl-message.el (wl-message-buffer-create): Call
3097         wl-message-header-narrowing-setup.
3098         (wl-message-redisplay): Call wl-message-header-narrowing.
3099         (wl-message-header-narrowing): New function.
3100         (wl-message-header-narrowing-map): New keymap.
3101         (wl-message-header-narrowing-widen-map): New keymap.
3102         (wl-message-header-narrowing-again-at-mouse): New function.
3103         (wl-message-header-narrowing-1): Ditto.
3104         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3105         (wl-message-header-narrowing-setup): Ditto.
3106         (wl-message-header-narrowing-toggle): Ditto.
3107         
3108         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3109
3110         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3111         'flag as all.
3112         (wl-use-flag-folder-help-echo): New user option.
3113
3114         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3115         wl-summary-highlight as nil.
3116         (wl-summary-set-mark-modified): Follow the API change.
3117         (wl-summary-mark-modified-p): Ditto.
3118         (wl-summary-mark-as-read-all): Ditto.
3119         (wl-summary-sync-marks): Don't call
3120         elmo-folder-list-messages-with-global-mark.
3121         (wl-summary-mark-as-read-internal): Follow the API change.
3122         (wl-summary-mark-as-answered-internal): Ditto.
3123         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3124         Follow the API change.
3125         (wl-summary-create-line): Call with number argument.
3126         (wl-summary-reply): Follow the API change.
3127
3128         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3129         function.
3130         (wl-highlight-summary-line-string): Call it when
3131         wl-use-flag-folder-help-echo is non-nil.
3132         (wl-highlight-summary-current-line): Ditto.
3133         (elmo-flag-folder-referrer): Added autoload setting.
3134
3135         * wl-draft.el (wl-draft-kill): Follow the API change.
3136
3137         * Version number is increased to 2.11.14.
3138         
3139 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3142
3143 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3144
3145         * Version number is increased to 2.11.13.
3146
3147 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-draft.el (wl-draft-previous-history-element): Fixed
3150         unbalanced parenthesis and bind unbound local variables.
3151
3152 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3153
3154         * wl-draft.el (wl-draft-previous-history-element): New function.
3155         (wl-draft-next-history-element): Ditto.
3156         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3157         them to M-p and M-n.
3158
3159 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * Version number is increased to 2.11.12.
3162
3163 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3164
3165         * wl-draft.el (wl-draft-hide): Select buffer-window.
3166
3167 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3168
3169         * wl-summary.el (wl-summary-narrow-to-region): New function.
3170         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3171         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3172         (wl-summary-save-region): Use it.
3173         * wl-action.el (wl-summary-collect-numbers-region)
3174         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3175
3176 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3177
3178         * wl-folder.el (wl-folder-count-incorporates): Don't use
3179         `elmo-msgdb-mark-load'
3180
3181         * Version number is increased to 2.11.11.
3182
3183 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3184
3185         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3186         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3187
3188 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3189
3190         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3191
3192 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3193
3194         * Version number is increased to 2.11.10.
3195
3196 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-mime.el (wl-draft-attribute-value): Fixed.
3199
3200 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3201
3202         * wl-util.el (wl-copy-local-variables): New function.
3203
3204         * wl-mime.el (wl-draft-attribute-recipients): New function.
3205         (wl-draft-attribute-envelope-from): Ditto.
3206         (wl-draft-attribute-smtp-posting-server): Ditto.
3207         (wl-draft-attribute-smtp-posting-port): Ditto.
3208         (wl-draft-attribute-value): Ditto.
3209         (wl-draft-preview-message): Use it to get value for
3210         attributes. Reflect result of `wl-draft-config'.
3211
3212         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3213         and call `wl-summary-mark-as-read' before to call
3214         `wl-summary-unset-mark'.
3215         (wl-summary-target-mark-mark-as-unread): Likewise.
3216         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3217
3218 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * wl-mime.el (wl-draft-preview-message): Use actual value for
3221         attributes; Fix for small window.
3222
3223 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3224
3225         * wl-refile.el (wl-refile-get-field-value): Call
3226         `elmo-message-entity-field' with 3rd argument is non-nil.
3227
3228 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3229
3230         * wl-vars.el (wl-draft-preview-attributes): New user option.
3231         (wl-draft-preview-attributes-list): Ditto.
3232         (wl-draft-preview-attributes-buffer-lines): Ditto.
3233         (wl-draft-preview-attributes-buffer-name): Ditto.
3234
3235         * wl-mime.el (wl-draft-preview-message): Display attributes.
3236
3237 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3238
3239         * wl-summary.el (wl-summary-detect-mark-position): Bind
3240         wl-summary-flag-priority-list to '(new).
3241
3242 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3243
3244         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3245         funtion.
3246         (wl-highlight-summary-line-string): Use it.
3247         (wl-highlight-summary-current-line): Ditto.
3248
3249 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3250
3251         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3252         line even when the mark string is not changed.
3253
3254         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3255         argument change in the wl-summary-create-line.
3256         (wl-thread-insert-entity-sub): Ditto.
3257
3258         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3259         argument change in the wl-summary-create-line.
3260         (wl-summary-insert-sequential): Ditto.
3261         (wl-summary-update-thread): Ditto.
3262         (wl-summary-persistent-mark-string): New inline function.
3263         (wl-summary-message-mark): Use it.
3264         (wl-summary-create-line): Abolish argument wl-persistent-mark
3265         and added wl-flags, wl-cached.
3266
3267         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3268         mark to flags.
3269         (wl-highlight-summary-current-line): Decide the face not by the 
3270         persistent mark but flags.
3271
3272 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3273
3274         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3275         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3276         wl-summary-read-uncached-mark): Revive.
3277         (wl-summary-answered-cached-mark,
3278         wl-summary-answered-uncached-mark): New user option.
3279         (wl-summary-score-marks): Follow the change above.
3280         (wl-summary-auto-refile-skip-marks): Ditto.
3281         (wl-summary-incorporate-marks): Ditto.
3282         (wl-summary-expire-reserve-marks): Ditto.
3283         (wl-summary-flag-priority-list): New user option.
3284
3285         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3286         changes.
3287         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3288         of elmo-message-mark.
3289         (wl-summary-mark-as-read-internal): Ditto.
3290         (wl-summary-mark-as-answered): Ditto.
3291         (wl-summary-mark-as-important): Ditto.
3292         (wl-summary-redisplay-internal): Ditto.
3293         (wl-summary-redisplay-no-mime-internal): Ditto.
3294         (wl-summary-message-mark): New function.
3295         (wl-summary-insert-sequential): Use wl-summary-message-mark
3296         instead of elmo-message-mark.
3297         (wl-summary-update-thread): Ditto.
3298         (wl-summary-persistent-mark): Ditto.
3299         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3300         instead of elmo-message-mark.
3301
3302         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3303         wl-summary-message-mark instead of elmo-message-mark.
3304         (wl-thread-insert-entity-sub): Ditto.
3305         (wl-thread-get-children-msgs-uncached): Ditto.
3306
3307         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3308         variable name changes.
3309         (wl-highlight-summary-current-line): Ditto.
3310
3311         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3312         wl-summary-message-mark instead of elmo-message-mark.
3313
3314         * wl-expire.el (wl-expire-message-p): Ditto.
3315
3316         * wl-score.el (wl-score-headers): Ditto.
3317
3318         * Version number is increased to 2.11.9.
3319
3320         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3321         (wl-summary-sync-update): Follow the change above.
3322         (wl-summary-switch-to-clone-buffer): Ditto.
3323         (wl-summary-open-folder): Ditto.
3324
3325 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3326
3327         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3328         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3329
3330         * Version number is increased to 2.11.8.
3331
3332         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3333
3334         * wl-expire.el (wl-expire-refile): Follow the API change on
3335         `elmo-folder-move-messages'.
3336         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3337
3338         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3339         (wl-summary-exec-action-refile): Ditto.
3340         (wl-summary-exec-action-copy): Ditto.
3341         (wl-summary-no-auto-refile-message-p): No use
3342         `wl-summary-buffer-msgdb'.
3343         (wl-summary-auto-refile): Ditto.
3344
3345 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3346
3347         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3348
3349 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3350
3351         * wl-summary.el (wl-summary-sync): Treat no-sync.
3352
3353         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3354         (wl-default-sync-range): Ditto.
3355
3356 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-refile.el (wl-refile-subject-learn): Call
3359         `elmo-message-entity-field' with 3rd argument is non-nil.
3360         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3361         instead of `elmo-msgdb-overview-entity-get-subject'.
3362
3363 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3366         scan-type is rescan.
3367         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3368         new optional argument force is non-nil.
3369         (wl-summary-save-view-cache): Call it with force argument non-nil.
3370
3371         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3372
3373 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-action.el (wl-summary-print-argument): Fixed last change.
3376
3377 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3378
3379         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3380         simplified.
3381         (wl-summary-target-mark-mark-as-unread): Likewise.
3382         (wl-summary-target-mark-mark-as-important): Likewise.
3383
3384 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3385
3386         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3387         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3388         (wl-summary-mark-as-important-region): Change accordingly.
3389         (wl-summary-target-mark-mark-as-important): Ditto.
3390
3391 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3392
3393         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3394
3395         * wl-action.el (wl-summary-print-argument): Print argument to
3396         right side of window if `wl-summary-print-argument-within-window'
3397         is non-nil.
3398
3399 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-action.el (wl-summary-set-mark): Use
3402         `wl-summary-message-visible-p' to check visibility of the message
3403         and jump to message only when the message line is visible and have
3404         different number; Call wl-summary-unset-mark with number argument.
3405         (wl-summary-unset-mark): 
3406         Use `wl-summary-message-visible-p'
3407         to check visibility of the message and jump to message only when
3408         the message line is visible and have different number;
3409
3410 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3411
3412         * Version number is increased to 2.11.7.
3413
3414         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3415         and wl-folder-summary-line-format.
3416
3417         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3418         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3419         (wl-summary-set-score-mark): Use it.
3420         (wl-summary-target-mark-mark-as-read): Ditto.
3421         (wl-summary-target-mark-mark-as-unread): Ditto.
3422         (wl-summary-target-mark-mark-as-important): Ditto.
3423         (wl-summary-target-mark-msgs): Simplified.
3424         (wl-summary-detect-mark-position): Fixed problem when
3425         summary-line-format no contain persisten/temp mark spec.
3426         (wl-summary-temp-mark): Ditto.
3427         (wl-summary-persistent-mark): Ditto.
3428         (wl-summary-update-persistent-mark): Ditto.
3429
3430         * wl-action.el (wl-summary-set-mark): Ditto.
3431         (wl-summary-unset-mark): Ditto.
3432         All other related portions are changed.
3433
3434 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3435
3436         * Version number is increased to 2.11.6.
3437
3438 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-util.el (wl-current-message-buffer): Define as function;
3441         Don't use the value of wl-messge-buffer.
3442
3443         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3444         persistent mark.
3445
3446         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3447         no current message, cause an error.
3448
3449 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3450
3451         * wl-summary.el (wl-summary-set-message-modified): Use
3452         elmo-folder-set-message-modified instead of
3453         elmo-folder-set-message-modified-internal.
3454
3455 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3458         interactively.
3459         (wl-summary-sync): nokill->entirely.
3460         (wl-summary-sync-marks): Fixed message.
3461         (wl-summary-input-range): Added mark, nokill->entirely.
3462
3463         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3464         messages as read.
3465
3466 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3469         update-noscore.
3470         (wl-summary-sync): Follow the change above.
3471
3472 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3473
3474         * wl-action.el (wl-summary-target-mark-all): Use
3475         elmo-folder-list-messages.
3476
3477 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3480         (wl-summary-rescan): Set wl-summary-scored as nil.
3481         (wl-summary-sync-force-update): Follow the change above.
3482         (wl-summary-sync): Ditto.
3483         (wl-summary-sync-update): Added argument disable-killed.
3484         (wl-summary-insert-headers): Set visible-only argument for
3485         elmo-folder-list-messages.
3486         (wl-summary-input-range): Added update-nokill, update-noscore,
3487         all-nokill, all-noscore and mark.
3488
3489         * Version number is increased to 2.11.5.
3490
3491         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3492
3493 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3494
3495         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3496         (wl-summary-prefetch-region-no-mark): Change accordingly.
3497         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3498
3499 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3500
3501         * wl-address.el (wl-complete-field-to): Abolished.
3502         (wl-complete-address): Completion function for completing-read.
3503         * wl-action.el (wl-summary-get-resend-address): Use it.
3504
3505         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3506         wl-summary-update-mark and abolish unused argument.
3507         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3508         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3509         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3510         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3511         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3512         * wl-draft.el (wl-draft-kill): Ditto.
3513
3514         * wl-summary.el: Remove unused binding of case-fold-search.
3515         (wl-summary-replace-status-marks): Abolished.
3516
3517 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3518
3519         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3520         is specified or folder length is zero.
3521
3522 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3523
3524         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3525         (wl-folder-archive-current-entity): Ditto.
3526
3527 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3530         retrieving message mark.
3531         (wl-summary-redisplay-internal): Ditto.
3532
3533         * wl-message.el (wl-message-buffer-display): Ignore errors while
3534         retrieving message-id field.
3535
3536         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3537         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3538         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3539         order of the arguments for `wl-expire-message-p'.
3540         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3541
3542         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3543         Check return value of wl-summary-reply.
3544         (wl-summary-reply): Recover window configuration when an error occured.
3545
3546 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3547
3548         * wl-summary.el (wl-summary-resend-message): Abolished, the
3549         feature is inherited by wl-summary-resend (put resend mark).
3550
3551 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3552
3553         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3554         wl-message-buffer to nil when the message is hide.
3555
3556 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3557
3558         * .cvsignore: New file.
3559
3560 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3561
3562         * wl-action.el (wl-summary-action-docstring): Add more info.
3563         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3564         duplicate definition.
3565         (wl-summary-define-mark-action): Functions wl-summary-*-region
3566         keep current position.
3567         (wl-summary-unregister-target-mark): Store result to the variable.
3568
3569 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * Version number is increased to 2.11.4.
3572
3573 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3576         wl-summary-delete-all-temp-marks.
3577         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3578
3579         * wl-action.el (wl-summary-set-mark): Changed terminology
3580         refile-destination -> action-argument.
3581         (wl-summary-unset-mark): Ditto.
3582         (wl-summary-remove-argument): Ditto.
3583         (wl-summary-print-argument): Ditto.
3584
3585         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3586         (wl-thread-remove-argument-region): Ditto.
3587         (wl-thread-print-argument-region): Ditto.
3588         (wl-thread-close): Ditto.
3589         (wl-thread-open): Ditto.
3590
3591         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3592         (wl-highlight-refile-destination-face is abolished)
3593         (wl-highlight-action-argument-string): Ditto.
3594         (wl-highlight-summary-current-line): Highlight action argument.
3595
3596         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3597         color for light backgrounds.
3598         (wl-highlight-summary-answered-face): Ditto.
3599
3600 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3603
3604         * wl-score.el (wl-summary-score-update-all-lines): Use
3605         wl-summary-set-mark.
3606         (wl-summary-score-update-all-lines): Kill expunged messages.
3607
3608         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3609
3610 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3613         directly.
3614         (wl-score-overview-entity-get-lines): Ditto.
3615         (wl-score-overview-entity-get-xref): Ditto.
3616         (wl-score-get-latest-msgs): Ditto.
3617         (wl-summary-rescore): Ditto.
3618
3619         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3620         to "&".
3621         (wl-summary-mark-as-answered-internal): New inline function.
3622         (wl-summary-mark-as-answered): New function.
3623         (wl-summary-mark-as-unanswered): Ditto.
3624         (wl-summary-sync-marks): Modified for answered-mark synching.
3625
3626 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3627
3628         * wl-action.el (wl-summary-set-mark): Fixed last change.
3629
3630 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3631
3632         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3633         behavior of wl-summary-unread-message-hook
3634         (Pointed out by akira yamada <akira@arika.org>).
3635
3636 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3637
3638         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3639         wl-summary-delete.
3640         * wl-xmas.el (wl-summary-toolbar): Ditto.
3641
3642         * wl-action.el (wl-summary-set-mark): Don't override current
3643         temp-mark.
3644
3645         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3646
3647 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3648
3649         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3650         (wl-refile-msgid-learn): Ditto.
3651         (wl-refile-get-field-value): Ditto.
3652
3653         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3654
3655         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3656         (wl-expire-delete-reserved-messages): Renamed from
3657         wl-expire-reserve-marked-msgs-from-list.
3658         (wl-expire-delete): Removed argument `msgdb'.
3659         (wl-expire-refile): Ditto.
3660         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3661         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3662         mark-alist as argument.
3663         (wl-expire-archive-number1): Removed argument `msgdb'.
3664         (wl-expire-archive-number2): Ditto.
3665         (wl-expire-archive-date): Ditto.
3666         (wl-expire-localdir-date): Ditto.
3667         (wl-expire-hide): Ditto.
3668         (wl-archive-number1): Ditto.
3669         (wl-archive-number2): Ditto.
3670         (wl-archive-date): Ditto.
3671         (wl-archive-folder): Ditto.
3672         All other related portions are changed.
3673
3674 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3675
3676         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3677         mean move up and down. (suggested by Takashi Kawachi)
3678
3679 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-acap.el (toplevel): Don't require un-define.
3682
3683 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3684
3685         * wl-thread.el (wl-thread-delete-message): Always update
3686         wl-summary-buffer-number-list.
3687
3688         * wl-action.el (wl-summary-print-destination): 
3689         Do nothing when folder is nil.
3690
3691 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3692
3693         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3694         persistent mark when prefetch is succeeded.
3695
3696 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3697
3698         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3699         instead of elmo-msgdb-delete-msgs.
3700         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3701         (wl-expire-hide): Ditto.
3702
3703         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3704
3705         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3706         elmo-msgdb interface.
3707         (wl-thread-get-exist-children): Likewise.
3708         (wl-thread-insert-message): Likewise.
3709         (wl-thread-msg-mark-as-important): Likewise.
3710         (wl-thread-insert-entity-sub): Likewise.
3711         (wl-thread-get-children-msgs-uncached): Likewise.
3712
3713         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3714         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3715         (wl-summary-sync-update): Likewise.
3716         (wl-summary-auto-select-msg-p): Likewise.
3717         (wl-summary-update-thread): Likewise.
3718         (wl-summary-mark-as-important): Likewise.
3719         (wl-summary-jump-to-msg-internal): Likewise.
3720         (wl-summary-redisplay-internal): Likewise.
3721         (wl-summary-print-message-with-ps-print): Likewise.
3722         (wl-summary-folder-info-update): Likewise.
3723
3724         * wl-folder.el (wl-folder-check-one-entity):
3725         elmo-folder-count-flags instead of wl-summary-count-unread.
3726
3727         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3728
3729         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3730
3731         * wl-summary.el (wl-summary-set-message-modified): 
3732         Call wl-summary-set-mark-modified.
3733         (wl-summary-delete-messages-on-buffer): Call
3734         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3735         (wl-summary-sync-update): Call elmo-folder-length instead of
3736         elmo-folder-messages.
3737         (wl-summary-insert-headers): Don't call
3738         elmo-folder-list-message-entities.
3739
3740 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3741
3742         * wl-action.el (wl-summary-define-mark-action): Call
3743         `wl-summary-set-mark' with argument `data'.
3744         (wl-summary-auto-refile): Fixed order of arguments when call
3745         `wl-summary-refile'.
3746
3747 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3750
3751         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3752
3753         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3754         (Renamed from wl-highlight-summary-deleted-face).
3755         (wl-highlight-summary-resend-face): New face.
3756
3757         (wl-highlight-summary-deleted-face): Renamed from
3758         wl-highlight-summary-erased-face.
3759
3760         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3761
3762         * wl-action.el (wl-summary-get-resend-address): New function.
3763         (wl-summary-exec-action-resend): Ditto.
3764         (wl-summary-exec-action-resend-subr): Ditto.
3765
3766         * w-thread.el (wl-thread-copy): Removed definition.
3767         (wl-thread-refile): Ditto.
3768         (wl-thread-delete): Ditto.
3769         (wl-thread-target-mark): Ditto.
3770
3771         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3772         (wl-summary-target-mark-set-action): Fixed.
3773         (wl-summary-define-mark-action): Fixed quotation.
3774         (wl-summary-move-mark-list-messages): Display message.
3775         (wl-summary-define-mark-action): Define thread functions.
3776         (wl-summary-exec-action-refile): Changed message.
3777         (wl-summary-exec): Ditto.
3778
3779 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3780         
3781         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3782         '%%'.
3783
3784 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3785
3786         * wl.el (toplevel): Require wl-action.
3787         (wl-init): Call wl-summary-define-mark-action.
3788
3789         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3790
3791         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3792         wl-summary-delete and wl-summary-erase.
3793         (wl-summary-mode-map): Ditto.
3794
3795         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3796         wl-delete-folder-alist.
3797
3798         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3799         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3800         (toplevel): Moved mark & action related functions to the wl-action.el.
3801
3802         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3803         in wl-summary-mark-action-list.
3804         (wl-highlight-summary-current-line): Ditto.
3805
3806         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3807         empty lines.
3808
3809         * wl-action.el: New file. 
3810
3811 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl-summary.el (wl-summary-target-mark-replace): New function.
3814         (wl-summary-target-mark-prefetch): Use it.
3815         (wl-summary-target-mark-delete): Ditto.
3816         (toplevel): Rearranged definition order.
3817         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3818         (wl-summary-target-mark-erase): Rewrite.
3819         (wl-summary-erase-region): New function.
3820         (wl-summary-exec-action-erase): Changed message.
3821         (wl-summary-move-mark-list-messages): New function.
3822         (wl-summary-exec-action-delete): Use it.
3823         (wl-summary-exec-action-erase): Ditto.
3824
3825         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3826         (wl-summary-skip-mark-list): Added "d".
3827
3828         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3829         while searching.
3830
3831         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3832         and define using defcustom;
3833         Define 4th element as a face.
3834         
3835         * wl-summary.el (wl-summary-incorporate): Use 
3836         `wl-summary-prefetch-region-no-mark' instead of
3837         `wl-summary-prefetch-region'.
3838         (wl-summary-prefetch-region-no-mark): Revival of old
3839         `wl-summary-prefetch-region'.
3840         (wl-summary-mark-action-list): Moved to wl-vars.el
3841
3842         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3843         face according to the `wl-summary-mark-action-list'.
3844         (wl-highlight-summary-current-line): Ditto;
3845         Removed destination highlighting.
3846
3847         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3848         (wl-highlight-summary-line-string): Highlight for "i" mark.
3849         (wl-highlight-summary-current-line): Ditto.
3850
3851         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3852         no destination.
3853
3854         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3855         exists, just go ahead.
3856         (wl-summary-prefetch-region): Rewrite.
3857         (wl-summary-prefetch): Ditto.
3858         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3859         (wl-summary-exec-action-prefetch): New function.
3860         (wl-summary-target-mark-prefetch): Rewrite.
3861
3862 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3865         (wl-highlight-summary-line-string): Added "d" and "D".
3866         (wl-highlight-summary-current-line): Ditto.
3867
3868         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3869         in wl-summary.el.
3870         (wl-thread-insert-entity-sub): Ditto.
3871         (wl-thread-remove-destination-region): Ditto.
3872         (wl-thread-print-destination-region): Ditto.
3873
3874         * wl-summary.el (wl-summary-buffer-refile-list,
3875         wl-summary-buffer-delete-list,
3876         wl-summary-buffer-copy-list): Abolish.
3877         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3878         All other related portions are changed.
3879         (wl-summary-mark-action-list): New variable.
3880         (wl-summary-set-mark): New function.
3881         (wl-summary-register-target-mark): Ditto.
3882         (wl-summary-unregister-target-mark): Ditto.
3883         (wl-summary-have-target-mark-p): Ditto.
3884         (wl-summary-register-temp-mark): Ditto.
3885         (wl-summary-unregister-temp-mark): Ditto.
3886         (wl-summary-registered-temp-mark): Ditto.
3887         (wl-summary-collect-temp-mark): Ditto.
3888         (wl-summary-unset-mark): Ditto.
3889         (wl-summary-set-target-mark): Ditto.
3890         (wl-summary-unset-target-mark): Ditto.
3891         (wl-summary-set-action-generic): Ditto.
3892         (wl-summary-unset-action-generic): Ditto.
3893         (wl-summary-exec-action-delete): Ditto.
3894         (wl-summary-exec-action-erase): Ditto.
3895         (wl-summary-set-action-refile): Ditto.
3896         (wl-summary-set-action-refile-subr): Ditto.
3897         (wl-summary-unset-action-refile): Ditto.
3898         (wl-summary-make-destination-numbers-list): Ditto.
3899         (wl-summary-exec-action-refile): Ditto.
3900         (wl-summary-set-action-copy): Ditto.
3901         (wl-summary-unset-action-copy): Ditto.
3902         (wl-summary-exec-action-copy): Ditto.
3903         (wl-summary-collect-numbers-region): Ditto.
3904         (wl-summary-delete): Rewrite.
3905         (wl-summary-erase): Ditto.
3906         (wl-summary-remove-destination): Ditto.
3907         (wl-summary-exec): Ditto.
3908         (wl-summary-exec-region): Ditto.
3909         (wl-summary-target-mark-erase): Ditto.
3910         (wl-summary-refile): Ditto.
3911         (wl-summary-copy): Ditto.
3912         (wl-summary-unmark): Ditto.
3913         (wl-summary-delete-all-mark): Ditto.
3914         (wl-summary-mark-line): Don't highlight.
3915         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3916         (wl-summary-target-mark-refile-subr): Rewrite.
3917
3918         (wl-summary-copy-prev-destination): Abolish.
3919
3920 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3921
3922         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3923         default values along the value of wl-on-mule.
3924         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3925         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3926         It is not used anywhere.
3927
3928 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3929
3930         * wl-summary.el (wl-summary-print-destination): Keep position.
3931         (wl-summary-cursor-move-surface): Keep horizontal position.
3932
3933 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3934
3935         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3936         write sendlog.
3937
3938 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3939
3940         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3941         `wl-summary-highlight'.
3942
3943 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3944
3945         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3946         trivial condition for temp-mark.
3947
3948 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3949
3950         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3951         when it hits killed buffer.
3952
3953 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3954
3955         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3956         * wl-news.el.in: `message' and `error' take format string.
3957
3958 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3959
3960         * wl-folder (wl-folder-insert-entity): Display a message,
3961         `...done', when the work finish.
3962         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3963
3964 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3965
3966         * wl-message.el (wl-message-redisplay): Remove unused local
3967         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3968
3969 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3970
3971         * wl-summary.el (wl-summary-replace-status-marks): Disable
3972         interactive use.
3973         (wl-summary-reedit): Check message existence at first.
3974         (wl-summary-mark-line): Fix doc, return value is indefinite.
3975
3976         * wl-highlight.el (wl-highlight-message): Arranged.
3977
3978         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3979         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3980         check temp-mark by wl-summary-temp-mark always.
3981         (wl-highlight-summary): Change accordingly.
3982         * wl-summary.el (wl-summary-mark-as-read-all)
3983         (wl-summary-delete-cache, wl-summary-set-score-mark)
3984         (wl-summary-mark-as-unread, wl-summary-unmark)
3985         (wl-summary-mark-line, wl-summary-mark-as-read)
3986         (wl-summary-mark-as-important): Ditto.
3987
3988         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3989         end of the window if possible.
3990         * wl-summary.el (wl-summary-sync-update): Support lazy
3991         highlighting.
3992         (wl-summary-toggle-disp-msg): Ditto.
3993
3994 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3995
3996         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3997
3998 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3999
4000         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4001         change.
4002
4003 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4006         API.
4007         (wl-summary-sync-update): Ditto.
4008
4009         * wl-score.el (wl-score-get-score-alist): Changed argument.
4010         (wl-summary-rescore-msgs): Likewise.
4011         (wl-summary-score-headers): Likewise.
4012         (wl-score-headers): Likewise;
4013         Use elmo-folder-do-each-message-entity, etc.
4014         (wl-summary-score-effect): Follow the changes above.
4015         (wl-summary-rescore): Ditto.
4016         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4017         (wl-score-get-overview): Abolish.
4018
4019         * wl-summary.el (wl-summary-default-from): Follow the API change in
4020         elmo-msgdb.
4021         (wl-summary-count-unread): Ditto.
4022         (wl-summary-detect-mark-position): Ditto.
4023         (wl-summary-overview-entity-compare-by-date): Ditto.
4024         (wl-summary-overview-entity-compare-by-number): Ditto.
4025         (wl-summary-overview-entity-compare-by-from): Ditto.
4026         (wl-summary-overview-entity-compare-by-subject): Ditto.
4027         (wl-summary-get-list-info): Ditto.
4028         (wl-summary-rescan): Ditto.
4029         (wl-summary-jump-to-msg-by-message-id): Ditto.
4030         (wl-summary-sync-update): Ditto; Removed comment.
4031         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4032         (wl-summary-insert-message): Use wl-summary-insert
4033         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4034         (wl-summary-insert-headers): Changed argument overview to folder.
4035         (wl-summary-search-by-subject): Likewise.
4036         (wl-summary-insert-thread): Renamed from 
4037         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4038
4039         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4040         too.
4041
4042         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4043         wl-string-member.
4044
4045 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4046
4047         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4048         elmo-folder-append-buffer.
4049         (wl-draft-queue-append): Likewise.
4050
4051         * wl-mime.el (wl-message-delete-current-part): Ditto.
4052         (wl-summary-burst-subr): Ditto.
4053
4054         * wl-news.el.in (wl-news-send-news): Ditto.
4055
4056 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4059         function.
4060         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4061         (wl-summary-update-mark): Enclose with save-excursion.
4062         (wl-summary-mark-as-read-internal): Fixed last change.
4063         (wl-summary-mark-as-important): Use 3rd argument of
4064         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4065         Don't use elmo-msgdb-set-mark.
4066         (wl-summary-redisplay-internal): If msgdb flag is already read,
4067         just update the mark on buffer.
4068
4069 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4070
4071         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4072         cut visible folder when elmo-folder-delete returns non-nil value.
4073
4074 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4075
4076         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4077         by Kenichi OKADA <okada@opaopa.org>).
4078
4079 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4080
4081         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4082
4083 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4084
4085         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4086         Fixed the last change, search group entity by its real name.
4087         (Thanks to: KOBAYASHI Shinji)
4088
4089 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4090
4091         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4092         (wl-fldmgr-access-display-all): Don't refer visible name.
4093         * wl-expire.el (wl-folder-archive-current-entity)
4094         (wl-folder-expire-current-entity): Ditto.
4095         * wl-folder.el (wl-folder-jump-to-current-entity)
4096         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4097         (wl-folder-open-folder-sub,wl-folder-open-all)
4098         (wl-folder-write-current-folder): Ditto.
4099         (wl-folder-insert-entity): Don't use petname for normal group.
4100         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4101         is the real name.
4102         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4103         Abolished.
4104
4105 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4106
4107         * wl-draft.el (wl-draft-create-buffer): Add
4108         `wl-summary-reply-with-citation'
4109
4110 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4111
4112         * wl-draft.el (wl-draft-reply): Fixed.
4113
4114 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4117         when `wl-draft-send-confirm-with-preview' is non-nil.
4118         You can scroll up/down by j/k.
4119         (wl-draft-send-confirm-with-preview): New variable (default=t).
4120
4121 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4122
4123         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4124         (wl-fldmgr-save-folders): Fix comment.
4125
4126 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4127
4128         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4129         along the last change in `wl-folder-buffer-group-p'.
4130
4131 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4132
4133         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4134         folder.
4135
4136         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4137         the default value.
4138
4139         * wl-mime.el (wl-summary-burst): Update summary only when target
4140         folder equals current folder.
4141
4142 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4143
4144         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4145
4146 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4147
4148         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4149         value.
4150
4151 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4154         `map-extents' instead of `extent-at' repeatedly.
4155         (wl-highlight-folder-current-line): Ditto.
4156
4157         * wl-highlight.el: Remove useless dummy functions.
4158
4159 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4160
4161         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4162         (wl-folder-put-folder-property): New function to put text property.
4163         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4164         (wl-folder-insert-entity, wl-folder-update-diff-line)
4165         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4166         * wl-e21.el, wl-xmas.el, wl-mule.el
4167         (wl-highlight-folder-current-line): Ditto.
4168         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4169         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4170         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4171         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4172
4173 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * Version number is increased to 2.11.3.
4176
4177 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4180         Resume current-buffer since it is assumed by remaining tasks.
4181
4182 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4183
4184         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4185         (wl-folder-completion-function): Abolished.
4186         (wl-folder-complete-folder): New function.
4187         (wl-folder-complete-filter-condition): Ditto.
4188         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4189         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4190
4191 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4192
4193         * wl-draft.el (wl-draft-send-confirm): New function.
4194         (wl-draft-send): Use it.
4195
4196         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4197         cursor-in-echo-area while confirming.
4198
4199         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4200
4201         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4202         searching via nntp if wl-summary-search-via-nntp is 'force.
4203         Otherwise, invoke searching in nntp folder only.
4204         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4205
4206         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4207         explicitly for mime-make-text-tag.
4208
4209 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4210
4211         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4212         `mime-make-text-tag' instead of `mime-create-tag'.
4213
4214 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4215
4216         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4217         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4218
4219 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-score.el (wl-score-save): Bind print-length and print-level.
4222         (wl-score-pretty-print): Ditto.
4223         (wl-score-edit-insert-header-entry): Ditto.
4224
4225         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4226         "From" entry to be treated with wl-draft-eword-encode-address-list.
4227         * wl-mime.el (wl-draft-preview-message): Ditto.
4228
4229         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4230         (wl-summary-mark-as-unread): Ditto.
4231         (wl-summary-mark-as-read-region): Change accordingly.
4232         (wl-summary-mark-as-unread-region): Ditto.
4233         (wl-summary-target-mark-mark-as-read): Ditto.
4234         (wl-summary-target-mark-mark-as-unread): Ditto.
4235
4236 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * Version number is increased to 2.11.2.
4239
4240 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-news.el.in (wl-news-previous-version-save): Bind
4243         print-length and print-level.
4244         * wl-thread.el (wl-thread-save-entities): Ditto.
4245         (wl-thread-save-top-list): Bind print-length.
4246
4247 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4248
4249         * wl-highlight.el (wl-highlight-summary-line-string): Use
4250         wl-summary-score-below-mark, wl-summary-score-over-mark.
4251         (wl-highlight-summary-current-line): Ditto.
4252
4253 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4256         insert it.
4257
4258 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4261
4262 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4263
4264         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4265         message without msgid.
4266         Rewrite with elmo-folder-move-messages.
4267         Set wl-message-buffer to nil.
4268
4269         * wl-summary.el (wl-summary-erase-subr): New function. Use
4270         elmo-folder-move-messages.
4271         (wl-summary-erase): Call it.
4272         (wl-summary-target-mark-erase): Ditto.
4273
4274 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4277         it is not up-tp-date.
4278
4279 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4282         buffer after calling `wl-summary-goto-folder-subr' without the
4283         argument `interactive'.
4284         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4285
4286 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4287
4288         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4289         `mime-create-tag'. Use `string=' instead of `looking-at'.
4290
4291 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4294         to avoid compile warning.
4295
4296         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4297         entity-id when folder is given.
4298         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4299         save-excursion, use save-selected-window instead.
4300         Select folder buffer window if exists.
4301         (To correct behavior with wl-folder-move-cur-folder.)
4302
4303 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4304
4305         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4306
4307 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4308
4309         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4310         list-count instead of %d.
4311
4312 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4315         (wl-news): Set it.
4316         (wl-news-append-to-folder): Use it.
4317
4318         * wl-news.el.in (wl-news-send-news): Append to specified folder
4319         instead of wl-default-folder.
4320         (wl-news-append-to-folder): Show error message with specified folder.
4321
4322         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4323                 In most major modes, Emacs assumes that any opening
4324                 delimiter found at the left margin is the start of a
4325                 top-level definition, or defun. Therefore, *never put an
4326                 opening delimiter at the left margin unless it should have
4327                 that significance.*
4328
4329         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4330
4331 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4332
4333         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4334
4335 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4336
4337         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4338
4339 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4340
4341         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4342         for sequential numbering case.
4343
4344 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4347         value.
4348         (wl-draft-reply-without-argument-list): Ditto.
4349         (wl-draft-reply-myself-with-argument-list): Abolish.
4350         (wl-draft-reply-myself-without-argument-list): Ditto.
4351         * wl-draft.el (wl-draft-self-reply-p): New function.
4352         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4353
4354 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4357         (avoid error for the case without byte-compiling)
4358
4359 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4360
4361         * wl-news.el.in (wl-news-append-to-folder): New function.
4362         (wl-news-exit): Rewrite.
4363         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4364
4365 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-draft.el (wl-draft-reply-position): New function.
4368         (wl-draft-reply-position): Fix.
4369         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4370         (wl-summary-target-mark-reply-with-citation): Ditto.
4371         (wl-summary-reply-with-citation): Ditto.
4372         * wl-vars.el (wl-draft-reply-default-position): New variable.
4373
4374 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4375
4376         * wl-draft.el (wl-draft-send): Preview when interactive send.
4377
4378 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-draft.el (wl-draft-reply): Set default position.
4381         * wl-summary.el (wl-summary-reply): Ditto.
4382         (wl-summary-reply-with-citation): Ditto.
4383         (wl-summary-target-mark-reply-with-citation): Ditto.
4384
4385 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-news.el.in (wl-news-lang): Set default value according to
4388         current-language-environment.
4389         (wl-news-append-news): Do nothing when news-list is nil.
4390
4391 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4392
4393         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4394         (wl-news): Change message.
4395         (wl-news-exit): Check buffer.
4396         (wl-news-force-exit): New function.
4397         (wl-news-show-all): New function.
4398         (wl-news-discard-and-exit): Fix.
4399
4400 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4403         according to current-language-environment.
4404
4405         * wl-news.el.in (wl-news): If arg, show all NEWS after
4406         wl-news-default-previous-version.
4407
4408 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4409
4410         * wl-news.el.in (wl-news-check): Rewritten.
4411         (wl-news-previous-version-load): Change data type.
4412         (wl-news-previous-version-save): Change data type.
4413         (wl-news-append-news): Add return value.
4414         (wl-news-check-news): New function.
4415         (wl-news-already-current-p): New function.
4416         (wl-news-send-news): Rewritten.
4417         (wl-news-mode-map): Add new keybind.
4418         (wl-news): Rewritten.
4419         (wl-news-exit): Rewritten.
4420         (wl-news-discard-and-mail): New function.
4421         (wl-news-send-to-address): Abolished.
4422         * wl.el (wl-init): Delete a message.
4423
4424 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4425
4426         * wl-news.el.in (wl-news-exit): Update previous version.
4427         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4428
4429 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4430
4431         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4432
4433 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4434
4435         * wl-news.el.in (wl-news): New function.
4436         (wl-news-mode): New function.
4437         (wl-news-next-line): New function.
4438         (wl-news-next-page): New function.
4439         (wl-news-exit): New function.
4440         (wl-news-buf-name): New variable.
4441         (wl-news-mode-map): New variable.
4442         (wl-news-winconf): New variable.
4443         (wl-news-append-news): Add an option.
4444
4445 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4446
4447         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4448
4449 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-news.el.in (wl-news-send-to-address): New variable.
4452         (wl-news-send-news): Use it.
4453         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4454         Return updating status.
4455         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4456
4457 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-news.el.in (wl-news-send-news): Delete
4460         Organization and X-Face.
4461
4462 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4463
4464         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4465         (wl-news-append-news): New function.
4466         (wl-news-send-news): New function.
4467
4468 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * Version number is increased to 2.11.1.
4471
4472 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4473
4474         * wl-news.el.in : New file.
4475
4476 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4479         default value.
4480         (wl-draft-reply-without-argument-list): Ditto.
4481
4482 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4483
4484         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4485         (wl-message-buffer-prefetch-idle-time): Ditto.
4486         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4487
4488 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4489
4490         * wl-thread.el (wl-thread-insert-message): Use
4491         wl-summary-max-thread-depth.
4492
4493         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4494         loop detection.
4495
4496         * wl-message.el (wl-message-buffer-display): Back to the first page
4497         when cache is hit.
4498
4499 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4500
4501         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4502
4503         * wl-summary.el (wl-summary-insert-thread-entity):
4504         If the thread depth is reached to wl-summary-max-thread-depth,
4505         divide the thread.
4506
4507 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4510         for elmo-remove-passwd.
4511
4512 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4515         folder is sticky.
4516         (wl-folder-mark-as-read-all-entity): Ditto.
4517         (wl-folder-prefetch-entity): Ditto.
4518
4519 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4520
4521         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4522
4523 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4526         Delete messages on buffer for unplugged operation.
4527         (wl-summary-erase): Ditto.
4528
4529 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4532         take nil so as not to search parent by subject.
4533
4534 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4537         (wl-folder-get-next-folder): Ditto.
4538         (wl-folder-get-path): Ditto.
4539
4540 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4543         system and encode the region with it before verifying.
4544
4545 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4548         system of the echo buffer before decoding.
4549
4550 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4553         original contents.
4554
4555 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4556
4557         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4558         with argument 'any-exists.
4559
4560 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4563         Use `wl-cs-autoconv'.
4564
4565 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4568         by `mime-view-automatic-conversion'.
4569
4570         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4571         (wl-message-verify-pgp-nonmime): Ditto.
4572         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4573         Bind them to C-c:d and C-c:v respectively.
4574
4575         Merge following code by Teranishi-san from [wl-en:00167].
4576         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4577         (wl-mime-preview-application/pgp-encrypted): Ditto.
4578         (wl-mime-setup): Add entry.
4579
4580 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-summary.el (wl-summary-target-mark-erase): New function.
4583         Bind it to "mD".
4584
4585 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-vars.el (wl-draft-write-file-function): Fix.
4588         (wl-draft-reedit-hook): Changed default value.
4589
4590         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4591         wl-draft-reedit-hook.
4592         (wl-draft-remove-text-plain-tag): New function.
4593         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4594
4595         * wl-vars.el (wl-draft-write-file-function): New user option.
4596
4597         * wl-draft.el (wl-draft-prepare-edit): Use it for
4598         local-write-file-hooks.
4599         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4600
4601         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4602         (wl-draft-insert-mail-header-separator): Return the body beginning
4603         point.
4604         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4605         text/plain.
4606         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4607
4608 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-summary.el (wl-summary-erase): New function to erase message
4611         without moving it to trash. Bind to "D".
4612
4613         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4614         as `keep' unless switch-function.
4615
4616 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4619         message buffer by using `wl-summary-toggle-disp-msg'.
4620         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4621         buffer window.
4622         (wl-summary-supresedes-message): Ditto.
4623
4624         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4625         Do not delete other windows.
4626         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4627         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4628         (wl-draft-create-buffer): Set reply-or-forward also for target
4629         mark commands.
4630
4631 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4632
4633         * wl-draft.el (wl-user-agent-compose): Delete special case for
4634         switch-to-buffer-other-window.
4635
4636         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4637         (wl-summary-forward): Ditto.
4638
4639         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4640         function.
4641         (wl-draft-buffer-style): New use option.
4642
4643         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4644         (wl-draft): Follow the change above.
4645         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4646         wl-draft-buffer-style.
4647         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4648         switch-function.
4649
4650 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4651
4652         * wl-address.el (wl-address-make-completion-entry): Extracted from
4653         `wl-address-make-completion-list'.
4654         (wl-address-enable-strict-loading): New variable.
4655         (wl-address-make-completion-list): Revive petname duplication
4656         inquiry, and enable it if `wl-address-enable-strict-loading'.
4657         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4658
4659 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4660
4661         * wl-message.el (wl-message-get-original-buffer): Avoid
4662         'Selecting deleted buffer' error when original buffer is killed.
4663
4664 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4665
4666         * wl-summary.el (wl-summary-next-message): Use
4667         elmo-message-accessible-p instead of elmo-message-cached-p.
4668
4669 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4672
4673         * wl-thread.el (wl-thread-open-all-unread): Use
4674         elmo-folder-list-flagged instead of
4675         elmo-folder-list-messages-mark-match.
4676
4677         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4678         instead of elmo-folder-list-messages-mark-match.
4679         (wl-summary-move-spec-alist): New variable.
4680         (wl-summary-move-spec-plugged-alist,
4681         wl-summary-move-spec-unplugged-alist): Abolish.
4682         (wl-summary-next-message): Follow the change above.
4683         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4684         with 'no-msg' argument.
4685
4686         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4687         variable.
4688         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4689         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4690         (wl-message-buffer-prefetch-get-next): Follow the change above.
4691
4692 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-version.el (wl-version): Changed codename.
4695
4696         * Version number is increased to 2.11.0.
4697
4698 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4699
4700         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4701         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4702         `wl-draft-config-variables'.
4703         (wl-draft-kill): Fixed problem when the draft is reedit.
4704
4705 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4708         buffer-modified status (Thanks to
4709         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4710
4711 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-util.el (wl-region-exists-p): New function.
4714
4715         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4716         Remove defvars for byte-compile warnings.
4717
4718 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4719
4720         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4721         defvar-maybe. Removed unused bind.
4722
4723 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4726         summary buffer window before creating new frame.
4727         (wl-draft-reply): Ditto.
4728
4729 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4730
4731         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4732
4733 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734
4735         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4736
4737 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4738
4739         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4740         instead of `kill-region'.
4741
4742 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4745         (wl-highlight-summary-line-string): Use it.
4746         (wl-highlight-summary-current-line): Ditto.
4747
4748         * wl-mime.el (wl-message-delete-current-part): Check the class of
4749         mime-entity.
4750
4751         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4752
4753         * wl-summary.el (wl-summary-make-number-list): Initialize.
4754         (wl-summary-update-mark): New function.
4755         (wl-summary-reply): Put `answered' mark on the message.
4756         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4757
4758         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4759         (wl-draft-reply): Added optional argument `number';
4760         Set wl-draft-parent-number.
4761         (wl-draft-kill): Delete answered mark if it is a reply.
4762
4763 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4766         that originates in mime-preview-follow-current-entity.
4767         (wl-draft-yank-current-message-entity): Use it if region is active.
4768
4769         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4770         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4771         `wl-message-delete-current-part'.
4772         * wl-mule.el (wl-message-define-keymap): Ditto.
4773         * wl-xmas.el (wl-message-define-keymap): Ditto.
4774
4775 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4776
4777         * wl-mime.el (wl-message-delete-current-part): New function.
4778         (wl-mime-node-id-to-string): Ditto.
4779
4780         * wl-mime.el (wl-message-delete-current-part): Use existing
4781         original buffer which corresponds current mime-view buffer.
4782         (fetched buffer might have different structure, possibly)
4783
4784         * wl-mime.el (wl-message-delete-current-part): Quit if the
4785         message content differs from the actual message.
4786
4787 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4790         order.
4791         (wl-summary-search-by-subject): Search parent message from tail;
4792         Check the existence of the parent message on the current thread tree.
4793         (wl-summary-update-thread): Check whether the line is inserted.
4794
4795 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4796
4797         * wl-vars.el (wl-summary-line-format): Undo last change.
4798         * wl-summary.el (wl-summary-print-destination): Do not put
4799         invisible property when `wl-summary-width' is nil.
4800         (wl-summary-line-subject-minimum-length): Abolished.
4801         (wl-summary-line-subject): Ditto.
4802
4803 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-vars.el (wl-summary-line-format): Change default value.
4806         (wl-summary-subject-length-limit): Abolished.
4807         * wl-summary.el (wl-summary-line-subject): Ditto.
4808
4809 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4810
4811         * wl-template.el (wl-template-select): Added optional argument.
4812         If optional argument is specified, reverse
4813         `wl-template-visible-select'.
4814
4815 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4818         Take prefix argument to force asking the destination folder.
4819
4820 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4821
4822         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4823         count and update status.
4824
4825 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-summary.el (wl-summary-redisplay-internal): If
4828         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4829         after fetching.
4830
4831 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4832
4833         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4834         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4835
4836         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4837
4838 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4841         (All other related portions are changed).
4842         (wl-summary-mark-as-read-all): Rewrite.
4843
4844 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4847         `wl-summary-mark-as-read'.
4848         (wl-summary-mark-as-unread): Rewrite.
4849         (wl-summary-mark-as-read): Added no-modeline argument.
4850         (wl-summary-resume-cache-status): Rewrite.
4851         (wl-summary-exec-subr): Remove unused local variable.
4852
4853 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4856         logic to call `wl-summary-buffer-prev-folder-function'.
4857         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4858
4859 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4862         is nil.
4863
4864 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4867         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4868         (wl-mime-setup): Add its entry.
4869
4870 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4873         (wl-summary-delete-cache): Likewise.
4874         (wl-summary-mark-as-read): Rewrite.
4875
4876 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4879         `wl-summary-count-unread'.
4880
4881         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4882
4883         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4884
4885 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4888         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4889         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4890         Renamed to the elmo-msgdb-*-mark.
4891         (wl-summary-score-marks): Follow the change above.
4892         (wl-summary-auto-refile-skip-marks): Ditto.
4893         (wl-summary-incorporate-marks): Ditto.
4894         (wl-summary-expire-reserve-marks): Ditto.
4895
4896         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4897         changes.
4898         (wl-thread-insert-top): Changed updating message.
4899
4900         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4901         variable.
4902         (wl-summary-count-unread): Count answered marks.
4903         (wl-summary-rescan): Call wl-summary-insert-message instead of
4904         wl-summary-append-message-func-internal.
4905         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4906         (wl-summary-prefetch-msg): Follow the variable name changes.
4907         (wl-summary-prefetch-region): Ditto.
4908         (wl-summary-mark-as-read-all): Follow the API changes;
4909         Don't call elmo-folder-replace-marks.
4910         (wl-summary-delete-cache): Follow the variable name changes.
4911         (wl-summary-resume-cache-status): Ditto.
4912         (wl-summary-update-status-marks): New function.
4913         (wl-summary-insert-message): New function.
4914         (wl-summary-sync-marks): Follow the variable name changes.
4915         (wl-summary-sync-update): Synchronize to the msgdb, too;
4916         Changed update messages.
4917         (wl-summary-make-number-list): Rewrite.
4918         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4919         (wl-summary-mark-as-unread): Follow the API changes.
4920         (wl-summary-exec-subr): Follow the variable name changes.
4921         (wl-summary-mark-as-read): Ditto.
4922         (wl-summary-move-spec-plugged-alist): Ditto.
4923         (wl-summary-move-spec-unplugged-alist): Ditto.
4924         (wl-summary-cursor-move-surface): Ditto.
4925
4926         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4927         variable name changes.
4928         (wl-highlight-summary-current-line): Ditto.
4929
4930         * wl-expire.el (wl-expire-refile): Follow the API change in
4931         elmo-folder-move-messages.
4932         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4933         (wl-summary-archive): Use elmo-folder-msgdb instead of
4934         elmo-msgdb-load.
4935
4936 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-mime.el (wl-draft-preview-message): Restore the position
4939         before evaluating wl-draft-send-hook in preview buffer.
4940
4941 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4944         when it creates new draft buffer.
4945
4946         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4947         without argument.
4948
4949         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4950         Evaluate content and if the value is string, insert it.
4951         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4952         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4953         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4954         wl-draft-config-sub-part-bottom): Use it.
4955
4956         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4957         with the folder name. The question was unintelligible when it is
4958         called from wl-save-status.
4959
4960 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4961
4962         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4963         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4964         cannot take second argument).
4965
4966 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4969         as t. Since type and subtype are not case sensitive (RFC 2045).
4970
4971 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl-vars.el (wl-message-mode-line-format): New variable.
4974         (wl-message-mode-line-format-spec-alist): Ditto.
4975         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4976         (wl-message-redisplay): Use wl-message-mode-line-format.
4977
4978 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4981
4982 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4983
4984         * wl-summary.el (wl-summary-default-from): Write description.
4985
4986 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4987
4988         * wl-vars.el (wl-ldap-objectclass): Abolish.
4989
4990         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4991         (wl-ldap-make-filter): Removed condition for objectclass.
4992         (wl-ldap-make-matched-value-list): Remove meaningless process.
4993         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4994         (wl-address-ldap-search): Don't add `*' to `pat' string;
4995         use ignore-errors; added `email';
4996         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4997         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4998         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4999
5000
5001 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * wl-draft.el (wl-draft-parent-folder): Write description.
5004         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5005
5006 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5009         as "" (zero-length string) if no parent.
5010         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5011
5012 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5013
5014         * wl-address.el (wl-address-make-completion-list): Skip duplication
5015         checking.
5016         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5017         `append'.
5018
5019 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5020
5021         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5022         instead of `beginning-of-buffer'.
5023
5024 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5027
5028 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5031         Refer wl-message-buffer-name.
5032         (wl-message-wheel-down): Ditto.
5033
5034 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-vars.el (wl-message-buffer-name): New user option.
5037
5038         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5039         directly instead of making alist dinamically.
5040
5041         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5042         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5043         wl-message-buffer-cache-name.
5044         (wl-message-buffer-cache-clean-up): Ditto.
5045
5046         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5047
5048         * Version number is increased to 2.9.15.
5049
5050 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-vars.el (wl-summary-default-view-alist): New user option.
5053
5054         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5055
5056         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5057         while deleting address.
5058         (wl-draft-delete-myself-from-cc): Ditto.
5059
5060         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5061         If optional argument is specified, reverse sort order.
5062
5063         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5064
5065 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-thread.el (wl-thread-insert-message): Return parent number if
5068         exists.
5069         (wl-thread-update-indent-string-region): Use
5070         wl-thread-update-line-on-buffer-sub instead of
5071         wl-thread-update-line-on-buffer.
5072
5073 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5074
5075         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5076         (wl-folder-close-all): Ditto.
5077
5078 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5079
5080         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5081         and mailing-list:.
5082         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5083         value.
5084         (wl-summary-line-list-info): Print mailing-list name even when 
5085         list-number is empty.
5086
5087 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5090
5091         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5092         (wl-draft-open-file): Ditto.
5093         (wl-draft-random-alphabet): Ditto.
5094
5095         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5096         bindings.
5097
5098 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5101         * wl-vars.el (wl-draft-config-alist): Ditto.
5102
5103 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * Version number is increased to 2.9.14.
5106
5107         * wl.el (wl): Don't set wl-init as nil when error occured while
5108         auto-checking folders.
5109
5110         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5111         `elmo-expand-newtext'.
5112
5113 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5116         `this-command' so that `wl-folder-goto-folder' contained in
5117         `wl-summary-keep-cursor-command' work.
5118
5119 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5122         message buffer displaying state.
5123
5124 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-vars.el (wl-summary-default-view): New variable to specify
5127         default value for `wl-summary-buffer-view' instead of using
5128         set-default.
5129         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5130
5131 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5134
5135         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5136
5137 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5138
5139         * wl-vars.el (wl-forward-subject-prefix): New variable.
5140         * wl-draft.el (wl-draft-forward): Use it.
5141
5142 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5143
5144         * wl-message.el (wl-message-prev-page): When it is called without
5145         lines argument, scroll down by wl-message-scroll-amount lines.
5146         (wl-message-next-page): Ditto.
5147         * wl-vars.el (wl-message-scroll-amount): Change default value
5148         to preserve current behavior.
5149
5150 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5151
5152         * wl-summary.el (wl-summary-prefetch-msg): Bind
5153         `wl-message-entity' to call `wl-summary-from-function'.
5154
5155 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5156
5157         * wl-message.el (wl-message-buffer-create): Run
5158         wl-message-buffer-created-hook.
5159
5160 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-summary.el (wl-summary-sort-specs): New variable.
5163         (wl-summary-default-sort-spec): Ditto.
5164         (wl-summary-sort): Rewrite.
5165         (wl-summary-sort-by-list-info): New function.
5166
5167 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5168
5169         * wl-summary.el (wl-summary-get-list-info): New function.
5170         (wl-summary-sort): Rewrite.
5171         (wl-summary-line-list-info): Ditto.
5172         (wl-summary-line-list-count): Ditto.
5173         (wl-summary-refile-region): Fixed docstring.
5174
5175 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5178         `wl-folder-entity-hashtb' as completion table.
5179
5180 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5183         only when this command is called interactively; silence the byte-
5184         compiler.
5185
5186 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5187
5188         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5189         active in XEmacs.
5190
5191 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5192
5193         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5194         plural lines.
5195
5196 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5197
5198         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5199         of current line when the cursor is on the header name.
5200         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5201
5202 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5203
5204         * wl-util.el (wl-read-directory-name): Return displayed directory
5205         as the default value also on XEmacs.
5206
5207 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5210         formatting.
5211
5212 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5215         argument and when it is non-nil, check face property before
5216         highlighting for each line.
5217         (wl-highlight-summary-window): Set it.
5218
5219 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5222         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5223
5224         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5225         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5226         (wl-draft-get-fcc-list): Likewise.
5227
5228 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5231         (wl-thread-entity-cur): Ditto.
5232         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5233         wl-thread-indent-regexp setting.
5234         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5235
5236         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5237         wl-summary-lazy-highlight.
5238         (wl-summary-display-bottom): Ditto.
5239
5240         * wl-thread.el (wl-thread-open-close): Likewise.
5241
5242         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5243         from and subject;
5244         Bind wl-draft-use-frame;
5245         Enclose with save-window-excursion;
5246         Use wl-draft-create-buffer instead of with-temp-buffer;
5247         Use wl-draft-prepare-edit;
5248         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5249         Use wl-draft-send instead of wl-draft-raw-send.
5250
5251 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5254         of using wl-from.
5255
5256 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5259         insert-buffer instead of clone-buffer.
5260         (wl-draft-doing-mime-bcc): New variable.
5261         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5262         infinite loop.
5263         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5264
5265         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5266         (wl-draft-mime-bcc-body): Ditto.
5267
5268         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5269         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5270         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5271         wl-draft-do-mime-bcc.
5272         (wl-draft-mime-bcc-field): New function.
5273         (wl-draft-do-mime-bcc): Ditto.
5274
5275         * wl-address.el (wl-address-complete-header-list): New variable.
5276         (wl-address-complete-header-regexp): Changed default value.
5277
5278         * Version number is increased to 2.9.13.
5279
5280 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5283         it is differed.
5284
5285 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5286
5287         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5288         (wl-summary-line-list-count): Ditto.
5289
5290 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5293         (wl-nntp-posting-function): New variable.
5294         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5295         `wl-nntp-posting-config-alist'.
5296
5297 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5298
5299         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5300         FLIM.
5301
5302 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5303
5304         * wl-summary.el (wl-summary-target-mark-refile-sub):
5305         Remove a nuisance funcall.
5306
5307 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5310         as t for `try-completion'.
5311
5312 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-summary.el (wl-summary-default-from): Use
5315         wl-address-header-extract-address instead of
5316         std11-extract-address-components.
5317         (wl-summary-simple-from): Ditto.
5318         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5319         (wl-summary-insert-headers): Show message.
5320         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5321         for whole line.
5322         (wl-summary-default-from): Revert last change.
5323         (wl-summary-simple-from): Ditto.
5324         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5325         (wl-summary-mark-as-read-region): Follow the change above.
5326         (wl-summary-sync-marks): Ditto.
5327         (wl-summary-target-mark-mark-as-read): Ditto.
5328         (wl-summary-redisplay-internal): Ditto.
5329         (wl-summary-redisplay-no-mime-internal): Ditto.
5330         (wl-summary-redisplay-all-header): Ditto.
5331         (wl-summary-mark-as-read): Removed argument `cached';
5332         Use current cache status to set cache mark.
5333         (wl-summary-redisplay-internal): Follow the change above.
5334         (wl-summary-redisplay-no-mime-internal): Ditto.
5335         (wl-summary-redisplay-all-header): Ditto.
5336
5337         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5338
5339         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5340         Don't call itself recursively (Adviced by Yamaoka-san).
5341
5342 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5345         bind wl-summary-highlight as nil to avoid error caused by missing
5346         local variables.
5347
5348 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5349
5350         * wl-vars.el (wl-invalid-character-message): New user option.
5351
5352         * wl-util.el (wl-set-string-width): If truncated string-width is
5353         larger than specified width, use `wl-invalid-character-message'.
5354
5355 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5356
5357         * wl-summary.el (wl-summary-prefetch-msg): 
5358         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5359
5360 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5361
5362         * wl-vars.el (wl-summary-check-line-format): New user option.
5363         (wl-summary-line-format-file): Ditto.
5364
5365         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5366         variable.
5367         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5368         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5369         and `wl-summary-view-old-p' to check whether do a rescan or not.
5370         (wl-summary-view-old-p): New function.
5371         (wl-summary-line-format-changed-p): Ditto.
5372         (wl-summary-line-format-save): Ditto.
5373         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5374
5375         * wl-util.el (wl-set-string-width): Avoid using negative number
5376         for make-string.
5377
5378 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5379
5380         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5381         return value.
5382
5383         * wl-util.el (wl-set-string-width): Added optional argument
5384         `padding' (All other related portions are changed).
5385         (wl-line-parse-format): If the first letter of column number is
5386         `0', zero-padding the result (ex: "%05l").
5387
5388         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5389
5390 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5393         sequential summary view.
5394
5395 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5398         if it doesn't have a -unix version.
5399
5400 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5403
5404 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5407         content.
5408         (wl-draft): Follow the change above.
5409
5410         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5411
5412         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5413         and wl-folder-summary-line-format-alist contain %T and %P.
5414
5415         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5416         (wl-summary-mode-line-format): New user option.
5417         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5418         (wl-summary-line-format): Changed default value.
5419         (wl-summary-lazy-highlight): Changed default value.
5420
5421         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5422         change in wl-summary-create-line.
5423         (wl-thread-insert-entity-sub): Ditto.
5424
5425         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5426         (wl-summary-buffer-unread-status): Ditto.
5427         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5428         (wl-summary-buffer-persistent-mark-column): Ditto.
5429         (wl-summary-buffer-mode-line-formatter): Ditto.
5430         (wl-summary-buffer-mode-line): Ditto.
5431         (wl-summary-message-regexp): Abolished.
5432         (All other related portions are changed.)
5433         (wl-summary-detect-mark-position): New function.
5434         (wl-summary-buffer-set-folder): Setup
5435         wl-summary-buffer-mode-line-formatter.
5436         (wl-summary-mode): Setup selective-display;
5437         Setup pre-idle-hook when xemacs.
5438         (wl-summary-update-modeline): Rewrite.
5439         (wl-summary-jump-to-msg): Define as function;
5440         Changed regexp for searching messages.
5441         (wl-summary-message-number): Rewrite.
5442         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5443         Do rescan when old type summary cache.
5444         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5445         (wl-summary-remove-destination): Use '\r' to detect EOL.
5446         (wl-summary-print-destination): Ditto.
5447         (wl-summary-temp-mark): New inline function.
5448         (wl-summary-persistent-mark): Ditto.
5449         (wl-summary-line-number): New function.
5450         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5451         (wl-summary-line-list-count): New function.
5452         (wl-summary-create-line): Added argument persistent-mark.
5453         (All other related portions are changed)
5454         (wl-summary-create-line): Insert '\r'.
5455         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5456         (wl-summary-cursor-move-surface): New inline function.
5457         (wl-summary-prev): Use it.
5458         (wl-summary-next): Ditto.
5459
5460         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5461         wl-summary-message-regexp.
5462         (wl-highlight-summary): Delete progress message.
5463         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5464
5465         * Version number is increased to 2.9.12.
5466
5467 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5468
5469         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5470         variable (nil: no minimum).
5471         (wl-summary-line-subject): Add some spaces after subject by
5472         wl-summary-line-subject-minimum-length.
5473
5474 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5475
5476         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5477         and removed `F'.
5478         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5479         change above).
5480
5481 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-summary.el (wl-summary-line-list-count): Reverted.
5484         (example setting in samples/*/dot.wl is also updated)
5485
5486 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5489
5490         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5491
5492         * wl-vars.el (wl-summary-line-format): Addes some description to the
5493         docstring.
5494
5495         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5496         (wl-summary-line-close-bracket): Ditto.
5497         (wl-summary-line-children-number): Ditto.
5498         (wl-summary-line-thread-indent): Ditto.
5499         (wl-summary-line-children-and-from): Ditto.
5500
5501         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5502         't', 'c', 'F' and added 'C'.
5503
5504         * wl-util.el (wl-set-string-width): Accept negative value.
5505         (wl-line-parse-format): Added "%number(" and "%)".
5506
5507 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-summary.el (wl-summary-line-list-count): Change format of the
5510         return value.
5511
5512 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5513
5514         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5515         from the recent message.el.
5516         (wl-draft-point-in-header-p): Ditto.
5517         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5518         wl-draft-beginning-of-line.
5519         * wl-e21.el (wl-draft-mode-map): Ditto.
5520         * wl-xmas.el (wl-draft-mode-map): Ditto.
5521
5522         * wl-folder.el: Sort macrodefs by dependencies.
5523
5524 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5525
5526         * wl-summary.el (wl-summary-prev): Fixed regexp.
5527         (wl-summary-next): Ditto.
5528
5529 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5530
5531         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5532
5533 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5534
5535         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5536         for backward compatibility.
5537
5538 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * wl-summary.el (wl-summary-line-list-count): New function, merged
5541         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5542         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5543         list counts.
5544
5545 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-summary.el (wl-summary-create-line): Ignore errors while
5548         timezone-fix-time.
5549
5550         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5551
5552         * wl-summary.el (wl-summary-sync-update): Ditto.
5553         (wl-summary-default-from): Use wl-message-entity
5554         instead of entity.
5555
5556         * wl-summary.el (wl-summary-create-line): Fix.
5557
5558         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5559         (wl-summary-line-format): New user option.
5560         (wl-folder-summary-line-format-alist): Ditto.
5561         (wl-summary-from-width): Abolished.
5562
5563         * wl-util.el (toplevel): Require 'bytecomp.
5564         (wl-line-parse-format): New function.
5565         (wl-line-formatter-setup): New macro.
5566
5567         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5568         (wl-summary-buffer-line-formatter): New buffer local variable.
5569         (wl-summary-switch-to-clone-buffer): Follow the change above.
5570         (wl-summary-message-regexp): Fix.
5571         (wl-summary-from-func-internal): Abolished.
5572         (wl-summary-subject-func-internal): Ditto.
5573         (wl-summary-subject-filter-func-internal): Ditto.
5574         (All other related portions are changed.)
5575         (wl-summary-buffer-set-folder):
5576         Set up wl-summary-buffer-number-column and 
5577         wl-summary-buffer-line-formatter
5578         (All other related portions are changed.)
5579         (wl-summary-buffer-number-column-detect): Abolished.
5580         (All other related portions are changed.)
5581         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5582         (wl-summary-delete-all-temp-marks-on-buffer): Use
5583         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5584         (wl-summary-target-mark-delete): Ditto.
5585         (wl-summary-target-mark-refile-subr): Ditto.
5586         (wl-summary-target-mark-mark-as-read): Ditto.
5587         (wl-summary-target-mark-mark-as-unread): Ditto.
5588         (wl-summary-target-mark-mark-as-important): Ditto.
5589         (wl-summary-target-mark-save): Ditto.
5590         (wl-summary-replace-status-marks): Renamed from
5591         wl-summary-set-status-marks-on-buffer;
5592         Use wl-summary-message-regexp instead of
5593         wl-summary-buffer-number-regexp.
5594         (wl-summary-sync-update): Follow the change above.
5595         (wl-summary-goto-previous-message-beginning): New function.
5596         (wl-summary-mark-as-unread): Use it.
5597         (wl-summary-mark-as-important): Ditto.
5598         (wl-summary-line-formatter): New variable.
5599         (wl-summary-line-year): New function.
5600         (wl-summary-line-day): Ditto.
5601         (wl-summary-line-day-of-week): Ditto.
5602         (wl-summary-line-hour): Ditto.
5603         (wl-summary-line-minute): Ditto.
5604         (wl-summary-line-open-bracket): Ditto.
5605         (wl-summary-line-close-bracket): Ditto.
5606         (wl-summary-line-children-number): Ditto.
5607         (wl-summary-line-thread-indent): Ditto.
5608         (wl-summary-line-size): Ditto.
5609         (wl-summary-line-subject): Ditto.
5610         (wl-summary-line-from): Ditto.
5611         (wl-summary-line-children-and-from): Ditto.
5612         (wl-summary-create-line): Rewritten.
5613         (wl-summary-format-date): Abolished.
5614
5615         * wl-highlight.el (wl-highlight-summary-current-line): Use
5616         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5617         Use thread structure to detect thread top message.
5618
5619         * wl-draft.el (wl-default-draft-cite): Don't use
5620         wl-summary-from-func-internal.
5621
5622         * wl-refile.el (wl-refile-subject-learn): Don't use
5623         wl-summary-subject-filter-func-internal.
5624         (wl-refile-guess-by-subject): Ditto.
5625
5626         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5627         parameters.
5628
5629         * wl-thread.el (wl-thread-update-indent-string-region):
5630         Use wl-thread-update-line-on-buffer instead of
5631         wl-thread-update-indent-string.
5632         (wl-thread-update-children-number): Redefine using
5633         wl-thread-update-line-on-buffer.
5634         (wl-thread-update-indent-string): Abolished.
5635
5636         * Version number is increased to 2.9.11.
5637
5638 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5641         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5642         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5643
5644         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5645         as nil.
5646
5647         * wl-thread.el (wl-thread-open-all-unread): Use 
5648         elmo-folder-list-messages-mark-match.
5649         (wl-thread-insert-message): Removed argument `mark-alist'.
5650         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5651         elmo-msgdb-set-mark.
5652         (wl-thread-get-children-msgs-uncached): Likewise.
5653         (wl-thread-get-exist-children): Added argument include-self.
5654         (wl-thread-delete-message): Follow the change above.
5655
5656         * wl-summary.el (wl-summary-count-unread): Removed argument.
5657         (wl-summary-rescan): Follow the change above.
5658         (wl-summary-mark-as-read-region): Ditto
5659         (wl-summary-mark-as-unread-region): Ditto.
5660         (wl-summary-delete-messages-on-buffer): Ditto.
5661         (wl-summary-sync-update): Ditto.
5662         (wl-summary-switch-to-clone-buffer): Ditto.
5663         (wl-summary-goto-folder-subr): Ditto.
5664         (wl-summary-target-mark-mark-as-read): Ditto.
5665         (wl-summary-target-mark-mark-as-unread): Ditto.
5666         (wl-summary-target-mark-mark-as-important): Ditto.
5667         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5668         (wl-summary-update-thread): Removed argument `mark-alist'.
5669         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5670         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5671         (wl-summary-resume-cache-status): Likewise.
5672         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5673         elmo-msgdb-set-mark.
5674         (wl-summary-mark-as-read-all): Likewise.
5675         (wl-summary-delete-cache): Ditto.
5676         (wl-summary-auto-select-msg-p): Ditto.
5677         (wl-summary-mark-as-unread): Ditto.
5678         (wl-summary-no-auto-refile-message-p): Ditto.
5679         (wl-summary-mark-as-read): Ditto.
5680         (wl-summary-mark-as-important): Ditto.
5681         (wl-summary-auto-refile): Follow the change above.
5682         (wl-summary-delete-all-marks): Removed.
5683         (wl-summary-resume-marks-and-highlight): Ditto.
5684         (wl-summary-resume-marks): Ditto.
5685         (wl-summary-delete-important-msgs-from-list): Ditto.
5686         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5687
5688         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5689         wl-summary-count-unread.
5690
5691         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5692         (wl-summary-score-update-all-lines): Use
5693         elmo-msgdb-set-mark.
5694
5695 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5696
5697         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5698         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5699         (wl-summary-create-line): Renamed from
5700         wl-summary-overview-create-summary-line;
5701         Argument rearrangement.
5702         (wl-summary-update-thread): Follow the change above.
5703
5704         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5705         (wl-thread-insert-entity-sub): Likewise.
5706
5707         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5708         argument `overview', `mark-alist' and added `msgdb'.
5709
5710         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5711
5712         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5713         (wl-summary-rescan): Follow the change above.
5714         (wl-summary-sync-update): Ditto.
5715         (wl-summary-insert-thread-entity): Ditto;
5716         Don't use `let*' in every while loop;
5717         Detect infinite loop of threads.
5718         (wl-summary-update-thread): Removed argument `overview'.
5719
5720         * wl-thread.el (wl-thread-insert-message): Ditto.
5721
5722         * Version number is increased to 2.9.10.
5723
5724         * wl-message.el (wl-message-redisplay): Ignore errors while
5725         wl-message-redisplay-hook.
5726
5727 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5728
5729         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5730
5731 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5732
5733         * wl.el (wl): inhibit-quit while wl-folder.
5734
5735 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5738         while msgdb access.
5739
5740 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5741
5742         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5743         even if no folder is not created.
5744
5745 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5748
5749         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5750         implementation.
5751         (wl-summary-target-mark-thread): Ditto.
5752
5753         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5754
5755 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5756
5757         * wl-util.el (wl-display-bytes): Remove unused function.
5758
5759 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5760
5761         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5762         seems critical one (partially reverse the change in 2002/03/17).
5763
5764 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5767         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5768
5769 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5770
5771         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5772         is not writable.
5773         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5774         plugged status instead of `'force' as 2nd argument.
5775
5776         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5777         is not creatable.
5778
5779         * Version number is increased to 2.9.9.
5780
5781 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5782
5783         * wl-summary.el (wl-summary-suspend): New function.
5784
5785 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5786
5787         * wl.el (wl): Do not check variables if check is nil.
5788         * wl-utils.el (wl-collect-draft): New function.
5789         * wl-folder.el (wl-folder-suspend): Put summary buffers
5790         and draft buffers at the end of buffer list.
5791         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5792
5793 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5794
5795         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5796         loop instead of recursive call.
5797
5798         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5799         2nd argument.
5800
5801 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5802
5803         * wl-draft.el (wl-draft-create-contents): Don't take neither
5804         (function . args) nor (string . something) any more.
5805
5806         * wl-version.el (wl-generate-user-agent-string): Return string
5807         without header symbol.
5808         * wl-draft.el (wl-draft-default-headers): Use it.
5809
5810         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5811         `wl-draft-insert-ccs' and return field value instead of inserting
5812         the header. Abolish cc argument.
5813         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5814
5815         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5816         rather than one with string car.
5817
5818         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5819         * wl-draft.el (wl-draft-create-contents): Add it after the default
5820         headers.
5821
5822         * wl-draft.el (wl-draft-create-contents): For the case of
5823         (symbol-or-string . function) insert header only when the function
5824         returns string value.
5825
5826 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5827
5828         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5829         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5830
5831 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5832
5833         * wl.el (wl-check-environment): Don't check Message-ID when
5834         `wl-insert-message-id' is nil.
5835         Revive checking if `wl-message-id-domain' contains "@".
5836
5837 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5838
5839         * wl.el (wl-check-environment): Merge examination for "@" at
5840         inappropriate position into the first string-match.
5841
5842         * wl-summary.el (wl-summary-target-mark-print): New function.
5843         (wl-summary-pipe-message-subr): Extracted from
5844         `wl-summary-pipe-message'.
5845         (wl-summary-target-mark-pipe): New function.
5846         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5847         `wl-summary-target-mark-pipe'.
5848
5849 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5850
5851         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5852
5853 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl.el (wl-check-environment): Use elmo-warning instead of
5856         error for non-critical ones.
5857         Remove trash folder check.
5858         (wl): Don't ignore error in wl-check-environment.
5859
5860         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5861         check, which is moved from `wl-check-environment'.
5862         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5863
5864 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5865
5866         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5867         guess anything, call wl-summary-write.
5868         (wl-summary-write): Create draft with blank To field.
5869         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5870
5871 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5872
5873         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5874         argument full as well for wl-folder-write-current-folder.
5875         If wl-*-write-current-folder cannot guess addressee, add blank
5876         To header.
5877         Rewrite condition for positioning cursor.
5878
5879 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5880
5881         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5882         summary buffer is present, use it.
5883         (wl-folder-jump-to-previous-summary): Ditto.
5884
5885 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5886
5887         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5888
5889         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5890         wl-summary-previous-buffer and wl-summary-next-buffer.
5891
5892         * wl-folder.el (wl-folder-mode-map): Bind
5893         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5894         (wl-folder-jump-to-next-summary): New function.
5895         (wl-folder-jump-to-previous-summary): Ditto.
5896
5897         * wl-draft.el (wl-draft): Rearranged.
5898
5899 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5900
5901         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5902         of header.
5903         (wl-draft): Collect arguments for the header as header-alist.
5904         (wl-draft-forward): Arrange arguments for wl-draft.
5905         (wl-draft-reply): Ditto.
5906         (wl-draft-edit-string): Ditto.
5907         * wl-summary.el (wl-summary-write): Ditto.
5908         (wl-summary-write-current-folder): Ditto.
5909
5910         * Version number is increased to 2.9.8.
5911
5912 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5913
5914         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5915
5916         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5917
5918         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5919         even if the guess failed.
5920
5921         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5922         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5923         wl-summary-write-current-folder.
5924         * wl-xmas.el: Ditto.
5925
5926 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-summary.el (wl-summary-next-page): Force display message if
5929         message is not displayed yet.
5930         (wl-summary-prev-page): Ditto.
5931
5932 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5933
5934         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5935
5936 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5937
5938         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5939         add "Preview Message" and "Save Draft and Exit".
5940
5941 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5942
5943         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5944         if addrmgr is called from draft in splitted window.
5945
5946         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5947         * wl-mule.el: Ditto.
5948         * wl-xmas.el: Ditto.
5949
5950 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5953
5954         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5955         * wl-xmas.el (wl-folder-toolbar): Ditto.
5956
5957 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5958
5959         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5960         and wl-draft-save-and-exit.
5961         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5962         * wl-xmas.el: Ditto.
5963         * wl-mule.el: Ditto.
5964
5965         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5966         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5967
5968 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5971         lists for saving buffer.
5972
5973 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5974
5975         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5976         parent-folder argument instead of it.
5977         (wl-draft-create-buffer): Ditto.
5978         (wl-draft-forward): Ditto.
5979         (wl-draft-reply): Ditto.
5980         * wl-summary.el (wl-summary-write): Ditto.
5981         (wl-summary-write-current-folder): Ditto.
5982
5983         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5984         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5985         Folder buffer after composing.
5986
5987 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5990         header if the file `wl-x-face-file' already contains it.
5991
5992 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5993
5994         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5995         folder" entry.
5996         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5997         * wl-e21.el (wl-folder-toolbar): Ditto.
5998         * wl-xmas.el (wl-folder-toolbar): Ditto.
5999
6000 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6001
6002         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6003         wl-folder-goto-folder with sticky argument.
6004         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6005
6006 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6009         and wl-summary-previous-buffer.
6010         (wl-summary-next-buffer): New function.
6011         (wl-summary-previous-buffer): Ditto.
6012
6013 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6014
6015         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6016         wl-folder-jump-to-current-entity-with-arg.
6017         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6018         `wl-folder-jump-to-current-entity'.
6019         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6020         `wl-summary-goto-folder-sticky'.
6021         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6022         `wl-summary-goto-folder'.
6023         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6024         Unless force-exit, do not clean temp. marks for sticky summary.
6025         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6026
6027 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6030         not entire.
6031
6032 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6033
6034         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6035         to `C-x C-s'.
6036         (wl-summary-save-status): New command.
6037         (wl-summary-exit): Don't clean-up temp marks when sticky.
6038         (Applied patch from Nakayama-san [wl: 09548])
6039         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6040         Do nothing when no mark data.
6041         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6042         Call `wl-summary-delete-all-temp-marks' before saving.
6043
6044 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6045
6046         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6047
6048 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6049
6050         * wl.el (wl-check-environment): Also cause error when (system-name)
6051         returns "localhost.localdomain". (Although it doesn't affect because
6052         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6053
6054 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6057         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6058
6059         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6060         value.
6061
6062 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6065         Likewise r-cc-list and r-ng-list.
6066
6067 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6070         only if it is bound as variable.
6071
6072         * wl-mime.el (wl-draft-preview-message): Ditto.
6073
6074 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6077         needless `goto-char'.
6078
6079         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6080         `wl-summary-redisplay-no-mime-internal' instead of
6081         `wl-summary-redisplay-no-mime'.
6082         (wl-summary-redisplay-no-mime): Changed argument;
6083         Call `wl-summary-redisplay-no-mime-internal'.
6084
6085         * wl-mime.el (wl-draft-preview-message): Bind
6086         `mime-header-encode-method-alist' locally.
6087
6088         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6089         (wl-draft-std11-parse-addresses): Added the first address check.
6090         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6091
6092         * Version number is increased to 2.9.7.
6093
6094 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6095
6096         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6097
6098 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6099
6100         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6101         related to scrollbar support, if there is no such a feature
6102         compiled in.
6103
6104 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6105
6106         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6107         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6108         for prefetch.
6109
6110 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6111
6112         * wl-summary.el (wl-summary-pick): Fix for no match.
6113
6114 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6115
6116         * wl-draft.el (wl-draft-save):
6117         Override `mime-header-encode-method-alist'.
6118
6119 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6120
6121         * wl-folder.el (wl-folder-pick): New function.
6122         Define key as "?".
6123
6124 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6125
6126         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6127         Fix for unplugged.
6128
6129 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6130
6131         * wl-folder.el (wl-folder-virtual): New function.
6132         Define key as "V".
6133
6134 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6135
6136         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6137         multi folder if entity is group.
6138
6139 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6140
6141         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6142         is nil.
6143
6144 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6147         (wl-summary-target-mark-msgs): Return the number of marked messages.
6148
6149 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6150
6151         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6152         "first:" is specified.
6153
6154 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6155
6156         * wl-vars.el (wl-from): Use return value of function
6157         user-full-name instead of the variable user-full-name since
6158         XEmacs-20.4 doesn't set this variable.
6159
6160 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6163         call `wl' directly.
6164
6165 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6166
6167         * wl-draft.el (wl-draft-reedit): Removed duplicated
6168         switch-to-buffers.
6169
6170 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * wl.el (wl-other-frame): Removed garbages.
6173
6174 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6177
6178         * wl-xmas.el (wl-draft-key-setup): Ditto.
6179
6180         * wl-mule.el (wl-draft-key-setup): Ditto.
6181
6182         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6183         (wl-draft-reedit): Ditto.
6184         (wl-draft-prepare-edit): Add `wl-draft-save' to
6185         `local-write-file-hooks'.
6186         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6187         (wl-draft-reedit): Set buffer-file-name.
6188         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6189
6190
6191         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6192         call it.
6193         (wl-delete-startup-frame-function): New variable.
6194         (wl-other-frame): New function
6195         (Original was written by Yamaoka san [wl: 09239]).
6196
6197         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6198         if `wl-folder-use-frame'.
6199
6200 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6203
6204 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6205
6206         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6207         New variable.
6208         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6209         (wl-message-buffer-prefetch-get-next): Use them.
6210         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6211
6212 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6215         with unwind-protect.
6216
6217         * wl-draft.el (wl-draft-reedit): Rewrite.
6218         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6219         (wl-draft-save): Insert header separator if it does not exist;
6220         Removed condition-case.
6221
6222         * wl-summary.el (wl-summary-reedit): Revert last change.
6223
6224         * wl-draft.el (wl-draft-save): Rewrite.
6225         (wl-draft-create-buffer): Set buffer-file-name as nil.
6226
6227         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6228
6229         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6230
6231         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6232         nil.
6233
6234 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6237         If count is nil, do not prefetch.
6238         (wl-message-buffer-prefetch-next): Next.
6239
6240 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6243
6244 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6247         `delete-backward-char'
6248         (wl-draft-prepare-edit): Check major-mode.
6249         (wl-draft-decode-header): Rewrite.
6250         (wl-draft): Fix.
6251
6252 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6255
6256 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6257
6258         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6259         (wl-message-buffer-prefetch-get-next): Remove size checking.
6260         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6261
6262 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6265         (wl-draft-default-headers): Fix.
6266
6267 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6268
6269         * wl-draft.el (wl-draft-default-headers): Insert return value of
6270         `wl-generate-mailer-string-function'.
6271
6272 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6275         (wl-draft-insert-mail-header-separator): Ditto.
6276
6277         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6278         again (Reverted the change on 2002-01-17 by OKADA san).
6279
6280 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6281
6282         * wl-draft.el (wl-draft): Rewrite.
6283         (wl-draft-create-buffer): New function.
6284         (wl-draft-create-contents): Ditto.
6285         (wl-draft-prepare-edit): Ditto.
6286         (wl-draft-decode-header): Ditto.
6287         (wl-draft-decode-body): Ditto.
6288         (wl-draft-check-new-line): Ditto.
6289         (wl-draft-default-headers): Ditto.
6290         (wl-draft-insert-mail-header-separator): Ditto.
6291
6292 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6293
6294         * Version number is increased to 2.9.6.
6295
6296 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl-draft.el (wl-draft-delete-field): Optional argument.
6299         (wl-draft-delete-fields): Ditto.
6300
6301 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6302
6303         * wl-message.el (toplevel): Eliminated byte-compile warning.
6304         for `itimer-function', `delete-timer' and `itimer-list'.
6305
6306 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6307
6308         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6309         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6310         `wl-message-buffer-prefetch-threshold'.
6311         * wl-summary.el (wl-summary-redisplay-internal): Remove
6312         the check of `wl-message-buffer-prefetch-depth'.
6313
6314 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6317         size of article.
6318         (wl-message-buffer-prefetch-subr): Remove size check.
6319
6320 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6321
6322         * wl-vars.el (wl-plugged): Make customizable.
6323
6324 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6327         (wl-message-buffer-prefetch-set-timer): New function.
6328         (wl-message-buffer-prefetch-get-next): New function.
6329         (wl-message-buffer-prefetch): New function.
6330         (wl-message-buffer-prefetch-next): Rewrite.
6331         (wl-message-buffer-prefetch-subr): Rewrite.
6332         * wl-vars.el (wl-auto-prefetch-first): New variable.
6333         * wl-summary.el (wl-summary-goto-folder-subr): Call
6334         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6335
6336 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6339         `wl-summary-unread-message-hook'.
6340
6341 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6344         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6345         if range is `cache-status'.
6346
6347 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-message.el (wl-message-buffer-prefetch-subr):
6350         Improve debug message.
6351
6352 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6355         `wl-mail-send-pre-hook'.
6356         (wl-draft-send-mail-with-qmail): Ditto.
6357         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6358
6359 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-message.el (wl-message-buffer-prefetch-subr):
6362         Fix for cancel-function-timers bug.
6363         (wl-message-buffer-prefetch-debug): Default value is t.
6364
6365 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6366
6367         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6368         (wl-message-buffer-prefetch-subr): Rewrite.
6369         Rename from `wl-message-buffer-prefetch'.
6370
6371 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6372
6373         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6374         (wl-default-draft-cite-decorate-author): Ditto.
6375
6376         * wl-draft.el (wl-draft-cite-function): Removed.
6377         (wl-default-draft-cite-decorate-author): Ditto.
6378
6379 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6382         (wl-default-draft-cite): Do not arrange author name if the value of
6383         `wl-default-draft-cite-decorate-author' is nil.
6384
6385 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6388
6389         * wl-folder.el (wl-folder-check-one-entity): Don't care
6390         `elmo-folder-use-flag-p'.
6391
6392 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-folder (wl-folder-check-one-entity): Fix
6395         problem if unread is nil.
6396
6397 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6398
6399         * wl-address.el (wl-address-make-completion-list): Check whether
6400         the address is a group list.
6401         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6402
6403 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6404
6405         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6406         The number of the messages of new and unread does not count
6407         correctly.
6408
6409         * wl-summary.el (wl-summary-count-unread): Changed to return
6410         `(new . unread)' instead of total.
6411         (wl-summary-sync-update): Follow the change above.
6412
6413         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6414
6415 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-address.el (wl-address-make-completion-list): Do not enclose
6418         address by " <" and ">" if associated realname is "".
6419         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6420         This is against the promblem with group list in .addresses pointed
6421         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6422
6423 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6424
6425         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6426         message is a format control string.
6427         * wl-expire.el (wl-expire-append-log): Ditto.
6428         * wl-mime.el (wl-summary-burst-subr): Ditto.
6429         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6430         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6431
6432 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6433
6434         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6435         wl.el (wl-check-variables): Rename from `wl-check-type'.
6436         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6437         (wl-check-variables-2): New function.
6438         (wl): Call `wl-check-variables-2'.
6439
6440 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6441
6442         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6443         after renaming folder in access group.
6444
6445 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6446
6447         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6448         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6449         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6450         (wl-message-buffer-prefetch): Rewrite.
6451         (wl-message-buffer-prefetch-idle-time): Removed.
6452         * wl-summary.el (wl-summary-redisplay-internal):
6453         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6454         Error check for `wl-message-buffer-prefetch-depht'.
6455
6456 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6457
6458         * Version number is increased to 2.9.5.
6459         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6460
6461 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6462
6463         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6464         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6465         Based on the patch written by
6466         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6467
6468 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-draft.el (wl-draft-raw-send): Fix for
6471         `wl-news-send-pre-hook'
6472
6473 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6474
6475         * wl-utils.el (wl-message-id-function): New variable.
6476         * wl-draft.el (wl-draft-insert-required-fields):
6477         Use `wl-message-id-function'.
6478
6479 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6482         * wl-utils.el (wl-draft-make-message-id-string):
6483         Use `wl-from' for domain part of Message-ID
6484         if `wl-message-id-use-wl-from' if non-nil.
6485         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6486
6487 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6488
6489         * wl.el (wl): Call `wl-check-type'
6490         Do not 'condition-case'.
6491
6492 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl.el (wl-check-type): New function.
6495         (wl-check-type-variables): New variable.
6496
6497 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6498
6499         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6500
6501 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6502
6503         * wl-draft.el (wl-smtp-password-key): New function.
6504         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6505         (wl-draft-send-mail-with-smtp): Ditto.
6506         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6507
6508 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6511         * wl-utils.el (wl-unique-id-suffix): Remove.
6512
6513 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * Version number is increased to 2.9.4.
6516
6517 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6518
6519         * wl-utils.el (wl-unique-id-suffix): New variable.
6520         (wl-unique-id): Use `wl-unique-id-suffix'
6521
6522 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6523
6524         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6525         instead of `elmo-msgdb-search'.
6526
6527         * Version number is increased to 2.9.3.
6528
6529 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6530
6531         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6532
6533 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6536         (wl-draft-dispatch-message): Changed for send-later.
6537         (wl-draft-queue-flush): Ditto.
6538         (wl-draft): Clear `wl-sent-message-queued'.
6539         (wl-draft-reedit): Ditto.
6540         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6541         * wl-vars.el (wl-draft-force-queuing): New variable.
6542         (wl-draft-force-queuing-mail): New variable.
6543         (wl-draft-force-queuing-news): New variable.
6544
6545 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6548         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6549
6550 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6551
6552         * Version number is increased to 2.9.2.
6553
6554 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * wl-draft.el (wl-draft-elide-region): New user command.
6557         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6558
6559         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6560         command `wl-draft-elide-region'.
6561         * wl-mule.el: Ditto.
6562         * wl-xmas.el: Ditto.
6563
6564 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6567         (wl-biff-check-folder-async): Removed needless let.
6568
6569 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6572         wl-folder-get-elmo-folder.
6573         (wl-biff-check-folder): Set `biff' argument of
6574         `wl-folder-check-one-entity'.
6575         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6576
6577         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6578         (wl-folder-check-one-entity): Added `biff' argument;
6579         Setup `biff' slot of folder.
6580
6581         * Version number is increased to 2.9.1.
6582
6583 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6586         comment out and fixed.
6587         (wl-fldmgr-add-completion-subr): Ditto.
6588
6589         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6590         and msgdb.
6591
6592         * wl.el (wl-toggle-plugged): Save summary view.
6593
6594 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6597
6598 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6599
6600         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6601
6602 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6605         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6606         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6607
6608         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6609         if it was failed.
6610         (wl-demo): Disable undo in the demo buffer.
6611
6612 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-version.el (wl-version): Changed codename.
6615
6616         * Version number is increased to 2.9.0.
6617
6618 2001-12-14  Takuo KITAME <kitame@northeye.org>
6619
6620         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6621         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6622         (wl-folder-mark-as-read-all-current-entity): Ditto.
6623
6624 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl-vars.el (wl-from-width): Define as obsolete variable.
6627         (wl-subject-length-limit): Ditto.
6628
6629         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6630
6631         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6632         wl-summary-save-view.
6633
6634         * wl.el (wl-save-status): Ditto.
6635         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6636
6637         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6638         (wl-summary-exit): Follow the change above.
6639         (wl-summary-goto-folder-subr): Ditto.
6640
6641         * wl-folder.el (wl-folder-create-subr): Don't use
6642         `elmo-folder-creatable-p'.
6643
6644 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6647
6648 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6651         rather than bitmap on Emacs 21.
6652         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6653         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6654         for xbm if the new redisplay engine is not available.
6655
6656 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-folder.el (wl-folder-init-hook): New hook.
6659         (wl-folder-init): Run `wl-folder-init-hook'.
6660
6661 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6664
6665 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-acap.el (wl-acap-cache-filename): New variable.
6668         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6669         (wl-acap-init): Use cache if no ACAP server found.
6670
6671 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6672
6673         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6674         `wl-acap-original-msgdb-dir'.
6675
6676         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6677         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6678
6679         * wl-mime.el (wl-mime-save-directory): Renamed from
6680         `wl-mime-save-dir'.
6681
6682 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6685
6686         * wl-demo.el: Require `path-util'.
6687         (wl-demo-bitmap-mule-available-p): New internal variable.
6688         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6689         `module-installed-p' instead.
6690         (wl-demo-insert-image): Use *.img file for a bitmap image.
6691         (wl-demo): Don't call the ascii demo recursively.
6692
6693 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6694
6695         * Version number is increased to 2.7.7.
6696
6697 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6698
6699         * wl.el (wl-exit): Eliminated byte-compile warning.
6700
6701 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6702
6703         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6704         obsolete variable using `elmo-define-obsolete-variable'.
6705         (wl-fetch-confirm-threshold): Ditto.
6706         (wl-cache-prefetch-folder-type-list): Ditto.
6707         (wl-cache-prefetch-folder-list): Ditto.
6708
6709 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6712         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6713         (wl-demo-insert-image): New function.
6714         (wl-demo-insert-text): New function.
6715         (wl-demo-image-type-alist): Redefine as a function.
6716         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6717         (wl-demo-with-temp-file-buffer): Removed.
6718         (wl-logo-xpm): Removed.
6719         (wl-logo-xbm): Removed.
6720         (wl-logo-bitmap): Removed.
6721
6722 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6723
6724         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6725         (wl-expire-localdir-get-folder-function): New user option.
6726         (wl-expire-localdir-get-folder): New function.
6727         (wl-expire-localdir-date): Ditto.
6728
6729 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6730
6731         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6732         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6733         Fixed unread number mismatch when all-unread < unread.
6734
6735 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6738         (wl-fetch-confirm-threshold): Ditto.
6739
6740         * wl-summary.el (wl-summary-confirm-appends): Removed.
6741         (wl-summary-sync-update): Don't refer
6742         `wl-summary-update-confirm-threshold' (It is now abolished).
6743
6744         * wl-message.el (wl-message-display-internal): Don't refer
6745         `wl-fetch-confirm-threshold' (It is now abolished).
6746
6747 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6750
6751 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6752
6753         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6754         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6755         Change default value to nil.
6756         (wl-summary-indent-length-limit): The value can be nil, nil means
6757         unlimited.
6758
6759         * wl-summary.el: Don't set limit for indent length if the value of
6760         wl-summary-indent-length-limit is nil.
6761         If the value of wl-summary-width is nil, it means only that the width
6762         of summary is unlimited (nil doesn't mean that the indent length is
6763         unlimited).
6764
6765         * wl-thread.el: Ditto.
6766
6767 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6768
6769         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6770         be nil, nil means never confirm.
6771         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6772
6773 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6774
6775         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6776         means unlimited).
6777
6778 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6781         Use `with-temp-buffer'.
6782
6783 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6786         with new backquote style).
6787         (wl-folder-get-entity-from-buffer): Ditto.
6788
6789 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6790
6791         * wl-version.el (nemacs-version): Eliminated.
6792         (wl-extended-emacs-version2): Ignore nemacs.
6793         (wl-extended-emacs-version3): Ditto.
6794
6795 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6796
6797         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6798         (wl-draft-add-in-reply-to): New variable.
6799         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6800         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6801         (wl-draft-yank-from-mail-reply-buffer): Use
6802         `wl-draft-add-in-reply-to'.
6803         (wl-draft-insert-current-message): Ditto.
6804
6805 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6806
6807         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6808         typo (kill->hide).
6809         (wl-message-buffer-prefetch-folder-type-list): Added elements
6810         `mark' and `cache' instead of `internal'.
6811
6812 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6815         resume msgdb directory.
6816
6817 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl.el (wl-exit): Call `wl-acap-exit'.
6820
6821         * wl-summary.el (wl-summary-message-string): New function.
6822         (wl-summary-reedit): Use it.
6823         (wl-summary-resend-bounced-mail): Remove needless let.
6824         (wl-summary-supersedes-message): Ditto.
6825         (wl-summary-save): Ditto.
6826
6827         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6828         (wl-acap-init): Set it.
6829         (wl-acap-exit): New function.
6830
6831 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6832
6833         * wl.el (wl-init): Revert (require 'mime-setup). move from
6834         toplevel.
6835
6836 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6837
6838         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6839         local variables.  Add error when guess function return invalid
6840         value.
6841
6842 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6843
6844         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6845         Change local variable name.
6846         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6847         (wl-folder-get-newsgroups): Return nil when non-news folder.
6848         * wl-summary.el (wl-summary-write-current-folder): State through
6849         when guess-list return nil.
6850         (wl-summary-write-current-folder-functions): Fixed docstring.
6851
6852         * wl.el (wl-exit): Changed confirm message.
6853
6854         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6855         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6856
6857         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6858
6859 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6860
6861         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6862         user option (Renamed from wl-cache-prefetch-folder-type-list).
6863         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6864         from wl-cache-prefetch-folder-list).
6865
6866         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6867         Move to wl-vars.el.
6868         (wl-message-buffer-prefetch-p): Changed to enable
6869         `wl-message-buffer-prefetch-folder-list'.
6870
6871         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6872         `ignore-cache'.
6873
6874 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6877         `part-top' and `part-bottom'.
6878         (wl-draft-config-sub-part-top): New function.
6879         (wl-draft-config-sub-part-bottom): New function.
6880
6881 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6882
6883         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6884
6885 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6886
6887         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6888
6889 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6890
6891         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6892
6893         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6894         (wl-summary-write-current-folder): Ditto.
6895
6896 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-folder.el (wl-folder-get-newsgroups): Use
6899         `elmo-folder-newsgroups'.
6900
6901 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6904         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6905         `wl-draft-config-sub-header-bottom'.
6906
6907 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6908
6909         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6910         localnews folder.
6911
6912 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6913
6914         * wl-summary.el (wl-summary-mode): Undo last change.
6915
6916         * wl-folder.el (wl-folder-mode): Ditto.
6917
6918 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6919
6920         * wl-summary.el (wl-summary-mode): Locally set
6921         truncate-partial-window-width to nil.
6922         (for XEmacs)
6923
6924         * wl-folder.el (wl-folder-mode): Ditto.
6925
6926 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6929
6930 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6933         number.
6934
6935         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6936
6937         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6938
6939         * Version number is increased to 2.7.6.
6940
6941 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6944
6945 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-summary.el (wl-summary-sync-update): Enclose network
6948         related portion with `unwind-protect'.
6949
6950 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6951
6952         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6953
6954 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6955
6956         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6957         element.
6958         * wl-vars.el (wl-message-body-button-alist): Ditto.
6959
6960         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6961         max match length.
6962         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6963
6964         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6965         for the max match length;
6966         Use 4th element value for the button string regexp group.
6967
6968         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6969         candidate exists, prompt to select.
6970
6971 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6972
6973         * wl-summary.el (wl-summary-jump-to-msg): Search before
6974         calibration point by `beginning-of-line'.
6975
6976 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6977
6978         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6979         for access group.
6980
6981 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * wl-message.el (wl-message-display-internal): Bind
6984         `default-mime-charset'.
6985
6986         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6987
6988         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6989
6990         * Version number is increased to 2.7.5.
6991
6992 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6993
6994         * wl-expire.el (wl-summary-archive): Fixed;
6995         Use `elmo-folder-name-internal'.
6996
6997 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6998
6999         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7000         from `elmo-folder-move-messages' caller.
7001         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7002
7003         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7004         related portions are changed).
7005
7006 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7007
7008         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7009         counter.
7010
7011 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7012
7013         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7014         buffer local and set it to nil.
7015
7016         * wl-message.el (wl-message-redisplay): Ditto.
7017
7018 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-summary.el (wl-summary-mark-as-important): If message is
7021         already cached, set messag as read, otherwise encache and mark as read.
7022
7023 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7024
7025         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7026         point-min.
7027
7028 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7031         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7032         a keymap.
7033
7034 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7037         parent.
7038
7039         * wl-mule.el (wl-message-define-keymap): Ditto.
7040
7041         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7042
7043         * wl-xmas.el (wl-message-display-internal-hook): Define.
7044         (wl-xmas-setup-message-toolbar): Define as function.
7045         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7046         (wl-message-overload-functions): Abolished.
7047         (wl-message-define-keymap): New function.
7048
7049         * wl-vars.el (wl-message-display-internal-hook): New variable.
7050         (wl-message-header-button-alist): New variable (Renamed from
7051         wl-highlight-message-header-button-alist).
7052         (wl-message-body-button-alist): Ditto.
7053
7054         * wl-mule.el (wl-message-define-keymap): New function.
7055         (wl-message-overload-functions): Abolished.
7056
7057         * wl-message.el (wl-message-add-buttons-to-body): New function.
7058         (wl-message-redisplay): Don't call wl-message-overload-functions;
7059         Call wl-message-add-buttons-to-header and
7060         wl-message-add-buttons-to-body.
7061         (wl-message-display-internal): Set keymap argument for
7062         elmo-mime-display-as-is, elmo-mime-message-display;
7063         Run wl-message-display-internal-hook.
7064         (wl-message-refer-article-or-url): Abolished.
7065
7066         * wl-highlight.el (wl-highlight-headers): Don't call
7067         wl-highlight-message-add-buttons-to-header.
7068         (wl-highlight-message-add-buttons-to-header): Abolished.
7069
7070
7071         * wl-e21.el (wl-message-display-internal-hook): Define.
7072         (wl-e21-setup-toolbar): Deleted duplicated binding.
7073         (wl-e21-setup-message-toolbar): Define as function.
7074         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7075         (wl-message-define-keymap): New function.
7076         (wl-message-overload-functions): Abolished.
7077
7078 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7081         and elmo-folder-close.
7082
7083         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7084
7085 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7086
7087         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7088         boolean value.
7089         * wl-draft.el (wl-draft-do-fcc): Ditto.
7090
7091 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7092
7093         * wl-vars.el (wl-fcc-force-as-read): New variable.
7094         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7095         mark copied message as read.
7096
7097 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7098
7099         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7100
7101 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7102
7103         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7104         `wl-summary-target-above' instead of obsolete variable
7105         `wl-summary-temp-above'.
7106
7107         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7108         instead of `make-obsolete-variable'.
7109         * wl-refile.el (toplevel): Ditto.
7110
7111 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7114         with third argument t.
7115         (wl-draft): Set first argument for wl-plugged-init as t.
7116
7117         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7118         definition.
7119
7120 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7121
7122         * wl-vars.el: Tabify.
7123         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7124
7125         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7126         message.
7127
7128 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7129
7130         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7131         and set default to beep.
7132
7133 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7134
7135         * wl-vars.el (wl-draft-truncate-lines): New variable.
7136
7137         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7138         instead of wl-message-truncate-lines for truncate-lines.
7139
7140 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-message.el (wl-message-display-internal): Call
7143         `wl-highlight-message' after `elmo-mime-display-as-is'.
7144
7145         * wl-mime.el (wl-mime-display-text/plain): New function.
7146         (wl-mime-display-header): Ditto.
7147         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7148         body-presentation-method for text/plain;
7149         Register `wl-mime-display-header' as a header-presentation-method;
7150         Don't set up `elmo-message-text-content-inserted-hook' and
7151         `elmo-message-header-inserted-hook'.
7152
7153         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7154         variable.
7155         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7156         as t if flag is 'all-header;
7157         Don't bind `elmo-message-ignored-field-list',
7158         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7159
7160 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7163         for xemacs with non-mule environment.
7164
7165 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7166
7167         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7168         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7169         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7170
7171 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7172
7173         * wl-vars.el (wl-interactive-send): Set default value as t.
7174
7175 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7178         (wl-addrmgr-method-list): Abolished.
7179         (wl-addrmgr-change-method): Follow above change.
7180
7181         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7182
7183 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7184
7185         * wl-vars.el (wl-message-truncate-lines): Change default value
7186         to default-truncate-lines.
7187
7188         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7189
7190 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7191
7192         * wl-vars.el (wl-message-truncate-lines): New variable.
7193
7194         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7195         wl-message-truncate-lines.
7196
7197 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7198
7199         * wl-acap.el (wl-acap-init): Remove period from error message.
7200         (wl-acap-find-acap-service): Remove period from message.
7201
7202 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl.el (wl-check-environment): Undo last change.
7205
7206         * wl-vars.el (wl-from): Changed default value.
7207
7208         * wl-util.el (toplevel): Don't require tm-edit.
7209
7210         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7211         `wl-folder-init';
7212         Don't set mark on mail body.
7213         (wl-draft-reedit): Ditto.
7214
7215         * wl-address.el (wl-address-quote-specials): Define as an alias for
7216         elmo-address-quote-specials.
7217
7218 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7221
7222         * wl-vars.el (wl-from): Set default value as nil.
7223         (wl-organization): Set default value as ORGANIZATION environment
7224         variable.
7225
7226         * wl-draft.el (wl-smtp-extension-bind): Check value of
7227         wl-smtp-connection-type.
7228
7229         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7230         error.
7231
7232 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7233
7234         * Version number is increased to 2.7.4.
7235
7236         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7237         arguments from `wl-highlight-x-face-function' caller.
7238         Use x-face-1.3.6.12 or later.
7239
7240 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7241
7242         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7243
7244 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7245
7246         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7247         (wl-fcc): Fix to accept function.
7248         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7249
7250 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7251
7252         * wl-acap.el (toplevel): Added `product-provide' declare.
7253         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7254
7255 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl.el (wl): Changed order of calling `elmo-init'
7258         and `elmo-folder-init'.
7259
7260 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7261
7262         * wl-mime.el (wl-summary-burst): Extract message when content-type
7263         of root entity is not only `multipart' but also `message/rfc822'.
7264         (wl-summary-burst-subr): Ditto.
7265
7266 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl-vars.el (toplevel): Require 'custom.
7269         (wl-trash-folder): Added to `wl-setting' group.
7270
7271         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7272         exists.
7273         (wl-addrmgr-draw): Insert empty line when no entry exists.
7274
7275         * wl-mule.el (wl-message-wheel-up): Fixed.
7276         (wl-message-wheel-down): Ditto.
7277
7278 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7279
7280         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7281         config is an anonymous lambda expression.
7282
7283 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7286         when Mule 2 is running.
7287
7288 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7291
7292 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7295         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7296
7297         * wl-address.el (wl-address-specials-regexp): Eliminated.
7298         (wl-address-quote-specials): Rewrite.
7299
7300 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7303         shy-groups for regexp.
7304
7305         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7306         character classes and Perl style shy-groups for regexp.
7307         (wl-highlight-plugged-current-line): Use Posix style character
7308         classes for regexp.
7309         (wl-e21-highlight-folder-by-numbers): Ditto.
7310         (wl-e21-display-image-p): Use `display-images-p' instead of
7311         `display-graphic-p'.
7312         (display-images-p): Make an alias to `display-graphic-p' if it is
7313         not available.  It is for Emacs version prior to 21.0.105.
7314
7315         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7316         `display-graphic-p'.
7317         (wl-demo-image-type-alist): Ditto.
7318         (display-images-p): Make an alias to `display-graphic-p' if it is
7319         not available.  It is for Emacs version prior to 21.0.105.
7320
7321 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7322
7323         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7324         support.
7325         (wl-generate-user-agent-string): Ditto.
7326
7327         * wl-version.el (wl-version): Update docsting.
7328         (wl-version-status): Ditto.
7329
7330 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7331
7332         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7333         21.0.105.  For Emacs 21.0.104 or earlier.
7334
7335 2001-09-03  Takuo KITAME <kitame@northeye.org>
7336
7337         * wl-e21.el (wl-plugged-init-icons): Use
7338         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7339         (wl-biff-init-icons): Ditto.
7340
7341 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-highlight.el (wl-highlight-summary-current-line):
7344         Fixed highlighting refile/copy destination.
7345
7346         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7347         (wl-acap-store): Encode string by wl-acap-coding-system.
7348
7349 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-acap.el (toplevel): Check and require 'un-define before
7352         'xemacs-ucs;
7353          Added checking for UTF-2000.
7354
7355 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7356
7357         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7358         Don't enclose with `eval-and-compile'.
7359
7360         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7361         wl-init is non-nil.
7362
7363         * wl-draft.el (wl-draft): Ditto.
7364
7365         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7366
7367         * wl-acap.el (toplevel): Require 'wl.
7368         (wl-acap-store): Call `elmo-init'.
7369
7370         * wl.el (wl): Changed position of `wl-check-environment'.
7371         (toplevel): Added autoload setting for wl-acap.
7372
7373         * wl-vars.el (wl-setting): New custom group.
7374         (wl-from): Added wl-setting group.
7375         (wl-user-mail-address-list): Ditto.
7376         (wl-organization): Ditto.
7377         (wl-subscribed-mailing-list): Ditto.
7378         (wl-envelope-from): Ditto.
7379         (wl-smtp-posting-user): Ditto.
7380         (wl-smtp-posting-server): Ditto.
7381         (wl-smtp-posting-port): Ditto.
7382         (wl-smtp-authenticate-type): Ditto.
7383         (wl-pop-before-smtp-user): Ditto.
7384         (wl-pop-before-smtp-server): Ditto.
7385         (wl-pop-before-smtp-port): Ditto.
7386         (wl-pop-before-smtp-authenticate-type): Ditto.
7387         (wl-nntp-posting-server): Ditto.
7388         (wl-nntp-posting-user): Ditto.
7389         (wl-nntp-posting-port): Ditto.
7390         (wl-fetch-confirm-threshold): Ditto.
7391         (wl-prefetch-threshold): Ditto.
7392         (wl-thread-insert-opened): Ditto.
7393         (wl-ldap-server): Ditto.
7394         (wl-ldap-port): Ditto.
7395         (wl-ldap-base): Ditto.
7396         (wl-ldap-objectclass): Ditto.
7397         (wl-use-ldap): Ditto.
7398         (wl-draft-config-alist): Ditto.
7399         (wl-draft-config-matchone): Ditto.
7400         (wl-template-alist): Ditto.
7401         (wl-message-sort-field-list): Ditto.
7402         (wl-message-ignored-field-list): Ditto.
7403         (wl-message-visible-field-list): Ditto.
7404         (wl-interactive-send): Ditto.
7405         (wl-summary-move-order): Ditto.
7406         (wl-auto-select-first): Ditto.
7407         (wl-auto-select-next): Ditto.
7408         (wl-interactive-save-folders): Ditto.
7409
7410         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7411         Initialization codes are moved from wl-local-folder-init.
7412         (wl-local-folder-init): Follow the change above.
7413         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7414
7415         * wl-acap.el: New file.
7416
7417         * Version number is increased to 2.7.3.
7418
7419 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7420
7421         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7422
7423 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7424
7425         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7426         (wl-addrmgr-address-entry-list): Ditto.
7427
7428 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-e21.el (wl-draft-mode-map): Removed binding for
7431         `wl-draft-insert-x-face-field'.
7432
7433         * wl-mule.el (wl-draft-mode-map): Ditto.
7434
7435         * wl-xmas.el (wl-draft-mode-map): Ditto.
7436
7437         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7438         (wl-cs-autoconv): Ditto.
7439         (wl-cs-local): Ditto.
7440         (wl-use-scoring): Ditto.
7441         (wl-mime-charset): Ditto.
7442         (wl-folder-check-async): Ditto.
7443
7444         * wl.el (toplevel): Ignore nemacs and tm.
7445         (wl-exit): Ditto.
7446
7447         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7448         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7449         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7450         instead of wl-address-petname-add-or-change.
7451         (wl-summary-edit-addresses-subr): Use wl-address-delete
7452         instead of wl-address-petname-delete.
7453
7454         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7455
7456         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7457         if error occured.
7458
7459         * wl-message.el (require): Remove tm support.
7460
7461         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7462
7463         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7464         (wl-folder-jump-to-current-entity): Ditto.
7465         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7466
7467         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7468         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7469         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7470
7471         * wl-mule.el (wl-draft-key-setup): Ditto.
7472
7473         * wl-xmas.el (wl-draft-key-setup): Ditto.
7474
7475         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7476         (wl-draft-std11-parse-addresses): New function.
7477         (wl-draft-parse-mailbox-list): Use it.
7478         (wl-draft): Ignore nemacs.
7479         (wl-draft-reedit): Ditto.
7480
7481         * wl-addrmgr.el: New file.
7482         (Original is wl-rcpt.el written by
7483         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7484         Thanks Kitamoto-san.)
7485
7486         * wl-address.el (wl-address-make-address-list): Modified parsing
7487         process.
7488         (wl-address-delete): Renamed from `wl-address-petname-delete';
7489         Modify wl-address-list too.
7490         (wl-address-add-or-change): Renamed from
7491         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7492
7493 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7494
7495         * wl-highlight.el (wl-highlight-summary-current-line):
7496           Work with transient-mark-mode
7497
7498 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * Version number is increased to 2.7.2.
7501
7502         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7503         instead of elmo-dop-queue-method.
7504
7505 2001-08-06  SAITO Atsunori <sai@yedo.com>
7506
7507         * wl-vars.el (wl-ldap-objectclass): New user option.
7508
7509         * wl-address.el (wl-ldap-make-filter): Use it.
7510
7511 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7514
7515 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-folder.el (wl-folder): redisplay after folder insertion.
7518
7519         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7520
7521         * wl-summary.el (wl-summary-sync-update):
7522         Change status mark only when new-msgdb exists.
7523         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7524
7525 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-summary.el (wl-summary-open-folder): New function.
7528         (wl-summary-goto-folder-subr): Use it.
7529         (wl-summary-mark-as-important): Fix;
7530         Encache only when no cache exists.
7531
7532 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7535         Use with-current-buffer.
7536
7537 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7538
7539         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7540         before call `get-buffer'. Fixed parenthesis.
7541         (wl-score-get-header-entry): Clear message and help window when
7542         keyboard quit.
7543         (wl-score-edit-insert-header): Ditto.
7544
7545 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7546
7547         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7548         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7549         (wl-default-draft-cite): Fix.
7550
7551         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7552         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7553
7554 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl-message.el (wl-message-prev-page): Do same bahavior
7557         as summary when it is called in the message buffer.
7558         (wl-message-next-page): Ditto.
7559
7560 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * wl-summary.el (wl-summary-forward): Use cache if it is not
7563         section cache.
7564
7565 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7566
7567         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7568         Removed redundant require of elmo-vars.
7569         (wl-biff-state-indicator-on): Changed default value for
7570         xemacs with non-mule environment.
7571
7572         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7573         wl-message-buffer is nil;
7574         Hide progress bar after moving messages.
7575
7576 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7579         message at cursor point is deleted.
7580
7581 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-vars.el: Changed file coding system to euc-japan.
7584         Added -*-coding:-*- magic to the first line.
7585
7586         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7587         Search parent from the first message.
7588
7589         * Version number is increased to 2.7.1.
7590
7591 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7592
7593         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7594
7595 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7598         refile/delete execution.
7599
7600         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7601         Fixed docstring.
7602
7603 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7606         do update process;
7607         Don't update marks when update process is interrupted.
7608
7609 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-summary.el (wl-summary-reply): Fixed problem when
7612         wl-draft-use-frame is non-nil.
7613         (wl-summary-forward): Ditto.
7614
7615         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7616         as nil.
7617         (wl-folder-mark-as-read-all-entity): Ditto.
7618         (wl-folder-prefetch-entity): Ditto.
7619
7620         * wl.el (wl): Check environment before wl-init.
7621
7622         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7623         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7624         instead of wl-summary-collect-unread.
7625         (wl-summary-reply): Split message window.
7626
7627 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7628
7629         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7630         only if current language environment is japanese,
7631
7632         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7633         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7634         (wl-folder-goto-folder-subr): Ditto.
7635
7636         * wl-draft.el (wl-draft-dispatch-message): Call
7637         `elmo-file-cache-get-path'.
7638
7639 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7640
7641         * wl-summary.el (wl-summary-cursor-move): If return value of
7642         wl-summary-next-message is not number, don't jump.
7643
7644 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl-summary.el (wl-summary-buffer-next-message-function): New
7647         variable.
7648         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7649         if it is bound.
7650
7651         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7652         string.
7653
7654         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7655         (wl-plugged-drawing): Ditto.
7656
7657 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7660         process.
7661         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7662         with unwind-protect.
7663
7664         * wl.el (wl-init): Require mime-setup.
7665         (wl-check-environment): Don't require mime-setup.
7666
7667         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7668         instead of elmo-folder-type.
7669
7670         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7671         value as nil.
7672
7673 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * Version number is increased to 2.7.0.
7676
7677         * wl-version.el (wl-version): Changed codename.
7678
7679         * wl-summary.el (wl-summary-delete-cache): Fixed.
7680
7681         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7682         Workaround for net folders.
7683         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7684
7685         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7686         value to nil (According to the patch from
7687         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7688
7689         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7690         of elmo-folder-close.
7691
7692 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7693
7694         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7695         for postfix.
7696
7697 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * wl-summary.el (wl-summary-resend-message): Fixed.
7700
7701         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7702         Call wl-draft with `from' argument if its address is included in
7703         `wl-user-mail-address-list'.
7704         (wl-draft): Added `from' argument.
7705
7706         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7707         non-nil.
7708         (wl): Don't show demo if wl-demo is nil.
7709
7710         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7711         wl-summary-use-frame.
7712
7713         * wl-vars.el (wl-summary-use-frame): New user option.
7714         (wl-folder-use-frame): Changed docstring.
7715
7716         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7717         non-nil.
7718         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7719         wl-summary-use-frame.
7720
7721         * wl-vars.el (wl-folder-use-frame): New user option.
7722
7723         * wl-summary.el (wl-summary-exit): Back to folder frame if
7724         wl-folder-use-frame is non-nil.
7725         (wl-summary-redisplay-internal): Ignore cache if current folder
7726         is draft folder,
7727         (wl-summary-redisplay-no-mime): Ditto.
7728         (wl-summary-redisplay-all-header): Ditto.
7729
7730         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7731         if wl-folder-use-frame is non-nil.
7732
7733 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-summary.el (wl-summary-sync-update): Bind
7736         elmo-folder-update-threshold.
7737         (wl-summary-mark-as-important): Enclosed server mark processing
7738         with `save-match-data'.
7739
7740         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7741         only when it is already defined.
7742
7743 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7744
7745         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7746         name of folder exclude localdir is wrong.
7747         * wl-folder.el (wl-folder-sync-entity):
7748         Set `wl-summary-always-sticky-folder-list' as nil.
7749         (wl-folder-mark-as-read-all-entity): Ditto.
7750         (wl-folder-prefetch-entity): Ditto.
7751
7752 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7755         instead of `wl-summary-write-current-newsgroup'.
7756
7757 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7758
7759         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7760         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7761         non-nil and selected message is important, do not display.
7762
7763 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7764
7765         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7766
7767 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7770
7771         * wl-summary.el (wl-summary-mark-as-important): Set message number
7772         using wl-summary-message-number.
7773
7774 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7775
7776         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7777         destination folder is 'null.
7778
7779 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7782         New function.
7783         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7784         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7785         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7786
7787 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-mime.el (wl-mime-setup): Added setting for
7790         `mime-setup-signature-key-alist' to avoid overriding key bind for
7791         `wl-draft-send'.
7792
7793         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7794         for `wl-draft-send'.
7795         * wl-mule.el (wl-draft-overload-functions): Ditto.
7796         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7797         * wl-draft.el (wl-draft-send): Ditto.
7798
7799         * wl-message.el (wl-message-display-internal):
7800         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7801         (Patch is provided by <kita@coe.nttdata.co.jp>).
7802
7803 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7806
7807 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7808
7809         * wl.el (wl): Fix for wl-demo.
7810
7811 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7812
7813         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7814
7815 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * wl-folder.el (wl-folder-prefetch-entity): Use
7818         `wl-folder-get-elmo-folder'.
7819         (wl-folder-count-incorporates): Do not use
7820         `wl-folder-get-elmo-folder'.
7821
7822 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7823
7824         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7825         instead of `elmo-folder-get-type'.
7826
7827 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7828
7829         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7830         position on Subject: field.
7831         (Advised by Mito <mit@nines.nec.co.jp>)
7832
7833 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7834
7835         * wl-folder.el (wl-folder-prefetch-entity): Use
7836         `wl-folder-get-elmo-folder'.
7837
7838 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7841
7842         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7843         `process-duplicates' slot.
7844
7845         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7846         if detection failed.
7847
7848 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7849
7850         * wl-version.el (wl-version-status): Set to "alpha".
7851
7852 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7855         Check wl-message-buffer lives before set-buffer.
7856
7857 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7858
7859         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7860         called in folder mode.
7861         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7862         * wl-summary.el (wl-summary-exit-pre-hook): Run
7863         `wl-summary-exit-pre-hook' before exit summary mode.
7864
7865 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7866
7867         * wl-version.el (wl-version-status): New variable.
7868         (wl-version-status-alist): Removed.
7869         (wl-version-status): Rule included.
7870
7871 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7874         @sponichi.
7875
7876         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7877         when `mail-reply-buffer' is buffer-local variable.
7878         (Reported by <kita@coe.nttdata.co.jp>).
7879
7880 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-vars.el (toplevel): Require 'elmo-util.
7883
7884 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7887         (All other related portions are changed)
7888
7889         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7890
7891         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7892
7893 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7894
7895         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7896
7897 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7900         Delete other windows to avoid an error.
7901         Use `point-marker' instead of `point' to remember the start point
7902         of body.
7903
7904         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7905
7906         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7907         number not to exceed all message number.
7908
7909 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7910
7911         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7912         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7913
7914 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-summary.el (wl-summary-sync-force-update): Added argument
7917         no-check.
7918         (wl-summary-sync-update): Ditto.
7919         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7920         with `no-check'.
7921
7922         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7923         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7924         already running.
7925
7926 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7927
7928         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7929         `dst-folder-arg'.
7930         (wl-expire-archive-number1): Diito.
7931         (wl-expire-archive-number2): Diito.
7932         (wl-expire-archive-Date): Diito.
7933         (wl-archive-number1): Diito.
7934         (wl-archive-number2): Diito.
7935         (wl-archive-date): Diito.
7936         (wl-archive-folder-p): New function.
7937         (wl-summary-expire): Support of expand folder name at
7938         wl-expire-alist.
7939         * wl-util.el (wl-expand-newtext): Renamed from
7940         `wl-refile-expand-newtext'.
7941
7942 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7943
7944         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7945         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7946         `(elmo-msgdb-get-overview msgdb)'.
7947         (wl-summary-prefetch): Bind match data before call
7948         `wl-summay-prefetch-msg'.
7949         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7950         'off if `wl-summary-buffer-disp-msg' is non-nil.
7951         Fixed problem that couldn't show only one new or unread message when
7952         enter folder.
7953         (wl-summary-reply): Don't call `split-window-vertically' and other
7954         window.
7955
7956 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * wl-expire.el (wl-expire-refile): Fixed.
7959
7960 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7963
7964         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7965         biff notification is removed.
7966
7967         * wl.el (wl): Changed position of `elmo-init'.
7968
7969         * wl-draft.el (wl-default-draft-cite): Use date field
7970         on the citation buffer.
7971
7972         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7973
7974         * wl-xmas.el (wl-folder-internal-icon-list): Added
7975         `wl-folder-shimbun-image'.
7976
7977         * wl-e21.el (wl-folder-internal-icon-list): Added
7978         `wl-folder-shimbun-image'.
7979
7980 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl.el (wl-init): Eliminated argument.
7983         (wl): Rewrite.
7984
7985         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7986         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7987         instead of `elmo-folder-msgdb-internal'.
7988         (wl-summary-sync-update): Ditto.
7989         (wl-summary-flush-pending-append-operations): Eliminated.
7990         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7991         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7992         `elmo-folder-open'.
7993
7994         * wl-mime.el (wl-summary-burst): Fixed.
7995
7996         * wl-folder.el (wl-folder-info-save): Check data type.
7997
7998         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7999         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8000         instead of `elmo-folder-msgdb-internal'.
8001         (wl-expire-hide): Ditto.
8002
8003
8004         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8005
8006 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8007
8008         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8009
8010 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8011
8012         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8013
8014 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8015
8016         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8017         Fixed `match-beginning' argument mismatch.
8018
8019 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8020
8021         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8022         the default value.
8023
8024 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8025
8026         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8027         instead of `elmo-nntp-default-port'.
8028
8029         * wl-vars.el: Fixed some doc strings.
8030
8031 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-summary.el (wl-summary-prefetch-msg): Use
8034         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8035
8036         * wl-vars.el: Define *-func as obsolete variable using
8037         `elmo-define-obsolete-variable'.
8038
8039         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8040         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8041         instead of `wl-message-buffer-prefetch-threshold'.
8042
8043         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8044
8045         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8046
8047         * wl-draft.el (wl-caesar-region-func): Ditto.
8048
8049         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8050         Keep unread status in elmo-folder-move-messages.
8051         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8052
8053 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8054
8055         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8056         `wl-summary-buffer-exit-func'
8057         (wl-summary-buffer-message-redisplay-function): Renamed from
8058         `wl-summary-buffer-message-redisplay-func'
8059         (wl-summary-buffer-next-folder-function): Renamed from
8060         `wl-summary-buffer-next-folder-func'.
8061         (wl-summary-buffer-prev-folder-function): Renamed from
8062         `wl-summary-buffer-prev-folder-func'.
8063         (wl-summary-get-petname-function): Renamed from
8064         `wl-summary-get-petname-func'.
8065
8066         * wl-score.el (wl-score-edit-exit-function): Renamed from
8067         `wl-score-edit-exit-func'.
8068
8069         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8070         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8071
8072         * wl-util.el (wl-load-profile-function): Renamed from
8073         `wl-load-profile-func'.
8074
8075         * wl-folder.el (wl-folder-completion-function): Renamed from
8076         `wl-folder-completion-func'.
8077         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8078
8079         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8080         `wl-expire-archive-get-folder-func'.
8081         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8082         (wl-draft-send-mail-function): Renamed from
8083         `wl-draft-send-mail-func'.
8084         (wl-draft-send-news-function): Renamed from
8085         `wl-draft-send-news-func'.
8086         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8087         (wl-generate-mailer-string-function): Renamed from
8088         `wl-generate-mailer-string-func'.
8089         (wl-highlight-signature-search-function): Renamed from
8090         `wl-highlight-signature-search-func'.
8091         (wl-highlight-x-face-function): Renamed from
8092         `wl-highlight-x-face-func'
8093         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8094         (wl-ps-print-buffer-function): Renamed from
8095         `wl-ps-print-buffer-func'
8096         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8097         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8098         (wl-summary-subject-filter-function): Renamed from
8099         `wl-summary-subject-filter-func'.
8100
8101         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8102         `wl-draft-queue-flush-send-func'
8103         (wl-draft-cite-function): Renamed from
8104         `wl-draft-cite-func'
8105
8106         * wl-address.el (wl-address-init-function): Renamed from
8107         `wl-address-init-func'.
8108
8109 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-draft.el (wl-draft-queue-flush): Don't call
8112         `elmo-dop-unlock-message'.
8113         * wl-draft.el (wl-draft-queue-append): Don't call
8114         `elmo-dop-lock-message'.
8115
8116         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8117         (wl-summary-buffer-folder-name): Ditto.
8118         (wl-summary-message-regexp): Added '-' (all other related portions
8119         are changed).
8120         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8121         wl-summary-buffer-folder-name.
8122
8123 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8124
8125         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8126         the number of mails in the folder buffer is not updated by wl-biff.
8127
8128 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8129
8130         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8131         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8132
8133 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8134
8135         * wl-summary.el (wl-summary-next-message):
8136         Return next message number when wl-summary-move-order is nil.
8137
8138 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8139
8140         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8141         `wl-summary-move-spec-alist'.
8142         (wl-summary-move-spec-unplugged-alist): New variable
8143         (Move spec for unplugged status).
8144         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8145         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8146
8147 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8148
8149         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8150         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8151
8152 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8153
8154         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8155         simple quotation to quote the anonymous function.
8156         * tm-wl.el (wl-draft-preview-message): Ditto.
8157
8158 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8159
8160         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8161         Eliminate redundant `save-excursion'.
8162         (wl-highlight-summary-current-line): Ditto.
8163
8164         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8165         accessing match data when `looking-at' failed.
8166
8167         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8168         `elmo-match-string' where users don't care about the speed.
8169         (wl-draft-save): Ditto.
8170
8171 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-util.el (wl-regexp-opt): New function.
8174
8175         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8176         number from `wl-summary-buffer-number-list'.
8177         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8178         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8179         (wl-summary-move-spec-alist): Changed default setting.
8180
8181 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8182
8183         * wl-vars.el (wl-biff-notify-hook): New hook.
8184         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8185         the arrival of new mail.
8186         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8187         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8188
8189 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8192
8193 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8196
8197         * Version number is increased to 2.5.8.
8198
8199         * wl-thread.el (toplevel): require 'cl.
8200         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8201         (wl-thread-make-number-list): New function.
8202         (wl-thread-entity-make-number-list-from-children): Ditto.
8203         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8204         (wl-thread-entity-insert-as-children): Likewise.
8205         (wl-thread-delete-message): Likewise.
8206         (wl-meaning-of-mark): Eliminated.
8207         (wl-thread-next-failure-mark-p): Ditto.
8208         (wl-thread-entity-get-mark): Ditto.
8209         (wl-thread-meaning-alist-get-result): Ditto.
8210         (wl-thread-entity-check-prev-mark): Ditto.
8211         (wl-thread-entity-check-next-mark): Ditto.
8212         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8213         (wl-thread-entity-get-prev-marked-entity): Ditto.
8214         (wl-thread-get-prev-unread): Ditto.
8215         (wl-thread-jump-to-prev-unread): Ditto.
8216         (wl-thread-get-next-unread): Ditto.
8217         (wl-thread-jump-to-next-unread): Ditto.
8218         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8219         (wl-thread-entity-get-next-marked-entity): Ditto.
8220
8221         * wl-summary.el (wl-summary-buffer-number-list):
8222         New bufer-local variable.
8223         (wl-summary-switch-to-clone-buffer): Clone
8224         `wl-summary-buffer-number-list'.
8225         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8226         (wl-summary-cursor-move-regex): Eliminated.
8227         (wl-summary-cursor-up): Rewrite.
8228         (wl-summary-cursor-down): Ditto.
8229         (wl-summary-mode-spec-alist): New variable.
8230         (wl-summary-next-message): New inline function.
8231         (wl-summary-cursor-move): New function.
8232         (wl-summary-default-get-next-msg): Rewrite.
8233         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8234         (wl-summary-rescan): Ditto.
8235         (wl-summary-sync-all-init): Ditto.
8236         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8237         summary is not thread view.
8238         (wl-summary-sync-update): Ditto.
8239         (wl-summary-rescan): Ditto.
8240         (wl-summary-make-number-list): New function.
8241
8242         * wl-draft.el: "FCC" -> "Fcc".
8243
8244 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-highlight.el (wl-highlight-summary-window):
8247         Call `set-buffer-modified-p'.
8248
8249         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8250         (wl): Call `elmo-init' and fix.
8251
8252         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8253         Use new variables.
8254
8255         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8256
8257 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8260
8261 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8262
8263         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8264
8265 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8266
8267         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8268         `wl-use-toolbar' nor `display-graphic-p'.
8269         (wl-e21-setup-message-toolbar): Ditto.
8270         (wl-e21-setup-summary-toolbar): Ditto.
8271         (wl-e21-setup-folder-toolbar): Ditto.
8272
8273         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8274         (wl-plugged-init-icons): Ditto.
8275
8276         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8277         `display-graphic-p'.
8278         (wl-plugged-set-folder-icon): Ditto.
8279         (wl-highlight-plugged-current-line): Ditto.
8280         (wl-highlight-folder-current-line): Ditto.
8281         (wl-e21-highlight-folder-group-line): Ditto.
8282         (wl-e21-setup-toolbar): Ditto.
8283         (wl-e21-display-image-p): New macro.
8284
8285         * wl-demo.el (wl-demo): Simplified.
8286         (wl-demo-image-type-alist): Use `image-type-available-p' for
8287         checking whether the image type `xbm' is available.
8288
8289 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8292         (wl-summary-input-range): Ditto.
8293
8294 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8295
8296         * wl-summary.el (wl-summary-edit-addresses): Use
8297         `wl-summary-get-original-buffer'
8298         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8299         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8300         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8301         (wl-summary-get-newsgroups): Eliminated.
8302         (wl-summary-set-crosspost): Ditto.
8303         (wl-summary-is-crosspost-folder): Ditto.
8304         (wl-crosspost-alist-load): Ditto.
8305         (wl-crosspost-alist-save): Ditto.
8306
8307         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8308         `elmo-setup-subscribed-newsgroups' instead of
8309         `elmo-nntp-make-groups-hashtb'.
8310         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8311         instead of `wl-crosspost-alist-save'.
8312
8313         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8314         of `elmo-folder-message-appendable-p'.
8315         (wl-mime-header-presentation-method): Eliminated.
8316
8317         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8318         (Error occurs in emacs21).
8319
8320         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8321         the current buffer).
8322
8323         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8324         instead of `wl-crosspost-alist-save'.
8325         (wl-init): `elmo-crosspost-message-alist-load'
8326         instead of `wl-crosspost-alist-load'
8327
8328         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8329         (wl-parse-newsgroups): Likewise.
8330         (wl-biff-notify): Run `wl-biff-notify-hook'.
8331
8332 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8335
8336         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8337         when `wl-summary-lazy-highlight' is non-nil.
8338         (wl-summary-goto-folder-subr): Highlight only when
8339         `wl-summary-lazy-highlight' is non-nil.
8340
8341         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8342         Don't display progress and highlight temp-mark when
8343         `wl-summary-lazy-highlight' is non-nil.
8344         (wl-highlight-summary-window): New function.
8345         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8346
8347 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8348
8349         * wl-summary.el (wl-summary-sync): Change `all-visible'
8350         from `all-shown'
8351         (wl-summary-input-range): Ditto.
8352
8353 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8354
8355         * wl-e21.el (wl-highlight-folder-current-line): Call
8356         `wl-folder-init-icons' when folder icons have not been initialized.
8357
8358         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8359
8360         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8361         (wl-demo-image-type-alist): New macro.
8362
8363 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8364
8365         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8366         display does not support graphics.
8367         (wl-plugged-init-icons): Ditto.
8368         (wl-folder-init-icons): Ditto.
8369
8370         * wl-demo.el (wl-demo): Chech closely whether the display
8371         supports graphics.
8372
8373 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-summary.el (wl-summary-get-original-buffer): New function.
8376         (wl-summary-set-crosspost): Use it.
8377         (wl-summary-target-mark-uudecode): Ditto.
8378         (wl-summary-reedit): Ditto.
8379         (wl-summary-resend-bounced-mail): Ditto.
8380         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8381         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8382
8383         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8384         (wl-message-display-internal): Ditto.
8385
8386 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8387
8388         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8389
8390 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8391
8392         * wl-summary.el (wl-summary-save-view): Renamed from
8393         `wl-summary-save-status'.
8394
8395 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8396
8397         * wl-summary.el (wl-summary-sync): Added `all-shown'
8398
8399 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8400
8401         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8402
8403 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8404
8405         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8406
8407 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8408
8409         * wl-highlight.el (wl-highlight-summary-line-string): Use
8410         `zerop' instead of `= 0'.
8411         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8412
8413         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8414         for comparing numbers.
8415         (wl-template-prev): Use `zerop' instead of `eq 0'.
8416
8417         * wl-draft.el (wl-draft-insert-current-message): Use
8418         `with-current-buffer' instead of `save-excursion'.
8419         Use `zerop' instead of `eq 0'.
8420
8421 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8422
8423         * wl-draft.el (wl-draft-insert-ccs): New function.
8424         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8425         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8426
8427 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8428
8429         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8430
8431 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-expire.el (wl-expire-refile): Don't call
8434         elmo-msgdb-add-msgs-to-seen-list;
8435         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8436         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8437
8438 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8439
8440         * wl-message.el (wl-message-prev-page): Ignore errors while
8441         scroll-down.
8442
8443 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8444
8445         * wl-mime.el: Use elmo-original-message-mode instead of
8446         mmelmo-original-mode.
8447
8448         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8449         `elmo-folder-get-spec';
8450         (wl-fldmgr-add-completion-all-completions):
8451         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8452
8453         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8454         of `elmo-folder-get-type'.
8455
8456         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8457         `elmo-folder-get-spec';
8458         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8459         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8460         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8461         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8462         `elmo-read-msg-no-cache';
8463         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8464         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8465         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8466         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8467         `elmo-cache-save';
8468         (wl-draft-reedit): Use `elmo-message-file-name'.
8469
8470         * wl-expire.el: Use `elmo-folder-name-internal';
8471         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8472         Use macro `wl-summary-buffer-msgdb' instead of variable
8473         `wl-summary-buffer-msgdb';
8474         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8475         Use macro `wl-summary-buffer-folder-name' instead of variable
8476         `wl-summary-buffer-folder-name'.
8477         * wl-score.el: Likewise.
8478
8479         * wl-message.el: Rewrite for new message buffer cache mechanism.
8480         (wl-message-buffer-cache-buffer-get): New macro.
8481         (wl-message-buffer-cache-folder-get): Ditto.
8482         (wl-message-buffer-cache-message-get): Ditto.
8483         (wl-message-buffer-cache-entry-make): Ditto.
8484         (wl-message-buffer-cache-hit): Ditto.
8485         (wl-message-buffer-cache-sort): New function.
8486         (wl-message-buffer-cache-add): Ditto.
8487         (wl-message-buffer-cache-delete): Ditto.
8488         (wl-message-buffer-cache-clean-up): Ditto.
8489         (wl-message-buffer-window): Rewrite.
8490         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8491         (wl-message-buffer-display): New function.
8492         (wl-message-display-internal): New function.
8493
8494 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-folder.el: Use `elmo-folder-name-internal';
8497         Use `wl-folder-get-elmo-folder';
8498         Use `elmo-folder-list-messages' instead of
8499         `elmo-list-folder';
8500         Use `elmo-folder-get-primitive-list' instead of
8501         `elmo-folder-get-primitive-spec-list';
8502         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8503         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8504         Use `elmo-folder-create' instead of `elmo-create-folder'.
8505         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8506         (wl-folder-get-elmo-folder): New macro.
8507         (wl-folder-elmo-folder-cache-get): Ditto.
8508         (wl-folder-elmo-folder-cache-put): Ditto.
8509         (wl-folder-suspend): Call `elmo-quit'.
8510
8511         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8512         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8513         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8514         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8515         (toplevel): require 'cl.
8516         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8517
8518         * wl-summary.el: Rewrite to use new elmo interface.
8519
8520 \f
8521 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8522
8523         * wl-mime.el (wl-draft-preview-message):
8524         Run `wl-draft-send-hook' before collecting recipients information;
8525         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8526
8527         * tm-wl.el (wl-draft-preview-message): Ditto.
8528
8529 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8532         wrong recipients are displayed when forwarded message.
8533
8534 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * Version number is increased to 2.5.7.
8537
8538 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8539
8540         * wl-message.el (wl-message-next-page): Bind
8541         `window-pixel-scroll-increment' to nil while scrolling up.
8542
8543 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8544
8545         * wl-vars.el (wl-save-hook): New hook.
8546         * wl.el (wl-save): Call `wl-save-hook'.
8547
8548 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8549
8550         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8551         Argument WITH-ARG instead of NO-ARG (negative mean).
8552         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8553         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8554         * wl-message.el (wl-message-follow-current-entity): Likewise.
8555
8556 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8557
8558         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8559         FROM was optional argument.
8560         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8561
8562 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8563
8564         * Version number is increased to 2.5.6.
8565
8566 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8567
8568         * wl-version.el (wl-version-show): Removed.
8569         (wl-version): Add `interactive'.
8570
8571 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8572
8573         * wl-summary.el (wl-summary-get-petname-func): New variable.
8574         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8575         instead of `wl-address-get-petname-1'.
8576         (wl-summary-simple-from): Ditto.
8577
8578         * wl-address.el (wl-address-get-petname-1): Define as function.
8579
8580 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8581
8582         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8583         field in the original message.
8584         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8585
8586 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8587
8588         * wl-expire.el (wl-expire-hide):
8589         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8590
8591 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8592
8593         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8594         find decoder for To, Cc, and Subject.
8595
8596 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8597
8598         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8599         for checking `elmo-use-buffer-cache'.
8600         (wl-summary-mark-as-important): Fixed typo in comment.
8601
8602 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8605         field in the original message.
8606         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8607
8608 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8609
8610         * wl-expire.el (wl-expire-hide):
8611         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8612
8613 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8616         find decoder for To, Cc, and Subject.
8617
8618 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * Version number is increased to 2.5.5.
8621
8622         * wl-address.el (wl-address-specials-regexp): New constant.
8623         (wl-address-quote-specials): Use it.
8624
8625 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * wl-summary.el (wl-summary-rescan):
8628         Call `wl-summary-buffer-number-column-detect'.
8629         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8630
8631         * wl-message.el (wl-message-mode-map): Define.
8632         (wl-message-decode): Use it as local-map.
8633
8634 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8637         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8638
8639 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8642
8643         * wl-mule.el (wl-read-event-char): Ditto.
8644
8645         * wl-e21.el (wl-read-event-char): Ditto.
8646
8647         * wl-nemacs.el (wl-read-event-char): Ditto.
8648         (read-event): Removed.
8649
8650         * wl-util.el (toplevel): Removed dummy definition of
8651         `read-event'.
8652         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8653
8654 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8655
8656         * wl-nemacs.el (elmo-archive-call-process): Moved to
8657         elmo-archive.el.
8658
8659 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8660
8661         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8662         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8663
8664         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8665         instead of magic-number 6.  Use `not' instead of `null' for symbol
8666         `nil' check (not empty list).
8667         (wl-draft-insert-x-face-field): Fixed paren style.
8668
8669         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8670         one-branch conditional statement, instead of `and' and `if'.
8671         (wl-draft-forward): Likewise.
8672         (wl-draft-add-references): Likewise.
8673         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8674
8675         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8676         conditional steatment.  Use `cond' instead of `if'.
8677         (wl-draft-confirm): Likewise.
8678
8679 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8680
8681         * wl-version.el (wl-version-show): Use `product-string-1'
8682         instead of `wl-version'.
8683         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8684
8685         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8686
8687 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8688
8689         * wl-highlight.el (wl-highlight-headers): Revert
8690         `wl-highlight-x-face-func' argument (`beg' and `end').
8691
8692 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8693
8694         * wl.el (toplevel): Move `product-provide' declare.
8695         * wl-demo.el (toplevel): Ditto.
8696         * wl-dnd.el (toplevel): Ditto.
8697         * wl-highlight.el (toplevel): Ditto.
8698         * wl-message.el (toplevel): Ditto.
8699         * wl-refile.el (toplevel): Ditto.
8700         * wl-util.el (toplevel): Ditto.
8701
8702 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8705         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8706         (wl-thread-close-all): keep cursor position.
8707
8708 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8709
8710         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8711         (eq x 0).
8712         (wl-generate-user-agent-string-1): Fix conditional statement.
8713
8714 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8715
8716         * wl.el (wl-check-environment): Additional check for
8717         'wl-local-domain' and `wl-message-id-domain'.
8718
8719 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8720
8721         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8722
8723 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8724
8725         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8726         instead of `smtp-sasl-user-realm'.
8727
8728 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8729
8730         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8731
8732 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8733
8734         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8735         to the default value as well as `eword-lexical-analyzer'.
8736
8737 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8738
8739         * wl-version.el (wl-extended-emacs-version,
8740         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8741         `elmo-match-string' instead of `wl-match-string'.
8742
8743 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8744
8745         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8746         docstring.
8747
8748 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8749
8750         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8751
8752 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8753
8754         * wl-highlight.el (wl-highlight-headers): Remove
8755         `wl-highlight-x-face-func' argument (`beg' and `end').
8756
8757 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl-summary.el (wl-summary-mark-as-important):
8760         Remove cache if folder is local.
8761
8762 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8763
8764         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8765         to get existing e-mail address string.
8766
8767 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8768
8769         * wl-version.el (wl-generate-user-agent-string): Commentary.
8770         (wl-generate-user-agent-string-1): Use `when' for
8771         one-branch conditional statement, instead of `and' and `if'.
8772         (wl-extended-emacs-version, wl-extended-emacs-version2,
8773         wl-extended-emacs-version3): Ditto.
8774
8775 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8778         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8779         condition-case; Remove initialization.
8780         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8781         (wl-summary-sync-update3): Added argument `sync-all';
8782         Eliminated local variable `msgdb';
8783         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8784         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8785         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8786
8787 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8788
8789         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8790         connection before call `wl-draft-send-mail-with-smtp'.
8791
8792 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * Version number is increased to 2.5.4.
8795
8796 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8797
8798         * wl.el (wl-check-environment): Additional check for
8799         'wl-local-domain' and `wl-message-id-domain'.
8800
8801 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8804         buffer as command specific.
8805         (wl-folder-mark-as-read-all-entity): Ditto.
8806         (wl-folder-prefetch-entity): Ditto.
8807         (wl-folder-drop-unsync-entity): Ditto.
8808
8809         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8810         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8811         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8812
8813         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8814         save-excursion.
8815
8816 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8817
8818         * Version number is increased to 2.5.3.
8819
8820         * wl-summary.el (wl-summary-save-view-cache):
8821         Delete duplicated `write-region';
8822         Use `write-region-as-binary' instead of `as-binary-output-file' and
8823         `write-region'.
8824
8825 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8826
8827         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8828
8829 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8832         instead of `smtp-via-smtp'.
8833
8834 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8835
8836         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8837
8838 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8839
8840         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8841         instead of `smtp-sasl-user-realm'.
8842
8843 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8844
8845         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8846
8847 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8848
8849         * Version number is increased to 2.5.2.
8850
8851 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8854         does not exist.
8855         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8856         (wl-biff-start): Call `timer-activate' if timer already exists.
8857
8858         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8859         only when it is bound as function.
8860
8861 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * Version number is increased to 2.5.1.
8864
8865 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8868         Print refile/copy destination.
8869
8870 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8873         queue-flush-only is non-nil.
8874
8875         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8876
8877         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8878         checking cache folder.
8879
8880 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8881
8882         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8883         `regexp-quote'.
8884
8885 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8888         function.
8889         * wl-summary.el (wl-summary-write-current-folder-functions):
8890         Change default value.  Use it.
8891
8892 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8893
8894         * Version number is increased to 2.5.0.
8895
8896         * wl-version.el (wl-version): Changed codename.
8897
8898 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8899
8900         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8901         (wl-summary-supersedes-message): Ditto.
8902
8903 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8904
8905         * wl-refile.el (wl-refile-guess-functions): Renamed from
8906         `wl-refile-guess-func-list'.
8907
8908 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8909
8910         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8911         Fixed problem when no rule was matched.
8912
8913 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8914
8915         * wl-summary.el (wl-summary-get-mark): Fixed
8916         `wl-summary-buffer-target-mark' check logic.
8917
8918 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-folder.el (wl-folder-write-current-folder): Added group
8921         folder check.
8922
8923         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8924         `wl-summary-write-current-newsgroup'.
8925         (wl-summary-write-current-folder-functions): New variable.
8926         * wl-folder.el (wl-folder-get-newsgroups): New function.
8927         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8928         (wl-folder-write-current-folder): Renamed from
8929         `wl-folder-write-current-newsgroup'.
8930
8931 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932
8933         * Version number is increased to 2.3.93.
8934
8935 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8938         (wl-ldap-make-matched-value-list): Ditto.
8939         (wl-ldap-alias-safe-string): Split e-mail address.
8940
8941         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8942         petname folder default was selected.
8943         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8944         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8945
8946 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8949         to `wl-draft-config-exec'.
8950
8951         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8952         instead of calling `wl-draft-config-exec';
8953         Process group-list and show recipients in minibuffer.
8954
8955         * tm-wl.el (wl-draft-preview-message): Ditto.
8956
8957 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8958
8959         * wl.el (toplevel): Added (C) to copyright notice, and
8960         sync Author header.
8961         * tm-wl.el (toplevel): Ditto.
8962         * wl-address.el (toplevel): Ditto.
8963         * wl-demo.el (toplevel): Ditto.
8964         * wl-dnd.el (toplevel): Ditto.
8965         * wl-draft.el (toplevel): Ditto.
8966         * wl-e21.el (toplevel): Ditto.
8967         * wl-expire.el (toplevel): Ditto.
8968         * wl-folder.el (toplevel): Ditto.
8969         * wl-highlight.el (toplevel): Ditto.
8970         * wl-message.el (toplevel): Ditto.
8971         * wl-mime.el (toplevel): Ditto.
8972         * wl-mule.el (toplevel): Ditto.
8973         * wl-nemacs.el (toplevel): Ditto.
8974         * wl-refile.el (toplevel): Ditto.
8975         * wl-score.el (toplevel): Ditto.
8976         * wl-summary.el (toplevel): Ditto.
8977         * wl-template.el (toplevel): Ditto.
8978         * wl-thread.el (toplevel): Ditto.
8979         * wl-util.el (toplevel): Ditto.
8980         * wl-vars.el (toplevel): Ditto.
8981         * wl-xmas.el (toplevel): Ditto.
8982
8983 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8984
8985         * wl.el (wl-init): Added comment about `wl-init-hook'.
8986         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8987         * wl-vars.el (wl-init-hook): Added docs.
8988         (wl-make-plugged-hook): Removed useless docs.
8989         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8990         * wl-xmas.el (toplevel): Ditto.
8991
8992 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8993
8994         * wl-address.el (toplevel): Fixed multiple Author header format.
8995         * wl-demo.el (toplevel): Ditto.
8996         * wl-draft.el (toplevel): Ditto.
8997         * wl-folder.el (toplevel): Ditto.
8998         * wl-summary.el (toplevel): Ditto.
8999         * wl-thread.el (toplevel): Ditto.
9000         * wl-util.el (toplevel): Ditto.
9001         * wl-vars.el (toplevel): Ditto.
9002         * wl-version.el (toplevel): Ditto.
9003         * wl-xmas.el (toplevel): Ditto.
9004         * wl.el (toplevel): Ditto.
9005
9006         * wl-version.el (toplevel): Added require `elmo-version' for
9007         `product-version-as-string'.
9008
9009 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-vars.el (wl-draft-send-hook): Changed default value to
9012         '(wl-draft-config-exec).
9013
9014         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9015         explicitly.
9016         (wl-draft): Set `wl-draft-config-exec-flag' before running
9017         `wl-mail-setup-hook'.
9018
9019         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9020         `wl-biff-init-icons' to `wl-init-hook' instead of
9021         `wl-make-plugged-hook'.
9022         (Because if `wl-draft' command is invoked at first,
9023         they are not initialized)
9024         Updated copyright notice.
9025
9026         * wl-e21.el (toplevel): Ditto;
9027
9028         * wl-demo.el (toplevel): Updated copyright notice.
9029         * wl-address.el (toplevel): Ditto.
9030         * wl-draft.el (toplevel): Ditto.
9031         * wl-version.el (toplevel): Ditto.
9032         * wl-folder.el (toplevel): Ditto.
9033         * wl-summary.el (toplevel): Ditto.
9034         * wl-thread.el (toplevel): Ditto.
9035         * wl-util.el (toplevel): Ditto.
9036         * wl-vars.el (toplevel): Ditto.
9037         * wl.el (toplevel): Ditto.
9038
9039 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-highlight.el (wl-highlight-message): Fixed problem of
9042         highlighting failure which occured when the last field contains
9043         multiple lines in the draft buffer.
9044
9045         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9046         `wl-biff-start' if plugged.
9047
9048         * wl-util.el (wl-biff-check-folder): New function.
9049         (wl-biff-check-folders): Don't set session name prefix.
9050         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9051         (wl-biff-check-folder-async): Ditto.
9052
9053         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9054         in email address.
9055
9056 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9057
9058         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9059
9060         * wl-draft.el (wl-draft-strip-subject-re): New function.
9061
9062         * wl-draft.el (wl-draft-reply): Use it.
9063
9064 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9065
9066         * wl-message.el (wl-mmelmo-message-redisplay): Use
9067         `mime-display-message' instead of `wl-mime-display-message'.
9068
9069         * wl-mime.el (toplevel): Removed compatibility workaround
9070         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9071         (wl-mime-display-message): Abolished.
9072         (wl-mime-entity-read-field): Ditto.
9073         (wl-mime-combine-message/partial-pieces): Use
9074         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9075
9076 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9077
9078         * wl-template.el: Doc fixes.
9079
9080 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9081
9082         * wl-e21.el (wl-message-overload-functions): Do nothing if
9083         `current-local-map' is not available.
9084         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9085
9086 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9087
9088         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9089         representation.
9090
9091         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9092         number.
9093         (wl-fldmgr-save-folders): Don't use `format' when insert
9094         `wl-fldmgr-folders-header'.
9095
9096 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9097
9098         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9099
9100 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl-highlight.el (wl-highlight-message):
9103         Use `std11-field-end' to detect end point of the header field.
9104         Refer `wl-highlight-max-header-size'.
9105
9106         * wl-vars.el (wl-highlight-max-header-size): New variable.
9107
9108         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9109
9110         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9111         Set `for-draft' argument of wl-highlight-headers.
9112         (wl-draft): Ditto.
9113         (wl-draft-reedit): Ditto.
9114         (wl-user-agent-compose-internal): Ditto.
9115
9116 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9117
9118         * wl-message.el (wl-message-add-button): Use overlay.
9119
9120 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9123
9124         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9125         problem when group-list content is nothing.
9126         (Reported by Mito <mit@nines.nec.co.jp>)
9127
9128 2000-10-18  SAITO Atsunori <sai@yedo.com>
9129
9130         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9131
9132 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9133
9134         * tm-wl.el (toplevel): Use product-provide.
9135
9136 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * Version number is increased to 2.3.92.
9139
9140 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9141
9142         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9143         title text, use `display' property for left margin under Emacs 21.
9144
9145         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9146         properties.
9147         (wl-plugged-init-icons): Ditto.
9148
9149 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9150
9151         * wl.el (wl-save-status, wl-init): Remove last period in
9152         "...done." message.
9153         * tm-wl.el (wl-summary-burst): Ditto.
9154         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9155         wl-summary-resume-cache-status,
9156         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9157         wl-summary-sync-update3, wl-summary-highlight-msgs,
9158         wl-summary-flush-pending-append-operations,
9159         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9160         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9161         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9162         wl-thread-open-all): Ditto.
9163         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9164         * wl-mime.el (wl-summary-burst): Ditto.
9165         * wl-highlight.el (wl-highlight-summary): Ditto.
9166         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9167         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9168         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9169         * wl-address.el (wl-local-address-init): Ditto.
9170
9171 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9172
9173         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9174         `add-text-properties'.
9175         (wl-plugged-init-icons): Ditto.
9176         (wl-folder-init-icons): Use `propertize' instead of
9177         `put-text-property'.
9178         (wl-plugged-set-folder-icon): Ditto.
9179         (wl-e21-highlight-folder-group-line): Ditto.
9180
9181 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-version.el (wl-version-status-alist): New variable.
9184         (wl-version-status): New function.
9185
9186         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9187         "Cc" part of the case "Reply-To".
9188
9189         * wl-draft.el (wl-draft-reply): Use result of
9190         `eword-extract-address-components'.
9191
9192         * wl-demo.el (wl-demo-icon-name): New constant.
9193         (wl-logo-xpm): Use it.
9194         (wl-logo-xbm): Ditto.
9195         (wl-logo-bitmap): Ditto.
9196
9197         * Version number is increased to 2.3.91.
9198
9199 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9200
9201         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9202         (wl-extended-emacs-version, wl-extended-emacs-version2,
9203         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9204         docstring.
9205
9206         * wl-version.el (wl-generate-user-agent-string-1): New function.
9207         (wl-generate-user-agent-string): Use it.
9208
9209         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9210         `mime-edit-insert-user-agent-field'.
9211         (wl-generate-user-agent-string): Check
9212         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9213
9214         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9215         instead of `if', when verbose case.
9216
9217 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9218
9219         * wl-expire.el (wl-summary-expire): Fix.
9220
9221 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9222
9223         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9224         and `elmo-lost+found-folder' if 'wl-draft.
9225         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9226
9227 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9228
9229         * wl-expire.el (wl-summary-expire): Change messages.
9230         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9231         `deleing-info' instead of "Deleting..."
9232
9233 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9234
9235         * wl-summary.el (wl-summary-refile-subr): Fix.
9236
9237 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9238
9239         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9240         if pipe folder.
9241
9242 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9243
9244         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9245
9246 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9247
9248         * wl-expire.el (wl-expire-hide): New function.
9249         (wl-summary-expire): Add `hide'.
9250
9251 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-vars.el (wl-draft-reply-without-argument-list):
9254         Changed default value to consider `Reply-To:'.
9255         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9256
9257         * Version number is increased to 2.3.90.
9258
9259         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9260         elmo-imap4-get-session with unwind-protect.
9261         Don't cause error.
9262         (wl-summary-sync-marks): Don't check plugged nor folder type.
9263         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9264         (Always keep current buffer).
9265
9266 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9267
9268         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9269         Enclose with `save-excursion'.
9270
9271 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9272
9273         * wl-version.el (wl-version): Remove interactive.
9274
9275 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-version.el (wl-generate-user-agent-string): Use
9278         `product-string-verbose' instead of `product-string-1'.
9279
9280 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9281
9282         * wl-vars.el (wl-draft-use-cache): New variable.
9283         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9284         if wl-draft-use-cache is non-nil.
9285
9286 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9287
9288         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9289         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9290
9291 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9294         (wl-thread-msg-mark-as-unread): Ditto.
9295
9296         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9297         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9298         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9299         Don't set mark in summary if return value of `elmo-mark-as-read'
9300         is nil.
9301         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9302         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9303         instead of `wl-thread-msg-mark-as-read'.
9304         (wl-summary-mark-as-unread-region): Ditto.
9305         (wl-summary-target-mark-mark-as-read): Ditto.
9306
9307         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9308
9309 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9312
9313         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9314
9315 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9318         face.
9319
9320 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9321
9322         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9323         `running-xemacs'.
9324
9325 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9326
9327         * wl-version.el (toplevel): Use `product-version-as-string' for
9328         set verstion-string, if defined.
9329
9330         * wl-version.el (wl-version-show): Insert string at point, when
9331         call with argument.
9332
9333         * wl-version.el (wl-generate-user-agent-string): Use
9334         `product-string-1' instead of `wl-appname', `wl-version' and
9335         `wl-codename'.
9336
9337 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9338
9339         * wl-address.el (toplevel): Use product-provide.
9340         * wl-demo.el (toplevel): Ditto.
9341         * wl-dnd.el (toplevel): Ditto.
9342         * wl-draft.el (toplevel): Ditto.
9343         * wl-e21.el (toplevel): Ditto.
9344         * wl-expire.el (toplevel): Ditto.
9345         * wl-fldmgr.el (toplevel): Ditto.
9346         * wl-folder.el (toplevel): Ditto.
9347         * wl-highlight.el (toplevel): Ditto.
9348         * wl-message.el (toplevel): Ditto.
9349         * wl-mime.el (toplevel): Ditto.
9350         * wl-mule.el (toplevel): Ditto.
9351         * wl-nemacs.el (toplevel): Ditto.
9352         * wl-refile.el (toplevel): Ditto.
9353         * wl-score.el (toplevel): Ditto.
9354         * wl-summary.el (toplevel): Ditto.
9355         * wl-template.el (toplevel): Ditto.
9356         * wl-thread.el (toplevel): Ditto.
9357         * wl-util.el (toplevel): Ditto.
9358         * wl-vars.el (toplevel): Ditto.
9359         * wl-xmas.el (toplevel): Ditto.
9360         * wl.el (toplevel): Ditto.
9361
9362 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9363
9364         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9365         instead of product.
9366
9367         * wl-version.el (wl-version): Compile time evalution elmo-version.
9368
9369 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9370
9371         * wl-summary.el (wl-summary-sync-force-update): Append queue
9372         `mark-as-read'if unplugged.
9373
9374 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9375
9376         * wl-version.el: New file.  Use product.el.
9377         * wl.el: add (require 'wl-version).
9378         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9379         for ~/.folders header.
9380         (wl-fldmgr-folders-header): Changed.
9381         * wl-demo.el (wl-demo): Use product.el.
9382
9383         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9384         wl-version.el.
9385         * wl-util.el (wl-version, wl-version-show): Ditto.
9386
9387         * wl-util.el (wl-generate-user-agent-string,
9388         wl-extended-emacs-version, wl-extended-emacs-version2,
9389         wl-extended-emacs-version3): Move to wl-version.el.
9390         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9391         xemacs-codename, mime-edit-insert-user-agent-field,
9392         mime-edit-user-agent-value, mime-editor/version,
9393         mime-editor/codename): Compile warning killer move to
9394         wl-version.el
9395
9396 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9397
9398         * wl-summary.el (wl-summary-refile-subr): Fix.
9399
9400 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9401
9402         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9403         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9404
9405 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9406
9407         * wl.el (wl-check-environment): Check too many `@'.
9408
9409 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9410
9411         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9412
9413 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9414
9415         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9416         wl-draft-reply-myself-without-argument-list): Add variables.
9417         * wl-draft.el (wl-draft-reply): Use it.
9418
9419 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9420
9421         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9422         the 5th argument of `elmo-network-get-spec'.
9423
9424         * wl-thread.el (wl-thread-reparent-children): New inline function.
9425         (wl-thread-delete-message): Use it.
9426
9427         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9428         (wl-summary-score-update-all-lines): Don't use `dolist'.
9429
9430 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9431
9432         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9433         (require 'elmo-msgdb) for inline function.
9434
9435 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9436
9437         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9438
9439 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9440
9441         * wl-score.el (wl-score-headers): Fix for the confusing macro
9442         `elmo-kill-buffer'.
9443
9444 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9445
9446         * wl-summary.el: Don't use the 3rd argument of `require' because
9447         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9448         * wl-util.el: Ditto.
9449         * wl-draft.el: Ditto.
9450
9451 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9452
9453         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9454         window system is not used.
9455
9456 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9457
9458         * wl-thread.el: Don't use `mapcar' only for iteration.
9459         (wl-thread-resume-entity): Ditto.
9460         (wl-thread-delete-message): Ditto.
9461
9462         * wl-summary.el: Bind `dragdrop-drop-functions',
9463         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9464         of `require' for `timezone', `easymenu' and `ps-print';
9465         don't use `mapcar' only for iteration.
9466
9467         * wl-util.el: Bind `mule-version', `nemacs-version',
9468         `emacs-beta-version', `xemacs-codename',
9469         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9470         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9471         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9472         only for iteration.
9473
9474         * wl-score.el: Don't use `mapcar' only for iteration.
9475         (wl-score-simplify-buffer-fuzzy): Ditto.
9476         (wl-score-simplify-subject): Ditto.
9477         (wl-score-headers): Ditto.
9478         (wl-summary-score-update-all-lines): Ditto.
9479
9480         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9481         `enable-multibyte-characters' and `mule-version'.
9482
9483         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9484         `mapcar' only for iteration.
9485
9486         * wl-demo.el: Don't use `mapcar' only for iteration.
9487
9488         * wl-folder.el: Don't use `mapcar' only for iteration.
9489         (wl-folder-open-all): Ditto.
9490         (wl-folder-count-incorporates): Ditto.
9491
9492         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9493         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9494
9495         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9496         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9497         `smtp-connection-type'; specify 3rd argument of `require' for
9498         `timezone'; don't use `mapcar' only for iteration.
9499         (wl-draft-clone-local-variables): Don't use `mapcar'.
9500         (wl-draft-generate-clone-buffer): Ditto.
9501         (wl-user-agent-compose-internal): Ditto.
9502
9503         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9504
9505         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9506         (wl-save-status): Ditto.
9507
9508         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9509         for iteration.
9510
9511 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9514         removed `Date'.
9515         (wl-fldmgr-make-filter-default): New user option.
9516
9517         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9518         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9519         (wl-fldmgr-filter-completion-alist): Abolish.
9520
9521         * wl.el (wl): Don't check servers if arg is non-nil.
9522
9523         * wl-draft.el (wl-draft-reply): Set only message-id string to
9524         In-Reply-To field.
9525
9526 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-summary.el (wl-summary-pick): Rewrite.
9529
9530         * wl-draft.el (wl-draft-forward): Get references field from
9531         original buffer.
9532         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9533
9534 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9535
9536         * wl-draft.el (wl-draft-forward): Add references field.
9537
9538 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9541         (wl-draft-reply): Use it.
9542
9543 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9544
9545         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9546         when Emacs 21 is running.
9547
9548         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9549         bindings.
9550
9551 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9552
9553         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9554         XPM icons transparent.
9555
9556         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9557         Emacs 21.
9558
9559 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9560
9561         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9562         nil.
9563
9564         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9565         when it is persistent.
9566         (wl-summary-sync-marks): Changed argument for
9567         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9568         (wl-summary-virtual): Use `elmo-read-search-condition'.
9569         (wl-summary-redisplay-internal): If folder is local, mark as read
9570         even when folder is plugged.
9571
9572 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9573
9574         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9575         of `tool-bar-lines' in the frame parameters.
9576         (after-make-frame-functions, post-command-hook): Don't modify the
9577         value.
9578         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9579         wl-e21-tool-bar-lines): Removed.
9580
9581 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9582
9583         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9584         properties `evaporate' and `wl-momentary-overlay' as well.
9585         (wl-highlight-summary-displaying): Ditto.
9586         (wl-delete-all-overlays): Don't delete overlay which does not have
9587         a property `wl-momentary-overlay'.
9588
9589         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9590         `display-mouse-p' and `display-graphic-p'.
9591         (wl-folder-init-icons): Don't search for XBM or the other files.
9592         (wl-plugged-set-folder-icon): Make icons if and only if
9593         `display-graphic-p' returns non-nil.
9594         (wl-highlight-plugged-current-line): Use `before-string' overlay
9595         property to show icon images.
9596         (wl-highlight-folder-current-line): Ditto.
9597         (wl-e21-highlight-folder-group-line): Ditto.
9598         (wl-e21-highlight-folder-by-numbers): Ditto.
9599         (wl-e21-insert-image): Removed.
9600         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9601         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9602         said.
9603         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9604         `wl-e21-force-switch-toolbar'.
9605         (wl-e21-make-icon-image): Removed.
9606         (wl-e21-setup-toolbar): Don't search for XBM files.
9607         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9608         the default value.
9609
9610 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-util.el (wl-biff-check-folder-async): Set
9613         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9614
9615 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9616
9617         * wl-e21.el (after-make-frame-functions): Add
9618         `wl-e21-force-switch-toolbar'.
9619         (wl-e21-force-switch-toolbar): New function force to switch the
9620         toolbar appearance automatically.
9621         (post-command-hook): Add `wl-e21-switch-toolbar'.
9622         (wl-e21-switch-toolbar): New function to switch the toolbar
9623         appearance automatically.
9624         (wl-e21-tool-bar-lines): New buffer local variable.
9625
9626 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9627
9628         * wl-util.el (wl-biff-check-folders-running): New variable.
9629         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9630         (wl-biff-check-folder-async-callback):
9631         Set `wl-biff-check-folders-running'.
9632         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9633         with unwind-protect.
9634
9635         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9636         Enclose `wl-folder-auto-check' with unwind-protect.
9637
9638         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9639         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9640
9641         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9642
9643         * wl-util.el (wl-biff-notify): New inline function.
9644         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9645         locally.
9646         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9647         folder-list' is 1.
9648         Use `wl-biff-notify'.
9649         (wl-biff-check-folder-async-callback): New function.
9650         (wl-biff-check-folder-async): Ditto.
9651
9652         * wl-folder.el (wl-folder): Don't check folders.
9653         (wl-folder-auto-check): New function.
9654
9655 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9656
9657         * wl-util.el (wl-biff-start) [Emacs19+]:
9658         Use `timer-next-integral-multiple-of-time'.
9659         (wl-biff-check-folders): Use `wl-default-folder'
9660         if `wl-biff-check-folder-list' is nil.
9661
9662 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9663
9664         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9665         instead of `elmo-delete-lists'.
9666
9667 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9668
9669         * wl.el (wl-plugged-toggle-all): Set the value of
9670         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9671         (wl-plugged-toggle): Ditto.
9672         (wl-toggle-plugged): Ditto.
9673         (wl-plugged-init): Ditto.
9674
9675         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9676         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9677         instead of `wl-biff-state-indicator-off' and
9678         `wl-biff-state-indicator-on'; don't modify the value and the type
9679         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9680         (wl-plugged-init-icons): Set icons data to
9681         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9682         instead of `wl-plug-state-indicator-off' and
9683         `wl-plug-state-indicator-on'; don't modify the value and the type
9684         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9685
9686         * wl-vars.el (wl-modeline-biff-state-off,
9687         wl-modeline-biff-state-on, wl-modeline-biff-status,
9688         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9689         wl-modeline-plug-status): New internal variables.
9690         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9691         wl-biff-check-interval, wl-biff-check-folder-list): Change
9692         customization group from `wl-folder' to `wl-highlight'.
9693         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9694         wl-show-plug-status-on-modeline): Defcustomized.
9695
9696         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9697         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9698         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9699         a flag to `mode-line-buffer-identification'.
9700
9701         * wl-e21.el (wl-biff-init-icons): Set icons data to
9702         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9703         instead of `wl-biff-state-indicator-off' and
9704         `wl-biff-state-indicator-on'.
9705         (wl-plugged-init-icons): Set icons data to
9706         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9707         instead of `wl-plug-state-indicator-off' and
9708         `wl-plug-state-indicator-on'.
9709
9710 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9711
9712         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9713         excessive titles.
9714
9715 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9716
9717         * wl.el (wl-plugged-mode): Use revised
9718         `wl-mode-line-buffer-identification'.
9719         (wl-plugged-init): Don't use `force-mode-line-update'.
9720
9721         * wl-xmas.el (wl-draft-overload-functions): Use revised
9722         `wl-mode-line-buffer-identification'.
9723         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9724         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9725         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9726         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9727         `wl-make-plugged-hook';
9728         add `wl-folder-init-icons' and `wl-setup-folder' to
9729         `wl-folder-mode-hook'.
9730
9731         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9732         19 as well.
9733         (wl-mode-line-display-priority-list): New user option.
9734         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9735         Defcustomized.
9736         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9737         Add docs.
9738
9739         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9740         start.
9741         (wl-mode-line-buffer-identification): Revised as a function.
9742
9743         * wl-summary.el (wl-summary-mode): Use revised
9744         `wl-mode-line-buffer-identification'; don't call
9745         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9746         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9747         `wl-xmas-setup-summary'.
9748
9749         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9750         `wl-mode-line-buffer-identification'.
9751
9752         * wl-mule.el (wl-draft-overload-functions): Use revised
9753         `wl-mode-line-buffer-identification'.
9754
9755         * wl-folder.el (wl-make-plugged-alist): Don't call
9756         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9757         (wl-folder): Don't call `wl-folder-init-icons' directly.
9758         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9759         `wl-xmas-setup-folder' directly;
9760         use revised `wl-mode-line-buffer-identification'.
9761         (TopLevel): Don't bind `wl-biff-init-icons',
9762         `wl-plugged-init-icons', `wl-folder-init-icons',
9763         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9764
9765         * wl-e21.el (wl-draft-overload-functions): Use revised
9766         `wl-mode-line-buffer-identification'.
9767         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9768         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9769         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9770         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9771         `wl-make-plugged-hook';
9772         add `wl-folder-init-icons' and `wl-setup-folder' to
9773         `wl-folder-mode-hook'.
9774
9775 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9776             Katsumi Yamaoka    <yamaoka@jpl.org>
9777
9778         * wl.el (wl): Call `wl-biff-start'.
9779         (wl-exit): Call `wl-biff-stop'.
9780         (wl-plugged-mode): Show biff in modeline.
9781         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9782
9783         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9784         (wl-biff-init-icons): New function.
9785         (wl-plugged-init-icons): Don't make too much keymaps.
9786         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9787
9788         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9789         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9790         variables.
9791         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9792         options.
9793
9794         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9795         wl-biff-start, wl-biff-stop): New functions.
9796         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9797         (wl-biff-timer-name): New variable.
9798
9799         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9800
9801         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9802         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9803
9804         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9805         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9806
9807         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9808         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9809         `wl-folder-init-icons' to `ignore' if they are not available.
9810         (wl-folder-mode): Show biff in modeline.
9811
9812         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9813         (wl-biff-init-icons): New function.
9814         (wl-plugged-init-icons): Don't make too much keymaps.
9815         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9816
9817 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9818
9819         * wl-vars.el (wl-strict-diff-folders): Customization Type
9820         and doc fix.  Define as a list of regular expressions for
9821         folders or nil.
9822         * wl-folder.el (wl-folder-check-one-entity): Use
9823         `wl-string-match-member' instead of `wl-string-member' for
9824         `wl-strict-diff-folders'.
9825
9826 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9827
9828         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9829         (wl-highlight-folder-current-line): Use it; new implementation.
9830         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9831         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9832         `defsubst' instead of `defun'.
9833
9834         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9835         `wl-highlight-group-folder-by-numbers'; made it can also be a
9836         number.  See info for more details.
9837
9838         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9839         running.
9840
9841         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9842         to bind them.
9843
9844         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9845         (wl-highlight-folder-current-line): New implementation.
9846
9847         * wl-highlight.el (wl-highlight-folder-group-line): New
9848         implementation.
9849         (wl-delete-all-overlays): Rewrite as a marco.
9850         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9851
9852         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9853         running.
9854         (wl-folder-*-glyph): No need to bind them.
9855
9856         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9857         `wl-e21-highlight-folder-group-icon'; rewrite.
9858         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9859         `defsubst' instead of `defun'.
9860         (wl-folder-mode-map): Bind it when compiling.
9861
9862 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9863
9864         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9865
9866         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9867
9868 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9869
9870         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9871
9872 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9873
9874         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9875         (wl-highlight-folder-current-line): Use it.
9876
9877         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9878         in `id-name'.
9879
9880 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9881
9882         * wl.el: Require `wl-e21' when Emacs 21 is running.
9883
9884         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9885         default when Emacs 21 is running.
9886         (wl-use-highlight-mouse-line): Ditto.
9887         (wl-on-emacs21): New constant.
9888         (wl-on-emacs20): Removed.
9889
9890         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9891         Emacs 21 is running.
9892
9893         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9894         Emacs 21 is running.
9895
9896         * wl-e21.el: New file.
9897
9898 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9899
9900         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9901         (wl-toggle-plugged): Ditto.
9902         (wl-plugged-toggle): Ditto.
9903         (wl-plugged-toggle-all): Ditto.
9904
9905         * wl-vars.el (wl-plug-state-indicator): Refer
9906         `wl-plug-state-indicator-on' indirectly.
9907
9908 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9909
9910         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9911         Call `wl-folder-confirm-existence'.
9912
9913         * wl-folder.el (wl-folder-confirm-existence): Added optional
9914         argument `force'.
9915
9916 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9917
9918         * wl-summary.el (wl-summary-refile-subr): Assume
9919         `copy-or-refile' as symbol.
9920         (wl-summary-refile): Follow up above change.
9921         (wl-summary-copy): Ditto.  Doc fix.
9922
9923 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9924
9925         * wl-summary.el (wl-summary-pick): Don't bind
9926         `elmo-search-mime-charset'.
9927
9928         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9929         default using old backquote style.
9930         (wl-search-mime-charset): Abolished.
9931
9932         * wl-highlight.el (wl-highlight-headers):
9933         Call `point' after `re-search-forward'(for Nemacs).
9934
9935         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9936         for elmo-imap4.el.
9937
9938 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9939
9940         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9941         `wl-message-ignored-field-list' instead of
9942         `mime-view-ignored-field-list'.
9943
9944         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9945         Add interactive spec.
9946         (wl-folder-goto-bottom-of-current-folder): Ditto.
9947         (wl-folder-mode-map): Bind them.
9948
9949         * wl-vars.el (wl-message-ignored-field-list): New variable.
9950         (wl-message-visible-field-list): New variable.
9951
9952         * wl-mime.el (wl-mime-header-presentation-method): New function.
9953         (wl-mime-setup): Set header-presentation-method.
9954
9955 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9956
9957         * wl-nemacs.el (wl-draft-overload-functions): Set
9958         `mode-line-buffer-identification' instead of using
9959         `wl-make-modeline'.
9960
9961         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9962         instead of using `wl-make-modeline'.
9963
9964         * wl-xmas.el (wl-plugged-init-icons): Set up
9965         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9966         (wl-make-modeline): Abolish.
9967         (wl-draft-overload-functions): Set
9968         `mode-line-buffer-identification' instead of using
9969         `wl-make-modeline'.
9970
9971         * wl-util.el (wl-make-modeline-subr): Abolish.
9972         (wl-mode-line-buffer-identification): New alias.
9973
9974         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9975         (wl-summary-make-modeline): Abolish.
9976         (wl-summary-buffer-set-folder): Set
9977         `wl-summary-buffer-folder-indicator'.
9978         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9979         of using `wl-make-modeline'.
9980         (wl-summary-switch-to-clone-buffer): Don't set
9981         `mode-line-buffer-identification'.
9982         (wl-summary-goto-folder-subr): Ditto.
9983
9984         * wl-mule.el (wl-draft-overload-functions): Set
9985         `mode-line-buffer-identification' instead of using
9986         `wl-make-modeline'.
9987
9988         * wl-folder.el (wl-folder-mode): Set
9989         `mode-line-buffer-identification' instead of using
9990         `wl-make-modeline'.
9991         (wl-folder): Don't set `mode-line-buffer-identification'.
9992
9993 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9994
9995         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9996         instead of `member' for `wl-refile-guess-func-list' look-ups.
9997         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9998
9999 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10000
10001         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10002         `wl-message-button-dispatcher'.
10003
10004         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10005
10006         * wl-message.el (wl-message-button-dispatcher): Use it.
10007
10008         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10009         "In-Reply-To".
10010
10011         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10012         Bind `case-fold-search' to t.
10013
10014 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10015
10016         * wl-xmas.el (wl-message-overload-functions): Initialize
10017         `wl-message-button-map'.
10018
10019         * wl-mule.el (wl-message-overload-functions): Initialize
10020         `wl-message-button-map'.
10021
10022         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10023
10024         * wl-message.el (wl-message-button-map): New keymap.
10025         (wl-message-add-button): New function.
10026         (wl-message-button-dispatcher): New function.
10027         (wl-message-button-refer-article): New function.
10028
10029         * wl-highlight.el
10030         (wl-highlight-message-add-buttons-to-header): New function.
10031         (wl-highlight-headers): Use it.
10032
10033 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10034
10035         * wl-summary.el (wl-summary-default-from): Use
10036         `wl-address-get-petname-1'.
10037         (wl-summary-simple-from): Ditto.
10038
10039         * wl-address.el (wl-address-get-petname-1): New inline function.
10040         (wl-address-get-petname): Use it.
10041
10042 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10043
10044         * wl-summary.el (wl-summary-default-from): Return full-name part
10045         from the address if no petname was found.
10046         (wl-summary-simple-from): Ditto.
10047
10048         * wl-address.el (wl-address-get-petname): Return nil if no petname
10049         associated with the address was found.
10050
10051 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10052
10053         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10054         display is finished.
10055
10056 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10057
10058         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10059         `elmo-folder-exists-p' argument.
10060
10061 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10062
10063         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10064         the folder.
10065
10066 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10067
10068         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10069
10070         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10071         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10072
10073 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10074
10075         * wl-folder.el (wl-folder-create-subr): New function.
10076         (wl-folder-confirm-existence): Use it.
10077         (wl-folder-check-one-entity): Use it.
10078         Check the error symbol is derived from 'elmo-open-error.
10079
10080         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10081         `ignore-error'.
10082
10083 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10084
10085         * wl-util.el (toplevel): Add (eval-when-compile (require
10086         'elmo-util)).  (Maybe `provide' is typo.)
10087
10088 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10089
10090         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10091         (I don't know why this was needed.)
10092
10093         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10094         Follow up changes for stream-type.
10095
10096         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10097         (wl-draft-elmo-nntp-send): Ditto.
10098
10099         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10100         (wl-nntp-posting-stream-type): Ditto.
10101         (wl-pop-before-smtp-ssl): Abolished.
10102         (wl-nntp-posting-ssl): Ditto.
10103
10104         * wl-address.el (wl-address-quote-specials): New function.
10105         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10106
10107         * wl-draft.el (wl-draft-reply): Ditto.
10108
10109 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10110
10111         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10112         use function `wl-string-match-assoc'.
10113
10114 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10115
10116         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10117
10118         * wl-draft.el (wl-draft-deduce-address-list): New function.
10119         (wl-draft-parse-mailbox-list): Ditto.
10120         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10121         instead of `smtp-deduce-address-list'.
10122         (wl-draft-on-field-p): Follow group list.
10123
10124         * wl-address.el (wl-address-concat-token): New function.
10125         (wl-address-string-without-group-list-contents): Ditto.
10126         (wl-complete-field-body): Fixed problem of completion
10127         by japanese petname.
10128         (wl-address-make-completion-list): Rewrite.
10129
10130 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10131
10132         * wl-address.el (wl-address-make-completion-list): Completion by
10133         petname.
10134         (wl-complete-field-body): Likewise.
10135
10136 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10137
10138         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10139         contains invalid address syntax.
10140
10141 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10142
10143         * wl-folder.el (wl-folder-check-entity-async): Use
10144         `elmo-nntp-spec-hostname'.
10145
10146 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10147
10148         * wl-summary.el (wl-summary-msgdb-load-async): Use
10149         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10150
10151 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10152
10153         * wl-draft.el (wl-draft-reply): Set argument
10154         `content-transfer-encoding' as nil.
10155
10156 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10157
10158         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10159         `wl-refile-alist'.
10160
10161 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10162
10163         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10164         (wl-draft-edit-string): Ditto.
10165         (wl-draft-forward): Ditto.
10166         * wl-summary.el (wl-summary-write): Ditto.
10167
10168 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10169
10170         * wl-summary.el (wl-summary-sync-update3): Call
10171         `wl-summary-buffer-number-column-detect'.
10172         (wl-summary-buffer-number-column-detect): Search from point-min.
10173
10174 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10175
10176         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10177         contains an address which is not included in original to or cc.
10178
10179 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10180
10181         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10182         begin-line does not exist.
10183         * wl-message.el (wl-message-uu-substring): Ditto.
10184
10185 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10186
10187         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10188         clear local variables.
10189         (wl-summary-exit): Call `elmo-commit'.
10190         (wl-summary-switch-to-clone-buffer): Call
10191         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10192         (wl-summary-goto-folder-subr): Ditto.
10193
10194         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10195         POP folder.
10196
10197 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10198
10199         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10200         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10201         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10202         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10203         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10204         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10205
10206         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10207
10208 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10209
10210         * wl-summary.el (wl-summary-search-by-subject):
10211         Search parent message from the latest one.
10212
10213 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10216         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10217
10218         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10219         New user option.
10220
10221         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10222         if elmo-nntp-use-killed-list is nil.
10223         Use `elmo-msgdb-append-to-killed-list'.
10224         (Append numbers confirmed as disappeared to the killed list.)
10225         (wl-summary-confirm-appends): Don't display negative number.
10226
10227 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10228
10229         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10230
10231 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10232
10233         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10234         range is `all'.
10235         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10236         `elmo-list-bigger-diff'.
10237
10238 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10239
10240         * wl-summary.el (wl-summary-buffer-exit-func):
10241         New buffer local variable.
10242         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10243
10244 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10245
10246         * wl-demo.el (wl-demo): Fix the last change.
10247
10248 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10249
10250         * wl-demo.el (wl-demo): Don't use `eval'.
10251
10252 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10253
10254         * wl-summary.el (wl-summary-buffer-thread-modified):
10255         New buffer-local variable.
10256         (wl-summary-set-thread-modified): New function.
10257         (wl-summary-thread-modified-p): New function.
10258         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10259         (wl-summary-yank-saved-message): Use function
10260         `wl-summary-set-thread-modified'
10261         (wl-summary-switch-to-clone-buffer): Add
10262         `wl-summary-buffer-thread-modified'.
10263
10264         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10265         (wl-summary-buffer-mark-saved-hook): Ditto.
10266         * wl-summary.el (wl-summary-msgdb-save): New hook
10267         `wl-summary-buffer-message-saved-hook' and
10268         `wl-summary-buffer-mark-saved-hook'.
10269
10270 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10271
10272         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10273
10274 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10275
10276         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10277         don't hide scroll bars under FSF Emacsen because it may incur an
10278         undesirable redrawing.
10279
10280 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10281
10282         * wl-draft.el (wl-draft-edit-string): Call
10283         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10284
10285 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10286
10287         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10288
10289 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10290
10291         * wl-summary.el (wl-summary-msgdb-load-async): Call
10292         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10293
10294 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10295
10296         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10297         fringes in demo buffer; center bitmap logo correctly even if old
10298         Mule is used.
10299
10300 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10301
10302         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10303
10304         * wl-refile.el (wl-refile-subject-alist): New variable.
10305         (wl-refile-subject-alist-file-name): Ditto.
10306         (wl-refile-alist-setup): Rewrite.
10307         (wl-refile-alist-save): Use `elmo-object-save'.
10308         Eliminated arguments.
10309         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10310         (wl-refile-guess-by-subject): New function.
10311         (wl-refile-guess-func-list): Added it.
10312
10313 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10314
10315         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10316         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10317
10318 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10319
10320         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10321         New buffer-local variable.
10322         (wl-summary-buffer-next-folder-func): Ditto.
10323         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10324         if non-nil.
10325         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10326         if non-nil.
10327         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10328         if non-nil.
10329         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10330         if non-nil.
10331
10332 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10333
10334         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10335         permanently in the demo buffer.
10336
10337 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10338
10339         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10340         `mime-entity-fetch-field'.
10341
10342         * wl.el (wl-exit): Delete plugged buffer.
10343
10344         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10345         XEmacs has menubar feature.
10346
10347 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10348
10349         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10350         cannot arrive at the beginning of the buffer under old Emacsen.
10351
10352 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10353
10354         * wl-address.el (wl-address-ldap-search):
10355         Call `ldap-search-entries' with `withdn' argument t.
10356         (wl-complete-field-body): Bind completion-ignore-case as t.
10357         Clear ldap search hash when it was sole completion.
10358         Use elmo-string for pattern string.
10359         (wl-ldap-alias-safe-string): Eliminated needless let.
10360
10361 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10362
10363         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10364         (wl-ldap-alias-sep): New constant.
10365         (wl-ldap-search-attribute-type-list): Ditto.
10366         (wl-ldap-get-value): New function.
10367         (wl-ldap-make-filter): Ditto.
10368         (wl-ldap-make-matched-value-list): Ditto.
10369         (wl-ldap-alias-safe-string): Ditto.
10370         (wl-ldap-register-dn-string): Ditto.
10371         (wl-address-ldap-search): Rewrite.
10372
10373 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10374
10375         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10376         thread is deleted.
10377         (wl-thread-delete-line-from-buffer): Ditto.
10378         (wl-thread-get-exist-children): New function.
10379
10380 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10381
10382         * wl-demo.el (wl-demo): Made it to select various image types.
10383         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10384         from `wl-title-logo'.
10385         (wl-logo-ascii): New variable.
10386         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10387         (wl-demo-copyright-notice): New constant.
10388
10389         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10390
10391 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10392
10393         * wl-vars.el (wl-summary-target-above): Renamed from
10394         wl-summary-temp-above.
10395         * wl-score.el (wl-score-get-score-alist): Use it.
10396         (wl-summary-score-update-all-lines): Use it.
10397         * wl-summary.el: Ditto. (make-variable-buffer-local).
10398
10399 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10400
10401         * wl-vars.el (wl-ldap-port): New user option.
10402
10403         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10404         Rewite whole implementation.
10405         (wl-complete-field-body): Fixed.
10406
10407 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10408
10409         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10410         Choose implementation at compile time.
10411
10412 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10413
10414         * wl-address.el (wl-ldap-search-internal): New function.
10415         (wl-complete-field-to): Use it.
10416
10417 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10418
10419         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10420         Use `let' instead of `let*'.
10421         Require 'wl-vars.
10422
10423         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10424         Define as defcustom.
10425         (wl-ldap-base): Ditto.
10426         (wl-use-ldap): Ditto.
10427
10428 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10429
10430         * wl-address.el (wl-ldap-search): New function.
10431         (wl-complete-field-body): Use `wl-ldap-search'.
10432         (wl-ldap-server): New variable.
10433         (wl-ldap-base): Ditto.
10434         (wl-use-ldap): Ditto.
10435
10436 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10437
10438         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10439         (Pointed out by Mito <mit@nines.nec.co.jp>).
10440         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10441         buffer-local variables like `wl-summary-redisplay-internal'.
10442         (wl-summary-redisplay-all-header): Likewise.  Update
10443         Summary view too.
10444
10445 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-summary.el (wl-summary-jump-to-parent-message):
10448         Consider prefix argument.
10449
10450         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10451         when closed thread is deleted.
10452
10453 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10454
10455         * wl-summary.el (wl-summary-jump-to-parent-message):
10456         Consider thread modification.
10457
10458 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10459
10460         * wl-message.el (wl-message-normal-get-original-buffer): Use
10461         `save-excursion'.
10462
10463         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10464         (wl-summary-showto-folder-regexp): Ditto.
10465
10466 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10467
10468         * wl-util.el (wl-delete-alist): Doc fix.
10469         (wl-delete-associations): New function.
10470         (wl-inverse-alist): New function.
10471         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10472         Split temporary variables. Use `wl-delete-associations'
10473         and `wl-inverse-alist'.
10474         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10475
10476 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10477
10478         * wl-folder.el (wl-folder-prefetch-entity):
10479         Execute prefetching if new count is unknown.
10480
10481 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10482
10483         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10484
10485         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10486         delete entity.
10487         (wl-thread-set-parent): If insert as top, set linked as nil.
10488
10489         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10490         `wl-thread-cleanup-symbols' when view mode is thread.
10491
10492 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10493
10494         * wl-folder.el (wl-folder-create-folder-entity): Use
10495         with-current-buffer.
10496         (wl-local-folder-init): Call set-buffer to make sure we are in
10497         the Folder buffer. Don't touch buffer-local variables here.
10498         (wl-folder-mode): Initialize buffer-local variables here.
10499
10500         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10501         (wl-folder-entity-assign-id): Ditto.
10502         (wl-folder-create-entity-hashtb): Ditto.
10503         (wl-local-folder-init): Ditto.
10504         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10505
10506 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10507
10508         * wl-summary.el (wl-summary-default-from): Fix probrem when
10509         std11-extract-address-components return (nil "foo@bar").
10510
10511 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10512
10513         * wl-draft.el (wl-draft-clone-local-variables):
10514         Remove redundant `setq'.
10515
10516 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10517
10518         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10519         Bind wl-highlight-x-face-func as nil while highlighting header.
10520
10521 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10522
10523         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10524
10525 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10526
10527         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10528         elmo-msgdb-overview-hashtb from copy-variables.
10529         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10530         instead of `elmo-msgdb-overview-get-entity-by-number'.
10531         (wl-summary-auto-refile): Ditto.
10532
10533         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10534         `elmo-msgdb-overview-get-entity' instead of
10535         `elmo-msgdb-search-overview-entity'.  Use
10536         `elmo-msgdb-overview-get-entity' instead of
10537         `elmo-msgdb-overview-get-entity-by-number'.
10538         (wl-thread-insert-entity-sub): Ditto.
10539         (wl-thread-insert-message): Ditto.
10540
10541         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10542         `elmo-msgdb-overview-get-entity'.
10543         (wl-normal-message-redisplay): Ditto.
10544
10545 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10546
10547         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10548         `wl-thread-entities'.
10549         (wl-thread-delete-message): Fix remove top message from
10550         `wl-thread-entity-list'.
10551
10552         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10553         wl-append(nconc), because update-list is broken on Meadow.
10554
10555         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10556         updating process.
10557         (wl-summary-rescan): Ditto.
10558         (wl-summary-sync-update3): Ditto.
10559         * wl-thread.el (wl-thread-set-parent): Renamed from
10560         `wl-summary-set-parent'.
10561         (wl-thread-insert-message): Updating buffer faster.
10562         (wl-thread-delete-message): Updating buffer faster.
10563
10564         * wl-score.el (wl-summary-score-update-all-lines): Changed
10565         interval for display progress gauge.
10566
10567 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10568
10569         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10570         folder always-sticky.
10571         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10572         defmacro.
10573
10574 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10575
10576         * wl-vars.el (wl-draft-add-references): New user option.
10577
10578         * wl-draft.el (wl-draft-add-references): New function.
10579         (wl-draft-yank-from-mail-reply-buffer): Use it.
10580         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10581         as nil.
10582
10583 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10584
10585         * wl-thread.el (wl-thread-update-line-msgs): Called
10586         `wl-thread-update-line-on-buffer-sub'.
10587         (wl-thread-update-line-on-buffer): Delete routine of inserting
10588         thread.
10589         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10590         moved from `wl-thread-update-line-on-buffer'.
10591         Add threshold for displaying progress gauge.
10592         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10593         argument of `wl-thread-update-line-msgs'.
10594         Add threshold for displaying progress gauge.
10595         * wl-folder.el:
10596         Add threshold for displaying progress gauge.
10597         * wl-score.el: Ditto.
10598
10599         * wl-expire.el (wl-summary-expire): Display deleting info.
10600
10601 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10602
10603         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10604         `no-msg'.
10605         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10606         argument of `wl-thread-update-line-msgs'.
10607         (wl-summary-set-parent): Added optional argument `parent-number'.
10608         (wl-summary-buffer-saved-message): New buffer local variable.
10609         (wl-summary-save-current-message): New command.
10610         (wl-summary-yank-saved-message): Ditto.
10611         (wl-summary-mode-map): Added key binding for
10612         `wl-summary-save-current-message' (\ew) and
10613         `wl-summary-yank-saved-message' (\C-y).
10614         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10615
10616 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-summary.el (wl-summary-mode-map): Added key binding for
10619         `wl-summary-set-parent' (ts).
10620
10621 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10622
10623         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10624         subject faster. If thread number is reverse, delayed updating
10625         thread.
10626         (wl-summary-search-by-subject): Ditto.
10627         (wl-summary-put-alike): Ditto.
10628         (wl-summary-get-alike): Ditto.
10629         (wl-summary-insert-headers): Insert header of all overview in
10630         buffer.
10631         (wl-summary-rescan): Delayed updating thread. Kill search subject
10632         buffer for wl-summary-search-by-subject.
10633         (wl-summary-sync-update3): Ditto.
10634         (wl-summary-exit): Ditto.
10635         (wl-summary-goto-bottom-of-current-thread): Change for linked
10636         thread.
10637         (wl-summary-overview-create-summary-line): Change line for linked
10638         thread.
10639
10640         * wl-summary.el (wl-summary-update-thread): Use
10641         wl-thread-maybe-get-children-num.
10642         (wl-summary-set-parent): If change parent, move sub thread.
10643         (wl-summary-redisplay-internal): Add horizontal recenter.
10644         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10645
10646         * wl-thread.el (wl-thread-entity-get-linked): New function.
10647         (wl-thread-entity-set-linked): New function.
10648         (wl-thread-create-entity): Add linked element.
10649         (wl-thread-entity-insert-as-top): Use wl-append.
10650         (wl-thread-maybe-get-children-num): If closing thread, return
10651         children msgs.
10652         (wl-thread-update-line-msgs): Displaying progress message.
10653         (wl-thread-update-line-on-buffer-sub): Use
10654         wl-thread-maybe-get-children-num.
10655         (wl-thread-update-line-on-buffer): If update line is not exists,
10656         insert thread.
10657         (wl-thread-delete-message): If delete top msg of thread, search
10658         parent by subject.
10659         (wl-thread-insert-entity): Use
10660         wl-thread-maybe-get-children-num.
10661
10662         * wl-highlight.el (wl-highlight-summary-current-line): change
10663         sregexp for linked thread.
10664         * wl-util.el (wl-count-lines): Count lines.
10665         (wl-horizontal-recenter): horizontal recenter.
10666         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10667         (wl-score-get-alike): Ditto.
10668         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10669         (wl-subject-length-limit): New variable.
10670         (wl-highlight-thread-indent-string-regexp): Changed for linked
10671         thread.
10672
10673 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10674
10675         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10676         New variable (revival).
10677         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10678         by subject matching if there's no in-reply-to nor references field
10679         (revival).
10680
10681 \f
10682 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10683
10684         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10685         message.
10686
10687 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-summary.el (wl-summary-reply): Return t if there was a
10690         message at cursor point.
10691         Added unwind-protect.
10692         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10693         returns t.
10694         (wl-summary-cancel-message): Do nothing when there's no message at
10695         cursor point.
10696         (wl-summary-forward): Ditto.
10697         (wl-summary-jump-to-parent-message): Ditto.
10698         (wl-summary-reedit): Ditto.
10699         (wl-summary-edit-addresses): Ditto.
10700         (wl-summary-pipe-message): Ditto.
10701         (wl-summary-print-message-with-ps-print): Ditto.
10702         (wl-summary-print-message): Ditto.
10703         (wl-summary-mark-as-important): Ditto.
10704         (wl-summary-mark-as-unread): Ditto.
10705
10706         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10707         message at cursor point.
10708         (wl-summary-reply-with-citation): Remove unwind-protect.
10709
10710         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10711         subject searching feature.
10712         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10713         Eliminated.
10714
10715 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10716
10717         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10718         New variable.
10719         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10720         by subject matching if there's no in-reply-to nor references field.
10721
10722         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10723
10724         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10725         when display is finished.
10726         (wl-folder-open-all): Ditto.
10727         (wl-folder-update-access-group): Ditto.
10728         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10729         * wl-thread.el (wl-thread-close-all): Ditto.
10730
10731         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10732         progress gauge only when it was displayed.
10733         * wl-folder.el (wl-folder-insert-entity): Ditto.
10734
10735 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10736
10737         * wl-summary.el (wl-summary-incorporate): Enclose
10738         `wl-summary-sync-force-update' with save-excursion.
10739
10740 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10741
10742         * wl-summary.el (wl-summary-prefetch-region):
10743         Pass current cursor point to `pos-visible-in-window-p' after
10744         moving cursor to the started point.
10745
10746 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10747
10748         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10749
10750         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10751         fields from the forwarding message.
10752         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10753         `ignored-fields'.
10754
10755 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10756
10757         * wl-mime.el (wl-message-request-partial):
10758         Eliminated argument `msgdb'.
10759         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10760         (wl-mime-combine-message/partial-pieces): Likewise.
10761         * tm-wl.el (wl-message-request-partial): Likewise.
10762         (wl-mime-combine-message/partial-pieces): Likewise.
10763
10764 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10765
10766         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10767         when display is finished.
10768
10769 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10770
10771         * wl-summary.el (wl-summary-goto-folder-subr):
10772         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10773
10774 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10775
10776         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10777         when cursor point is visible.
10778
10779 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10780
10781         * wl-expire.el (wl-expire-archive-get-max-number):
10782         Don't use `file-name-directory'.
10783
10784 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10785
10786         * wl-expire.el (wl-expire-archive-get-max-number):
10787         Use `file-name-directory'.
10788
10789 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10790
10791         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10792         only when there is progress.
10793
10794 2000-04-13  Mito <mit@nines.nec.co.jp>
10795
10796         * wl-summary.el (wl-summary-sync-marks): Display progress.
10797
10798 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10799
10800         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10801         (wl-summary-prev): Move cursor regardless of unread status.
10802         (wl-summary-next): Ditto.
10803
10804 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10805
10806         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10807         Added argument `target' and `number'.
10808         * tm-wl.el (wl-summary-burst-subr): New function.
10809         (wl-summary-burst): Use it.
10810
10811 2000-04-10  Mito <mit@nines.nec.co.jp>
10812
10813         * wl-mime.el (wl-burst): New function.
10814         (wl-summary-burst): Use it.
10815
10816 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10817
10818         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10819         as petname when there's no candidate.
10820
10821 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10822
10823         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10824         New variable.
10825         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10826
10827         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10828
10829         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10830
10831 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10832
10833         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10834         Use substring of `original' instead of buffer-substring.
10835         (wl-refile-evaluate-rule):
10836         Set `original' argument of wl-refile-expand-newtext.
10837
10838         * wl-summary.el
10839         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10840         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10841         (wl-summary-auto-refile): Check existence of destination folder just
10842         before marking.
10843
10844 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10845
10846         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10847         when wl-refile-get-field-value return nil.
10848
10849 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10850
10851         * wl-refile.el
10852         (wl-refile-expand-newtext): New function imported from Gnus.
10853         (wl-refile-evaluate-rule): Use it.
10854
10855 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10856
10857         * wl-summary.el (wl-summary-print-destination):
10858         Duplicate folder string to avoid putting text-property on
10859         original string.
10860
10861         * wl-refile.el (wl-refile-get-field-value): New function.
10862         (wl-refile-evaluate-rule): New function;
10863         Evaluate refile rule recursively.
10864         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10865         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10866         New function; Check existence of a target folder recursively.
10867         (wl-summary-auto-refile-check-refile-rule-alist):
10868         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10869
10870 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10871
10872         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10873
10874         * wl-folder.el (wl-create-folder-entity-from-buffer):
10875         Fixed problem when '}' character is contained in folder name.
10876
10877         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10878
10879 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10880
10881         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10882         (wl-fldmgr-add-completion-all-completions):
10883         Use wl-fldmgr-add-completion-hashtb.
10884
10885 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10886
10887         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10888         wl-fldmgr-add-completion-subr): New functions.
10889         * wl-folder.el (wl-folder-completion-func): New variable.
10890         * wl-summary.el (wl-summary-read-folder):
10891         Use wl-folder-completion-func.
10892
10893         * wl-refile.el: Eliminate throw & catch.
10894
10895         * wl.el (wl-plugged-sending-queue-status): Fixed.
10896
10897 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10898
10899         * wl-draft.el (wl-draft): Put category property on
10900         mail-header-separator.