2e59c4cfa691f4d5094f7444fe4654bfbd2e455e
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2
3         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
4         optional 3rd argument of epg-context-set-progress-callback; it was
5         temporarily removed in the Emacs trunk due to copyright problem.
6         (wl-mime-pgp-verify-region-with-epg): Ditto.
7
8 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9
10         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
11
12 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-util.el (wl-biff-check-folders): Set biff flag.
15         (from Naoto Morishima [wl:14031])
16
17 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * wl.el (wl-plugged-server-indent): Use quote instead of
20         backquote.
21
22 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-score.el (wl-score-insert-header): Add guard for
25         `std11-unfold-string'.
26         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
27         TYPE artgument when TO or CC field.
28
29 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-summary.el (wl-summary-goto-folder-subr): Call
32         `elmo-folder-close' instead of `elmo-folder-commit' if discard
33         current summary.
34
35 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-util.el (wl-read-shell-commande): New function or alias.
38
39         * wl-summary.el (wl-summary-pipe-message): Use
40         `wl-read-shell-command' instead of `read-string'.
41         (wl-summary-target-mark-pipe): Ditto.
42
43 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-summary.el (wl-summary-reply): Fix docstring.
46         * wl-draft.el (wl-draft-reply): Ditto.
47
48 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-mime.el (wl-summary-extract-attachments): New command.
51         (wl-summary-extract-attachments-1): New internal function.
52
53 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-expire.el (wl-expire-folder): New function (split from
56         wl-summary-expire).
57         (wl-summary-expire): Use it. Add argument `all' instead of remove
58         `nolist'. Cause an error only if this function is calling
59         interactively.
60
61 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-expire.el (wl-expire-refile): Display progress message.
64         (wl-summary-expire): Simplify.
65
66         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
67         unused argument `deleting-info'.
68
69 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-vars.el (wl-message-popup-buffers): New user option.
72
73         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
74         (wl-message-delete-popup-windows): New function that substitues
75         above one.
76         (wl-mime-setup): Follow the above change.
77
78 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
81
82 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
83
84         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
85         "tkm" to wl-thread-spam.
86
87 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
88
89         * wl-thread.el (wl-thread-entity-insert-as-children): Use
90         wl-thread-entity-set-children.
91         (wl-thread-insert-message, wl-thread-insert-entity-sub,
92         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
93         Use wl-thread-entity-get-*.
94
95 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-mime.el (wl-epg-progress-callback): New function.
98         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
99         with `elmo-with-progress-display'. Set a progress callback
100         function to epg-context.
101         (wl-mime-pgp-verify-region-with-epg): Ditto.
102
103 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-util.el (wl-completing-read-multiple): Define as an alias of
106         `completing-read-multiple' if emacs-version is not less than 22.
107
108 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
109
110         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
111         change.
112
113 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-summary.el (wl-summary-sync-update): Move
116         `wl-thread-update-indent-string-thread' to outside of
117         `elmo-with-progress-display'.
118
119 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-message.el (wl-message-exit): Check buffer existence.
122
123 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-util.el (wl-simple-display-progress): New function.
126         (wl-display-progress-with-gauge): Ditto.
127         (wl-progress-callback-function): Ditto.
128
129         * wl.el (wl-init): Set `elmo-progress-callback-function' as
130         `wl-progress-callback-function'
131
132         * wl-vars.el (wl-display-progress-threshold): New user option.
133         (wl-display-progress-function): Ditto.
134
135         * Version number is increased to 2.15.5.
136
137 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-thread.el (wl-thread-close-children): New function.
140         (wl-thread-open-children): Ditto.
141         * wl-action.el (wl-summary-set-mark): Redo the last change by
142         using it.
143
144         * wl-action.el (wl-summary-set-mark): Undo the last change.
145         Forbid interactive call.
146
147 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-mime.el (wl-define-dummy-functions): New macro.
150         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
151         `wl-mime-pgp-decrypt-region'.
152         (wl-mime-pgp-verify-region-with-epg): Renamed from
153         `wl-mime-pgp-verify-region'.
154         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
155         `wl-mime-pgp-decrypt-region'.
156         (wl-mime-pgp-verify-region-with-pgg): Renamed from
157         `wl-mime-pgp-verify-region'.
158         (wl-mime-pgp-decrypt-region): New function; To select dispatch
159         function at runtime.
160         (wl-mime-pgp-verify-region): Ditto.
161
162         * wl-vars.el (wl-use-pgp-module): New user option.
163
164 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
165
166         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
167         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
168
169 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
172         even if there are target marks only.
173
174 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
175
176         * Version number is increased to 2.15.4.
177
178 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * wl-folder.el (wl-folder-check-one-entity): Simplify.
181
182 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
185         variable.
186
187 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
188
189         * wl-spam.el (wl-thread-test-spam): New function.
190         (wl-spam-setup): Bind "tkc".
191
192 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-expire.el (wl-folder-expire-entity): Rewite without
195         `wl-summary-goto-folder-subr'.
196         (wl-folder-expire-current-entity): Don't kill summary buffer.
197
198 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
199
200         * wl-folder.el (wl-folder-sync-entity): Rewrite without
201         `wl-summary-goto-folder-subr'.
202         (wl-folder-mark-as-read-all-entity): Likewise.
203
204         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
205
206 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * wl-thread.el (wl-thread-force-open): Arranged.
209
210 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
213         from regexp.
214
215         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
216         (wl-read-search-condition-internal): Append them.
217
218 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-vars.el (wl-additional-search-condition-fields):
221         New user option.
222
223         * wl-util.el (wl-search-condition-fields): New function; export
224         from `wl-read-search-condition-internal'.
225         (wl-read-search-condition-internal): Use it.
226
227         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
228
229 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-summary.el (wl-summary-define-sort-command): New function.
232         (wl-summary-sort-by-date, wl-summary-sort-by-number)
233         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
234         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
235         define by `wl-summary-define-sort-command' at runtime.
236
237         * wl.el (wl-init): Call wl-summary-define-sort-command.
238
239 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
242         properties at the decrypting region.
243
244 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-util.el (wl-find-region): New function.
247
248         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
249         coding system.
250         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
251         property `wl-mime-decoded-coding-system'.
252         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
253         property `wl-mime-decoded-coding-system' to encode text.
254
255         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
256         message.
257         (wl-mime-pgp-verify-region): Ditto.
258
259 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
262         buffer. Use epa-display-verify-result.
263
264 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-draft.el (wl-draft-send): Continue even if setting parent
267         flag was failed.
268
269 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-message.el (wl-message-flag-indicator): Fixed the problem
272         of returning string only of parentheses.
273
274 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-summary.el (wl-summary-write): Add argument `folder'.
277         (wl-summary-write-current-folder): Change argument `folder' from
278         optional to require.
279         (wl-summary-get-buffer): Return the buffer associated folder only.
280
281         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
282         change.
283         (wl-folder-toggle-disp-summary): Ditto.
284
285         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
286         current summary as parent-folder.
287
288 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * wl-draft.el (wl-draft-reedit): Don't overwrite
291         wl-draft-parent-folder.
292
293 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
296         (wl-mime-pgp-verify-region): Ditto.
297         (wl-message-decrypt-pgp-nonmime): Use the above function.
298         (wl-message-verify-pgp-nonmime): Likewise.
299         (wl-mime-preview-application/pgp): Likewise.
300
301 2006-04-20  Kenichi Okada  <okada@opaopa.org>
302
303         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
304         Fix about the order of `wl-nntp-posting-port' and
305         `wl-nntp-posting-stream-type'.
306         * wl.el (wl-plugged-port-label-alist): Add smtp.
307
308 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-summary.el (wl-summary-message-status): New macro.
311
312         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
313         (wl-summary-killed-mark): New user option.
314
315         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
316         API change.
317         (wl-thread-insert-entity-sub): Ditto.
318         (wl-thread-recover-messages): New command.
319
320         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
321         Don't call `wl-highlight-summary-current-line' directly.
322         (wl-summary-buffer-attach): Connect to signal `status-changed'
323         instead of `cache-changed'.
324         (wl-summary-buffer-detach): Follow the above change.
325         (wl-summary-detect-mark-position): Follow the API change.
326         (wl-summary-rescan-message): Ditto.
327         (wl-summary-insert-sequential): Ditto.
328         (wl-summary-update-thread): Ditto.
329         (wl-summary-message-mark): Ditto.
330         (wl-summary-persistent-mark): Ditto.
331         (wl-summary-create-line): Ditto.
332         (wl-summary-prefetch-region-no-mark): Call
333         `wl-summary-persistent-mark' with number.
334         (wl-summary-recover-messages-region): New command.
335         (wl-summary-target-mark-recover): Ditto.
336         (wl-summary-recover-message): Ditto.
337         (wl-summary-persistent-mark-string): Add argument `status' instead
338         of remove arguments `flags' and `cached'.  Treat killed status.
339         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
340
341         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
342         (wl-highlight-summary-line-face-spec): Treat killed status.
343         (wl-highlight-summary-line-string): Follow the API change.
344         (wl-highlight-summary-current-line): Ditto.
345
346         * Version number is increased to 2.15.3.
347
348 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
351         of symbolp to test whether the condition is function.
352
353 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
356         to nil.
357
358 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
359
360         * wl-summary.el (wl-summary-buffer-message-ring): New internal
361         variable.
362         (wl-summary-buffer-last-displayed-msg): Abolish.
363         (wl-summary-push-message): New function.
364         (wl-summary-pop-message): Ditto.
365         (wl-summary-goto-folder-subr): Reset
366         `wl-summary-buffer-message-ring'.
367         (wl-summary-pop-to-last-message): New command.
368         (wl-summary-goto-last-displayed-msg): Call
369         wl-summary-pop-to-last-message if optional argument is non-nil or
370         the last command is itself.
371         (wl-summary-redisplay-internal): Push last message number into
372         `wl-summary-buffer-message-ring'.
373
374         * wl-vars.el (wl-summary-message-ring-max): New user option.
375
376 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
379         from `wl-draft-reply').
380         (wl-draft-reply): Use it.
381         (wl-draft-find-reply-headers): Avoid compile warning.
382
383 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
384
385         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
386
387 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-message.el (wl-message-flag-indicator): New function.
390         (wl-message-redisplay): Use it.
391
392 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
395
396 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
399         instead of `read-event'.
400
401         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
402
403         * wl-mule.el (wl-read-event-char): Ditto.
404
405         * wl-e21.el (wl-read-event-char): Ditto.
406
407 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
408
409         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
410
411 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-vars.el (wl-draft-send-confirm-type): New user option.
414
415         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
416
417         * wl-draft.el (wl-draft-send-confirm): Confirmation by
418         `wl-draft-send-confirm-type'
419
420 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
423         Avoid error when the buffer name is already used.
424
425 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
428         the change of elmo-nmz -> elmo-search.
429         (wl-highlight-summary-line-help-echo-alist): Ditto.
430         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
431         (wl-nmz-folder-icon): Define as obsolete.
432         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
433         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
434
435 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-summary.el (wl-summary-get-list-info): Rewrite with
438         `elmo-find-list-match-value'
439
440 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-summary.el (wl-summary-get-list-info): Optimize.
443         Use List-Id and List-Post also.
444
445 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
448
449 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
450
451         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
452
453 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-util.el (wl-completing-read-multiple-1): New internal function.
456         (wl-completing-read-multiple-2): Ditto.
457         (wl-completing-read-multiple): Define use above functions.
458
459         * wl-summary.el (wl-summary-sort): Removed the workaround for a
460         bug of `completing-read-multiple' about default value.
461
462         * wl-xmas.el (wl-completing-read-multiple): Removed.
463
464         * wl-mule.el (wl-completing-read-multiple): Ditto.
465
466         * wl-e21.el (wl-completing-read-multiple): Ditto.
467
468 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-util.el (wl-filter-associations): New function.
471
472         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
473         (wl-spam-ignored-folder-list): Ditto.
474         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
475         (wl-spam-string-member-p): New function.
476         (wl-spam-domain): Use it.
477         (wl-spam-split-numbers): New function.
478         (wl-spam-apply-partitions): Ditto.
479         (wl-spam-register-spam-messages): Use `folder' instead of
480         `wl-summary-buffer-elmo-folder'.
481         (wl-spam-register-good-messages): Ditto.
482         (wl-summary-exec-action-spam): Decide a domain by real folder of
483         message.
484         (wl-summary-exec-action-refile-with-register): Likewise.
485
486 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-e21.el (wl-e21-find-image): New function.
489         (wl-e21-setup-toolbar): Use it instead of `find-image'.
490         (wl-e21-highlight-folder-group-line): Ditto.
491         (wl-folder-init-icons): Ditto.
492         (wl-plugged-init-icons): Ditto.
493         (wl-biff-init-icons): Ditto.
494
495 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
498         (wl-inhibit-save-drafts): New internal variable.
499         (wl-disable-auto-save): Ditto.
500         (wl-save-drafts): Treat above variables.
501         (wl-auto-save-drafts): New function.
502         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
503         `wl-stop-save-drafts'.
504         (wl-start-save-drafts): New function.
505         (wl-stop-save-drafts): Ditto.
506         (wl-set-auto-save-draft): New command.
507
508         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
509         `wl-set-save-drafts'.
510
511 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
514         `make-local-variable' instead of `make-variable-buffer-local'.
515
516 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
517
518         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
519
520 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
523
524 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
527         of working buffer.
528
529 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
532
533         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
534         value into recipients; Bind `wl-draft-remove-group-list-contents'
535         as nil.
536
537 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-summary.el (wl-summary-sort): Fixed the last change.
540
541         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
542         (wl-summary-sort-messages): Ditto.
543         (wl-summary-rescan): Use it.
544         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
545         `completing-read'; Append candidates for reverse order.
546
547 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * Version number is increased to 2.15.2.
550
551 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
552
553         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
554         "Smaller".
555         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
556
557 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
558
559         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
560
561 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-vars.el (wl-draft-additional-header-alist): Add into the
564         customize group `wl-draft'.
565         (wl-draft-add-in-reply-to): Move customize group from `wl' to
566         `wl-draft'.
567         (wl-draft-add-references): Ditto.
568
569         * wl-action.el (wl-summary-print-argument): Rename argument from
570         `folder' to `data'.
571
572 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-summary.el (wl-summary-rescan-message): Call
575         `wl-thread-cleanup-symbols' before insert thread.
576
577 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl.el (wl-init): Set `elmo-get-folder-function' as
580         `wl-folder-make-elmo-folder'.
581
582         * wl-spam.el (wl-summary-exec-action-spam): Use
583         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
584
585         * wl-folder.el (wl-folder-make-elmo-folder): New function.
586         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
587         `elmo-make-folder'.
588         (wl-folder-get-elmo-folder): Ditto.
589         (wl-folder-create-subr): Simplify.
590
591 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
594
595 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
598         contents in message buffer instead of original buffer. If optional
599         argument specified, ask coding system for encode.
600
601 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
602
603         * wl-spam.el (wl-summary-test-spam-region): New function.
604         (wl-spam-setup): Bind "rkc".
605
606 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
609
610 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
611
612         * wl-spam.el (wl-summary-test-spam): Fix typo.
613         (wl-message-check-spam): Ditto.
614
615 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-summary.el (wl-summary-default-from): Simplify.
618
619 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-action.el (wl-summary-exec-action-refile): Simplify.
622         (wl-summary-exec-action-copy): Ditto.
623         (wl-summary-auto-refile): Check existence of temporary mark.
624
625 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-summary.el (wl-summary-create-line): Use
628         `elmo-time-to-datevec'.
629
630         * wl-expire.el (wl-expire-archive-date): Ditto.
631         (wl-expire-localdir-date): Ditto.
632
633         * wl-util.el (wl-day-number): Abolish.
634
635         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
636         of `wl-day-number'.
637         (wl-score-followup): Ditto.
638         (wl-score-add-followups): Ditto.
639         (wl-score-get-latest-msgs): Ditto.
640         (wl-score-get-header-entry): Ditto.
641         (wl-score-edit-insert-date): Ditto.
642
643 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
646         `elmo-message-entity-field' with 2nd argument `type'.
647
648 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
649
650         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
651
652 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-thread.el (wl-thread-delete-message): Delete descendant
655         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
656
657 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
658
659         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
660
661 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
664         `Access folder'.
665
666 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-vars.el (wl-access-folder-icon): New user option.
669
670         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
671         `Access folder'.
672
673 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-summary.el (wl-summary-buffer-set-folder): Use
676         `wl-folder-mime-charset'.
677
678         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
679         `mime-charset'.
680         (wl-folder-get-elmo-folder): Ditto.
681         (wl-folder-mime-charset): New function.
682
683 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-util.el (wl-parse-addresses): Define alias of
686         `elmo-parse-addresses' (move to `elmo-util.el').
687
688         * wl-summary.el (wl-summary-default-from): Follow the API change.
689         (wl-summary-overview-entity-compare-by-date): Ditto.
690         (wl-summary-overview-entity-compare-by-from): Ditto.
691         (wl-summary-get-list-info): Get value of `ml-info' field from
692         entity at first.
693         (wl-summary-rescan-message): Treat prefix argument.
694         (wl-summary-prefetch-msg): Follow the API change.
695         (wl-summary-search-by-subject): Ditto.
696         (wl-summary-insert-thread): Ditto.
697         (wl-summary-line-subject): Ditto.
698         (wl-summary-line-from): Ditto.
699         (wl-summary-create-line): Ditto.
700         (wl-summary-print-message-with-ps-print): Ditto.
701
702         * wl-score.el (wl-score-ov-entity-get): Ditto.
703         (wl-score-followup): Ditto.
704         (wl-score-add-followups): Use `elmo-message-entity-field' instead
705         of `car'.
706         (wl-score-get-latest-msgs): Follow the API change.
707         (wl-score-get-header): Ditto.
708
709         * wl-refile.el (wl-refile-learn): Ditto.
710         (wl-refile-subject-learn): Ditto.
711         (wl-refile-get-field-value): Ditto.
712         (wl-refile-guess-by-history): Ditto.
713         (wl-refile-guess-by-subject): Ditto.
714
715         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
716
717         * wl-expire.el (wl-expire-date-p): Removed.
718         (wl-expire-archive-date): Follow the API change.
719         (wl-expire-localdir-date): Ditto.
720         (wl-summary-expire): Ditto.
721
722         * Version number is increased to 2.15.1.
723
724 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
727         group is access or not (it is not strict, like wl-fldmgr-rename).
728
729 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
732         duplicate call of `wl-summary-print-argument' on the wrong line.
733
734 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
737         even if argument `number' is nil.
738         (wl-summary-insert-line): Print action argument if current message
739         has it.
740
741 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
744         (wl-draft-reply): Ditto.
745         (wl-draft): Add optional argument `parent-number' and call
746         `wl-draft-create-buffer' with it.
747         (wl-draft-create-buffer): Add optional argument
748         `parent-number'. Set wl-draft-parent-number as it.
749
750 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-folder.el (wl-folder-set-persistent-mark): If summary
753         buffer is not for given folder, don't use it.
754
755 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
756
757         * Version number is increased to 2.15.0.
758
759 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
762
763         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
764         (wl-highlight-get-face-by-name): New internal function.
765         (wl-highlight-summary-line-face-spec): Use it and fixed.
766
767 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-summary.el (wl-summary-sync-update): Use
770         `elmo-message-entity-field' instead of `car' to get message-id
771         from overview entity.
772
773         * wl-summary.el (wl-summary-rescan-message): Call
774         `wl-highlight-summary-displaying' when displaying a message.
775
776 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
777
778         * wl-draft.el (wl-draft-config-info-filename): Extracted from
779         `wl-draft-config-info-operation'.
780         (wl-draft-buffer-change-number): New function.
781         (wl-draft-rename-saved-config): Ditto.
782         * wl.el (wl-init): Connect slot for message-number-changed.
783         (toplevel): Add autoload for wl-draft-rename-saved-config.
784
785 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
788         `update-overview'
789         (wl-summary-buffer-detach): Disconnect from it.
790         (wl-summary-rescan-message): Use command.
791
792         * wl-message.el (wl-message-buffer-display): Use
793         `with-current-buffer' instead of `save-excursion'.
794
795 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-mime.el (wl-draft-preview-attributes-list): Protect
798         wl-draft-preview-attributes-list from distraction.
799
800 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
801
802         * wl-summary.el (wl-summary-sync-update): Sort the return value of
803         `elmo-list-diff'.
804
805 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-summary.el
808         (wl-summary-edit-addresses-collect-candidate-fields): Use
809         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
810
811         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
812         instead of `elmo-set-work-buf'.
813
814         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
815         (wl-address-make-address-list): Ditto.
816
817         * Version number is increased to 2.13.3.
818
819 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
822         user option.
823
824         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
825         argument `5'.
826
827         * wl-message.el (wl-message-display-no-merge-p): New function.
828         (wl-message-buffer-display): Check whether the message is
829         reassembled and follow the API change.
830
831 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
834         multibyte on working buffer and removed unnecessary
835         `buffer-disable-undo'.
836
837 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-util.el (wl-read-search-condition-internal): Fixed the last
840         change.
841
842 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
843
844         * wl-util.el (wl-read-search-condition-internal): Protect
845         elmo-global-flags from distraction.
846
847 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
850
851         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
852         (wl-summary-event-handler): Ditto.
853         (wl-summary-update-persistent-mark-on-event): New
854         function (renamed from `elmo-event-handler-flag-changed').
855         (wl-summary-buffer-attach): New function.
856         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
857         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
858         instead of `elmo-folder-add-handler'.
859
860         * Version number is increased to 2.13.2.
861
862 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
865         and "\177" to the `wl-news-previous-page'.
866         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
867         (wl-news-previous-page): New function.
868
869 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
872         instead of `write-region' and simplify.
873
874 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-template.el (wl-template-select): Cause error if
877         `wl-template-alist' is nil.
878
879 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
880
881         * wl-news.el.in: Set file variable `no-byte-compile'.
882
883 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
886         whether a target message is within displaying area.
887         (elmo-event-handler-cache-changed): Ditto.
888
889 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
890
891         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
892         to `defun'.  Use `nconc' instead of `append' to collect descendant
893         message numbers.
894
895 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
896
897         * wl-thread.el (wl-thread-save-top-list)
898         (wl-thread-save-entities): Use `with-temp-buffer'.
899         * wl-news.el.in (wl-news-previous-version-load):
900         (wl-news-previous-version-save): Ditto.
901         * wl-summary.el (wl-summary-load-file-object)
902         (wl-summary-save-view-cache): Ditto.
903
904 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * wl-util.el (toplevel): Require 'elmo-flag'.
907         (wl-read-search-condition): New function (Renamed from
908         `elmo-read-search-condition').
909         (wl-read-search-condition-internal): Likewise.
910
911         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
912         invalid.
913         (wl-summary-pick): Use `wl-read-search-condition' instead of
914         `elmo-read-search-condition'.
915         (wl-summary-virtual): Ditto.
916
917         * wl-folder.el (wl-folder-virtual): Ditto.
918         (wl-folder-pick): Ditto.
919
920         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
921
922 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-summary.el (wl-summary-reedit): Call
925         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
926
927 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-mime.el (toplevel): Require wl-vars.
930
931         * wl-message.el (toplevel): Require cl at compile.
932
933         * wl-draft.el (toplevel): Require elmo.
934
935 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * wl-message.el (wl-message-buffer-prefetch): Count is a number
938         and do nothing when it is not positive.
939         (wl-message-buffer-prefetch-next): Ditto.
940
941 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
944         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
945         (wl-summary-redisplay-internal): Ditto.
946
947         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
948         message (the condition is borrowed from `wl-check-variables-2').
949         (wl-summary-redisplay-internal): Ditto.
950
951 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-mime.el (wl-draft-nntp-attribute): New function.
954         (wl-draft-attribute-nntp-posting-server): Use it.
955         (wl-draft-attribute-nntp-posting-port): Ditto.
956
957         * wl-mime.el (wl-draft-preview-attributes-list): New function.
958         (wl-draft-show-attributes-buffer): Ditto.
959         (wl-draft-hide-attributes-buffer): Ditto.
960         (wl-draft-attribute-newsgroups): Ditto.
961         (wl-draft-attribute-nntp-posting-server): Ditto.
962         (wl-draft-attribute-nntp-posting-port): Ditto.
963         (wl-draft-preview-message): Use there functions.
964
965         * wl-vars.el (wl-draft-preview-attributes-list): Change default
966         value.
967
968 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
971         (wl-draft-reedit): Ditto.
972         (wl-draft-queue-flush): Ditto.
973
974         * wl-mime.el (wl-message-request-partial): Ditto.
975         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
976         instead of `elmo-message-fetch'.
977
978         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
979
980         * wl-summary.el (wl-summary-message-string): Ditto.
981
982 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-util.el (wl-current-message-buffer): Follow the API change.
985
986         * wl-summary.el (wl-summary-redisplay-internal): Call
987         `wl-summary-mark-as-read' with 2nd argument as nil and update
988         unread count instead of persistent mark.
989
990         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
991         variable.
992         (wl-message-redisplay): Follow the API change.
993         (wl-message-buffer-display): Managed mime-entity directly and
994         return preview buffer only.
995         (wl-message-display-internal): Rewrite.
996         (wl-message-buffer-prefetch-subr): Not save return value of
997         `wl-message-buffer-display'.
998
999         * Version number is increased to 2.13.1.
1000
1001 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1004         'elmo-multiple-fields-body-list' with boundary specified.
1005
1006 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1009         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1010         cache if `wl-summary-resend-use-cache' is non-nil.
1011
1012 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1015         (wl-nntp-posting-stream-type): Ditto.
1016
1017 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1018
1019         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1020
1021 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1022
1023         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1024         message.
1025
1026 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1029         Abolish.
1030         (wl-summary-buffer-persistent-mark-version): New internal
1031         variable.
1032         (wl-summary-update-mark-and-highlight-window): Check by
1033         wl-summary-persistent-mark-invalid-p.
1034         (wl-summary-update-status-marks): Ditto.
1035         (elmo-event-handler-flag-changed): Rewrite.
1036         (elmo-event-handler-cache-changed): Define.
1037         (wl-summary-prefetch-msg): Does not update persistent mark here.
1038         (wl-summary-delete-cache): Ditto.
1039         (wl-summary-resume-cache-status): Ditto.
1040         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1041         (wl-summary-persistent-mark-invalid-p): New function.
1042         (wl-summary-validate-persistent-mark): Ditto.
1043         (wl-summary-validate-persistent-mark-string): Ditto.
1044         (wl-summary-invalidate-persistent-mark): Ditto.
1045         (wl-summary-update-persistent-mark): Call
1046         `wl-summary-validate-persistent-mark'.
1047         (wl-summary-create-line): Call
1048         `wl-summary-validate-persistent-mark-string'.
1049
1050         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1051         status as t if cache used.
1052
1053 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1056         only if the target is group.
1057         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1058
1059 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1062
1063 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1064
1065         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1066
1067         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1068
1069 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1070
1071         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1072         (Thanks to Yoichi NAKAYAMA).
1073
1074 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl-util.el (wl-save-drafts): Restore echo area.
1077
1078 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1079
1080         * Version number is increased to 2.13.0.
1081
1082         * wl-util.el (wl-biff-check-folder-async): Use
1083         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1084
1085 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-message.el (wl-message-display-internal): Does not put
1088         wl-message-display-type property on message buffer.
1089         (wl-message-buffer-display-type): New function.
1090
1091         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1092
1093         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1094         `wl-summary-buffer-detach'.
1095         (wl-summary-message-display-type): Use
1096         `wl-summary-buffer-display-type'.
1097
1098 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1101         buffer-local.
1102
1103         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1104         kill-buffer-hook instead of make-local-variable.
1105         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1106
1107 2004-12-12  Scott Renfro <scott@renfro.org>
1108
1109         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1110         regex for square-branket.
1111
1112 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1115         `wl-message-mime-analysis-p' with argument `header'.
1116
1117 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1118
1119         * wl-mime.el (wl-draft-yank-current-message-entity): 
1120         Switch to no-mime following method according to wl-message-display-type
1121         property.
1122         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1123
1124         * wl-message.el (wl-message-display-internal): 
1125         Put wl-message-display-type property on message buffer.
1126
1127         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1128         (wl-message-display-internal): Ditto;
1129
1130         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1131
1132 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-message.el (wl-message-make-display-type): New function.
1135         (wl-message-display-type-property): Ditto.
1136         (wl-message-mime-analysys-p): Ditto.
1137         (wl-message-display-all-header-p): Ditto.
1138         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1139         added `display-type'.
1140         (wl-message-buffer-display): Likewise.
1141         (wl-message-display-internal): Likewise.
1142         (wl-message-buffer-display-type): Abolish.
1143         (wl-message-buffer-prefetch-subr): Follow the API changed.
1144
1145         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1146         from wl-summary-buffer-display-all-header and changed default value.
1147         (wl-summary-message-display-type): New function.
1148         (wl-summary-buffer-display-mime-mode): Ditto.
1149         (wl-summary-buffer-display-header-mode): Ditto.
1150         (wl-summary-toggle-mime): Rewrite with above functions.
1151         (wl-summary-toggle-all-header): Ditto.
1152         (wl-summary-redisplay): Force redisplay with default mode.
1153         (wl-summary-redisplay-internal): Renamed argument from `mode',
1154         `all-header' to `mime-mode', `header-mode'.
1155         Use `wl-message-make-display-type'.
1156
1157         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1158         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1159
1160 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1161
1162         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1163
1164 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1167         in original message buffer.
1168         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1169         buffer.
1170
1171 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1172
1173         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1174
1175 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1178
1179 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1180
1181         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1182         when actions succeeded.
1183         (wl-summary-exec-action-copy): Likewise.
1184
1185 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1188         there is switch-to-buffer at the end of wl-message-select-buffer.
1189         (wl-summary-reply): Ditto.
1190
1191 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-summary.el (wl-summary-forward): Put subject in original
1194         message buffer as argument of wl-draft-forward.
1195         * wl-draft.el (wl-draft-forward): Decode subject as in
1196         wl-draft-reply.
1197
1198 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1201         a folder under access group.
1202
1203 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1206         wl-message-buffer-display.
1207
1208         * wl-util.el (wl-set-save-drafts): Fix typo.
1209
1210 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1213         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1214         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1215         the way to measure the width of a bitmap image; don't put face on
1216         ascii and bitmap images; put the mark which should not use the
1217         variable-pitch face on ascii and bitmap images.
1218         (wl-demo-setup-properties): Don't use the variable-pitch face on
1219         ascii and bitmap images; made it work on Emacs 20 and earlier.
1220         (wl-demo-insert-text): End with a newline at the bottom; don't put
1221         face on text.
1222
1223         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1224
1225 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1228
1229         * wl-util.el (wl-save-drafts): Moved from sample setting.
1230         (wl-set-save-drafts): New function to set idle timer.
1231         * wl-draft.el (wl-draft): Call it.
1232         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1233
1234 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1235
1236         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1237         a summary which has toggle display status off.
1238
1239 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * wl-draft.el (wl-draft-do-fcc): No cache save.
1242
1243 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-summary.el (elmo-event-handler-flag-changed): Use
1246         `set-buffer' instead of `with-current-buffer'.
1247
1248 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-summary.el (wl-summary-after-resize-function): New function.
1251         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1252         window-size-change-functions.
1253
1254 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1255
1256         * wl-draft.el (wl-draft-create-buffer): Bind
1257         `change-major-mode-hook' after current buffer is changed.
1258
1259         * wl-summary.el (wl-summary-buffer-detach): New function.
1260         (wl-summary-buffer-set-folder): Call it.
1261         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1262         change-major-mode-hook and kill-buffer-hook.
1263         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1264         (wl-summary-switch-to-clone-buffer): Ditto.
1265         (wl-summary-goto-folder-subr): Ditto.
1266
1267 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1268
1269         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1270         after boundp check.
1271
1272 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1273
1274         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1275         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1276         for `kill-buffer'.
1277
1278         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1279         handler of current buffer from elmo-folder.
1280
1281 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1284
1285 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1288         variable.
1289         (wl-summary-event-handler): New class.
1290         (elmo-event-handler-flag-changed): Define to update persistent
1291         mark.
1292         (wl-summary-buffer-set-folder): Register event handler to
1293         elmo-folder.
1294         (wl-summary-exit): Unregister event handler.
1295         (wl-summary-goto-folder-subr): Ditto.
1296         (wl-summary-mark-as-read-all): Does not call
1297         `wl-summary-update-persistent-mark' directly.
1298         (wl-summary-mark-as-read-internal): Ditto.
1299         (wl-summary-set-persistent-mark-internal): Ditto.
1300         (wl-summary-set-flags-internal): Ditto.
1301
1302         * Version number is increased to 2.11.33.
1303
1304 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1305
1306         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1307         to nil.
1308
1309 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310
1311         * wl-spam.el (wl-spam-setup): Add hook
1312         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1313         instead of `wl-summary-prepare-hook'.
1314
1315         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1316         if folder type is `'flag'.
1317         (wl-summary-mark-as-important): Ditto.
1318
1319 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-address.el (wl-address-minibuffer-history): New variable.
1322         (wl-address-minibuffer-local-map): New keymap.
1323         (wl-address-read-from-minibuffer): New function.
1324
1325         * wl-action.el (wl-summary-get-resend-address): Use
1326         `wl-address-read-from-minibuffer' instead of `completing-read'.
1327
1328 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * Version number is increased to 2.11.32.
1331
1332 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1333
1334         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1335         without mule to iso-8859-1.
1336         (wl-draft-add-in-reply-to): Add note in description.
1337         (wl-draft-add-references): Ditto.
1338
1339 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1342         definition for `m'.
1343         (wl-summary-mode-line-format): Add '[%m]'.
1344         (wl-message-mode-line-format-spec-alist): Ditto.
1345         (wl-summary-display-mime-mode-list): New variable.
1346
1347         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1348         from wl-summary-buffer-display-as-is.
1349         (wl-summary-buffer-display-all-header): New buffer local variable.
1350         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1351         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1352         instead of wl-summary-buffer-display-as-is.
1353         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1354         (wl-summary-set-persistent-mark): Ditto.
1355         (wl-summary-set-message-buffer-or-redisplay): Just call
1356         `wl-summary-redisplay-internal' without optional arguments.
1357         (wl-summary-toggle-mime): Rewrite.
1358         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1359         (wl-summary-toggle-all-header): New function.
1360         (wl-summary-redisplay-internal): Treat mime mode.
1361
1362         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1363         to wl-mime-preview-follow-no-mime.
1364         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1365         accodring to the display-mode.
1366
1367         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1368         (wl-message-buffer-display): Changed argument name from `as-is' to
1369         `mode'.
1370         (wl-message-display-internal): Ditto;
1371         Bind elmo-mime-display-header-analysis according to the mode.
1372         (wl-message-display-internal): Put wl-message-display-mime-mode
1373         property on entire buffer.
1374
1375 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1378
1379 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1382         Don't extract mail address.
1383         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1384
1385         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1386
1387         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1388
1389 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1390
1391         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1392         wl-fldmgr-cut-entity-list on confirmation.
1393
1394 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1397         (wl-mime-quit-preview): Check existence of
1398         mime-edit-temp-message-buffer here.
1399
1400 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1401
1402         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1403         after deletion.
1404
1405         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1406         before calling wl-mime-quit-preview.
1407
1408 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409
1410         * wl-summary.el (wl-summary-pick): If call it with prefix
1411         argument, set `delete-marks' as non-nil. Pick from only visible
1412         messages.
1413         (wl-summary-check-target-mark): New function.
1414         (wl-summary-target-mark-mark-as-read): Use it.
1415         (wl-summary-target-mark-mark-as-unread): Ditto.
1416         (wl-summary-target-mark-operation): Ditto.
1417         (wl-summary-target-mark-set-flags): Ditto.
1418         (wl-summary-target-mark-save): Ditto.
1419         (wl-summary-target-mark-pick): Ditto.
1420         (wl-summary-target-mark-forward): Ditto.
1421         (wl-summary-target-mark-reply-with-citation): Ditto.
1422         (wl-summary-target-mark-print): Ditto.
1423         (wl-summary-target-mark-uudecode): Ditto.
1424
1425         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1426         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1427         with `ask-coding' is non-nil.
1428
1429 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-thread.el (wl-thread-set-parent): If parent is a message
1432         which is identified by references, set linked as nil.
1433
1434 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1435
1436         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1437         (wl-message-mode-line-format-spec-alist): Ditto.
1438         (wl-message-mode-line-format): Ditto.
1439         (wl-summary-mode-line-format): Ditto for docstring.
1440         (wl-summary-no-mime-folder-list): Fix typo.
1441
1442         * wl-util.el (wl-current-message-buffer): Call
1443         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1444
1445         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1446         variable.
1447         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1448         of `wl-summary-redisplay-no-mime'.
1449         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1450         (wl-summary-toggle-mime): New function.
1451         (wl-summary-redisplay-all-header): Rewrite.
1452         (wl-summary-redisplay-no-mime): Ditto.
1453         (wl-summary-redisplay-internal): Added argument `as-is' and
1454         `all-header'.
1455
1456         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1457         New variable.
1458         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1459         bottom.
1460         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1461         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1462         "/" unconditionally.
1463
1464         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1465         wl-mime-preview-follow-no-mime for as-is content.
1466         (wl-mime-preview-follow-no-mime): New function.
1467         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1468
1469         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1470         and added `as-is', `all-header'.
1471         (wl-message-buffer-display): Ditto.
1472         (wl-message-buffer-display-type): New function.
1473
1474 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-vars.el (wl-message-header-button-alist): Change default
1477         value.
1478         (wl-message-body-button-alist): Ditto.
1479
1480 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1483
1484 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1487
1488 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1489
1490         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1491         is always true.
1492
1493 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1494
1495         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1496         on null entity.
1497
1498 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1499
1500         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1501
1502 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-vars.el (wl-summary-resend-hook): New hook.
1505
1506         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1507         `wl-summary-resend-hook'.
1508
1509 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1510
1511         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1512         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1513         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1514         (wl-summary-new-cached-mark): Changed default value to 'n'.
1515         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1516         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1517         (wl-folder-sync-range-alist): Remove spec for 'flag.
1518         (wl-summary-force-prefetch-folder-list): New user option.
1519
1520         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1521         `wl-summary-toggle-persistent-mark'.
1522         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1523         number is nil.
1524         (wl-summary-mark-as-answered-region): Set interactive argument of
1525         `wl-summary-set-persistent-mark-internal'.
1526         (wl-summary-mark-as-important-region): Ditto.
1527         (wl-summary-unset-persistent-mark): Ditto.
1528         (wl-summary-set-persistent-mark): Ditto.
1529         (wl-summary-mark-as-answered): Ditto.
1530         (wl-summary-mark-as-important): Ditto.
1531         (wl-summary-set-persistent-mark-internal): Do nothing
1532         when `elmo-message-flag-available-p' is nil.
1533         (wl-summary-toggle-persistent-mark): New function.
1534         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1535         when the folder matches `wl-summary-force-prefetch-folder-list'.
1536
1537
1538         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1539         when number is nil.
1540         (wl-highlight-summary-forwarded-face): New face.
1541
1542 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1543
1544         * Version number is increased to 2.11.31.
1545
1546 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1549         (wl-biff-check-folder-async): Ditto.
1550         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1551
1552 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1553
1554         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1555         Add an argument `reverse'.  All callers are updated.
1556         (wl-summary-sort): Add a prefix argument `reverse' to specify
1557         reverse sorting.
1558         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1559         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1560         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1561
1562 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-message.el (wl-message-redisplay): Does not narrow header if
1565         disply-type is all-header or as-is.
1566
1567         * wl-summary.el (wl-summary-enter-handler): Use
1568         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1569
1570 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1573         after adding wl-draft-parent-variables.
1574         (wl-draft-forward): Ditto.
1575
1576 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * wl-summary.el (wl-summary-sync-marks): Call
1579         `wl-summary-set-persistent-mark' and
1580         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1581         (wl-summary-set-persistent-mark-internal): Add 4th argument
1582         `no-server'.
1583         (wl-summary-unset-persistent-mark): Ditto.
1584         (wl-summary-set-persistent-mark): Ditto.
1585         (wl-summary-add-flags-internal): Abolish.
1586         (wl-summary-remove-flags-internal): Ditto.
1587         (wl-summary-mark-as-important-internal): Ditto.
1588         (wl-summary-mark-as-important): Use
1589         `wl-summary-set-persistent-mark' instead of
1590         `wl-summary-add-flags-internal'.
1591         (wl-summary-mark-as-important-region): Ditto.
1592
1593         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1594
1595         * wl-summary.el (wl-summary-get-available-flags): New function.
1596         (wl-summary-sync-marks): Use it and simplified.
1597         (wl-summary-unset-persistent-mark): Use
1598         `wl-summary-get-available-flags'.
1599         (wl-summary-set-persistent-mark): Ditto.
1600
1601 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1604         id.
1605
1606 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1609         number, call `wl-summary-prev-line-content'. Show message when the
1610         message is not found.
1611
1612 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1615         wl-summary-enter-handler.
1616         (wl-summary-enter-handler): New command.
1617
1618         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1619         docstring and custom spec.
1620
1621         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1622         flags too; Don't treat Cached and New.
1623         (wl-summary-set-persistent-mark): Ditto.
1624
1625         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1626         `wl-folder-set-flag'.
1627
1628         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1629         instead of `wl-folder-set-flag'.
1630
1631         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1632         for completion.
1633         (wl-summary-set-persistent-mark): Ditto.
1634
1635         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1636         instead of `wl-draft-quit-preview'.
1637
1638         * wl-mime.el (toplevel): Avoid compile warning.
1639         (wl-mime-quit-preview): New function
1640         (formarly defined as `wl-draft-quit-preview').
1641         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1642         quitting method.
1643
1644         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1645
1646         * wl-folder.el (wl-folder-set-flag): Renamed from
1647         `wl-draft-set-flag-on-parent'.
1648
1649         * wl-draft.el (wl-draft-quit-preview): New function.
1650         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1651         (wl-draft-send): Call `wl-folder-set-flag' instead of
1652         `wl-draft-set-flag-on-parent'.
1653         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1654
1655 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1656
1657         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1658         (wl-draft-send): Ditto.
1659
1660 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1661
1662         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1663         (wl-draft-kill-pre-hook): Set default value as nil.
1664         (wl-summary-reply-hook): Ditto.
1665         (wl-draft-kill-flags): Abolish.
1666
1667         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1668         (wl-draft-parent-variables): Renamed from
1669         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1670         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1671         argument; Add wl-draft-parent-variables to
1672         wl-draft-config-variables.
1673         (wl-draft-reply): Likewise.
1674         (wl-draft-kill-flags): Abolish.
1675         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1676         (wl-draft-set-flag-on-parent): New function.
1677         (wl-draft-setup-parent-flag): Ditto.
1678
1679 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1680
1681         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1682         `wl-draft-parent-folder' is "".
1683
1684 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1685
1686         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1687         (wl-summary-digit-jump): New function.
1688         (Adviced by John Owens and Hiroya Murata)
1689
1690         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1691         (Adviced by John Owens)
1692
1693         * wl-xmas.el (wl-message-define-keymap): Ditto.
1694
1695         * wl-mule.el (wl-message-define-keymap): Ditto.
1696
1697 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1700         change of return value of elmo-folder-count-flags.
1701
1702         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1703         (wl-summary-mark-as-read-internal): Ditto.
1704         (wl-summary-set-persistent-mark-internal): Ditto.
1705         (wl-summary-folder-info-update): Ditto.
1706         (wl-summary-sync-update): Fixed the last change.
1707
1708         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1709
1710 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1711
1712         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1713         (wl-draft-kill-flags): Fixed docstring.
1714
1715         * wl-draft.el (wl-draft-kill-flags): New function.
1716         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1717
1718 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-vars.el (wl-reply-hook): Abolish.
1721         (wl-draft-reply-hook): New hook.
1722         (wl-summary-reply-hook): Ditto.
1723         (wl-draft-forward-hook): Ditto.
1724         (wl-summary-forward-hook): Ditto.
1725         (wl-draft-kill-flags): New variable.
1726
1727         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1728         wl-summary-set-persistent-mark-internal.
1729         (wl-summary-sync-marks): Use elmo-preserved-flags.
1730         (wl-summary-update-persistent-mark): Make it interactive.
1731         (wl-summary-set-persistent-mark-internal): New inline function.
1732         (wl-summary-mark-as-answered): Use it.
1733         (wl-summary-mark-as-unanswered): Ditto.
1734         (wl-summary-unset-persistent-mark): New function.
1735         (wl-summary-set-persistent-mark): Ditto.
1736         (wl-summary-reply): Don't set answered flag;
1737         Run wl-summary-reply-hook instead.
1738         (wl-summary-forward): Call wl-draft-forward with number.
1739         Run wl-summary-forward-hook.
1740
1741         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1742         (wl-highlight-summary-line-face-spec): Use it as a default
1743         persistent mark face.
1744
1745         * wl-draft.el (wl-draft-forward): Added optional argument number;
1746         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1747         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1748         (wl-draft-kill): Use wl-draft-kill-flags.
1749
1750         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1751
1752         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1753         of return value of elmo-folder-count-flags.
1754
1755         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1756
1757         * wl-summary.el (wl-summary-count-unread): Ditto.
1758         (wl-summary-sync-update): Follow the change above.
1759         (wl-summary-force-prefetch): New function.
1760
1761 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1762
1763         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1764         variable `buf' with `let' instead of `setq'.
1765
1766 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1769         add Content-Disposition heaeder on the deleted part.
1770
1771 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1772
1773         * wl-draft.el (wl-draft-save): Encode address list under edit by
1774         `eword-encode-unstructured-field-body'.
1775
1776         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1777
1778 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1781         wl-current-summary-buffer.
1782
1783 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1784
1785         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1786         `numbers' is ignored.
1787
1788 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-folder.el (wl-folder-open-folder): Avoid error.
1791         Reported by John Owens, [wl-en:815]
1792
1793         * wl.el (wl): Set timer for biff process even if prefix argument
1794         is given or auto-checking is quitted.
1795
1796         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1797         immediately.
1798         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1799         (wl-toggle-plugged): Ditto.
1800
1801         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1802         * wl-util.el (wl-biff-start): Use idle timer if
1803         `wl-biff-use-idle-timer' is non-nil.
1804
1805 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-highlight.el (wl-highlight-message): Fix description.
1808
1809 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1810
1811         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1812         tty.
1813
1814 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1815
1816         * wl-action.el (wl-summary-exec): Print failure count.
1817
1818 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1821         to `defun', remove interactive form.
1822         Set elmo-message-fetch-confirm when force-reload is non-nil.
1823
1824 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-summary.el (toplevel): Removed unnecessary autoload.
1827
1828 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1831         the buffer is generated from another message buffer.
1832
1833 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1834
1835         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1836         extracted from `wl-fldmgr-save-folders'.
1837         (wl-fldmgr-delete): Call it after deletion.
1838
1839 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1842         multi-tty support.
1843
1844 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1845
1846         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1847
1848 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1849
1850         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1851         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1852
1853 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1854
1855         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1856         unsubscribe list only if argument CLEAR is nil.
1857
1858 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1859
1860         * wl-draft.el (wl-draft-reply): Decode subject before removing
1861         Re: prefix.
1862
1863 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1864
1865         * wl-summary.el (wl-summary-sort-by-size): New command.
1866
1867 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * wl-summary.el (wl-summary-number-list-from-region): New
1870         function.
1871         (wl-summary-mark-as-read-region): Use it.
1872         (wl-summary-mark-as-unread-region): Ditto.
1873         (wl-summary-set-flags-region): Ditto and add optional argument
1874         remove.
1875         (wl-summary-mark-as-answered-region): Ditto.
1876         (wl-summary-mark-as-important-region): Ditto.
1877         (wl-summary-target-mark-mark-as-important): Added optional
1878         argument remove.
1879         (wl-summary-target-mark-mark-as-answered): Ditto.
1880         (wl-summary-target-mark-set-flags): Ditto.
1881
1882 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-summary.el (wl-summary-set-flags-region): Call
1885         `wl-summary-set-flags-internal' with number list instead of call
1886         one by each message.
1887         (wl-summary-target-mark-set-flags): Likewise.
1888
1889 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1892         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1893         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1894         (wl-summary-target-mark-mark-as-answered): Likewise.
1895
1896 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-summary.el (wl-summary-target-mark-forward): Use
1899         `wl-summary-delete-all-target-marks' instead of
1900         `wl-summary-delete-all-temp-marks'.
1901         (wl-summary-target-mark-reply-with-citation): Ditto.
1902         (wl-summary-target-mark-uudecode): Ditto.
1903         (wl-summary-target-mark-set-flags): Ditto and remove needless
1904         cursor move.
1905
1906 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-summary.el (wl-summary-target-mark-forward): Protect
1909         wl-summary-buffer-target-mark-list from nreverse.
1910         (wl-summary-target-mark-reply-with-citation): Ditto.
1911
1912 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1915         `elmo-display-progress-threshold'.
1916
1917 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1920         check `wl-summary-highlight'.
1921         (wl-summary-window-scroll-functions): Respect value of
1922         `wl-summary-highlight'.
1923         (wl-summary-sync-update): Run hooks
1924         `wl-summary-buffer-window-scroll-functions' at any time.
1925
1926 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1929         from `wl-summary-cleanup-temp-marks'.
1930         (wl-summary-cleanup-temp-marks): Abolish argument.
1931         * wl.el (wl-save-status): Revert previous change.
1932         (wl-execute-temp-marks): New function, call
1933         `wl-summary-exec-with-confirmation'.
1934         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1935         (wl-folder-save-and-exec-marks): Abolished.
1936
1937 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1938
1939         * wl-e21.el (wl-e21-display-image-p): Respect
1940         `wl-highlight-folder-with-icon'.
1941         (wl-e21-highlight-folder-group-line): Highlight mouse line
1942         even if wl-e21-display-image-p is nil.
1943
1944         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1945         Respect value of `wl-summary-highlight'.
1946
1947         * wl.el (wl-save-status): Remove unused variable.
1948
1949         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1950         (wl-folder-mode-map): Bind it to "x".
1951
1952 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1955
1956         * wl-thread.el (wl-thread-get-parent-list): Don't check
1957         disconnected ancestors, neglecting needless work in
1958         `wl-thread-update-indent-string-thread'.
1959
1960         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1961         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1962         argument, add argument default-keep to keep marks by default.
1963
1964         * Version number is increased to 2.11.30.
1965
1966         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1967         customization type and docstring.
1968         (wl-draft-reply-without-argument-list): Ditto.
1969
1970 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1973
1974         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1975
1976 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1979
1980 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1983         save-excursion so as not to include run-hooks.
1984
1985 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1986
1987         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1988         Clarify that marks are going to be cleared.
1989
1990 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1993         according to 3rd element of wl-summary-flag-mark.
1994
1995         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1996
1997 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-action.el (wl-summary-target-mark-all): Don't set
2000         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2001
2002 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2005         (wl-forward-subject-prefix): Ditto.
2006         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2007         (wl-draft-reply-make-subject): Ditto.
2008
2009         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2010         `wl-draft-forward'.
2011         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2012
2013 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2016         target message does not exist.
2017
2018 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2019
2020         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2021         `wl-subject-prefix-regexp'.
2022         (wl-subject-forward-prefix-regexp): New variable.
2023         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2024         `wl-draft-strip-subject-re' and take regexp as argument.
2025         (wl-draft-forward): Use it.
2026         (wl-draft-reply): Ditto.
2027
2028 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2029
2030         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2031         emacs multi-tty support.
2032
2033 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2034
2035         * wl-e21.el (wl-e21-display-image-p): Don't call
2036         `display-images-p'.
2037         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2038         support.
2039         (wl-highlight-folder-current-line): Ditto.
2040         (wl-folder-init-icons): Ditto.
2041
2042 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2043
2044         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2045         the last line of summary in unplugged mode.
2046
2047 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2048
2049         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2050
2051 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2054         * wl-address.el (wl-address-user-mail-address-p): Use it.
2055         (wl-address-delete-user-mail-addresses): Ditto.
2056         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2057
2058         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2059         (wl-address-delete-user-mail-addresses): Ditto.
2060
2061         * wl-address.el (wl-address-delete-user-mail-addresses): New
2062         function.
2063         * wl-refile.el (wl-refile-guess-by-history): Use it.
2064         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2065         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2066
2067         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2068         use wl-address-user-mail-address-p.
2069
2070 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2073         after opening group.
2074
2075 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2078         of elmo-set-buffer-multibyte.
2079
2080         * wl-message.el (wl-original-message-mode): Ditto.
2081
2082         * wl-score.el (wl-score-insert-header): Ditto.
2083
2084         * wl-summary.el
2085         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2086         (wl-summary-goto-folder-subr): Ditto.
2087         (wl-summary-insert-headers): Ditto.
2088
2089         * wl-util.el (wl-set-string-width): Ditto.
2090
2091         * Version number is increased to 2.11.29.
2092
2093 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2096         (wl-highlight-summary-line-help-echo-alist): New variable.
2097         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2098         into `wl-highlight-summary-line-help-echo' and
2099         `wl-highlight-flag-folder-help-echo'.
2100         (wl-highlight-summary-line-string): Change accordingly.
2101         (wl-highlight-summary-current-line): Ditto.
2102
2103 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2104
2105         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2106         at the beginning of field body (Thanks to Markus Knittig).
2107
2108         * wl-draft.el (wl-draft-insert-current-message): Also check
2109         summary buffer, remove unnecessary tag.
2110
2111 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2114         when wl-message-buffer is nil.
2115
2116         * wl-folder.el (wl-folder): Abolish unused argument.
2117         Call wl-folder-init when wl-folder-entity is nil.
2118         * wl.el (wl): Change accordingly.
2119
2120 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2121
2122         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2123         multibyte string before insert into draft buffer.
2124         (wl-draft-create-buffer): Always enable multibyte characters for
2125         draft buffer.
2126
2127         * Version number is increased to 2.11.28.
2128
2129 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * wl-folder.el (wl-folder-open-close): Handle blank line.
2132         (wl-folder-jump-to-current-entity): Ditto.
2133
2134 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2135
2136         * Version number is increased to 2.11.27.
2137
2138 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-thread.el (wl-thread-insert-message): When the thread is
2141         devided by wl-summary-max-thread-depth, insert line at the end of
2142         buffer.
2143
2144 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145
2146         * Version number is increased to 2.11.26.
2147
2148 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2151
2152 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2153
2154         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2155         value of stream-type and session.
2156
2157 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * Version number is increased to 2.11.25.
2160
2161 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2162
2163         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2164         in a quit message.
2165
2166 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2167
2168         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2169         (wl-summary-redisplay-no-mime-internal): Ditto.
2170
2171 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2172
2173         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2174         * wl-vars.el (wl-smtp-connection-type): Ditto.
2175
2176 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2177
2178         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2179         for the separator line and quote mail-header-separator.
2180
2181 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2182
2183         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2184         result message.
2185
2186         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2187         `elmo-multiple-fields-body-list' with boundary as
2188         mail-header-separator.
2189
2190 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2191
2192         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2193
2194 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-util.el (wl-list-diff): Remove unused function.
2197
2198         * wl-draft.el (wl-draft-send-confirm): Discard input before
2199         confirmation.
2200
2201 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2202
2203         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2204         order of flag and new.
2205
2206 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2207
2208         * wl-vars.el (wl-refile-policy-alist): Abolished.
2209
2210         * wl-action.el (wl-summary-set-action-refile): Follow the change
2211         above.
2212
2213 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * wl-highlight.el (wl-highlight-signature-search): Don't use
2216         re-search-backward for a long word since it is possible to crash
2217         XEmacs because of a bug.
2218
2219 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2220
2221         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2222
2223 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2224
2225         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2226         argument for wl-summary-sync-force-update.
2227
2228 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2229
2230         * wl-summary.el (wl-summary-mode-map): Revival of
2231         wl-summary-mark-as-important related bindings;
2232         Bind 'F','tF','mF','rF','m&'.
2233         (wl-summary-mark-as-important-region): Revival.
2234         (wl-summary-target-mark-mark-as-important): Ditto.
2235         (wl-summary-target-mark-operation): New function.
2236         (wl-summary-target-mark-mark-as-answered): Use it.
2237         (wl-summary-decide-flag): Don't set Important as default.
2238         (wl-summary-mark-as-important-internal): Revival.
2239         (wl-summary-mark-as-important): Ditto.
2240
2241         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2242
2243         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2244         instead of facep.
2245
2246 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-dnd.el (wl-dnd-drop-func): Fix.
2249
2250         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2251         mouse-set-point instead of posn-point.
2252
2253         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2254
2255         * wl-mule.el (wl-completing-read-multiple): Ditto.
2256
2257 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2258
2259         * wl-demo.el (face-background-name): Defalias to avoid compile
2260         warning.
2261
2262 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2263
2264         * wl-summary.el (wl-summary-decide-flag): Use
2265         wl-completing-read-multiple instead of completing-read-multiple.
2266
2267         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2268         New alias.
2269
2270         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2271         Use face-background-name instead of face-background.
2272
2273         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2274
2275         * wl-summary.el (wl-summary-save): Use it.
2276         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2277
2278         * wl-mime.el (wl-mime-save-content): Fix last change.
2279
2280 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2281
2282         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2283         New function.
2284         (wl-summary-sort-specs): Added sort.
2285         * wl-mime.el (wl-mime-save-content): Expand file name.
2286
2287 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2290
2291         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2292
2293 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2296         for flag if it is not defined.
2297
2298 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2299
2300         * wl-e21.el (wl-highlight-folder-current-line): Use
2301         elmo-folder-type-internal when elmo-folder-type returns nil.
2302
2303         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2304
2305         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2306
2307         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2308
2309         * wl-e21.el (wl-summary-toolbar): Ditto.
2310
2311         * wl-vars.el (wl-demo-background-color): Abolished.
2312         (wl-summary-persistent-mark-priority-list): Renamed from
2313         wl-summary-flag-priority-list.
2314         (wl-summary-flag-alist): New user option.
2315         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2316         (wl-message-mode-line-format-spec-alist): Added 'F'.
2317         (wl-message-mode-line-format): Likewise.
2318         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2319         instead of wl-summary-important-mark.
2320         (wl-file-folder-icon): New variable.
2321
2322         * wl-thread.el (wl-thread-set-flags): Renamed from
2323         wl-thread-mark-as-important.
2324
2325         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2326         warning.
2327         (wl-summary-mode-menu-spec): Follow the change of 
2328         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2329         (wl-summary-mode-map): Follow the change of
2330         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2331         (wl-summary-detect-mark-position): Follow the variable name change.
2332         (wl-summary-set-flags-region): New function for the replacement of
2333         wl-summary-mark-as-important-region.
2334         (wl-summary-sync-marks): Sync all global-flags.
2335         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2336         instead of elmo-message-flagged-p.
2337         (wl-summary-persistent-mark-string): Follow the variable name change;
2338         Put wl-summary-flag-mark if the message has global-flag.
2339         (wl-summary-target-mark-set-flags): Renamed from 
2340         wl-summary-target-mark-mark-as-important.
2341         (wl-summary-decide-flag): New function.
2342         (wl-summary-set-flags-internal): Renamed from
2343         wl-summary-mark-as-important-internal.
2344         (wl-summary-add-flags-internal): New function.
2345         (wl-summary-remove-flags-internal): Ditto.
2346         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2347         (wl-summary-mark-as-unimportant): Abolish.
2348         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2349         (wl-summary-next-message): List flagged messages in the msgdb.
2350
2351         * wl-score.el (wl-summary-score-update-all-lines): Use
2352         wl-summary-add-flags-internal instead of 
2353
2354         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2355
2356         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2357         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2358         (wl-message-buffer-require-all-header): Renamed from
2359         wl-message-buffer-all-header-flag (Ditto).
2360         (wl-message-buffer-flag-indicator): New variable.
2361         (wl-message-redisplay): Changed local varibale name from `flag' to
2362         `display-type'; Set up wl-message-buffer-flag-indicator.
2363         (wl-message-buffer-display): Changed varibale name from `flag' to
2364         `display-type'.
2365         (wl-message-display-internal): Likewise.
2366
2367         * wl-highlight.el (wl-highlight-demo-face): Define default background
2368         color.
2369         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2370
2371         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2372
2373         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2374         (wl-demo-setup-properties): Renamed from
2375         `wl-demo-set-background-color'.
2376         (wl-demo): Follow the change above.
2377         
2378         * Version number is increased to 2.11.24.
2379
2380 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-summary.el (wl-summary-toggle-thread): Call
2383         `wl-summary-rescan' with disable-thread as non-nil.
2384         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2385
2386 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2387
2388         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2389         foreground property of the face.
2390         (wl-demo-insert-text): Don't set up face property here.
2391         (wl-demo): Call wl-demo-set-background-color, anyway.
2392
2393 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-vars.el (wl-demo-background-color): The value can be nil.
2396
2397 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2398
2399         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2400         to wl-summary-wheel-dispatcher.
2401
2402         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2403         wl-message-wheel-dispatcher.
2404         (wl-message-wheel-dispatcher): New function.
2405         (wl-summary-wheel-dispatcher): Ditto.
2406
2407 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2408
2409         * wl-action.el (wl-summary-target-mark-all): List messages which are
2410         not in the killed-list.
2411
2412         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2413         only when the folder is 'flag/important.
2414
2415         * wl-address.el (wl-complete-field-body): Complete if the last
2416         character is a space.
2417
2418 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2419
2420         * wl-folder.el (wl-folder-clear-entity-info): Use
2421         elmo-clear-hash-val.
2422
2423         * wl-fldmgr.el (wl-fldmgr-rename): Set
2424         wl-folder-info-alist-modified as t.
2425
2426 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2427
2428         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2429
2430 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2433         (wl-folder-buffer-last-visited-entity-id): New buffer local
2434         variable.
2435         (wl-folder-revisit-last-visited-folder): New function.
2436         (wl-folder-mode-map): Bind it to "C-i".
2437         (wl-folder-set-current-entity-id): Set last visited folder.
2438         * wl-summary.el (wl-summary-exit): Ditto.
2439
2440 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2443         before calling `recenter' in order to cope with an XEmacs bug.
2444
2445 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2448         to the default value.
2449
2450 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2453         change.
2454         (wl-summary-sync-marks): Ditto.
2455         (wl-summary-mark-as-read-internal): Ditto.
2456         (wl-summary-mark-as-answered-internal): Ditto.
2457         (wl-summary-mark-as-important-internal): Ditto.
2458         (wl-summary-reply): Ditto.
2459
2460         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2461         instead of `elmo-folder-unflag-answered'.
2462
2463         * Version number is increased to 2.11.23.
2464
2465         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2466         the last change.
2467
2468 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2469
2470         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2471         Specify "spam" or "good".
2472
2473 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2474
2475         * wl-spam.el (wl-summary-exec-action-spam): Call
2476         wl-folder-confirm-existence for spam folder.
2477         (wl-spam-setup): Bind "mk".
2478
2479 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2482
2483 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2486         destination folder is empty.
2487
2488 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2489
2490         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2491         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2492
2493         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2494         (wl-summary-refile-prev-destination-region): New function.
2495         (wl-thread-refile-prev-destination): Ditto.
2496         (wl-summary-target-mark-refile-prev-destination): Ditto.
2497
2498 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2499
2500         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2501         (wl-demo-background-color): Changed default value.
2502
2503         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2504         color.
2505
2506         * wl-demo.el (wl-demo-set-background-color): New function.
2507         (wl-demo): Call it.
2508
2509 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2512         * wl-address.el (wl-address-add-or-change): Don't add empty
2513         address.
2514
2515 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2516
2517         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2518
2519 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2520
2521         * wl-vars.el (wl-demo-image-filter-alist): New variable
2522         (wl-demo-background-color): Ditto.
2523
2524         * wl-demo.el (wl-demo-xpm-set-background): New function.
2525         (wl-demo-image-filter): Ditto.
2526         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2527
2528         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2529
2530         * wl-demo.el (wl-demo-icon-name): Define as function.
2531         (wl-demo-insert-image): Use it.
2532
2533 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2534
2535         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2536
2537 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2538
2539         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2540
2541 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2542
2543         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2544
2545 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2546
2547         * wl-thread.el (wl-thread-mark-as-answered): New function.
2548
2549         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2550         answered" entry.
2551         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2552         "r&" and wl-thread-mark-as-answered to "t&".
2553         (wl-summary-mark-as-important-region): Refine to toggle mark.
2554         (wl-summary-mark-as-answered-region): New function.
2555         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2556         and 3rd argument.
2557         (wl-summary-mark-as-important-internal): Likewise.
2558
2559 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-template.el (wl-template-preview): New internal variable.
2562         (wl-template-preview-p): New function.
2563         (wl-template-show): Bind `wl-template-preview' as t.
2564
2565 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2568         `elmo-message-entity-field' with 3rd argument which is non-nil.
2569
2570 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2573         Removed duplicate local bind `folder'.
2574
2575 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2578
2579 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2582         duplicate definition.
2583
2584 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2587         non-nil, use it; Don't fetch message if there's no message in the
2588         current cursor position.
2589
2590 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2591
2592         * wl-util.el (wl-region-exists-p): Use region-active-p.
2593         (wl-deactivate-region): New function.
2594         * wl-message.el (wl-message-redisplay): Deactivate region.
2595
2596         * wl-summary.el (wl-summary-reply): Call
2597         `wl-summary-set-message-buffer-or-redisplay' instead of
2598         `wl-summary-redisplay-internal', don't move point.
2599
2600 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2603         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2604         by regexp.
2605
2606 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2609         if no need.
2610
2611 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2614         default value to nil.
2615         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2616         `wl-summary-prepare-hook'; Replace refile action to
2617         `wl-summary-exec-action-refile-with-register'.
2618
2619         * Version number is increased to 2.11.22.
2620
2621 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-summary.el (wl-summary-detect-mark-position): Set
2624         `wl-summary-buffer-weekday-name-lang'.
2625
2626 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2627
2628         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2629         (wl-summary-mark-as-read-all): Ditto.
2630         (wl-summary-delete-messages-on-buffer): Ditto.
2631         (wl-summary-sync-update): Ditto.
2632         (wl-summary-mark-as-read-internal): Ditto.
2633         (wl-summary-mark-as-answered-internal): Ditto.
2634         (wl-summary-update-folder-info): Abolished.
2635
2636 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-summary.el (wl-summary-mark-as-read-all): Use
2639         `wl-summary-update-folder-info' instead of
2640         `wl-folder-update-unread'.
2641
2642 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2643
2644         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2645         `wl-summary-folder-info-update'.
2646         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2647         instead of `wl-summary-folder-info-update'.
2648         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2649         `wl-folder-set-folder-updated'.
2650         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2651         instead of `wl-folder-update-unread'.
2652         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2653         the value of `wl-summary-buffer-unread-count' for the second parameter of
2654         `wl-folder-update-unread'.
2655
2656         * Version number is increased to 2.11.21.
2657
2658 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2659
2660         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2661         a local variable.
2662
2663 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2666         interactively.
2667
2668         * wl-summary.el (wl-summary-mark-as-important-internal): New
2669         internal function.
2670         (wl-summary-mark-as-important): Use it.
2671         (wl-summary-mark-as-unimportant): New function.
2672         (wl-summary-sync-marks): Follow the API change.
2673
2674         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2675
2676         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2677
2678 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2679
2680         * wl-folder.el (wl-folder-update-unread): Re-indent.
2681         Narrow the scope of a local variable.
2682
2683 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2684
2685         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2686         (wl-addrmgr-merge-entries): Ditto.
2687         (wl-addrmgr): Added to address entry which exists in draft buffer
2688         if no entry is in original.
2689
2690 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2691
2692         * wl-batch.el: New file.
2693
2694 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2695
2696         * wl-vars.el (wl-use-semi): Remove unused variable.
2697
2698 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2699
2700         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2701         "?".
2702
2703 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2706         wl-summary-new-mark.
2707         (wl-summary-new-cached-mark): New user option.
2708         (wl-summary-score-marks): Follow the change above.
2709         (wl-summary-auto-refile-skip-marks): Ditto.
2710         (wl-summary-incorporate-marks): Ditto.
2711         (wl-summary-expire-reserve-marks): Ditto.
2712
2713         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2714
2715         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2716         (wl-summary-persistent-mark-string): Distinguished between cached
2717         and uncached mark when the message is new.
2718
2719 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720
2721         * wl-spam.el (wl-spam-domain): Renamed from
2722         `wl-spam-folder-guess-domain'.
2723         (wl-summary-exec-action-spam): Register as spam if domain of the
2724         source folder is good.
2725         (wl-summary-exec-action-refile-with-register): Register message if
2726         domain of the source folder is not undecided.
2727
2728 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2729
2730         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2731         detect thread loop.
2732
2733 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2736         and wl-summary-skip-mark-list.
2737
2738 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2739
2740         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2741
2742         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2743
2744         * wl-spam.el (toplevel): Require wl-highlight.
2745         (wl-spam-auto-check-policy-alist): Abolish.
2746         (wl-spam-auto-check-folder-regexp-list): New user option.
2747         (wl-spam-auto-check-marks): Ditto.
2748         (wl-spam-mark-action-list): Ditto.
2749         (wl-highlight-summary-spam-face): New face.
2750         (wl-spam-auto-check-message-p): New function.
2751         (wl-spam-map-spam-messages): Fixed message.
2752         (wl-spam-register-spam-messages): Ditto.
2753         (wl-spam-register-good-messages): Ditto.
2754         (wl-summary-spam-map): Add and remove keybind.
2755         (wl-summary-target-mark-spam): Abolish.
2756         (wl-summary-refile-spam): Ditto.
2757         (wl-summary-test-spam): New function.
2758         (wl-summary-mark-spam): Ditto.
2759         (wl-summary-auto-check-spam): Follow the above change.
2760         (wl-summary-exec-action-spam): New function.
2761         (wl-summary-exec-action-refile-with-register): Fixed message.
2762         (wl-message-check-spam): New function.
2763         (wl-spam-setup): Ditto.
2764         (toplevel): Call it if this file is loaded interactivity.
2765
2766         * Version number is increased to 2.11.20.
2767
2768 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2771         when new optional argument `force' is non nil or modified.
2772
2773 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl.el (toplevel): Require wl-spam when compile.
2776         (wl-save-status): Call wl-spam-save-status.
2777
2778         * wl-spam.el (wl-spam-register-spam-messages): New function.
2779         (wl-spam-register-good-messages): Ditto.
2780         (wl-spam-save-status): Ditto.
2781         (wl-summary-mode-map): Bind
2782         wl-summary-target-mark-register-as-spam to "ms" and
2783         wl-summary-target-mark-register-as-good to "mn".
2784         (wl-summary-register-as-spam): Abolish optional argument; Use
2785         wl-spam-register-spam-messages.
2786         (wl-summary-register-as-spam-all): Use
2787         wl-spam-register-spam-messages.
2788         (wl-summary-register-as-good): Abolish optional argument; Use
2789         wl-spam-register-good-messages.
2790         (wl-summary-register-as-good-all): Use
2791         wl-spam-register-good-messages.
2792         (wl-summary-target-mark-register-as-spam): New funtion.
2793         (wl-summary-target-mark-register-as-good): Ditto.
2794
2795 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-spam.el: New file.
2798
2799 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2802
2803         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2804         (wl-summary-auto-refile): Call wl-refile-guess with
2805         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2806
2807 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2808
2809         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2810         with disable-thread argument non-nil.
2811
2812 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2813
2814         * wl-summary.el (wl-summary-rescan): Added optional argument
2815         disable-thread.
2816         (wl-summary-sync): Call wl-summary-rescan with argument
2817         disable-thread.
2818         (wl-summary-input-range): Added new range `rescan-thread'.
2819
2820 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2821
2822         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2823
2824 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2827         internal variable.
2828         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2829         wl-summary-search-parent-by-subject-regexp and
2830         wl-summary-divide-thread-when-subject-changed as nil.
2831         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2832         (wl-summary-insert-thread): Search parent entity from
2833         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2834         thread loop.
2835
2836 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2837
2838         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2839
2840         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2841
2842         * wl-util.el (wl-require-update-all-folder-p): New function.
2843         (wl-get-assoc-list-value): Added `function' to match directive.
2844         (wl-collect-draft): Rewrite.
2845
2846         * wl-summary.el (wl-summary-sync-update): Clear faces
2847         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2848         are non-nil.
2849         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2850         argument as function.
2851         (wl-summary-input-range): Ditto.
2852
2853         * wl-folder.el (wl-draft-get-folder): New function.
2854         (wl-folder-get-elmo-folder): Consider draft folder.
2855
2856         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2857         (wl-draft-buffer-message-number): New buffer local variable.
2858         (wl-draft-folder-internal): New internal variable.
2859         (wl-draft-delete): Rewrite.
2860         (wl-draft-save): Ditto.
2861         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2862         wl-folder-get-elmo-folder.
2863         (wl-draft-config-info-operation): Ditto.
2864         (wl-jump-to-draft-folder): Ditto.
2865         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2866         (wl-draft-reedit): Rewrite.
2867
2868         * Version number is increased to 2.11.19.
2869         
2870 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2871
2872         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2873         variable.
2874
2875 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2876
2877         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2878         Use ignore-errors instead of unwind-protect.
2879
2880 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2881
2882         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2883         for updating `wl-thread-entity-list'.
2884
2885 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2886
2887         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2888         parameter from calling `wl-thread-entity-get-older-brothers' and
2889         `wl-thread-entity-get-younger-brothers'.
2890         Replace nested `append' with a single one.
2891
2892 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893
2894         * wl-summary.el (wl-summary-mode): Don't use the return value of
2895         `make-local-hook'.
2896
2897 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2898
2899         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2900         instead of `let*'.
2901         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2902         of local variables.
2903
2904 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2905
2906         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2907         Renamed from wl-summary-window-scroll-functions.
2908         (wl-summary-window-scroll-functions): Don't set to variable.
2909         (wl-summary-display-top): Use run-hooks.
2910         (wl-summary-display-bottom): Ditto.
2911         (wl-summary-toggle-disp-msg): Ditto.
2912         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2913         Use it instead of wl-summary-window-scroll-functions.
2914         (wl-summary-goto-folder-subr): Don't call
2915         wl-summary-window-scroll-functions, use
2916         wl-summary-buffer-window-scroll-functions instead.
2917
2918 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2921         make-local-variable.
2922
2923 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2924
2925         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2926         set-buffer-modified-p.
2927         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2928         (wl-summary-display-bottom): Ditto.
2929         (wl-summary-toggle-disp-msg): Ditto.
2930
2931 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2932
2933         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2934
2935         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2936         (wl-summary-forward): Use elmo-message-entity-field instead of
2937         elmo-message-field.
2938
2939         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2940
2941 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * wl-summary.el (wl-summary-window-scroll-functions): No use
2944         `append'.
2945
2946 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2949         function.
2950         (wl-summary-window-scroll-functions): Call it when both
2951         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2952         (wl-summary-temp-mark): Added optional argument number.
2953         (wl-summary-message-mark): Added optional argument flag.
2954         (wl-summary-persistent-mark): Added optional argument number and flag.
2955         (wl-summary-update-persistent-mark): Ditto.
2956         (wl-summary-update-status-marks): Set "r" for interactive spec.
2957
2958         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2959         argument number and flag.
2960
2961         * wl-action.el (wl-summary-registered-temp-mark): 
2962         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2963
2964 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2967         internal variable (buffer local).
2968         (wl-summary-window-scroll-functions): New function.
2969         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2970         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2971         as nil.
2972         (wl-summary-update-status-marks): Added arguments beg, end and
2973         check.
2974         (wl-summary-update-mark-window): Use function.
2975         (wl-summary-sync-update): Follow the change above.
2976         (wl-summary-switch-to-clone-buffer): Copy
2977         wl-summary-buffer-unsync-mark-number-list.
2978         (wl-summary-goto-folder-subr): Set
2979         wl-summary-buffer-unsync-mark-number-list and
2980         use wl-summary-window-scroll-functions instead of
2981         wl-summary-lazy-highlight.
2982
2983         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2984
2985 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2988
2989         * wl-summary.el (wl-summary-update-persistent-mark): Call
2990         wl-summary-set-message-modified.
2991
2992         * wl-summary.el (wl-summary-sync-update): Don't call
2993         wl-summary-update-status-marks.
2994
2995         * Version number is increased to 2.11.18.
2996
2997 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2998
2999         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3000         (wl-message-next-page): Ditto.
3001
3002 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3003
3004         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3005         local variable.  Change the order of a collected list into the
3006         same as the specified range.  Remove nil from a collected list.
3007
3008 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3011         argument for elmo-folder-list-messages.
3012
3013 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3016         change (wl-summary-count-unreads return a list instead of a cons
3017         cell).
3018
3019 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3020
3021         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3022         `wl-summary-folder-info-update'.
3023
3024 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl-summary.el (wl-summary-set-message-modified): No use
3027         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3028         (wl-summary-set-mark-modified): Abolish.
3029         (wl-summary-mark-modified-p): Ditto.
3030         (wl-summary-save-view): Follow the change above.
3031
3032         * wl-expire.el (wl-summary-expire): Likewise.
3033
3034 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-summary.el (wl-summary-detect-mark-position): Use
3037         modb-entity-handler.
3038         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3039
3040         * Version number is increased to 2.11.17.
3041
3042 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3045         entity field value.
3046         (wl-summary-prefetch-msg): Ditto.
3047         (wl-summary-print-message-with-ps-print): Ditto.
3048
3049 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3052         for dummy entity.
3053         (wl-summary-insert-thread): Use elmo-message-entity-field.
3054         (wl-summary-update-thread): Use elmo-message-entity-field and
3055         elmo-message-entity-number.
3056         (wl-summary-line-number):  Use elmo-message-entity-number.
3057         (wl-summary-line-size): Use elmo-message-entity-field.
3058         (wl-summary-line-subject): Ditto.
3059         (wl-summary-line-from): Ditto.
3060         (wl-summary-line-attached): Ditto.
3061         (wl-summary-create-line): Ditto.
3062         (wl-summary-create-line): Use elmo-message-entity-number.
3063         (wl-summary-print-message-with-ps-print): Use
3064         elmo-message-entity-field.
3065
3066 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3069         change in elmo-msgdb-make-message-entity.
3070         (wl-summary-buffer-set-folder): Don't call
3071         wl-summary-detect-mark-position here.
3072         (wl-summary-rescan): Call elmo-message-entity-number.
3073         (wl-summary-sync-update): Ditto.
3074         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3075
3076         * wl-score.el (wl-score-header-index): Redefine 2th element.
3077         (wl-score-overview-entity-get-extra): Abolish.
3078         (wl-score-ov-entity-get): Rewrite.
3079         (wl-score-string-index<, wl-score-string-func<): Abolish.
3080         (wl-score-string<): New function.
3081         (wl-score-string-sort): Use it.
3082
3083         * wl-refile.el (wl-refile-guess-by-history): Use
3084         elmo-message-entity-field.
3085         (wl-refile-guess-by-from): Ditto.
3086         (wl-refile-guess-by-msgid): Ditto.
3087
3088         * Version number is increased to 2.11.16.
3089
3090 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3091
3092         * wl-folder.el (wl-folder-confirm-existence): Don't call
3093         file-exists-p if msgdb-path is nil.
3094         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3095         `wl-read-folder-hist' to `wl-read-folder-history'.
3096
3097 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3098
3099         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3100         `y-or-n-p'.
3101
3102 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * wl-score.el (wl-score-headers): Don't use
3105         elmo-folder-do-each-message-entity.
3106
3107         * Version number is increased to 2.11.15.
3108
3109 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-summary.el (wl-summary-delete-all-msgs): Use
3112         elmo-folder-move-messages instead of elmo-folder-delete-messages
3113         and elmo-folder-detach-messages.
3114         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3115
3116         * wl-expire.el (wl-expire-delete): Ditto.
3117         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3118
3119 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3120
3121         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3122         (wl-message-header-narrowing-fields): Ditto.
3123         (wl-message-header-narrowing-lines): Ditto.
3124         (wl-message-header-narrowing-string): Ditto.
3125
3126         * wl-summary.el (wl-summary-mode-map): Bind
3127         wl-summary-toggle-header-narrowing to "C-cC-f".
3128         (wl-summary-toggle-header-narrowing): New function.
3129
3130         * wl-message.el (wl-message-buffer-create): Call
3131         wl-message-header-narrowing-setup.
3132         (wl-message-redisplay): Call wl-message-header-narrowing.
3133         (wl-message-header-narrowing): New function.
3134         (wl-message-header-narrowing-map): New keymap.
3135         (wl-message-header-narrowing-widen-map): New keymap.
3136         (wl-message-header-narrowing-again-at-mouse): New function.
3137         (wl-message-header-narrowing-1): Ditto.
3138         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3139         (wl-message-header-narrowing-setup): Ditto.
3140         (wl-message-header-narrowing-toggle): Ditto.
3141         
3142         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3143
3144         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3145         'flag as all.
3146         (wl-use-flag-folder-help-echo): New user option.
3147
3148         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3149         wl-summary-highlight as nil.
3150         (wl-summary-set-mark-modified): Follow the API change.
3151         (wl-summary-mark-modified-p): Ditto.
3152         (wl-summary-mark-as-read-all): Ditto.
3153         (wl-summary-sync-marks): Don't call
3154         elmo-folder-list-messages-with-global-mark.
3155         (wl-summary-mark-as-read-internal): Follow the API change.
3156         (wl-summary-mark-as-answered-internal): Ditto.
3157         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3158         Follow the API change.
3159         (wl-summary-create-line): Call with number argument.
3160         (wl-summary-reply): Follow the API change.
3161
3162         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3163         function.
3164         (wl-highlight-summary-line-string): Call it when
3165         wl-use-flag-folder-help-echo is non-nil.
3166         (wl-highlight-summary-current-line): Ditto.
3167         (elmo-flag-folder-referrer): Added autoload setting.
3168
3169         * wl-draft.el (wl-draft-kill): Follow the API change.
3170
3171         * Version number is increased to 2.11.14.
3172         
3173 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3176
3177 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * Version number is increased to 2.11.13.
3180
3181 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-draft.el (wl-draft-previous-history-element): Fixed
3184         unbalanced parenthesis and bind unbound local variables.
3185
3186 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3187
3188         * wl-draft.el (wl-draft-previous-history-element): New function.
3189         (wl-draft-next-history-element): Ditto.
3190         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3191         them to M-p and M-n.
3192
3193 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3194
3195         * Version number is increased to 2.11.12.
3196
3197 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3198
3199         * wl-draft.el (wl-draft-hide): Select buffer-window.
3200
3201 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3202
3203         * wl-summary.el (wl-summary-narrow-to-region): New function.
3204         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3205         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3206         (wl-summary-save-region): Use it.
3207         * wl-action.el (wl-summary-collect-numbers-region)
3208         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3209
3210 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-folder.el (wl-folder-count-incorporates): Don't use
3213         `elmo-msgdb-mark-load'
3214
3215         * Version number is increased to 2.11.11.
3216
3217 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3218
3219         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3220         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3221
3222 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3225
3226 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * Version number is increased to 2.11.10.
3229
3230 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3231
3232         * wl-mime.el (wl-draft-attribute-value): Fixed.
3233
3234 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3235
3236         * wl-util.el (wl-copy-local-variables): New function.
3237
3238         * wl-mime.el (wl-draft-attribute-recipients): New function.
3239         (wl-draft-attribute-envelope-from): Ditto.
3240         (wl-draft-attribute-smtp-posting-server): Ditto.
3241         (wl-draft-attribute-smtp-posting-port): Ditto.
3242         (wl-draft-attribute-value): Ditto.
3243         (wl-draft-preview-message): Use it to get value for
3244         attributes. Reflect result of `wl-draft-config'.
3245
3246         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3247         and call `wl-summary-mark-as-read' before to call
3248         `wl-summary-unset-mark'.
3249         (wl-summary-target-mark-mark-as-unread): Likewise.
3250         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3251
3252 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-mime.el (wl-draft-preview-message): Use actual value for
3255         attributes; Fix for small window.
3256
3257 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-refile.el (wl-refile-get-field-value): Call
3260         `elmo-message-entity-field' with 3rd argument is non-nil.
3261
3262 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-vars.el (wl-draft-preview-attributes): New user option.
3265         (wl-draft-preview-attributes-list): Ditto.
3266         (wl-draft-preview-attributes-buffer-lines): Ditto.
3267         (wl-draft-preview-attributes-buffer-name): Ditto.
3268
3269         * wl-mime.el (wl-draft-preview-message): Display attributes.
3270
3271 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-summary.el (wl-summary-detect-mark-position): Bind
3274         wl-summary-flag-priority-list to '(new).
3275
3276 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3279         funtion.
3280         (wl-highlight-summary-line-string): Use it.
3281         (wl-highlight-summary-current-line): Ditto.
3282
3283 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3286         line even when the mark string is not changed.
3287
3288         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3289         argument change in the wl-summary-create-line.
3290         (wl-thread-insert-entity-sub): Ditto.
3291
3292         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3293         argument change in the wl-summary-create-line.
3294         (wl-summary-insert-sequential): Ditto.
3295         (wl-summary-update-thread): Ditto.
3296         (wl-summary-persistent-mark-string): New inline function.
3297         (wl-summary-message-mark): Use it.
3298         (wl-summary-create-line): Abolish argument wl-persistent-mark
3299         and added wl-flags, wl-cached.
3300
3301         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3302         mark to flags.
3303         (wl-highlight-summary-current-line): Decide the face not by the 
3304         persistent mark but flags.
3305
3306 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3307
3308         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3309         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3310         wl-summary-read-uncached-mark): Revive.
3311         (wl-summary-answered-cached-mark,
3312         wl-summary-answered-uncached-mark): New user option.
3313         (wl-summary-score-marks): Follow the change above.
3314         (wl-summary-auto-refile-skip-marks): Ditto.
3315         (wl-summary-incorporate-marks): Ditto.
3316         (wl-summary-expire-reserve-marks): Ditto.
3317         (wl-summary-flag-priority-list): New user option.
3318
3319         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3320         changes.
3321         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3322         of elmo-message-mark.
3323         (wl-summary-mark-as-read-internal): Ditto.
3324         (wl-summary-mark-as-answered): Ditto.
3325         (wl-summary-mark-as-important): Ditto.
3326         (wl-summary-redisplay-internal): Ditto.
3327         (wl-summary-redisplay-no-mime-internal): Ditto.
3328         (wl-summary-message-mark): New function.
3329         (wl-summary-insert-sequential): Use wl-summary-message-mark
3330         instead of elmo-message-mark.
3331         (wl-summary-update-thread): Ditto.
3332         (wl-summary-persistent-mark): Ditto.
3333         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3334         instead of elmo-message-mark.
3335
3336         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3337         wl-summary-message-mark instead of elmo-message-mark.
3338         (wl-thread-insert-entity-sub): Ditto.
3339         (wl-thread-get-children-msgs-uncached): Ditto.
3340
3341         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3342         variable name changes.
3343         (wl-highlight-summary-current-line): Ditto.
3344
3345         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3346         wl-summary-message-mark instead of elmo-message-mark.
3347
3348         * wl-expire.el (wl-expire-message-p): Ditto.
3349
3350         * wl-score.el (wl-score-headers): Ditto.
3351
3352         * Version number is increased to 2.11.9.
3353
3354         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3355         (wl-summary-sync-update): Follow the change above.
3356         (wl-summary-switch-to-clone-buffer): Ditto.
3357         (wl-summary-open-folder): Ditto.
3358
3359 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3360
3361         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3362         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3363
3364         * Version number is increased to 2.11.8.
3365
3366         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3367
3368         * wl-expire.el (wl-expire-refile): Follow the API change on
3369         `elmo-folder-move-messages'.
3370         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3371
3372         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3373         (wl-summary-exec-action-refile): Ditto.
3374         (wl-summary-exec-action-copy): Ditto.
3375         (wl-summary-no-auto-refile-message-p): No use
3376         `wl-summary-buffer-msgdb'.
3377         (wl-summary-auto-refile): Ditto.
3378
3379 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3380
3381         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3382
3383 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * wl-summary.el (wl-summary-sync): Treat no-sync.
3386
3387         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3388         (wl-default-sync-range): Ditto.
3389
3390 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * wl-refile.el (wl-refile-subject-learn): Call
3393         `elmo-message-entity-field' with 3rd argument is non-nil.
3394         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3395         instead of `elmo-msgdb-overview-entity-get-subject'.
3396
3397 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3398
3399         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3400         scan-type is rescan.
3401         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3402         new optional argument force is non-nil.
3403         (wl-summary-save-view-cache): Call it with force argument non-nil.
3404
3405         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3406
3407 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3408
3409         * wl-action.el (wl-summary-print-argument): Fixed last change.
3410
3411 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3414         simplified.
3415         (wl-summary-target-mark-mark-as-unread): Likewise.
3416         (wl-summary-target-mark-mark-as-important): Likewise.
3417
3418 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3419
3420         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3421         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3422         (wl-summary-mark-as-important-region): Change accordingly.
3423         (wl-summary-target-mark-mark-as-important): Ditto.
3424
3425 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3428
3429         * wl-action.el (wl-summary-print-argument): Print argument to
3430         right side of window if `wl-summary-print-argument-within-window'
3431         is non-nil.
3432
3433 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3434
3435         * wl-action.el (wl-summary-set-mark): Use
3436         `wl-summary-message-visible-p' to check visibility of the message
3437         and jump to message only when the message line is visible and have
3438         different number; Call wl-summary-unset-mark with number argument.
3439         (wl-summary-unset-mark): 
3440         Use `wl-summary-message-visible-p'
3441         to check visibility of the message and jump to message only when
3442         the message line is visible and have different number;
3443
3444 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3445
3446         * Version number is increased to 2.11.7.
3447
3448         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3449         and wl-folder-summary-line-format.
3450
3451         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3452         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3453         (wl-summary-set-score-mark): Use it.
3454         (wl-summary-target-mark-mark-as-read): Ditto.
3455         (wl-summary-target-mark-mark-as-unread): Ditto.
3456         (wl-summary-target-mark-mark-as-important): Ditto.
3457         (wl-summary-target-mark-msgs): Simplified.
3458         (wl-summary-detect-mark-position): Fixed problem when
3459         summary-line-format no contain persisten/temp mark spec.
3460         (wl-summary-temp-mark): Ditto.
3461         (wl-summary-persistent-mark): Ditto.
3462         (wl-summary-update-persistent-mark): Ditto.
3463
3464         * wl-action.el (wl-summary-set-mark): Ditto.
3465         (wl-summary-unset-mark): Ditto.
3466         All other related portions are changed.
3467
3468 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3469
3470         * Version number is increased to 2.11.6.
3471
3472 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-util.el (wl-current-message-buffer): Define as function;
3475         Don't use the value of wl-messge-buffer.
3476
3477         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3478         persistent mark.
3479
3480         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3481         no current message, cause an error.
3482
3483 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3484
3485         * wl-summary.el (wl-summary-set-message-modified): Use
3486         elmo-folder-set-message-modified instead of
3487         elmo-folder-set-message-modified-internal.
3488
3489 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3492         interactively.
3493         (wl-summary-sync): nokill->entirely.
3494         (wl-summary-sync-marks): Fixed message.
3495         (wl-summary-input-range): Added mark, nokill->entirely.
3496
3497         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3498         messages as read.
3499
3500 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3501
3502         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3503         update-noscore.
3504         (wl-summary-sync): Follow the change above.
3505
3506 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3507
3508         * wl-action.el (wl-summary-target-mark-all): Use
3509         elmo-folder-list-messages.
3510
3511 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3512
3513         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3514         (wl-summary-rescan): Set wl-summary-scored as nil.
3515         (wl-summary-sync-force-update): Follow the change above.
3516         (wl-summary-sync): Ditto.
3517         (wl-summary-sync-update): Added argument disable-killed.
3518         (wl-summary-insert-headers): Set visible-only argument for
3519         elmo-folder-list-messages.
3520         (wl-summary-input-range): Added update-nokill, update-noscore,
3521         all-nokill, all-noscore and mark.
3522
3523         * Version number is increased to 2.11.5.
3524
3525         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3526
3527 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3528
3529         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3530         (wl-summary-prefetch-region-no-mark): Change accordingly.
3531         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3532
3533 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3534
3535         * wl-address.el (wl-complete-field-to): Abolished.
3536         (wl-complete-address): Completion function for completing-read.
3537         * wl-action.el (wl-summary-get-resend-address): Use it.
3538
3539         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3540         wl-summary-update-mark and abolish unused argument.
3541         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3542         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3543         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3544         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3545         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3546         * wl-draft.el (wl-draft-kill): Ditto.
3547
3548         * wl-summary.el: Remove unused binding of case-fold-search.
3549         (wl-summary-replace-status-marks): Abolished.
3550
3551 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3554         is specified or folder length is zero.
3555
3556 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3557
3558         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3559         (wl-folder-archive-current-entity): Ditto.
3560
3561 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3564         retrieving message mark.
3565         (wl-summary-redisplay-internal): Ditto.
3566
3567         * wl-message.el (wl-message-buffer-display): Ignore errors while
3568         retrieving message-id field.
3569
3570         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3571         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3572         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3573         order of the arguments for `wl-expire-message-p'.
3574         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3575
3576         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3577         Check return value of wl-summary-reply.
3578         (wl-summary-reply): Recover window configuration when an error occured.
3579
3580 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3581
3582         * wl-summary.el (wl-summary-resend-message): Abolished, the
3583         feature is inherited by wl-summary-resend (put resend mark).
3584
3585 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3588         wl-message-buffer to nil when the message is hide.
3589
3590 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3591
3592         * .cvsignore: New file.
3593
3594 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3595
3596         * wl-action.el (wl-summary-action-docstring): Add more info.
3597         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3598         duplicate definition.
3599         (wl-summary-define-mark-action): Functions wl-summary-*-region
3600         keep current position.
3601         (wl-summary-unregister-target-mark): Store result to the variable.
3602
3603 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * Version number is increased to 2.11.4.
3606
3607 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3610         wl-summary-delete-all-temp-marks.
3611         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3612
3613         * wl-action.el (wl-summary-set-mark): Changed terminology
3614         refile-destination -> action-argument.
3615         (wl-summary-unset-mark): Ditto.
3616         (wl-summary-remove-argument): Ditto.
3617         (wl-summary-print-argument): Ditto.
3618
3619         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3620         (wl-thread-remove-argument-region): Ditto.
3621         (wl-thread-print-argument-region): Ditto.
3622         (wl-thread-close): Ditto.
3623         (wl-thread-open): Ditto.
3624
3625         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3626         (wl-highlight-refile-destination-face is abolished)
3627         (wl-highlight-action-argument-string): Ditto.
3628         (wl-highlight-summary-current-line): Highlight action argument.
3629
3630         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3631         color for light backgrounds.
3632         (wl-highlight-summary-answered-face): Ditto.
3633
3634 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3637
3638         * wl-score.el (wl-summary-score-update-all-lines): Use
3639         wl-summary-set-mark.
3640         (wl-summary-score-update-all-lines): Kill expunged messages.
3641
3642         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3643
3644 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3645
3646         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3647         directly.
3648         (wl-score-overview-entity-get-lines): Ditto.
3649         (wl-score-overview-entity-get-xref): Ditto.
3650         (wl-score-get-latest-msgs): Ditto.
3651         (wl-summary-rescore): Ditto.
3652
3653         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3654         to "&".
3655         (wl-summary-mark-as-answered-internal): New inline function.
3656         (wl-summary-mark-as-answered): New function.
3657         (wl-summary-mark-as-unanswered): Ditto.
3658         (wl-summary-sync-marks): Modified for answered-mark synching.
3659
3660 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661
3662         * wl-action.el (wl-summary-set-mark): Fixed last change.
3663
3664 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3665
3666         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3667         behavior of wl-summary-unread-message-hook
3668         (Pointed out by akira yamada <akira@arika.org>).
3669
3670 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3671
3672         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3673         wl-summary-delete.
3674         * wl-xmas.el (wl-summary-toolbar): Ditto.
3675
3676         * wl-action.el (wl-summary-set-mark): Don't override current
3677         temp-mark.
3678
3679         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3680
3681 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3684         (wl-refile-msgid-learn): Ditto.
3685         (wl-refile-get-field-value): Ditto.
3686
3687         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3688
3689         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3690         (wl-expire-delete-reserved-messages): Renamed from
3691         wl-expire-reserve-marked-msgs-from-list.
3692         (wl-expire-delete): Removed argument `msgdb'.
3693         (wl-expire-refile): Ditto.
3694         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3695         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3696         mark-alist as argument.
3697         (wl-expire-archive-number1): Removed argument `msgdb'.
3698         (wl-expire-archive-number2): Ditto.
3699         (wl-expire-archive-date): Ditto.
3700         (wl-expire-localdir-date): Ditto.
3701         (wl-expire-hide): Ditto.
3702         (wl-archive-number1): Ditto.
3703         (wl-archive-number2): Ditto.
3704         (wl-archive-date): Ditto.
3705         (wl-archive-folder): Ditto.
3706         All other related portions are changed.
3707
3708 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3709
3710         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3711         mean move up and down. (suggested by Takashi Kawachi)
3712
3713 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-acap.el (toplevel): Don't require un-define.
3716
3717 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-thread.el (wl-thread-delete-message): Always update
3720         wl-summary-buffer-number-list.
3721
3722         * wl-action.el (wl-summary-print-destination): 
3723         Do nothing when folder is nil.
3724
3725 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3726
3727         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3728         persistent mark when prefetch is succeeded.
3729
3730 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3733         instead of elmo-msgdb-delete-msgs.
3734         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3735         (wl-expire-hide): Ditto.
3736
3737         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3738
3739         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3740         elmo-msgdb interface.
3741         (wl-thread-get-exist-children): Likewise.
3742         (wl-thread-insert-message): Likewise.
3743         (wl-thread-msg-mark-as-important): Likewise.
3744         (wl-thread-insert-entity-sub): Likewise.
3745         (wl-thread-get-children-msgs-uncached): Likewise.
3746
3747         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3748         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3749         (wl-summary-sync-update): Likewise.
3750         (wl-summary-auto-select-msg-p): Likewise.
3751         (wl-summary-update-thread): Likewise.
3752         (wl-summary-mark-as-important): Likewise.
3753         (wl-summary-jump-to-msg-internal): Likewise.
3754         (wl-summary-redisplay-internal): Likewise.
3755         (wl-summary-print-message-with-ps-print): Likewise.
3756         (wl-summary-folder-info-update): Likewise.
3757
3758         * wl-folder.el (wl-folder-check-one-entity):
3759         elmo-folder-count-flags instead of wl-summary-count-unread.
3760
3761         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3762
3763         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3764
3765         * wl-summary.el (wl-summary-set-message-modified): 
3766         Call wl-summary-set-mark-modified.
3767         (wl-summary-delete-messages-on-buffer): Call
3768         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3769         (wl-summary-sync-update): Call elmo-folder-length instead of
3770         elmo-folder-messages.
3771         (wl-summary-insert-headers): Don't call
3772         elmo-folder-list-message-entities.
3773
3774 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3775
3776         * wl-action.el (wl-summary-define-mark-action): Call
3777         `wl-summary-set-mark' with argument `data'.
3778         (wl-summary-auto-refile): Fixed order of arguments when call
3779         `wl-summary-refile'.
3780
3781 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3784
3785         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3786
3787         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3788         (Renamed from wl-highlight-summary-deleted-face).
3789         (wl-highlight-summary-resend-face): New face.
3790
3791         (wl-highlight-summary-deleted-face): Renamed from
3792         wl-highlight-summary-erased-face.
3793
3794         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3795
3796         * wl-action.el (wl-summary-get-resend-address): New function.
3797         (wl-summary-exec-action-resend): Ditto.
3798         (wl-summary-exec-action-resend-subr): Ditto.
3799
3800         * w-thread.el (wl-thread-copy): Removed definition.
3801         (wl-thread-refile): Ditto.
3802         (wl-thread-delete): Ditto.
3803         (wl-thread-target-mark): Ditto.
3804
3805         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3806         (wl-summary-target-mark-set-action): Fixed.
3807         (wl-summary-define-mark-action): Fixed quotation.
3808         (wl-summary-move-mark-list-messages): Display message.
3809         (wl-summary-define-mark-action): Define thread functions.
3810         (wl-summary-exec-action-refile): Changed message.
3811         (wl-summary-exec): Ditto.
3812
3813 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3814         
3815         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3816         '%%'.
3817
3818 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3819
3820         * wl.el (toplevel): Require wl-action.
3821         (wl-init): Call wl-summary-define-mark-action.
3822
3823         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3824
3825         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3826         wl-summary-delete and wl-summary-erase.
3827         (wl-summary-mode-map): Ditto.
3828
3829         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3830         wl-delete-folder-alist.
3831
3832         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3833         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3834         (toplevel): Moved mark & action related functions to the wl-action.el.
3835
3836         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3837         in wl-summary-mark-action-list.
3838         (wl-highlight-summary-current-line): Ditto.
3839
3840         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3841         empty lines.
3842
3843         * wl-action.el: New file. 
3844
3845 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3846
3847         * wl-summary.el (wl-summary-target-mark-replace): New function.
3848         (wl-summary-target-mark-prefetch): Use it.
3849         (wl-summary-target-mark-delete): Ditto.
3850         (toplevel): Rearranged definition order.
3851         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3852         (wl-summary-target-mark-erase): Rewrite.
3853         (wl-summary-erase-region): New function.
3854         (wl-summary-exec-action-erase): Changed message.
3855         (wl-summary-move-mark-list-messages): New function.
3856         (wl-summary-exec-action-delete): Use it.
3857         (wl-summary-exec-action-erase): Ditto.
3858
3859         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3860         (wl-summary-skip-mark-list): Added "d".
3861
3862         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3863         while searching.
3864
3865         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3866         and define using defcustom;
3867         Define 4th element as a face.
3868         
3869         * wl-summary.el (wl-summary-incorporate): Use 
3870         `wl-summary-prefetch-region-no-mark' instead of
3871         `wl-summary-prefetch-region'.
3872         (wl-summary-prefetch-region-no-mark): Revival of old
3873         `wl-summary-prefetch-region'.
3874         (wl-summary-mark-action-list): Moved to wl-vars.el
3875
3876         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3877         face according to the `wl-summary-mark-action-list'.
3878         (wl-highlight-summary-current-line): Ditto;
3879         Removed destination highlighting.
3880
3881         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3882         (wl-highlight-summary-line-string): Highlight for "i" mark.
3883         (wl-highlight-summary-current-line): Ditto.
3884
3885         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3886         no destination.
3887
3888         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3889         exists, just go ahead.
3890         (wl-summary-prefetch-region): Rewrite.
3891         (wl-summary-prefetch): Ditto.
3892         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3893         (wl-summary-exec-action-prefetch): New function.
3894         (wl-summary-target-mark-prefetch): Rewrite.
3895
3896 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3899         (wl-highlight-summary-line-string): Added "d" and "D".
3900         (wl-highlight-summary-current-line): Ditto.
3901
3902         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3903         in wl-summary.el.
3904         (wl-thread-insert-entity-sub): Ditto.
3905         (wl-thread-remove-destination-region): Ditto.
3906         (wl-thread-print-destination-region): Ditto.
3907
3908         * wl-summary.el (wl-summary-buffer-refile-list,
3909         wl-summary-buffer-delete-list,
3910         wl-summary-buffer-copy-list): Abolish.
3911         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3912         All other related portions are changed.
3913         (wl-summary-mark-action-list): New variable.
3914         (wl-summary-set-mark): New function.
3915         (wl-summary-register-target-mark): Ditto.
3916         (wl-summary-unregister-target-mark): Ditto.
3917         (wl-summary-have-target-mark-p): Ditto.
3918         (wl-summary-register-temp-mark): Ditto.
3919         (wl-summary-unregister-temp-mark): Ditto.
3920         (wl-summary-registered-temp-mark): Ditto.
3921         (wl-summary-collect-temp-mark): Ditto.
3922         (wl-summary-unset-mark): Ditto.
3923         (wl-summary-set-target-mark): Ditto.
3924         (wl-summary-unset-target-mark): Ditto.
3925         (wl-summary-set-action-generic): Ditto.
3926         (wl-summary-unset-action-generic): Ditto.
3927         (wl-summary-exec-action-delete): Ditto.
3928         (wl-summary-exec-action-erase): Ditto.
3929         (wl-summary-set-action-refile): Ditto.
3930         (wl-summary-set-action-refile-subr): Ditto.
3931         (wl-summary-unset-action-refile): Ditto.
3932         (wl-summary-make-destination-numbers-list): Ditto.
3933         (wl-summary-exec-action-refile): Ditto.
3934         (wl-summary-set-action-copy): Ditto.
3935         (wl-summary-unset-action-copy): Ditto.
3936         (wl-summary-exec-action-copy): Ditto.
3937         (wl-summary-collect-numbers-region): Ditto.
3938         (wl-summary-delete): Rewrite.
3939         (wl-summary-erase): Ditto.
3940         (wl-summary-remove-destination): Ditto.
3941         (wl-summary-exec): Ditto.
3942         (wl-summary-exec-region): Ditto.
3943         (wl-summary-target-mark-erase): Ditto.
3944         (wl-summary-refile): Ditto.
3945         (wl-summary-copy): Ditto.
3946         (wl-summary-unmark): Ditto.
3947         (wl-summary-delete-all-mark): Ditto.
3948         (wl-summary-mark-line): Don't highlight.
3949         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3950         (wl-summary-target-mark-refile-subr): Rewrite.
3951
3952         (wl-summary-copy-prev-destination): Abolish.
3953
3954 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3955
3956         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3957         default values along the value of wl-on-mule.
3958         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3959         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3960         It is not used anywhere.
3961
3962 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3963
3964         * wl-summary.el (wl-summary-print-destination): Keep position.
3965         (wl-summary-cursor-move-surface): Keep horizontal position.
3966
3967 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3968
3969         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3970         write sendlog.
3971
3972 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3973
3974         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3975         `wl-summary-highlight'.
3976
3977 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3978
3979         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3980         trivial condition for temp-mark.
3981
3982 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3983
3984         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3985         when it hits killed buffer.
3986
3987 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3988
3989         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3990         * wl-news.el.in: `message' and `error' take format string.
3991
3992 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3993
3994         * wl-folder (wl-folder-insert-entity): Display a message,
3995         `...done', when the work finish.
3996         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3997
3998 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3999
4000         * wl-message.el (wl-message-redisplay): Remove unused local
4001         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4002
4003 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4004
4005         * wl-summary.el (wl-summary-replace-status-marks): Disable
4006         interactive use.
4007         (wl-summary-reedit): Check message existence at first.
4008         (wl-summary-mark-line): Fix doc, return value is indefinite.
4009
4010         * wl-highlight.el (wl-highlight-message): Arranged.
4011
4012         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4013         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4014         check temp-mark by wl-summary-temp-mark always.
4015         (wl-highlight-summary): Change accordingly.
4016         * wl-summary.el (wl-summary-mark-as-read-all)
4017         (wl-summary-delete-cache, wl-summary-set-score-mark)
4018         (wl-summary-mark-as-unread, wl-summary-unmark)
4019         (wl-summary-mark-line, wl-summary-mark-as-read)
4020         (wl-summary-mark-as-important): Ditto.
4021
4022         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4023         end of the window if possible.
4024         * wl-summary.el (wl-summary-sync-update): Support lazy
4025         highlighting.
4026         (wl-summary-toggle-disp-msg): Ditto.
4027
4028 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4029
4030         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4031
4032 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4033
4034         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4035         change.
4036
4037 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4040         API.
4041         (wl-summary-sync-update): Ditto.
4042
4043         * wl-score.el (wl-score-get-score-alist): Changed argument.
4044         (wl-summary-rescore-msgs): Likewise.
4045         (wl-summary-score-headers): Likewise.
4046         (wl-score-headers): Likewise;
4047         Use elmo-folder-do-each-message-entity, etc.
4048         (wl-summary-score-effect): Follow the changes above.
4049         (wl-summary-rescore): Ditto.
4050         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4051         (wl-score-get-overview): Abolish.
4052
4053         * wl-summary.el (wl-summary-default-from): Follow the API change in
4054         elmo-msgdb.
4055         (wl-summary-count-unread): Ditto.
4056         (wl-summary-detect-mark-position): Ditto.
4057         (wl-summary-overview-entity-compare-by-date): Ditto.
4058         (wl-summary-overview-entity-compare-by-number): Ditto.
4059         (wl-summary-overview-entity-compare-by-from): Ditto.
4060         (wl-summary-overview-entity-compare-by-subject): Ditto.
4061         (wl-summary-get-list-info): Ditto.
4062         (wl-summary-rescan): Ditto.
4063         (wl-summary-jump-to-msg-by-message-id): Ditto.
4064         (wl-summary-sync-update): Ditto; Removed comment.
4065         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4066         (wl-summary-insert-message): Use wl-summary-insert
4067         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4068         (wl-summary-insert-headers): Changed argument overview to folder.
4069         (wl-summary-search-by-subject): Likewise.
4070         (wl-summary-insert-thread): Renamed from 
4071         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4072
4073         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4074         too.
4075
4076         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4077         wl-string-member.
4078
4079 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4082         elmo-folder-append-buffer.
4083         (wl-draft-queue-append): Likewise.
4084
4085         * wl-mime.el (wl-message-delete-current-part): Ditto.
4086         (wl-summary-burst-subr): Ditto.
4087
4088         * wl-news.el.in (wl-news-send-news): Ditto.
4089
4090 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4093         function.
4094         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4095         (wl-summary-update-mark): Enclose with save-excursion.
4096         (wl-summary-mark-as-read-internal): Fixed last change.
4097         (wl-summary-mark-as-important): Use 3rd argument of
4098         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4099         Don't use elmo-msgdb-set-mark.
4100         (wl-summary-redisplay-internal): If msgdb flag is already read,
4101         just update the mark on buffer.
4102
4103 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4104
4105         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4106         cut visible folder when elmo-folder-delete returns non-nil value.
4107
4108 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109
4110         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4111         by Kenichi OKADA <okada@opaopa.org>).
4112
4113 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4116
4117 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4118
4119         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4120         Fixed the last change, search group entity by its real name.
4121         (Thanks to: KOBAYASHI Shinji)
4122
4123 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4124
4125         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4126         (wl-fldmgr-access-display-all): Don't refer visible name.
4127         * wl-expire.el (wl-folder-archive-current-entity)
4128         (wl-folder-expire-current-entity): Ditto.
4129         * wl-folder.el (wl-folder-jump-to-current-entity)
4130         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4131         (wl-folder-open-folder-sub,wl-folder-open-all)
4132         (wl-folder-write-current-folder): Ditto.
4133         (wl-folder-insert-entity): Don't use petname for normal group.
4134         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4135         is the real name.
4136         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4137         Abolished.
4138
4139 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4140
4141         * wl-draft.el (wl-draft-create-buffer): Add
4142         `wl-summary-reply-with-citation'
4143
4144 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4145
4146         * wl-draft.el (wl-draft-reply): Fixed.
4147
4148 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4151         when `wl-draft-send-confirm-with-preview' is non-nil.
4152         You can scroll up/down by j/k.
4153         (wl-draft-send-confirm-with-preview): New variable (default=t).
4154
4155 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4158         (wl-fldmgr-save-folders): Fix comment.
4159
4160 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4163         along the last change in `wl-folder-buffer-group-p'.
4164
4165 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4168         folder.
4169
4170         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4171         the default value.
4172
4173         * wl-mime.el (wl-summary-burst): Update summary only when target
4174         folder equals current folder.
4175
4176 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4179
4180 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4183         value.
4184
4185 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4188         `map-extents' instead of `extent-at' repeatedly.
4189         (wl-highlight-folder-current-line): Ditto.
4190
4191         * wl-highlight.el: Remove useless dummy functions.
4192
4193 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4196         (wl-folder-put-folder-property): New function to put text property.
4197         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4198         (wl-folder-insert-entity, wl-folder-update-diff-line)
4199         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4200         * wl-e21.el, wl-xmas.el, wl-mule.el
4201         (wl-highlight-folder-current-line): Ditto.
4202         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4203         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4204         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4205         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4206
4207 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * Version number is increased to 2.11.3.
4210
4211 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4212
4213         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4214         Resume current-buffer since it is assumed by remaining tasks.
4215
4216 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4217
4218         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4219         (wl-folder-completion-function): Abolished.
4220         (wl-folder-complete-folder): New function.
4221         (wl-folder-complete-filter-condition): Ditto.
4222         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4223         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4224
4225 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-draft.el (wl-draft-send-confirm): New function.
4228         (wl-draft-send): Use it.
4229
4230         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4231         cursor-in-echo-area while confirming.
4232
4233         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4234
4235         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4236         searching via nntp if wl-summary-search-via-nntp is 'force.
4237         Otherwise, invoke searching in nntp folder only.
4238         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4239
4240         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4241         explicitly for mime-make-text-tag.
4242
4243 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4244
4245         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4246         `mime-make-text-tag' instead of `mime-create-tag'.
4247
4248 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4249
4250         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4251         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4252
4253 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-score.el (wl-score-save): Bind print-length and print-level.
4256         (wl-score-pretty-print): Ditto.
4257         (wl-score-edit-insert-header-entry): Ditto.
4258
4259         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4260         "From" entry to be treated with wl-draft-eword-encode-address-list.
4261         * wl-mime.el (wl-draft-preview-message): Ditto.
4262
4263         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4264         (wl-summary-mark-as-unread): Ditto.
4265         (wl-summary-mark-as-read-region): Change accordingly.
4266         (wl-summary-mark-as-unread-region): Ditto.
4267         (wl-summary-target-mark-mark-as-read): Ditto.
4268         (wl-summary-target-mark-mark-as-unread): Ditto.
4269
4270 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4271
4272         * Version number is increased to 2.11.2.
4273
4274 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-news.el.in (wl-news-previous-version-save): Bind
4277         print-length and print-level.
4278         * wl-thread.el (wl-thread-save-entities): Ditto.
4279         (wl-thread-save-top-list): Bind print-length.
4280
4281 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-highlight.el (wl-highlight-summary-line-string): Use
4284         wl-summary-score-below-mark, wl-summary-score-over-mark.
4285         (wl-highlight-summary-current-line): Ditto.
4286
4287 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4288
4289         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4290         insert it.
4291
4292 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4295
4296 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4299         message without msgid.
4300         Rewrite with elmo-folder-move-messages.
4301         Set wl-message-buffer to nil.
4302
4303         * wl-summary.el (wl-summary-erase-subr): New function. Use
4304         elmo-folder-move-messages.
4305         (wl-summary-erase): Call it.
4306         (wl-summary-target-mark-erase): Ditto.
4307
4308 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4311         it is not up-tp-date.
4312
4313 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4314
4315         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4316         buffer after calling `wl-summary-goto-folder-subr' without the
4317         argument `interactive'.
4318         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4319
4320 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4321
4322         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4323         `mime-create-tag'. Use `string=' instead of `looking-at'.
4324
4325 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4328         to avoid compile warning.
4329
4330         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4331         entity-id when folder is given.
4332         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4333         save-excursion, use save-selected-window instead.
4334         Select folder buffer window if exists.
4335         (To correct behavior with wl-folder-move-cur-folder.)
4336
4337 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4338
4339         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4340
4341 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4342
4343         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4344         list-count instead of %d.
4345
4346 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4349         (wl-news): Set it.
4350         (wl-news-append-to-folder): Use it.
4351
4352         * wl-news.el.in (wl-news-send-news): Append to specified folder
4353         instead of wl-default-folder.
4354         (wl-news-append-to-folder): Show error message with specified folder.
4355
4356         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4357                 In most major modes, Emacs assumes that any opening
4358                 delimiter found at the left margin is the start of a
4359                 top-level definition, or defun. Therefore, *never put an
4360                 opening delimiter at the left margin unless it should have
4361                 that significance.*
4362
4363         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4364
4365 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4366
4367         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4368
4369 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4370
4371         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4372
4373 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4374
4375         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4376         for sequential numbering case.
4377
4378 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4381         value.
4382         (wl-draft-reply-without-argument-list): Ditto.
4383         (wl-draft-reply-myself-with-argument-list): Abolish.
4384         (wl-draft-reply-myself-without-argument-list): Ditto.
4385         * wl-draft.el (wl-draft-self-reply-p): New function.
4386         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4387
4388 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4391         (avoid error for the case without byte-compiling)
4392
4393 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4394
4395         * wl-news.el.in (wl-news-append-to-folder): New function.
4396         (wl-news-exit): Rewrite.
4397         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4398
4399 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4400
4401         * wl-draft.el (wl-draft-reply-position): New function.
4402         (wl-draft-reply-position): Fix.
4403         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4404         (wl-summary-target-mark-reply-with-citation): Ditto.
4405         (wl-summary-reply-with-citation): Ditto.
4406         * wl-vars.el (wl-draft-reply-default-position): New variable.
4407
4408 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4409
4410         * wl-draft.el (wl-draft-send): Preview when interactive send.
4411
4412 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4413
4414         * wl-draft.el (wl-draft-reply): Set default position.
4415         * wl-summary.el (wl-summary-reply): Ditto.
4416         (wl-summary-reply-with-citation): Ditto.
4417         (wl-summary-target-mark-reply-with-citation): Ditto.
4418
4419 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4420
4421         * wl-news.el.in (wl-news-lang): Set default value according to
4422         current-language-environment.
4423         (wl-news-append-news): Do nothing when news-list is nil.
4424
4425 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4426
4427         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4428         (wl-news): Change message.
4429         (wl-news-exit): Check buffer.
4430         (wl-news-force-exit): New function.
4431         (wl-news-show-all): New function.
4432         (wl-news-discard-and-exit): Fix.
4433
4434 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4437         according to current-language-environment.
4438
4439         * wl-news.el.in (wl-news): If arg, show all NEWS after
4440         wl-news-default-previous-version.
4441
4442 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4443
4444         * wl-news.el.in (wl-news-check): Rewritten.
4445         (wl-news-previous-version-load): Change data type.
4446         (wl-news-previous-version-save): Change data type.
4447         (wl-news-append-news): Add return value.
4448         (wl-news-check-news): New function.
4449         (wl-news-already-current-p): New function.
4450         (wl-news-send-news): Rewritten.
4451         (wl-news-mode-map): Add new keybind.
4452         (wl-news): Rewritten.
4453         (wl-news-exit): Rewritten.
4454         (wl-news-discard-and-mail): New function.
4455         (wl-news-send-to-address): Abolished.
4456         * wl.el (wl-init): Delete a message.
4457
4458 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4459
4460         * wl-news.el.in (wl-news-exit): Update previous version.
4461         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4462
4463 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4466
4467 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-news.el.in (wl-news): New function.
4470         (wl-news-mode): New function.
4471         (wl-news-next-line): New function.
4472         (wl-news-next-page): New function.
4473         (wl-news-exit): New function.
4474         (wl-news-buf-name): New variable.
4475         (wl-news-mode-map): New variable.
4476         (wl-news-winconf): New variable.
4477         (wl-news-append-news): Add an option.
4478
4479 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4480
4481         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4482
4483 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-news.el.in (wl-news-send-to-address): New variable.
4486         (wl-news-send-news): Use it.
4487         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4488         Return updating status.
4489         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4490
4491 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4492
4493         * wl-news.el.in (wl-news-send-news): Delete
4494         Organization and X-Face.
4495
4496 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4497
4498         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4499         (wl-news-append-news): New function.
4500         (wl-news-send-news): New function.
4501
4502 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * Version number is increased to 2.11.1.
4505
4506 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4507
4508         * wl-news.el.in : New file.
4509
4510 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4511
4512         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4513         default value.
4514         (wl-draft-reply-without-argument-list): Ditto.
4515
4516 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4517
4518         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4519         (wl-message-buffer-prefetch-idle-time): Ditto.
4520         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4521
4522 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-thread.el (wl-thread-insert-message): Use
4525         wl-summary-max-thread-depth.
4526
4527         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4528         loop detection.
4529
4530         * wl-message.el (wl-message-buffer-display): Back to the first page
4531         when cache is hit.
4532
4533 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4534
4535         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4536
4537         * wl-summary.el (wl-summary-insert-thread-entity):
4538         If the thread depth is reached to wl-summary-max-thread-depth,
4539         divide the thread.
4540
4541 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4542
4543         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4544         for elmo-remove-passwd.
4545
4546 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4547
4548         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4549         folder is sticky.
4550         (wl-folder-mark-as-read-all-entity): Ditto.
4551         (wl-folder-prefetch-entity): Ditto.
4552
4553 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4554
4555         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4556
4557 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4560         Delete messages on buffer for unplugged operation.
4561         (wl-summary-erase): Ditto.
4562
4563 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4564
4565         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4566         take nil so as not to search parent by subject.
4567
4568 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4571         (wl-folder-get-next-folder): Ditto.
4572         (wl-folder-get-path): Ditto.
4573
4574 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4575
4576         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4577         system and encode the region with it before verifying.
4578
4579 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4580
4581         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4582         system of the echo buffer before decoding.
4583
4584 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4587         original contents.
4588
4589 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4590
4591         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4592         with argument 'any-exists.
4593
4594 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4597         Use `wl-cs-autoconv'.
4598
4599 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4602         by `mime-view-automatic-conversion'.
4603
4604         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4605         (wl-message-verify-pgp-nonmime): Ditto.
4606         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4607         Bind them to C-c:d and C-c:v respectively.
4608
4609         Merge following code by Teranishi-san from [wl-en:00167].
4610         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4611         (wl-mime-preview-application/pgp-encrypted): Ditto.
4612         (wl-mime-setup): Add entry.
4613
4614 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4615
4616         * wl-summary.el (wl-summary-target-mark-erase): New function.
4617         Bind it to "mD".
4618
4619 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-vars.el (wl-draft-write-file-function): Fix.
4622         (wl-draft-reedit-hook): Changed default value.
4623
4624         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4625         wl-draft-reedit-hook.
4626         (wl-draft-remove-text-plain-tag): New function.
4627         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4628
4629         * wl-vars.el (wl-draft-write-file-function): New user option.
4630
4631         * wl-draft.el (wl-draft-prepare-edit): Use it for
4632         local-write-file-hooks.
4633         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4634
4635         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4636         (wl-draft-insert-mail-header-separator): Return the body beginning
4637         point.
4638         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4639         text/plain.
4640         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4641
4642 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-summary.el (wl-summary-erase): New function to erase message
4645         without moving it to trash. Bind to "D".
4646
4647         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4648         as `keep' unless switch-function.
4649
4650 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4653         message buffer by using `wl-summary-toggle-disp-msg'.
4654         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4655         buffer window.
4656         (wl-summary-supresedes-message): Ditto.
4657
4658         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4659         Do not delete other windows.
4660         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4661         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4662         (wl-draft-create-buffer): Set reply-or-forward also for target
4663         mark commands.
4664
4665 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl-draft.el (wl-user-agent-compose): Delete special case for
4668         switch-to-buffer-other-window.
4669
4670         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4671         (wl-summary-forward): Ditto.
4672
4673         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4674         function.
4675         (wl-draft-buffer-style): New use option.
4676
4677         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4678         (wl-draft): Follow the change above.
4679         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4680         wl-draft-buffer-style.
4681         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4682         switch-function.
4683
4684 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4685
4686         * wl-address.el (wl-address-make-completion-entry): Extracted from
4687         `wl-address-make-completion-list'.
4688         (wl-address-enable-strict-loading): New variable.
4689         (wl-address-make-completion-list): Revive petname duplication
4690         inquiry, and enable it if `wl-address-enable-strict-loading'.
4691         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4692
4693 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-message.el (wl-message-get-original-buffer): Avoid
4696         'Selecting deleted buffer' error when original buffer is killed.
4697
4698 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4699
4700         * wl-summary.el (wl-summary-next-message): Use
4701         elmo-message-accessible-p instead of elmo-message-cached-p.
4702
4703 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4706
4707         * wl-thread.el (wl-thread-open-all-unread): Use
4708         elmo-folder-list-flagged instead of
4709         elmo-folder-list-messages-mark-match.
4710
4711         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4712         instead of elmo-folder-list-messages-mark-match.
4713         (wl-summary-move-spec-alist): New variable.
4714         (wl-summary-move-spec-plugged-alist,
4715         wl-summary-move-spec-unplugged-alist): Abolish.
4716         (wl-summary-next-message): Follow the change above.
4717         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4718         with 'no-msg' argument.
4719
4720         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4721         variable.
4722         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4723         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4724         (wl-message-buffer-prefetch-get-next): Follow the change above.
4725
4726 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4727
4728         * wl-version.el (wl-version): Changed codename.
4729
4730         * Version number is increased to 2.11.0.
4731
4732 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4733
4734         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4735         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4736         `wl-draft-config-variables'.
4737         (wl-draft-kill): Fixed problem when the draft is reedit.
4738
4739 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4740
4741         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4742         buffer-modified status (Thanks to
4743         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4744
4745 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4746
4747         * wl-util.el (wl-region-exists-p): New function.
4748
4749         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4750         Remove defvars for byte-compile warnings.
4751
4752 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4753
4754         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4755         defvar-maybe. Removed unused bind.
4756
4757 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4760         summary buffer window before creating new frame.
4761         (wl-draft-reply): Ditto.
4762
4763 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4764
4765         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4766
4767 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4770
4771 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4772
4773         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4774         instead of `kill-region'.
4775
4776 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4779         (wl-highlight-summary-line-string): Use it.
4780         (wl-highlight-summary-current-line): Ditto.
4781
4782         * wl-mime.el (wl-message-delete-current-part): Check the class of
4783         mime-entity.
4784
4785         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4786
4787         * wl-summary.el (wl-summary-make-number-list): Initialize.
4788         (wl-summary-update-mark): New function.
4789         (wl-summary-reply): Put `answered' mark on the message.
4790         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4791
4792         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4793         (wl-draft-reply): Added optional argument `number';
4794         Set wl-draft-parent-number.
4795         (wl-draft-kill): Delete answered mark if it is a reply.
4796
4797 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4800         that originates in mime-preview-follow-current-entity.
4801         (wl-draft-yank-current-message-entity): Use it if region is active.
4802
4803         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4804         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4805         `wl-message-delete-current-part'.
4806         * wl-mule.el (wl-message-define-keymap): Ditto.
4807         * wl-xmas.el (wl-message-define-keymap): Ditto.
4808
4809 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-mime.el (wl-message-delete-current-part): New function.
4812         (wl-mime-node-id-to-string): Ditto.
4813
4814         * wl-mime.el (wl-message-delete-current-part): Use existing
4815         original buffer which corresponds current mime-view buffer.
4816         (fetched buffer might have different structure, possibly)
4817
4818         * wl-mime.el (wl-message-delete-current-part): Quit if the
4819         message content differs from the actual message.
4820
4821 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4824         order.
4825         (wl-summary-search-by-subject): Search parent message from tail;
4826         Check the existence of the parent message on the current thread tree.
4827         (wl-summary-update-thread): Check whether the line is inserted.
4828
4829 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-vars.el (wl-summary-line-format): Undo last change.
4832         * wl-summary.el (wl-summary-print-destination): Do not put
4833         invisible property when `wl-summary-width' is nil.
4834         (wl-summary-line-subject-minimum-length): Abolished.
4835         (wl-summary-line-subject): Ditto.
4836
4837 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-vars.el (wl-summary-line-format): Change default value.
4840         (wl-summary-subject-length-limit): Abolished.
4841         * wl-summary.el (wl-summary-line-subject): Ditto.
4842
4843 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4844
4845         * wl-template.el (wl-template-select): Added optional argument.
4846         If optional argument is specified, reverse
4847         `wl-template-visible-select'.
4848
4849 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4852         Take prefix argument to force asking the destination folder.
4853
4854 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4855
4856         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4857         count and update status.
4858
4859 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-summary.el (wl-summary-redisplay-internal): If
4862         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4863         after fetching.
4864
4865 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4866
4867         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4868         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4869
4870         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4871
4872 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4875         (All other related portions are changed).
4876         (wl-summary-mark-as-read-all): Rewrite.
4877
4878 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4879
4880         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4881         `wl-summary-mark-as-read'.
4882         (wl-summary-mark-as-unread): Rewrite.
4883         (wl-summary-mark-as-read): Added no-modeline argument.
4884         (wl-summary-resume-cache-status): Rewrite.
4885         (wl-summary-exec-subr): Remove unused local variable.
4886
4887 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4890         logic to call `wl-summary-buffer-prev-folder-function'.
4891         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4892
4893 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4896         is nil.
4897
4898 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4901         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4902         (wl-mime-setup): Add its entry.
4903
4904 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4905
4906         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4907         (wl-summary-delete-cache): Likewise.
4908         (wl-summary-mark-as-read): Rewrite.
4909
4910 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4911
4912         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4913         `wl-summary-count-unread'.
4914
4915         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4916
4917         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4918
4919 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4922         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4923         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4924         Renamed to the elmo-msgdb-*-mark.
4925         (wl-summary-score-marks): Follow the change above.
4926         (wl-summary-auto-refile-skip-marks): Ditto.
4927         (wl-summary-incorporate-marks): Ditto.
4928         (wl-summary-expire-reserve-marks): Ditto.
4929
4930         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4931         changes.
4932         (wl-thread-insert-top): Changed updating message.
4933
4934         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4935         variable.
4936         (wl-summary-count-unread): Count answered marks.
4937         (wl-summary-rescan): Call wl-summary-insert-message instead of
4938         wl-summary-append-message-func-internal.
4939         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4940         (wl-summary-prefetch-msg): Follow the variable name changes.
4941         (wl-summary-prefetch-region): Ditto.
4942         (wl-summary-mark-as-read-all): Follow the API changes;
4943         Don't call elmo-folder-replace-marks.
4944         (wl-summary-delete-cache): Follow the variable name changes.
4945         (wl-summary-resume-cache-status): Ditto.
4946         (wl-summary-update-status-marks): New function.
4947         (wl-summary-insert-message): New function.
4948         (wl-summary-sync-marks): Follow the variable name changes.
4949         (wl-summary-sync-update): Synchronize to the msgdb, too;
4950         Changed update messages.
4951         (wl-summary-make-number-list): Rewrite.
4952         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4953         (wl-summary-mark-as-unread): Follow the API changes.
4954         (wl-summary-exec-subr): Follow the variable name changes.
4955         (wl-summary-mark-as-read): Ditto.
4956         (wl-summary-move-spec-plugged-alist): Ditto.
4957         (wl-summary-move-spec-unplugged-alist): Ditto.
4958         (wl-summary-cursor-move-surface): Ditto.
4959
4960         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4961         variable name changes.
4962         (wl-highlight-summary-current-line): Ditto.
4963
4964         * wl-expire.el (wl-expire-refile): Follow the API change in
4965         elmo-folder-move-messages.
4966         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4967         (wl-summary-archive): Use elmo-folder-msgdb instead of
4968         elmo-msgdb-load.
4969
4970 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * wl-mime.el (wl-draft-preview-message): Restore the position
4973         before evaluating wl-draft-send-hook in preview buffer.
4974
4975 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4978         when it creates new draft buffer.
4979
4980         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4981         without argument.
4982
4983         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4984         Evaluate content and if the value is string, insert it.
4985         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4986         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4987         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4988         wl-draft-config-sub-part-bottom): Use it.
4989
4990         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4991         with the folder name. The question was unintelligible when it is
4992         called from wl-save-status.
4993
4994 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4995
4996         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4997         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4998         cannot take second argument).
4999
5000 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5001
5002         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5003         as t. Since type and subtype are not case sensitive (RFC 2045).
5004
5005 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5006
5007         * wl-vars.el (wl-message-mode-line-format): New variable.
5008         (wl-message-mode-line-format-spec-alist): Ditto.
5009         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5010         (wl-message-redisplay): Use wl-message-mode-line-format.
5011
5012 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5013
5014         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5015
5016 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-summary.el (wl-summary-default-from): Write description.
5019
5020 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-vars.el (wl-ldap-objectclass): Abolish.
5023
5024         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5025         (wl-ldap-make-filter): Removed condition for objectclass.
5026         (wl-ldap-make-matched-value-list): Remove meaningless process.
5027         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5028         (wl-address-ldap-search): Don't add `*' to `pat' string;
5029         use ignore-errors; added `email';
5030         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5031         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5032         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5033
5034
5035 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-draft.el (wl-draft-parent-folder): Write description.
5038         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5039
5040 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5041
5042         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5043         as "" (zero-length string) if no parent.
5044         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5045
5046 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-address.el (wl-address-make-completion-list): Skip duplication
5049         checking.
5050         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5051         `append'.
5052
5053 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5054
5055         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5056         instead of `beginning-of-buffer'.
5057
5058 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5061
5062 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5065         Refer wl-message-buffer-name.
5066         (wl-message-wheel-down): Ditto.
5067
5068 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-vars.el (wl-message-buffer-name): New user option.
5071
5072         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5073         directly instead of making alist dinamically.
5074
5075         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5076         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5077         wl-message-buffer-cache-name.
5078         (wl-message-buffer-cache-clean-up): Ditto.
5079
5080         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5081
5082         * Version number is increased to 2.9.15.
5083
5084 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5085
5086         * wl-vars.el (wl-summary-default-view-alist): New user option.
5087
5088         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5089
5090         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5091         while deleting address.
5092         (wl-draft-delete-myself-from-cc): Ditto.
5093
5094         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5095         If optional argument is specified, reverse sort order.
5096
5097         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5098
5099 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5100
5101         * wl-thread.el (wl-thread-insert-message): Return parent number if
5102         exists.
5103         (wl-thread-update-indent-string-region): Use
5104         wl-thread-update-line-on-buffer-sub instead of
5105         wl-thread-update-line-on-buffer.
5106
5107 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5108
5109         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5110         (wl-folder-close-all): Ditto.
5111
5112 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5113
5114         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5115         and mailing-list:.
5116         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5117         value.
5118         (wl-summary-line-list-info): Print mailing-list name even when 
5119         list-number is empty.
5120
5121 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5124
5125         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5126         (wl-draft-open-file): Ditto.
5127         (wl-draft-random-alphabet): Ditto.
5128
5129         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5130         bindings.
5131
5132 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5135         * wl-vars.el (wl-draft-config-alist): Ditto.
5136
5137 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * Version number is increased to 2.9.14.
5140
5141         * wl.el (wl): Don't set wl-init as nil when error occured while
5142         auto-checking folders.
5143
5144         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5145         `elmo-expand-newtext'.
5146
5147 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5148
5149         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5150         `this-command' so that `wl-folder-goto-folder' contained in
5151         `wl-summary-keep-cursor-command' work.
5152
5153 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5156         message buffer displaying state.
5157
5158 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-vars.el (wl-summary-default-view): New variable to specify
5161         default value for `wl-summary-buffer-view' instead of using
5162         set-default.
5163         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5164
5165 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5166
5167         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5168
5169         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5170
5171 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5172
5173         * wl-vars.el (wl-forward-subject-prefix): New variable.
5174         * wl-draft.el (wl-draft-forward): Use it.
5175
5176 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5177
5178         * wl-message.el (wl-message-prev-page): When it is called without
5179         lines argument, scroll down by wl-message-scroll-amount lines.
5180         (wl-message-next-page): Ditto.
5181         * wl-vars.el (wl-message-scroll-amount): Change default value
5182         to preserve current behavior.
5183
5184 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * wl-summary.el (wl-summary-prefetch-msg): Bind
5187         `wl-message-entity' to call `wl-summary-from-function'.
5188
5189 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-message.el (wl-message-buffer-create): Run
5192         wl-message-buffer-created-hook.
5193
5194 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-summary.el (wl-summary-sort-specs): New variable.
5197         (wl-summary-default-sort-spec): Ditto.
5198         (wl-summary-sort): Rewrite.
5199         (wl-summary-sort-by-list-info): New function.
5200
5201 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5202
5203         * wl-summary.el (wl-summary-get-list-info): New function.
5204         (wl-summary-sort): Rewrite.
5205         (wl-summary-line-list-info): Ditto.
5206         (wl-summary-line-list-count): Ditto.
5207         (wl-summary-refile-region): Fixed docstring.
5208
5209 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5212         `wl-folder-entity-hashtb' as completion table.
5213
5214 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5217         only when this command is called interactively; silence the byte-
5218         compiler.
5219
5220 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5221
5222         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5223         active in XEmacs.
5224
5225 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5226
5227         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5228         plural lines.
5229
5230 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5231
5232         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5233         of current line when the cursor is on the header name.
5234         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5235
5236 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5237
5238         * wl-util.el (wl-read-directory-name): Return displayed directory
5239         as the default value also on XEmacs.
5240
5241 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5244         formatting.
5245
5246 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5249         argument and when it is non-nil, check face property before
5250         highlighting for each line.
5251         (wl-highlight-summary-window): Set it.
5252
5253 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5256         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5257
5258         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5259         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5260         (wl-draft-get-fcc-list): Likewise.
5261
5262 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5265         (wl-thread-entity-cur): Ditto.
5266         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5267         wl-thread-indent-regexp setting.
5268         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5269
5270         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5271         wl-summary-lazy-highlight.
5272         (wl-summary-display-bottom): Ditto.
5273
5274         * wl-thread.el (wl-thread-open-close): Likewise.
5275
5276         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5277         from and subject;
5278         Bind wl-draft-use-frame;
5279         Enclose with save-window-excursion;
5280         Use wl-draft-create-buffer instead of with-temp-buffer;
5281         Use wl-draft-prepare-edit;
5282         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5283         Use wl-draft-send instead of wl-draft-raw-send.
5284
5285 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5286
5287         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5288         of using wl-from.
5289
5290 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5293         insert-buffer instead of clone-buffer.
5294         (wl-draft-doing-mime-bcc): New variable.
5295         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5296         infinite loop.
5297         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5298
5299         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5300         (wl-draft-mime-bcc-body): Ditto.
5301
5302         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5303         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5304         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5305         wl-draft-do-mime-bcc.
5306         (wl-draft-mime-bcc-field): New function.
5307         (wl-draft-do-mime-bcc): Ditto.
5308
5309         * wl-address.el (wl-address-complete-header-list): New variable.
5310         (wl-address-complete-header-regexp): Changed default value.
5311
5312         * Version number is increased to 2.9.13.
5313
5314 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5317         it is differed.
5318
5319 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5320
5321         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5322         (wl-summary-line-list-count): Ditto.
5323
5324 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5327         (wl-nntp-posting-function): New variable.
5328         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5329         `wl-nntp-posting-config-alist'.
5330
5331 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5334         FLIM.
5335
5336 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5337
5338         * wl-summary.el (wl-summary-target-mark-refile-sub):
5339         Remove a nuisance funcall.
5340
5341 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5342
5343         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5344         as t for `try-completion'.
5345
5346 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5347
5348         * wl-summary.el (wl-summary-default-from): Use
5349         wl-address-header-extract-address instead of
5350         std11-extract-address-components.
5351         (wl-summary-simple-from): Ditto.
5352         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5353         (wl-summary-insert-headers): Show message.
5354         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5355         for whole line.
5356         (wl-summary-default-from): Revert last change.
5357         (wl-summary-simple-from): Ditto.
5358         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5359         (wl-summary-mark-as-read-region): Follow the change above.
5360         (wl-summary-sync-marks): Ditto.
5361         (wl-summary-target-mark-mark-as-read): Ditto.
5362         (wl-summary-redisplay-internal): Ditto.
5363         (wl-summary-redisplay-no-mime-internal): Ditto.
5364         (wl-summary-redisplay-all-header): Ditto.
5365         (wl-summary-mark-as-read): Removed argument `cached';
5366         Use current cache status to set cache mark.
5367         (wl-summary-redisplay-internal): Follow the change above.
5368         (wl-summary-redisplay-no-mime-internal): Ditto.
5369         (wl-summary-redisplay-all-header): Ditto.
5370
5371         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5372
5373         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5374         Don't call itself recursively (Adviced by Yamaoka-san).
5375
5376 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5379         bind wl-summary-highlight as nil to avoid error caused by missing
5380         local variables.
5381
5382 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-vars.el (wl-invalid-character-message): New user option.
5385
5386         * wl-util.el (wl-set-string-width): If truncated string-width is
5387         larger than specified width, use `wl-invalid-character-message'.
5388
5389 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5390
5391         * wl-summary.el (wl-summary-prefetch-msg): 
5392         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5393
5394 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * wl-vars.el (wl-summary-check-line-format): New user option.
5397         (wl-summary-line-format-file): Ditto.
5398
5399         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5400         variable.
5401         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5402         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5403         and `wl-summary-view-old-p' to check whether do a rescan or not.
5404         (wl-summary-view-old-p): New function.
5405         (wl-summary-line-format-changed-p): Ditto.
5406         (wl-summary-line-format-save): Ditto.
5407         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5408
5409         * wl-util.el (wl-set-string-width): Avoid using negative number
5410         for make-string.
5411
5412 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5413
5414         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5415         return value.
5416
5417         * wl-util.el (wl-set-string-width): Added optional argument
5418         `padding' (All other related portions are changed).
5419         (wl-line-parse-format): If the first letter of column number is
5420         `0', zero-padding the result (ex: "%05l").
5421
5422         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5423
5424 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5427         sequential summary view.
5428
5429 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5432         if it doesn't have a -unix version.
5433
5434 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5437
5438 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5441         content.
5442         (wl-draft): Follow the change above.
5443
5444         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5445
5446         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5447         and wl-folder-summary-line-format-alist contain %T and %P.
5448
5449         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5450         (wl-summary-mode-line-format): New user option.
5451         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5452         (wl-summary-line-format): Changed default value.
5453         (wl-summary-lazy-highlight): Changed default value.
5454
5455         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5456         change in wl-summary-create-line.
5457         (wl-thread-insert-entity-sub): Ditto.
5458
5459         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5460         (wl-summary-buffer-unread-status): Ditto.
5461         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5462         (wl-summary-buffer-persistent-mark-column): Ditto.
5463         (wl-summary-buffer-mode-line-formatter): Ditto.
5464         (wl-summary-buffer-mode-line): Ditto.
5465         (wl-summary-message-regexp): Abolished.
5466         (All other related portions are changed.)
5467         (wl-summary-detect-mark-position): New function.
5468         (wl-summary-buffer-set-folder): Setup
5469         wl-summary-buffer-mode-line-formatter.
5470         (wl-summary-mode): Setup selective-display;
5471         Setup pre-idle-hook when xemacs.
5472         (wl-summary-update-modeline): Rewrite.
5473         (wl-summary-jump-to-msg): Define as function;
5474         Changed regexp for searching messages.
5475         (wl-summary-message-number): Rewrite.
5476         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5477         Do rescan when old type summary cache.
5478         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5479         (wl-summary-remove-destination): Use '\r' to detect EOL.
5480         (wl-summary-print-destination): Ditto.
5481         (wl-summary-temp-mark): New inline function.
5482         (wl-summary-persistent-mark): Ditto.
5483         (wl-summary-line-number): New function.
5484         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5485         (wl-summary-line-list-count): New function.
5486         (wl-summary-create-line): Added argument persistent-mark.
5487         (All other related portions are changed)
5488         (wl-summary-create-line): Insert '\r'.
5489         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5490         (wl-summary-cursor-move-surface): New inline function.
5491         (wl-summary-prev): Use it.
5492         (wl-summary-next): Ditto.
5493
5494         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5495         wl-summary-message-regexp.
5496         (wl-highlight-summary): Delete progress message.
5497         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5498
5499         * Version number is increased to 2.9.12.
5500
5501 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5504         variable (nil: no minimum).
5505         (wl-summary-line-subject): Add some spaces after subject by
5506         wl-summary-line-subject-minimum-length.
5507
5508 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5511         and removed `F'.
5512         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5513         change above).
5514
5515 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5516
5517         * wl-summary.el (wl-summary-line-list-count): Reverted.
5518         (example setting in samples/*/dot.wl is also updated)
5519
5520 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5523
5524         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5525
5526         * wl-vars.el (wl-summary-line-format): Addes some description to the
5527         docstring.
5528
5529         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5530         (wl-summary-line-close-bracket): Ditto.
5531         (wl-summary-line-children-number): Ditto.
5532         (wl-summary-line-thread-indent): Ditto.
5533         (wl-summary-line-children-and-from): Ditto.
5534
5535         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5536         't', 'c', 'F' and added 'C'.
5537
5538         * wl-util.el (wl-set-string-width): Accept negative value.
5539         (wl-line-parse-format): Added "%number(" and "%)".
5540
5541 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5542
5543         * wl-summary.el (wl-summary-line-list-count): Change format of the
5544         return value.
5545
5546 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5547
5548         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5549         from the recent message.el.
5550         (wl-draft-point-in-header-p): Ditto.
5551         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5552         wl-draft-beginning-of-line.
5553         * wl-e21.el (wl-draft-mode-map): Ditto.
5554         * wl-xmas.el (wl-draft-mode-map): Ditto.
5555
5556         * wl-folder.el: Sort macrodefs by dependencies.
5557
5558 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5559
5560         * wl-summary.el (wl-summary-prev): Fixed regexp.
5561         (wl-summary-next): Ditto.
5562
5563 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5564
5565         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5566
5567 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5568
5569         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5570         for backward compatibility.
5571
5572 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5573
5574         * wl-summary.el (wl-summary-line-list-count): New function, merged
5575         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5576         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5577         list counts.
5578
5579 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-summary.el (wl-summary-create-line): Ignore errors while
5582         timezone-fix-time.
5583
5584         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5585
5586         * wl-summary.el (wl-summary-sync-update): Ditto.
5587         (wl-summary-default-from): Use wl-message-entity
5588         instead of entity.
5589
5590         * wl-summary.el (wl-summary-create-line): Fix.
5591
5592         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5593         (wl-summary-line-format): New user option.
5594         (wl-folder-summary-line-format-alist): Ditto.
5595         (wl-summary-from-width): Abolished.
5596
5597         * wl-util.el (toplevel): Require 'bytecomp.
5598         (wl-line-parse-format): New function.
5599         (wl-line-formatter-setup): New macro.
5600
5601         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5602         (wl-summary-buffer-line-formatter): New buffer local variable.
5603         (wl-summary-switch-to-clone-buffer): Follow the change above.
5604         (wl-summary-message-regexp): Fix.
5605         (wl-summary-from-func-internal): Abolished.
5606         (wl-summary-subject-func-internal): Ditto.
5607         (wl-summary-subject-filter-func-internal): Ditto.
5608         (All other related portions are changed.)
5609         (wl-summary-buffer-set-folder):
5610         Set up wl-summary-buffer-number-column and 
5611         wl-summary-buffer-line-formatter
5612         (All other related portions are changed.)
5613         (wl-summary-buffer-number-column-detect): Abolished.
5614         (All other related portions are changed.)
5615         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5616         (wl-summary-delete-all-temp-marks-on-buffer): Use
5617         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5618         (wl-summary-target-mark-delete): Ditto.
5619         (wl-summary-target-mark-refile-subr): Ditto.
5620         (wl-summary-target-mark-mark-as-read): Ditto.
5621         (wl-summary-target-mark-mark-as-unread): Ditto.
5622         (wl-summary-target-mark-mark-as-important): Ditto.
5623         (wl-summary-target-mark-save): Ditto.
5624         (wl-summary-replace-status-marks): Renamed from
5625         wl-summary-set-status-marks-on-buffer;
5626         Use wl-summary-message-regexp instead of
5627         wl-summary-buffer-number-regexp.
5628         (wl-summary-sync-update): Follow the change above.
5629         (wl-summary-goto-previous-message-beginning): New function.
5630         (wl-summary-mark-as-unread): Use it.
5631         (wl-summary-mark-as-important): Ditto.
5632         (wl-summary-line-formatter): New variable.
5633         (wl-summary-line-year): New function.
5634         (wl-summary-line-day): Ditto.
5635         (wl-summary-line-day-of-week): Ditto.
5636         (wl-summary-line-hour): Ditto.
5637         (wl-summary-line-minute): Ditto.
5638         (wl-summary-line-open-bracket): Ditto.
5639         (wl-summary-line-close-bracket): Ditto.
5640         (wl-summary-line-children-number): Ditto.
5641         (wl-summary-line-thread-indent): Ditto.
5642         (wl-summary-line-size): Ditto.
5643         (wl-summary-line-subject): Ditto.
5644         (wl-summary-line-from): Ditto.
5645         (wl-summary-line-children-and-from): Ditto.
5646         (wl-summary-create-line): Rewritten.
5647         (wl-summary-format-date): Abolished.
5648
5649         * wl-highlight.el (wl-highlight-summary-current-line): Use
5650         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5651         Use thread structure to detect thread top message.
5652
5653         * wl-draft.el (wl-default-draft-cite): Don't use
5654         wl-summary-from-func-internal.
5655
5656         * wl-refile.el (wl-refile-subject-learn): Don't use
5657         wl-summary-subject-filter-func-internal.
5658         (wl-refile-guess-by-subject): Ditto.
5659
5660         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5661         parameters.
5662
5663         * wl-thread.el (wl-thread-update-indent-string-region):
5664         Use wl-thread-update-line-on-buffer instead of
5665         wl-thread-update-indent-string.
5666         (wl-thread-update-children-number): Redefine using
5667         wl-thread-update-line-on-buffer.
5668         (wl-thread-update-indent-string): Abolished.
5669
5670         * Version number is increased to 2.9.11.
5671
5672 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5675         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5676         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5677
5678         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5679         as nil.
5680
5681         * wl-thread.el (wl-thread-open-all-unread): Use 
5682         elmo-folder-list-messages-mark-match.
5683         (wl-thread-insert-message): Removed argument `mark-alist'.
5684         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5685         elmo-msgdb-set-mark.
5686         (wl-thread-get-children-msgs-uncached): Likewise.
5687         (wl-thread-get-exist-children): Added argument include-self.
5688         (wl-thread-delete-message): Follow the change above.
5689
5690         * wl-summary.el (wl-summary-count-unread): Removed argument.
5691         (wl-summary-rescan): Follow the change above.
5692         (wl-summary-mark-as-read-region): Ditto
5693         (wl-summary-mark-as-unread-region): Ditto.
5694         (wl-summary-delete-messages-on-buffer): Ditto.
5695         (wl-summary-sync-update): Ditto.
5696         (wl-summary-switch-to-clone-buffer): Ditto.
5697         (wl-summary-goto-folder-subr): Ditto.
5698         (wl-summary-target-mark-mark-as-read): Ditto.
5699         (wl-summary-target-mark-mark-as-unread): Ditto.
5700         (wl-summary-target-mark-mark-as-important): Ditto.
5701         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5702         (wl-summary-update-thread): Removed argument `mark-alist'.
5703         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5704         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5705         (wl-summary-resume-cache-status): Likewise.
5706         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5707         elmo-msgdb-set-mark.
5708         (wl-summary-mark-as-read-all): Likewise.
5709         (wl-summary-delete-cache): Ditto.
5710         (wl-summary-auto-select-msg-p): Ditto.
5711         (wl-summary-mark-as-unread): Ditto.
5712         (wl-summary-no-auto-refile-message-p): Ditto.
5713         (wl-summary-mark-as-read): Ditto.
5714         (wl-summary-mark-as-important): Ditto.
5715         (wl-summary-auto-refile): Follow the change above.
5716         (wl-summary-delete-all-marks): Removed.
5717         (wl-summary-resume-marks-and-highlight): Ditto.
5718         (wl-summary-resume-marks): Ditto.
5719         (wl-summary-delete-important-msgs-from-list): Ditto.
5720         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5721
5722         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5723         wl-summary-count-unread.
5724
5725         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5726         (wl-summary-score-update-all-lines): Use
5727         elmo-msgdb-set-mark.
5728
5729 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5732         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5733         (wl-summary-create-line): Renamed from
5734         wl-summary-overview-create-summary-line;
5735         Argument rearrangement.
5736         (wl-summary-update-thread): Follow the change above.
5737
5738         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5739         (wl-thread-insert-entity-sub): Likewise.
5740
5741         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5742         argument `overview', `mark-alist' and added `msgdb'.
5743
5744         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5745
5746         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5747         (wl-summary-rescan): Follow the change above.
5748         (wl-summary-sync-update): Ditto.
5749         (wl-summary-insert-thread-entity): Ditto;
5750         Don't use `let*' in every while loop;
5751         Detect infinite loop of threads.
5752         (wl-summary-update-thread): Removed argument `overview'.
5753
5754         * wl-thread.el (wl-thread-insert-message): Ditto.
5755
5756         * Version number is increased to 2.9.10.
5757
5758         * wl-message.el (wl-message-redisplay): Ignore errors while
5759         wl-message-redisplay-hook.
5760
5761 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5762
5763         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5764
5765 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl.el (wl): inhibit-quit while wl-folder.
5768
5769 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5772         while msgdb access.
5773
5774 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5775
5776         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5777         even if no folder is not created.
5778
5779 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5782
5783         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5784         implementation.
5785         (wl-summary-target-mark-thread): Ditto.
5786
5787         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5788
5789 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5790
5791         * wl-util.el (wl-display-bytes): Remove unused function.
5792
5793 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5794
5795         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5796         seems critical one (partially reverse the change in 2002/03/17).
5797
5798 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5799
5800         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5801         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5802
5803 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5804
5805         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5806         is not writable.
5807         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5808         plugged status instead of `'force' as 2nd argument.
5809
5810         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5811         is not creatable.
5812
5813         * Version number is increased to 2.9.9.
5814
5815 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5816
5817         * wl-summary.el (wl-summary-suspend): New function.
5818
5819 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5820
5821         * wl.el (wl): Do not check variables if check is nil.
5822         * wl-utils.el (wl-collect-draft): New function.
5823         * wl-folder.el (wl-folder-suspend): Put summary buffers
5824         and draft buffers at the end of buffer list.
5825         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5826
5827 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5828
5829         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5830         loop instead of recursive call.
5831
5832         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5833         2nd argument.
5834
5835 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl-draft.el (wl-draft-create-contents): Don't take neither
5838         (function . args) nor (string . something) any more.
5839
5840         * wl-version.el (wl-generate-user-agent-string): Return string
5841         without header symbol.
5842         * wl-draft.el (wl-draft-default-headers): Use it.
5843
5844         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5845         `wl-draft-insert-ccs' and return field value instead of inserting
5846         the header. Abolish cc argument.
5847         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5848
5849         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5850         rather than one with string car.
5851
5852         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5853         * wl-draft.el (wl-draft-create-contents): Add it after the default
5854         headers.
5855
5856         * wl-draft.el (wl-draft-create-contents): For the case of
5857         (symbol-or-string . function) insert header only when the function
5858         returns string value.
5859
5860 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5861
5862         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5863         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5864
5865 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5866
5867         * wl.el (wl-check-environment): Don't check Message-ID when
5868         `wl-insert-message-id' is nil.
5869         Revive checking if `wl-message-id-domain' contains "@".
5870
5871 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5872
5873         * wl.el (wl-check-environment): Merge examination for "@" at
5874         inappropriate position into the first string-match.
5875
5876         * wl-summary.el (wl-summary-target-mark-print): New function.
5877         (wl-summary-pipe-message-subr): Extracted from
5878         `wl-summary-pipe-message'.
5879         (wl-summary-target-mark-pipe): New function.
5880         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5881         `wl-summary-target-mark-pipe'.
5882
5883 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5884
5885         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5886
5887 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5888
5889         * wl.el (wl-check-environment): Use elmo-warning instead of
5890         error for non-critical ones.
5891         Remove trash folder check.
5892         (wl): Don't ignore error in wl-check-environment.
5893
5894         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5895         check, which is moved from `wl-check-environment'.
5896         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5897
5898 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5899
5900         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5901         guess anything, call wl-summary-write.
5902         (wl-summary-write): Create draft with blank To field.
5903         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5904
5905 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5906
5907         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5908         argument full as well for wl-folder-write-current-folder.
5909         If wl-*-write-current-folder cannot guess addressee, add blank
5910         To header.
5911         Rewrite condition for positioning cursor.
5912
5913 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5914
5915         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5916         summary buffer is present, use it.
5917         (wl-folder-jump-to-previous-summary): Ditto.
5918
5919 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5920
5921         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5922
5923         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5924         wl-summary-previous-buffer and wl-summary-next-buffer.
5925
5926         * wl-folder.el (wl-folder-mode-map): Bind
5927         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5928         (wl-folder-jump-to-next-summary): New function.
5929         (wl-folder-jump-to-previous-summary): Ditto.
5930
5931         * wl-draft.el (wl-draft): Rearranged.
5932
5933 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5934
5935         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5936         of header.
5937         (wl-draft): Collect arguments for the header as header-alist.
5938         (wl-draft-forward): Arrange arguments for wl-draft.
5939         (wl-draft-reply): Ditto.
5940         (wl-draft-edit-string): Ditto.
5941         * wl-summary.el (wl-summary-write): Ditto.
5942         (wl-summary-write-current-folder): Ditto.
5943
5944         * Version number is increased to 2.9.8.
5945
5946 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5947
5948         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5949
5950         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5951
5952         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5953         even if the guess failed.
5954
5955         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5956         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5957         wl-summary-write-current-folder.
5958         * wl-xmas.el: Ditto.
5959
5960 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-summary.el (wl-summary-next-page): Force display message if
5963         message is not displayed yet.
5964         (wl-summary-prev-page): Ditto.
5965
5966 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
5967
5968         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5969
5970 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5971
5972         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5973         add "Preview Message" and "Save Draft and Exit".
5974
5975 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5976
5977         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5978         if addrmgr is called from draft in splitted window.
5979
5980         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5981         * wl-mule.el: Ditto.
5982         * wl-xmas.el: Ditto.
5983
5984 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5985
5986         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5987
5988         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5989         * wl-xmas.el (wl-folder-toolbar): Ditto.
5990
5991 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5992
5993         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5994         and wl-draft-save-and-exit.
5995         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5996         * wl-xmas.el: Ditto.
5997         * wl-mule.el: Ditto.
5998
5999         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6000         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6001
6002 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6005         lists for saving buffer.
6006
6007 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6008
6009         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6010         parent-folder argument instead of it.
6011         (wl-draft-create-buffer): Ditto.
6012         (wl-draft-forward): Ditto.
6013         (wl-draft-reply): Ditto.
6014         * wl-summary.el (wl-summary-write): Ditto.
6015         (wl-summary-write-current-folder): Ditto.
6016
6017         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6018         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6019         Folder buffer after composing.
6020
6021 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6024         header if the file `wl-x-face-file' already contains it.
6025
6026 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6027
6028         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6029         folder" entry.
6030         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6031         * wl-e21.el (wl-folder-toolbar): Ditto.
6032         * wl-xmas.el (wl-folder-toolbar): Ditto.
6033
6034 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6037         wl-folder-goto-folder with sticky argument.
6038         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6039
6040 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6041
6042         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6043         and wl-summary-previous-buffer.
6044         (wl-summary-next-buffer): New function.
6045         (wl-summary-previous-buffer): Ditto.
6046
6047 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6050         wl-folder-jump-to-current-entity-with-arg.
6051         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6052         `wl-folder-jump-to-current-entity'.
6053         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6054         `wl-summary-goto-folder-sticky'.
6055         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6056         `wl-summary-goto-folder'.
6057         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6058         Unless force-exit, do not clean temp. marks for sticky summary.
6059         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6060
6061 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6062
6063         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6064         not entire.
6065
6066 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6069         to `C-x C-s'.
6070         (wl-summary-save-status): New command.
6071         (wl-summary-exit): Don't clean-up temp marks when sticky.
6072         (Applied patch from Nakayama-san [wl: 09548])
6073         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6074         Do nothing when no mark data.
6075         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6076         Call `wl-summary-delete-all-temp-marks' before saving.
6077
6078 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6079
6080         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6081
6082 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6083
6084         * wl.el (wl-check-environment): Also cause error when (system-name)
6085         returns "localhost.localdomain". (Although it doesn't affect because
6086         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6087
6088 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6089
6090         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6091         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6092
6093         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6094         value.
6095
6096 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6097
6098         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6099         Likewise r-cc-list and r-ng-list.
6100
6101 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6104         only if it is bound as variable.
6105
6106         * wl-mime.el (wl-draft-preview-message): Ditto.
6107
6108 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6111         needless `goto-char'.
6112
6113         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6114         `wl-summary-redisplay-no-mime-internal' instead of
6115         `wl-summary-redisplay-no-mime'.
6116         (wl-summary-redisplay-no-mime): Changed argument;
6117         Call `wl-summary-redisplay-no-mime-internal'.
6118
6119         * wl-mime.el (wl-draft-preview-message): Bind
6120         `mime-header-encode-method-alist' locally.
6121
6122         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6123         (wl-draft-std11-parse-addresses): Added the first address check.
6124         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6125
6126         * Version number is increased to 2.9.7.
6127
6128 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6129
6130         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6131
6132 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6133
6134         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6135         related to scrollbar support, if there is no such a feature
6136         compiled in.
6137
6138 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6139
6140         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6141         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6142         for prefetch.
6143
6144 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl-summary.el (wl-summary-pick): Fix for no match.
6147
6148 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6149
6150         * wl-draft.el (wl-draft-save):
6151         Override `mime-header-encode-method-alist'.
6152
6153 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6154
6155         * wl-folder.el (wl-folder-pick): New function.
6156         Define key as "?".
6157
6158 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6161         Fix for unplugged.
6162
6163 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6164
6165         * wl-folder.el (wl-folder-virtual): New function.
6166         Define key as "V".
6167
6168 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6169
6170         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6171         multi folder if entity is group.
6172
6173 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6174
6175         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6176         is nil.
6177
6178 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6181         (wl-summary-target-mark-msgs): Return the number of marked messages.
6182
6183 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6184
6185         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6186         "first:" is specified.
6187
6188 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-vars.el (wl-from): Use return value of function
6191         user-full-name instead of the variable user-full-name since
6192         XEmacs-20.4 doesn't set this variable.
6193
6194 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6197         call `wl' directly.
6198
6199 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6200
6201         * wl-draft.el (wl-draft-reedit): Removed duplicated
6202         switch-to-buffers.
6203
6204 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * wl.el (wl-other-frame): Removed garbages.
6207
6208 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6209
6210         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6211
6212         * wl-xmas.el (wl-draft-key-setup): Ditto.
6213
6214         * wl-mule.el (wl-draft-key-setup): Ditto.
6215
6216         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6217         (wl-draft-reedit): Ditto.
6218         (wl-draft-prepare-edit): Add `wl-draft-save' to
6219         `local-write-file-hooks'.
6220         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6221         (wl-draft-reedit): Set buffer-file-name.
6222         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6223
6224
6225         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6226         call it.
6227         (wl-delete-startup-frame-function): New variable.
6228         (wl-other-frame): New function
6229         (Original was written by Yamaoka san [wl: 09239]).
6230
6231         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6232         if `wl-folder-use-frame'.
6233
6234 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6237
6238 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6239
6240         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6241         New variable.
6242         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6243         (wl-message-buffer-prefetch-get-next): Use them.
6244         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6245
6246 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6249         with unwind-protect.
6250
6251         * wl-draft.el (wl-draft-reedit): Rewrite.
6252         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6253         (wl-draft-save): Insert header separator if it does not exist;
6254         Removed condition-case.
6255
6256         * wl-summary.el (wl-summary-reedit): Revert last change.
6257
6258         * wl-draft.el (wl-draft-save): Rewrite.
6259         (wl-draft-create-buffer): Set buffer-file-name as nil.
6260
6261         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6262
6263         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6264
6265         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6266         nil.
6267
6268 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6269
6270         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6271         If count is nil, do not prefetch.
6272         (wl-message-buffer-prefetch-next): Next.
6273
6274 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6277
6278 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6281         `delete-backward-char'
6282         (wl-draft-prepare-edit): Check major-mode.
6283         (wl-draft-decode-header): Rewrite.
6284         (wl-draft): Fix.
6285
6286 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6287
6288         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6289
6290 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6293         (wl-message-buffer-prefetch-get-next): Remove size checking.
6294         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6295
6296 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6299         (wl-draft-default-headers): Fix.
6300
6301 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6302
6303         * wl-draft.el (wl-draft-default-headers): Insert return value of
6304         `wl-generate-mailer-string-function'.
6305
6306 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6307
6308         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6309         (wl-draft-insert-mail-header-separator): Ditto.
6310
6311         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6312         again (Reverted the change on 2002-01-17 by OKADA san).
6313
6314 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-draft.el (wl-draft): Rewrite.
6317         (wl-draft-create-buffer): New function.
6318         (wl-draft-create-contents): Ditto.
6319         (wl-draft-prepare-edit): Ditto.
6320         (wl-draft-decode-header): Ditto.
6321         (wl-draft-decode-body): Ditto.
6322         (wl-draft-check-new-line): Ditto.
6323         (wl-draft-default-headers): Ditto.
6324         (wl-draft-insert-mail-header-separator): Ditto.
6325
6326 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * Version number is increased to 2.9.6.
6329
6330 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * wl-draft.el (wl-draft-delete-field): Optional argument.
6333         (wl-draft-delete-fields): Ditto.
6334
6335 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6336
6337         * wl-message.el (toplevel): Eliminated byte-compile warning.
6338         for `itimer-function', `delete-timer' and `itimer-list'.
6339
6340 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6343         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6344         `wl-message-buffer-prefetch-threshold'.
6345         * wl-summary.el (wl-summary-redisplay-internal): Remove
6346         the check of `wl-message-buffer-prefetch-depth'.
6347
6348 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6351         size of article.
6352         (wl-message-buffer-prefetch-subr): Remove size check.
6353
6354 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6355
6356         * wl-vars.el (wl-plugged): Make customizable.
6357
6358 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6361         (wl-message-buffer-prefetch-set-timer): New function.
6362         (wl-message-buffer-prefetch-get-next): New function.
6363         (wl-message-buffer-prefetch): New function.
6364         (wl-message-buffer-prefetch-next): Rewrite.
6365         (wl-message-buffer-prefetch-subr): Rewrite.
6366         * wl-vars.el (wl-auto-prefetch-first): New variable.
6367         * wl-summary.el (wl-summary-goto-folder-subr): Call
6368         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6369
6370 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6371
6372         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6373         `wl-summary-unread-message-hook'.
6374
6375 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6376
6377         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6378         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6379         if range is `cache-status'.
6380
6381 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-message.el (wl-message-buffer-prefetch-subr):
6384         Improve debug message.
6385
6386 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6387
6388         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6389         `wl-mail-send-pre-hook'.
6390         (wl-draft-send-mail-with-qmail): Ditto.
6391         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6392
6393 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6394
6395         * wl-message.el (wl-message-buffer-prefetch-subr):
6396         Fix for cancel-function-timers bug.
6397         (wl-message-buffer-prefetch-debug): Default value is t.
6398
6399 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6402         (wl-message-buffer-prefetch-subr): Rewrite.
6403         Rename from `wl-message-buffer-prefetch'.
6404
6405 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6406
6407         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6408         (wl-default-draft-cite-decorate-author): Ditto.
6409
6410         * wl-draft.el (wl-draft-cite-function): Removed.
6411         (wl-default-draft-cite-decorate-author): Ditto.
6412
6413 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6414
6415         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6416         (wl-default-draft-cite): Do not arrange author name if the value of
6417         `wl-default-draft-cite-decorate-author' is nil.
6418
6419 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6422
6423         * wl-folder.el (wl-folder-check-one-entity): Don't care
6424         `elmo-folder-use-flag-p'.
6425
6426 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6427
6428         * wl-folder (wl-folder-check-one-entity): Fix
6429         problem if unread is nil.
6430
6431 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6432
6433         * wl-address.el (wl-address-make-completion-list): Check whether
6434         the address is a group list.
6435         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6436
6437 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6438
6439         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6440         The number of the messages of new and unread does not count
6441         correctly.
6442
6443         * wl-summary.el (wl-summary-count-unread): Changed to return
6444         `(new . unread)' instead of total.
6445         (wl-summary-sync-update): Follow the change above.
6446
6447         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6448
6449 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6450
6451         * wl-address.el (wl-address-make-completion-list): Do not enclose
6452         address by " <" and ">" if associated realname is "".
6453         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6454         This is against the promblem with group list in .addresses pointed
6455         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6456
6457 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6458
6459         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6460         message is a format control string.
6461         * wl-expire.el (wl-expire-append-log): Ditto.
6462         * wl-mime.el (wl-summary-burst-subr): Ditto.
6463         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6464         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6465
6466 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6467
6468         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6469         wl.el (wl-check-variables): Rename from `wl-check-type'.
6470         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6471         (wl-check-variables-2): New function.
6472         (wl): Call `wl-check-variables-2'.
6473
6474 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6475
6476         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6477         after renaming folder in access group.
6478
6479 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6482         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6483         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6484         (wl-message-buffer-prefetch): Rewrite.
6485         (wl-message-buffer-prefetch-idle-time): Removed.
6486         * wl-summary.el (wl-summary-redisplay-internal):
6487         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6488         Error check for `wl-message-buffer-prefetch-depht'.
6489
6490 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * Version number is increased to 2.9.5.
6493         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6494
6495 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6498         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6499         Based on the patch written by
6500         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6501
6502 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6503
6504         * wl-draft.el (wl-draft-raw-send): Fix for
6505         `wl-news-send-pre-hook'
6506
6507 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-utils.el (wl-message-id-function): New variable.
6510         * wl-draft.el (wl-draft-insert-required-fields):
6511         Use `wl-message-id-function'.
6512
6513 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6516         * wl-utils.el (wl-draft-make-message-id-string):
6517         Use `wl-from' for domain part of Message-ID
6518         if `wl-message-id-use-wl-from' if non-nil.
6519         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6520
6521 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6522
6523         * wl.el (wl): Call `wl-check-type'
6524         Do not 'condition-case'.
6525
6526 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6527
6528         * wl.el (wl-check-type): New function.
6529         (wl-check-type-variables): New variable.
6530
6531 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6532
6533         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6534
6535 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6536
6537         * wl-draft.el (wl-smtp-password-key): New function.
6538         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6539         (wl-draft-send-mail-with-smtp): Ditto.
6540         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6541
6542 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6543
6544         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6545         * wl-utils.el (wl-unique-id-suffix): Remove.
6546
6547 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6548
6549         * Version number is increased to 2.9.4.
6550
6551 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-utils.el (wl-unique-id-suffix): New variable.
6554         (wl-unique-id): Use `wl-unique-id-suffix'
6555
6556 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6557
6558         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6559         instead of `elmo-msgdb-search'.
6560
6561         * Version number is increased to 2.9.3.
6562
6563 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6564
6565         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6566
6567 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6570         (wl-draft-dispatch-message): Changed for send-later.
6571         (wl-draft-queue-flush): Ditto.
6572         (wl-draft): Clear `wl-sent-message-queued'.
6573         (wl-draft-reedit): Ditto.
6574         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6575         * wl-vars.el (wl-draft-force-queuing): New variable.
6576         (wl-draft-force-queuing-mail): New variable.
6577         (wl-draft-force-queuing-news): New variable.
6578
6579 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6582         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6583
6584 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6585
6586         * Version number is increased to 2.9.2.
6587
6588 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * wl-draft.el (wl-draft-elide-region): New user command.
6591         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6592
6593         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6594         command `wl-draft-elide-region'.
6595         * wl-mule.el: Ditto.
6596         * wl-xmas.el: Ditto.
6597
6598 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6601         (wl-biff-check-folder-async): Removed needless let.
6602
6603 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6606         wl-folder-get-elmo-folder.
6607         (wl-biff-check-folder): Set `biff' argument of
6608         `wl-folder-check-one-entity'.
6609         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6610
6611         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6612         (wl-folder-check-one-entity): Added `biff' argument;
6613         Setup `biff' slot of folder.
6614
6615         * Version number is increased to 2.9.1.
6616
6617 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6620         comment out and fixed.
6621         (wl-fldmgr-add-completion-subr): Ditto.
6622
6623         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6624         and msgdb.
6625
6626         * wl.el (wl-toggle-plugged): Save summary view.
6627
6628 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6631
6632 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6633
6634         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6635
6636 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6639         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6640         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6641
6642         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6643         if it was failed.
6644         (wl-demo): Disable undo in the demo buffer.
6645
6646 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * wl-version.el (wl-version): Changed codename.
6649
6650         * Version number is increased to 2.9.0.
6651
6652 2001-12-14  Takuo KITAME <kitame@northeye.org>
6653
6654         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6655         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6656         (wl-folder-mark-as-read-all-current-entity): Ditto.
6657
6658 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * wl-vars.el (wl-from-width): Define as obsolete variable.
6661         (wl-subject-length-limit): Ditto.
6662
6663         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6664
6665         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6666         wl-summary-save-view.
6667
6668         * wl.el (wl-save-status): Ditto.
6669         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6670
6671         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6672         (wl-summary-exit): Follow the change above.
6673         (wl-summary-goto-folder-subr): Ditto.
6674
6675         * wl-folder.el (wl-folder-create-subr): Don't use
6676         `elmo-folder-creatable-p'.
6677
6678 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6681
6682 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6685         rather than bitmap on Emacs 21.
6686         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6687         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6688         for xbm if the new redisplay engine is not available.
6689
6690 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl-folder.el (wl-folder-init-hook): New hook.
6693         (wl-folder-init): Run `wl-folder-init-hook'.
6694
6695 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6698
6699 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-acap.el (wl-acap-cache-filename): New variable.
6702         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6703         (wl-acap-init): Use cache if no ACAP server found.
6704
6705 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6706
6707         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6708         `wl-acap-original-msgdb-dir'.
6709
6710         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6711         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6712
6713         * wl-mime.el (wl-mime-save-directory): Renamed from
6714         `wl-mime-save-dir'.
6715
6716 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6719
6720         * wl-demo.el: Require `path-util'.
6721         (wl-demo-bitmap-mule-available-p): New internal variable.
6722         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6723         `module-installed-p' instead.
6724         (wl-demo-insert-image): Use *.img file for a bitmap image.
6725         (wl-demo): Don't call the ascii demo recursively.
6726
6727 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6728
6729         * Version number is increased to 2.7.7.
6730
6731 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl.el (wl-exit): Eliminated byte-compile warning.
6734
6735 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6736
6737         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6738         obsolete variable using `elmo-define-obsolete-variable'.
6739         (wl-fetch-confirm-threshold): Ditto.
6740         (wl-cache-prefetch-folder-type-list): Ditto.
6741         (wl-cache-prefetch-folder-list): Ditto.
6742
6743 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6746         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6747         (wl-demo-insert-image): New function.
6748         (wl-demo-insert-text): New function.
6749         (wl-demo-image-type-alist): Redefine as a function.
6750         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6751         (wl-demo-with-temp-file-buffer): Removed.
6752         (wl-logo-xpm): Removed.
6753         (wl-logo-xbm): Removed.
6754         (wl-logo-bitmap): Removed.
6755
6756 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6757
6758         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6759         (wl-expire-localdir-get-folder-function): New user option.
6760         (wl-expire-localdir-get-folder): New function.
6761         (wl-expire-localdir-date): Ditto.
6762
6763 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6764
6765         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6766         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6767         Fixed unread number mismatch when all-unread < unread.
6768
6769 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6772         (wl-fetch-confirm-threshold): Ditto.
6773
6774         * wl-summary.el (wl-summary-confirm-appends): Removed.
6775         (wl-summary-sync-update): Don't refer
6776         `wl-summary-update-confirm-threshold' (It is now abolished).
6777
6778         * wl-message.el (wl-message-display-internal): Don't refer
6779         `wl-fetch-confirm-threshold' (It is now abolished).
6780
6781 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6784
6785 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6786
6787         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6788         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6789         Change default value to nil.
6790         (wl-summary-indent-length-limit): The value can be nil, nil means
6791         unlimited.
6792
6793         * wl-summary.el: Don't set limit for indent length if the value of
6794         wl-summary-indent-length-limit is nil.
6795         If the value of wl-summary-width is nil, it means only that the width
6796         of summary is unlimited (nil doesn't mean that the indent length is
6797         unlimited).
6798
6799         * wl-thread.el: Ditto.
6800
6801 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6802
6803         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6804         be nil, nil means never confirm.
6805         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6806
6807 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6808
6809         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6810         means unlimited).
6811
6812 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6815         Use `with-temp-buffer'.
6816
6817 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6820         with new backquote style).
6821         (wl-folder-get-entity-from-buffer): Ditto.
6822
6823 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6824
6825         * wl-version.el (nemacs-version): Eliminated.
6826         (wl-extended-emacs-version2): Ignore nemacs.
6827         (wl-extended-emacs-version3): Ditto.
6828
6829 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6830
6831         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6832         (wl-draft-add-in-reply-to): New variable.
6833         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6834         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6835         (wl-draft-yank-from-mail-reply-buffer): Use
6836         `wl-draft-add-in-reply-to'.
6837         (wl-draft-insert-current-message): Ditto.
6838
6839 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6840
6841         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6842         typo (kill->hide).
6843         (wl-message-buffer-prefetch-folder-type-list): Added elements
6844         `mark' and `cache' instead of `internal'.
6845
6846 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6849         resume msgdb directory.
6850
6851 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl.el (wl-exit): Call `wl-acap-exit'.
6854
6855         * wl-summary.el (wl-summary-message-string): New function.
6856         (wl-summary-reedit): Use it.
6857         (wl-summary-resend-bounced-mail): Remove needless let.
6858         (wl-summary-supersedes-message): Ditto.
6859         (wl-summary-save): Ditto.
6860
6861         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6862         (wl-acap-init): Set it.
6863         (wl-acap-exit): New function.
6864
6865 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6866
6867         * wl.el (wl-init): Revert (require 'mime-setup). move from
6868         toplevel.
6869
6870 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6871
6872         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6873         local variables.  Add error when guess function return invalid
6874         value.
6875
6876 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6877
6878         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6879         Change local variable name.
6880         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6881         (wl-folder-get-newsgroups): Return nil when non-news folder.
6882         * wl-summary.el (wl-summary-write-current-folder): State through
6883         when guess-list return nil.
6884         (wl-summary-write-current-folder-functions): Fixed docstring.
6885
6886         * wl.el (wl-exit): Changed confirm message.
6887
6888         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6889         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6890
6891         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6892
6893 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6894
6895         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6896         user option (Renamed from wl-cache-prefetch-folder-type-list).
6897         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6898         from wl-cache-prefetch-folder-list).
6899
6900         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6901         Move to wl-vars.el.
6902         (wl-message-buffer-prefetch-p): Changed to enable
6903         `wl-message-buffer-prefetch-folder-list'.
6904
6905         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6906         `ignore-cache'.
6907
6908 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6909
6910         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6911         `part-top' and `part-bottom'.
6912         (wl-draft-config-sub-part-top): New function.
6913         (wl-draft-config-sub-part-bottom): New function.
6914
6915 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6916
6917         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6918
6919 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6922
6923 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6924
6925         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6926
6927         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6928         (wl-summary-write-current-folder): Ditto.
6929
6930 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * wl-folder.el (wl-folder-get-newsgroups): Use
6933         `elmo-folder-newsgroups'.
6934
6935 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6936
6937         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6938         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6939         `wl-draft-config-sub-header-bottom'.
6940
6941 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6942
6943         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6944         localnews folder.
6945
6946 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6947
6948         * wl-summary.el (wl-summary-mode): Undo last change.
6949
6950         * wl-folder.el (wl-folder-mode): Ditto.
6951
6952 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6953
6954         * wl-summary.el (wl-summary-mode): Locally set
6955         truncate-partial-window-width to nil.
6956         (for XEmacs)
6957
6958         * wl-folder.el (wl-folder-mode): Ditto.
6959
6960 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6963
6964 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6967         number.
6968
6969         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6970
6971         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6972
6973         * Version number is increased to 2.7.6.
6974
6975 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6978
6979 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-summary.el (wl-summary-sync-update): Enclose network
6982         related portion with `unwind-protect'.
6983
6984 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6985
6986         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6987
6988 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6991         element.
6992         * wl-vars.el (wl-message-body-button-alist): Ditto.
6993
6994         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6995         max match length.
6996         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6997
6998         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6999         for the max match length;
7000         Use 4th element value for the button string regexp group.
7001
7002         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7003         candidate exists, prompt to select.
7004
7005 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7006
7007         * wl-summary.el (wl-summary-jump-to-msg): Search before
7008         calibration point by `beginning-of-line'.
7009
7010 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7011
7012         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7013         for access group.
7014
7015 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-message.el (wl-message-display-internal): Bind
7018         `default-mime-charset'.
7019
7020         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7021
7022         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7023
7024         * Version number is increased to 2.7.5.
7025
7026 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7027
7028         * wl-expire.el (wl-summary-archive): Fixed;
7029         Use `elmo-folder-name-internal'.
7030
7031 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7032
7033         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7034         from `elmo-folder-move-messages' caller.
7035         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7036
7037         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7038         related portions are changed).
7039
7040 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7041
7042         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7043         counter.
7044
7045 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7046
7047         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7048         buffer local and set it to nil.
7049
7050         * wl-message.el (wl-message-redisplay): Ditto.
7051
7052 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-summary.el (wl-summary-mark-as-important): If message is
7055         already cached, set messag as read, otherwise encache and mark as read.
7056
7057 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7058
7059         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7060         point-min.
7061
7062 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7065         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7066         a keymap.
7067
7068 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7071         parent.
7072
7073         * wl-mule.el (wl-message-define-keymap): Ditto.
7074
7075         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7076
7077         * wl-xmas.el (wl-message-display-internal-hook): Define.
7078         (wl-xmas-setup-message-toolbar): Define as function.
7079         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7080         (wl-message-overload-functions): Abolished.
7081         (wl-message-define-keymap): New function.
7082
7083         * wl-vars.el (wl-message-display-internal-hook): New variable.
7084         (wl-message-header-button-alist): New variable (Renamed from
7085         wl-highlight-message-header-button-alist).
7086         (wl-message-body-button-alist): Ditto.
7087
7088         * wl-mule.el (wl-message-define-keymap): New function.
7089         (wl-message-overload-functions): Abolished.
7090
7091         * wl-message.el (wl-message-add-buttons-to-body): New function.
7092         (wl-message-redisplay): Don't call wl-message-overload-functions;
7093         Call wl-message-add-buttons-to-header and
7094         wl-message-add-buttons-to-body.
7095         (wl-message-display-internal): Set keymap argument for
7096         elmo-mime-display-as-is, elmo-mime-message-display;
7097         Run wl-message-display-internal-hook.
7098         (wl-message-refer-article-or-url): Abolished.
7099
7100         * wl-highlight.el (wl-highlight-headers): Don't call
7101         wl-highlight-message-add-buttons-to-header.
7102         (wl-highlight-message-add-buttons-to-header): Abolished.
7103
7104
7105         * wl-e21.el (wl-message-display-internal-hook): Define.
7106         (wl-e21-setup-toolbar): Deleted duplicated binding.
7107         (wl-e21-setup-message-toolbar): Define as function.
7108         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7109         (wl-message-define-keymap): New function.
7110         (wl-message-overload-functions): Abolished.
7111
7112 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7115         and elmo-folder-close.
7116
7117         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7118
7119 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7120
7121         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7122         boolean value.
7123         * wl-draft.el (wl-draft-do-fcc): Ditto.
7124
7125 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7126
7127         * wl-vars.el (wl-fcc-force-as-read): New variable.
7128         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7129         mark copied message as read.
7130
7131 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7132
7133         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7134
7135 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7136
7137         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7138         `wl-summary-target-above' instead of obsolete variable
7139         `wl-summary-temp-above'.
7140
7141         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7142         instead of `make-obsolete-variable'.
7143         * wl-refile.el (toplevel): Ditto.
7144
7145 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7148         with third argument t.
7149         (wl-draft): Set first argument for wl-plugged-init as t.
7150
7151         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7152         definition.
7153
7154 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7155
7156         * wl-vars.el: Tabify.
7157         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7158
7159         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7160         message.
7161
7162 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7163
7164         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7165         and set default to beep.
7166
7167 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7168
7169         * wl-vars.el (wl-draft-truncate-lines): New variable.
7170
7171         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7172         instead of wl-message-truncate-lines for truncate-lines.
7173
7174 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-message.el (wl-message-display-internal): Call
7177         `wl-highlight-message' after `elmo-mime-display-as-is'.
7178
7179         * wl-mime.el (wl-mime-display-text/plain): New function.
7180         (wl-mime-display-header): Ditto.
7181         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7182         body-presentation-method for text/plain;
7183         Register `wl-mime-display-header' as a header-presentation-method;
7184         Don't set up `elmo-message-text-content-inserted-hook' and
7185         `elmo-message-header-inserted-hook'.
7186
7187         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7188         variable.
7189         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7190         as t if flag is 'all-header;
7191         Don't bind `elmo-message-ignored-field-list',
7192         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7193
7194 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7197         for xemacs with non-mule environment.
7198
7199 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7200
7201         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7202         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7203         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7204
7205 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7206
7207         * wl-vars.el (wl-interactive-send): Set default value as t.
7208
7209 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7212         (wl-addrmgr-method-list): Abolished.
7213         (wl-addrmgr-change-method): Follow above change.
7214
7215         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7216
7217 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7218
7219         * wl-vars.el (wl-message-truncate-lines): Change default value
7220         to default-truncate-lines.
7221
7222         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7223
7224 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7225
7226         * wl-vars.el (wl-message-truncate-lines): New variable.
7227
7228         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7229         wl-message-truncate-lines.
7230
7231 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7232
7233         * wl-acap.el (wl-acap-init): Remove period from error message.
7234         (wl-acap-find-acap-service): Remove period from message.
7235
7236 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * wl.el (wl-check-environment): Undo last change.
7239
7240         * wl-vars.el (wl-from): Changed default value.
7241
7242         * wl-util.el (toplevel): Don't require tm-edit.
7243
7244         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7245         `wl-folder-init';
7246         Don't set mark on mail body.
7247         (wl-draft-reedit): Ditto.
7248
7249         * wl-address.el (wl-address-quote-specials): Define as an alias for
7250         elmo-address-quote-specials.
7251
7252 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7255
7256         * wl-vars.el (wl-from): Set default value as nil.
7257         (wl-organization): Set default value as ORGANIZATION environment
7258         variable.
7259
7260         * wl-draft.el (wl-smtp-extension-bind): Check value of
7261         wl-smtp-connection-type.
7262
7263         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7264         error.
7265
7266 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7267
7268         * Version number is increased to 2.7.4.
7269
7270         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7271         arguments from `wl-highlight-x-face-function' caller.
7272         Use x-face-1.3.6.12 or later.
7273
7274 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7275
7276         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7277
7278 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7279
7280         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7281         (wl-fcc): Fix to accept function.
7282         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7283
7284 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7285
7286         * wl-acap.el (toplevel): Added `product-provide' declare.
7287         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7288
7289 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl.el (wl): Changed order of calling `elmo-init'
7292         and `elmo-folder-init'.
7293
7294 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7295
7296         * wl-mime.el (wl-summary-burst): Extract message when content-type
7297         of root entity is not only `multipart' but also `message/rfc822'.
7298         (wl-summary-burst-subr): Ditto.
7299
7300 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-vars.el (toplevel): Require 'custom.
7303         (wl-trash-folder): Added to `wl-setting' group.
7304
7305         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7306         exists.
7307         (wl-addrmgr-draw): Insert empty line when no entry exists.
7308
7309         * wl-mule.el (wl-message-wheel-up): Fixed.
7310         (wl-message-wheel-down): Ditto.
7311
7312 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7313
7314         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7315         config is an anonymous lambda expression.
7316
7317 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7320         when Mule 2 is running.
7321
7322 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7323
7324         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7325
7326 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7329         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7330
7331         * wl-address.el (wl-address-specials-regexp): Eliminated.
7332         (wl-address-quote-specials): Rewrite.
7333
7334 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7337         shy-groups for regexp.
7338
7339         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7340         character classes and Perl style shy-groups for regexp.
7341         (wl-highlight-plugged-current-line): Use Posix style character
7342         classes for regexp.
7343         (wl-e21-highlight-folder-by-numbers): Ditto.
7344         (wl-e21-display-image-p): Use `display-images-p' instead of
7345         `display-graphic-p'.
7346         (display-images-p): Make an alias to `display-graphic-p' if it is
7347         not available.  It is for Emacs version prior to 21.0.105.
7348
7349         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7350         `display-graphic-p'.
7351         (wl-demo-image-type-alist): Ditto.
7352         (display-images-p): Make an alias to `display-graphic-p' if it is
7353         not available.  It is for Emacs version prior to 21.0.105.
7354
7355 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7356
7357         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7358         support.
7359         (wl-generate-user-agent-string): Ditto.
7360
7361         * wl-version.el (wl-version): Update docsting.
7362         (wl-version-status): Ditto.
7363
7364 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7365
7366         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7367         21.0.105.  For Emacs 21.0.104 or earlier.
7368
7369 2001-09-03  Takuo KITAME <kitame@northeye.org>
7370
7371         * wl-e21.el (wl-plugged-init-icons): Use
7372         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7373         (wl-biff-init-icons): Ditto.
7374
7375 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-highlight.el (wl-highlight-summary-current-line):
7378         Fixed highlighting refile/copy destination.
7379
7380         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7381         (wl-acap-store): Encode string by wl-acap-coding-system.
7382
7383 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-acap.el (toplevel): Check and require 'un-define before
7386         'xemacs-ucs;
7387          Added checking for UTF-2000.
7388
7389 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7392         Don't enclose with `eval-and-compile'.
7393
7394         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7395         wl-init is non-nil.
7396
7397         * wl-draft.el (wl-draft): Ditto.
7398
7399         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7400
7401         * wl-acap.el (toplevel): Require 'wl.
7402         (wl-acap-store): Call `elmo-init'.
7403
7404         * wl.el (wl): Changed position of `wl-check-environment'.
7405         (toplevel): Added autoload setting for wl-acap.
7406
7407         * wl-vars.el (wl-setting): New custom group.
7408         (wl-from): Added wl-setting group.
7409         (wl-user-mail-address-list): Ditto.
7410         (wl-organization): Ditto.
7411         (wl-subscribed-mailing-list): Ditto.
7412         (wl-envelope-from): Ditto.
7413         (wl-smtp-posting-user): Ditto.
7414         (wl-smtp-posting-server): Ditto.
7415         (wl-smtp-posting-port): Ditto.
7416         (wl-smtp-authenticate-type): Ditto.
7417         (wl-pop-before-smtp-user): Ditto.
7418         (wl-pop-before-smtp-server): Ditto.
7419         (wl-pop-before-smtp-port): Ditto.
7420         (wl-pop-before-smtp-authenticate-type): Ditto.
7421         (wl-nntp-posting-server): Ditto.
7422         (wl-nntp-posting-user): Ditto.
7423         (wl-nntp-posting-port): Ditto.
7424         (wl-fetch-confirm-threshold): Ditto.
7425         (wl-prefetch-threshold): Ditto.
7426         (wl-thread-insert-opened): Ditto.
7427         (wl-ldap-server): Ditto.
7428         (wl-ldap-port): Ditto.
7429         (wl-ldap-base): Ditto.
7430         (wl-ldap-objectclass): Ditto.
7431         (wl-use-ldap): Ditto.
7432         (wl-draft-config-alist): Ditto.
7433         (wl-draft-config-matchone): Ditto.
7434         (wl-template-alist): Ditto.
7435         (wl-message-sort-field-list): Ditto.
7436         (wl-message-ignored-field-list): Ditto.
7437         (wl-message-visible-field-list): Ditto.
7438         (wl-interactive-send): Ditto.
7439         (wl-summary-move-order): Ditto.
7440         (wl-auto-select-first): Ditto.
7441         (wl-auto-select-next): Ditto.
7442         (wl-interactive-save-folders): Ditto.
7443
7444         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7445         Initialization codes are moved from wl-local-folder-init.
7446         (wl-local-folder-init): Follow the change above.
7447         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7448
7449         * wl-acap.el: New file.
7450
7451         * Version number is increased to 2.7.3.
7452
7453 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7454
7455         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7456
7457 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7458
7459         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7460         (wl-addrmgr-address-entry-list): Ditto.
7461
7462 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-e21.el (wl-draft-mode-map): Removed binding for
7465         `wl-draft-insert-x-face-field'.
7466
7467         * wl-mule.el (wl-draft-mode-map): Ditto.
7468
7469         * wl-xmas.el (wl-draft-mode-map): Ditto.
7470
7471         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7472         (wl-cs-autoconv): Ditto.
7473         (wl-cs-local): Ditto.
7474         (wl-use-scoring): Ditto.
7475         (wl-mime-charset): Ditto.
7476         (wl-folder-check-async): Ditto.
7477
7478         * wl.el (toplevel): Ignore nemacs and tm.
7479         (wl-exit): Ditto.
7480
7481         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7482         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7483         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7484         instead of wl-address-petname-add-or-change.
7485         (wl-summary-edit-addresses-subr): Use wl-address-delete
7486         instead of wl-address-petname-delete.
7487
7488         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7489
7490         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7491         if error occured.
7492
7493         * wl-message.el (require): Remove tm support.
7494
7495         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7496
7497         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7498         (wl-folder-jump-to-current-entity): Ditto.
7499         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7500
7501         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7502         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7503         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7504
7505         * wl-mule.el (wl-draft-key-setup): Ditto.
7506
7507         * wl-xmas.el (wl-draft-key-setup): Ditto.
7508
7509         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7510         (wl-draft-std11-parse-addresses): New function.
7511         (wl-draft-parse-mailbox-list): Use it.
7512         (wl-draft): Ignore nemacs.
7513         (wl-draft-reedit): Ditto.
7514
7515         * wl-addrmgr.el: New file.
7516         (Original is wl-rcpt.el written by
7517         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7518         Thanks Kitamoto-san.)
7519
7520         * wl-address.el (wl-address-make-address-list): Modified parsing
7521         process.
7522         (wl-address-delete): Renamed from `wl-address-petname-delete';
7523         Modify wl-address-list too.
7524         (wl-address-add-or-change): Renamed from
7525         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7526
7527 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7528
7529         * wl-highlight.el (wl-highlight-summary-current-line):
7530           Work with transient-mark-mode
7531
7532 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * Version number is increased to 2.7.2.
7535
7536         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7537         instead of elmo-dop-queue-method.
7538
7539 2001-08-06  SAITO Atsunori <sai@yedo.com>
7540
7541         * wl-vars.el (wl-ldap-objectclass): New user option.
7542
7543         * wl-address.el (wl-ldap-make-filter): Use it.
7544
7545 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7546
7547         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7548
7549 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-folder.el (wl-folder): redisplay after folder insertion.
7552
7553         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7554
7555         * wl-summary.el (wl-summary-sync-update):
7556         Change status mark only when new-msgdb exists.
7557         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7558
7559 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-summary.el (wl-summary-open-folder): New function.
7562         (wl-summary-goto-folder-subr): Use it.
7563         (wl-summary-mark-as-important): Fix;
7564         Encache only when no cache exists.
7565
7566 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7569         Use with-current-buffer.
7570
7571 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7572
7573         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7574         before call `get-buffer'. Fixed parenthesis.
7575         (wl-score-get-header-entry): Clear message and help window when
7576         keyboard quit.
7577         (wl-score-edit-insert-header): Ditto.
7578
7579 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7582         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7583         (wl-default-draft-cite): Fix.
7584
7585         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7586         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7587
7588 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-message.el (wl-message-prev-page): Do same bahavior
7591         as summary when it is called in the message buffer.
7592         (wl-message-next-page): Ditto.
7593
7594 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-summary.el (wl-summary-forward): Use cache if it is not
7597         section cache.
7598
7599 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7602         Removed redundant require of elmo-vars.
7603         (wl-biff-state-indicator-on): Changed default value for
7604         xemacs with non-mule environment.
7605
7606         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7607         wl-message-buffer is nil;
7608         Hide progress bar after moving messages.
7609
7610 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7613         message at cursor point is deleted.
7614
7615 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-vars.el: Changed file coding system to euc-japan.
7618         Added -*-coding:-*- magic to the first line.
7619
7620         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7621         Search parent from the first message.
7622
7623         * Version number is increased to 2.7.1.
7624
7625 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7626
7627         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7628
7629 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7632         refile/delete execution.
7633
7634         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7635         Fixed docstring.
7636
7637 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7640         do update process;
7641         Don't update marks when update process is interrupted.
7642
7643 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7644
7645         * wl-summary.el (wl-summary-reply): Fixed problem when
7646         wl-draft-use-frame is non-nil.
7647         (wl-summary-forward): Ditto.
7648
7649         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7650         as nil.
7651         (wl-folder-mark-as-read-all-entity): Ditto.
7652         (wl-folder-prefetch-entity): Ditto.
7653
7654         * wl.el (wl): Check environment before wl-init.
7655
7656         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7657         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7658         instead of wl-summary-collect-unread.
7659         (wl-summary-reply): Split message window.
7660
7661 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7664         only if current language environment is japanese,
7665
7666         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7667         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7668         (wl-folder-goto-folder-subr): Ditto.
7669
7670         * wl-draft.el (wl-draft-dispatch-message): Call
7671         `elmo-file-cache-get-path'.
7672
7673 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-summary.el (wl-summary-cursor-move): If return value of
7676         wl-summary-next-message is not number, don't jump.
7677
7678 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-summary.el (wl-summary-buffer-next-message-function): New
7681         variable.
7682         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7683         if it is bound.
7684
7685         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7686         string.
7687
7688         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7689         (wl-plugged-drawing): Ditto.
7690
7691 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7694         process.
7695         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7696         with unwind-protect.
7697
7698         * wl.el (wl-init): Require mime-setup.
7699         (wl-check-environment): Don't require mime-setup.
7700
7701         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7702         instead of elmo-folder-type.
7703
7704         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7705         value as nil.
7706
7707 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * Version number is increased to 2.7.0.
7710
7711         * wl-version.el (wl-version): Changed codename.
7712
7713         * wl-summary.el (wl-summary-delete-cache): Fixed.
7714
7715         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7716         Workaround for net folders.
7717         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7718
7719         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7720         value to nil (According to the patch from
7721         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7722
7723         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7724         of elmo-folder-close.
7725
7726 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7727
7728         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7729         for postfix.
7730
7731 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-summary.el (wl-summary-resend-message): Fixed.
7734
7735         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7736         Call wl-draft with `from' argument if its address is included in
7737         `wl-user-mail-address-list'.
7738         (wl-draft): Added `from' argument.
7739
7740         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7741         non-nil.
7742         (wl): Don't show demo if wl-demo is nil.
7743
7744         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7745         wl-summary-use-frame.
7746
7747         * wl-vars.el (wl-summary-use-frame): New user option.
7748         (wl-folder-use-frame): Changed docstring.
7749
7750         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7751         non-nil.
7752         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7753         wl-summary-use-frame.
7754
7755         * wl-vars.el (wl-folder-use-frame): New user option.
7756
7757         * wl-summary.el (wl-summary-exit): Back to folder frame if
7758         wl-folder-use-frame is non-nil.
7759         (wl-summary-redisplay-internal): Ignore cache if current folder
7760         is draft folder,
7761         (wl-summary-redisplay-no-mime): Ditto.
7762         (wl-summary-redisplay-all-header): Ditto.
7763
7764         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7765         if wl-folder-use-frame is non-nil.
7766
7767 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-summary.el (wl-summary-sync-update): Bind
7770         elmo-folder-update-threshold.
7771         (wl-summary-mark-as-important): Enclosed server mark processing
7772         with `save-match-data'.
7773
7774         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7775         only when it is already defined.
7776
7777 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7778
7779         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7780         name of folder exclude localdir is wrong.
7781         * wl-folder.el (wl-folder-sync-entity):
7782         Set `wl-summary-always-sticky-folder-list' as nil.
7783         (wl-folder-mark-as-read-all-entity): Ditto.
7784         (wl-folder-prefetch-entity): Ditto.
7785
7786 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7787
7788         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7789         instead of `wl-summary-write-current-newsgroup'.
7790
7791 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7792
7793         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7794         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7795         non-nil and selected message is important, do not display.
7796
7797 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7798
7799         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7800
7801 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7804
7805         * wl-summary.el (wl-summary-mark-as-important): Set message number
7806         using wl-summary-message-number.
7807
7808 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7809
7810         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7811         destination folder is 'null.
7812
7813 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7814
7815         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7816         New function.
7817         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7818         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7819         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7820
7821 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-mime.el (wl-mime-setup): Added setting for
7824         `mime-setup-signature-key-alist' to avoid overriding key bind for
7825         `wl-draft-send'.
7826
7827         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7828         for `wl-draft-send'.
7829         * wl-mule.el (wl-draft-overload-functions): Ditto.
7830         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7831         * wl-draft.el (wl-draft-send): Ditto.
7832
7833         * wl-message.el (wl-message-display-internal):
7834         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7835         (Patch is provided by <kita@coe.nttdata.co.jp>).
7836
7837 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7838
7839         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7840
7841 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7842
7843         * wl.el (wl): Fix for wl-demo.
7844
7845 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7846
7847         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7848
7849 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7850
7851         * wl-folder.el (wl-folder-prefetch-entity): Use
7852         `wl-folder-get-elmo-folder'.
7853         (wl-folder-count-incorporates): Do not use
7854         `wl-folder-get-elmo-folder'.
7855
7856 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7857
7858         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7859         instead of `elmo-folder-get-type'.
7860
7861 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7862
7863         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7864         position on Subject: field.
7865         (Advised by Mito <mit@nines.nec.co.jp>)
7866
7867 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7868
7869         * wl-folder.el (wl-folder-prefetch-entity): Use
7870         `wl-folder-get-elmo-folder'.
7871
7872 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7875
7876         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7877         `process-duplicates' slot.
7878
7879         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7880         if detection failed.
7881
7882 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7883
7884         * wl-version.el (wl-version-status): Set to "alpha".
7885
7886 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7889         Check wl-message-buffer lives before set-buffer.
7890
7891 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7892
7893         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7894         called in folder mode.
7895         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7896         * wl-summary.el (wl-summary-exit-pre-hook): Run
7897         `wl-summary-exit-pre-hook' before exit summary mode.
7898
7899 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7900
7901         * wl-version.el (wl-version-status): New variable.
7902         (wl-version-status-alist): Removed.
7903         (wl-version-status): Rule included.
7904
7905 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7908         @sponichi.
7909
7910         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7911         when `mail-reply-buffer' is buffer-local variable.
7912         (Reported by <kita@coe.nttdata.co.jp>).
7913
7914 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-vars.el (toplevel): Require 'elmo-util.
7917
7918 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7921         (All other related portions are changed)
7922
7923         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7924
7925         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7926
7927 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7928
7929         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7930
7931 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7934         Delete other windows to avoid an error.
7935         Use `point-marker' instead of `point' to remember the start point
7936         of body.
7937
7938         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7939
7940         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7941         number not to exceed all message number.
7942
7943 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7944
7945         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7946         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7947
7948 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * wl-summary.el (wl-summary-sync-force-update): Added argument
7951         no-check.
7952         (wl-summary-sync-update): Ditto.
7953         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7954         with `no-check'.
7955
7956         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7957         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7958         already running.
7959
7960 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7961
7962         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7963         `dst-folder-arg'.
7964         (wl-expire-archive-number1): Diito.
7965         (wl-expire-archive-number2): Diito.
7966         (wl-expire-archive-Date): Diito.
7967         (wl-archive-number1): Diito.
7968         (wl-archive-number2): Diito.
7969         (wl-archive-date): Diito.
7970         (wl-archive-folder-p): New function.
7971         (wl-summary-expire): Support of expand folder name at
7972         wl-expire-alist.
7973         * wl-util.el (wl-expand-newtext): Renamed from
7974         `wl-refile-expand-newtext'.
7975
7976 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7977
7978         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7979         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7980         `(elmo-msgdb-get-overview msgdb)'.
7981         (wl-summary-prefetch): Bind match data before call
7982         `wl-summay-prefetch-msg'.
7983         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7984         'off if `wl-summary-buffer-disp-msg' is non-nil.
7985         Fixed problem that couldn't show only one new or unread message when
7986         enter folder.
7987         (wl-summary-reply): Don't call `split-window-vertically' and other
7988         window.
7989
7990 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7991
7992         * wl-expire.el (wl-expire-refile): Fixed.
7993
7994 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7997
7998         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7999         biff notification is removed.
8000
8001         * wl.el (wl): Changed position of `elmo-init'.
8002
8003         * wl-draft.el (wl-default-draft-cite): Use date field
8004         on the citation buffer.
8005
8006         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8007
8008         * wl-xmas.el (wl-folder-internal-icon-list): Added
8009         `wl-folder-shimbun-image'.
8010
8011         * wl-e21.el (wl-folder-internal-icon-list): Added
8012         `wl-folder-shimbun-image'.
8013
8014 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl.el (wl-init): Eliminated argument.
8017         (wl): Rewrite.
8018
8019         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8020         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8021         instead of `elmo-folder-msgdb-internal'.
8022         (wl-summary-sync-update): Ditto.
8023         (wl-summary-flush-pending-append-operations): Eliminated.
8024         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8025         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8026         `elmo-folder-open'.
8027
8028         * wl-mime.el (wl-summary-burst): Fixed.
8029
8030         * wl-folder.el (wl-folder-info-save): Check data type.
8031
8032         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8033         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8034         instead of `elmo-folder-msgdb-internal'.
8035         (wl-expire-hide): Ditto.
8036
8037
8038         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8039
8040 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8041
8042         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8043
8044 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8045
8046         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8047
8048 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8049
8050         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8051         Fixed `match-beginning' argument mismatch.
8052
8053 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8054
8055         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8056         the default value.
8057
8058 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8061         instead of `elmo-nntp-default-port'.
8062
8063         * wl-vars.el: Fixed some doc strings.
8064
8065 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * wl-summary.el (wl-summary-prefetch-msg): Use
8068         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8069
8070         * wl-vars.el: Define *-func as obsolete variable using
8071         `elmo-define-obsolete-variable'.
8072
8073         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8074         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8075         instead of `wl-message-buffer-prefetch-threshold'.
8076
8077         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8078
8079         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8080
8081         * wl-draft.el (wl-caesar-region-func): Ditto.
8082
8083         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8084         Keep unread status in elmo-folder-move-messages.
8085         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8086
8087 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8088
8089         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8090         `wl-summary-buffer-exit-func'
8091         (wl-summary-buffer-message-redisplay-function): Renamed from
8092         `wl-summary-buffer-message-redisplay-func'
8093         (wl-summary-buffer-next-folder-function): Renamed from
8094         `wl-summary-buffer-next-folder-func'.
8095         (wl-summary-buffer-prev-folder-function): Renamed from
8096         `wl-summary-buffer-prev-folder-func'.
8097         (wl-summary-get-petname-function): Renamed from
8098         `wl-summary-get-petname-func'.
8099
8100         * wl-score.el (wl-score-edit-exit-function): Renamed from
8101         `wl-score-edit-exit-func'.
8102
8103         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8104         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8105
8106         * wl-util.el (wl-load-profile-function): Renamed from
8107         `wl-load-profile-func'.
8108
8109         * wl-folder.el (wl-folder-completion-function): Renamed from
8110         `wl-folder-completion-func'.
8111         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8112
8113         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8114         `wl-expire-archive-get-folder-func'.
8115         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8116         (wl-draft-send-mail-function): Renamed from
8117         `wl-draft-send-mail-func'.
8118         (wl-draft-send-news-function): Renamed from
8119         `wl-draft-send-news-func'.
8120         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8121         (wl-generate-mailer-string-function): Renamed from
8122         `wl-generate-mailer-string-func'.
8123         (wl-highlight-signature-search-function): Renamed from
8124         `wl-highlight-signature-search-func'.
8125         (wl-highlight-x-face-function): Renamed from
8126         `wl-highlight-x-face-func'
8127         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8128         (wl-ps-print-buffer-function): Renamed from
8129         `wl-ps-print-buffer-func'
8130         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8131         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8132         (wl-summary-subject-filter-function): Renamed from
8133         `wl-summary-subject-filter-func'.
8134
8135         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8136         `wl-draft-queue-flush-send-func'
8137         (wl-draft-cite-function): Renamed from
8138         `wl-draft-cite-func'
8139
8140         * wl-address.el (wl-address-init-function): Renamed from
8141         `wl-address-init-func'.
8142
8143 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8144
8145         * wl-draft.el (wl-draft-queue-flush): Don't call
8146         `elmo-dop-unlock-message'.
8147         * wl-draft.el (wl-draft-queue-append): Don't call
8148         `elmo-dop-lock-message'.
8149
8150         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8151         (wl-summary-buffer-folder-name): Ditto.
8152         (wl-summary-message-regexp): Added '-' (all other related portions
8153         are changed).
8154         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8155         wl-summary-buffer-folder-name.
8156
8157 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8158
8159         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8160         the number of mails in the folder buffer is not updated by wl-biff.
8161
8162 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8163
8164         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8165         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8166
8167 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-summary.el (wl-summary-next-message):
8170         Return next message number when wl-summary-move-order is nil.
8171
8172 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8173
8174         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8175         `wl-summary-move-spec-alist'.
8176         (wl-summary-move-spec-unplugged-alist): New variable
8177         (Move spec for unplugged status).
8178         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8179         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8180
8181 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8182
8183         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8184         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8185
8186 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8187
8188         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8189         simple quotation to quote the anonymous function.
8190         * tm-wl.el (wl-draft-preview-message): Ditto.
8191
8192 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8193
8194         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8195         Eliminate redundant `save-excursion'.
8196         (wl-highlight-summary-current-line): Ditto.
8197
8198         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8199         accessing match data when `looking-at' failed.
8200
8201         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8202         `elmo-match-string' where users don't care about the speed.
8203         (wl-draft-save): Ditto.
8204
8205 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * wl-util.el (wl-regexp-opt): New function.
8208
8209         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8210         number from `wl-summary-buffer-number-list'.
8211         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8212         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8213         (wl-summary-move-spec-alist): Changed default setting.
8214
8215 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8216
8217         * wl-vars.el (wl-biff-notify-hook): New hook.
8218         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8219         the arrival of new mail.
8220         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8221         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8222
8223 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8226
8227 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8230
8231         * Version number is increased to 2.5.8.
8232
8233         * wl-thread.el (toplevel): require 'cl.
8234         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8235         (wl-thread-make-number-list): New function.
8236         (wl-thread-entity-make-number-list-from-children): Ditto.
8237         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8238         (wl-thread-entity-insert-as-children): Likewise.
8239         (wl-thread-delete-message): Likewise.
8240         (wl-meaning-of-mark): Eliminated.
8241         (wl-thread-next-failure-mark-p): Ditto.
8242         (wl-thread-entity-get-mark): Ditto.
8243         (wl-thread-meaning-alist-get-result): Ditto.
8244         (wl-thread-entity-check-prev-mark): Ditto.
8245         (wl-thread-entity-check-next-mark): Ditto.
8246         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8247         (wl-thread-entity-get-prev-marked-entity): Ditto.
8248         (wl-thread-get-prev-unread): Ditto.
8249         (wl-thread-jump-to-prev-unread): Ditto.
8250         (wl-thread-get-next-unread): Ditto.
8251         (wl-thread-jump-to-next-unread): Ditto.
8252         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8253         (wl-thread-entity-get-next-marked-entity): Ditto.
8254
8255         * wl-summary.el (wl-summary-buffer-number-list):
8256         New bufer-local variable.
8257         (wl-summary-switch-to-clone-buffer): Clone
8258         `wl-summary-buffer-number-list'.
8259         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8260         (wl-summary-cursor-move-regex): Eliminated.
8261         (wl-summary-cursor-up): Rewrite.
8262         (wl-summary-cursor-down): Ditto.
8263         (wl-summary-mode-spec-alist): New variable.
8264         (wl-summary-next-message): New inline function.
8265         (wl-summary-cursor-move): New function.
8266         (wl-summary-default-get-next-msg): Rewrite.
8267         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8268         (wl-summary-rescan): Ditto.
8269         (wl-summary-sync-all-init): Ditto.
8270         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8271         summary is not thread view.
8272         (wl-summary-sync-update): Ditto.
8273         (wl-summary-rescan): Ditto.
8274         (wl-summary-make-number-list): New function.
8275
8276         * wl-draft.el: "FCC" -> "Fcc".
8277
8278 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-highlight.el (wl-highlight-summary-window):
8281         Call `set-buffer-modified-p'.
8282
8283         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8284         (wl): Call `elmo-init' and fix.
8285
8286         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8287         Use new variables.
8288
8289         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8290
8291 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8294
8295 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8296
8297         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8298
8299 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8300
8301         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8302         `wl-use-toolbar' nor `display-graphic-p'.
8303         (wl-e21-setup-message-toolbar): Ditto.
8304         (wl-e21-setup-summary-toolbar): Ditto.
8305         (wl-e21-setup-folder-toolbar): Ditto.
8306
8307         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8308         (wl-plugged-init-icons): Ditto.
8309
8310         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8311         `display-graphic-p'.
8312         (wl-plugged-set-folder-icon): Ditto.
8313         (wl-highlight-plugged-current-line): Ditto.
8314         (wl-highlight-folder-current-line): Ditto.
8315         (wl-e21-highlight-folder-group-line): Ditto.
8316         (wl-e21-setup-toolbar): Ditto.
8317         (wl-e21-display-image-p): New macro.
8318
8319         * wl-demo.el (wl-demo): Simplified.
8320         (wl-demo-image-type-alist): Use `image-type-available-p' for
8321         checking whether the image type `xbm' is available.
8322
8323 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8324
8325         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8326         (wl-summary-input-range): Ditto.
8327
8328 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-summary.el (wl-summary-edit-addresses): Use
8331         `wl-summary-get-original-buffer'
8332         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8333         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8334         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8335         (wl-summary-get-newsgroups): Eliminated.
8336         (wl-summary-set-crosspost): Ditto.
8337         (wl-summary-is-crosspost-folder): Ditto.
8338         (wl-crosspost-alist-load): Ditto.
8339         (wl-crosspost-alist-save): Ditto.
8340
8341         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8342         `elmo-setup-subscribed-newsgroups' instead of
8343         `elmo-nntp-make-groups-hashtb'.
8344         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8345         instead of `wl-crosspost-alist-save'.
8346
8347         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8348         of `elmo-folder-message-appendable-p'.
8349         (wl-mime-header-presentation-method): Eliminated.
8350
8351         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8352         (Error occurs in emacs21).
8353
8354         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8355         the current buffer).
8356
8357         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8358         instead of `wl-crosspost-alist-save'.
8359         (wl-init): `elmo-crosspost-message-alist-load'
8360         instead of `wl-crosspost-alist-load'
8361
8362         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8363         (wl-parse-newsgroups): Likewise.
8364         (wl-biff-notify): Run `wl-biff-notify-hook'.
8365
8366 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8367
8368         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8369
8370         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8371         when `wl-summary-lazy-highlight' is non-nil.
8372         (wl-summary-goto-folder-subr): Highlight only when
8373         `wl-summary-lazy-highlight' is non-nil.
8374
8375         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8376         Don't display progress and highlight temp-mark when
8377         `wl-summary-lazy-highlight' is non-nil.
8378         (wl-highlight-summary-window): New function.
8379         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8380
8381 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8382
8383         * wl-summary.el (wl-summary-sync): Change `all-visible'
8384         from `all-shown'
8385         (wl-summary-input-range): Ditto.
8386
8387 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8388
8389         * wl-e21.el (wl-highlight-folder-current-line): Call
8390         `wl-folder-init-icons' when folder icons have not been initialized.
8391
8392         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8393
8394         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8395         (wl-demo-image-type-alist): New macro.
8396
8397 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8398
8399         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8400         display does not support graphics.
8401         (wl-plugged-init-icons): Ditto.
8402         (wl-folder-init-icons): Ditto.
8403
8404         * wl-demo.el (wl-demo): Chech closely whether the display
8405         supports graphics.
8406
8407 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8408
8409         * wl-summary.el (wl-summary-get-original-buffer): New function.
8410         (wl-summary-set-crosspost): Use it.
8411         (wl-summary-target-mark-uudecode): Ditto.
8412         (wl-summary-reedit): Ditto.
8413         (wl-summary-resend-bounced-mail): Ditto.
8414         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8415         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8416
8417         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8418         (wl-message-display-internal): Ditto.
8419
8420 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8423
8424 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8425
8426         * wl-summary.el (wl-summary-save-view): Renamed from
8427         `wl-summary-save-status'.
8428
8429 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8430
8431         * wl-summary.el (wl-summary-sync): Added `all-shown'
8432
8433 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8434
8435         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8436
8437 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8438
8439         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8440
8441 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8442
8443         * wl-highlight.el (wl-highlight-summary-line-string): Use
8444         `zerop' instead of `= 0'.
8445         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8446
8447         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8448         for comparing numbers.
8449         (wl-template-prev): Use `zerop' instead of `eq 0'.
8450
8451         * wl-draft.el (wl-draft-insert-current-message): Use
8452         `with-current-buffer' instead of `save-excursion'.
8453         Use `zerop' instead of `eq 0'.
8454
8455 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8456
8457         * wl-draft.el (wl-draft-insert-ccs): New function.
8458         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8459         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8460
8461 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8464
8465 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-expire.el (wl-expire-refile): Don't call
8468         elmo-msgdb-add-msgs-to-seen-list;
8469         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8470         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8471
8472 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-message.el (wl-message-prev-page): Ignore errors while
8475         scroll-down.
8476
8477 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8478
8479         * wl-mime.el: Use elmo-original-message-mode instead of
8480         mmelmo-original-mode.
8481
8482         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8483         `elmo-folder-get-spec';
8484         (wl-fldmgr-add-completion-all-completions):
8485         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8486
8487         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8488         of `elmo-folder-get-type'.
8489
8490         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8491         `elmo-folder-get-spec';
8492         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8493         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8494         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8495         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8496         `elmo-read-msg-no-cache';
8497         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8498         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8499         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8500         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8501         `elmo-cache-save';
8502         (wl-draft-reedit): Use `elmo-message-file-name'.
8503
8504         * wl-expire.el: Use `elmo-folder-name-internal';
8505         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8506         Use macro `wl-summary-buffer-msgdb' instead of variable
8507         `wl-summary-buffer-msgdb';
8508         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8509         Use macro `wl-summary-buffer-folder-name' instead of variable
8510         `wl-summary-buffer-folder-name'.
8511         * wl-score.el: Likewise.
8512
8513         * wl-message.el: Rewrite for new message buffer cache mechanism.
8514         (wl-message-buffer-cache-buffer-get): New macro.
8515         (wl-message-buffer-cache-folder-get): Ditto.
8516         (wl-message-buffer-cache-message-get): Ditto.
8517         (wl-message-buffer-cache-entry-make): Ditto.
8518         (wl-message-buffer-cache-hit): Ditto.
8519         (wl-message-buffer-cache-sort): New function.
8520         (wl-message-buffer-cache-add): Ditto.
8521         (wl-message-buffer-cache-delete): Ditto.
8522         (wl-message-buffer-cache-clean-up): Ditto.
8523         (wl-message-buffer-window): Rewrite.
8524         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8525         (wl-message-buffer-display): New function.
8526         (wl-message-display-internal): New function.
8527
8528 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * wl-folder.el: Use `elmo-folder-name-internal';
8531         Use `wl-folder-get-elmo-folder';
8532         Use `elmo-folder-list-messages' instead of
8533         `elmo-list-folder';
8534         Use `elmo-folder-get-primitive-list' instead of
8535         `elmo-folder-get-primitive-spec-list';
8536         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8537         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8538         Use `elmo-folder-create' instead of `elmo-create-folder'.
8539         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8540         (wl-folder-get-elmo-folder): New macro.
8541         (wl-folder-elmo-folder-cache-get): Ditto.
8542         (wl-folder-elmo-folder-cache-put): Ditto.
8543         (wl-folder-suspend): Call `elmo-quit'.
8544
8545         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8546         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8547         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8548         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8549         (toplevel): require 'cl.
8550         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8551
8552         * wl-summary.el: Rewrite to use new elmo interface.
8553
8554 \f
8555 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8556
8557         * wl-mime.el (wl-draft-preview-message):
8558         Run `wl-draft-send-hook' before collecting recipients information;
8559         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8560
8561         * tm-wl.el (wl-draft-preview-message): Ditto.
8562
8563 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8566         wrong recipients are displayed when forwarded message.
8567
8568 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * Version number is increased to 2.5.7.
8571
8572 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl-message.el (wl-message-next-page): Bind
8575         `window-pixel-scroll-increment' to nil while scrolling up.
8576
8577 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8578
8579         * wl-vars.el (wl-save-hook): New hook.
8580         * wl.el (wl-save): Call `wl-save-hook'.
8581
8582 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8583
8584         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8585         Argument WITH-ARG instead of NO-ARG (negative mean).
8586         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8587         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8588         * wl-message.el (wl-message-follow-current-entity): Likewise.
8589
8590 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8591
8592         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8593         FROM was optional argument.
8594         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8595
8596 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8597
8598         * Version number is increased to 2.5.6.
8599
8600 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8601
8602         * wl-version.el (wl-version-show): Removed.
8603         (wl-version): Add `interactive'.
8604
8605 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8606
8607         * wl-summary.el (wl-summary-get-petname-func): New variable.
8608         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8609         instead of `wl-address-get-petname-1'.
8610         (wl-summary-simple-from): Ditto.
8611
8612         * wl-address.el (wl-address-get-petname-1): Define as function.
8613
8614 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8615
8616         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8617         field in the original message.
8618         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8619
8620 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8621
8622         * wl-expire.el (wl-expire-hide):
8623         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8624
8625 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8628         find decoder for To, Cc, and Subject.
8629
8630 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8631
8632         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8633         for checking `elmo-use-buffer-cache'.
8634         (wl-summary-mark-as-important): Fixed typo in comment.
8635
8636 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8637
8638         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8639         field in the original message.
8640         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8641
8642 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8643
8644         * wl-expire.el (wl-expire-hide):
8645         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8646
8647 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8648
8649         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8650         find decoder for To, Cc, and Subject.
8651
8652 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * Version number is increased to 2.5.5.
8655
8656         * wl-address.el (wl-address-specials-regexp): New constant.
8657         (wl-address-quote-specials): Use it.
8658
8659 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8660
8661         * wl-summary.el (wl-summary-rescan):
8662         Call `wl-summary-buffer-number-column-detect'.
8663         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8664
8665         * wl-message.el (wl-message-mode-map): Define.
8666         (wl-message-decode): Use it as local-map.
8667
8668 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8671         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8672
8673 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8676
8677         * wl-mule.el (wl-read-event-char): Ditto.
8678
8679         * wl-e21.el (wl-read-event-char): Ditto.
8680
8681         * wl-nemacs.el (wl-read-event-char): Ditto.
8682         (read-event): Removed.
8683
8684         * wl-util.el (toplevel): Removed dummy definition of
8685         `read-event'.
8686         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8687
8688 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8689
8690         * wl-nemacs.el (elmo-archive-call-process): Moved to
8691         elmo-archive.el.
8692
8693 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8694
8695         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8696         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8697
8698         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8699         instead of magic-number 6.  Use `not' instead of `null' for symbol
8700         `nil' check (not empty list).
8701         (wl-draft-insert-x-face-field): Fixed paren style.
8702
8703         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8704         one-branch conditional statement, instead of `and' and `if'.
8705         (wl-draft-forward): Likewise.
8706         (wl-draft-add-references): Likewise.
8707         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8708
8709         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8710         conditional steatment.  Use `cond' instead of `if'.
8711         (wl-draft-confirm): Likewise.
8712
8713 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8714
8715         * wl-version.el (wl-version-show): Use `product-string-1'
8716         instead of `wl-version'.
8717         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8718
8719         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8720
8721 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8722
8723         * wl-highlight.el (wl-highlight-headers): Revert
8724         `wl-highlight-x-face-func' argument (`beg' and `end').
8725
8726 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8727
8728         * wl.el (toplevel): Move `product-provide' declare.
8729         * wl-demo.el (toplevel): Ditto.
8730         * wl-dnd.el (toplevel): Ditto.
8731         * wl-highlight.el (toplevel): Ditto.
8732         * wl-message.el (toplevel): Ditto.
8733         * wl-refile.el (toplevel): Ditto.
8734         * wl-util.el (toplevel): Ditto.
8735
8736 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8739         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8740         (wl-thread-close-all): keep cursor position.
8741
8742 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8743
8744         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8745         (eq x 0).
8746         (wl-generate-user-agent-string-1): Fix conditional statement.
8747
8748 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8749
8750         * wl.el (wl-check-environment): Additional check for
8751         'wl-local-domain' and `wl-message-id-domain'.
8752
8753 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8754
8755         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8756
8757 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8758
8759         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8760         instead of `smtp-sasl-user-realm'.
8761
8762 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8763
8764         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8765
8766 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8767
8768         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8769         to the default value as well as `eword-lexical-analyzer'.
8770
8771 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8772
8773         * wl-version.el (wl-extended-emacs-version,
8774         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8775         `elmo-match-string' instead of `wl-match-string'.
8776
8777 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8778
8779         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8780         docstring.
8781
8782 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8783
8784         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8785
8786 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8787
8788         * wl-highlight.el (wl-highlight-headers): Remove
8789         `wl-highlight-x-face-func' argument (`beg' and `end').
8790
8791 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8792
8793         * wl-summary.el (wl-summary-mark-as-important):
8794         Remove cache if folder is local.
8795
8796 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8797
8798         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8799         to get existing e-mail address string.
8800
8801 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8802
8803         * wl-version.el (wl-generate-user-agent-string): Commentary.
8804         (wl-generate-user-agent-string-1): Use `when' for
8805         one-branch conditional statement, instead of `and' and `if'.
8806         (wl-extended-emacs-version, wl-extended-emacs-version2,
8807         wl-extended-emacs-version3): Ditto.
8808
8809 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8812         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8813         condition-case; Remove initialization.
8814         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8815         (wl-summary-sync-update3): Added argument `sync-all';
8816         Eliminated local variable `msgdb';
8817         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8818         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8819         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8820
8821 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8822
8823         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8824         connection before call `wl-draft-send-mail-with-smtp'.
8825
8826 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * Version number is increased to 2.5.4.
8829
8830 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8831
8832         * wl.el (wl-check-environment): Additional check for
8833         'wl-local-domain' and `wl-message-id-domain'.
8834
8835 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8836
8837         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8838         buffer as command specific.
8839         (wl-folder-mark-as-read-all-entity): Ditto.
8840         (wl-folder-prefetch-entity): Ditto.
8841         (wl-folder-drop-unsync-entity): Ditto.
8842
8843         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8844         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8845         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8846
8847         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8848         save-excursion.
8849
8850 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8851
8852         * Version number is increased to 2.5.3.
8853
8854         * wl-summary.el (wl-summary-save-view-cache):
8855         Delete duplicated `write-region';
8856         Use `write-region-as-binary' instead of `as-binary-output-file' and
8857         `write-region'.
8858
8859 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8860
8861         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8862
8863 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8866         instead of `smtp-via-smtp'.
8867
8868 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8869
8870         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8871
8872 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8873
8874         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8875         instead of `smtp-sasl-user-realm'.
8876
8877 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8878
8879         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8880
8881 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8882
8883         * Version number is increased to 2.5.2.
8884
8885 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8888         does not exist.
8889         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8890         (wl-biff-start): Call `timer-activate' if timer already exists.
8891
8892         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8893         only when it is bound as function.
8894
8895 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * Version number is increased to 2.5.1.
8898
8899 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8902         Print refile/copy destination.
8903
8904 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8905
8906         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8907         queue-flush-only is non-nil.
8908
8909         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8910
8911         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8912         checking cache folder.
8913
8914 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8917         `regexp-quote'.
8918
8919 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8920
8921         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8922         function.
8923         * wl-summary.el (wl-summary-write-current-folder-functions):
8924         Change default value.  Use it.
8925
8926 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * Version number is increased to 2.5.0.
8929
8930         * wl-version.el (wl-version): Changed codename.
8931
8932 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8933
8934         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8935         (wl-summary-supersedes-message): Ditto.
8936
8937 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8938
8939         * wl-refile.el (wl-refile-guess-functions): Renamed from
8940         `wl-refile-guess-func-list'.
8941
8942 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8945         Fixed problem when no rule was matched.
8946
8947 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8948
8949         * wl-summary.el (wl-summary-get-mark): Fixed
8950         `wl-summary-buffer-target-mark' check logic.
8951
8952 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8953
8954         * wl-folder.el (wl-folder-write-current-folder): Added group
8955         folder check.
8956
8957         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8958         `wl-summary-write-current-newsgroup'.
8959         (wl-summary-write-current-folder-functions): New variable.
8960         * wl-folder.el (wl-folder-get-newsgroups): New function.
8961         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8962         (wl-folder-write-current-folder): Renamed from
8963         `wl-folder-write-current-newsgroup'.
8964
8965 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8966
8967         * Version number is increased to 2.3.93.
8968
8969 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8972         (wl-ldap-make-matched-value-list): Ditto.
8973         (wl-ldap-alias-safe-string): Split e-mail address.
8974
8975         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8976         petname folder default was selected.
8977         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8978         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8979
8980 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8983         to `wl-draft-config-exec'.
8984
8985         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8986         instead of calling `wl-draft-config-exec';
8987         Process group-list and show recipients in minibuffer.
8988
8989         * tm-wl.el (wl-draft-preview-message): Ditto.
8990
8991 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8992
8993         * wl.el (toplevel): Added (C) to copyright notice, and
8994         sync Author header.
8995         * tm-wl.el (toplevel): Ditto.
8996         * wl-address.el (toplevel): Ditto.
8997         * wl-demo.el (toplevel): Ditto.
8998         * wl-dnd.el (toplevel): Ditto.
8999         * wl-draft.el (toplevel): Ditto.
9000         * wl-e21.el (toplevel): Ditto.
9001         * wl-expire.el (toplevel): Ditto.
9002         * wl-folder.el (toplevel): Ditto.
9003         * wl-highlight.el (toplevel): Ditto.
9004         * wl-message.el (toplevel): Ditto.
9005         * wl-mime.el (toplevel): Ditto.
9006         * wl-mule.el (toplevel): Ditto.
9007         * wl-nemacs.el (toplevel): Ditto.
9008         * wl-refile.el (toplevel): Ditto.
9009         * wl-score.el (toplevel): Ditto.
9010         * wl-summary.el (toplevel): Ditto.
9011         * wl-template.el (toplevel): Ditto.
9012         * wl-thread.el (toplevel): Ditto.
9013         * wl-util.el (toplevel): Ditto.
9014         * wl-vars.el (toplevel): Ditto.
9015         * wl-xmas.el (toplevel): Ditto.
9016
9017 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9018
9019         * wl.el (wl-init): Added comment about `wl-init-hook'.
9020         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9021         * wl-vars.el (wl-init-hook): Added docs.
9022         (wl-make-plugged-hook): Removed useless docs.
9023         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9024         * wl-xmas.el (toplevel): Ditto.
9025
9026 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9027
9028         * wl-address.el (toplevel): Fixed multiple Author header format.
9029         * wl-demo.el (toplevel): Ditto.
9030         * wl-draft.el (toplevel): Ditto.
9031         * wl-folder.el (toplevel): Ditto.
9032         * wl-summary.el (toplevel): Ditto.
9033         * wl-thread.el (toplevel): Ditto.
9034         * wl-util.el (toplevel): Ditto.
9035         * wl-vars.el (toplevel): Ditto.
9036         * wl-version.el (toplevel): Ditto.
9037         * wl-xmas.el (toplevel): Ditto.
9038         * wl.el (toplevel): Ditto.
9039
9040         * wl-version.el (toplevel): Added require `elmo-version' for
9041         `product-version-as-string'.
9042
9043 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-vars.el (wl-draft-send-hook): Changed default value to
9046         '(wl-draft-config-exec).
9047
9048         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9049         explicitly.
9050         (wl-draft): Set `wl-draft-config-exec-flag' before running
9051         `wl-mail-setup-hook'.
9052
9053         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9054         `wl-biff-init-icons' to `wl-init-hook' instead of
9055         `wl-make-plugged-hook'.
9056         (Because if `wl-draft' command is invoked at first,
9057         they are not initialized)
9058         Updated copyright notice.
9059
9060         * wl-e21.el (toplevel): Ditto;
9061
9062         * wl-demo.el (toplevel): Updated copyright notice.
9063         * wl-address.el (toplevel): Ditto.
9064         * wl-draft.el (toplevel): Ditto.
9065         * wl-version.el (toplevel): Ditto.
9066         * wl-folder.el (toplevel): Ditto.
9067         * wl-summary.el (toplevel): Ditto.
9068         * wl-thread.el (toplevel): Ditto.
9069         * wl-util.el (toplevel): Ditto.
9070         * wl-vars.el (toplevel): Ditto.
9071         * wl.el (toplevel): Ditto.
9072
9073 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-highlight.el (wl-highlight-message): Fixed problem of
9076         highlighting failure which occured when the last field contains
9077         multiple lines in the draft buffer.
9078
9079         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9080         `wl-biff-start' if plugged.
9081
9082         * wl-util.el (wl-biff-check-folder): New function.
9083         (wl-biff-check-folders): Don't set session name prefix.
9084         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9085         (wl-biff-check-folder-async): Ditto.
9086
9087         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9088         in email address.
9089
9090 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9091
9092         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9093
9094         * wl-draft.el (wl-draft-strip-subject-re): New function.
9095
9096         * wl-draft.el (wl-draft-reply): Use it.
9097
9098 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9099
9100         * wl-message.el (wl-mmelmo-message-redisplay): Use
9101         `mime-display-message' instead of `wl-mime-display-message'.
9102
9103         * wl-mime.el (toplevel): Removed compatibility workaround
9104         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9105         (wl-mime-display-message): Abolished.
9106         (wl-mime-entity-read-field): Ditto.
9107         (wl-mime-combine-message/partial-pieces): Use
9108         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9109
9110 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9111
9112         * wl-template.el: Doc fixes.
9113
9114 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9115
9116         * wl-e21.el (wl-message-overload-functions): Do nothing if
9117         `current-local-map' is not available.
9118         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9119
9120 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9121
9122         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9123         representation.
9124
9125         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9126         number.
9127         (wl-fldmgr-save-folders): Don't use `format' when insert
9128         `wl-fldmgr-folders-header'.
9129
9130 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9131
9132         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9133
9134 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-highlight.el (wl-highlight-message):
9137         Use `std11-field-end' to detect end point of the header field.
9138         Refer `wl-highlight-max-header-size'.
9139
9140         * wl-vars.el (wl-highlight-max-header-size): New variable.
9141
9142         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9143
9144         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9145         Set `for-draft' argument of wl-highlight-headers.
9146         (wl-draft): Ditto.
9147         (wl-draft-reedit): Ditto.
9148         (wl-user-agent-compose-internal): Ditto.
9149
9150 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9151
9152         * wl-message.el (wl-message-add-button): Use overlay.
9153
9154 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9157
9158         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9159         problem when group-list content is nothing.
9160         (Reported by Mito <mit@nines.nec.co.jp>)
9161
9162 2000-10-18  SAITO Atsunori <sai@yedo.com>
9163
9164         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9165
9166 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9167
9168         * tm-wl.el (toplevel): Use product-provide.
9169
9170 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * Version number is increased to 2.3.92.
9173
9174 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9175
9176         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9177         title text, use `display' property for left margin under Emacs 21.
9178
9179         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9180         properties.
9181         (wl-plugged-init-icons): Ditto.
9182
9183 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9184
9185         * wl.el (wl-save-status, wl-init): Remove last period in
9186         "...done." message.
9187         * tm-wl.el (wl-summary-burst): Ditto.
9188         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9189         wl-summary-resume-cache-status,
9190         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9191         wl-summary-sync-update3, wl-summary-highlight-msgs,
9192         wl-summary-flush-pending-append-operations,
9193         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9194         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9195         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9196         wl-thread-open-all): Ditto.
9197         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9198         * wl-mime.el (wl-summary-burst): Ditto.
9199         * wl-highlight.el (wl-highlight-summary): Ditto.
9200         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9201         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9202         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9203         * wl-address.el (wl-local-address-init): Ditto.
9204
9205 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9206
9207         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9208         `add-text-properties'.
9209         (wl-plugged-init-icons): Ditto.
9210         (wl-folder-init-icons): Use `propertize' instead of
9211         `put-text-property'.
9212         (wl-plugged-set-folder-icon): Ditto.
9213         (wl-e21-highlight-folder-group-line): Ditto.
9214
9215 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9216
9217         * wl-version.el (wl-version-status-alist): New variable.
9218         (wl-version-status): New function.
9219
9220         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9221         "Cc" part of the case "Reply-To".
9222
9223         * wl-draft.el (wl-draft-reply): Use result of
9224         `eword-extract-address-components'.
9225
9226         * wl-demo.el (wl-demo-icon-name): New constant.
9227         (wl-logo-xpm): Use it.
9228         (wl-logo-xbm): Ditto.
9229         (wl-logo-bitmap): Ditto.
9230
9231         * Version number is increased to 2.3.91.
9232
9233 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9236         (wl-extended-emacs-version, wl-extended-emacs-version2,
9237         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9238         docstring.
9239
9240         * wl-version.el (wl-generate-user-agent-string-1): New function.
9241         (wl-generate-user-agent-string): Use it.
9242
9243         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9244         `mime-edit-insert-user-agent-field'.
9245         (wl-generate-user-agent-string): Check
9246         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9247
9248         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9249         instead of `if', when verbose case.
9250
9251 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9252
9253         * wl-expire.el (wl-summary-expire): Fix.
9254
9255 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9258         and `elmo-lost+found-folder' if 'wl-draft.
9259         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9260
9261 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9262
9263         * wl-expire.el (wl-summary-expire): Change messages.
9264         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9265         `deleing-info' instead of "Deleting..."
9266
9267 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9268
9269         * wl-summary.el (wl-summary-refile-subr): Fix.
9270
9271 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9272
9273         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9274         if pipe folder.
9275
9276 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9277
9278         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9279
9280 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9281
9282         * wl-expire.el (wl-expire-hide): New function.
9283         (wl-summary-expire): Add `hide'.
9284
9285 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-vars.el (wl-draft-reply-without-argument-list):
9288         Changed default value to consider `Reply-To:'.
9289         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9290
9291         * Version number is increased to 2.3.90.
9292
9293         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9294         elmo-imap4-get-session with unwind-protect.
9295         Don't cause error.
9296         (wl-summary-sync-marks): Don't check plugged nor folder type.
9297         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9298         (Always keep current buffer).
9299
9300 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9301
9302         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9303         Enclose with `save-excursion'.
9304
9305 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9306
9307         * wl-version.el (wl-version): Remove interactive.
9308
9309 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9310
9311         * wl-version.el (wl-generate-user-agent-string): Use
9312         `product-string-verbose' instead of `product-string-1'.
9313
9314 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9315
9316         * wl-vars.el (wl-draft-use-cache): New variable.
9317         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9318         if wl-draft-use-cache is non-nil.
9319
9320 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9321
9322         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9323         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9324
9325 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9326
9327         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9328         (wl-thread-msg-mark-as-unread): Ditto.
9329
9330         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9331         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9332         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9333         Don't set mark in summary if return value of `elmo-mark-as-read'
9334         is nil.
9335         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9336         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9337         instead of `wl-thread-msg-mark-as-read'.
9338         (wl-summary-mark-as-unread-region): Ditto.
9339         (wl-summary-target-mark-mark-as-read): Ditto.
9340
9341         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9342
9343 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9346
9347         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9348
9349 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9350
9351         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9352         face.
9353
9354 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9355
9356         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9357         `running-xemacs'.
9358
9359 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9360
9361         * wl-version.el (toplevel): Use `product-version-as-string' for
9362         set verstion-string, if defined.
9363
9364         * wl-version.el (wl-version-show): Insert string at point, when
9365         call with argument.
9366
9367         * wl-version.el (wl-generate-user-agent-string): Use
9368         `product-string-1' instead of `wl-appname', `wl-version' and
9369         `wl-codename'.
9370
9371 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9372
9373         * wl-address.el (toplevel): Use product-provide.
9374         * wl-demo.el (toplevel): Ditto.
9375         * wl-dnd.el (toplevel): Ditto.
9376         * wl-draft.el (toplevel): Ditto.
9377         * wl-e21.el (toplevel): Ditto.
9378         * wl-expire.el (toplevel): Ditto.
9379         * wl-fldmgr.el (toplevel): Ditto.
9380         * wl-folder.el (toplevel): Ditto.
9381         * wl-highlight.el (toplevel): Ditto.
9382         * wl-message.el (toplevel): Ditto.
9383         * wl-mime.el (toplevel): Ditto.
9384         * wl-mule.el (toplevel): Ditto.
9385         * wl-nemacs.el (toplevel): Ditto.
9386         * wl-refile.el (toplevel): Ditto.
9387         * wl-score.el (toplevel): Ditto.
9388         * wl-summary.el (toplevel): Ditto.
9389         * wl-template.el (toplevel): Ditto.
9390         * wl-thread.el (toplevel): Ditto.
9391         * wl-util.el (toplevel): Ditto.
9392         * wl-vars.el (toplevel): Ditto.
9393         * wl-xmas.el (toplevel): Ditto.
9394         * wl.el (toplevel): Ditto.
9395
9396 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9397
9398         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9399         instead of product.
9400
9401         * wl-version.el (wl-version): Compile time evalution elmo-version.
9402
9403 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9404
9405         * wl-summary.el (wl-summary-sync-force-update): Append queue
9406         `mark-as-read'if unplugged.
9407
9408 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9409
9410         * wl-version.el: New file.  Use product.el.
9411         * wl.el: add (require 'wl-version).
9412         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9413         for ~/.folders header.
9414         (wl-fldmgr-folders-header): Changed.
9415         * wl-demo.el (wl-demo): Use product.el.
9416
9417         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9418         wl-version.el.
9419         * wl-util.el (wl-version, wl-version-show): Ditto.
9420
9421         * wl-util.el (wl-generate-user-agent-string,
9422         wl-extended-emacs-version, wl-extended-emacs-version2,
9423         wl-extended-emacs-version3): Move to wl-version.el.
9424         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9425         xemacs-codename, mime-edit-insert-user-agent-field,
9426         mime-edit-user-agent-value, mime-editor/version,
9427         mime-editor/codename): Compile warning killer move to
9428         wl-version.el
9429
9430 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9431
9432         * wl-summary.el (wl-summary-refile-subr): Fix.
9433
9434 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9435
9436         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9437         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9438
9439 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9440
9441         * wl.el (wl-check-environment): Check too many `@'.
9442
9443 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9444
9445         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9446
9447 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9448
9449         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9450         wl-draft-reply-myself-without-argument-list): Add variables.
9451         * wl-draft.el (wl-draft-reply): Use it.
9452
9453 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9454
9455         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9456         the 5th argument of `elmo-network-get-spec'.
9457
9458         * wl-thread.el (wl-thread-reparent-children): New inline function.
9459         (wl-thread-delete-message): Use it.
9460
9461         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9462         (wl-summary-score-update-all-lines): Don't use `dolist'.
9463
9464 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9465
9466         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9467         (require 'elmo-msgdb) for inline function.
9468
9469 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9470
9471         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9472
9473 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9474
9475         * wl-score.el (wl-score-headers): Fix for the confusing macro
9476         `elmo-kill-buffer'.
9477
9478 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9479
9480         * wl-summary.el: Don't use the 3rd argument of `require' because
9481         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9482         * wl-util.el: Ditto.
9483         * wl-draft.el: Ditto.
9484
9485 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9486
9487         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9488         window system is not used.
9489
9490 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9491
9492         * wl-thread.el: Don't use `mapcar' only for iteration.
9493         (wl-thread-resume-entity): Ditto.
9494         (wl-thread-delete-message): Ditto.
9495
9496         * wl-summary.el: Bind `dragdrop-drop-functions',
9497         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9498         of `require' for `timezone', `easymenu' and `ps-print';
9499         don't use `mapcar' only for iteration.
9500
9501         * wl-util.el: Bind `mule-version', `nemacs-version',
9502         `emacs-beta-version', `xemacs-codename',
9503         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9504         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9505         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9506         only for iteration.
9507
9508         * wl-score.el: Don't use `mapcar' only for iteration.
9509         (wl-score-simplify-buffer-fuzzy): Ditto.
9510         (wl-score-simplify-subject): Ditto.
9511         (wl-score-headers): Ditto.
9512         (wl-summary-score-update-all-lines): Ditto.
9513
9514         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9515         `enable-multibyte-characters' and `mule-version'.
9516
9517         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9518         `mapcar' only for iteration.
9519
9520         * wl-demo.el: Don't use `mapcar' only for iteration.
9521
9522         * wl-folder.el: Don't use `mapcar' only for iteration.
9523         (wl-folder-open-all): Ditto.
9524         (wl-folder-count-incorporates): Ditto.
9525
9526         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9527         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9528
9529         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9530         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9531         `smtp-connection-type'; specify 3rd argument of `require' for
9532         `timezone'; don't use `mapcar' only for iteration.
9533         (wl-draft-clone-local-variables): Don't use `mapcar'.
9534         (wl-draft-generate-clone-buffer): Ditto.
9535         (wl-user-agent-compose-internal): Ditto.
9536
9537         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9538
9539         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9540         (wl-save-status): Ditto.
9541
9542         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9543         for iteration.
9544
9545 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9546
9547         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9548         removed `Date'.
9549         (wl-fldmgr-make-filter-default): New user option.
9550
9551         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9552         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9553         (wl-fldmgr-filter-completion-alist): Abolish.
9554
9555         * wl.el (wl): Don't check servers if arg is non-nil.
9556
9557         * wl-draft.el (wl-draft-reply): Set only message-id string to
9558         In-Reply-To field.
9559
9560 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-summary.el (wl-summary-pick): Rewrite.
9563
9564         * wl-draft.el (wl-draft-forward): Get references field from
9565         original buffer.
9566         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9567
9568 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9569
9570         * wl-draft.el (wl-draft-forward): Add references field.
9571
9572 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9573
9574         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9575         (wl-draft-reply): Use it.
9576
9577 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9578
9579         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9580         when Emacs 21 is running.
9581
9582         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9583         bindings.
9584
9585 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9586
9587         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9588         XPM icons transparent.
9589
9590         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9591         Emacs 21.
9592
9593 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9594
9595         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9596         nil.
9597
9598         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9599         when it is persistent.
9600         (wl-summary-sync-marks): Changed argument for
9601         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9602         (wl-summary-virtual): Use `elmo-read-search-condition'.
9603         (wl-summary-redisplay-internal): If folder is local, mark as read
9604         even when folder is plugged.
9605
9606 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9607
9608         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9609         of `tool-bar-lines' in the frame parameters.
9610         (after-make-frame-functions, post-command-hook): Don't modify the
9611         value.
9612         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9613         wl-e21-tool-bar-lines): Removed.
9614
9615 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9616
9617         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9618         properties `evaporate' and `wl-momentary-overlay' as well.
9619         (wl-highlight-summary-displaying): Ditto.
9620         (wl-delete-all-overlays): Don't delete overlay which does not have
9621         a property `wl-momentary-overlay'.
9622
9623         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9624         `display-mouse-p' and `display-graphic-p'.
9625         (wl-folder-init-icons): Don't search for XBM or the other files.
9626         (wl-plugged-set-folder-icon): Make icons if and only if
9627         `display-graphic-p' returns non-nil.
9628         (wl-highlight-plugged-current-line): Use `before-string' overlay
9629         property to show icon images.
9630         (wl-highlight-folder-current-line): Ditto.
9631         (wl-e21-highlight-folder-group-line): Ditto.
9632         (wl-e21-highlight-folder-by-numbers): Ditto.
9633         (wl-e21-insert-image): Removed.
9634         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9635         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9636         said.
9637         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9638         `wl-e21-force-switch-toolbar'.
9639         (wl-e21-make-icon-image): Removed.
9640         (wl-e21-setup-toolbar): Don't search for XBM files.
9641         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9642         the default value.
9643
9644 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9645
9646         * wl-util.el (wl-biff-check-folder-async): Set
9647         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9648
9649 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9650
9651         * wl-e21.el (after-make-frame-functions): Add
9652         `wl-e21-force-switch-toolbar'.
9653         (wl-e21-force-switch-toolbar): New function force to switch the
9654         toolbar appearance automatically.
9655         (post-command-hook): Add `wl-e21-switch-toolbar'.
9656         (wl-e21-switch-toolbar): New function to switch the toolbar
9657         appearance automatically.
9658         (wl-e21-tool-bar-lines): New buffer local variable.
9659
9660 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9661
9662         * wl-util.el (wl-biff-check-folders-running): New variable.
9663         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9664         (wl-biff-check-folder-async-callback):
9665         Set `wl-biff-check-folders-running'.
9666         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9667         with unwind-protect.
9668
9669         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9670         Enclose `wl-folder-auto-check' with unwind-protect.
9671
9672         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9673         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9674
9675         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9676
9677         * wl-util.el (wl-biff-notify): New inline function.
9678         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9679         locally.
9680         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9681         folder-list' is 1.
9682         Use `wl-biff-notify'.
9683         (wl-biff-check-folder-async-callback): New function.
9684         (wl-biff-check-folder-async): Ditto.
9685
9686         * wl-folder.el (wl-folder): Don't check folders.
9687         (wl-folder-auto-check): New function.
9688
9689 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9690
9691         * wl-util.el (wl-biff-start) [Emacs19+]:
9692         Use `timer-next-integral-multiple-of-time'.
9693         (wl-biff-check-folders): Use `wl-default-folder'
9694         if `wl-biff-check-folder-list' is nil.
9695
9696 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9697
9698         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9699         instead of `elmo-delete-lists'.
9700
9701 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9702
9703         * wl.el (wl-plugged-toggle-all): Set the value of
9704         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9705         (wl-plugged-toggle): Ditto.
9706         (wl-toggle-plugged): Ditto.
9707         (wl-plugged-init): Ditto.
9708
9709         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9710         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9711         instead of `wl-biff-state-indicator-off' and
9712         `wl-biff-state-indicator-on'; don't modify the value and the type
9713         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9714         (wl-plugged-init-icons): Set icons data to
9715         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9716         instead of `wl-plug-state-indicator-off' and
9717         `wl-plug-state-indicator-on'; don't modify the value and the type
9718         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9719
9720         * wl-vars.el (wl-modeline-biff-state-off,
9721         wl-modeline-biff-state-on, wl-modeline-biff-status,
9722         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9723         wl-modeline-plug-status): New internal variables.
9724         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9725         wl-biff-check-interval, wl-biff-check-folder-list): Change
9726         customization group from `wl-folder' to `wl-highlight'.
9727         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9728         wl-show-plug-status-on-modeline): Defcustomized.
9729
9730         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9731         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9732         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9733         a flag to `mode-line-buffer-identification'.
9734
9735         * wl-e21.el (wl-biff-init-icons): Set icons data to
9736         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9737         instead of `wl-biff-state-indicator-off' and
9738         `wl-biff-state-indicator-on'.
9739         (wl-plugged-init-icons): Set icons data to
9740         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9741         instead of `wl-plug-state-indicator-off' and
9742         `wl-plug-state-indicator-on'.
9743
9744 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9745
9746         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9747         excessive titles.
9748
9749 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9750
9751         * wl.el (wl-plugged-mode): Use revised
9752         `wl-mode-line-buffer-identification'.
9753         (wl-plugged-init): Don't use `force-mode-line-update'.
9754
9755         * wl-xmas.el (wl-draft-overload-functions): Use revised
9756         `wl-mode-line-buffer-identification'.
9757         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9758         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9759         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9760         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9761         `wl-make-plugged-hook';
9762         add `wl-folder-init-icons' and `wl-setup-folder' to
9763         `wl-folder-mode-hook'.
9764
9765         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9766         19 as well.
9767         (wl-mode-line-display-priority-list): New user option.
9768         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9769         Defcustomized.
9770         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9771         Add docs.
9772
9773         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9774         start.
9775         (wl-mode-line-buffer-identification): Revised as a function.
9776
9777         * wl-summary.el (wl-summary-mode): Use revised
9778         `wl-mode-line-buffer-identification'; don't call
9779         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9780         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9781         `wl-xmas-setup-summary'.
9782
9783         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9784         `wl-mode-line-buffer-identification'.
9785
9786         * wl-mule.el (wl-draft-overload-functions): Use revised
9787         `wl-mode-line-buffer-identification'.
9788
9789         * wl-folder.el (wl-make-plugged-alist): Don't call
9790         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9791         (wl-folder): Don't call `wl-folder-init-icons' directly.
9792         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9793         `wl-xmas-setup-folder' directly;
9794         use revised `wl-mode-line-buffer-identification'.
9795         (TopLevel): Don't bind `wl-biff-init-icons',
9796         `wl-plugged-init-icons', `wl-folder-init-icons',
9797         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9798
9799         * wl-e21.el (wl-draft-overload-functions): Use revised
9800         `wl-mode-line-buffer-identification'.
9801         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9802         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9803         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9804         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9805         `wl-make-plugged-hook';
9806         add `wl-folder-init-icons' and `wl-setup-folder' to
9807         `wl-folder-mode-hook'.
9808
9809 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9810             Katsumi Yamaoka    <yamaoka@jpl.org>
9811
9812         * wl.el (wl): Call `wl-biff-start'.
9813         (wl-exit): Call `wl-biff-stop'.
9814         (wl-plugged-mode): Show biff in modeline.
9815         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9816
9817         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9818         (wl-biff-init-icons): New function.
9819         (wl-plugged-init-icons): Don't make too much keymaps.
9820         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9821
9822         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9823         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9824         variables.
9825         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9826         options.
9827
9828         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9829         wl-biff-start, wl-biff-stop): New functions.
9830         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9831         (wl-biff-timer-name): New variable.
9832
9833         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9834
9835         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9836         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9837
9838         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9839         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9840
9841         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9842         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9843         `wl-folder-init-icons' to `ignore' if they are not available.
9844         (wl-folder-mode): Show biff in modeline.
9845
9846         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9847         (wl-biff-init-icons): New function.
9848         (wl-plugged-init-icons): Don't make too much keymaps.
9849         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9850
9851 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9852
9853         * wl-vars.el (wl-strict-diff-folders): Customization Type
9854         and doc fix.  Define as a list of regular expressions for
9855         folders or nil.
9856         * wl-folder.el (wl-folder-check-one-entity): Use
9857         `wl-string-match-member' instead of `wl-string-member' for
9858         `wl-strict-diff-folders'.
9859
9860 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9861
9862         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9863         (wl-highlight-folder-current-line): Use it; new implementation.
9864         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9865         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9866         `defsubst' instead of `defun'.
9867
9868         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9869         `wl-highlight-group-folder-by-numbers'; made it can also be a
9870         number.  See info for more details.
9871
9872         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9873         running.
9874
9875         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9876         to bind them.
9877
9878         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9879         (wl-highlight-folder-current-line): New implementation.
9880
9881         * wl-highlight.el (wl-highlight-folder-group-line): New
9882         implementation.
9883         (wl-delete-all-overlays): Rewrite as a marco.
9884         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9885
9886         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9887         running.
9888         (wl-folder-*-glyph): No need to bind them.
9889
9890         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9891         `wl-e21-highlight-folder-group-icon'; rewrite.
9892         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9893         `defsubst' instead of `defun'.
9894         (wl-folder-mode-map): Bind it when compiling.
9895
9896 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9897
9898         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9899
9900         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9901
9902 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9903
9904         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9905
9906 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9907
9908         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9909         (wl-highlight-folder-current-line): Use it.
9910
9911         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9912         in `id-name'.
9913
9914 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9915
9916         * wl.el: Require `wl-e21' when Emacs 21 is running.
9917
9918         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9919         default when Emacs 21 is running.
9920         (wl-use-highlight-mouse-line): Ditto.
9921         (wl-on-emacs21): New constant.
9922         (wl-on-emacs20): Removed.
9923
9924         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9925         Emacs 21 is running.
9926
9927         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9928         Emacs 21 is running.
9929
9930         * wl-e21.el: New file.
9931
9932 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9933
9934         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9935         (wl-toggle-plugged): Ditto.
9936         (wl-plugged-toggle): Ditto.
9937         (wl-plugged-toggle-all): Ditto.
9938
9939         * wl-vars.el (wl-plug-state-indicator): Refer
9940         `wl-plug-state-indicator-on' indirectly.
9941
9942 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9943
9944         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9945         Call `wl-folder-confirm-existence'.
9946
9947         * wl-folder.el (wl-folder-confirm-existence): Added optional
9948         argument `force'.
9949
9950 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9951
9952         * wl-summary.el (wl-summary-refile-subr): Assume
9953         `copy-or-refile' as symbol.
9954         (wl-summary-refile): Follow up above change.
9955         (wl-summary-copy): Ditto.  Doc fix.
9956
9957 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9958
9959         * wl-summary.el (wl-summary-pick): Don't bind
9960         `elmo-search-mime-charset'.
9961
9962         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9963         default using old backquote style.
9964         (wl-search-mime-charset): Abolished.
9965
9966         * wl-highlight.el (wl-highlight-headers):
9967         Call `point' after `re-search-forward'(for Nemacs).
9968
9969         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9970         for elmo-imap4.el.
9971
9972 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9973
9974         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9975         `wl-message-ignored-field-list' instead of
9976         `mime-view-ignored-field-list'.
9977
9978         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9979         Add interactive spec.
9980         (wl-folder-goto-bottom-of-current-folder): Ditto.
9981         (wl-folder-mode-map): Bind them.
9982
9983         * wl-vars.el (wl-message-ignored-field-list): New variable.
9984         (wl-message-visible-field-list): New variable.
9985
9986         * wl-mime.el (wl-mime-header-presentation-method): New function.
9987         (wl-mime-setup): Set header-presentation-method.
9988
9989 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9990
9991         * wl-nemacs.el (wl-draft-overload-functions): Set
9992         `mode-line-buffer-identification' instead of using
9993         `wl-make-modeline'.
9994
9995         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9996         instead of using `wl-make-modeline'.
9997
9998         * wl-xmas.el (wl-plugged-init-icons): Set up
9999         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10000         (wl-make-modeline): Abolish.
10001         (wl-draft-overload-functions): Set
10002         `mode-line-buffer-identification' instead of using
10003         `wl-make-modeline'.
10004
10005         * wl-util.el (wl-make-modeline-subr): Abolish.
10006         (wl-mode-line-buffer-identification): New alias.
10007
10008         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10009         (wl-summary-make-modeline): Abolish.
10010         (wl-summary-buffer-set-folder): Set
10011         `wl-summary-buffer-folder-indicator'.
10012         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10013         of using `wl-make-modeline'.
10014         (wl-summary-switch-to-clone-buffer): Don't set
10015         `mode-line-buffer-identification'.
10016         (wl-summary-goto-folder-subr): Ditto.
10017
10018         * wl-mule.el (wl-draft-overload-functions): Set
10019         `mode-line-buffer-identification' instead of using
10020         `wl-make-modeline'.
10021
10022         * wl-folder.el (wl-folder-mode): Set
10023         `mode-line-buffer-identification' instead of using
10024         `wl-make-modeline'.
10025         (wl-folder): Don't set `mode-line-buffer-identification'.
10026
10027 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10028
10029         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10030         instead of `member' for `wl-refile-guess-func-list' look-ups.
10031         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10032
10033 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10034
10035         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10036         `wl-message-button-dispatcher'.
10037
10038         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10039
10040         * wl-message.el (wl-message-button-dispatcher): Use it.
10041
10042         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10043         "In-Reply-To".
10044
10045         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10046         Bind `case-fold-search' to t.
10047
10048 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10049
10050         * wl-xmas.el (wl-message-overload-functions): Initialize
10051         `wl-message-button-map'.
10052
10053         * wl-mule.el (wl-message-overload-functions): Initialize
10054         `wl-message-button-map'.
10055
10056         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10057
10058         * wl-message.el (wl-message-button-map): New keymap.
10059         (wl-message-add-button): New function.
10060         (wl-message-button-dispatcher): New function.
10061         (wl-message-button-refer-article): New function.
10062
10063         * wl-highlight.el
10064         (wl-highlight-message-add-buttons-to-header): New function.
10065         (wl-highlight-headers): Use it.
10066
10067 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10068
10069         * wl-summary.el (wl-summary-default-from): Use
10070         `wl-address-get-petname-1'.
10071         (wl-summary-simple-from): Ditto.
10072
10073         * wl-address.el (wl-address-get-petname-1): New inline function.
10074         (wl-address-get-petname): Use it.
10075
10076 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10077
10078         * wl-summary.el (wl-summary-default-from): Return full-name part
10079         from the address if no petname was found.
10080         (wl-summary-simple-from): Ditto.
10081
10082         * wl-address.el (wl-address-get-petname): Return nil if no petname
10083         associated with the address was found.
10084
10085 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10086
10087         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10088         display is finished.
10089
10090 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10091
10092         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10093         `elmo-folder-exists-p' argument.
10094
10095 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10096
10097         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10098         the folder.
10099
10100 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10101
10102         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10103
10104         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10105         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10106
10107 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10108
10109         * wl-folder.el (wl-folder-create-subr): New function.
10110         (wl-folder-confirm-existence): Use it.
10111         (wl-folder-check-one-entity): Use it.
10112         Check the error symbol is derived from 'elmo-open-error.
10113
10114         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10115         `ignore-error'.
10116
10117 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10118
10119         * wl-util.el (toplevel): Add (eval-when-compile (require
10120         'elmo-util)).  (Maybe `provide' is typo.)
10121
10122 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10123
10124         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10125         (I don't know why this was needed.)
10126
10127         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10128         Follow up changes for stream-type.
10129
10130         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10131         (wl-draft-elmo-nntp-send): Ditto.
10132
10133         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10134         (wl-nntp-posting-stream-type): Ditto.
10135         (wl-pop-before-smtp-ssl): Abolished.
10136         (wl-nntp-posting-ssl): Ditto.
10137
10138         * wl-address.el (wl-address-quote-specials): New function.
10139         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10140
10141         * wl-draft.el (wl-draft-reply): Ditto.
10142
10143 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10144
10145         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10146         use function `wl-string-match-assoc'.
10147
10148 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10149
10150         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10151
10152         * wl-draft.el (wl-draft-deduce-address-list): New function.
10153         (wl-draft-parse-mailbox-list): Ditto.
10154         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10155         instead of `smtp-deduce-address-list'.
10156         (wl-draft-on-field-p): Follow group list.
10157
10158         * wl-address.el (wl-address-concat-token): New function.
10159         (wl-address-string-without-group-list-contents): Ditto.
10160         (wl-complete-field-body): Fixed problem of completion
10161         by japanese petname.
10162         (wl-address-make-completion-list): Rewrite.
10163
10164 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10165
10166         * wl-address.el (wl-address-make-completion-list): Completion by
10167         petname.
10168         (wl-complete-field-body): Likewise.
10169
10170 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10171
10172         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10173         contains invalid address syntax.
10174
10175 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10176
10177         * wl-folder.el (wl-folder-check-entity-async): Use
10178         `elmo-nntp-spec-hostname'.
10179
10180 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10181
10182         * wl-summary.el (wl-summary-msgdb-load-async): Use
10183         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10184
10185 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10186
10187         * wl-draft.el (wl-draft-reply): Set argument
10188         `content-transfer-encoding' as nil.
10189
10190 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10191
10192         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10193         `wl-refile-alist'.
10194
10195 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10196
10197         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10198         (wl-draft-edit-string): Ditto.
10199         (wl-draft-forward): Ditto.
10200         * wl-summary.el (wl-summary-write): Ditto.
10201
10202 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10203
10204         * wl-summary.el (wl-summary-sync-update3): Call
10205         `wl-summary-buffer-number-column-detect'.
10206         (wl-summary-buffer-number-column-detect): Search from point-min.
10207
10208 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10209
10210         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10211         contains an address which is not included in original to or cc.
10212
10213 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10214
10215         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10216         begin-line does not exist.
10217         * wl-message.el (wl-message-uu-substring): Ditto.
10218
10219 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10220
10221         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10222         clear local variables.
10223         (wl-summary-exit): Call `elmo-commit'.
10224         (wl-summary-switch-to-clone-buffer): Call
10225         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10226         (wl-summary-goto-folder-subr): Ditto.
10227
10228         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10229         POP folder.
10230
10231 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10232
10233         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10234         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10235         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10236         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10237         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10238         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10239
10240         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10241
10242 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10243
10244         * wl-summary.el (wl-summary-search-by-subject):
10245         Search parent message from the latest one.
10246
10247 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10248
10249         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10250         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10251
10252         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10253         New user option.
10254
10255         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10256         if elmo-nntp-use-killed-list is nil.
10257         Use `elmo-msgdb-append-to-killed-list'.
10258         (Append numbers confirmed as disappeared to the killed list.)
10259         (wl-summary-confirm-appends): Don't display negative number.
10260
10261 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10262
10263         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10264
10265 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10268         range is `all'.
10269         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10270         `elmo-list-bigger-diff'.
10271
10272 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10273
10274         * wl-summary.el (wl-summary-buffer-exit-func):
10275         New buffer local variable.
10276         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10277
10278 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10279
10280         * wl-demo.el (wl-demo): Fix the last change.
10281
10282 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10283
10284         * wl-demo.el (wl-demo): Don't use `eval'.
10285
10286 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10287
10288         * wl-summary.el (wl-summary-buffer-thread-modified):
10289         New buffer-local variable.
10290         (wl-summary-set-thread-modified): New function.
10291         (wl-summary-thread-modified-p): New function.
10292         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10293         (wl-summary-yank-saved-message): Use function
10294         `wl-summary-set-thread-modified'
10295         (wl-summary-switch-to-clone-buffer): Add
10296         `wl-summary-buffer-thread-modified'.
10297
10298         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10299         (wl-summary-buffer-mark-saved-hook): Ditto.
10300         * wl-summary.el (wl-summary-msgdb-save): New hook
10301         `wl-summary-buffer-message-saved-hook' and
10302         `wl-summary-buffer-mark-saved-hook'.
10303
10304 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10305
10306         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10307
10308 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10309
10310         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10311         don't hide scroll bars under FSF Emacsen because it may incur an
10312         undesirable redrawing.
10313
10314 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10315
10316         * wl-draft.el (wl-draft-edit-string): Call
10317         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10318
10319 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10320
10321         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10322
10323 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10324
10325         * wl-summary.el (wl-summary-msgdb-load-async): Call
10326         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10327
10328 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10329
10330         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10331         fringes in demo buffer; center bitmap logo correctly even if old
10332         Mule is used.
10333
10334 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10335
10336         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10337
10338         * wl-refile.el (wl-refile-subject-alist): New variable.
10339         (wl-refile-subject-alist-file-name): Ditto.
10340         (wl-refile-alist-setup): Rewrite.
10341         (wl-refile-alist-save): Use `elmo-object-save'.
10342         Eliminated arguments.
10343         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10344         (wl-refile-guess-by-subject): New function.
10345         (wl-refile-guess-func-list): Added it.
10346
10347 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10348
10349         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10350         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10351
10352 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10353
10354         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10355         New buffer-local variable.
10356         (wl-summary-buffer-next-folder-func): Ditto.
10357         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10358         if non-nil.
10359         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10360         if non-nil.
10361         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10362         if non-nil.
10363         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10364         if non-nil.
10365
10366 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10367
10368         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10369         permanently in the demo buffer.
10370
10371 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10372
10373         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10374         `mime-entity-fetch-field'.
10375
10376         * wl.el (wl-exit): Delete plugged buffer.
10377
10378         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10379         XEmacs has menubar feature.
10380
10381 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10382
10383         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10384         cannot arrive at the beginning of the buffer under old Emacsen.
10385
10386 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10387
10388         * wl-address.el (wl-address-ldap-search):
10389         Call `ldap-search-entries' with `withdn' argument t.
10390         (wl-complete-field-body): Bind completion-ignore-case as t.
10391         Clear ldap search hash when it was sole completion.
10392         Use elmo-string for pattern string.
10393         (wl-ldap-alias-safe-string): Eliminated needless let.
10394
10395 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10396
10397         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10398         (wl-ldap-alias-sep): New constant.
10399         (wl-ldap-search-attribute-type-list): Ditto.
10400         (wl-ldap-get-value): New function.
10401         (wl-ldap-make-filter): Ditto.
10402         (wl-ldap-make-matched-value-list): Ditto.
10403         (wl-ldap-alias-safe-string): Ditto.
10404         (wl-ldap-register-dn-string): Ditto.
10405         (wl-address-ldap-search): Rewrite.
10406
10407 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10408
10409         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10410         thread is deleted.
10411         (wl-thread-delete-line-from-buffer): Ditto.
10412         (wl-thread-get-exist-children): New function.
10413
10414 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10415
10416         * wl-demo.el (wl-demo): Made it to select various image types.
10417         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10418         from `wl-title-logo'.
10419         (wl-logo-ascii): New variable.
10420         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10421         (wl-demo-copyright-notice): New constant.
10422
10423         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10424
10425 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10426
10427         * wl-vars.el (wl-summary-target-above): Renamed from
10428         wl-summary-temp-above.
10429         * wl-score.el (wl-score-get-score-alist): Use it.
10430         (wl-summary-score-update-all-lines): Use it.
10431         * wl-summary.el: Ditto. (make-variable-buffer-local).
10432
10433 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10434
10435         * wl-vars.el (wl-ldap-port): New user option.
10436
10437         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10438         Rewite whole implementation.
10439         (wl-complete-field-body): Fixed.
10440
10441 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10442
10443         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10444         Choose implementation at compile time.
10445
10446 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10447
10448         * wl-address.el (wl-ldap-search-internal): New function.
10449         (wl-complete-field-to): Use it.
10450
10451 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10452
10453         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10454         Use `let' instead of `let*'.
10455         Require 'wl-vars.
10456
10457         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10458         Define as defcustom.
10459         (wl-ldap-base): Ditto.
10460         (wl-use-ldap): Ditto.
10461
10462 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10463
10464         * wl-address.el (wl-ldap-search): New function.
10465         (wl-complete-field-body): Use `wl-ldap-search'.
10466         (wl-ldap-server): New variable.
10467         (wl-ldap-base): Ditto.
10468         (wl-use-ldap): Ditto.
10469
10470 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10471
10472         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10473         (Pointed out by Mito <mit@nines.nec.co.jp>).
10474         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10475         buffer-local variables like `wl-summary-redisplay-internal'.
10476         (wl-summary-redisplay-all-header): Likewise.  Update
10477         Summary view too.
10478
10479 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10480
10481         * wl-summary.el (wl-summary-jump-to-parent-message):
10482         Consider prefix argument.
10483
10484         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10485         when closed thread is deleted.
10486
10487 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10488
10489         * wl-summary.el (wl-summary-jump-to-parent-message):
10490         Consider thread modification.
10491
10492 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10493
10494         * wl-message.el (wl-message-normal-get-original-buffer): Use
10495         `save-excursion'.
10496
10497         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10498         (wl-summary-showto-folder-regexp): Ditto.
10499
10500 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10501
10502         * wl-util.el (wl-delete-alist): Doc fix.
10503         (wl-delete-associations): New function.
10504         (wl-inverse-alist): New function.
10505         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10506         Split temporary variables. Use `wl-delete-associations'
10507         and `wl-inverse-alist'.
10508         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10509
10510 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10511
10512         * wl-folder.el (wl-folder-prefetch-entity):
10513         Execute prefetching if new count is unknown.
10514
10515 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10516
10517         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10518
10519         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10520         delete entity.
10521         (wl-thread-set-parent): If insert as top, set linked as nil.
10522
10523         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10524         `wl-thread-cleanup-symbols' when view mode is thread.
10525
10526 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10527
10528         * wl-folder.el (wl-folder-create-folder-entity): Use
10529         with-current-buffer.
10530         (wl-local-folder-init): Call set-buffer to make sure we are in
10531         the Folder buffer. Don't touch buffer-local variables here.
10532         (wl-folder-mode): Initialize buffer-local variables here.
10533
10534         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10535         (wl-folder-entity-assign-id): Ditto.
10536         (wl-folder-create-entity-hashtb): Ditto.
10537         (wl-local-folder-init): Ditto.
10538         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10539
10540 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10541
10542         * wl-summary.el (wl-summary-default-from): Fix probrem when
10543         std11-extract-address-components return (nil "foo@bar").
10544
10545 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10546
10547         * wl-draft.el (wl-draft-clone-local-variables):
10548         Remove redundant `setq'.
10549
10550 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10551
10552         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10553         Bind wl-highlight-x-face-func as nil while highlighting header.
10554
10555 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10556
10557         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10558
10559 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10560
10561         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10562         elmo-msgdb-overview-hashtb from copy-variables.
10563         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10564         instead of `elmo-msgdb-overview-get-entity-by-number'.
10565         (wl-summary-auto-refile): Ditto.
10566
10567         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10568         `elmo-msgdb-overview-get-entity' instead of
10569         `elmo-msgdb-search-overview-entity'.  Use
10570         `elmo-msgdb-overview-get-entity' instead of
10571         `elmo-msgdb-overview-get-entity-by-number'.
10572         (wl-thread-insert-entity-sub): Ditto.
10573         (wl-thread-insert-message): Ditto.
10574
10575         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10576         `elmo-msgdb-overview-get-entity'.
10577         (wl-normal-message-redisplay): Ditto.
10578
10579 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10580
10581         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10582         `wl-thread-entities'.
10583         (wl-thread-delete-message): Fix remove top message from
10584         `wl-thread-entity-list'.
10585
10586         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10587         wl-append(nconc), because update-list is broken on Meadow.
10588
10589         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10590         updating process.
10591         (wl-summary-rescan): Ditto.
10592         (wl-summary-sync-update3): Ditto.
10593         * wl-thread.el (wl-thread-set-parent): Renamed from
10594         `wl-summary-set-parent'.
10595         (wl-thread-insert-message): Updating buffer faster.
10596         (wl-thread-delete-message): Updating buffer faster.
10597
10598         * wl-score.el (wl-summary-score-update-all-lines): Changed
10599         interval for display progress gauge.
10600
10601 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10602
10603         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10604         folder always-sticky.
10605         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10606         defmacro.
10607
10608 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10609
10610         * wl-vars.el (wl-draft-add-references): New user option.
10611
10612         * wl-draft.el (wl-draft-add-references): New function.
10613         (wl-draft-yank-from-mail-reply-buffer): Use it.
10614         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10615         as nil.
10616
10617 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10618
10619         * wl-thread.el (wl-thread-update-line-msgs): Called
10620         `wl-thread-update-line-on-buffer-sub'.
10621         (wl-thread-update-line-on-buffer): Delete routine of inserting
10622         thread.
10623         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10624         moved from `wl-thread-update-line-on-buffer'.
10625         Add threshold for displaying progress gauge.
10626         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10627         argument of `wl-thread-update-line-msgs'.
10628         Add threshold for displaying progress gauge.
10629         * wl-folder.el:
10630         Add threshold for displaying progress gauge.
10631         * wl-score.el: Ditto.
10632
10633         * wl-expire.el (wl-summary-expire): Display deleting info.
10634
10635 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10636
10637         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10638         `no-msg'.
10639         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10640         argument of `wl-thread-update-line-msgs'.
10641         (wl-summary-set-parent): Added optional argument `parent-number'.
10642         (wl-summary-buffer-saved-message): New buffer local variable.
10643         (wl-summary-save-current-message): New command.
10644         (wl-summary-yank-saved-message): Ditto.
10645         (wl-summary-mode-map): Added key binding for
10646         `wl-summary-save-current-message' (\ew) and
10647         `wl-summary-yank-saved-message' (\C-y).
10648         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10649
10650 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-summary.el (wl-summary-mode-map): Added key binding for
10653         `wl-summary-set-parent' (ts).
10654
10655 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10656
10657         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10658         subject faster. If thread number is reverse, delayed updating
10659         thread.
10660         (wl-summary-search-by-subject): Ditto.
10661         (wl-summary-put-alike): Ditto.
10662         (wl-summary-get-alike): Ditto.
10663         (wl-summary-insert-headers): Insert header of all overview in
10664         buffer.
10665         (wl-summary-rescan): Delayed updating thread. Kill search subject
10666         buffer for wl-summary-search-by-subject.
10667         (wl-summary-sync-update3): Ditto.
10668         (wl-summary-exit): Ditto.
10669         (wl-summary-goto-bottom-of-current-thread): Change for linked
10670         thread.
10671         (wl-summary-overview-create-summary-line): Change line for linked
10672         thread.
10673
10674         * wl-summary.el (wl-summary-update-thread): Use
10675         wl-thread-maybe-get-children-num.
10676         (wl-summary-set-parent): If change parent, move sub thread.
10677         (wl-summary-redisplay-internal): Add horizontal recenter.
10678         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10679
10680         * wl-thread.el (wl-thread-entity-get-linked): New function.
10681         (wl-thread-entity-set-linked): New function.
10682         (wl-thread-create-entity): Add linked element.
10683         (wl-thread-entity-insert-as-top): Use wl-append.
10684         (wl-thread-maybe-get-children-num): If closing thread, return
10685         children msgs.
10686         (wl-thread-update-line-msgs): Displaying progress message.
10687         (wl-thread-update-line-on-buffer-sub): Use
10688         wl-thread-maybe-get-children-num.
10689         (wl-thread-update-line-on-buffer): If update line is not exists,
10690         insert thread.
10691         (wl-thread-delete-message): If delete top msg of thread, search
10692         parent by subject.
10693         (wl-thread-insert-entity): Use
10694         wl-thread-maybe-get-children-num.
10695
10696         * wl-highlight.el (wl-highlight-summary-current-line): change
10697         sregexp for linked thread.
10698         * wl-util.el (wl-count-lines): Count lines.
10699         (wl-horizontal-recenter): horizontal recenter.
10700         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10701         (wl-score-get-alike): Ditto.
10702         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10703         (wl-subject-length-limit): New variable.
10704         (wl-highlight-thread-indent-string-regexp): Changed for linked
10705         thread.
10706
10707 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10708
10709         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10710         New variable (revival).
10711         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10712         by subject matching if there's no in-reply-to nor references field
10713         (revival).
10714
10715 \f
10716 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10717
10718         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10719         message.
10720
10721 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10722
10723         * wl-summary.el (wl-summary-reply): Return t if there was a
10724         message at cursor point.
10725         Added unwind-protect.
10726         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10727         returns t.
10728         (wl-summary-cancel-message): Do nothing when there's no message at
10729         cursor point.
10730         (wl-summary-forward): Ditto.
10731         (wl-summary-jump-to-parent-message): Ditto.
10732         (wl-summary-reedit): Ditto.
10733         (wl-summary-edit-addresses): Ditto.
10734         (wl-summary-pipe-message): Ditto.
10735         (wl-summary-print-message-with-ps-print): Ditto.
10736         (wl-summary-print-message): Ditto.
10737         (wl-summary-mark-as-important): Ditto.
10738         (wl-summary-mark-as-unread): Ditto.
10739
10740         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10741         message at cursor point.
10742         (wl-summary-reply-with-citation): Remove unwind-protect.
10743
10744         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10745         subject searching feature.
10746         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10747         Eliminated.
10748
10749 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10752         New variable.
10753         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10754         by subject matching if there's no in-reply-to nor references field.
10755
10756         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10757
10758         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10759         when display is finished.
10760         (wl-folder-open-all): Ditto.
10761         (wl-folder-update-access-group): Ditto.
10762         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10763         * wl-thread.el (wl-thread-close-all): Ditto.
10764
10765         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10766         progress gauge only when it was displayed.
10767         * wl-folder.el (wl-folder-insert-entity): Ditto.
10768
10769 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10770
10771         * wl-summary.el (wl-summary-incorporate): Enclose
10772         `wl-summary-sync-force-update' with save-excursion.
10773
10774 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10775
10776         * wl-summary.el (wl-summary-prefetch-region):
10777         Pass current cursor point to `pos-visible-in-window-p' after
10778         moving cursor to the started point.
10779
10780 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10781
10782         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10783
10784         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10785         fields from the forwarding message.
10786         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10787         `ignored-fields'.
10788
10789 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10790
10791         * wl-mime.el (wl-message-request-partial):
10792         Eliminated argument `msgdb'.
10793         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10794         (wl-mime-combine-message/partial-pieces): Likewise.
10795         * tm-wl.el (wl-message-request-partial): Likewise.
10796         (wl-mime-combine-message/partial-pieces): Likewise.
10797
10798 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10799
10800         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10801         when display is finished.
10802
10803 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10804
10805         * wl-summary.el (wl-summary-goto-folder-subr):
10806         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10807
10808 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10809
10810         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10811         when cursor point is visible.
10812
10813 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10814
10815         * wl-expire.el (wl-expire-archive-get-max-number):
10816         Don't use `file-name-directory'.
10817
10818 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10819
10820         * wl-expire.el (wl-expire-archive-get-max-number):
10821         Use `file-name-directory'.
10822
10823 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10824
10825         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10826         only when there is progress.
10827
10828 2000-04-13  Mito <mit@nines.nec.co.jp>
10829
10830         * wl-summary.el (wl-summary-sync-marks): Display progress.
10831
10832 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10833
10834         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10835         (wl-summary-prev): Move cursor regardless of unread status.
10836         (wl-summary-next): Ditto.
10837
10838 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10839
10840         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10841         Added argument `target' and `number'.
10842         * tm-wl.el (wl-summary-burst-subr): New function.
10843         (wl-summary-burst): Use it.
10844
10845 2000-04-10  Mito <mit@nines.nec.co.jp>
10846
10847         * wl-mime.el (wl-burst): New function.
10848         (wl-summary-burst): Use it.
10849
10850 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10851
10852         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10853         as petname when there's no candidate.
10854
10855 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10856
10857         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10858         New variable.
10859         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10860
10861         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10862
10863         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10864
10865 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10866
10867         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10868         Use substring of `original' instead of buffer-substring.
10869         (wl-refile-evaluate-rule):
10870         Set `original' argument of wl-refile-expand-newtext.
10871
10872         * wl-summary.el
10873         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10874         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10875         (wl-summary-auto-refile): Check existence of destination folder just
10876         before marking.
10877
10878 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10879
10880         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10881         when wl-refile-get-field-value return nil.
10882
10883 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10884
10885         * wl-refile.el
10886         (wl-refile-expand-newtext): New function imported from Gnus.
10887         (wl-refile-evaluate-rule): Use it.
10888
10889 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10890
10891         * wl-summary.el (wl-summary-print-destination):
10892         Duplicate folder string to avoid putting text-property on
10893         original string.
10894
10895         * wl-refile.el (wl-refile-get-field-value): New function.
10896         (wl-refile-evaluate-rule): New function;
10897         Evaluate refile rule recursively.
10898         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10899         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10900         New function; Check existence of a target folder recursively.
10901         (wl-summary-auto-refile-check-refile-rule-alist):
10902         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10903
10904 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10905
10906         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10907
10908         * wl-folder.el (wl-create-folder-entity-from-buffer):
10909         Fixed problem when '}' character is contained in folder name.
10910
10911         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10912
10913 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10914
10915         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10916         (wl-fldmgr-add-completion-all-completions):
10917         Use wl-fldmgr-add-completion-hashtb.
10918
10919 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10920
10921         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10922         wl-fldmgr-add-completion-subr): New functions.
10923         * wl-folder.el (wl-folder-completion-func): New variable.
10924         * wl-summary.el (wl-summary-read-folder):
10925         Use wl-folder-completion-func.
10926
10927         * wl-refile.el: Eliminate throw & catch.
10928
10929         * wl.el (wl-plugged-sending-queue-status): Fixed.
10930
10931 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10932
10933         * wl-draft.el (wl-draft): Put category property on
10934         mail-header-separator.