* wl-demo.el (wl-demo-copyright-notice): Add 2008.
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
4
5 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-util.el (wl-biff-check-folders): Set biff flag.
8         (from Naoto Morishima [wl:14031])
9
10 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11
12         * wl.el (wl-plugged-server-indent): Use quote instead of
13         backquote.
14
15 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
16
17         * wl-score.el (wl-score-insert-header): Add guard for
18         `std11-unfold-string'.
19         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
20         TYPE artgument when TO or CC field.
21
22 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
23
24         * wl-summary.el (wl-summary-goto-folder-subr): Call
25         `elmo-folder-close' instead of `elmo-folder-commit' if discard
26         current summary.
27
28 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
29
30         * wl-util.el (wl-read-shell-commande): New function or alias.
31
32         * wl-summary.el (wl-summary-pipe-message): Use
33         `wl-read-shell-command' instead of `read-string'.
34         (wl-summary-target-mark-pipe): Ditto.
35
36 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
37
38         * wl-summary.el (wl-summary-reply): Fix docstring.
39         * wl-draft.el (wl-draft-reply): Ditto.
40
41 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-mime.el (wl-summary-extract-attachments): New command.
44         (wl-summary-extract-attachments-1): New internal function.
45
46 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
47
48         * wl-expire.el (wl-expire-folder): New function (split from
49         wl-summary-expire).
50         (wl-summary-expire): Use it. Add argument `all' instead of remove
51         `nolist'. Cause an error only if this function is calling
52         interactively.
53
54 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-expire.el (wl-expire-refile): Display progress message.
57         (wl-summary-expire): Simplify.
58
59         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
60         unused argument `deleting-info'.
61
62 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-vars.el (wl-message-popup-buffers): New user option.
65
66         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
67         (wl-message-delete-popup-windows): New function that substitues
68         above one.
69         (wl-mime-setup): Follow the above change.
70
71 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
72
73         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
74
75 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
76
77         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
78         "tkm" to wl-thread-spam.
79
80 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-thread.el (wl-thread-entity-insert-as-children): Use
83         wl-thread-entity-set-children.
84         (wl-thread-insert-message, wl-thread-insert-entity-sub,
85         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
86         Use wl-thread-entity-get-*.
87
88 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-mime.el (wl-epg-progress-callback): New function.
91         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
92         with `elmo-with-progress-display'. Set a progress callback
93         function to epg-context.
94         (wl-mime-pgp-verify-region-with-epg): Ditto.
95
96 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-util.el (wl-completing-read-multiple): Define as an alias of
99         `completing-read-multiple' if emacs-version is not less than 22.
100
101 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
102
103         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
104         change.
105
106 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-summary.el (wl-summary-sync-update): Move
109         `wl-thread-update-indent-string-thread' to outside of
110         `elmo-with-progress-display'.
111
112 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-message.el (wl-message-exit): Check buffer existence.
115
116 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
117
118         * wl-util.el (wl-simple-display-progress): New function.
119         (wl-display-progress-with-gauge): Ditto.
120         (wl-progress-callback-function): Ditto.
121
122         * wl.el (wl-init): Set `elmo-progress-callback-function' as
123         `wl-progress-callback-function'
124
125         * wl-vars.el (wl-display-progress-threshold): New user option.
126         (wl-display-progress-function): Ditto.
127
128         * Version number is increased to 2.15.5.
129
130 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-thread.el (wl-thread-close-children): New function.
133         (wl-thread-open-children): Ditto.
134         * wl-action.el (wl-summary-set-mark): Redo the last change by
135         using it.
136
137         * wl-action.el (wl-summary-set-mark): Undo the last change.
138         Forbid interactive call.
139
140 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-mime.el (wl-define-dummy-functions): New macro.
143         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
144         `wl-mime-pgp-decrypt-region'.
145         (wl-mime-pgp-verify-region-with-epg): Renamed from
146         `wl-mime-pgp-verify-region'.
147         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
148         `wl-mime-pgp-decrypt-region'.
149         (wl-mime-pgp-verify-region-with-pgg): Renamed from
150         `wl-mime-pgp-verify-region'.
151         (wl-mime-pgp-decrypt-region): New function; To select dispatch
152         function at runtime.
153         (wl-mime-pgp-verify-region): Ditto.
154
155         * wl-vars.el (wl-use-pgp-module): New user option.
156
157 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
158
159         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
160         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
161
162 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
165         even if there are target marks only.
166
167 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * Version number is increased to 2.15.4.
170
171 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-folder.el (wl-folder-check-one-entity): Simplify.
174
175 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
178         variable.
179
180 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
181
182         * wl-spam.el (wl-thread-test-spam): New function.
183         (wl-spam-setup): Bind "tkc".
184
185 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-expire.el (wl-folder-expire-entity): Rewite without
188         `wl-summary-goto-folder-subr'.
189         (wl-folder-expire-current-entity): Don't kill summary buffer.
190
191 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
192
193         * wl-folder.el (wl-folder-sync-entity): Rewrite without
194         `wl-summary-goto-folder-subr'.
195         (wl-folder-mark-as-read-all-entity): Likewise.
196
197         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
198
199 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
200
201         * wl-thread.el (wl-thread-force-open): Arranged.
202
203 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
206         from regexp.
207
208         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
209         (wl-read-search-condition-internal): Append them.
210
211 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-vars.el (wl-additional-search-condition-fields):
214         New user option.
215
216         * wl-util.el (wl-search-condition-fields): New function; export
217         from `wl-read-search-condition-internal'.
218         (wl-read-search-condition-internal): Use it.
219
220         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
221
222 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-summary.el (wl-summary-define-sort-command): New function.
225         (wl-summary-sort-by-date, wl-summary-sort-by-number)
226         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
227         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
228         define by `wl-summary-define-sort-command' at runtime.
229
230         * wl.el (wl-init): Call wl-summary-define-sort-command.
231
232 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
235         properties at the decrypting region.
236
237 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-util.el (wl-find-region): New function.
240
241         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
242         coding system.
243         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
244         property `wl-mime-decoded-coding-system'.
245         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
246         property `wl-mime-decoded-coding-system' to encode text.
247
248         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
249         message.
250         (wl-mime-pgp-verify-region): Ditto.
251
252 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
255         buffer. Use epa-display-verify-result.
256
257 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-draft.el (wl-draft-send): Continue even if setting parent
260         flag was failed.
261
262 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-message.el (wl-message-flag-indicator): Fixed the problem
265         of returning string only of parentheses.
266
267 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-summary.el (wl-summary-write): Add argument `folder'.
270         (wl-summary-write-current-folder): Change argument `folder' from
271         optional to require.
272         (wl-summary-get-buffer): Return the buffer associated folder only.
273
274         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
275         change.
276         (wl-folder-toggle-disp-summary): Ditto.
277
278         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
279         current summary as parent-folder.
280
281 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-draft.el (wl-draft-reedit): Don't overwrite
284         wl-draft-parent-folder.
285
286 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
289         (wl-mime-pgp-verify-region): Ditto.
290         (wl-message-decrypt-pgp-nonmime): Use the above function.
291         (wl-message-verify-pgp-nonmime): Likewise.
292         (wl-mime-preview-application/pgp): Likewise.
293
294 2006-04-20  Kenichi Okada  <okada@opaopa.org>
295
296         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
297         Fix about the order of `wl-nntp-posting-port' and
298         `wl-nntp-posting-stream-type'.
299         * wl.el (wl-plugged-port-label-alist): Add smtp.
300
301 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-summary.el (wl-summary-message-status): New macro.
304
305         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
306         (wl-summary-killed-mark): New user option.
307
308         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
309         API change.
310         (wl-thread-insert-entity-sub): Ditto.
311         (wl-thread-recover-messages): New command.
312
313         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
314         Don't call `wl-highlight-summary-current-line' directly.
315         (wl-summary-buffer-attach): Connect to signal `status-changed'
316         instead of `cache-changed'.
317         (wl-summary-buffer-detach): Follow the above change.
318         (wl-summary-detect-mark-position): Follow the API change.
319         (wl-summary-rescan-message): Ditto.
320         (wl-summary-insert-sequential): Ditto.
321         (wl-summary-update-thread): Ditto.
322         (wl-summary-message-mark): Ditto.
323         (wl-summary-persistent-mark): Ditto.
324         (wl-summary-create-line): Ditto.
325         (wl-summary-prefetch-region-no-mark): Call
326         `wl-summary-persistent-mark' with number.
327         (wl-summary-recover-messages-region): New command.
328         (wl-summary-target-mark-recover): Ditto.
329         (wl-summary-recover-message): Ditto.
330         (wl-summary-persistent-mark-string): Add argument `status' instead
331         of remove arguments `flags' and `cached'.  Treat killed status.
332         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
333
334         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
335         (wl-highlight-summary-line-face-spec): Treat killed status.
336         (wl-highlight-summary-line-string): Follow the API change.
337         (wl-highlight-summary-current-line): Ditto.
338
339         * Version number is increased to 2.15.3.
340
341 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
342
343         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
344         of symbolp to test whether the condition is function.
345
346 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
349         to nil.
350
351 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-summary.el (wl-summary-buffer-message-ring): New internal
354         variable.
355         (wl-summary-buffer-last-displayed-msg): Abolish.
356         (wl-summary-push-message): New function.
357         (wl-summary-pop-message): Ditto.
358         (wl-summary-goto-folder-subr): Reset
359         `wl-summary-buffer-message-ring'.
360         (wl-summary-pop-to-last-message): New command.
361         (wl-summary-goto-last-displayed-msg): Call
362         wl-summary-pop-to-last-message if optional argument is non-nil or
363         the last command is itself.
364         (wl-summary-redisplay-internal): Push last message number into
365         `wl-summary-buffer-message-ring'.
366
367         * wl-vars.el (wl-summary-message-ring-max): New user option.
368
369 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
372         from `wl-draft-reply').
373         (wl-draft-reply): Use it.
374         (wl-draft-find-reply-headers): Avoid compile warning.
375
376 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
379
380 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-message.el (wl-message-flag-indicator): New function.
383         (wl-message-redisplay): Use it.
384
385 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
388
389 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
392         instead of `read-event'.
393
394         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
395
396         * wl-mule.el (wl-read-event-char): Ditto.
397
398         * wl-e21.el (wl-read-event-char): Ditto.
399
400 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
403
404 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-vars.el (wl-draft-send-confirm-type): New user option.
407
408         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
409
410         * wl-draft.el (wl-draft-send-confirm): Confirmation by
411         `wl-draft-send-confirm-type'
412
413 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
416         Avoid error when the buffer name is already used.
417
418 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
421         the change of elmo-nmz -> elmo-search.
422         (wl-highlight-summary-line-help-echo-alist): Ditto.
423         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
424         (wl-nmz-folder-icon): Define as obsolete.
425         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
426         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
427
428 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (wl-summary-get-list-info): Rewrite with
431         `elmo-find-list-match-value'
432
433 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-summary.el (wl-summary-get-list-info): Optimize.
436         Use List-Id and List-Post also.
437
438 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
441
442 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
443
444         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
445
446 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-util.el (wl-completing-read-multiple-1): New internal function.
449         (wl-completing-read-multiple-2): Ditto.
450         (wl-completing-read-multiple): Define use above functions.
451
452         * wl-summary.el (wl-summary-sort): Removed the workaround for a
453         bug of `completing-read-multiple' about default value.
454
455         * wl-xmas.el (wl-completing-read-multiple): Removed.
456
457         * wl-mule.el (wl-completing-read-multiple): Ditto.
458
459         * wl-e21.el (wl-completing-read-multiple): Ditto.
460
461 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-util.el (wl-filter-associations): New function.
464
465         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
466         (wl-spam-ignored-folder-list): Ditto.
467         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
468         (wl-spam-string-member-p): New function.
469         (wl-spam-domain): Use it.
470         (wl-spam-split-numbers): New function.
471         (wl-spam-apply-partitions): Ditto.
472         (wl-spam-register-spam-messages): Use `folder' instead of
473         `wl-summary-buffer-elmo-folder'.
474         (wl-spam-register-good-messages): Ditto.
475         (wl-summary-exec-action-spam): Decide a domain by real folder of
476         message.
477         (wl-summary-exec-action-refile-with-register): Likewise.
478
479 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * wl-e21.el (wl-e21-find-image): New function.
482         (wl-e21-setup-toolbar): Use it instead of `find-image'.
483         (wl-e21-highlight-folder-group-line): Ditto.
484         (wl-folder-init-icons): Ditto.
485         (wl-plugged-init-icons): Ditto.
486         (wl-biff-init-icons): Ditto.
487
488 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
491         (wl-inhibit-save-drafts): New internal variable.
492         (wl-disable-auto-save): Ditto.
493         (wl-save-drafts): Treat above variables.
494         (wl-auto-save-drafts): New function.
495         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
496         `wl-stop-save-drafts'.
497         (wl-start-save-drafts): New function.
498         (wl-stop-save-drafts): Ditto.
499         (wl-set-auto-save-draft): New command.
500
501         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
502         `wl-set-save-drafts'.
503
504 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
507         `make-local-variable' instead of `make-variable-buffer-local'.
508
509 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
510
511         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
512
513 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
514
515         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
516
517 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
520         of working buffer.
521
522 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
525
526         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
527         value into recipients; Bind `wl-draft-remove-group-list-contents'
528         as nil.
529
530 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-summary.el (wl-summary-sort): Fixed the last change.
533
534         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
535         (wl-summary-sort-messages): Ditto.
536         (wl-summary-rescan): Use it.
537         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
538         `completing-read'; Append candidates for reverse order.
539
540 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * Version number is increased to 2.15.2.
543
544 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
545
546         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
547         "Smaller".
548         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
549
550 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
553
554 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-vars.el (wl-draft-additional-header-alist): Add into the
557         customize group `wl-draft'.
558         (wl-draft-add-in-reply-to): Move customize group from `wl' to
559         `wl-draft'.
560         (wl-draft-add-references): Ditto.
561
562         * wl-action.el (wl-summary-print-argument): Rename argument from
563         `folder' to `data'.
564
565 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566
567         * wl-summary.el (wl-summary-rescan-message): Call
568         `wl-thread-cleanup-symbols' before insert thread.
569
570 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl.el (wl-init): Set `elmo-get-folder-function' as
573         `wl-folder-make-elmo-folder'.
574
575         * wl-spam.el (wl-summary-exec-action-spam): Use
576         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
577
578         * wl-folder.el (wl-folder-make-elmo-folder): New function.
579         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
580         `elmo-make-folder'.
581         (wl-folder-get-elmo-folder): Ditto.
582         (wl-folder-create-subr): Simplify.
583
584 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
587
588 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
591         contents in message buffer instead of original buffer. If optional
592         argument specified, ask coding system for encode.
593
594 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
595
596         * wl-spam.el (wl-summary-test-spam-region): New function.
597         (wl-spam-setup): Bind "rkc".
598
599 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
602
603 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
604
605         * wl-spam.el (wl-summary-test-spam): Fix typo.
606         (wl-message-check-spam): Ditto.
607
608 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-summary.el (wl-summary-default-from): Simplify.
611
612 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-action.el (wl-summary-exec-action-refile): Simplify.
615         (wl-summary-exec-action-copy): Ditto.
616         (wl-summary-auto-refile): Check existence of temporary mark.
617
618 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-summary.el (wl-summary-create-line): Use
621         `elmo-time-to-datevec'.
622
623         * wl-expire.el (wl-expire-archive-date): Ditto.
624         (wl-expire-localdir-date): Ditto.
625
626         * wl-util.el (wl-day-number): Abolish.
627
628         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
629         of `wl-day-number'.
630         (wl-score-followup): Ditto.
631         (wl-score-add-followups): Ditto.
632         (wl-score-get-latest-msgs): Ditto.
633         (wl-score-get-header-entry): Ditto.
634         (wl-score-edit-insert-date): Ditto.
635
636 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
639         `elmo-message-entity-field' with 2nd argument `type'.
640
641 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
642
643         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
644
645 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-thread.el (wl-thread-delete-message): Delete descendant
648         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
649
650 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
651
652         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
653
654 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
655
656         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
657         `Access folder'.
658
659 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-vars.el (wl-access-folder-icon): New user option.
662
663         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
664         `Access folder'.
665
666 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-summary.el (wl-summary-buffer-set-folder): Use
669         `wl-folder-mime-charset'.
670
671         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
672         `mime-charset'.
673         (wl-folder-get-elmo-folder): Ditto.
674         (wl-folder-mime-charset): New function.
675
676 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-util.el (wl-parse-addresses): Define alias of
679         `elmo-parse-addresses' (move to `elmo-util.el').
680
681         * wl-summary.el (wl-summary-default-from): Follow the API change.
682         (wl-summary-overview-entity-compare-by-date): Ditto.
683         (wl-summary-overview-entity-compare-by-from): Ditto.
684         (wl-summary-get-list-info): Get value of `ml-info' field from
685         entity at first.
686         (wl-summary-rescan-message): Treat prefix argument.
687         (wl-summary-prefetch-msg): Follow the API change.
688         (wl-summary-search-by-subject): Ditto.
689         (wl-summary-insert-thread): Ditto.
690         (wl-summary-line-subject): Ditto.
691         (wl-summary-line-from): Ditto.
692         (wl-summary-create-line): Ditto.
693         (wl-summary-print-message-with-ps-print): Ditto.
694
695         * wl-score.el (wl-score-ov-entity-get): Ditto.
696         (wl-score-followup): Ditto.
697         (wl-score-add-followups): Use `elmo-message-entity-field' instead
698         of `car'.
699         (wl-score-get-latest-msgs): Follow the API change.
700         (wl-score-get-header): Ditto.
701
702         * wl-refile.el (wl-refile-learn): Ditto.
703         (wl-refile-subject-learn): Ditto.
704         (wl-refile-get-field-value): Ditto.
705         (wl-refile-guess-by-history): Ditto.
706         (wl-refile-guess-by-subject): Ditto.
707
708         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
709
710         * wl-expire.el (wl-expire-date-p): Removed.
711         (wl-expire-archive-date): Follow the API change.
712         (wl-expire-localdir-date): Ditto.
713         (wl-summary-expire): Ditto.
714
715         * Version number is increased to 2.15.1.
716
717 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
720         group is access or not (it is not strict, like wl-fldmgr-rename).
721
722 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
725         duplicate call of `wl-summary-print-argument' on the wrong line.
726
727 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
730         even if argument `number' is nil.
731         (wl-summary-insert-line): Print action argument if current message
732         has it.
733
734 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
737         (wl-draft-reply): Ditto.
738         (wl-draft): Add optional argument `parent-number' and call
739         `wl-draft-create-buffer' with it.
740         (wl-draft-create-buffer): Add optional argument
741         `parent-number'. Set wl-draft-parent-number as it.
742
743 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-folder.el (wl-folder-set-persistent-mark): If summary
746         buffer is not for given folder, don't use it.
747
748 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
749
750         * Version number is increased to 2.15.0.
751
752 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
755
756         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
757         (wl-highlight-get-face-by-name): New internal function.
758         (wl-highlight-summary-line-face-spec): Use it and fixed.
759
760 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-summary.el (wl-summary-sync-update): Use
763         `elmo-message-entity-field' instead of `car' to get message-id
764         from overview entity.
765
766         * wl-summary.el (wl-summary-rescan-message): Call
767         `wl-highlight-summary-displaying' when displaying a message.
768
769 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
770
771         * wl-draft.el (wl-draft-config-info-filename): Extracted from
772         `wl-draft-config-info-operation'.
773         (wl-draft-buffer-change-number): New function.
774         (wl-draft-rename-saved-config): Ditto.
775         * wl.el (wl-init): Connect slot for message-number-changed.
776         (toplevel): Add autoload for wl-draft-rename-saved-config.
777
778 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
781         `update-overview'
782         (wl-summary-buffer-detach): Disconnect from it.
783         (wl-summary-rescan-message): Use command.
784
785         * wl-message.el (wl-message-buffer-display): Use
786         `with-current-buffer' instead of `save-excursion'.
787
788 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-mime.el (wl-draft-preview-attributes-list): Protect
791         wl-draft-preview-attributes-list from distraction.
792
793 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
794
795         * wl-summary.el (wl-summary-sync-update): Sort the return value of
796         `elmo-list-diff'.
797
798 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-summary.el
801         (wl-summary-edit-addresses-collect-candidate-fields): Use
802         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
803
804         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
805         instead of `elmo-set-work-buf'.
806
807         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
808         (wl-address-make-address-list): Ditto.
809
810         * Version number is increased to 2.13.3.
811
812 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
815         user option.
816
817         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
818         argument `5'.
819
820         * wl-message.el (wl-message-display-no-merge-p): New function.
821         (wl-message-buffer-display): Check whether the message is
822         reassembled and follow the API change.
823
824 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
827         multibyte on working buffer and removed unnecessary
828         `buffer-disable-undo'.
829
830 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-util.el (wl-read-search-condition-internal): Fixed the last
833         change.
834
835 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
836
837         * wl-util.el (wl-read-search-condition-internal): Protect
838         elmo-global-flags from distraction.
839
840 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
843
844         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
845         (wl-summary-event-handler): Ditto.
846         (wl-summary-update-persistent-mark-on-event): New
847         function (renamed from `elmo-event-handler-flag-changed').
848         (wl-summary-buffer-attach): New function.
849         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
850         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
851         instead of `elmo-folder-add-handler'.
852
853         * Version number is increased to 2.13.2.
854
855 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
858         and "\177" to the `wl-news-previous-page'.
859         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
860         (wl-news-previous-page): New function.
861
862 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
865         instead of `write-region' and simplify.
866
867 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-template.el (wl-template-select): Cause error if
870         `wl-template-alist' is nil.
871
872 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
873
874         * wl-news.el.in: Set file variable `no-byte-compile'.
875
876 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
879         whether a target message is within displaying area.
880         (elmo-event-handler-cache-changed): Ditto.
881
882 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
883
884         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
885         to `defun'.  Use `nconc' instead of `append' to collect descendant
886         message numbers.
887
888 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
889
890         * wl-thread.el (wl-thread-save-top-list)
891         (wl-thread-save-entities): Use `with-temp-buffer'.
892         * wl-news.el.in (wl-news-previous-version-load):
893         (wl-news-previous-version-save): Ditto.
894         * wl-summary.el (wl-summary-load-file-object)
895         (wl-summary-save-view-cache): Ditto.
896
897 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-util.el (toplevel): Require 'elmo-flag'.
900         (wl-read-search-condition): New function (Renamed from
901         `elmo-read-search-condition').
902         (wl-read-search-condition-internal): Likewise.
903
904         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
905         invalid.
906         (wl-summary-pick): Use `wl-read-search-condition' instead of
907         `elmo-read-search-condition'.
908         (wl-summary-virtual): Ditto.
909
910         * wl-folder.el (wl-folder-virtual): Ditto.
911         (wl-folder-pick): Ditto.
912
913         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
914
915 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-summary.el (wl-summary-reedit): Call
918         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
919
920 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-mime.el (toplevel): Require wl-vars.
923
924         * wl-message.el (toplevel): Require cl at compile.
925
926         * wl-draft.el (toplevel): Require elmo.
927
928 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-message.el (wl-message-buffer-prefetch): Count is a number
931         and do nothing when it is not positive.
932         (wl-message-buffer-prefetch-next): Ditto.
933
934 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
935
936         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
937         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
938         (wl-summary-redisplay-internal): Ditto.
939
940         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
941         message (the condition is borrowed from `wl-check-variables-2').
942         (wl-summary-redisplay-internal): Ditto.
943
944 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-mime.el (wl-draft-nntp-attribute): New function.
947         (wl-draft-attribute-nntp-posting-server): Use it.
948         (wl-draft-attribute-nntp-posting-port): Ditto.
949
950         * wl-mime.el (wl-draft-preview-attributes-list): New function.
951         (wl-draft-show-attributes-buffer): Ditto.
952         (wl-draft-hide-attributes-buffer): Ditto.
953         (wl-draft-attribute-newsgroups): Ditto.
954         (wl-draft-attribute-nntp-posting-server): Ditto.
955         (wl-draft-attribute-nntp-posting-port): Ditto.
956         (wl-draft-preview-message): Use there functions.
957
958         * wl-vars.el (wl-draft-preview-attributes-list): Change default
959         value.
960
961 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
964         (wl-draft-reedit): Ditto.
965         (wl-draft-queue-flush): Ditto.
966
967         * wl-mime.el (wl-message-request-partial): Ditto.
968         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
969         instead of `elmo-message-fetch'.
970
971         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
972
973         * wl-summary.el (wl-summary-message-string): Ditto.
974
975 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-util.el (wl-current-message-buffer): Follow the API change.
978
979         * wl-summary.el (wl-summary-redisplay-internal): Call
980         `wl-summary-mark-as-read' with 2nd argument as nil and update
981         unread count instead of persistent mark.
982
983         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
984         variable.
985         (wl-message-redisplay): Follow the API change.
986         (wl-message-buffer-display): Managed mime-entity directly and
987         return preview buffer only.
988         (wl-message-display-internal): Rewrite.
989         (wl-message-buffer-prefetch-subr): Not save return value of
990         `wl-message-buffer-display'.
991
992         * Version number is increased to 2.13.1.
993
994 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
997         'elmo-multiple-fields-body-list' with boundary specified.
998
999 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1002         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1003         cache if `wl-summary-resend-use-cache' is non-nil.
1004
1005 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1008         (wl-nntp-posting-stream-type): Ditto.
1009
1010 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1011
1012         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1013
1014 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1015
1016         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1017         message.
1018
1019 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1022         Abolish.
1023         (wl-summary-buffer-persistent-mark-version): New internal
1024         variable.
1025         (wl-summary-update-mark-and-highlight-window): Check by
1026         wl-summary-persistent-mark-invalid-p.
1027         (wl-summary-update-status-marks): Ditto.
1028         (elmo-event-handler-flag-changed): Rewrite.
1029         (elmo-event-handler-cache-changed): Define.
1030         (wl-summary-prefetch-msg): Does not update persistent mark here.
1031         (wl-summary-delete-cache): Ditto.
1032         (wl-summary-resume-cache-status): Ditto.
1033         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1034         (wl-summary-persistent-mark-invalid-p): New function.
1035         (wl-summary-validate-persistent-mark): Ditto.
1036         (wl-summary-validate-persistent-mark-string): Ditto.
1037         (wl-summary-invalidate-persistent-mark): Ditto.
1038         (wl-summary-update-persistent-mark): Call
1039         `wl-summary-validate-persistent-mark'.
1040         (wl-summary-create-line): Call
1041         `wl-summary-validate-persistent-mark-string'.
1042
1043         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1044         status as t if cache used.
1045
1046 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1047
1048         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1049         only if the target is group.
1050         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1051
1052 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1055
1056 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1057
1058         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1059
1060         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1061
1062 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1063
1064         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1065         (Thanks to Yoichi NAKAYAMA).
1066
1067 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1068
1069         * wl-util.el (wl-save-drafts): Restore echo area.
1070
1071 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * Version number is increased to 2.13.0.
1074
1075         * wl-util.el (wl-biff-check-folder-async): Use
1076         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1077
1078 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-message.el (wl-message-display-internal): Does not put
1081         wl-message-display-type property on message buffer.
1082         (wl-message-buffer-display-type): New function.
1083
1084         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1085
1086         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1087         `wl-summary-buffer-detach'.
1088         (wl-summary-message-display-type): Use
1089         `wl-summary-buffer-display-type'.
1090
1091 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1092
1093         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1094         buffer-local.
1095
1096         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1097         kill-buffer-hook instead of make-local-variable.
1098         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1099
1100 2004-12-12  Scott Renfro <scott@renfro.org>
1101
1102         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1103         regex for square-branket.
1104
1105 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1108         `wl-message-mime-analysis-p' with argument `header'.
1109
1110 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1111
1112         * wl-mime.el (wl-draft-yank-current-message-entity): 
1113         Switch to no-mime following method according to wl-message-display-type
1114         property.
1115         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1116
1117         * wl-message.el (wl-message-display-internal): 
1118         Put wl-message-display-type property on message buffer.
1119
1120         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1121         (wl-message-display-internal): Ditto;
1122
1123         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1124
1125 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-message.el (wl-message-make-display-type): New function.
1128         (wl-message-display-type-property): Ditto.
1129         (wl-message-mime-analysys-p): Ditto.
1130         (wl-message-display-all-header-p): Ditto.
1131         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1132         added `display-type'.
1133         (wl-message-buffer-display): Likewise.
1134         (wl-message-display-internal): Likewise.
1135         (wl-message-buffer-display-type): Abolish.
1136         (wl-message-buffer-prefetch-subr): Follow the API changed.
1137
1138         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1139         from wl-summary-buffer-display-all-header and changed default value.
1140         (wl-summary-message-display-type): New function.
1141         (wl-summary-buffer-display-mime-mode): Ditto.
1142         (wl-summary-buffer-display-header-mode): Ditto.
1143         (wl-summary-toggle-mime): Rewrite with above functions.
1144         (wl-summary-toggle-all-header): Ditto.
1145         (wl-summary-redisplay): Force redisplay with default mode.
1146         (wl-summary-redisplay-internal): Renamed argument from `mode',
1147         `all-header' to `mime-mode', `header-mode'.
1148         Use `wl-message-make-display-type'.
1149
1150         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1151         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1152
1153 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1154
1155         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1156
1157 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1160         in original message buffer.
1161         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1162         buffer.
1163
1164 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1167
1168 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1169
1170         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1171
1172 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1173
1174         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1175         when actions succeeded.
1176         (wl-summary-exec-action-copy): Likewise.
1177
1178 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1179
1180         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1181         there is switch-to-buffer at the end of wl-message-select-buffer.
1182         (wl-summary-reply): Ditto.
1183
1184 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1185
1186         * wl-summary.el (wl-summary-forward): Put subject in original
1187         message buffer as argument of wl-draft-forward.
1188         * wl-draft.el (wl-draft-forward): Decode subject as in
1189         wl-draft-reply.
1190
1191 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1194         a folder under access group.
1195
1196 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1199         wl-message-buffer-display.
1200
1201         * wl-util.el (wl-set-save-drafts): Fix typo.
1202
1203 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1206         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1207         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1208         the way to measure the width of a bitmap image; don't put face on
1209         ascii and bitmap images; put the mark which should not use the
1210         variable-pitch face on ascii and bitmap images.
1211         (wl-demo-setup-properties): Don't use the variable-pitch face on
1212         ascii and bitmap images; made it work on Emacs 20 and earlier.
1213         (wl-demo-insert-text): End with a newline at the bottom; don't put
1214         face on text.
1215
1216         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1217
1218 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219
1220         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1221
1222         * wl-util.el (wl-save-drafts): Moved from sample setting.
1223         (wl-set-save-drafts): New function to set idle timer.
1224         * wl-draft.el (wl-draft): Call it.
1225         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1226
1227 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1228
1229         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1230         a summary which has toggle display status off.
1231
1232 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-draft.el (wl-draft-do-fcc): No cache save.
1235
1236 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * wl-summary.el (elmo-event-handler-flag-changed): Use
1239         `set-buffer' instead of `with-current-buffer'.
1240
1241 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-summary.el (wl-summary-after-resize-function): New function.
1244         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1245         window-size-change-functions.
1246
1247 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-draft.el (wl-draft-create-buffer): Bind
1250         `change-major-mode-hook' after current buffer is changed.
1251
1252         * wl-summary.el (wl-summary-buffer-detach): New function.
1253         (wl-summary-buffer-set-folder): Call it.
1254         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1255         change-major-mode-hook and kill-buffer-hook.
1256         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1257         (wl-summary-switch-to-clone-buffer): Ditto.
1258         (wl-summary-goto-folder-subr): Ditto.
1259
1260 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1261
1262         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1263         after boundp check.
1264
1265 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1268         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1269         for `kill-buffer'.
1270
1271         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1272         handler of current buffer from elmo-folder.
1273
1274 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1275
1276         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1277
1278 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1281         variable.
1282         (wl-summary-event-handler): New class.
1283         (elmo-event-handler-flag-changed): Define to update persistent
1284         mark.
1285         (wl-summary-buffer-set-folder): Register event handler to
1286         elmo-folder.
1287         (wl-summary-exit): Unregister event handler.
1288         (wl-summary-goto-folder-subr): Ditto.
1289         (wl-summary-mark-as-read-all): Does not call
1290         `wl-summary-update-persistent-mark' directly.
1291         (wl-summary-mark-as-read-internal): Ditto.
1292         (wl-summary-set-persistent-mark-internal): Ditto.
1293         (wl-summary-set-flags-internal): Ditto.
1294
1295         * Version number is increased to 2.11.33.
1296
1297 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1298
1299         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1300         to nil.
1301
1302 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303
1304         * wl-spam.el (wl-spam-setup): Add hook
1305         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1306         instead of `wl-summary-prepare-hook'.
1307
1308         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1309         if folder type is `'flag'.
1310         (wl-summary-mark-as-important): Ditto.
1311
1312 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-address.el (wl-address-minibuffer-history): New variable.
1315         (wl-address-minibuffer-local-map): New keymap.
1316         (wl-address-read-from-minibuffer): New function.
1317
1318         * wl-action.el (wl-summary-get-resend-address): Use
1319         `wl-address-read-from-minibuffer' instead of `completing-read'.
1320
1321 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * Version number is increased to 2.11.32.
1324
1325 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1328         without mule to iso-8859-1.
1329         (wl-draft-add-in-reply-to): Add note in description.
1330         (wl-draft-add-references): Ditto.
1331
1332 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1333
1334         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1335         definition for `m'.
1336         (wl-summary-mode-line-format): Add '[%m]'.
1337         (wl-message-mode-line-format-spec-alist): Ditto.
1338         (wl-summary-display-mime-mode-list): New variable.
1339
1340         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1341         from wl-summary-buffer-display-as-is.
1342         (wl-summary-buffer-display-all-header): New buffer local variable.
1343         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1344         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1345         instead of wl-summary-buffer-display-as-is.
1346         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1347         (wl-summary-set-persistent-mark): Ditto.
1348         (wl-summary-set-message-buffer-or-redisplay): Just call
1349         `wl-summary-redisplay-internal' without optional arguments.
1350         (wl-summary-toggle-mime): Rewrite.
1351         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1352         (wl-summary-toggle-all-header): New function.
1353         (wl-summary-redisplay-internal): Treat mime mode.
1354
1355         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1356         to wl-mime-preview-follow-no-mime.
1357         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1358         accodring to the display-mode.
1359
1360         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1361         (wl-message-buffer-display): Changed argument name from `as-is' to
1362         `mode'.
1363         (wl-message-display-internal): Ditto;
1364         Bind elmo-mime-display-header-analysis according to the mode.
1365         (wl-message-display-internal): Put wl-message-display-mime-mode
1366         property on entire buffer.
1367
1368 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1371
1372 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1373
1374         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1375         Don't extract mail address.
1376         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1377
1378         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1379
1380         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1381
1382 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1385         wl-fldmgr-cut-entity-list on confirmation.
1386
1387 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1390         (wl-mime-quit-preview): Check existence of
1391         mime-edit-temp-message-buffer here.
1392
1393 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1396         after deletion.
1397
1398         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1399         before calling wl-mime-quit-preview.
1400
1401 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-summary.el (wl-summary-pick): If call it with prefix
1404         argument, set `delete-marks' as non-nil. Pick from only visible
1405         messages.
1406         (wl-summary-check-target-mark): New function.
1407         (wl-summary-target-mark-mark-as-read): Use it.
1408         (wl-summary-target-mark-mark-as-unread): Ditto.
1409         (wl-summary-target-mark-operation): Ditto.
1410         (wl-summary-target-mark-set-flags): Ditto.
1411         (wl-summary-target-mark-save): Ditto.
1412         (wl-summary-target-mark-pick): Ditto.
1413         (wl-summary-target-mark-forward): Ditto.
1414         (wl-summary-target-mark-reply-with-citation): Ditto.
1415         (wl-summary-target-mark-print): Ditto.
1416         (wl-summary-target-mark-uudecode): Ditto.
1417
1418         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1419         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1420         with `ask-coding' is non-nil.
1421
1422 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * wl-thread.el (wl-thread-set-parent): If parent is a message
1425         which is identified by references, set linked as nil.
1426
1427 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1428
1429         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1430         (wl-message-mode-line-format-spec-alist): Ditto.
1431         (wl-message-mode-line-format): Ditto.
1432         (wl-summary-mode-line-format): Ditto for docstring.
1433         (wl-summary-no-mime-folder-list): Fix typo.
1434
1435         * wl-util.el (wl-current-message-buffer): Call
1436         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1437
1438         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1439         variable.
1440         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1441         of `wl-summary-redisplay-no-mime'.
1442         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1443         (wl-summary-toggle-mime): New function.
1444         (wl-summary-redisplay-all-header): Rewrite.
1445         (wl-summary-redisplay-no-mime): Ditto.
1446         (wl-summary-redisplay-internal): Added argument `as-is' and
1447         `all-header'.
1448
1449         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1450         New variable.
1451         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1452         bottom.
1453         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1454         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1455         "/" unconditionally.
1456
1457         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1458         wl-mime-preview-follow-no-mime for as-is content.
1459         (wl-mime-preview-follow-no-mime): New function.
1460         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1461
1462         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1463         and added `as-is', `all-header'.
1464         (wl-message-buffer-display): Ditto.
1465         (wl-message-buffer-display-type): New function.
1466
1467 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-vars.el (wl-message-header-button-alist): Change default
1470         value.
1471         (wl-message-body-button-alist): Ditto.
1472
1473 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1474
1475         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1476
1477 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1480
1481 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1482
1483         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1484         is always true.
1485
1486 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1489         on null entity.
1490
1491 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1492
1493         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1494
1495 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-vars.el (wl-summary-resend-hook): New hook.
1498
1499         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1500         `wl-summary-resend-hook'.
1501
1502 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1503
1504         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1505         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1506         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1507         (wl-summary-new-cached-mark): Changed default value to 'n'.
1508         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1509         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1510         (wl-folder-sync-range-alist): Remove spec for 'flag.
1511         (wl-summary-force-prefetch-folder-list): New user option.
1512
1513         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1514         `wl-summary-toggle-persistent-mark'.
1515         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1516         number is nil.
1517         (wl-summary-mark-as-answered-region): Set interactive argument of
1518         `wl-summary-set-persistent-mark-internal'.
1519         (wl-summary-mark-as-important-region): Ditto.
1520         (wl-summary-unset-persistent-mark): Ditto.
1521         (wl-summary-set-persistent-mark): Ditto.
1522         (wl-summary-mark-as-answered): Ditto.
1523         (wl-summary-mark-as-important): Ditto.
1524         (wl-summary-set-persistent-mark-internal): Do nothing
1525         when `elmo-message-flag-available-p' is nil.
1526         (wl-summary-toggle-persistent-mark): New function.
1527         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1528         when the folder matches `wl-summary-force-prefetch-folder-list'.
1529
1530
1531         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1532         when number is nil.
1533         (wl-highlight-summary-forwarded-face): New face.
1534
1535 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1536
1537         * Version number is increased to 2.11.31.
1538
1539 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1540
1541         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1542         (wl-biff-check-folder-async): Ditto.
1543         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1544
1545 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1546
1547         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1548         Add an argument `reverse'.  All callers are updated.
1549         (wl-summary-sort): Add a prefix argument `reverse' to specify
1550         reverse sorting.
1551         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1552         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1553         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1554
1555 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1556
1557         * wl-message.el (wl-message-redisplay): Does not narrow header if
1558         disply-type is all-header or as-is.
1559
1560         * wl-summary.el (wl-summary-enter-handler): Use
1561         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1562
1563 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1566         after adding wl-draft-parent-variables.
1567         (wl-draft-forward): Ditto.
1568
1569 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * wl-summary.el (wl-summary-sync-marks): Call
1572         `wl-summary-set-persistent-mark' and
1573         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1574         (wl-summary-set-persistent-mark-internal): Add 4th argument
1575         `no-server'.
1576         (wl-summary-unset-persistent-mark): Ditto.
1577         (wl-summary-set-persistent-mark): Ditto.
1578         (wl-summary-add-flags-internal): Abolish.
1579         (wl-summary-remove-flags-internal): Ditto.
1580         (wl-summary-mark-as-important-internal): Ditto.
1581         (wl-summary-mark-as-important): Use
1582         `wl-summary-set-persistent-mark' instead of
1583         `wl-summary-add-flags-internal'.
1584         (wl-summary-mark-as-important-region): Ditto.
1585
1586         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1587
1588         * wl-summary.el (wl-summary-get-available-flags): New function.
1589         (wl-summary-sync-marks): Use it and simplified.
1590         (wl-summary-unset-persistent-mark): Use
1591         `wl-summary-get-available-flags'.
1592         (wl-summary-set-persistent-mark): Ditto.
1593
1594 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1595
1596         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1597         id.
1598
1599 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1600
1601         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1602         number, call `wl-summary-prev-line-content'. Show message when the
1603         message is not found.
1604
1605 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1608         wl-summary-enter-handler.
1609         (wl-summary-enter-handler): New command.
1610
1611         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1612         docstring and custom spec.
1613
1614         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1615         flags too; Don't treat Cached and New.
1616         (wl-summary-set-persistent-mark): Ditto.
1617
1618         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1619         `wl-folder-set-flag'.
1620
1621         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1622         instead of `wl-folder-set-flag'.
1623
1624         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1625         for completion.
1626         (wl-summary-set-persistent-mark): Ditto.
1627
1628         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1629         instead of `wl-draft-quit-preview'.
1630
1631         * wl-mime.el (toplevel): Avoid compile warning.
1632         (wl-mime-quit-preview): New function
1633         (formarly defined as `wl-draft-quit-preview').
1634         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1635         quitting method.
1636
1637         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1638
1639         * wl-folder.el (wl-folder-set-flag): Renamed from
1640         `wl-draft-set-flag-on-parent'.
1641
1642         * wl-draft.el (wl-draft-quit-preview): New function.
1643         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1644         (wl-draft-send): Call `wl-folder-set-flag' instead of
1645         `wl-draft-set-flag-on-parent'.
1646         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1647
1648 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1651         (wl-draft-send): Ditto.
1652
1653 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1656         (wl-draft-kill-pre-hook): Set default value as nil.
1657         (wl-summary-reply-hook): Ditto.
1658         (wl-draft-kill-flags): Abolish.
1659
1660         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1661         (wl-draft-parent-variables): Renamed from
1662         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1663         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1664         argument; Add wl-draft-parent-variables to
1665         wl-draft-config-variables.
1666         (wl-draft-reply): Likewise.
1667         (wl-draft-kill-flags): Abolish.
1668         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1669         (wl-draft-set-flag-on-parent): New function.
1670         (wl-draft-setup-parent-flag): Ditto.
1671
1672 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1673
1674         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1675         `wl-draft-parent-folder' is "".
1676
1677 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1678
1679         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1680         (wl-summary-digit-jump): New function.
1681         (Adviced by John Owens and Hiroya Murata)
1682
1683         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1684         (Adviced by John Owens)
1685
1686         * wl-xmas.el (wl-message-define-keymap): Ditto.
1687
1688         * wl-mule.el (wl-message-define-keymap): Ditto.
1689
1690 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1693         change of return value of elmo-folder-count-flags.
1694
1695         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1696         (wl-summary-mark-as-read-internal): Ditto.
1697         (wl-summary-set-persistent-mark-internal): Ditto.
1698         (wl-summary-folder-info-update): Ditto.
1699         (wl-summary-sync-update): Fixed the last change.
1700
1701         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1702
1703 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1704
1705         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1706         (wl-draft-kill-flags): Fixed docstring.
1707
1708         * wl-draft.el (wl-draft-kill-flags): New function.
1709         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1710
1711 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-vars.el (wl-reply-hook): Abolish.
1714         (wl-draft-reply-hook): New hook.
1715         (wl-summary-reply-hook): Ditto.
1716         (wl-draft-forward-hook): Ditto.
1717         (wl-summary-forward-hook): Ditto.
1718         (wl-draft-kill-flags): New variable.
1719
1720         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1721         wl-summary-set-persistent-mark-internal.
1722         (wl-summary-sync-marks): Use elmo-preserved-flags.
1723         (wl-summary-update-persistent-mark): Make it interactive.
1724         (wl-summary-set-persistent-mark-internal): New inline function.
1725         (wl-summary-mark-as-answered): Use it.
1726         (wl-summary-mark-as-unanswered): Ditto.
1727         (wl-summary-unset-persistent-mark): New function.
1728         (wl-summary-set-persistent-mark): Ditto.
1729         (wl-summary-reply): Don't set answered flag;
1730         Run wl-summary-reply-hook instead.
1731         (wl-summary-forward): Call wl-draft-forward with number.
1732         Run wl-summary-forward-hook.
1733
1734         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1735         (wl-highlight-summary-line-face-spec): Use it as a default
1736         persistent mark face.
1737
1738         * wl-draft.el (wl-draft-forward): Added optional argument number;
1739         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1740         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1741         (wl-draft-kill): Use wl-draft-kill-flags.
1742
1743         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1744
1745         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1746         of return value of elmo-folder-count-flags.
1747
1748         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1749
1750         * wl-summary.el (wl-summary-count-unread): Ditto.
1751         (wl-summary-sync-update): Follow the change above.
1752         (wl-summary-force-prefetch): New function.
1753
1754 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1755
1756         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1757         variable `buf' with `let' instead of `setq'.
1758
1759 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1762         add Content-Disposition heaeder on the deleted part.
1763
1764 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-draft.el (wl-draft-save): Encode address list under edit by
1767         `eword-encode-unstructured-field-body'.
1768
1769         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1770
1771 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1772
1773         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1774         wl-current-summary-buffer.
1775
1776 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1777
1778         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1779         `numbers' is ignored.
1780
1781 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1782
1783         * wl-folder.el (wl-folder-open-folder): Avoid error.
1784         Reported by John Owens, [wl-en:815]
1785
1786         * wl.el (wl): Set timer for biff process even if prefix argument
1787         is given or auto-checking is quitted.
1788
1789         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1790         immediately.
1791         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1792         (wl-toggle-plugged): Ditto.
1793
1794         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1795         * wl-util.el (wl-biff-start): Use idle timer if
1796         `wl-biff-use-idle-timer' is non-nil.
1797
1798 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1799
1800         * wl-highlight.el (wl-highlight-message): Fix description.
1801
1802 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1805         tty.
1806
1807 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-action.el (wl-summary-exec): Print failure count.
1810
1811 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1814         to `defun', remove interactive form.
1815         Set elmo-message-fetch-confirm when force-reload is non-nil.
1816
1817 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-summary.el (toplevel): Removed unnecessary autoload.
1820
1821 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1824         the buffer is generated from another message buffer.
1825
1826 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1827
1828         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1829         extracted from `wl-fldmgr-save-folders'.
1830         (wl-fldmgr-delete): Call it after deletion.
1831
1832 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1833
1834         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1835         multi-tty support.
1836
1837 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1838
1839         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1840
1841 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1842
1843         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1844         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1845
1846 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1849         unsubscribe list only if argument CLEAR is nil.
1850
1851 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-draft.el (wl-draft-reply): Decode subject before removing
1854         Re: prefix.
1855
1856 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1857
1858         * wl-summary.el (wl-summary-sort-by-size): New command.
1859
1860 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-summary.el (wl-summary-number-list-from-region): New
1863         function.
1864         (wl-summary-mark-as-read-region): Use it.
1865         (wl-summary-mark-as-unread-region): Ditto.
1866         (wl-summary-set-flags-region): Ditto and add optional argument
1867         remove.
1868         (wl-summary-mark-as-answered-region): Ditto.
1869         (wl-summary-mark-as-important-region): Ditto.
1870         (wl-summary-target-mark-mark-as-important): Added optional
1871         argument remove.
1872         (wl-summary-target-mark-mark-as-answered): Ditto.
1873         (wl-summary-target-mark-set-flags): Ditto.
1874
1875 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1876
1877         * wl-summary.el (wl-summary-set-flags-region): Call
1878         `wl-summary-set-flags-internal' with number list instead of call
1879         one by each message.
1880         (wl-summary-target-mark-set-flags): Likewise.
1881
1882 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1885         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1886         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1887         (wl-summary-target-mark-mark-as-answered): Likewise.
1888
1889 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1890
1891         * wl-summary.el (wl-summary-target-mark-forward): Use
1892         `wl-summary-delete-all-target-marks' instead of
1893         `wl-summary-delete-all-temp-marks'.
1894         (wl-summary-target-mark-reply-with-citation): Ditto.
1895         (wl-summary-target-mark-uudecode): Ditto.
1896         (wl-summary-target-mark-set-flags): Ditto and remove needless
1897         cursor move.
1898
1899 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1900
1901         * wl-summary.el (wl-summary-target-mark-forward): Protect
1902         wl-summary-buffer-target-mark-list from nreverse.
1903         (wl-summary-target-mark-reply-with-citation): Ditto.
1904
1905 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1906
1907         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1908         `elmo-display-progress-threshold'.
1909
1910 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1913         check `wl-summary-highlight'.
1914         (wl-summary-window-scroll-functions): Respect value of
1915         `wl-summary-highlight'.
1916         (wl-summary-sync-update): Run hooks
1917         `wl-summary-buffer-window-scroll-functions' at any time.
1918
1919 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1922         from `wl-summary-cleanup-temp-marks'.
1923         (wl-summary-cleanup-temp-marks): Abolish argument.
1924         * wl.el (wl-save-status): Revert previous change.
1925         (wl-execute-temp-marks): New function, call
1926         `wl-summary-exec-with-confirmation'.
1927         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1928         (wl-folder-save-and-exec-marks): Abolished.
1929
1930 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * wl-e21.el (wl-e21-display-image-p): Respect
1933         `wl-highlight-folder-with-icon'.
1934         (wl-e21-highlight-folder-group-line): Highlight mouse line
1935         even if wl-e21-display-image-p is nil.
1936
1937         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1938         Respect value of `wl-summary-highlight'.
1939
1940         * wl.el (wl-save-status): Remove unused variable.
1941
1942         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1943         (wl-folder-mode-map): Bind it to "x".
1944
1945 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1948
1949         * wl-thread.el (wl-thread-get-parent-list): Don't check
1950         disconnected ancestors, neglecting needless work in
1951         `wl-thread-update-indent-string-thread'.
1952
1953         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1954         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1955         argument, add argument default-keep to keep marks by default.
1956
1957         * Version number is increased to 2.11.30.
1958
1959         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1960         customization type and docstring.
1961         (wl-draft-reply-without-argument-list): Ditto.
1962
1963 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1966
1967         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1968
1969 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1970
1971         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1972
1973 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1974
1975         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1976         save-excursion so as not to include run-hooks.
1977
1978 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1981         Clarify that marks are going to be cleared.
1982
1983 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1986         according to 3rd element of wl-summary-flag-mark.
1987
1988         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1989
1990 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * wl-action.el (wl-summary-target-mark-all): Don't set
1993         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1994
1995 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1996
1997         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1998         (wl-forward-subject-prefix): Ditto.
1999         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2000         (wl-draft-reply-make-subject): Ditto.
2001
2002         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2003         `wl-draft-forward'.
2004         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2005
2006 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2009         target message does not exist.
2010
2011 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2012
2013         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2014         `wl-subject-prefix-regexp'.
2015         (wl-subject-forward-prefix-regexp): New variable.
2016         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2017         `wl-draft-strip-subject-re' and take regexp as argument.
2018         (wl-draft-forward): Use it.
2019         (wl-draft-reply): Ditto.
2020
2021 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2022
2023         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2024         emacs multi-tty support.
2025
2026 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2027
2028         * wl-e21.el (wl-e21-display-image-p): Don't call
2029         `display-images-p'.
2030         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2031         support.
2032         (wl-highlight-folder-current-line): Ditto.
2033         (wl-folder-init-icons): Ditto.
2034
2035 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2038         the last line of summary in unplugged mode.
2039
2040 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2041
2042         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2043
2044 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2047         * wl-address.el (wl-address-user-mail-address-p): Use it.
2048         (wl-address-delete-user-mail-addresses): Ditto.
2049         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2050
2051         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2052         (wl-address-delete-user-mail-addresses): Ditto.
2053
2054         * wl-address.el (wl-address-delete-user-mail-addresses): New
2055         function.
2056         * wl-refile.el (wl-refile-guess-by-history): Use it.
2057         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2058         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2059
2060         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2061         use wl-address-user-mail-address-p.
2062
2063 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2066         after opening group.
2067
2068 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2071         of elmo-set-buffer-multibyte.
2072
2073         * wl-message.el (wl-original-message-mode): Ditto.
2074
2075         * wl-score.el (wl-score-insert-header): Ditto.
2076
2077         * wl-summary.el
2078         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2079         (wl-summary-goto-folder-subr): Ditto.
2080         (wl-summary-insert-headers): Ditto.
2081
2082         * wl-util.el (wl-set-string-width): Ditto.
2083
2084         * Version number is increased to 2.11.29.
2085
2086 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2089         (wl-highlight-summary-line-help-echo-alist): New variable.
2090         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2091         into `wl-highlight-summary-line-help-echo' and
2092         `wl-highlight-flag-folder-help-echo'.
2093         (wl-highlight-summary-line-string): Change accordingly.
2094         (wl-highlight-summary-current-line): Ditto.
2095
2096 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2099         at the beginning of field body (Thanks to Markus Knittig).
2100
2101         * wl-draft.el (wl-draft-insert-current-message): Also check
2102         summary buffer, remove unnecessary tag.
2103
2104 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2107         when wl-message-buffer is nil.
2108
2109         * wl-folder.el (wl-folder): Abolish unused argument.
2110         Call wl-folder-init when wl-folder-entity is nil.
2111         * wl.el (wl): Change accordingly.
2112
2113 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2116         multibyte string before insert into draft buffer.
2117         (wl-draft-create-buffer): Always enable multibyte characters for
2118         draft buffer.
2119
2120         * Version number is increased to 2.11.28.
2121
2122 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123
2124         * wl-folder.el (wl-folder-open-close): Handle blank line.
2125         (wl-folder-jump-to-current-entity): Ditto.
2126
2127 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2128
2129         * Version number is increased to 2.11.27.
2130
2131 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2132
2133         * wl-thread.el (wl-thread-insert-message): When the thread is
2134         devided by wl-summary-max-thread-depth, insert line at the end of
2135         buffer.
2136
2137 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * Version number is increased to 2.11.26.
2140
2141 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2144
2145 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2148         value of stream-type and session.
2149
2150 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * Version number is increased to 2.11.25.
2153
2154 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2155
2156         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2157         in a quit message.
2158
2159 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2162         (wl-summary-redisplay-no-mime-internal): Ditto.
2163
2164 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2165
2166         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2167         * wl-vars.el (wl-smtp-connection-type): Ditto.
2168
2169 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2170
2171         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2172         for the separator line and quote mail-header-separator.
2173
2174 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2177         result message.
2178
2179         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2180         `elmo-multiple-fields-body-list' with boundary as
2181         mail-header-separator.
2182
2183 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2184
2185         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2186
2187 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2188
2189         * wl-util.el (wl-list-diff): Remove unused function.
2190
2191         * wl-draft.el (wl-draft-send-confirm): Discard input before
2192         confirmation.
2193
2194 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2197         order of flag and new.
2198
2199 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2200
2201         * wl-vars.el (wl-refile-policy-alist): Abolished.
2202
2203         * wl-action.el (wl-summary-set-action-refile): Follow the change
2204         above.
2205
2206 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * wl-highlight.el (wl-highlight-signature-search): Don't use
2209         re-search-backward for a long word since it is possible to crash
2210         XEmacs because of a bug.
2211
2212 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2213
2214         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2215
2216 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2217
2218         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2219         argument for wl-summary-sync-force-update.
2220
2221 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * wl-summary.el (wl-summary-mode-map): Revival of
2224         wl-summary-mark-as-important related bindings;
2225         Bind 'F','tF','mF','rF','m&'.
2226         (wl-summary-mark-as-important-region): Revival.
2227         (wl-summary-target-mark-mark-as-important): Ditto.
2228         (wl-summary-target-mark-operation): New function.
2229         (wl-summary-target-mark-mark-as-answered): Use it.
2230         (wl-summary-decide-flag): Don't set Important as default.
2231         (wl-summary-mark-as-important-internal): Revival.
2232         (wl-summary-mark-as-important): Ditto.
2233
2234         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2235
2236         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2237         instead of facep.
2238
2239 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2240
2241         * wl-dnd.el (wl-dnd-drop-func): Fix.
2242
2243         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2244         mouse-set-point instead of posn-point.
2245
2246         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2247
2248         * wl-mule.el (wl-completing-read-multiple): Ditto.
2249
2250 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * wl-demo.el (face-background-name): Defalias to avoid compile
2253         warning.
2254
2255 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2256
2257         * wl-summary.el (wl-summary-decide-flag): Use
2258         wl-completing-read-multiple instead of completing-read-multiple.
2259
2260         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2261         New alias.
2262
2263         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2264         Use face-background-name instead of face-background.
2265
2266         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2267
2268         * wl-summary.el (wl-summary-save): Use it.
2269         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2270
2271         * wl-mime.el (wl-mime-save-content): Fix last change.
2272
2273 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2274
2275         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2276         New function.
2277         (wl-summary-sort-specs): Added sort.
2278         * wl-mime.el (wl-mime-save-content): Expand file name.
2279
2280 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2283
2284         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2285
2286 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2287
2288         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2289         for flag if it is not defined.
2290
2291 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * wl-e21.el (wl-highlight-folder-current-line): Use
2294         elmo-folder-type-internal when elmo-folder-type returns nil.
2295
2296         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2297
2298         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2299
2300         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2301
2302         * wl-e21.el (wl-summary-toolbar): Ditto.
2303
2304         * wl-vars.el (wl-demo-background-color): Abolished.
2305         (wl-summary-persistent-mark-priority-list): Renamed from
2306         wl-summary-flag-priority-list.
2307         (wl-summary-flag-alist): New user option.
2308         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2309         (wl-message-mode-line-format-spec-alist): Added 'F'.
2310         (wl-message-mode-line-format): Likewise.
2311         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2312         instead of wl-summary-important-mark.
2313         (wl-file-folder-icon): New variable.
2314
2315         * wl-thread.el (wl-thread-set-flags): Renamed from
2316         wl-thread-mark-as-important.
2317
2318         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2319         warning.
2320         (wl-summary-mode-menu-spec): Follow the change of 
2321         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2322         (wl-summary-mode-map): Follow the change of
2323         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2324         (wl-summary-detect-mark-position): Follow the variable name change.
2325         (wl-summary-set-flags-region): New function for the replacement of
2326         wl-summary-mark-as-important-region.
2327         (wl-summary-sync-marks): Sync all global-flags.
2328         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2329         instead of elmo-message-flagged-p.
2330         (wl-summary-persistent-mark-string): Follow the variable name change;
2331         Put wl-summary-flag-mark if the message has global-flag.
2332         (wl-summary-target-mark-set-flags): Renamed from 
2333         wl-summary-target-mark-mark-as-important.
2334         (wl-summary-decide-flag): New function.
2335         (wl-summary-set-flags-internal): Renamed from
2336         wl-summary-mark-as-important-internal.
2337         (wl-summary-add-flags-internal): New function.
2338         (wl-summary-remove-flags-internal): Ditto.
2339         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2340         (wl-summary-mark-as-unimportant): Abolish.
2341         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2342         (wl-summary-next-message): List flagged messages in the msgdb.
2343
2344         * wl-score.el (wl-summary-score-update-all-lines): Use
2345         wl-summary-add-flags-internal instead of 
2346
2347         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2348
2349         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2350         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2351         (wl-message-buffer-require-all-header): Renamed from
2352         wl-message-buffer-all-header-flag (Ditto).
2353         (wl-message-buffer-flag-indicator): New variable.
2354         (wl-message-redisplay): Changed local varibale name from `flag' to
2355         `display-type'; Set up wl-message-buffer-flag-indicator.
2356         (wl-message-buffer-display): Changed varibale name from `flag' to
2357         `display-type'.
2358         (wl-message-display-internal): Likewise.
2359
2360         * wl-highlight.el (wl-highlight-demo-face): Define default background
2361         color.
2362         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2363
2364         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2365
2366         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2367         (wl-demo-setup-properties): Renamed from
2368         `wl-demo-set-background-color'.
2369         (wl-demo): Follow the change above.
2370         
2371         * Version number is increased to 2.11.24.
2372
2373 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-summary.el (wl-summary-toggle-thread): Call
2376         `wl-summary-rescan' with disable-thread as non-nil.
2377         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2378
2379 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2382         foreground property of the face.
2383         (wl-demo-insert-text): Don't set up face property here.
2384         (wl-demo): Call wl-demo-set-background-color, anyway.
2385
2386 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2387
2388         * wl-vars.el (wl-demo-background-color): The value can be nil.
2389
2390 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2393         to wl-summary-wheel-dispatcher.
2394
2395         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2396         wl-message-wheel-dispatcher.
2397         (wl-message-wheel-dispatcher): New function.
2398         (wl-summary-wheel-dispatcher): Ditto.
2399
2400 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2401
2402         * wl-action.el (wl-summary-target-mark-all): List messages which are
2403         not in the killed-list.
2404
2405         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2406         only when the folder is 'flag/important.
2407
2408         * wl-address.el (wl-complete-field-body): Complete if the last
2409         character is a space.
2410
2411 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-folder.el (wl-folder-clear-entity-info): Use
2414         elmo-clear-hash-val.
2415
2416         * wl-fldmgr.el (wl-fldmgr-rename): Set
2417         wl-folder-info-alist-modified as t.
2418
2419 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2420
2421         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2422
2423 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2424
2425         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2426         (wl-folder-buffer-last-visited-entity-id): New buffer local
2427         variable.
2428         (wl-folder-revisit-last-visited-folder): New function.
2429         (wl-folder-mode-map): Bind it to "C-i".
2430         (wl-folder-set-current-entity-id): Set last visited folder.
2431         * wl-summary.el (wl-summary-exit): Ditto.
2432
2433 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2436         before calling `recenter' in order to cope with an XEmacs bug.
2437
2438 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2439
2440         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2441         to the default value.
2442
2443 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2446         change.
2447         (wl-summary-sync-marks): Ditto.
2448         (wl-summary-mark-as-read-internal): Ditto.
2449         (wl-summary-mark-as-answered-internal): Ditto.
2450         (wl-summary-mark-as-important-internal): Ditto.
2451         (wl-summary-reply): Ditto.
2452
2453         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2454         instead of `elmo-folder-unflag-answered'.
2455
2456         * Version number is increased to 2.11.23.
2457
2458         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2459         the last change.
2460
2461 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2462
2463         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2464         Specify "spam" or "good".
2465
2466 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2467
2468         * wl-spam.el (wl-summary-exec-action-spam): Call
2469         wl-folder-confirm-existence for spam folder.
2470         (wl-spam-setup): Bind "mk".
2471
2472 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2475
2476 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2477
2478         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2479         destination folder is empty.
2480
2481 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2482
2483         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2484         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2485
2486         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2487         (wl-summary-refile-prev-destination-region): New function.
2488         (wl-thread-refile-prev-destination): Ditto.
2489         (wl-summary-target-mark-refile-prev-destination): Ditto.
2490
2491 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2494         (wl-demo-background-color): Changed default value.
2495
2496         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2497         color.
2498
2499         * wl-demo.el (wl-demo-set-background-color): New function.
2500         (wl-demo): Call it.
2501
2502 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2503
2504         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2505         * wl-address.el (wl-address-add-or-change): Don't add empty
2506         address.
2507
2508 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2509
2510         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2511
2512 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-vars.el (wl-demo-image-filter-alist): New variable
2515         (wl-demo-background-color): Ditto.
2516
2517         * wl-demo.el (wl-demo-xpm-set-background): New function.
2518         (wl-demo-image-filter): Ditto.
2519         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2520
2521         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2522
2523         * wl-demo.el (wl-demo-icon-name): Define as function.
2524         (wl-demo-insert-image): Use it.
2525
2526 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2527
2528         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2529
2530 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2531
2532         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2533
2534 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2535
2536         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2537
2538 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * wl-thread.el (wl-thread-mark-as-answered): New function.
2541
2542         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2543         answered" entry.
2544         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2545         "r&" and wl-thread-mark-as-answered to "t&".
2546         (wl-summary-mark-as-important-region): Refine to toggle mark.
2547         (wl-summary-mark-as-answered-region): New function.
2548         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2549         and 3rd argument.
2550         (wl-summary-mark-as-important-internal): Likewise.
2551
2552 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2553
2554         * wl-template.el (wl-template-preview): New internal variable.
2555         (wl-template-preview-p): New function.
2556         (wl-template-show): Bind `wl-template-preview' as t.
2557
2558 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2559
2560         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2561         `elmo-message-entity-field' with 3rd argument which is non-nil.
2562
2563 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2564
2565         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2566         Removed duplicate local bind `folder'.
2567
2568 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2569
2570         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2571
2572 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2575         duplicate definition.
2576
2577 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2580         non-nil, use it; Don't fetch message if there's no message in the
2581         current cursor position.
2582
2583 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2584
2585         * wl-util.el (wl-region-exists-p): Use region-active-p.
2586         (wl-deactivate-region): New function.
2587         * wl-message.el (wl-message-redisplay): Deactivate region.
2588
2589         * wl-summary.el (wl-summary-reply): Call
2590         `wl-summary-set-message-buffer-or-redisplay' instead of
2591         `wl-summary-redisplay-internal', don't move point.
2592
2593 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2594
2595         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2596         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2597         by regexp.
2598
2599 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2600
2601         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2602         if no need.
2603
2604 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2607         default value to nil.
2608         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2609         `wl-summary-prepare-hook'; Replace refile action to
2610         `wl-summary-exec-action-refile-with-register'.
2611
2612         * Version number is increased to 2.11.22.
2613
2614 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-summary.el (wl-summary-detect-mark-position): Set
2617         `wl-summary-buffer-weekday-name-lang'.
2618
2619 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2620
2621         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2622         (wl-summary-mark-as-read-all): Ditto.
2623         (wl-summary-delete-messages-on-buffer): Ditto.
2624         (wl-summary-sync-update): Ditto.
2625         (wl-summary-mark-as-read-internal): Ditto.
2626         (wl-summary-mark-as-answered-internal): Ditto.
2627         (wl-summary-update-folder-info): Abolished.
2628
2629 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2630
2631         * wl-summary.el (wl-summary-mark-as-read-all): Use
2632         `wl-summary-update-folder-info' instead of
2633         `wl-folder-update-unread'.
2634
2635 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2636
2637         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2638         `wl-summary-folder-info-update'.
2639         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2640         instead of `wl-summary-folder-info-update'.
2641         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2642         `wl-folder-set-folder-updated'.
2643         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2644         instead of `wl-folder-update-unread'.
2645         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2646         the value of `wl-summary-buffer-unread-count' for the second parameter of
2647         `wl-folder-update-unread'.
2648
2649         * Version number is increased to 2.11.21.
2650
2651 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2652
2653         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2654         a local variable.
2655
2656 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2657
2658         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2659         interactively.
2660
2661         * wl-summary.el (wl-summary-mark-as-important-internal): New
2662         internal function.
2663         (wl-summary-mark-as-important): Use it.
2664         (wl-summary-mark-as-unimportant): New function.
2665         (wl-summary-sync-marks): Follow the API change.
2666
2667         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2668
2669         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2670
2671 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2672
2673         * wl-folder.el (wl-folder-update-unread): Re-indent.
2674         Narrow the scope of a local variable.
2675
2676 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2677
2678         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2679         (wl-addrmgr-merge-entries): Ditto.
2680         (wl-addrmgr): Added to address entry which exists in draft buffer
2681         if no entry is in original.
2682
2683 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2684
2685         * wl-batch.el: New file.
2686
2687 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2688
2689         * wl-vars.el (wl-use-semi): Remove unused variable.
2690
2691 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2694         "?".
2695
2696 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2699         wl-summary-new-mark.
2700         (wl-summary-new-cached-mark): New user option.
2701         (wl-summary-score-marks): Follow the change above.
2702         (wl-summary-auto-refile-skip-marks): Ditto.
2703         (wl-summary-incorporate-marks): Ditto.
2704         (wl-summary-expire-reserve-marks): Ditto.
2705
2706         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2707
2708         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2709         (wl-summary-persistent-mark-string): Distinguished between cached
2710         and uncached mark when the message is new.
2711
2712 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-spam.el (wl-spam-domain): Renamed from
2715         `wl-spam-folder-guess-domain'.
2716         (wl-summary-exec-action-spam): Register as spam if domain of the
2717         source folder is good.
2718         (wl-summary-exec-action-refile-with-register): Register message if
2719         domain of the source folder is not undecided.
2720
2721 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2724         detect thread loop.
2725
2726 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2729         and wl-summary-skip-mark-list.
2730
2731 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2732
2733         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2734
2735         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2736
2737         * wl-spam.el (toplevel): Require wl-highlight.
2738         (wl-spam-auto-check-policy-alist): Abolish.
2739         (wl-spam-auto-check-folder-regexp-list): New user option.
2740         (wl-spam-auto-check-marks): Ditto.
2741         (wl-spam-mark-action-list): Ditto.
2742         (wl-highlight-summary-spam-face): New face.
2743         (wl-spam-auto-check-message-p): New function.
2744         (wl-spam-map-spam-messages): Fixed message.
2745         (wl-spam-register-spam-messages): Ditto.
2746         (wl-spam-register-good-messages): Ditto.
2747         (wl-summary-spam-map): Add and remove keybind.
2748         (wl-summary-target-mark-spam): Abolish.
2749         (wl-summary-refile-spam): Ditto.
2750         (wl-summary-test-spam): New function.
2751         (wl-summary-mark-spam): Ditto.
2752         (wl-summary-auto-check-spam): Follow the above change.
2753         (wl-summary-exec-action-spam): New function.
2754         (wl-summary-exec-action-refile-with-register): Fixed message.
2755         (wl-message-check-spam): New function.
2756         (wl-spam-setup): Ditto.
2757         (toplevel): Call it if this file is loaded interactivity.
2758
2759         * Version number is increased to 2.11.20.
2760
2761 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2764         when new optional argument `force' is non nil or modified.
2765
2766 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * wl.el (toplevel): Require wl-spam when compile.
2769         (wl-save-status): Call wl-spam-save-status.
2770
2771         * wl-spam.el (wl-spam-register-spam-messages): New function.
2772         (wl-spam-register-good-messages): Ditto.
2773         (wl-spam-save-status): Ditto.
2774         (wl-summary-mode-map): Bind
2775         wl-summary-target-mark-register-as-spam to "ms" and
2776         wl-summary-target-mark-register-as-good to "mn".
2777         (wl-summary-register-as-spam): Abolish optional argument; Use
2778         wl-spam-register-spam-messages.
2779         (wl-summary-register-as-spam-all): Use
2780         wl-spam-register-spam-messages.
2781         (wl-summary-register-as-good): Abolish optional argument; Use
2782         wl-spam-register-good-messages.
2783         (wl-summary-register-as-good-all): Use
2784         wl-spam-register-good-messages.
2785         (wl-summary-target-mark-register-as-spam): New funtion.
2786         (wl-summary-target-mark-register-as-good): Ditto.
2787
2788 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-spam.el: New file.
2791
2792 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793
2794         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2795
2796         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2797         (wl-summary-auto-refile): Call wl-refile-guess with
2798         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2799
2800 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2803         with disable-thread argument non-nil.
2804
2805 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2806
2807         * wl-summary.el (wl-summary-rescan): Added optional argument
2808         disable-thread.
2809         (wl-summary-sync): Call wl-summary-rescan with argument
2810         disable-thread.
2811         (wl-summary-input-range): Added new range `rescan-thread'.
2812
2813 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2816
2817 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818
2819         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2820         internal variable.
2821         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2822         wl-summary-search-parent-by-subject-regexp and
2823         wl-summary-divide-thread-when-subject-changed as nil.
2824         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2825         (wl-summary-insert-thread): Search parent entity from
2826         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2827         thread loop.
2828
2829 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2832
2833         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2834
2835         * wl-util.el (wl-require-update-all-folder-p): New function.
2836         (wl-get-assoc-list-value): Added `function' to match directive.
2837         (wl-collect-draft): Rewrite.
2838
2839         * wl-summary.el (wl-summary-sync-update): Clear faces
2840         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2841         are non-nil.
2842         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2843         argument as function.
2844         (wl-summary-input-range): Ditto.
2845
2846         * wl-folder.el (wl-draft-get-folder): New function.
2847         (wl-folder-get-elmo-folder): Consider draft folder.
2848
2849         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2850         (wl-draft-buffer-message-number): New buffer local variable.
2851         (wl-draft-folder-internal): New internal variable.
2852         (wl-draft-delete): Rewrite.
2853         (wl-draft-save): Ditto.
2854         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2855         wl-folder-get-elmo-folder.
2856         (wl-draft-config-info-operation): Ditto.
2857         (wl-jump-to-draft-folder): Ditto.
2858         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2859         (wl-draft-reedit): Rewrite.
2860
2861         * Version number is increased to 2.11.19.
2862         
2863 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2864
2865         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2866         variable.
2867
2868 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2869
2870         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2871         Use ignore-errors instead of unwind-protect.
2872
2873 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2874
2875         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2876         for updating `wl-thread-entity-list'.
2877
2878 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2879
2880         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2881         parameter from calling `wl-thread-entity-get-older-brothers' and
2882         `wl-thread-entity-get-younger-brothers'.
2883         Replace nested `append' with a single one.
2884
2885 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-summary.el (wl-summary-mode): Don't use the return value of
2888         `make-local-hook'.
2889
2890 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2891
2892         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2893         instead of `let*'.
2894         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2895         of local variables.
2896
2897 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2900         Renamed from wl-summary-window-scroll-functions.
2901         (wl-summary-window-scroll-functions): Don't set to variable.
2902         (wl-summary-display-top): Use run-hooks.
2903         (wl-summary-display-bottom): Ditto.
2904         (wl-summary-toggle-disp-msg): Ditto.
2905         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2906         Use it instead of wl-summary-window-scroll-functions.
2907         (wl-summary-goto-folder-subr): Don't call
2908         wl-summary-window-scroll-functions, use
2909         wl-summary-buffer-window-scroll-functions instead.
2910
2911 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2914         make-local-variable.
2915
2916 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2917
2918         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2919         set-buffer-modified-p.
2920         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2921         (wl-summary-display-bottom): Ditto.
2922         (wl-summary-toggle-disp-msg): Ditto.
2923
2924 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2927
2928         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2929         (wl-summary-forward): Use elmo-message-entity-field instead of
2930         elmo-message-field.
2931
2932         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2933
2934 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-summary.el (wl-summary-window-scroll-functions): No use
2937         `append'.
2938
2939 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2940
2941         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2942         function.
2943         (wl-summary-window-scroll-functions): Call it when both
2944         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2945         (wl-summary-temp-mark): Added optional argument number.
2946         (wl-summary-message-mark): Added optional argument flag.
2947         (wl-summary-persistent-mark): Added optional argument number and flag.
2948         (wl-summary-update-persistent-mark): Ditto.
2949         (wl-summary-update-status-marks): Set "r" for interactive spec.
2950
2951         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2952         argument number and flag.
2953
2954         * wl-action.el (wl-summary-registered-temp-mark): 
2955         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2956
2957 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2960         internal variable (buffer local).
2961         (wl-summary-window-scroll-functions): New function.
2962         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2963         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2964         as nil.
2965         (wl-summary-update-status-marks): Added arguments beg, end and
2966         check.
2967         (wl-summary-update-mark-window): Use function.
2968         (wl-summary-sync-update): Follow the change above.
2969         (wl-summary-switch-to-clone-buffer): Copy
2970         wl-summary-buffer-unsync-mark-number-list.
2971         (wl-summary-goto-folder-subr): Set
2972         wl-summary-buffer-unsync-mark-number-list and
2973         use wl-summary-window-scroll-functions instead of
2974         wl-summary-lazy-highlight.
2975
2976         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2977
2978 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979
2980         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2981
2982         * wl-summary.el (wl-summary-update-persistent-mark): Call
2983         wl-summary-set-message-modified.
2984
2985         * wl-summary.el (wl-summary-sync-update): Don't call
2986         wl-summary-update-status-marks.
2987
2988         * Version number is increased to 2.11.18.
2989
2990 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2993         (wl-message-next-page): Ditto.
2994
2995 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2996
2997         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2998         local variable.  Change the order of a collected list into the
2999         same as the specified range.  Remove nil from a collected list.
3000
3001 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3004         argument for elmo-folder-list-messages.
3005
3006 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3009         change (wl-summary-count-unreads return a list instead of a cons
3010         cell).
3011
3012 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3013
3014         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3015         `wl-summary-folder-info-update'.
3016
3017 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl-summary.el (wl-summary-set-message-modified): No use
3020         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3021         (wl-summary-set-mark-modified): Abolish.
3022         (wl-summary-mark-modified-p): Ditto.
3023         (wl-summary-save-view): Follow the change above.
3024
3025         * wl-expire.el (wl-summary-expire): Likewise.
3026
3027 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3028
3029         * wl-summary.el (wl-summary-detect-mark-position): Use
3030         modb-entity-handler.
3031         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3032
3033         * Version number is increased to 2.11.17.
3034
3035 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3038         entity field value.
3039         (wl-summary-prefetch-msg): Ditto.
3040         (wl-summary-print-message-with-ps-print): Ditto.
3041
3042 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3045         for dummy entity.
3046         (wl-summary-insert-thread): Use elmo-message-entity-field.
3047         (wl-summary-update-thread): Use elmo-message-entity-field and
3048         elmo-message-entity-number.
3049         (wl-summary-line-number):  Use elmo-message-entity-number.
3050         (wl-summary-line-size): Use elmo-message-entity-field.
3051         (wl-summary-line-subject): Ditto.
3052         (wl-summary-line-from): Ditto.
3053         (wl-summary-line-attached): Ditto.
3054         (wl-summary-create-line): Ditto.
3055         (wl-summary-create-line): Use elmo-message-entity-number.
3056         (wl-summary-print-message-with-ps-print): Use
3057         elmo-message-entity-field.
3058
3059 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3062         change in elmo-msgdb-make-message-entity.
3063         (wl-summary-buffer-set-folder): Don't call
3064         wl-summary-detect-mark-position here.
3065         (wl-summary-rescan): Call elmo-message-entity-number.
3066         (wl-summary-sync-update): Ditto.
3067         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3068
3069         * wl-score.el (wl-score-header-index): Redefine 2th element.
3070         (wl-score-overview-entity-get-extra): Abolish.
3071         (wl-score-ov-entity-get): Rewrite.
3072         (wl-score-string-index<, wl-score-string-func<): Abolish.
3073         (wl-score-string<): New function.
3074         (wl-score-string-sort): Use it.
3075
3076         * wl-refile.el (wl-refile-guess-by-history): Use
3077         elmo-message-entity-field.
3078         (wl-refile-guess-by-from): Ditto.
3079         (wl-refile-guess-by-msgid): Ditto.
3080
3081         * Version number is increased to 2.11.16.
3082
3083 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3084
3085         * wl-folder.el (wl-folder-confirm-existence): Don't call
3086         file-exists-p if msgdb-path is nil.
3087         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3088         `wl-read-folder-hist' to `wl-read-folder-history'.
3089
3090 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3091
3092         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3093         `y-or-n-p'.
3094
3095 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3096
3097         * wl-score.el (wl-score-headers): Don't use
3098         elmo-folder-do-each-message-entity.
3099
3100         * Version number is increased to 2.11.15.
3101
3102 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-summary.el (wl-summary-delete-all-msgs): Use
3105         elmo-folder-move-messages instead of elmo-folder-delete-messages
3106         and elmo-folder-detach-messages.
3107         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3108
3109         * wl-expire.el (wl-expire-delete): Ditto.
3110         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3111
3112 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3115         (wl-message-header-narrowing-fields): Ditto.
3116         (wl-message-header-narrowing-lines): Ditto.
3117         (wl-message-header-narrowing-string): Ditto.
3118
3119         * wl-summary.el (wl-summary-mode-map): Bind
3120         wl-summary-toggle-header-narrowing to "C-cC-f".
3121         (wl-summary-toggle-header-narrowing): New function.
3122
3123         * wl-message.el (wl-message-buffer-create): Call
3124         wl-message-header-narrowing-setup.
3125         (wl-message-redisplay): Call wl-message-header-narrowing.
3126         (wl-message-header-narrowing): New function.
3127         (wl-message-header-narrowing-map): New keymap.
3128         (wl-message-header-narrowing-widen-map): New keymap.
3129         (wl-message-header-narrowing-again-at-mouse): New function.
3130         (wl-message-header-narrowing-1): Ditto.
3131         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3132         (wl-message-header-narrowing-setup): Ditto.
3133         (wl-message-header-narrowing-toggle): Ditto.
3134         
3135         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3136
3137         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3138         'flag as all.
3139         (wl-use-flag-folder-help-echo): New user option.
3140
3141         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3142         wl-summary-highlight as nil.
3143         (wl-summary-set-mark-modified): Follow the API change.
3144         (wl-summary-mark-modified-p): Ditto.
3145         (wl-summary-mark-as-read-all): Ditto.
3146         (wl-summary-sync-marks): Don't call
3147         elmo-folder-list-messages-with-global-mark.
3148         (wl-summary-mark-as-read-internal): Follow the API change.
3149         (wl-summary-mark-as-answered-internal): Ditto.
3150         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3151         Follow the API change.
3152         (wl-summary-create-line): Call with number argument.
3153         (wl-summary-reply): Follow the API change.
3154
3155         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3156         function.
3157         (wl-highlight-summary-line-string): Call it when
3158         wl-use-flag-folder-help-echo is non-nil.
3159         (wl-highlight-summary-current-line): Ditto.
3160         (elmo-flag-folder-referrer): Added autoload setting.
3161
3162         * wl-draft.el (wl-draft-kill): Follow the API change.
3163
3164         * Version number is increased to 2.11.14.
3165         
3166 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3169
3170 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3171
3172         * Version number is increased to 2.11.13.
3173
3174 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * wl-draft.el (wl-draft-previous-history-element): Fixed
3177         unbalanced parenthesis and bind unbound local variables.
3178
3179 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3180
3181         * wl-draft.el (wl-draft-previous-history-element): New function.
3182         (wl-draft-next-history-element): Ditto.
3183         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3184         them to M-p and M-n.
3185
3186 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * Version number is increased to 2.11.12.
3189
3190 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3191
3192         * wl-draft.el (wl-draft-hide): Select buffer-window.
3193
3194 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3195
3196         * wl-summary.el (wl-summary-narrow-to-region): New function.
3197         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3198         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3199         (wl-summary-save-region): Use it.
3200         * wl-action.el (wl-summary-collect-numbers-region)
3201         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3202
3203 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-folder.el (wl-folder-count-incorporates): Don't use
3206         `elmo-msgdb-mark-load'
3207
3208         * Version number is increased to 2.11.11.
3209
3210 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3211
3212         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3213         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3214
3215 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3218
3219 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * Version number is increased to 2.11.10.
3222
3223 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3224
3225         * wl-mime.el (wl-draft-attribute-value): Fixed.
3226
3227 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-util.el (wl-copy-local-variables): New function.
3230
3231         * wl-mime.el (wl-draft-attribute-recipients): New function.
3232         (wl-draft-attribute-envelope-from): Ditto.
3233         (wl-draft-attribute-smtp-posting-server): Ditto.
3234         (wl-draft-attribute-smtp-posting-port): Ditto.
3235         (wl-draft-attribute-value): Ditto.
3236         (wl-draft-preview-message): Use it to get value for
3237         attributes. Reflect result of `wl-draft-config'.
3238
3239         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3240         and call `wl-summary-mark-as-read' before to call
3241         `wl-summary-unset-mark'.
3242         (wl-summary-target-mark-mark-as-unread): Likewise.
3243         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3244
3245 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-mime.el (wl-draft-preview-message): Use actual value for
3248         attributes; Fix for small window.
3249
3250 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3251
3252         * wl-refile.el (wl-refile-get-field-value): Call
3253         `elmo-message-entity-field' with 3rd argument is non-nil.
3254
3255 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-vars.el (wl-draft-preview-attributes): New user option.
3258         (wl-draft-preview-attributes-list): Ditto.
3259         (wl-draft-preview-attributes-buffer-lines): Ditto.
3260         (wl-draft-preview-attributes-buffer-name): Ditto.
3261
3262         * wl-mime.el (wl-draft-preview-message): Display attributes.
3263
3264 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3265
3266         * wl-summary.el (wl-summary-detect-mark-position): Bind
3267         wl-summary-flag-priority-list to '(new).
3268
3269 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3272         funtion.
3273         (wl-highlight-summary-line-string): Use it.
3274         (wl-highlight-summary-current-line): Ditto.
3275
3276 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3279         line even when the mark string is not changed.
3280
3281         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3282         argument change in the wl-summary-create-line.
3283         (wl-thread-insert-entity-sub): Ditto.
3284
3285         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3286         argument change in the wl-summary-create-line.
3287         (wl-summary-insert-sequential): Ditto.
3288         (wl-summary-update-thread): Ditto.
3289         (wl-summary-persistent-mark-string): New inline function.
3290         (wl-summary-message-mark): Use it.
3291         (wl-summary-create-line): Abolish argument wl-persistent-mark
3292         and added wl-flags, wl-cached.
3293
3294         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3295         mark to flags.
3296         (wl-highlight-summary-current-line): Decide the face not by the 
3297         persistent mark but flags.
3298
3299 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3302         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3303         wl-summary-read-uncached-mark): Revive.
3304         (wl-summary-answered-cached-mark,
3305         wl-summary-answered-uncached-mark): New user option.
3306         (wl-summary-score-marks): Follow the change above.
3307         (wl-summary-auto-refile-skip-marks): Ditto.
3308         (wl-summary-incorporate-marks): Ditto.
3309         (wl-summary-expire-reserve-marks): Ditto.
3310         (wl-summary-flag-priority-list): New user option.
3311
3312         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3313         changes.
3314         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3315         of elmo-message-mark.
3316         (wl-summary-mark-as-read-internal): Ditto.
3317         (wl-summary-mark-as-answered): Ditto.
3318         (wl-summary-mark-as-important): Ditto.
3319         (wl-summary-redisplay-internal): Ditto.
3320         (wl-summary-redisplay-no-mime-internal): Ditto.
3321         (wl-summary-message-mark): New function.
3322         (wl-summary-insert-sequential): Use wl-summary-message-mark
3323         instead of elmo-message-mark.
3324         (wl-summary-update-thread): Ditto.
3325         (wl-summary-persistent-mark): Ditto.
3326         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3327         instead of elmo-message-mark.
3328
3329         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3330         wl-summary-message-mark instead of elmo-message-mark.
3331         (wl-thread-insert-entity-sub): Ditto.
3332         (wl-thread-get-children-msgs-uncached): Ditto.
3333
3334         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3335         variable name changes.
3336         (wl-highlight-summary-current-line): Ditto.
3337
3338         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3339         wl-summary-message-mark instead of elmo-message-mark.
3340
3341         * wl-expire.el (wl-expire-message-p): Ditto.
3342
3343         * wl-score.el (wl-score-headers): Ditto.
3344
3345         * Version number is increased to 2.11.9.
3346
3347         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3348         (wl-summary-sync-update): Follow the change above.
3349         (wl-summary-switch-to-clone-buffer): Ditto.
3350         (wl-summary-open-folder): Ditto.
3351
3352 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3353
3354         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3355         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3356
3357         * Version number is increased to 2.11.8.
3358
3359         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3360
3361         * wl-expire.el (wl-expire-refile): Follow the API change on
3362         `elmo-folder-move-messages'.
3363         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3364
3365         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3366         (wl-summary-exec-action-refile): Ditto.
3367         (wl-summary-exec-action-copy): Ditto.
3368         (wl-summary-no-auto-refile-message-p): No use
3369         `wl-summary-buffer-msgdb'.
3370         (wl-summary-auto-refile): Ditto.
3371
3372 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3373
3374         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3375
3376 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-summary.el (wl-summary-sync): Treat no-sync.
3379
3380         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3381         (wl-default-sync-range): Ditto.
3382
3383 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * wl-refile.el (wl-refile-subject-learn): Call
3386         `elmo-message-entity-field' with 3rd argument is non-nil.
3387         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3388         instead of `elmo-msgdb-overview-entity-get-subject'.
3389
3390 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3391
3392         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3393         scan-type is rescan.
3394         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3395         new optional argument force is non-nil.
3396         (wl-summary-save-view-cache): Call it with force argument non-nil.
3397
3398         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3399
3400 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3401
3402         * wl-action.el (wl-summary-print-argument): Fixed last change.
3403
3404 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3407         simplified.
3408         (wl-summary-target-mark-mark-as-unread): Likewise.
3409         (wl-summary-target-mark-mark-as-important): Likewise.
3410
3411 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3412
3413         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3414         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3415         (wl-summary-mark-as-important-region): Change accordingly.
3416         (wl-summary-target-mark-mark-as-important): Ditto.
3417
3418 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3419
3420         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3421
3422         * wl-action.el (wl-summary-print-argument): Print argument to
3423         right side of window if `wl-summary-print-argument-within-window'
3424         is non-nil.
3425
3426 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-action.el (wl-summary-set-mark): Use
3429         `wl-summary-message-visible-p' to check visibility of the message
3430         and jump to message only when the message line is visible and have
3431         different number; Call wl-summary-unset-mark with number argument.
3432         (wl-summary-unset-mark): 
3433         Use `wl-summary-message-visible-p'
3434         to check visibility of the message and jump to message only when
3435         the message line is visible and have different number;
3436
3437 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3438
3439         * Version number is increased to 2.11.7.
3440
3441         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3442         and wl-folder-summary-line-format.
3443
3444         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3445         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3446         (wl-summary-set-score-mark): Use it.
3447         (wl-summary-target-mark-mark-as-read): Ditto.
3448         (wl-summary-target-mark-mark-as-unread): Ditto.
3449         (wl-summary-target-mark-mark-as-important): Ditto.
3450         (wl-summary-target-mark-msgs): Simplified.
3451         (wl-summary-detect-mark-position): Fixed problem when
3452         summary-line-format no contain persisten/temp mark spec.
3453         (wl-summary-temp-mark): Ditto.
3454         (wl-summary-persistent-mark): Ditto.
3455         (wl-summary-update-persistent-mark): Ditto.
3456
3457         * wl-action.el (wl-summary-set-mark): Ditto.
3458         (wl-summary-unset-mark): Ditto.
3459         All other related portions are changed.
3460
3461 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * Version number is increased to 2.11.6.
3464
3465 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-util.el (wl-current-message-buffer): Define as function;
3468         Don't use the value of wl-messge-buffer.
3469
3470         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3471         persistent mark.
3472
3473         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3474         no current message, cause an error.
3475
3476 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3477
3478         * wl-summary.el (wl-summary-set-message-modified): Use
3479         elmo-folder-set-message-modified instead of
3480         elmo-folder-set-message-modified-internal.
3481
3482 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3485         interactively.
3486         (wl-summary-sync): nokill->entirely.
3487         (wl-summary-sync-marks): Fixed message.
3488         (wl-summary-input-range): Added mark, nokill->entirely.
3489
3490         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3491         messages as read.
3492
3493 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3496         update-noscore.
3497         (wl-summary-sync): Follow the change above.
3498
3499 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3500
3501         * wl-action.el (wl-summary-target-mark-all): Use
3502         elmo-folder-list-messages.
3503
3504 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3505
3506         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3507         (wl-summary-rescan): Set wl-summary-scored as nil.
3508         (wl-summary-sync-force-update): Follow the change above.
3509         (wl-summary-sync): Ditto.
3510         (wl-summary-sync-update): Added argument disable-killed.
3511         (wl-summary-insert-headers): Set visible-only argument for
3512         elmo-folder-list-messages.
3513         (wl-summary-input-range): Added update-nokill, update-noscore,
3514         all-nokill, all-noscore and mark.
3515
3516         * Version number is increased to 2.11.5.
3517
3518         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3519
3520 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3521
3522         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3523         (wl-summary-prefetch-region-no-mark): Change accordingly.
3524         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3525
3526 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3527
3528         * wl-address.el (wl-complete-field-to): Abolished.
3529         (wl-complete-address): Completion function for completing-read.
3530         * wl-action.el (wl-summary-get-resend-address): Use it.
3531
3532         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3533         wl-summary-update-mark and abolish unused argument.
3534         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3535         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3536         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3537         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3538         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3539         * wl-draft.el (wl-draft-kill): Ditto.
3540
3541         * wl-summary.el: Remove unused binding of case-fold-search.
3542         (wl-summary-replace-status-marks): Abolished.
3543
3544 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3547         is specified or folder length is zero.
3548
3549 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3550
3551         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3552         (wl-folder-archive-current-entity): Ditto.
3553
3554 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3557         retrieving message mark.
3558         (wl-summary-redisplay-internal): Ditto.
3559
3560         * wl-message.el (wl-message-buffer-display): Ignore errors while
3561         retrieving message-id field.
3562
3563         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3564         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3565         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3566         order of the arguments for `wl-expire-message-p'.
3567         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3568
3569         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3570         Check return value of wl-summary-reply.
3571         (wl-summary-reply): Recover window configuration when an error occured.
3572
3573 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3574
3575         * wl-summary.el (wl-summary-resend-message): Abolished, the
3576         feature is inherited by wl-summary-resend (put resend mark).
3577
3578 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3579
3580         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3581         wl-message-buffer to nil when the message is hide.
3582
3583 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3584
3585         * .cvsignore: New file.
3586
3587 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3588
3589         * wl-action.el (wl-summary-action-docstring): Add more info.
3590         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3591         duplicate definition.
3592         (wl-summary-define-mark-action): Functions wl-summary-*-region
3593         keep current position.
3594         (wl-summary-unregister-target-mark): Store result to the variable.
3595
3596 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * Version number is increased to 2.11.4.
3599
3600 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3603         wl-summary-delete-all-temp-marks.
3604         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3605
3606         * wl-action.el (wl-summary-set-mark): Changed terminology
3607         refile-destination -> action-argument.
3608         (wl-summary-unset-mark): Ditto.
3609         (wl-summary-remove-argument): Ditto.
3610         (wl-summary-print-argument): Ditto.
3611
3612         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3613         (wl-thread-remove-argument-region): Ditto.
3614         (wl-thread-print-argument-region): Ditto.
3615         (wl-thread-close): Ditto.
3616         (wl-thread-open): Ditto.
3617
3618         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3619         (wl-highlight-refile-destination-face is abolished)
3620         (wl-highlight-action-argument-string): Ditto.
3621         (wl-highlight-summary-current-line): Highlight action argument.
3622
3623         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3624         color for light backgrounds.
3625         (wl-highlight-summary-answered-face): Ditto.
3626
3627 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3630
3631         * wl-score.el (wl-summary-score-update-all-lines): Use
3632         wl-summary-set-mark.
3633         (wl-summary-score-update-all-lines): Kill expunged messages.
3634
3635         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3636
3637 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3638
3639         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3640         directly.
3641         (wl-score-overview-entity-get-lines): Ditto.
3642         (wl-score-overview-entity-get-xref): Ditto.
3643         (wl-score-get-latest-msgs): Ditto.
3644         (wl-summary-rescore): Ditto.
3645
3646         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3647         to "&".
3648         (wl-summary-mark-as-answered-internal): New inline function.
3649         (wl-summary-mark-as-answered): New function.
3650         (wl-summary-mark-as-unanswered): Ditto.
3651         (wl-summary-sync-marks): Modified for answered-mark synching.
3652
3653 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3654
3655         * wl-action.el (wl-summary-set-mark): Fixed last change.
3656
3657 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3658
3659         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3660         behavior of wl-summary-unread-message-hook
3661         (Pointed out by akira yamada <akira@arika.org>).
3662
3663 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3664
3665         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3666         wl-summary-delete.
3667         * wl-xmas.el (wl-summary-toolbar): Ditto.
3668
3669         * wl-action.el (wl-summary-set-mark): Don't override current
3670         temp-mark.
3671
3672         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3673
3674 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3677         (wl-refile-msgid-learn): Ditto.
3678         (wl-refile-get-field-value): Ditto.
3679
3680         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3681
3682         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3683         (wl-expire-delete-reserved-messages): Renamed from
3684         wl-expire-reserve-marked-msgs-from-list.
3685         (wl-expire-delete): Removed argument `msgdb'.
3686         (wl-expire-refile): Ditto.
3687         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3688         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3689         mark-alist as argument.
3690         (wl-expire-archive-number1): Removed argument `msgdb'.
3691         (wl-expire-archive-number2): Ditto.
3692         (wl-expire-archive-date): Ditto.
3693         (wl-expire-localdir-date): Ditto.
3694         (wl-expire-hide): Ditto.
3695         (wl-archive-number1): Ditto.
3696         (wl-archive-number2): Ditto.
3697         (wl-archive-date): Ditto.
3698         (wl-archive-folder): Ditto.
3699         All other related portions are changed.
3700
3701 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3702
3703         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3704         mean move up and down. (suggested by Takashi Kawachi)
3705
3706 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * wl-acap.el (toplevel): Don't require un-define.
3709
3710 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-thread.el (wl-thread-delete-message): Always update
3713         wl-summary-buffer-number-list.
3714
3715         * wl-action.el (wl-summary-print-destination): 
3716         Do nothing when folder is nil.
3717
3718 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3719
3720         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3721         persistent mark when prefetch is succeeded.
3722
3723 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3726         instead of elmo-msgdb-delete-msgs.
3727         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3728         (wl-expire-hide): Ditto.
3729
3730         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3731
3732         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3733         elmo-msgdb interface.
3734         (wl-thread-get-exist-children): Likewise.
3735         (wl-thread-insert-message): Likewise.
3736         (wl-thread-msg-mark-as-important): Likewise.
3737         (wl-thread-insert-entity-sub): Likewise.
3738         (wl-thread-get-children-msgs-uncached): Likewise.
3739
3740         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3741         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3742         (wl-summary-sync-update): Likewise.
3743         (wl-summary-auto-select-msg-p): Likewise.
3744         (wl-summary-update-thread): Likewise.
3745         (wl-summary-mark-as-important): Likewise.
3746         (wl-summary-jump-to-msg-internal): Likewise.
3747         (wl-summary-redisplay-internal): Likewise.
3748         (wl-summary-print-message-with-ps-print): Likewise.
3749         (wl-summary-folder-info-update): Likewise.
3750
3751         * wl-folder.el (wl-folder-check-one-entity):
3752         elmo-folder-count-flags instead of wl-summary-count-unread.
3753
3754         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3755
3756         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3757
3758         * wl-summary.el (wl-summary-set-message-modified): 
3759         Call wl-summary-set-mark-modified.
3760         (wl-summary-delete-messages-on-buffer): Call
3761         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3762         (wl-summary-sync-update): Call elmo-folder-length instead of
3763         elmo-folder-messages.
3764         (wl-summary-insert-headers): Don't call
3765         elmo-folder-list-message-entities.
3766
3767 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * wl-action.el (wl-summary-define-mark-action): Call
3770         `wl-summary-set-mark' with argument `data'.
3771         (wl-summary-auto-refile): Fixed order of arguments when call
3772         `wl-summary-refile'.
3773
3774 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3775
3776         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3777
3778         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3779
3780         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3781         (Renamed from wl-highlight-summary-deleted-face).
3782         (wl-highlight-summary-resend-face): New face.
3783
3784         (wl-highlight-summary-deleted-face): Renamed from
3785         wl-highlight-summary-erased-face.
3786
3787         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3788
3789         * wl-action.el (wl-summary-get-resend-address): New function.
3790         (wl-summary-exec-action-resend): Ditto.
3791         (wl-summary-exec-action-resend-subr): Ditto.
3792
3793         * w-thread.el (wl-thread-copy): Removed definition.
3794         (wl-thread-refile): Ditto.
3795         (wl-thread-delete): Ditto.
3796         (wl-thread-target-mark): Ditto.
3797
3798         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3799         (wl-summary-target-mark-set-action): Fixed.
3800         (wl-summary-define-mark-action): Fixed quotation.
3801         (wl-summary-move-mark-list-messages): Display message.
3802         (wl-summary-define-mark-action): Define thread functions.
3803         (wl-summary-exec-action-refile): Changed message.
3804         (wl-summary-exec): Ditto.
3805
3806 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3807         
3808         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3809         '%%'.
3810
3811 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl.el (toplevel): Require wl-action.
3814         (wl-init): Call wl-summary-define-mark-action.
3815
3816         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3817
3818         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3819         wl-summary-delete and wl-summary-erase.
3820         (wl-summary-mode-map): Ditto.
3821
3822         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3823         wl-delete-folder-alist.
3824
3825         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3826         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3827         (toplevel): Moved mark & action related functions to the wl-action.el.
3828
3829         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3830         in wl-summary-mark-action-list.
3831         (wl-highlight-summary-current-line): Ditto.
3832
3833         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3834         empty lines.
3835
3836         * wl-action.el: New file. 
3837
3838 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-summary.el (wl-summary-target-mark-replace): New function.
3841         (wl-summary-target-mark-prefetch): Use it.
3842         (wl-summary-target-mark-delete): Ditto.
3843         (toplevel): Rearranged definition order.
3844         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3845         (wl-summary-target-mark-erase): Rewrite.
3846         (wl-summary-erase-region): New function.
3847         (wl-summary-exec-action-erase): Changed message.
3848         (wl-summary-move-mark-list-messages): New function.
3849         (wl-summary-exec-action-delete): Use it.
3850         (wl-summary-exec-action-erase): Ditto.
3851
3852         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3853         (wl-summary-skip-mark-list): Added "d".
3854
3855         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3856         while searching.
3857
3858         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3859         and define using defcustom;
3860         Define 4th element as a face.
3861         
3862         * wl-summary.el (wl-summary-incorporate): Use 
3863         `wl-summary-prefetch-region-no-mark' instead of
3864         `wl-summary-prefetch-region'.
3865         (wl-summary-prefetch-region-no-mark): Revival of old
3866         `wl-summary-prefetch-region'.
3867         (wl-summary-mark-action-list): Moved to wl-vars.el
3868
3869         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3870         face according to the `wl-summary-mark-action-list'.
3871         (wl-highlight-summary-current-line): Ditto;
3872         Removed destination highlighting.
3873
3874         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3875         (wl-highlight-summary-line-string): Highlight for "i" mark.
3876         (wl-highlight-summary-current-line): Ditto.
3877
3878         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3879         no destination.
3880
3881         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3882         exists, just go ahead.
3883         (wl-summary-prefetch-region): Rewrite.
3884         (wl-summary-prefetch): Ditto.
3885         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3886         (wl-summary-exec-action-prefetch): New function.
3887         (wl-summary-target-mark-prefetch): Rewrite.
3888
3889 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3892         (wl-highlight-summary-line-string): Added "d" and "D".
3893         (wl-highlight-summary-current-line): Ditto.
3894
3895         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3896         in wl-summary.el.
3897         (wl-thread-insert-entity-sub): Ditto.
3898         (wl-thread-remove-destination-region): Ditto.
3899         (wl-thread-print-destination-region): Ditto.
3900
3901         * wl-summary.el (wl-summary-buffer-refile-list,
3902         wl-summary-buffer-delete-list,
3903         wl-summary-buffer-copy-list): Abolish.
3904         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3905         All other related portions are changed.
3906         (wl-summary-mark-action-list): New variable.
3907         (wl-summary-set-mark): New function.
3908         (wl-summary-register-target-mark): Ditto.
3909         (wl-summary-unregister-target-mark): Ditto.
3910         (wl-summary-have-target-mark-p): Ditto.
3911         (wl-summary-register-temp-mark): Ditto.
3912         (wl-summary-unregister-temp-mark): Ditto.
3913         (wl-summary-registered-temp-mark): Ditto.
3914         (wl-summary-collect-temp-mark): Ditto.
3915         (wl-summary-unset-mark): Ditto.
3916         (wl-summary-set-target-mark): Ditto.
3917         (wl-summary-unset-target-mark): Ditto.
3918         (wl-summary-set-action-generic): Ditto.
3919         (wl-summary-unset-action-generic): Ditto.
3920         (wl-summary-exec-action-delete): Ditto.
3921         (wl-summary-exec-action-erase): Ditto.
3922         (wl-summary-set-action-refile): Ditto.
3923         (wl-summary-set-action-refile-subr): Ditto.
3924         (wl-summary-unset-action-refile): Ditto.
3925         (wl-summary-make-destination-numbers-list): Ditto.
3926         (wl-summary-exec-action-refile): Ditto.
3927         (wl-summary-set-action-copy): Ditto.
3928         (wl-summary-unset-action-copy): Ditto.
3929         (wl-summary-exec-action-copy): Ditto.
3930         (wl-summary-collect-numbers-region): Ditto.
3931         (wl-summary-delete): Rewrite.
3932         (wl-summary-erase): Ditto.
3933         (wl-summary-remove-destination): Ditto.
3934         (wl-summary-exec): Ditto.
3935         (wl-summary-exec-region): Ditto.
3936         (wl-summary-target-mark-erase): Ditto.
3937         (wl-summary-refile): Ditto.
3938         (wl-summary-copy): Ditto.
3939         (wl-summary-unmark): Ditto.
3940         (wl-summary-delete-all-mark): Ditto.
3941         (wl-summary-mark-line): Don't highlight.
3942         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3943         (wl-summary-target-mark-refile-subr): Rewrite.
3944
3945         (wl-summary-copy-prev-destination): Abolish.
3946
3947 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3948
3949         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3950         default values along the value of wl-on-mule.
3951         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3952         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3953         It is not used anywhere.
3954
3955 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3956
3957         * wl-summary.el (wl-summary-print-destination): Keep position.
3958         (wl-summary-cursor-move-surface): Keep horizontal position.
3959
3960 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3961
3962         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3963         write sendlog.
3964
3965 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3966
3967         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3968         `wl-summary-highlight'.
3969
3970 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3971
3972         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3973         trivial condition for temp-mark.
3974
3975 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3976
3977         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3978         when it hits killed buffer.
3979
3980 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3981
3982         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3983         * wl-news.el.in: `message' and `error' take format string.
3984
3985 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3986
3987         * wl-folder (wl-folder-insert-entity): Display a message,
3988         `...done', when the work finish.
3989         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3990
3991 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3992
3993         * wl-message.el (wl-message-redisplay): Remove unused local
3994         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3995
3996 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3997
3998         * wl-summary.el (wl-summary-replace-status-marks): Disable
3999         interactive use.
4000         (wl-summary-reedit): Check message existence at first.
4001         (wl-summary-mark-line): Fix doc, return value is indefinite.
4002
4003         * wl-highlight.el (wl-highlight-message): Arranged.
4004
4005         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4006         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4007         check temp-mark by wl-summary-temp-mark always.
4008         (wl-highlight-summary): Change accordingly.
4009         * wl-summary.el (wl-summary-mark-as-read-all)
4010         (wl-summary-delete-cache, wl-summary-set-score-mark)
4011         (wl-summary-mark-as-unread, wl-summary-unmark)
4012         (wl-summary-mark-line, wl-summary-mark-as-read)
4013         (wl-summary-mark-as-important): Ditto.
4014
4015         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4016         end of the window if possible.
4017         * wl-summary.el (wl-summary-sync-update): Support lazy
4018         highlighting.
4019         (wl-summary-toggle-disp-msg): Ditto.
4020
4021 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4022
4023         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4024
4025 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4026
4027         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4028         change.
4029
4030 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4031
4032         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4033         API.
4034         (wl-summary-sync-update): Ditto.
4035
4036         * wl-score.el (wl-score-get-score-alist): Changed argument.
4037         (wl-summary-rescore-msgs): Likewise.
4038         (wl-summary-score-headers): Likewise.
4039         (wl-score-headers): Likewise;
4040         Use elmo-folder-do-each-message-entity, etc.
4041         (wl-summary-score-effect): Follow the changes above.
4042         (wl-summary-rescore): Ditto.
4043         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4044         (wl-score-get-overview): Abolish.
4045
4046         * wl-summary.el (wl-summary-default-from): Follow the API change in
4047         elmo-msgdb.
4048         (wl-summary-count-unread): Ditto.
4049         (wl-summary-detect-mark-position): Ditto.
4050         (wl-summary-overview-entity-compare-by-date): Ditto.
4051         (wl-summary-overview-entity-compare-by-number): Ditto.
4052         (wl-summary-overview-entity-compare-by-from): Ditto.
4053         (wl-summary-overview-entity-compare-by-subject): Ditto.
4054         (wl-summary-get-list-info): Ditto.
4055         (wl-summary-rescan): Ditto.
4056         (wl-summary-jump-to-msg-by-message-id): Ditto.
4057         (wl-summary-sync-update): Ditto; Removed comment.
4058         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4059         (wl-summary-insert-message): Use wl-summary-insert
4060         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4061         (wl-summary-insert-headers): Changed argument overview to folder.
4062         (wl-summary-search-by-subject): Likewise.
4063         (wl-summary-insert-thread): Renamed from 
4064         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4065
4066         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4067         too.
4068
4069         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4070         wl-string-member.
4071
4072 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4075         elmo-folder-append-buffer.
4076         (wl-draft-queue-append): Likewise.
4077
4078         * wl-mime.el (wl-message-delete-current-part): Ditto.
4079         (wl-summary-burst-subr): Ditto.
4080
4081         * wl-news.el.in (wl-news-send-news): Ditto.
4082
4083 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4086         function.
4087         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4088         (wl-summary-update-mark): Enclose with save-excursion.
4089         (wl-summary-mark-as-read-internal): Fixed last change.
4090         (wl-summary-mark-as-important): Use 3rd argument of
4091         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4092         Don't use elmo-msgdb-set-mark.
4093         (wl-summary-redisplay-internal): If msgdb flag is already read,
4094         just update the mark on buffer.
4095
4096 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4097
4098         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4099         cut visible folder when elmo-folder-delete returns non-nil value.
4100
4101 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4102
4103         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4104         by Kenichi OKADA <okada@opaopa.org>).
4105
4106 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4107
4108         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4109
4110 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4111
4112         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4113         Fixed the last change, search group entity by its real name.
4114         (Thanks to: KOBAYASHI Shinji)
4115
4116 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4117
4118         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4119         (wl-fldmgr-access-display-all): Don't refer visible name.
4120         * wl-expire.el (wl-folder-archive-current-entity)
4121         (wl-folder-expire-current-entity): Ditto.
4122         * wl-folder.el (wl-folder-jump-to-current-entity)
4123         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4124         (wl-folder-open-folder-sub,wl-folder-open-all)
4125         (wl-folder-write-current-folder): Ditto.
4126         (wl-folder-insert-entity): Don't use petname for normal group.
4127         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4128         is the real name.
4129         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4130         Abolished.
4131
4132 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4133
4134         * wl-draft.el (wl-draft-create-buffer): Add
4135         `wl-summary-reply-with-citation'
4136
4137 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4138
4139         * wl-draft.el (wl-draft-reply): Fixed.
4140
4141 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4144         when `wl-draft-send-confirm-with-preview' is non-nil.
4145         You can scroll up/down by j/k.
4146         (wl-draft-send-confirm-with-preview): New variable (default=t).
4147
4148 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4151         (wl-fldmgr-save-folders): Fix comment.
4152
4153 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4154
4155         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4156         along the last change in `wl-folder-buffer-group-p'.
4157
4158 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4161         folder.
4162
4163         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4164         the default value.
4165
4166         * wl-mime.el (wl-summary-burst): Update summary only when target
4167         folder equals current folder.
4168
4169 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4172
4173 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4176         value.
4177
4178 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4181         `map-extents' instead of `extent-at' repeatedly.
4182         (wl-highlight-folder-current-line): Ditto.
4183
4184         * wl-highlight.el: Remove useless dummy functions.
4185
4186 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4187
4188         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4189         (wl-folder-put-folder-property): New function to put text property.
4190         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4191         (wl-folder-insert-entity, wl-folder-update-diff-line)
4192         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4193         * wl-e21.el, wl-xmas.el, wl-mule.el
4194         (wl-highlight-folder-current-line): Ditto.
4195         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4196         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4197         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4198         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4199
4200 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * Version number is increased to 2.11.3.
4203
4204 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4205
4206         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4207         Resume current-buffer since it is assumed by remaining tasks.
4208
4209 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4212         (wl-folder-completion-function): Abolished.
4213         (wl-folder-complete-folder): New function.
4214         (wl-folder-complete-filter-condition): Ditto.
4215         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4216         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4217
4218 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * wl-draft.el (wl-draft-send-confirm): New function.
4221         (wl-draft-send): Use it.
4222
4223         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4224         cursor-in-echo-area while confirming.
4225
4226         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4227
4228         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4229         searching via nntp if wl-summary-search-via-nntp is 'force.
4230         Otherwise, invoke searching in nntp folder only.
4231         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4232
4233         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4234         explicitly for mime-make-text-tag.
4235
4236 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4237
4238         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4239         `mime-make-text-tag' instead of `mime-create-tag'.
4240
4241 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4242
4243         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4244         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4245
4246 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4247
4248         * wl-score.el (wl-score-save): Bind print-length and print-level.
4249         (wl-score-pretty-print): Ditto.
4250         (wl-score-edit-insert-header-entry): Ditto.
4251
4252         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4253         "From" entry to be treated with wl-draft-eword-encode-address-list.
4254         * wl-mime.el (wl-draft-preview-message): Ditto.
4255
4256         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4257         (wl-summary-mark-as-unread): Ditto.
4258         (wl-summary-mark-as-read-region): Change accordingly.
4259         (wl-summary-mark-as-unread-region): Ditto.
4260         (wl-summary-target-mark-mark-as-read): Ditto.
4261         (wl-summary-target-mark-mark-as-unread): Ditto.
4262
4263 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * Version number is increased to 2.11.2.
4266
4267 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4268
4269         * wl-news.el.in (wl-news-previous-version-save): Bind
4270         print-length and print-level.
4271         * wl-thread.el (wl-thread-save-entities): Ditto.
4272         (wl-thread-save-top-list): Bind print-length.
4273
4274 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-highlight.el (wl-highlight-summary-line-string): Use
4277         wl-summary-score-below-mark, wl-summary-score-over-mark.
4278         (wl-highlight-summary-current-line): Ditto.
4279
4280 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4281
4282         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4283         insert it.
4284
4285 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4288
4289 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4292         message without msgid.
4293         Rewrite with elmo-folder-move-messages.
4294         Set wl-message-buffer to nil.
4295
4296         * wl-summary.el (wl-summary-erase-subr): New function. Use
4297         elmo-folder-move-messages.
4298         (wl-summary-erase): Call it.
4299         (wl-summary-target-mark-erase): Ditto.
4300
4301 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4304         it is not up-tp-date.
4305
4306 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4309         buffer after calling `wl-summary-goto-folder-subr' without the
4310         argument `interactive'.
4311         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4312
4313 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4314
4315         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4316         `mime-create-tag'. Use `string=' instead of `looking-at'.
4317
4318 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4319
4320         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4321         to avoid compile warning.
4322
4323         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4324         entity-id when folder is given.
4325         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4326         save-excursion, use save-selected-window instead.
4327         Select folder buffer window if exists.
4328         (To correct behavior with wl-folder-move-cur-folder.)
4329
4330 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4331
4332         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4333
4334 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4335
4336         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4337         list-count instead of %d.
4338
4339 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4342         (wl-news): Set it.
4343         (wl-news-append-to-folder): Use it.
4344
4345         * wl-news.el.in (wl-news-send-news): Append to specified folder
4346         instead of wl-default-folder.
4347         (wl-news-append-to-folder): Show error message with specified folder.
4348
4349         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4350                 In most major modes, Emacs assumes that any opening
4351                 delimiter found at the left margin is the start of a
4352                 top-level definition, or defun. Therefore, *never put an
4353                 opening delimiter at the left margin unless it should have
4354                 that significance.*
4355
4356         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4357
4358 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4359
4360         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4361
4362 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4363
4364         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4365
4366 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4367
4368         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4369         for sequential numbering case.
4370
4371 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4374         value.
4375         (wl-draft-reply-without-argument-list): Ditto.
4376         (wl-draft-reply-myself-with-argument-list): Abolish.
4377         (wl-draft-reply-myself-without-argument-list): Ditto.
4378         * wl-draft.el (wl-draft-self-reply-p): New function.
4379         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4380
4381 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4384         (avoid error for the case without byte-compiling)
4385
4386 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4387
4388         * wl-news.el.in (wl-news-append-to-folder): New function.
4389         (wl-news-exit): Rewrite.
4390         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4391
4392 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4393
4394         * wl-draft.el (wl-draft-reply-position): New function.
4395         (wl-draft-reply-position): Fix.
4396         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4397         (wl-summary-target-mark-reply-with-citation): Ditto.
4398         (wl-summary-reply-with-citation): Ditto.
4399         * wl-vars.el (wl-draft-reply-default-position): New variable.
4400
4401 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4402
4403         * wl-draft.el (wl-draft-send): Preview when interactive send.
4404
4405 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4406
4407         * wl-draft.el (wl-draft-reply): Set default position.
4408         * wl-summary.el (wl-summary-reply): Ditto.
4409         (wl-summary-reply-with-citation): Ditto.
4410         (wl-summary-target-mark-reply-with-citation): Ditto.
4411
4412 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-news.el.in (wl-news-lang): Set default value according to
4415         current-language-environment.
4416         (wl-news-append-news): Do nothing when news-list is nil.
4417
4418 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4419
4420         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4421         (wl-news): Change message.
4422         (wl-news-exit): Check buffer.
4423         (wl-news-force-exit): New function.
4424         (wl-news-show-all): New function.
4425         (wl-news-discard-and-exit): Fix.
4426
4427 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4430         according to current-language-environment.
4431
4432         * wl-news.el.in (wl-news): If arg, show all NEWS after
4433         wl-news-default-previous-version.
4434
4435 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4436
4437         * wl-news.el.in (wl-news-check): Rewritten.
4438         (wl-news-previous-version-load): Change data type.
4439         (wl-news-previous-version-save): Change data type.
4440         (wl-news-append-news): Add return value.
4441         (wl-news-check-news): New function.
4442         (wl-news-already-current-p): New function.
4443         (wl-news-send-news): Rewritten.
4444         (wl-news-mode-map): Add new keybind.
4445         (wl-news): Rewritten.
4446         (wl-news-exit): Rewritten.
4447         (wl-news-discard-and-mail): New function.
4448         (wl-news-send-to-address): Abolished.
4449         * wl.el (wl-init): Delete a message.
4450
4451 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4452
4453         * wl-news.el.in (wl-news-exit): Update previous version.
4454         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4455
4456 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4457
4458         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4459
4460 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4461
4462         * wl-news.el.in (wl-news): New function.
4463         (wl-news-mode): New function.
4464         (wl-news-next-line): New function.
4465         (wl-news-next-page): New function.
4466         (wl-news-exit): New function.
4467         (wl-news-buf-name): New variable.
4468         (wl-news-mode-map): New variable.
4469         (wl-news-winconf): New variable.
4470         (wl-news-append-news): Add an option.
4471
4472 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4473
4474         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4475
4476 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-news.el.in (wl-news-send-to-address): New variable.
4479         (wl-news-send-news): Use it.
4480         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4481         Return updating status.
4482         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4483
4484 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4485
4486         * wl-news.el.in (wl-news-send-news): Delete
4487         Organization and X-Face.
4488
4489 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4490
4491         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4492         (wl-news-append-news): New function.
4493         (wl-news-send-news): New function.
4494
4495 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4496
4497         * Version number is increased to 2.11.1.
4498
4499 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4500
4501         * wl-news.el.in : New file.
4502
4503 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4504
4505         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4506         default value.
4507         (wl-draft-reply-without-argument-list): Ditto.
4508
4509 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4512         (wl-message-buffer-prefetch-idle-time): Ditto.
4513         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4514
4515 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * wl-thread.el (wl-thread-insert-message): Use
4518         wl-summary-max-thread-depth.
4519
4520         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4521         loop detection.
4522
4523         * wl-message.el (wl-message-buffer-display): Back to the first page
4524         when cache is hit.
4525
4526 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4529
4530         * wl-summary.el (wl-summary-insert-thread-entity):
4531         If the thread depth is reached to wl-summary-max-thread-depth,
4532         divide the thread.
4533
4534 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4537         for elmo-remove-passwd.
4538
4539 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4542         folder is sticky.
4543         (wl-folder-mark-as-read-all-entity): Ditto.
4544         (wl-folder-prefetch-entity): Ditto.
4545
4546 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4547
4548         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4549
4550 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4553         Delete messages on buffer for unplugged operation.
4554         (wl-summary-erase): Ditto.
4555
4556 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4559         take nil so as not to search parent by subject.
4560
4561 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4564         (wl-folder-get-next-folder): Ditto.
4565         (wl-folder-get-path): Ditto.
4566
4567 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4570         system and encode the region with it before verifying.
4571
4572 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4573
4574         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4575         system of the echo buffer before decoding.
4576
4577 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4578
4579         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4580         original contents.
4581
4582 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4583
4584         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4585         with argument 'any-exists.
4586
4587 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4590         Use `wl-cs-autoconv'.
4591
4592 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4595         by `mime-view-automatic-conversion'.
4596
4597         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4598         (wl-message-verify-pgp-nonmime): Ditto.
4599         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4600         Bind them to C-c:d and C-c:v respectively.
4601
4602         Merge following code by Teranishi-san from [wl-en:00167].
4603         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4604         (wl-mime-preview-application/pgp-encrypted): Ditto.
4605         (wl-mime-setup): Add entry.
4606
4607 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-summary.el (wl-summary-target-mark-erase): New function.
4610         Bind it to "mD".
4611
4612 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4613
4614         * wl-vars.el (wl-draft-write-file-function): Fix.
4615         (wl-draft-reedit-hook): Changed default value.
4616
4617         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4618         wl-draft-reedit-hook.
4619         (wl-draft-remove-text-plain-tag): New function.
4620         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4621
4622         * wl-vars.el (wl-draft-write-file-function): New user option.
4623
4624         * wl-draft.el (wl-draft-prepare-edit): Use it for
4625         local-write-file-hooks.
4626         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4627
4628         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4629         (wl-draft-insert-mail-header-separator): Return the body beginning
4630         point.
4631         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4632         text/plain.
4633         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4634
4635 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4636
4637         * wl-summary.el (wl-summary-erase): New function to erase message
4638         without moving it to trash. Bind to "D".
4639
4640         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4641         as `keep' unless switch-function.
4642
4643 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4646         message buffer by using `wl-summary-toggle-disp-msg'.
4647         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4648         buffer window.
4649         (wl-summary-supresedes-message): Ditto.
4650
4651         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4652         Do not delete other windows.
4653         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4654         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4655         (wl-draft-create-buffer): Set reply-or-forward also for target
4656         mark commands.
4657
4658 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-draft.el (wl-user-agent-compose): Delete special case for
4661         switch-to-buffer-other-window.
4662
4663         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4664         (wl-summary-forward): Ditto.
4665
4666         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4667         function.
4668         (wl-draft-buffer-style): New use option.
4669
4670         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4671         (wl-draft): Follow the change above.
4672         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4673         wl-draft-buffer-style.
4674         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4675         switch-function.
4676
4677 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4678
4679         * wl-address.el (wl-address-make-completion-entry): Extracted from
4680         `wl-address-make-completion-list'.
4681         (wl-address-enable-strict-loading): New variable.
4682         (wl-address-make-completion-list): Revive petname duplication
4683         inquiry, and enable it if `wl-address-enable-strict-loading'.
4684         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4685
4686 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-message.el (wl-message-get-original-buffer): Avoid
4689         'Selecting deleted buffer' error when original buffer is killed.
4690
4691 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4692
4693         * wl-summary.el (wl-summary-next-message): Use
4694         elmo-message-accessible-p instead of elmo-message-cached-p.
4695
4696 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4699
4700         * wl-thread.el (wl-thread-open-all-unread): Use
4701         elmo-folder-list-flagged instead of
4702         elmo-folder-list-messages-mark-match.
4703
4704         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4705         instead of elmo-folder-list-messages-mark-match.
4706         (wl-summary-move-spec-alist): New variable.
4707         (wl-summary-move-spec-plugged-alist,
4708         wl-summary-move-spec-unplugged-alist): Abolish.
4709         (wl-summary-next-message): Follow the change above.
4710         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4711         with 'no-msg' argument.
4712
4713         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4714         variable.
4715         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4716         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4717         (wl-message-buffer-prefetch-get-next): Follow the change above.
4718
4719 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-version.el (wl-version): Changed codename.
4722
4723         * Version number is increased to 2.11.0.
4724
4725 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4726
4727         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4728         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4729         `wl-draft-config-variables'.
4730         (wl-draft-kill): Fixed problem when the draft is reedit.
4731
4732 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4733
4734         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4735         buffer-modified status (Thanks to
4736         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4737
4738 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * wl-util.el (wl-region-exists-p): New function.
4741
4742         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4743         Remove defvars for byte-compile warnings.
4744
4745 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4746
4747         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4748         defvar-maybe. Removed unused bind.
4749
4750 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4753         summary buffer window before creating new frame.
4754         (wl-draft-reply): Ditto.
4755
4756 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4757
4758         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4759
4760 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4763
4764 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4765
4766         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4767         instead of `kill-region'.
4768
4769 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4772         (wl-highlight-summary-line-string): Use it.
4773         (wl-highlight-summary-current-line): Ditto.
4774
4775         * wl-mime.el (wl-message-delete-current-part): Check the class of
4776         mime-entity.
4777
4778         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4779
4780         * wl-summary.el (wl-summary-make-number-list): Initialize.
4781         (wl-summary-update-mark): New function.
4782         (wl-summary-reply): Put `answered' mark on the message.
4783         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4784
4785         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4786         (wl-draft-reply): Added optional argument `number';
4787         Set wl-draft-parent-number.
4788         (wl-draft-kill): Delete answered mark if it is a reply.
4789
4790 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4791
4792         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4793         that originates in mime-preview-follow-current-entity.
4794         (wl-draft-yank-current-message-entity): Use it if region is active.
4795
4796         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4797         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4798         `wl-message-delete-current-part'.
4799         * wl-mule.el (wl-message-define-keymap): Ditto.
4800         * wl-xmas.el (wl-message-define-keymap): Ditto.
4801
4802 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-mime.el (wl-message-delete-current-part): New function.
4805         (wl-mime-node-id-to-string): Ditto.
4806
4807         * wl-mime.el (wl-message-delete-current-part): Use existing
4808         original buffer which corresponds current mime-view buffer.
4809         (fetched buffer might have different structure, possibly)
4810
4811         * wl-mime.el (wl-message-delete-current-part): Quit if the
4812         message content differs from the actual message.
4813
4814 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4817         order.
4818         (wl-summary-search-by-subject): Search parent message from tail;
4819         Check the existence of the parent message on the current thread tree.
4820         (wl-summary-update-thread): Check whether the line is inserted.
4821
4822 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-vars.el (wl-summary-line-format): Undo last change.
4825         * wl-summary.el (wl-summary-print-destination): Do not put
4826         invisible property when `wl-summary-width' is nil.
4827         (wl-summary-line-subject-minimum-length): Abolished.
4828         (wl-summary-line-subject): Ditto.
4829
4830 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-vars.el (wl-summary-line-format): Change default value.
4833         (wl-summary-subject-length-limit): Abolished.
4834         * wl-summary.el (wl-summary-line-subject): Ditto.
4835
4836 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4837
4838         * wl-template.el (wl-template-select): Added optional argument.
4839         If optional argument is specified, reverse
4840         `wl-template-visible-select'.
4841
4842 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4843
4844         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4845         Take prefix argument to force asking the destination folder.
4846
4847 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4848
4849         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4850         count and update status.
4851
4852 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-summary.el (wl-summary-redisplay-internal): If
4855         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4856         after fetching.
4857
4858 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4859
4860         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4861         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4862
4863         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4864
4865 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4866
4867         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4868         (All other related portions are changed).
4869         (wl-summary-mark-as-read-all): Rewrite.
4870
4871 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4874         `wl-summary-mark-as-read'.
4875         (wl-summary-mark-as-unread): Rewrite.
4876         (wl-summary-mark-as-read): Added no-modeline argument.
4877         (wl-summary-resume-cache-status): Rewrite.
4878         (wl-summary-exec-subr): Remove unused local variable.
4879
4880 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4883         logic to call `wl-summary-buffer-prev-folder-function'.
4884         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4885
4886 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4889         is nil.
4890
4891 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4894         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4895         (wl-mime-setup): Add its entry.
4896
4897 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4900         (wl-summary-delete-cache): Likewise.
4901         (wl-summary-mark-as-read): Rewrite.
4902
4903 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4904
4905         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4906         `wl-summary-count-unread'.
4907
4908         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4909
4910         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4911
4912 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4915         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4916         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4917         Renamed to the elmo-msgdb-*-mark.
4918         (wl-summary-score-marks): Follow the change above.
4919         (wl-summary-auto-refile-skip-marks): Ditto.
4920         (wl-summary-incorporate-marks): Ditto.
4921         (wl-summary-expire-reserve-marks): Ditto.
4922
4923         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4924         changes.
4925         (wl-thread-insert-top): Changed updating message.
4926
4927         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4928         variable.
4929         (wl-summary-count-unread): Count answered marks.
4930         (wl-summary-rescan): Call wl-summary-insert-message instead of
4931         wl-summary-append-message-func-internal.
4932         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4933         (wl-summary-prefetch-msg): Follow the variable name changes.
4934         (wl-summary-prefetch-region): Ditto.
4935         (wl-summary-mark-as-read-all): Follow the API changes;
4936         Don't call elmo-folder-replace-marks.
4937         (wl-summary-delete-cache): Follow the variable name changes.
4938         (wl-summary-resume-cache-status): Ditto.
4939         (wl-summary-update-status-marks): New function.
4940         (wl-summary-insert-message): New function.
4941         (wl-summary-sync-marks): Follow the variable name changes.
4942         (wl-summary-sync-update): Synchronize to the msgdb, too;
4943         Changed update messages.
4944         (wl-summary-make-number-list): Rewrite.
4945         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4946         (wl-summary-mark-as-unread): Follow the API changes.
4947         (wl-summary-exec-subr): Follow the variable name changes.
4948         (wl-summary-mark-as-read): Ditto.
4949         (wl-summary-move-spec-plugged-alist): Ditto.
4950         (wl-summary-move-spec-unplugged-alist): Ditto.
4951         (wl-summary-cursor-move-surface): Ditto.
4952
4953         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4954         variable name changes.
4955         (wl-highlight-summary-current-line): Ditto.
4956
4957         * wl-expire.el (wl-expire-refile): Follow the API change in
4958         elmo-folder-move-messages.
4959         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4960         (wl-summary-archive): Use elmo-folder-msgdb instead of
4961         elmo-msgdb-load.
4962
4963 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-mime.el (wl-draft-preview-message): Restore the position
4966         before evaluating wl-draft-send-hook in preview buffer.
4967
4968 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4971         when it creates new draft buffer.
4972
4973         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4974         without argument.
4975
4976         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4977         Evaluate content and if the value is string, insert it.
4978         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4979         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4980         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4981         wl-draft-config-sub-part-bottom): Use it.
4982
4983         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4984         with the folder name. The question was unintelligible when it is
4985         called from wl-save-status.
4986
4987 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4990         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4991         cannot take second argument).
4992
4993 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4996         as t. Since type and subtype are not case sensitive (RFC 2045).
4997
4998 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-vars.el (wl-message-mode-line-format): New variable.
5001         (wl-message-mode-line-format-spec-alist): Ditto.
5002         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5003         (wl-message-redisplay): Use wl-message-mode-line-format.
5004
5005 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5008
5009 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-summary.el (wl-summary-default-from): Write description.
5012
5013 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-vars.el (wl-ldap-objectclass): Abolish.
5016
5017         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5018         (wl-ldap-make-filter): Removed condition for objectclass.
5019         (wl-ldap-make-matched-value-list): Remove meaningless process.
5020         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5021         (wl-address-ldap-search): Don't add `*' to `pat' string;
5022         use ignore-errors; added `email';
5023         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5024         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5025         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5026
5027
5028 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5029
5030         * wl-draft.el (wl-draft-parent-folder): Write description.
5031         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5032
5033 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5036         as "" (zero-length string) if no parent.
5037         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5038
5039 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5040
5041         * wl-address.el (wl-address-make-completion-list): Skip duplication
5042         checking.
5043         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5044         `append'.
5045
5046 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5047
5048         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5049         instead of `beginning-of-buffer'.
5050
5051 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5054
5055 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5058         Refer wl-message-buffer-name.
5059         (wl-message-wheel-down): Ditto.
5060
5061 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-vars.el (wl-message-buffer-name): New user option.
5064
5065         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5066         directly instead of making alist dinamically.
5067
5068         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5069         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5070         wl-message-buffer-cache-name.
5071         (wl-message-buffer-cache-clean-up): Ditto.
5072
5073         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5074
5075         * Version number is increased to 2.9.15.
5076
5077 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-vars.el (wl-summary-default-view-alist): New user option.
5080
5081         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5082
5083         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5084         while deleting address.
5085         (wl-draft-delete-myself-from-cc): Ditto.
5086
5087         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5088         If optional argument is specified, reverse sort order.
5089
5090         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5091
5092 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-thread.el (wl-thread-insert-message): Return parent number if
5095         exists.
5096         (wl-thread-update-indent-string-region): Use
5097         wl-thread-update-line-on-buffer-sub instead of
5098         wl-thread-update-line-on-buffer.
5099
5100 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5101
5102         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5103         (wl-folder-close-all): Ditto.
5104
5105 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5106
5107         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5108         and mailing-list:.
5109         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5110         value.
5111         (wl-summary-line-list-info): Print mailing-list name even when 
5112         list-number is empty.
5113
5114 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5117
5118         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5119         (wl-draft-open-file): Ditto.
5120         (wl-draft-random-alphabet): Ditto.
5121
5122         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5123         bindings.
5124
5125 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5126
5127         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5128         * wl-vars.el (wl-draft-config-alist): Ditto.
5129
5130 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * Version number is increased to 2.9.14.
5133
5134         * wl.el (wl): Don't set wl-init as nil when error occured while
5135         auto-checking folders.
5136
5137         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5138         `elmo-expand-newtext'.
5139
5140 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5143         `this-command' so that `wl-folder-goto-folder' contained in
5144         `wl-summary-keep-cursor-command' work.
5145
5146 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5149         message buffer displaying state.
5150
5151 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-vars.el (wl-summary-default-view): New variable to specify
5154         default value for `wl-summary-buffer-view' instead of using
5155         set-default.
5156         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5157
5158 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5161
5162         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5163
5164 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5165
5166         * wl-vars.el (wl-forward-subject-prefix): New variable.
5167         * wl-draft.el (wl-draft-forward): Use it.
5168
5169 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-message.el (wl-message-prev-page): When it is called without
5172         lines argument, scroll down by wl-message-scroll-amount lines.
5173         (wl-message-next-page): Ditto.
5174         * wl-vars.el (wl-message-scroll-amount): Change default value
5175         to preserve current behavior.
5176
5177 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5178
5179         * wl-summary.el (wl-summary-prefetch-msg): Bind
5180         `wl-message-entity' to call `wl-summary-from-function'.
5181
5182 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5183
5184         * wl-message.el (wl-message-buffer-create): Run
5185         wl-message-buffer-created-hook.
5186
5187 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-summary.el (wl-summary-sort-specs): New variable.
5190         (wl-summary-default-sort-spec): Ditto.
5191         (wl-summary-sort): Rewrite.
5192         (wl-summary-sort-by-list-info): New function.
5193
5194 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5195
5196         * wl-summary.el (wl-summary-get-list-info): New function.
5197         (wl-summary-sort): Rewrite.
5198         (wl-summary-line-list-info): Ditto.
5199         (wl-summary-line-list-count): Ditto.
5200         (wl-summary-refile-region): Fixed docstring.
5201
5202 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5205         `wl-folder-entity-hashtb' as completion table.
5206
5207 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5210         only when this command is called interactively; silence the byte-
5211         compiler.
5212
5213 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5214
5215         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5216         active in XEmacs.
5217
5218 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5219
5220         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5221         plural lines.
5222
5223 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5226         of current line when the cursor is on the header name.
5227         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5228
5229 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5230
5231         * wl-util.el (wl-read-directory-name): Return displayed directory
5232         as the default value also on XEmacs.
5233
5234 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5235
5236         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5237         formatting.
5238
5239 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5242         argument and when it is non-nil, check face property before
5243         highlighting for each line.
5244         (wl-highlight-summary-window): Set it.
5245
5246 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5249         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5250
5251         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5252         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5253         (wl-draft-get-fcc-list): Likewise.
5254
5255 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5258         (wl-thread-entity-cur): Ditto.
5259         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5260         wl-thread-indent-regexp setting.
5261         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5262
5263         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5264         wl-summary-lazy-highlight.
5265         (wl-summary-display-bottom): Ditto.
5266
5267         * wl-thread.el (wl-thread-open-close): Likewise.
5268
5269         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5270         from and subject;
5271         Bind wl-draft-use-frame;
5272         Enclose with save-window-excursion;
5273         Use wl-draft-create-buffer instead of with-temp-buffer;
5274         Use wl-draft-prepare-edit;
5275         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5276         Use wl-draft-send instead of wl-draft-raw-send.
5277
5278 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5279
5280         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5281         of using wl-from.
5282
5283 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5286         insert-buffer instead of clone-buffer.
5287         (wl-draft-doing-mime-bcc): New variable.
5288         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5289         infinite loop.
5290         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5291
5292         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5293         (wl-draft-mime-bcc-body): Ditto.
5294
5295         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5296         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5297         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5298         wl-draft-do-mime-bcc.
5299         (wl-draft-mime-bcc-field): New function.
5300         (wl-draft-do-mime-bcc): Ditto.
5301
5302         * wl-address.el (wl-address-complete-header-list): New variable.
5303         (wl-address-complete-header-regexp): Changed default value.
5304
5305         * Version number is increased to 2.9.13.
5306
5307 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5310         it is differed.
5311
5312 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5313
5314         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5315         (wl-summary-line-list-count): Ditto.
5316
5317 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5320         (wl-nntp-posting-function): New variable.
5321         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5322         `wl-nntp-posting-config-alist'.
5323
5324 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5327         FLIM.
5328
5329 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5330
5331         * wl-summary.el (wl-summary-target-mark-refile-sub):
5332         Remove a nuisance funcall.
5333
5334 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5337         as t for `try-completion'.
5338
5339 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-summary.el (wl-summary-default-from): Use
5342         wl-address-header-extract-address instead of
5343         std11-extract-address-components.
5344         (wl-summary-simple-from): Ditto.
5345         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5346         (wl-summary-insert-headers): Show message.
5347         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5348         for whole line.
5349         (wl-summary-default-from): Revert last change.
5350         (wl-summary-simple-from): Ditto.
5351         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5352         (wl-summary-mark-as-read-region): Follow the change above.
5353         (wl-summary-sync-marks): Ditto.
5354         (wl-summary-target-mark-mark-as-read): Ditto.
5355         (wl-summary-redisplay-internal): Ditto.
5356         (wl-summary-redisplay-no-mime-internal): Ditto.
5357         (wl-summary-redisplay-all-header): Ditto.
5358         (wl-summary-mark-as-read): Removed argument `cached';
5359         Use current cache status to set cache mark.
5360         (wl-summary-redisplay-internal): Follow the change above.
5361         (wl-summary-redisplay-no-mime-internal): Ditto.
5362         (wl-summary-redisplay-all-header): Ditto.
5363
5364         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5365
5366         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5367         Don't call itself recursively (Adviced by Yamaoka-san).
5368
5369 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5372         bind wl-summary-highlight as nil to avoid error caused by missing
5373         local variables.
5374
5375 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-vars.el (wl-invalid-character-message): New user option.
5378
5379         * wl-util.el (wl-set-string-width): If truncated string-width is
5380         larger than specified width, use `wl-invalid-character-message'.
5381
5382 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5383
5384         * wl-summary.el (wl-summary-prefetch-msg): 
5385         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5386
5387 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-vars.el (wl-summary-check-line-format): New user option.
5390         (wl-summary-line-format-file): Ditto.
5391
5392         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5393         variable.
5394         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5395         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5396         and `wl-summary-view-old-p' to check whether do a rescan or not.
5397         (wl-summary-view-old-p): New function.
5398         (wl-summary-line-format-changed-p): Ditto.
5399         (wl-summary-line-format-save): Ditto.
5400         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5401
5402         * wl-util.el (wl-set-string-width): Avoid using negative number
5403         for make-string.
5404
5405 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5406
5407         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5408         return value.
5409
5410         * wl-util.el (wl-set-string-width): Added optional argument
5411         `padding' (All other related portions are changed).
5412         (wl-line-parse-format): If the first letter of column number is
5413         `0', zero-padding the result (ex: "%05l").
5414
5415         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5416
5417 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5420         sequential summary view.
5421
5422 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5425         if it doesn't have a -unix version.
5426
5427 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5430
5431 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5434         content.
5435         (wl-draft): Follow the change above.
5436
5437         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5438
5439         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5440         and wl-folder-summary-line-format-alist contain %T and %P.
5441
5442         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5443         (wl-summary-mode-line-format): New user option.
5444         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5445         (wl-summary-line-format): Changed default value.
5446         (wl-summary-lazy-highlight): Changed default value.
5447
5448         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5449         change in wl-summary-create-line.
5450         (wl-thread-insert-entity-sub): Ditto.
5451
5452         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5453         (wl-summary-buffer-unread-status): Ditto.
5454         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5455         (wl-summary-buffer-persistent-mark-column): Ditto.
5456         (wl-summary-buffer-mode-line-formatter): Ditto.
5457         (wl-summary-buffer-mode-line): Ditto.
5458         (wl-summary-message-regexp): Abolished.
5459         (All other related portions are changed.)
5460         (wl-summary-detect-mark-position): New function.
5461         (wl-summary-buffer-set-folder): Setup
5462         wl-summary-buffer-mode-line-formatter.
5463         (wl-summary-mode): Setup selective-display;
5464         Setup pre-idle-hook when xemacs.
5465         (wl-summary-update-modeline): Rewrite.
5466         (wl-summary-jump-to-msg): Define as function;
5467         Changed regexp for searching messages.
5468         (wl-summary-message-number): Rewrite.
5469         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5470         Do rescan when old type summary cache.
5471         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5472         (wl-summary-remove-destination): Use '\r' to detect EOL.
5473         (wl-summary-print-destination): Ditto.
5474         (wl-summary-temp-mark): New inline function.
5475         (wl-summary-persistent-mark): Ditto.
5476         (wl-summary-line-number): New function.
5477         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5478         (wl-summary-line-list-count): New function.
5479         (wl-summary-create-line): Added argument persistent-mark.
5480         (All other related portions are changed)
5481         (wl-summary-create-line): Insert '\r'.
5482         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5483         (wl-summary-cursor-move-surface): New inline function.
5484         (wl-summary-prev): Use it.
5485         (wl-summary-next): Ditto.
5486
5487         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5488         wl-summary-message-regexp.
5489         (wl-highlight-summary): Delete progress message.
5490         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5491
5492         * Version number is increased to 2.9.12.
5493
5494 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5495
5496         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5497         variable (nil: no minimum).
5498         (wl-summary-line-subject): Add some spaces after subject by
5499         wl-summary-line-subject-minimum-length.
5500
5501 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5502
5503         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5504         and removed `F'.
5505         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5506         change above).
5507
5508 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5509
5510         * wl-summary.el (wl-summary-line-list-count): Reverted.
5511         (example setting in samples/*/dot.wl is also updated)
5512
5513 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5516
5517         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5518
5519         * wl-vars.el (wl-summary-line-format): Addes some description to the
5520         docstring.
5521
5522         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5523         (wl-summary-line-close-bracket): Ditto.
5524         (wl-summary-line-children-number): Ditto.
5525         (wl-summary-line-thread-indent): Ditto.
5526         (wl-summary-line-children-and-from): Ditto.
5527
5528         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5529         't', 'c', 'F' and added 'C'.
5530
5531         * wl-util.el (wl-set-string-width): Accept negative value.
5532         (wl-line-parse-format): Added "%number(" and "%)".
5533
5534 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5535
5536         * wl-summary.el (wl-summary-line-list-count): Change format of the
5537         return value.
5538
5539 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5540
5541         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5542         from the recent message.el.
5543         (wl-draft-point-in-header-p): Ditto.
5544         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5545         wl-draft-beginning-of-line.
5546         * wl-e21.el (wl-draft-mode-map): Ditto.
5547         * wl-xmas.el (wl-draft-mode-map): Ditto.
5548
5549         * wl-folder.el: Sort macrodefs by dependencies.
5550
5551 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5552
5553         * wl-summary.el (wl-summary-prev): Fixed regexp.
5554         (wl-summary-next): Ditto.
5555
5556 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5557
5558         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5559
5560 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5561
5562         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5563         for backward compatibility.
5564
5565 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-summary.el (wl-summary-line-list-count): New function, merged
5568         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5569         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5570         list counts.
5571
5572 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-summary.el (wl-summary-create-line): Ignore errors while
5575         timezone-fix-time.
5576
5577         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5578
5579         * wl-summary.el (wl-summary-sync-update): Ditto.
5580         (wl-summary-default-from): Use wl-message-entity
5581         instead of entity.
5582
5583         * wl-summary.el (wl-summary-create-line): Fix.
5584
5585         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5586         (wl-summary-line-format): New user option.
5587         (wl-folder-summary-line-format-alist): Ditto.
5588         (wl-summary-from-width): Abolished.
5589
5590         * wl-util.el (toplevel): Require 'bytecomp.
5591         (wl-line-parse-format): New function.
5592         (wl-line-formatter-setup): New macro.
5593
5594         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5595         (wl-summary-buffer-line-formatter): New buffer local variable.
5596         (wl-summary-switch-to-clone-buffer): Follow the change above.
5597         (wl-summary-message-regexp): Fix.
5598         (wl-summary-from-func-internal): Abolished.
5599         (wl-summary-subject-func-internal): Ditto.
5600         (wl-summary-subject-filter-func-internal): Ditto.
5601         (All other related portions are changed.)
5602         (wl-summary-buffer-set-folder):
5603         Set up wl-summary-buffer-number-column and 
5604         wl-summary-buffer-line-formatter
5605         (All other related portions are changed.)
5606         (wl-summary-buffer-number-column-detect): Abolished.
5607         (All other related portions are changed.)
5608         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5609         (wl-summary-delete-all-temp-marks-on-buffer): Use
5610         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5611         (wl-summary-target-mark-delete): Ditto.
5612         (wl-summary-target-mark-refile-subr): Ditto.
5613         (wl-summary-target-mark-mark-as-read): Ditto.
5614         (wl-summary-target-mark-mark-as-unread): Ditto.
5615         (wl-summary-target-mark-mark-as-important): Ditto.
5616         (wl-summary-target-mark-save): Ditto.
5617         (wl-summary-replace-status-marks): Renamed from
5618         wl-summary-set-status-marks-on-buffer;
5619         Use wl-summary-message-regexp instead of
5620         wl-summary-buffer-number-regexp.
5621         (wl-summary-sync-update): Follow the change above.
5622         (wl-summary-goto-previous-message-beginning): New function.
5623         (wl-summary-mark-as-unread): Use it.
5624         (wl-summary-mark-as-important): Ditto.
5625         (wl-summary-line-formatter): New variable.
5626         (wl-summary-line-year): New function.
5627         (wl-summary-line-day): Ditto.
5628         (wl-summary-line-day-of-week): Ditto.
5629         (wl-summary-line-hour): Ditto.
5630         (wl-summary-line-minute): Ditto.
5631         (wl-summary-line-open-bracket): Ditto.
5632         (wl-summary-line-close-bracket): Ditto.
5633         (wl-summary-line-children-number): Ditto.
5634         (wl-summary-line-thread-indent): Ditto.
5635         (wl-summary-line-size): Ditto.
5636         (wl-summary-line-subject): Ditto.
5637         (wl-summary-line-from): Ditto.
5638         (wl-summary-line-children-and-from): Ditto.
5639         (wl-summary-create-line): Rewritten.
5640         (wl-summary-format-date): Abolished.
5641
5642         * wl-highlight.el (wl-highlight-summary-current-line): Use
5643         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5644         Use thread structure to detect thread top message.
5645
5646         * wl-draft.el (wl-default-draft-cite): Don't use
5647         wl-summary-from-func-internal.
5648
5649         * wl-refile.el (wl-refile-subject-learn): Don't use
5650         wl-summary-subject-filter-func-internal.
5651         (wl-refile-guess-by-subject): Ditto.
5652
5653         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5654         parameters.
5655
5656         * wl-thread.el (wl-thread-update-indent-string-region):
5657         Use wl-thread-update-line-on-buffer instead of
5658         wl-thread-update-indent-string.
5659         (wl-thread-update-children-number): Redefine using
5660         wl-thread-update-line-on-buffer.
5661         (wl-thread-update-indent-string): Abolished.
5662
5663         * Version number is increased to 2.9.11.
5664
5665 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5668         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5669         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5670
5671         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5672         as nil.
5673
5674         * wl-thread.el (wl-thread-open-all-unread): Use 
5675         elmo-folder-list-messages-mark-match.
5676         (wl-thread-insert-message): Removed argument `mark-alist'.
5677         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5678         elmo-msgdb-set-mark.
5679         (wl-thread-get-children-msgs-uncached): Likewise.
5680         (wl-thread-get-exist-children): Added argument include-self.
5681         (wl-thread-delete-message): Follow the change above.
5682
5683         * wl-summary.el (wl-summary-count-unread): Removed argument.
5684         (wl-summary-rescan): Follow the change above.
5685         (wl-summary-mark-as-read-region): Ditto
5686         (wl-summary-mark-as-unread-region): Ditto.
5687         (wl-summary-delete-messages-on-buffer): Ditto.
5688         (wl-summary-sync-update): Ditto.
5689         (wl-summary-switch-to-clone-buffer): Ditto.
5690         (wl-summary-goto-folder-subr): Ditto.
5691         (wl-summary-target-mark-mark-as-read): Ditto.
5692         (wl-summary-target-mark-mark-as-unread): Ditto.
5693         (wl-summary-target-mark-mark-as-important): Ditto.
5694         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5695         (wl-summary-update-thread): Removed argument `mark-alist'.
5696         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5697         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5698         (wl-summary-resume-cache-status): Likewise.
5699         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5700         elmo-msgdb-set-mark.
5701         (wl-summary-mark-as-read-all): Likewise.
5702         (wl-summary-delete-cache): Ditto.
5703         (wl-summary-auto-select-msg-p): Ditto.
5704         (wl-summary-mark-as-unread): Ditto.
5705         (wl-summary-no-auto-refile-message-p): Ditto.
5706         (wl-summary-mark-as-read): Ditto.
5707         (wl-summary-mark-as-important): Ditto.
5708         (wl-summary-auto-refile): Follow the change above.
5709         (wl-summary-delete-all-marks): Removed.
5710         (wl-summary-resume-marks-and-highlight): Ditto.
5711         (wl-summary-resume-marks): Ditto.
5712         (wl-summary-delete-important-msgs-from-list): Ditto.
5713         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5714
5715         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5716         wl-summary-count-unread.
5717
5718         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5719         (wl-summary-score-update-all-lines): Use
5720         elmo-msgdb-set-mark.
5721
5722 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5725         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5726         (wl-summary-create-line): Renamed from
5727         wl-summary-overview-create-summary-line;
5728         Argument rearrangement.
5729         (wl-summary-update-thread): Follow the change above.
5730
5731         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5732         (wl-thread-insert-entity-sub): Likewise.
5733
5734         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5735         argument `overview', `mark-alist' and added `msgdb'.
5736
5737         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5738
5739         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5740         (wl-summary-rescan): Follow the change above.
5741         (wl-summary-sync-update): Ditto.
5742         (wl-summary-insert-thread-entity): Ditto;
5743         Don't use `let*' in every while loop;
5744         Detect infinite loop of threads.
5745         (wl-summary-update-thread): Removed argument `overview'.
5746
5747         * wl-thread.el (wl-thread-insert-message): Ditto.
5748
5749         * Version number is increased to 2.9.10.
5750
5751         * wl-message.el (wl-message-redisplay): Ignore errors while
5752         wl-message-redisplay-hook.
5753
5754 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5755
5756         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5757
5758 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5759
5760         * wl.el (wl): inhibit-quit while wl-folder.
5761
5762 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5763
5764         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5765         while msgdb access.
5766
5767 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5768
5769         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5770         even if no folder is not created.
5771
5772 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5775
5776         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5777         implementation.
5778         (wl-summary-target-mark-thread): Ditto.
5779
5780         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5781
5782 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5783
5784         * wl-util.el (wl-display-bytes): Remove unused function.
5785
5786 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5787
5788         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5789         seems critical one (partially reverse the change in 2002/03/17).
5790
5791 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5792
5793         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5794         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5795
5796 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5797
5798         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5799         is not writable.
5800         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5801         plugged status instead of `'force' as 2nd argument.
5802
5803         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5804         is not creatable.
5805
5806         * Version number is increased to 2.9.9.
5807
5808 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5809
5810         * wl-summary.el (wl-summary-suspend): New function.
5811
5812 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5813
5814         * wl.el (wl): Do not check variables if check is nil.
5815         * wl-utils.el (wl-collect-draft): New function.
5816         * wl-folder.el (wl-folder-suspend): Put summary buffers
5817         and draft buffers at the end of buffer list.
5818         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5819
5820 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5821
5822         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5823         loop instead of recursive call.
5824
5825         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5826         2nd argument.
5827
5828 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5829
5830         * wl-draft.el (wl-draft-create-contents): Don't take neither
5831         (function . args) nor (string . something) any more.
5832
5833         * wl-version.el (wl-generate-user-agent-string): Return string
5834         without header symbol.
5835         * wl-draft.el (wl-draft-default-headers): Use it.
5836
5837         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5838         `wl-draft-insert-ccs' and return field value instead of inserting
5839         the header. Abolish cc argument.
5840         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5841
5842         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5843         rather than one with string car.
5844
5845         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5846         * wl-draft.el (wl-draft-create-contents): Add it after the default
5847         headers.
5848
5849         * wl-draft.el (wl-draft-create-contents): For the case of
5850         (symbol-or-string . function) insert header only when the function
5851         returns string value.
5852
5853 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5856         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5857
5858 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5859
5860         * wl.el (wl-check-environment): Don't check Message-ID when
5861         `wl-insert-message-id' is nil.
5862         Revive checking if `wl-message-id-domain' contains "@".
5863
5864 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5865
5866         * wl.el (wl-check-environment): Merge examination for "@" at
5867         inappropriate position into the first string-match.
5868
5869         * wl-summary.el (wl-summary-target-mark-print): New function.
5870         (wl-summary-pipe-message-subr): Extracted from
5871         `wl-summary-pipe-message'.
5872         (wl-summary-target-mark-pipe): New function.
5873         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5874         `wl-summary-target-mark-pipe'.
5875
5876 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5877
5878         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5879
5880 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5881
5882         * wl.el (wl-check-environment): Use elmo-warning instead of
5883         error for non-critical ones.
5884         Remove trash folder check.
5885         (wl): Don't ignore error in wl-check-environment.
5886
5887         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5888         check, which is moved from `wl-check-environment'.
5889         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5890
5891 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5894         guess anything, call wl-summary-write.
5895         (wl-summary-write): Create draft with blank To field.
5896         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5897
5898 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5899
5900         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5901         argument full as well for wl-folder-write-current-folder.
5902         If wl-*-write-current-folder cannot guess addressee, add blank
5903         To header.
5904         Rewrite condition for positioning cursor.
5905
5906 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5907
5908         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5909         summary buffer is present, use it.
5910         (wl-folder-jump-to-previous-summary): Ditto.
5911
5912 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5913
5914         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5915
5916         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5917         wl-summary-previous-buffer and wl-summary-next-buffer.
5918
5919         * wl-folder.el (wl-folder-mode-map): Bind
5920         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5921         (wl-folder-jump-to-next-summary): New function.
5922         (wl-folder-jump-to-previous-summary): Ditto.
5923
5924         * wl-draft.el (wl-draft): Rearranged.
5925
5926 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5927
5928         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5929         of header.
5930         (wl-draft): Collect arguments for the header as header-alist.
5931         (wl-draft-forward): Arrange arguments for wl-draft.
5932         (wl-draft-reply): Ditto.
5933         (wl-draft-edit-string): Ditto.
5934         * wl-summary.el (wl-summary-write): Ditto.
5935         (wl-summary-write-current-folder): Ditto.
5936
5937         * Version number is increased to 2.9.8.
5938
5939 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5942
5943         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5944
5945         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5946         even if the guess failed.
5947
5948         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5949         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5950         wl-summary-write-current-folder.
5951         * wl-xmas.el: Ditto.
5952
5953 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-summary.el (wl-summary-next-page): Force display message if
5956         message is not displayed yet.
5957         (wl-summary-prev-page): Ditto.
5958
5959 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5960
5961         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5962
5963 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5964
5965         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5966         add "Preview Message" and "Save Draft and Exit".
5967
5968 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5969
5970         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5971         if addrmgr is called from draft in splitted window.
5972
5973         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5974         * wl-mule.el: Ditto.
5975         * wl-xmas.el: Ditto.
5976
5977 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5980
5981         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5982         * wl-xmas.el (wl-folder-toolbar): Ditto.
5983
5984 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5985
5986         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5987         and wl-draft-save-and-exit.
5988         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5989         * wl-xmas.el: Ditto.
5990         * wl-mule.el: Ditto.
5991
5992         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5993         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5994
5995 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5998         lists for saving buffer.
5999
6000 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6001
6002         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6003         parent-folder argument instead of it.
6004         (wl-draft-create-buffer): Ditto.
6005         (wl-draft-forward): Ditto.
6006         (wl-draft-reply): Ditto.
6007         * wl-summary.el (wl-summary-write): Ditto.
6008         (wl-summary-write-current-folder): Ditto.
6009
6010         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6011         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6012         Folder buffer after composing.
6013
6014 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6017         header if the file `wl-x-face-file' already contains it.
6018
6019 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6020
6021         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6022         folder" entry.
6023         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6024         * wl-e21.el (wl-folder-toolbar): Ditto.
6025         * wl-xmas.el (wl-folder-toolbar): Ditto.
6026
6027 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6028
6029         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6030         wl-folder-goto-folder with sticky argument.
6031         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6032
6033 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6034
6035         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6036         and wl-summary-previous-buffer.
6037         (wl-summary-next-buffer): New function.
6038         (wl-summary-previous-buffer): Ditto.
6039
6040 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6041
6042         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6043         wl-folder-jump-to-current-entity-with-arg.
6044         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6045         `wl-folder-jump-to-current-entity'.
6046         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6047         `wl-summary-goto-folder-sticky'.
6048         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6049         `wl-summary-goto-folder'.
6050         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6051         Unless force-exit, do not clean temp. marks for sticky summary.
6052         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6053
6054 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6057         not entire.
6058
6059 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6060
6061         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6062         to `C-x C-s'.
6063         (wl-summary-save-status): New command.
6064         (wl-summary-exit): Don't clean-up temp marks when sticky.
6065         (Applied patch from Nakayama-san [wl: 09548])
6066         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6067         Do nothing when no mark data.
6068         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6069         Call `wl-summary-delete-all-temp-marks' before saving.
6070
6071 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6072
6073         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6074
6075 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6076
6077         * wl.el (wl-check-environment): Also cause error when (system-name)
6078         returns "localhost.localdomain". (Although it doesn't affect because
6079         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6080
6081 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6082
6083         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6084         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6085
6086         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6087         value.
6088
6089 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6090
6091         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6092         Likewise r-cc-list and r-ng-list.
6093
6094 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6095
6096         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6097         only if it is bound as variable.
6098
6099         * wl-mime.el (wl-draft-preview-message): Ditto.
6100
6101 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6104         needless `goto-char'.
6105
6106         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6107         `wl-summary-redisplay-no-mime-internal' instead of
6108         `wl-summary-redisplay-no-mime'.
6109         (wl-summary-redisplay-no-mime): Changed argument;
6110         Call `wl-summary-redisplay-no-mime-internal'.
6111
6112         * wl-mime.el (wl-draft-preview-message): Bind
6113         `mime-header-encode-method-alist' locally.
6114
6115         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6116         (wl-draft-std11-parse-addresses): Added the first address check.
6117         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6118
6119         * Version number is increased to 2.9.7.
6120
6121 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6122
6123         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6124
6125 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6126
6127         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6128         related to scrollbar support, if there is no such a feature
6129         compiled in.
6130
6131 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6132
6133         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6134         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6135         for prefetch.
6136
6137 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6138
6139         * wl-summary.el (wl-summary-pick): Fix for no match.
6140
6141 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * wl-draft.el (wl-draft-save):
6144         Override `mime-header-encode-method-alist'.
6145
6146 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6147
6148         * wl-folder.el (wl-folder-pick): New function.
6149         Define key as "?".
6150
6151 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6154         Fix for unplugged.
6155
6156 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl-folder.el (wl-folder-virtual): New function.
6159         Define key as "V".
6160
6161 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6162
6163         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6164         multi folder if entity is group.
6165
6166 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6167
6168         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6169         is nil.
6170
6171 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6172
6173         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6174         (wl-summary-target-mark-msgs): Return the number of marked messages.
6175
6176 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6177
6178         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6179         "first:" is specified.
6180
6181 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6182
6183         * wl-vars.el (wl-from): Use return value of function
6184         user-full-name instead of the variable user-full-name since
6185         XEmacs-20.4 doesn't set this variable.
6186
6187 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6190         call `wl' directly.
6191
6192 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6193
6194         * wl-draft.el (wl-draft-reedit): Removed duplicated
6195         switch-to-buffers.
6196
6197 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * wl.el (wl-other-frame): Removed garbages.
6200
6201 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6204
6205         * wl-xmas.el (wl-draft-key-setup): Ditto.
6206
6207         * wl-mule.el (wl-draft-key-setup): Ditto.
6208
6209         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6210         (wl-draft-reedit): Ditto.
6211         (wl-draft-prepare-edit): Add `wl-draft-save' to
6212         `local-write-file-hooks'.
6213         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6214         (wl-draft-reedit): Set buffer-file-name.
6215         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6216
6217
6218         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6219         call it.
6220         (wl-delete-startup-frame-function): New variable.
6221         (wl-other-frame): New function
6222         (Original was written by Yamaoka san [wl: 09239]).
6223
6224         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6225         if `wl-folder-use-frame'.
6226
6227 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6228
6229         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6230
6231 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6232
6233         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6234         New variable.
6235         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6236         (wl-message-buffer-prefetch-get-next): Use them.
6237         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6238
6239 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6242         with unwind-protect.
6243
6244         * wl-draft.el (wl-draft-reedit): Rewrite.
6245         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6246         (wl-draft-save): Insert header separator if it does not exist;
6247         Removed condition-case.
6248
6249         * wl-summary.el (wl-summary-reedit): Revert last change.
6250
6251         * wl-draft.el (wl-draft-save): Rewrite.
6252         (wl-draft-create-buffer): Set buffer-file-name as nil.
6253
6254         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6255
6256         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6257
6258         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6259         nil.
6260
6261 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6262
6263         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6264         If count is nil, do not prefetch.
6265         (wl-message-buffer-prefetch-next): Next.
6266
6267 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6270
6271 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6272
6273         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6274         `delete-backward-char'
6275         (wl-draft-prepare-edit): Check major-mode.
6276         (wl-draft-decode-header): Rewrite.
6277         (wl-draft): Fix.
6278
6279 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6282
6283 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6286         (wl-message-buffer-prefetch-get-next): Remove size checking.
6287         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6288
6289 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6292         (wl-draft-default-headers): Fix.
6293
6294 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * wl-draft.el (wl-draft-default-headers): Insert return value of
6297         `wl-generate-mailer-string-function'.
6298
6299 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6302         (wl-draft-insert-mail-header-separator): Ditto.
6303
6304         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6305         again (Reverted the change on 2002-01-17 by OKADA san).
6306
6307 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6308
6309         * wl-draft.el (wl-draft): Rewrite.
6310         (wl-draft-create-buffer): New function.
6311         (wl-draft-create-contents): Ditto.
6312         (wl-draft-prepare-edit): Ditto.
6313         (wl-draft-decode-header): Ditto.
6314         (wl-draft-decode-body): Ditto.
6315         (wl-draft-check-new-line): Ditto.
6316         (wl-draft-default-headers): Ditto.
6317         (wl-draft-insert-mail-header-separator): Ditto.
6318
6319 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6320
6321         * Version number is increased to 2.9.6.
6322
6323 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6324
6325         * wl-draft.el (wl-draft-delete-field): Optional argument.
6326         (wl-draft-delete-fields): Ditto.
6327
6328 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6329
6330         * wl-message.el (toplevel): Eliminated byte-compile warning.
6331         for `itimer-function', `delete-timer' and `itimer-list'.
6332
6333 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6334
6335         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6336         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6337         `wl-message-buffer-prefetch-threshold'.
6338         * wl-summary.el (wl-summary-redisplay-internal): Remove
6339         the check of `wl-message-buffer-prefetch-depth'.
6340
6341 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6344         size of article.
6345         (wl-message-buffer-prefetch-subr): Remove size check.
6346
6347 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6348
6349         * wl-vars.el (wl-plugged): Make customizable.
6350
6351 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6354         (wl-message-buffer-prefetch-set-timer): New function.
6355         (wl-message-buffer-prefetch-get-next): New function.
6356         (wl-message-buffer-prefetch): New function.
6357         (wl-message-buffer-prefetch-next): Rewrite.
6358         (wl-message-buffer-prefetch-subr): Rewrite.
6359         * wl-vars.el (wl-auto-prefetch-first): New variable.
6360         * wl-summary.el (wl-summary-goto-folder-subr): Call
6361         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6362
6363 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6364
6365         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6366         `wl-summary-unread-message-hook'.
6367
6368 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6369
6370         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6371         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6372         if range is `cache-status'.
6373
6374 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-message.el (wl-message-buffer-prefetch-subr):
6377         Improve debug message.
6378
6379 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6382         `wl-mail-send-pre-hook'.
6383         (wl-draft-send-mail-with-qmail): Ditto.
6384         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6385
6386 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6387
6388         * wl-message.el (wl-message-buffer-prefetch-subr):
6389         Fix for cancel-function-timers bug.
6390         (wl-message-buffer-prefetch-debug): Default value is t.
6391
6392 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6395         (wl-message-buffer-prefetch-subr): Rewrite.
6396         Rename from `wl-message-buffer-prefetch'.
6397
6398 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6399
6400         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6401         (wl-default-draft-cite-decorate-author): Ditto.
6402
6403         * wl-draft.el (wl-draft-cite-function): Removed.
6404         (wl-default-draft-cite-decorate-author): Ditto.
6405
6406 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6407
6408         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6409         (wl-default-draft-cite): Do not arrange author name if the value of
6410         `wl-default-draft-cite-decorate-author' is nil.
6411
6412 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6415
6416         * wl-folder.el (wl-folder-check-one-entity): Don't care
6417         `elmo-folder-use-flag-p'.
6418
6419 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl-folder (wl-folder-check-one-entity): Fix
6422         problem if unread is nil.
6423
6424 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6425
6426         * wl-address.el (wl-address-make-completion-list): Check whether
6427         the address is a group list.
6428         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6429
6430 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6431
6432         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6433         The number of the messages of new and unread does not count
6434         correctly.
6435
6436         * wl-summary.el (wl-summary-count-unread): Changed to return
6437         `(new . unread)' instead of total.
6438         (wl-summary-sync-update): Follow the change above.
6439
6440         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6441
6442 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6443
6444         * wl-address.el (wl-address-make-completion-list): Do not enclose
6445         address by " <" and ">" if associated realname is "".
6446         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6447         This is against the promblem with group list in .addresses pointed
6448         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6449
6450 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6451
6452         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6453         message is a format control string.
6454         * wl-expire.el (wl-expire-append-log): Ditto.
6455         * wl-mime.el (wl-summary-burst-subr): Ditto.
6456         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6457         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6458
6459 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6462         wl.el (wl-check-variables): Rename from `wl-check-type'.
6463         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6464         (wl-check-variables-2): New function.
6465         (wl): Call `wl-check-variables-2'.
6466
6467 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6468
6469         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6470         after renaming folder in access group.
6471
6472 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6475         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6476         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6477         (wl-message-buffer-prefetch): Rewrite.
6478         (wl-message-buffer-prefetch-idle-time): Removed.
6479         * wl-summary.el (wl-summary-redisplay-internal):
6480         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6481         Error check for `wl-message-buffer-prefetch-depht'.
6482
6483 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * Version number is increased to 2.9.5.
6486         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6487
6488 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6489
6490         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6491         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6492         Based on the patch written by
6493         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6494
6495 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-draft.el (wl-draft-raw-send): Fix for
6498         `wl-news-send-pre-hook'
6499
6500 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6501
6502         * wl-utils.el (wl-message-id-function): New variable.
6503         * wl-draft.el (wl-draft-insert-required-fields):
6504         Use `wl-message-id-function'.
6505
6506 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6507
6508         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6509         * wl-utils.el (wl-draft-make-message-id-string):
6510         Use `wl-from' for domain part of Message-ID
6511         if `wl-message-id-use-wl-from' if non-nil.
6512         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6513
6514 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl.el (wl): Call `wl-check-type'
6517         Do not 'condition-case'.
6518
6519 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl.el (wl-check-type): New function.
6522         (wl-check-type-variables): New variable.
6523
6524 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6525
6526         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6527
6528 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6529
6530         * wl-draft.el (wl-smtp-password-key): New function.
6531         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6532         (wl-draft-send-mail-with-smtp): Ditto.
6533         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6534
6535 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6536
6537         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6538         * wl-utils.el (wl-unique-id-suffix): Remove.
6539
6540 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6541
6542         * Version number is increased to 2.9.4.
6543
6544 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-utils.el (wl-unique-id-suffix): New variable.
6547         (wl-unique-id): Use `wl-unique-id-suffix'
6548
6549 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6550
6551         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6552         instead of `elmo-msgdb-search'.
6553
6554         * Version number is increased to 2.9.3.
6555
6556 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6557
6558         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6559
6560 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6563         (wl-draft-dispatch-message): Changed for send-later.
6564         (wl-draft-queue-flush): Ditto.
6565         (wl-draft): Clear `wl-sent-message-queued'.
6566         (wl-draft-reedit): Ditto.
6567         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6568         * wl-vars.el (wl-draft-force-queuing): New variable.
6569         (wl-draft-force-queuing-mail): New variable.
6570         (wl-draft-force-queuing-news): New variable.
6571
6572 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6575         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6576
6577 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6578
6579         * Version number is increased to 2.9.2.
6580
6581 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * wl-draft.el (wl-draft-elide-region): New user command.
6584         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6585
6586         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6587         command `wl-draft-elide-region'.
6588         * wl-mule.el: Ditto.
6589         * wl-xmas.el: Ditto.
6590
6591 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6594         (wl-biff-check-folder-async): Removed needless let.
6595
6596 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6599         wl-folder-get-elmo-folder.
6600         (wl-biff-check-folder): Set `biff' argument of
6601         `wl-folder-check-one-entity'.
6602         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6603
6604         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6605         (wl-folder-check-one-entity): Added `biff' argument;
6606         Setup `biff' slot of folder.
6607
6608         * Version number is increased to 2.9.1.
6609
6610 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6613         comment out and fixed.
6614         (wl-fldmgr-add-completion-subr): Ditto.
6615
6616         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6617         and msgdb.
6618
6619         * wl.el (wl-toggle-plugged): Save summary view.
6620
6621 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6624
6625 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6626
6627         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6628
6629 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6632         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6633         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6634
6635         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6636         if it was failed.
6637         (wl-demo): Disable undo in the demo buffer.
6638
6639 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-version.el (wl-version): Changed codename.
6642
6643         * Version number is increased to 2.9.0.
6644
6645 2001-12-14  Takuo KITAME <kitame@northeye.org>
6646
6647         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6648         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6649         (wl-folder-mark-as-read-all-current-entity): Ditto.
6650
6651 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-vars.el (wl-from-width): Define as obsolete variable.
6654         (wl-subject-length-limit): Ditto.
6655
6656         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6657
6658         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6659         wl-summary-save-view.
6660
6661         * wl.el (wl-save-status): Ditto.
6662         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6663
6664         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6665         (wl-summary-exit): Follow the change above.
6666         (wl-summary-goto-folder-subr): Ditto.
6667
6668         * wl-folder.el (wl-folder-create-subr): Don't use
6669         `elmo-folder-creatable-p'.
6670
6671 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6674
6675 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6678         rather than bitmap on Emacs 21.
6679         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6680         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6681         for xbm if the new redisplay engine is not available.
6682
6683 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-folder.el (wl-folder-init-hook): New hook.
6686         (wl-folder-init): Run `wl-folder-init-hook'.
6687
6688 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6691
6692 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-acap.el (wl-acap-cache-filename): New variable.
6695         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6696         (wl-acap-init): Use cache if no ACAP server found.
6697
6698 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6699
6700         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6701         `wl-acap-original-msgdb-dir'.
6702
6703         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6704         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6705
6706         * wl-mime.el (wl-mime-save-directory): Renamed from
6707         `wl-mime-save-dir'.
6708
6709 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6712
6713         * wl-demo.el: Require `path-util'.
6714         (wl-demo-bitmap-mule-available-p): New internal variable.
6715         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6716         `module-installed-p' instead.
6717         (wl-demo-insert-image): Use *.img file for a bitmap image.
6718         (wl-demo): Don't call the ascii demo recursively.
6719
6720 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6721
6722         * Version number is increased to 2.7.7.
6723
6724 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl.el (wl-exit): Eliminated byte-compile warning.
6727
6728 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6729
6730         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6731         obsolete variable using `elmo-define-obsolete-variable'.
6732         (wl-fetch-confirm-threshold): Ditto.
6733         (wl-cache-prefetch-folder-type-list): Ditto.
6734         (wl-cache-prefetch-folder-list): Ditto.
6735
6736 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6739         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6740         (wl-demo-insert-image): New function.
6741         (wl-demo-insert-text): New function.
6742         (wl-demo-image-type-alist): Redefine as a function.
6743         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6744         (wl-demo-with-temp-file-buffer): Removed.
6745         (wl-logo-xpm): Removed.
6746         (wl-logo-xbm): Removed.
6747         (wl-logo-bitmap): Removed.
6748
6749 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6750
6751         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6752         (wl-expire-localdir-get-folder-function): New user option.
6753         (wl-expire-localdir-get-folder): New function.
6754         (wl-expire-localdir-date): Ditto.
6755
6756 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6757
6758         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6759         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6760         Fixed unread number mismatch when all-unread < unread.
6761
6762 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6763
6764         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6765         (wl-fetch-confirm-threshold): Ditto.
6766
6767         * wl-summary.el (wl-summary-confirm-appends): Removed.
6768         (wl-summary-sync-update): Don't refer
6769         `wl-summary-update-confirm-threshold' (It is now abolished).
6770
6771         * wl-message.el (wl-message-display-internal): Don't refer
6772         `wl-fetch-confirm-threshold' (It is now abolished).
6773
6774 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6777
6778 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6779
6780         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6781         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6782         Change default value to nil.
6783         (wl-summary-indent-length-limit): The value can be nil, nil means
6784         unlimited.
6785
6786         * wl-summary.el: Don't set limit for indent length if the value of
6787         wl-summary-indent-length-limit is nil.
6788         If the value of wl-summary-width is nil, it means only that the width
6789         of summary is unlimited (nil doesn't mean that the indent length is
6790         unlimited).
6791
6792         * wl-thread.el: Ditto.
6793
6794 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6795
6796         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6797         be nil, nil means never confirm.
6798         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6799
6800 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6801
6802         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6803         means unlimited).
6804
6805 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6808         Use `with-temp-buffer'.
6809
6810 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6813         with new backquote style).
6814         (wl-folder-get-entity-from-buffer): Ditto.
6815
6816 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6817
6818         * wl-version.el (nemacs-version): Eliminated.
6819         (wl-extended-emacs-version2): Ignore nemacs.
6820         (wl-extended-emacs-version3): Ditto.
6821
6822 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6823
6824         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6825         (wl-draft-add-in-reply-to): New variable.
6826         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6827         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6828         (wl-draft-yank-from-mail-reply-buffer): Use
6829         `wl-draft-add-in-reply-to'.
6830         (wl-draft-insert-current-message): Ditto.
6831
6832 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6833
6834         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6835         typo (kill->hide).
6836         (wl-message-buffer-prefetch-folder-type-list): Added elements
6837         `mark' and `cache' instead of `internal'.
6838
6839 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6842         resume msgdb directory.
6843
6844 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl.el (wl-exit): Call `wl-acap-exit'.
6847
6848         * wl-summary.el (wl-summary-message-string): New function.
6849         (wl-summary-reedit): Use it.
6850         (wl-summary-resend-bounced-mail): Remove needless let.
6851         (wl-summary-supersedes-message): Ditto.
6852         (wl-summary-save): Ditto.
6853
6854         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6855         (wl-acap-init): Set it.
6856         (wl-acap-exit): New function.
6857
6858 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6859
6860         * wl.el (wl-init): Revert (require 'mime-setup). move from
6861         toplevel.
6862
6863 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6864
6865         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6866         local variables.  Add error when guess function return invalid
6867         value.
6868
6869 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6870
6871         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6872         Change local variable name.
6873         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6874         (wl-folder-get-newsgroups): Return nil when non-news folder.
6875         * wl-summary.el (wl-summary-write-current-folder): State through
6876         when guess-list return nil.
6877         (wl-summary-write-current-folder-functions): Fixed docstring.
6878
6879         * wl.el (wl-exit): Changed confirm message.
6880
6881         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6882         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6883
6884         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6885
6886 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6887
6888         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6889         user option (Renamed from wl-cache-prefetch-folder-type-list).
6890         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6891         from wl-cache-prefetch-folder-list).
6892
6893         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6894         Move to wl-vars.el.
6895         (wl-message-buffer-prefetch-p): Changed to enable
6896         `wl-message-buffer-prefetch-folder-list'.
6897
6898         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6899         `ignore-cache'.
6900
6901 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6904         `part-top' and `part-bottom'.
6905         (wl-draft-config-sub-part-top): New function.
6906         (wl-draft-config-sub-part-bottom): New function.
6907
6908 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6909
6910         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6911
6912 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6915
6916 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6917
6918         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6919
6920         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6921         (wl-summary-write-current-folder): Ditto.
6922
6923 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-folder.el (wl-folder-get-newsgroups): Use
6926         `elmo-folder-newsgroups'.
6927
6928 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6931         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6932         `wl-draft-config-sub-header-bottom'.
6933
6934 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6935
6936         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6937         localnews folder.
6938
6939 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6940
6941         * wl-summary.el (wl-summary-mode): Undo last change.
6942
6943         * wl-folder.el (wl-folder-mode): Ditto.
6944
6945 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6946
6947         * wl-summary.el (wl-summary-mode): Locally set
6948         truncate-partial-window-width to nil.
6949         (for XEmacs)
6950
6951         * wl-folder.el (wl-folder-mode): Ditto.
6952
6953 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6956
6957 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6960         number.
6961
6962         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6963
6964         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6965
6966         * Version number is increased to 2.7.6.
6967
6968 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6971
6972 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-summary.el (wl-summary-sync-update): Enclose network
6975         related portion with `unwind-protect'.
6976
6977 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6978
6979         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6980
6981 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6984         element.
6985         * wl-vars.el (wl-message-body-button-alist): Ditto.
6986
6987         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6988         max match length.
6989         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6990
6991         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6992         for the max match length;
6993         Use 4th element value for the button string regexp group.
6994
6995         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6996         candidate exists, prompt to select.
6997
6998 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6999
7000         * wl-summary.el (wl-summary-jump-to-msg): Search before
7001         calibration point by `beginning-of-line'.
7002
7003 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7004
7005         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7006         for access group.
7007
7008 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-message.el (wl-message-display-internal): Bind
7011         `default-mime-charset'.
7012
7013         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7014
7015         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7016
7017         * Version number is increased to 2.7.5.
7018
7019 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7020
7021         * wl-expire.el (wl-summary-archive): Fixed;
7022         Use `elmo-folder-name-internal'.
7023
7024 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7025
7026         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7027         from `elmo-folder-move-messages' caller.
7028         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7029
7030         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7031         related portions are changed).
7032
7033 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7034
7035         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7036         counter.
7037
7038 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7039
7040         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7041         buffer local and set it to nil.
7042
7043         * wl-message.el (wl-message-redisplay): Ditto.
7044
7045 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl-summary.el (wl-summary-mark-as-important): If message is
7048         already cached, set messag as read, otherwise encache and mark as read.
7049
7050 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7051
7052         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7053         point-min.
7054
7055 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7058         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7059         a keymap.
7060
7061 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7064         parent.
7065
7066         * wl-mule.el (wl-message-define-keymap): Ditto.
7067
7068         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7069
7070         * wl-xmas.el (wl-message-display-internal-hook): Define.
7071         (wl-xmas-setup-message-toolbar): Define as function.
7072         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7073         (wl-message-overload-functions): Abolished.
7074         (wl-message-define-keymap): New function.
7075
7076         * wl-vars.el (wl-message-display-internal-hook): New variable.
7077         (wl-message-header-button-alist): New variable (Renamed from
7078         wl-highlight-message-header-button-alist).
7079         (wl-message-body-button-alist): Ditto.
7080
7081         * wl-mule.el (wl-message-define-keymap): New function.
7082         (wl-message-overload-functions): Abolished.
7083
7084         * wl-message.el (wl-message-add-buttons-to-body): New function.
7085         (wl-message-redisplay): Don't call wl-message-overload-functions;
7086         Call wl-message-add-buttons-to-header and
7087         wl-message-add-buttons-to-body.
7088         (wl-message-display-internal): Set keymap argument for
7089         elmo-mime-display-as-is, elmo-mime-message-display;
7090         Run wl-message-display-internal-hook.
7091         (wl-message-refer-article-or-url): Abolished.
7092
7093         * wl-highlight.el (wl-highlight-headers): Don't call
7094         wl-highlight-message-add-buttons-to-header.
7095         (wl-highlight-message-add-buttons-to-header): Abolished.
7096
7097
7098         * wl-e21.el (wl-message-display-internal-hook): Define.
7099         (wl-e21-setup-toolbar): Deleted duplicated binding.
7100         (wl-e21-setup-message-toolbar): Define as function.
7101         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7102         (wl-message-define-keymap): New function.
7103         (wl-message-overload-functions): Abolished.
7104
7105 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7108         and elmo-folder-close.
7109
7110         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7111
7112 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7113
7114         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7115         boolean value.
7116         * wl-draft.el (wl-draft-do-fcc): Ditto.
7117
7118 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7119
7120         * wl-vars.el (wl-fcc-force-as-read): New variable.
7121         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7122         mark copied message as read.
7123
7124 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7125
7126         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7127
7128 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7129
7130         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7131         `wl-summary-target-above' instead of obsolete variable
7132         `wl-summary-temp-above'.
7133
7134         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7135         instead of `make-obsolete-variable'.
7136         * wl-refile.el (toplevel): Ditto.
7137
7138 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7141         with third argument t.
7142         (wl-draft): Set first argument for wl-plugged-init as t.
7143
7144         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7145         definition.
7146
7147 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7148
7149         * wl-vars.el: Tabify.
7150         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7151
7152         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7153         message.
7154
7155 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7156
7157         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7158         and set default to beep.
7159
7160 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7161
7162         * wl-vars.el (wl-draft-truncate-lines): New variable.
7163
7164         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7165         instead of wl-message-truncate-lines for truncate-lines.
7166
7167 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-message.el (wl-message-display-internal): Call
7170         `wl-highlight-message' after `elmo-mime-display-as-is'.
7171
7172         * wl-mime.el (wl-mime-display-text/plain): New function.
7173         (wl-mime-display-header): Ditto.
7174         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7175         body-presentation-method for text/plain;
7176         Register `wl-mime-display-header' as a header-presentation-method;
7177         Don't set up `elmo-message-text-content-inserted-hook' and
7178         `elmo-message-header-inserted-hook'.
7179
7180         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7181         variable.
7182         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7183         as t if flag is 'all-header;
7184         Don't bind `elmo-message-ignored-field-list',
7185         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7186
7187 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7190         for xemacs with non-mule environment.
7191
7192 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7193
7194         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7195         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7196         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7197
7198 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7199
7200         * wl-vars.el (wl-interactive-send): Set default value as t.
7201
7202 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7205         (wl-addrmgr-method-list): Abolished.
7206         (wl-addrmgr-change-method): Follow above change.
7207
7208         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7209
7210 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7211
7212         * wl-vars.el (wl-message-truncate-lines): Change default value
7213         to default-truncate-lines.
7214
7215         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7216
7217 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7218
7219         * wl-vars.el (wl-message-truncate-lines): New variable.
7220
7221         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7222         wl-message-truncate-lines.
7223
7224 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7225
7226         * wl-acap.el (wl-acap-init): Remove period from error message.
7227         (wl-acap-find-acap-service): Remove period from message.
7228
7229 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl.el (wl-check-environment): Undo last change.
7232
7233         * wl-vars.el (wl-from): Changed default value.
7234
7235         * wl-util.el (toplevel): Don't require tm-edit.
7236
7237         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7238         `wl-folder-init';
7239         Don't set mark on mail body.
7240         (wl-draft-reedit): Ditto.
7241
7242         * wl-address.el (wl-address-quote-specials): Define as an alias for
7243         elmo-address-quote-specials.
7244
7245 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7248
7249         * wl-vars.el (wl-from): Set default value as nil.
7250         (wl-organization): Set default value as ORGANIZATION environment
7251         variable.
7252
7253         * wl-draft.el (wl-smtp-extension-bind): Check value of
7254         wl-smtp-connection-type.
7255
7256         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7257         error.
7258
7259 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7260
7261         * Version number is increased to 2.7.4.
7262
7263         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7264         arguments from `wl-highlight-x-face-function' caller.
7265         Use x-face-1.3.6.12 or later.
7266
7267 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7268
7269         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7270
7271 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7272
7273         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7274         (wl-fcc): Fix to accept function.
7275         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7276
7277 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7278
7279         * wl-acap.el (toplevel): Added `product-provide' declare.
7280         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7281
7282 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl.el (wl): Changed order of calling `elmo-init'
7285         and `elmo-folder-init'.
7286
7287 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7288
7289         * wl-mime.el (wl-summary-burst): Extract message when content-type
7290         of root entity is not only `multipart' but also `message/rfc822'.
7291         (wl-summary-burst-subr): Ditto.
7292
7293 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-vars.el (toplevel): Require 'custom.
7296         (wl-trash-folder): Added to `wl-setting' group.
7297
7298         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7299         exists.
7300         (wl-addrmgr-draw): Insert empty line when no entry exists.
7301
7302         * wl-mule.el (wl-message-wheel-up): Fixed.
7303         (wl-message-wheel-down): Ditto.
7304
7305 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7306
7307         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7308         config is an anonymous lambda expression.
7309
7310 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7313         when Mule 2 is running.
7314
7315 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7318
7319 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7320
7321         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7322         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7323
7324         * wl-address.el (wl-address-specials-regexp): Eliminated.
7325         (wl-address-quote-specials): Rewrite.
7326
7327 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7330         shy-groups for regexp.
7331
7332         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7333         character classes and Perl style shy-groups for regexp.
7334         (wl-highlight-plugged-current-line): Use Posix style character
7335         classes for regexp.
7336         (wl-e21-highlight-folder-by-numbers): Ditto.
7337         (wl-e21-display-image-p): Use `display-images-p' instead of
7338         `display-graphic-p'.
7339         (display-images-p): Make an alias to `display-graphic-p' if it is
7340         not available.  It is for Emacs version prior to 21.0.105.
7341
7342         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7343         `display-graphic-p'.
7344         (wl-demo-image-type-alist): Ditto.
7345         (display-images-p): Make an alias to `display-graphic-p' if it is
7346         not available.  It is for Emacs version prior to 21.0.105.
7347
7348 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7351         support.
7352         (wl-generate-user-agent-string): Ditto.
7353
7354         * wl-version.el (wl-version): Update docsting.
7355         (wl-version-status): Ditto.
7356
7357 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7358
7359         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7360         21.0.105.  For Emacs 21.0.104 or earlier.
7361
7362 2001-09-03  Takuo KITAME <kitame@northeye.org>
7363
7364         * wl-e21.el (wl-plugged-init-icons): Use
7365         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7366         (wl-biff-init-icons): Ditto.
7367
7368 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * wl-highlight.el (wl-highlight-summary-current-line):
7371         Fixed highlighting refile/copy destination.
7372
7373         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7374         (wl-acap-store): Encode string by wl-acap-coding-system.
7375
7376 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-acap.el (toplevel): Check and require 'un-define before
7379         'xemacs-ucs;
7380          Added checking for UTF-2000.
7381
7382 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7385         Don't enclose with `eval-and-compile'.
7386
7387         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7388         wl-init is non-nil.
7389
7390         * wl-draft.el (wl-draft): Ditto.
7391
7392         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7393
7394         * wl-acap.el (toplevel): Require 'wl.
7395         (wl-acap-store): Call `elmo-init'.
7396
7397         * wl.el (wl): Changed position of `wl-check-environment'.
7398         (toplevel): Added autoload setting for wl-acap.
7399
7400         * wl-vars.el (wl-setting): New custom group.
7401         (wl-from): Added wl-setting group.
7402         (wl-user-mail-address-list): Ditto.
7403         (wl-organization): Ditto.
7404         (wl-subscribed-mailing-list): Ditto.
7405         (wl-envelope-from): Ditto.
7406         (wl-smtp-posting-user): Ditto.
7407         (wl-smtp-posting-server): Ditto.
7408         (wl-smtp-posting-port): Ditto.
7409         (wl-smtp-authenticate-type): Ditto.
7410         (wl-pop-before-smtp-user): Ditto.
7411         (wl-pop-before-smtp-server): Ditto.
7412         (wl-pop-before-smtp-port): Ditto.
7413         (wl-pop-before-smtp-authenticate-type): Ditto.
7414         (wl-nntp-posting-server): Ditto.
7415         (wl-nntp-posting-user): Ditto.
7416         (wl-nntp-posting-port): Ditto.
7417         (wl-fetch-confirm-threshold): Ditto.
7418         (wl-prefetch-threshold): Ditto.
7419         (wl-thread-insert-opened): Ditto.
7420         (wl-ldap-server): Ditto.
7421         (wl-ldap-port): Ditto.
7422         (wl-ldap-base): Ditto.
7423         (wl-ldap-objectclass): Ditto.
7424         (wl-use-ldap): Ditto.
7425         (wl-draft-config-alist): Ditto.
7426         (wl-draft-config-matchone): Ditto.
7427         (wl-template-alist): Ditto.
7428         (wl-message-sort-field-list): Ditto.
7429         (wl-message-ignored-field-list): Ditto.
7430         (wl-message-visible-field-list): Ditto.
7431         (wl-interactive-send): Ditto.
7432         (wl-summary-move-order): Ditto.
7433         (wl-auto-select-first): Ditto.
7434         (wl-auto-select-next): Ditto.
7435         (wl-interactive-save-folders): Ditto.
7436
7437         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7438         Initialization codes are moved from wl-local-folder-init.
7439         (wl-local-folder-init): Follow the change above.
7440         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7441
7442         * wl-acap.el: New file.
7443
7444         * Version number is increased to 2.7.3.
7445
7446 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7447
7448         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7449
7450 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7451
7452         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7453         (wl-addrmgr-address-entry-list): Ditto.
7454
7455 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-e21.el (wl-draft-mode-map): Removed binding for
7458         `wl-draft-insert-x-face-field'.
7459
7460         * wl-mule.el (wl-draft-mode-map): Ditto.
7461
7462         * wl-xmas.el (wl-draft-mode-map): Ditto.
7463
7464         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7465         (wl-cs-autoconv): Ditto.
7466         (wl-cs-local): Ditto.
7467         (wl-use-scoring): Ditto.
7468         (wl-mime-charset): Ditto.
7469         (wl-folder-check-async): Ditto.
7470
7471         * wl.el (toplevel): Ignore nemacs and tm.
7472         (wl-exit): Ditto.
7473
7474         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7475         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7476         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7477         instead of wl-address-petname-add-or-change.
7478         (wl-summary-edit-addresses-subr): Use wl-address-delete
7479         instead of wl-address-petname-delete.
7480
7481         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7482
7483         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7484         if error occured.
7485
7486         * wl-message.el (require): Remove tm support.
7487
7488         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7489
7490         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7491         (wl-folder-jump-to-current-entity): Ditto.
7492         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7493
7494         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7495         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7496         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7497
7498         * wl-mule.el (wl-draft-key-setup): Ditto.
7499
7500         * wl-xmas.el (wl-draft-key-setup): Ditto.
7501
7502         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7503         (wl-draft-std11-parse-addresses): New function.
7504         (wl-draft-parse-mailbox-list): Use it.
7505         (wl-draft): Ignore nemacs.
7506         (wl-draft-reedit): Ditto.
7507
7508         * wl-addrmgr.el: New file.
7509         (Original is wl-rcpt.el written by
7510         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7511         Thanks Kitamoto-san.)
7512
7513         * wl-address.el (wl-address-make-address-list): Modified parsing
7514         process.
7515         (wl-address-delete): Renamed from `wl-address-petname-delete';
7516         Modify wl-address-list too.
7517         (wl-address-add-or-change): Renamed from
7518         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7519
7520 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7521
7522         * wl-highlight.el (wl-highlight-summary-current-line):
7523           Work with transient-mark-mode
7524
7525 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * Version number is increased to 2.7.2.
7528
7529         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7530         instead of elmo-dop-queue-method.
7531
7532 2001-08-06  SAITO Atsunori <sai@yedo.com>
7533
7534         * wl-vars.el (wl-ldap-objectclass): New user option.
7535
7536         * wl-address.el (wl-ldap-make-filter): Use it.
7537
7538 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7541
7542 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-folder.el (wl-folder): redisplay after folder insertion.
7545
7546         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7547
7548         * wl-summary.el (wl-summary-sync-update):
7549         Change status mark only when new-msgdb exists.
7550         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7551
7552 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-summary.el (wl-summary-open-folder): New function.
7555         (wl-summary-goto-folder-subr): Use it.
7556         (wl-summary-mark-as-important): Fix;
7557         Encache only when no cache exists.
7558
7559 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7562         Use with-current-buffer.
7563
7564 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7565
7566         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7567         before call `get-buffer'. Fixed parenthesis.
7568         (wl-score-get-header-entry): Clear message and help window when
7569         keyboard quit.
7570         (wl-score-edit-insert-header): Ditto.
7571
7572 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7575         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7576         (wl-default-draft-cite): Fix.
7577
7578         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7579         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7580
7581 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-message.el (wl-message-prev-page): Do same bahavior
7584         as summary when it is called in the message buffer.
7585         (wl-message-next-page): Ditto.
7586
7587 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-summary.el (wl-summary-forward): Use cache if it is not
7590         section cache.
7591
7592 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7595         Removed redundant require of elmo-vars.
7596         (wl-biff-state-indicator-on): Changed default value for
7597         xemacs with non-mule environment.
7598
7599         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7600         wl-message-buffer is nil;
7601         Hide progress bar after moving messages.
7602
7603 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7606         message at cursor point is deleted.
7607
7608 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-vars.el: Changed file coding system to euc-japan.
7611         Added -*-coding:-*- magic to the first line.
7612
7613         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7614         Search parent from the first message.
7615
7616         * Version number is increased to 2.7.1.
7617
7618 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7619
7620         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7621
7622 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7623
7624         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7625         refile/delete execution.
7626
7627         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7628         Fixed docstring.
7629
7630 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7633         do update process;
7634         Don't update marks when update process is interrupted.
7635
7636 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-summary.el (wl-summary-reply): Fixed problem when
7639         wl-draft-use-frame is non-nil.
7640         (wl-summary-forward): Ditto.
7641
7642         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7643         as nil.
7644         (wl-folder-mark-as-read-all-entity): Ditto.
7645         (wl-folder-prefetch-entity): Ditto.
7646
7647         * wl.el (wl): Check environment before wl-init.
7648
7649         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7650         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7651         instead of wl-summary-collect-unread.
7652         (wl-summary-reply): Split message window.
7653
7654 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7655
7656         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7657         only if current language environment is japanese,
7658
7659         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7660         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7661         (wl-folder-goto-folder-subr): Ditto.
7662
7663         * wl-draft.el (wl-draft-dispatch-message): Call
7664         `elmo-file-cache-get-path'.
7665
7666 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-summary.el (wl-summary-cursor-move): If return value of
7669         wl-summary-next-message is not number, don't jump.
7670
7671 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-summary.el (wl-summary-buffer-next-message-function): New
7674         variable.
7675         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7676         if it is bound.
7677
7678         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7679         string.
7680
7681         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7682         (wl-plugged-drawing): Ditto.
7683
7684 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7685
7686         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7687         process.
7688         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7689         with unwind-protect.
7690
7691         * wl.el (wl-init): Require mime-setup.
7692         (wl-check-environment): Don't require mime-setup.
7693
7694         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7695         instead of elmo-folder-type.
7696
7697         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7698         value as nil.
7699
7700 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * Version number is increased to 2.7.0.
7703
7704         * wl-version.el (wl-version): Changed codename.
7705
7706         * wl-summary.el (wl-summary-delete-cache): Fixed.
7707
7708         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7709         Workaround for net folders.
7710         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7711
7712         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7713         value to nil (According to the patch from
7714         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7715
7716         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7717         of elmo-folder-close.
7718
7719 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7720
7721         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7722         for postfix.
7723
7724 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-summary.el (wl-summary-resend-message): Fixed.
7727
7728         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7729         Call wl-draft with `from' argument if its address is included in
7730         `wl-user-mail-address-list'.
7731         (wl-draft): Added `from' argument.
7732
7733         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7734         non-nil.
7735         (wl): Don't show demo if wl-demo is nil.
7736
7737         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7738         wl-summary-use-frame.
7739
7740         * wl-vars.el (wl-summary-use-frame): New user option.
7741         (wl-folder-use-frame): Changed docstring.
7742
7743         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7744         non-nil.
7745         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7746         wl-summary-use-frame.
7747
7748         * wl-vars.el (wl-folder-use-frame): New user option.
7749
7750         * wl-summary.el (wl-summary-exit): Back to folder frame if
7751         wl-folder-use-frame is non-nil.
7752         (wl-summary-redisplay-internal): Ignore cache if current folder
7753         is draft folder,
7754         (wl-summary-redisplay-no-mime): Ditto.
7755         (wl-summary-redisplay-all-header): Ditto.
7756
7757         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7758         if wl-folder-use-frame is non-nil.
7759
7760 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl-summary.el (wl-summary-sync-update): Bind
7763         elmo-folder-update-threshold.
7764         (wl-summary-mark-as-important): Enclosed server mark processing
7765         with `save-match-data'.
7766
7767         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7768         only when it is already defined.
7769
7770 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7771
7772         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7773         name of folder exclude localdir is wrong.
7774         * wl-folder.el (wl-folder-sync-entity):
7775         Set `wl-summary-always-sticky-folder-list' as nil.
7776         (wl-folder-mark-as-read-all-entity): Ditto.
7777         (wl-folder-prefetch-entity): Ditto.
7778
7779 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7782         instead of `wl-summary-write-current-newsgroup'.
7783
7784 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7785
7786         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7787         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7788         non-nil and selected message is important, do not display.
7789
7790 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7791
7792         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7793
7794 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7795
7796         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7797
7798         * wl-summary.el (wl-summary-mark-as-important): Set message number
7799         using wl-summary-message-number.
7800
7801 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7802
7803         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7804         destination folder is 'null.
7805
7806 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7807
7808         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7809         New function.
7810         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7811         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7812         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7813
7814 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-mime.el (wl-mime-setup): Added setting for
7817         `mime-setup-signature-key-alist' to avoid overriding key bind for
7818         `wl-draft-send'.
7819
7820         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7821         for `wl-draft-send'.
7822         * wl-mule.el (wl-draft-overload-functions): Ditto.
7823         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7824         * wl-draft.el (wl-draft-send): Ditto.
7825
7826         * wl-message.el (wl-message-display-internal):
7827         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7828         (Patch is provided by <kita@coe.nttdata.co.jp>).
7829
7830 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7831
7832         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7833
7834 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7835
7836         * wl.el (wl): Fix for wl-demo.
7837
7838 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7839
7840         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7841
7842 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7843
7844         * wl-folder.el (wl-folder-prefetch-entity): Use
7845         `wl-folder-get-elmo-folder'.
7846         (wl-folder-count-incorporates): Do not use
7847         `wl-folder-get-elmo-folder'.
7848
7849 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7850
7851         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7852         instead of `elmo-folder-get-type'.
7853
7854 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7855
7856         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7857         position on Subject: field.
7858         (Advised by Mito <mit@nines.nec.co.jp>)
7859
7860 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7861
7862         * wl-folder.el (wl-folder-prefetch-entity): Use
7863         `wl-folder-get-elmo-folder'.
7864
7865 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7868
7869         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7870         `process-duplicates' slot.
7871
7872         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7873         if detection failed.
7874
7875 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl-version.el (wl-version-status): Set to "alpha".
7878
7879 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7882         Check wl-message-buffer lives before set-buffer.
7883
7884 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7885
7886         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7887         called in folder mode.
7888         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7889         * wl-summary.el (wl-summary-exit-pre-hook): Run
7890         `wl-summary-exit-pre-hook' before exit summary mode.
7891
7892 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7893
7894         * wl-version.el (wl-version-status): New variable.
7895         (wl-version-status-alist): Removed.
7896         (wl-version-status): Rule included.
7897
7898 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7901         @sponichi.
7902
7903         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7904         when `mail-reply-buffer' is buffer-local variable.
7905         (Reported by <kita@coe.nttdata.co.jp>).
7906
7907 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-vars.el (toplevel): Require 'elmo-util.
7910
7911 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7912
7913         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7914         (All other related portions are changed)
7915
7916         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7917
7918         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7919
7920 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7921
7922         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7923
7924 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7927         Delete other windows to avoid an error.
7928         Use `point-marker' instead of `point' to remember the start point
7929         of body.
7930
7931         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7932
7933         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7934         number not to exceed all message number.
7935
7936 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7937
7938         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7939         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7940
7941 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-summary.el (wl-summary-sync-force-update): Added argument
7944         no-check.
7945         (wl-summary-sync-update): Ditto.
7946         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7947         with `no-check'.
7948
7949         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7950         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7951         already running.
7952
7953 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7954
7955         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7956         `dst-folder-arg'.
7957         (wl-expire-archive-number1): Diito.
7958         (wl-expire-archive-number2): Diito.
7959         (wl-expire-archive-Date): Diito.
7960         (wl-archive-number1): Diito.
7961         (wl-archive-number2): Diito.
7962         (wl-archive-date): Diito.
7963         (wl-archive-folder-p): New function.
7964         (wl-summary-expire): Support of expand folder name at
7965         wl-expire-alist.
7966         * wl-util.el (wl-expand-newtext): Renamed from
7967         `wl-refile-expand-newtext'.
7968
7969 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7970
7971         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7972         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7973         `(elmo-msgdb-get-overview msgdb)'.
7974         (wl-summary-prefetch): Bind match data before call
7975         `wl-summay-prefetch-msg'.
7976         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7977         'off if `wl-summary-buffer-disp-msg' is non-nil.
7978         Fixed problem that couldn't show only one new or unread message when
7979         enter folder.
7980         (wl-summary-reply): Don't call `split-window-vertically' and other
7981         window.
7982
7983 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7984
7985         * wl-expire.el (wl-expire-refile): Fixed.
7986
7987 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7990
7991         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7992         biff notification is removed.
7993
7994         * wl.el (wl): Changed position of `elmo-init'.
7995
7996         * wl-draft.el (wl-default-draft-cite): Use date field
7997         on the citation buffer.
7998
7999         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8000
8001         * wl-xmas.el (wl-folder-internal-icon-list): Added
8002         `wl-folder-shimbun-image'.
8003
8004         * wl-e21.el (wl-folder-internal-icon-list): Added
8005         `wl-folder-shimbun-image'.
8006
8007 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8008
8009         * wl.el (wl-init): Eliminated argument.
8010         (wl): Rewrite.
8011
8012         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8013         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8014         instead of `elmo-folder-msgdb-internal'.
8015         (wl-summary-sync-update): Ditto.
8016         (wl-summary-flush-pending-append-operations): Eliminated.
8017         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8018         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8019         `elmo-folder-open'.
8020
8021         * wl-mime.el (wl-summary-burst): Fixed.
8022
8023         * wl-folder.el (wl-folder-info-save): Check data type.
8024
8025         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8026         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8027         instead of `elmo-folder-msgdb-internal'.
8028         (wl-expire-hide): Ditto.
8029
8030
8031         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8032
8033 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8034
8035         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8036
8037 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8038
8039         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8040
8041 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8044         Fixed `match-beginning' argument mismatch.
8045
8046 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8047
8048         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8049         the default value.
8050
8051 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8054         instead of `elmo-nntp-default-port'.
8055
8056         * wl-vars.el: Fixed some doc strings.
8057
8058 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-summary.el (wl-summary-prefetch-msg): Use
8061         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8062
8063         * wl-vars.el: Define *-func as obsolete variable using
8064         `elmo-define-obsolete-variable'.
8065
8066         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8067         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8068         instead of `wl-message-buffer-prefetch-threshold'.
8069
8070         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8071
8072         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8073
8074         * wl-draft.el (wl-caesar-region-func): Ditto.
8075
8076         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8077         Keep unread status in elmo-folder-move-messages.
8078         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8079
8080 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8081
8082         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8083         `wl-summary-buffer-exit-func'
8084         (wl-summary-buffer-message-redisplay-function): Renamed from
8085         `wl-summary-buffer-message-redisplay-func'
8086         (wl-summary-buffer-next-folder-function): Renamed from
8087         `wl-summary-buffer-next-folder-func'.
8088         (wl-summary-buffer-prev-folder-function): Renamed from
8089         `wl-summary-buffer-prev-folder-func'.
8090         (wl-summary-get-petname-function): Renamed from
8091         `wl-summary-get-petname-func'.
8092
8093         * wl-score.el (wl-score-edit-exit-function): Renamed from
8094         `wl-score-edit-exit-func'.
8095
8096         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8097         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8098
8099         * wl-util.el (wl-load-profile-function): Renamed from
8100         `wl-load-profile-func'.
8101
8102         * wl-folder.el (wl-folder-completion-function): Renamed from
8103         `wl-folder-completion-func'.
8104         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8105
8106         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8107         `wl-expire-archive-get-folder-func'.
8108         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8109         (wl-draft-send-mail-function): Renamed from
8110         `wl-draft-send-mail-func'.
8111         (wl-draft-send-news-function): Renamed from
8112         `wl-draft-send-news-func'.
8113         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8114         (wl-generate-mailer-string-function): Renamed from
8115         `wl-generate-mailer-string-func'.
8116         (wl-highlight-signature-search-function): Renamed from
8117         `wl-highlight-signature-search-func'.
8118         (wl-highlight-x-face-function): Renamed from
8119         `wl-highlight-x-face-func'
8120         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8121         (wl-ps-print-buffer-function): Renamed from
8122         `wl-ps-print-buffer-func'
8123         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8124         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8125         (wl-summary-subject-filter-function): Renamed from
8126         `wl-summary-subject-filter-func'.
8127
8128         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8129         `wl-draft-queue-flush-send-func'
8130         (wl-draft-cite-function): Renamed from
8131         `wl-draft-cite-func'
8132
8133         * wl-address.el (wl-address-init-function): Renamed from
8134         `wl-address-init-func'.
8135
8136 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl-draft.el (wl-draft-queue-flush): Don't call
8139         `elmo-dop-unlock-message'.
8140         * wl-draft.el (wl-draft-queue-append): Don't call
8141         `elmo-dop-lock-message'.
8142
8143         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8144         (wl-summary-buffer-folder-name): Ditto.
8145         (wl-summary-message-regexp): Added '-' (all other related portions
8146         are changed).
8147         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8148         wl-summary-buffer-folder-name.
8149
8150 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8151
8152         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8153         the number of mails in the folder buffer is not updated by wl-biff.
8154
8155 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8156
8157         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8158         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8159
8160 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-summary.el (wl-summary-next-message):
8163         Return next message number when wl-summary-move-order is nil.
8164
8165 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8166
8167         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8168         `wl-summary-move-spec-alist'.
8169         (wl-summary-move-spec-unplugged-alist): New variable
8170         (Move spec for unplugged status).
8171         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8172         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8173
8174 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8175
8176         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8177         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8178
8179 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8180
8181         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8182         simple quotation to quote the anonymous function.
8183         * tm-wl.el (wl-draft-preview-message): Ditto.
8184
8185 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8186
8187         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8188         Eliminate redundant `save-excursion'.
8189         (wl-highlight-summary-current-line): Ditto.
8190
8191         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8192         accessing match data when `looking-at' failed.
8193
8194         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8195         `elmo-match-string' where users don't care about the speed.
8196         (wl-draft-save): Ditto.
8197
8198 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-util.el (wl-regexp-opt): New function.
8201
8202         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8203         number from `wl-summary-buffer-number-list'.
8204         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8205         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8206         (wl-summary-move-spec-alist): Changed default setting.
8207
8208 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8209
8210         * wl-vars.el (wl-biff-notify-hook): New hook.
8211         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8212         the arrival of new mail.
8213         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8214         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8215
8216 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8219
8220 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8223
8224         * Version number is increased to 2.5.8.
8225
8226         * wl-thread.el (toplevel): require 'cl.
8227         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8228         (wl-thread-make-number-list): New function.
8229         (wl-thread-entity-make-number-list-from-children): Ditto.
8230         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8231         (wl-thread-entity-insert-as-children): Likewise.
8232         (wl-thread-delete-message): Likewise.
8233         (wl-meaning-of-mark): Eliminated.
8234         (wl-thread-next-failure-mark-p): Ditto.
8235         (wl-thread-entity-get-mark): Ditto.
8236         (wl-thread-meaning-alist-get-result): Ditto.
8237         (wl-thread-entity-check-prev-mark): Ditto.
8238         (wl-thread-entity-check-next-mark): Ditto.
8239         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8240         (wl-thread-entity-get-prev-marked-entity): Ditto.
8241         (wl-thread-get-prev-unread): Ditto.
8242         (wl-thread-jump-to-prev-unread): Ditto.
8243         (wl-thread-get-next-unread): Ditto.
8244         (wl-thread-jump-to-next-unread): Ditto.
8245         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8246         (wl-thread-entity-get-next-marked-entity): Ditto.
8247
8248         * wl-summary.el (wl-summary-buffer-number-list):
8249         New bufer-local variable.
8250         (wl-summary-switch-to-clone-buffer): Clone
8251         `wl-summary-buffer-number-list'.
8252         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8253         (wl-summary-cursor-move-regex): Eliminated.
8254         (wl-summary-cursor-up): Rewrite.
8255         (wl-summary-cursor-down): Ditto.
8256         (wl-summary-mode-spec-alist): New variable.
8257         (wl-summary-next-message): New inline function.
8258         (wl-summary-cursor-move): New function.
8259         (wl-summary-default-get-next-msg): Rewrite.
8260         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8261         (wl-summary-rescan): Ditto.
8262         (wl-summary-sync-all-init): Ditto.
8263         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8264         summary is not thread view.
8265         (wl-summary-sync-update): Ditto.
8266         (wl-summary-rescan): Ditto.
8267         (wl-summary-make-number-list): New function.
8268
8269         * wl-draft.el: "FCC" -> "Fcc".
8270
8271 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-highlight.el (wl-highlight-summary-window):
8274         Call `set-buffer-modified-p'.
8275
8276         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8277         (wl): Call `elmo-init' and fix.
8278
8279         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8280         Use new variables.
8281
8282         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8283
8284 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8287
8288 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8289
8290         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8291
8292 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8293
8294         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8295         `wl-use-toolbar' nor `display-graphic-p'.
8296         (wl-e21-setup-message-toolbar): Ditto.
8297         (wl-e21-setup-summary-toolbar): Ditto.
8298         (wl-e21-setup-folder-toolbar): Ditto.
8299
8300         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8301         (wl-plugged-init-icons): Ditto.
8302
8303         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8304         `display-graphic-p'.
8305         (wl-plugged-set-folder-icon): Ditto.
8306         (wl-highlight-plugged-current-line): Ditto.
8307         (wl-highlight-folder-current-line): Ditto.
8308         (wl-e21-highlight-folder-group-line): Ditto.
8309         (wl-e21-setup-toolbar): Ditto.
8310         (wl-e21-display-image-p): New macro.
8311
8312         * wl-demo.el (wl-demo): Simplified.
8313         (wl-demo-image-type-alist): Use `image-type-available-p' for
8314         checking whether the image type `xbm' is available.
8315
8316 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8319         (wl-summary-input-range): Ditto.
8320
8321 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-summary.el (wl-summary-edit-addresses): Use
8324         `wl-summary-get-original-buffer'
8325         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8326         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8327         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8328         (wl-summary-get-newsgroups): Eliminated.
8329         (wl-summary-set-crosspost): Ditto.
8330         (wl-summary-is-crosspost-folder): Ditto.
8331         (wl-crosspost-alist-load): Ditto.
8332         (wl-crosspost-alist-save): Ditto.
8333
8334         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8335         `elmo-setup-subscribed-newsgroups' instead of
8336         `elmo-nntp-make-groups-hashtb'.
8337         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8338         instead of `wl-crosspost-alist-save'.
8339
8340         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8341         of `elmo-folder-message-appendable-p'.
8342         (wl-mime-header-presentation-method): Eliminated.
8343
8344         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8345         (Error occurs in emacs21).
8346
8347         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8348         the current buffer).
8349
8350         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8351         instead of `wl-crosspost-alist-save'.
8352         (wl-init): `elmo-crosspost-message-alist-load'
8353         instead of `wl-crosspost-alist-load'
8354
8355         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8356         (wl-parse-newsgroups): Likewise.
8357         (wl-biff-notify): Run `wl-biff-notify-hook'.
8358
8359 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8362
8363         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8364         when `wl-summary-lazy-highlight' is non-nil.
8365         (wl-summary-goto-folder-subr): Highlight only when
8366         `wl-summary-lazy-highlight' is non-nil.
8367
8368         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8369         Don't display progress and highlight temp-mark when
8370         `wl-summary-lazy-highlight' is non-nil.
8371         (wl-highlight-summary-window): New function.
8372         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8373
8374 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8375
8376         * wl-summary.el (wl-summary-sync): Change `all-visible'
8377         from `all-shown'
8378         (wl-summary-input-range): Ditto.
8379
8380 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8381
8382         * wl-e21.el (wl-highlight-folder-current-line): Call
8383         `wl-folder-init-icons' when folder icons have not been initialized.
8384
8385         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8386
8387         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8388         (wl-demo-image-type-alist): New macro.
8389
8390 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8391
8392         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8393         display does not support graphics.
8394         (wl-plugged-init-icons): Ditto.
8395         (wl-folder-init-icons): Ditto.
8396
8397         * wl-demo.el (wl-demo): Chech closely whether the display
8398         supports graphics.
8399
8400 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-summary.el (wl-summary-get-original-buffer): New function.
8403         (wl-summary-set-crosspost): Use it.
8404         (wl-summary-target-mark-uudecode): Ditto.
8405         (wl-summary-reedit): Ditto.
8406         (wl-summary-resend-bounced-mail): Ditto.
8407         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8408         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8409
8410         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8411         (wl-message-display-internal): Ditto.
8412
8413 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8416
8417 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8418
8419         * wl-summary.el (wl-summary-save-view): Renamed from
8420         `wl-summary-save-status'.
8421
8422 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8423
8424         * wl-summary.el (wl-summary-sync): Added `all-shown'
8425
8426 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8427
8428         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8429
8430 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8431
8432         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8433
8434 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8435
8436         * wl-highlight.el (wl-highlight-summary-line-string): Use
8437         `zerop' instead of `= 0'.
8438         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8439
8440         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8441         for comparing numbers.
8442         (wl-template-prev): Use `zerop' instead of `eq 0'.
8443
8444         * wl-draft.el (wl-draft-insert-current-message): Use
8445         `with-current-buffer' instead of `save-excursion'.
8446         Use `zerop' instead of `eq 0'.
8447
8448 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8449
8450         * wl-draft.el (wl-draft-insert-ccs): New function.
8451         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8452         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8453
8454 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8457
8458 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8459
8460         * wl-expire.el (wl-expire-refile): Don't call
8461         elmo-msgdb-add-msgs-to-seen-list;
8462         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8463         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8464
8465 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-message.el (wl-message-prev-page): Ignore errors while
8468         scroll-down.
8469
8470 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-mime.el: Use elmo-original-message-mode instead of
8473         mmelmo-original-mode.
8474
8475         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8476         `elmo-folder-get-spec';
8477         (wl-fldmgr-add-completion-all-completions):
8478         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8479
8480         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8481         of `elmo-folder-get-type'.
8482
8483         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8484         `elmo-folder-get-spec';
8485         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8486         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8487         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8488         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8489         `elmo-read-msg-no-cache';
8490         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8491         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8492         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8493         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8494         `elmo-cache-save';
8495         (wl-draft-reedit): Use `elmo-message-file-name'.
8496
8497         * wl-expire.el: Use `elmo-folder-name-internal';
8498         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8499         Use macro `wl-summary-buffer-msgdb' instead of variable
8500         `wl-summary-buffer-msgdb';
8501         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8502         Use macro `wl-summary-buffer-folder-name' instead of variable
8503         `wl-summary-buffer-folder-name'.
8504         * wl-score.el: Likewise.
8505
8506         * wl-message.el: Rewrite for new message buffer cache mechanism.
8507         (wl-message-buffer-cache-buffer-get): New macro.
8508         (wl-message-buffer-cache-folder-get): Ditto.
8509         (wl-message-buffer-cache-message-get): Ditto.
8510         (wl-message-buffer-cache-entry-make): Ditto.
8511         (wl-message-buffer-cache-hit): Ditto.
8512         (wl-message-buffer-cache-sort): New function.
8513         (wl-message-buffer-cache-add): Ditto.
8514         (wl-message-buffer-cache-delete): Ditto.
8515         (wl-message-buffer-cache-clean-up): Ditto.
8516         (wl-message-buffer-window): Rewrite.
8517         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8518         (wl-message-buffer-display): New function.
8519         (wl-message-display-internal): New function.
8520
8521 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8522
8523         * wl-folder.el: Use `elmo-folder-name-internal';
8524         Use `wl-folder-get-elmo-folder';
8525         Use `elmo-folder-list-messages' instead of
8526         `elmo-list-folder';
8527         Use `elmo-folder-get-primitive-list' instead of
8528         `elmo-folder-get-primitive-spec-list';
8529         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8530         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8531         Use `elmo-folder-create' instead of `elmo-create-folder'.
8532         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8533         (wl-folder-get-elmo-folder): New macro.
8534         (wl-folder-elmo-folder-cache-get): Ditto.
8535         (wl-folder-elmo-folder-cache-put): Ditto.
8536         (wl-folder-suspend): Call `elmo-quit'.
8537
8538         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8539         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8540         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8541         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8542         (toplevel): require 'cl.
8543         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8544
8545         * wl-summary.el: Rewrite to use new elmo interface.
8546
8547 \f
8548 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-mime.el (wl-draft-preview-message):
8551         Run `wl-draft-send-hook' before collecting recipients information;
8552         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8553
8554         * tm-wl.el (wl-draft-preview-message): Ditto.
8555
8556 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8557
8558         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8559         wrong recipients are displayed when forwarded message.
8560
8561 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * Version number is increased to 2.5.7.
8564
8565 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8566
8567         * wl-message.el (wl-message-next-page): Bind
8568         `window-pixel-scroll-increment' to nil while scrolling up.
8569
8570 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8571
8572         * wl-vars.el (wl-save-hook): New hook.
8573         * wl.el (wl-save): Call `wl-save-hook'.
8574
8575 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8576
8577         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8578         Argument WITH-ARG instead of NO-ARG (negative mean).
8579         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8580         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8581         * wl-message.el (wl-message-follow-current-entity): Likewise.
8582
8583 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8584
8585         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8586         FROM was optional argument.
8587         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8588
8589 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8590
8591         * Version number is increased to 2.5.6.
8592
8593 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8594
8595         * wl-version.el (wl-version-show): Removed.
8596         (wl-version): Add `interactive'.
8597
8598 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8599
8600         * wl-summary.el (wl-summary-get-petname-func): New variable.
8601         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8602         instead of `wl-address-get-petname-1'.
8603         (wl-summary-simple-from): Ditto.
8604
8605         * wl-address.el (wl-address-get-petname-1): Define as function.
8606
8607 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8610         field in the original message.
8611         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8612
8613 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8614
8615         * wl-expire.el (wl-expire-hide):
8616         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8617
8618 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8621         find decoder for To, Cc, and Subject.
8622
8623 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8626         for checking `elmo-use-buffer-cache'.
8627         (wl-summary-mark-as-important): Fixed typo in comment.
8628
8629 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8632         field in the original message.
8633         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8634
8635 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8636
8637         * wl-expire.el (wl-expire-hide):
8638         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8639
8640 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8641
8642         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8643         find decoder for To, Cc, and Subject.
8644
8645 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * Version number is increased to 2.5.5.
8648
8649         * wl-address.el (wl-address-specials-regexp): New constant.
8650         (wl-address-quote-specials): Use it.
8651
8652 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-summary.el (wl-summary-rescan):
8655         Call `wl-summary-buffer-number-column-detect'.
8656         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8657
8658         * wl-message.el (wl-message-mode-map): Define.
8659         (wl-message-decode): Use it as local-map.
8660
8661 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8664         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8665
8666 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8669
8670         * wl-mule.el (wl-read-event-char): Ditto.
8671
8672         * wl-e21.el (wl-read-event-char): Ditto.
8673
8674         * wl-nemacs.el (wl-read-event-char): Ditto.
8675         (read-event): Removed.
8676
8677         * wl-util.el (toplevel): Removed dummy definition of
8678         `read-event'.
8679         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8680
8681 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8682
8683         * wl-nemacs.el (elmo-archive-call-process): Moved to
8684         elmo-archive.el.
8685
8686 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8687
8688         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8689         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8690
8691         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8692         instead of magic-number 6.  Use `not' instead of `null' for symbol
8693         `nil' check (not empty list).
8694         (wl-draft-insert-x-face-field): Fixed paren style.
8695
8696         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8697         one-branch conditional statement, instead of `and' and `if'.
8698         (wl-draft-forward): Likewise.
8699         (wl-draft-add-references): Likewise.
8700         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8701
8702         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8703         conditional steatment.  Use `cond' instead of `if'.
8704         (wl-draft-confirm): Likewise.
8705
8706 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8707
8708         * wl-version.el (wl-version-show): Use `product-string-1'
8709         instead of `wl-version'.
8710         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8711
8712         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8713
8714 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8715
8716         * wl-highlight.el (wl-highlight-headers): Revert
8717         `wl-highlight-x-face-func' argument (`beg' and `end').
8718
8719 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8720
8721         * wl.el (toplevel): Move `product-provide' declare.
8722         * wl-demo.el (toplevel): Ditto.
8723         * wl-dnd.el (toplevel): Ditto.
8724         * wl-highlight.el (toplevel): Ditto.
8725         * wl-message.el (toplevel): Ditto.
8726         * wl-refile.el (toplevel): Ditto.
8727         * wl-util.el (toplevel): Ditto.
8728
8729 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8732         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8733         (wl-thread-close-all): keep cursor position.
8734
8735 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8736
8737         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8738         (eq x 0).
8739         (wl-generate-user-agent-string-1): Fix conditional statement.
8740
8741 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8742
8743         * wl.el (wl-check-environment): Additional check for
8744         'wl-local-domain' and `wl-message-id-domain'.
8745
8746 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8747
8748         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8749
8750 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8751
8752         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8753         instead of `smtp-sasl-user-realm'.
8754
8755 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8756
8757         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8758
8759 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8760
8761         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8762         to the default value as well as `eword-lexical-analyzer'.
8763
8764 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8765
8766         * wl-version.el (wl-extended-emacs-version,
8767         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8768         `elmo-match-string' instead of `wl-match-string'.
8769
8770 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8771
8772         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8773         docstring.
8774
8775 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8776
8777         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8778
8779 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8780
8781         * wl-highlight.el (wl-highlight-headers): Remove
8782         `wl-highlight-x-face-func' argument (`beg' and `end').
8783
8784 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * wl-summary.el (wl-summary-mark-as-important):
8787         Remove cache if folder is local.
8788
8789 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8790
8791         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8792         to get existing e-mail address string.
8793
8794 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8795
8796         * wl-version.el (wl-generate-user-agent-string): Commentary.
8797         (wl-generate-user-agent-string-1): Use `when' for
8798         one-branch conditional statement, instead of `and' and `if'.
8799         (wl-extended-emacs-version, wl-extended-emacs-version2,
8800         wl-extended-emacs-version3): Ditto.
8801
8802 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8805         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8806         condition-case; Remove initialization.
8807         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8808         (wl-summary-sync-update3): Added argument `sync-all';
8809         Eliminated local variable `msgdb';
8810         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8811         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8812         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8813
8814 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8815
8816         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8817         connection before call `wl-draft-send-mail-with-smtp'.
8818
8819 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * Version number is increased to 2.5.4.
8822
8823 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8824
8825         * wl.el (wl-check-environment): Additional check for
8826         'wl-local-domain' and `wl-message-id-domain'.
8827
8828 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8829
8830         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8831         buffer as command specific.
8832         (wl-folder-mark-as-read-all-entity): Ditto.
8833         (wl-folder-prefetch-entity): Ditto.
8834         (wl-folder-drop-unsync-entity): Ditto.
8835
8836         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8837         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8838         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8839
8840         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8841         save-excursion.
8842
8843 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * Version number is increased to 2.5.3.
8846
8847         * wl-summary.el (wl-summary-save-view-cache):
8848         Delete duplicated `write-region';
8849         Use `write-region-as-binary' instead of `as-binary-output-file' and
8850         `write-region'.
8851
8852 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8853
8854         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8855
8856 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8859         instead of `smtp-via-smtp'.
8860
8861 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8862
8863         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8864
8865 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8866
8867         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8868         instead of `smtp-sasl-user-realm'.
8869
8870 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8873
8874 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8875
8876         * Version number is increased to 2.5.2.
8877
8878 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8881         does not exist.
8882         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8883         (wl-biff-start): Call `timer-activate' if timer already exists.
8884
8885         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8886         only when it is bound as function.
8887
8888 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * Version number is increased to 2.5.1.
8891
8892 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8893
8894         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8895         Print refile/copy destination.
8896
8897 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8898
8899         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8900         queue-flush-only is non-nil.
8901
8902         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8903
8904         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8905         checking cache folder.
8906
8907 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8908
8909         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8910         `regexp-quote'.
8911
8912 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913
8914         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8915         function.
8916         * wl-summary.el (wl-summary-write-current-folder-functions):
8917         Change default value.  Use it.
8918
8919 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * Version number is increased to 2.5.0.
8922
8923         * wl-version.el (wl-version): Changed codename.
8924
8925 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8926
8927         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8928         (wl-summary-supersedes-message): Ditto.
8929
8930 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8931
8932         * wl-refile.el (wl-refile-guess-functions): Renamed from
8933         `wl-refile-guess-func-list'.
8934
8935 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8938         Fixed problem when no rule was matched.
8939
8940 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8941
8942         * wl-summary.el (wl-summary-get-mark): Fixed
8943         `wl-summary-buffer-target-mark' check logic.
8944
8945 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8946
8947         * wl-folder.el (wl-folder-write-current-folder): Added group
8948         folder check.
8949
8950         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8951         `wl-summary-write-current-newsgroup'.
8952         (wl-summary-write-current-folder-functions): New variable.
8953         * wl-folder.el (wl-folder-get-newsgroups): New function.
8954         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8955         (wl-folder-write-current-folder): Renamed from
8956         `wl-folder-write-current-newsgroup'.
8957
8958 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8959
8960         * Version number is increased to 2.3.93.
8961
8962 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8963
8964         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8965         (wl-ldap-make-matched-value-list): Ditto.
8966         (wl-ldap-alias-safe-string): Split e-mail address.
8967
8968         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8969         petname folder default was selected.
8970         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8971         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8972
8973 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8976         to `wl-draft-config-exec'.
8977
8978         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8979         instead of calling `wl-draft-config-exec';
8980         Process group-list and show recipients in minibuffer.
8981
8982         * tm-wl.el (wl-draft-preview-message): Ditto.
8983
8984 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * wl.el (toplevel): Added (C) to copyright notice, and
8987         sync Author header.
8988         * tm-wl.el (toplevel): Ditto.
8989         * wl-address.el (toplevel): Ditto.
8990         * wl-demo.el (toplevel): Ditto.
8991         * wl-dnd.el (toplevel): Ditto.
8992         * wl-draft.el (toplevel): Ditto.
8993         * wl-e21.el (toplevel): Ditto.
8994         * wl-expire.el (toplevel): Ditto.
8995         * wl-folder.el (toplevel): Ditto.
8996         * wl-highlight.el (toplevel): Ditto.
8997         * wl-message.el (toplevel): Ditto.
8998         * wl-mime.el (toplevel): Ditto.
8999         * wl-mule.el (toplevel): Ditto.
9000         * wl-nemacs.el (toplevel): Ditto.
9001         * wl-refile.el (toplevel): Ditto.
9002         * wl-score.el (toplevel): Ditto.
9003         * wl-summary.el (toplevel): Ditto.
9004         * wl-template.el (toplevel): Ditto.
9005         * wl-thread.el (toplevel): Ditto.
9006         * wl-util.el (toplevel): Ditto.
9007         * wl-vars.el (toplevel): Ditto.
9008         * wl-xmas.el (toplevel): Ditto.
9009
9010 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9011
9012         * wl.el (wl-init): Added comment about `wl-init-hook'.
9013         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9014         * wl-vars.el (wl-init-hook): Added docs.
9015         (wl-make-plugged-hook): Removed useless docs.
9016         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9017         * wl-xmas.el (toplevel): Ditto.
9018
9019 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9020
9021         * wl-address.el (toplevel): Fixed multiple Author header format.
9022         * wl-demo.el (toplevel): Ditto.
9023         * wl-draft.el (toplevel): Ditto.
9024         * wl-folder.el (toplevel): Ditto.
9025         * wl-summary.el (toplevel): Ditto.
9026         * wl-thread.el (toplevel): Ditto.
9027         * wl-util.el (toplevel): Ditto.
9028         * wl-vars.el (toplevel): Ditto.
9029         * wl-version.el (toplevel): Ditto.
9030         * wl-xmas.el (toplevel): Ditto.
9031         * wl.el (toplevel): Ditto.
9032
9033         * wl-version.el (toplevel): Added require `elmo-version' for
9034         `product-version-as-string'.
9035
9036 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * wl-vars.el (wl-draft-send-hook): Changed default value to
9039         '(wl-draft-config-exec).
9040
9041         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9042         explicitly.
9043         (wl-draft): Set `wl-draft-config-exec-flag' before running
9044         `wl-mail-setup-hook'.
9045
9046         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9047         `wl-biff-init-icons' to `wl-init-hook' instead of
9048         `wl-make-plugged-hook'.
9049         (Because if `wl-draft' command is invoked at first,
9050         they are not initialized)
9051         Updated copyright notice.
9052
9053         * wl-e21.el (toplevel): Ditto;
9054
9055         * wl-demo.el (toplevel): Updated copyright notice.
9056         * wl-address.el (toplevel): Ditto.
9057         * wl-draft.el (toplevel): Ditto.
9058         * wl-version.el (toplevel): Ditto.
9059         * wl-folder.el (toplevel): Ditto.
9060         * wl-summary.el (toplevel): Ditto.
9061         * wl-thread.el (toplevel): Ditto.
9062         * wl-util.el (toplevel): Ditto.
9063         * wl-vars.el (toplevel): Ditto.
9064         * wl.el (toplevel): Ditto.
9065
9066 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9067
9068         * wl-highlight.el (wl-highlight-message): Fixed problem of
9069         highlighting failure which occured when the last field contains
9070         multiple lines in the draft buffer.
9071
9072         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9073         `wl-biff-start' if plugged.
9074
9075         * wl-util.el (wl-biff-check-folder): New function.
9076         (wl-biff-check-folders): Don't set session name prefix.
9077         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9078         (wl-biff-check-folder-async): Ditto.
9079
9080         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9081         in email address.
9082
9083 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9084
9085         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9086
9087         * wl-draft.el (wl-draft-strip-subject-re): New function.
9088
9089         * wl-draft.el (wl-draft-reply): Use it.
9090
9091 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-message.el (wl-mmelmo-message-redisplay): Use
9094         `mime-display-message' instead of `wl-mime-display-message'.
9095
9096         * wl-mime.el (toplevel): Removed compatibility workaround
9097         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9098         (wl-mime-display-message): Abolished.
9099         (wl-mime-entity-read-field): Ditto.
9100         (wl-mime-combine-message/partial-pieces): Use
9101         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9102
9103 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9104
9105         * wl-template.el: Doc fixes.
9106
9107 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9108
9109         * wl-e21.el (wl-message-overload-functions): Do nothing if
9110         `current-local-map' is not available.
9111         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9112
9113 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9114
9115         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9116         representation.
9117
9118         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9119         number.
9120         (wl-fldmgr-save-folders): Don't use `format' when insert
9121         `wl-fldmgr-folders-header'.
9122
9123 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9124
9125         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9126
9127 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * wl-highlight.el (wl-highlight-message):
9130         Use `std11-field-end' to detect end point of the header field.
9131         Refer `wl-highlight-max-header-size'.
9132
9133         * wl-vars.el (wl-highlight-max-header-size): New variable.
9134
9135         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9136
9137         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9138         Set `for-draft' argument of wl-highlight-headers.
9139         (wl-draft): Ditto.
9140         (wl-draft-reedit): Ditto.
9141         (wl-user-agent-compose-internal): Ditto.
9142
9143 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9144
9145         * wl-message.el (wl-message-add-button): Use overlay.
9146
9147 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9150
9151         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9152         problem when group-list content is nothing.
9153         (Reported by Mito <mit@nines.nec.co.jp>)
9154
9155 2000-10-18  SAITO Atsunori <sai@yedo.com>
9156
9157         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9158
9159 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9160
9161         * tm-wl.el (toplevel): Use product-provide.
9162
9163 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * Version number is increased to 2.3.92.
9166
9167 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9168
9169         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9170         title text, use `display' property for left margin under Emacs 21.
9171
9172         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9173         properties.
9174         (wl-plugged-init-icons): Ditto.
9175
9176 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9177
9178         * wl.el (wl-save-status, wl-init): Remove last period in
9179         "...done." message.
9180         * tm-wl.el (wl-summary-burst): Ditto.
9181         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9182         wl-summary-resume-cache-status,
9183         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9184         wl-summary-sync-update3, wl-summary-highlight-msgs,
9185         wl-summary-flush-pending-append-operations,
9186         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9187         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9188         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9189         wl-thread-open-all): Ditto.
9190         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9191         * wl-mime.el (wl-summary-burst): Ditto.
9192         * wl-highlight.el (wl-highlight-summary): Ditto.
9193         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9194         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9195         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9196         * wl-address.el (wl-local-address-init): Ditto.
9197
9198 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9199
9200         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9201         `add-text-properties'.
9202         (wl-plugged-init-icons): Ditto.
9203         (wl-folder-init-icons): Use `propertize' instead of
9204         `put-text-property'.
9205         (wl-plugged-set-folder-icon): Ditto.
9206         (wl-e21-highlight-folder-group-line): Ditto.
9207
9208 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-version.el (wl-version-status-alist): New variable.
9211         (wl-version-status): New function.
9212
9213         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9214         "Cc" part of the case "Reply-To".
9215
9216         * wl-draft.el (wl-draft-reply): Use result of
9217         `eword-extract-address-components'.
9218
9219         * wl-demo.el (wl-demo-icon-name): New constant.
9220         (wl-logo-xpm): Use it.
9221         (wl-logo-xbm): Ditto.
9222         (wl-logo-bitmap): Ditto.
9223
9224         * Version number is increased to 2.3.91.
9225
9226 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9227
9228         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9229         (wl-extended-emacs-version, wl-extended-emacs-version2,
9230         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9231         docstring.
9232
9233         * wl-version.el (wl-generate-user-agent-string-1): New function.
9234         (wl-generate-user-agent-string): Use it.
9235
9236         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9237         `mime-edit-insert-user-agent-field'.
9238         (wl-generate-user-agent-string): Check
9239         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9240
9241         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9242         instead of `if', when verbose case.
9243
9244 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9245
9246         * wl-expire.el (wl-summary-expire): Fix.
9247
9248 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9249
9250         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9251         and `elmo-lost+found-folder' if 'wl-draft.
9252         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9253
9254 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9255
9256         * wl-expire.el (wl-summary-expire): Change messages.
9257         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9258         `deleing-info' instead of "Deleting..."
9259
9260 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9261
9262         * wl-summary.el (wl-summary-refile-subr): Fix.
9263
9264 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9265
9266         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9267         if pipe folder.
9268
9269 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9270
9271         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9272
9273 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9274
9275         * wl-expire.el (wl-expire-hide): New function.
9276         (wl-summary-expire): Add `hide'.
9277
9278 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9279
9280         * wl-vars.el (wl-draft-reply-without-argument-list):
9281         Changed default value to consider `Reply-To:'.
9282         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9283
9284         * Version number is increased to 2.3.90.
9285
9286         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9287         elmo-imap4-get-session with unwind-protect.
9288         Don't cause error.
9289         (wl-summary-sync-marks): Don't check plugged nor folder type.
9290         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9291         (Always keep current buffer).
9292
9293 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9294
9295         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9296         Enclose with `save-excursion'.
9297
9298 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9299
9300         * wl-version.el (wl-version): Remove interactive.
9301
9302 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * wl-version.el (wl-generate-user-agent-string): Use
9305         `product-string-verbose' instead of `product-string-1'.
9306
9307 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9308
9309         * wl-vars.el (wl-draft-use-cache): New variable.
9310         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9311         if wl-draft-use-cache is non-nil.
9312
9313 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9314
9315         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9316         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9317
9318 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9319
9320         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9321         (wl-thread-msg-mark-as-unread): Ditto.
9322
9323         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9324         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9325         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9326         Don't set mark in summary if return value of `elmo-mark-as-read'
9327         is nil.
9328         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9329         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9330         instead of `wl-thread-msg-mark-as-read'.
9331         (wl-summary-mark-as-unread-region): Ditto.
9332         (wl-summary-target-mark-mark-as-read): Ditto.
9333
9334         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9335
9336 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9337
9338         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9339
9340         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9341
9342 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9343
9344         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9345         face.
9346
9347 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9348
9349         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9350         `running-xemacs'.
9351
9352 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9353
9354         * wl-version.el (toplevel): Use `product-version-as-string' for
9355         set verstion-string, if defined.
9356
9357         * wl-version.el (wl-version-show): Insert string at point, when
9358         call with argument.
9359
9360         * wl-version.el (wl-generate-user-agent-string): Use
9361         `product-string-1' instead of `wl-appname', `wl-version' and
9362         `wl-codename'.
9363
9364 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9365
9366         * wl-address.el (toplevel): Use product-provide.
9367         * wl-demo.el (toplevel): Ditto.
9368         * wl-dnd.el (toplevel): Ditto.
9369         * wl-draft.el (toplevel): Ditto.
9370         * wl-e21.el (toplevel): Ditto.
9371         * wl-expire.el (toplevel): Ditto.
9372         * wl-fldmgr.el (toplevel): Ditto.
9373         * wl-folder.el (toplevel): Ditto.
9374         * wl-highlight.el (toplevel): Ditto.
9375         * wl-message.el (toplevel): Ditto.
9376         * wl-mime.el (toplevel): Ditto.
9377         * wl-mule.el (toplevel): Ditto.
9378         * wl-nemacs.el (toplevel): Ditto.
9379         * wl-refile.el (toplevel): Ditto.
9380         * wl-score.el (toplevel): Ditto.
9381         * wl-summary.el (toplevel): Ditto.
9382         * wl-template.el (toplevel): Ditto.
9383         * wl-thread.el (toplevel): Ditto.
9384         * wl-util.el (toplevel): Ditto.
9385         * wl-vars.el (toplevel): Ditto.
9386         * wl-xmas.el (toplevel): Ditto.
9387         * wl.el (toplevel): Ditto.
9388
9389 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9390
9391         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9392         instead of product.
9393
9394         * wl-version.el (wl-version): Compile time evalution elmo-version.
9395
9396 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9397
9398         * wl-summary.el (wl-summary-sync-force-update): Append queue
9399         `mark-as-read'if unplugged.
9400
9401 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9402
9403         * wl-version.el: New file.  Use product.el.
9404         * wl.el: add (require 'wl-version).
9405         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9406         for ~/.folders header.
9407         (wl-fldmgr-folders-header): Changed.
9408         * wl-demo.el (wl-demo): Use product.el.
9409
9410         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9411         wl-version.el.
9412         * wl-util.el (wl-version, wl-version-show): Ditto.
9413
9414         * wl-util.el (wl-generate-user-agent-string,
9415         wl-extended-emacs-version, wl-extended-emacs-version2,
9416         wl-extended-emacs-version3): Move to wl-version.el.
9417         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9418         xemacs-codename, mime-edit-insert-user-agent-field,
9419         mime-edit-user-agent-value, mime-editor/version,
9420         mime-editor/codename): Compile warning killer move to
9421         wl-version.el
9422
9423 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9424
9425         * wl-summary.el (wl-summary-refile-subr): Fix.
9426
9427 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9428
9429         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9430         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9431
9432 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9433
9434         * wl.el (wl-check-environment): Check too many `@'.
9435
9436 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9437
9438         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9439
9440 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9441
9442         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9443         wl-draft-reply-myself-without-argument-list): Add variables.
9444         * wl-draft.el (wl-draft-reply): Use it.
9445
9446 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9447
9448         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9449         the 5th argument of `elmo-network-get-spec'.
9450
9451         * wl-thread.el (wl-thread-reparent-children): New inline function.
9452         (wl-thread-delete-message): Use it.
9453
9454         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9455         (wl-summary-score-update-all-lines): Don't use `dolist'.
9456
9457 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9458
9459         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9460         (require 'elmo-msgdb) for inline function.
9461
9462 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9463
9464         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9465
9466 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9467
9468         * wl-score.el (wl-score-headers): Fix for the confusing macro
9469         `elmo-kill-buffer'.
9470
9471 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9472
9473         * wl-summary.el: Don't use the 3rd argument of `require' because
9474         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9475         * wl-util.el: Ditto.
9476         * wl-draft.el: Ditto.
9477
9478 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9479
9480         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9481         window system is not used.
9482
9483 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9484
9485         * wl-thread.el: Don't use `mapcar' only for iteration.
9486         (wl-thread-resume-entity): Ditto.
9487         (wl-thread-delete-message): Ditto.
9488
9489         * wl-summary.el: Bind `dragdrop-drop-functions',
9490         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9491         of `require' for `timezone', `easymenu' and `ps-print';
9492         don't use `mapcar' only for iteration.
9493
9494         * wl-util.el: Bind `mule-version', `nemacs-version',
9495         `emacs-beta-version', `xemacs-codename',
9496         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9497         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9498         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9499         only for iteration.
9500
9501         * wl-score.el: Don't use `mapcar' only for iteration.
9502         (wl-score-simplify-buffer-fuzzy): Ditto.
9503         (wl-score-simplify-subject): Ditto.
9504         (wl-score-headers): Ditto.
9505         (wl-summary-score-update-all-lines): Ditto.
9506
9507         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9508         `enable-multibyte-characters' and `mule-version'.
9509
9510         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9511         `mapcar' only for iteration.
9512
9513         * wl-demo.el: Don't use `mapcar' only for iteration.
9514
9515         * wl-folder.el: Don't use `mapcar' only for iteration.
9516         (wl-folder-open-all): Ditto.
9517         (wl-folder-count-incorporates): Ditto.
9518
9519         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9520         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9521
9522         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9523         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9524         `smtp-connection-type'; specify 3rd argument of `require' for
9525         `timezone'; don't use `mapcar' only for iteration.
9526         (wl-draft-clone-local-variables): Don't use `mapcar'.
9527         (wl-draft-generate-clone-buffer): Ditto.
9528         (wl-user-agent-compose-internal): Ditto.
9529
9530         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9531
9532         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9533         (wl-save-status): Ditto.
9534
9535         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9536         for iteration.
9537
9538 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9541         removed `Date'.
9542         (wl-fldmgr-make-filter-default): New user option.
9543
9544         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9545         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9546         (wl-fldmgr-filter-completion-alist): Abolish.
9547
9548         * wl.el (wl): Don't check servers if arg is non-nil.
9549
9550         * wl-draft.el (wl-draft-reply): Set only message-id string to
9551         In-Reply-To field.
9552
9553 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * wl-summary.el (wl-summary-pick): Rewrite.
9556
9557         * wl-draft.el (wl-draft-forward): Get references field from
9558         original buffer.
9559         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9560
9561 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9562
9563         * wl-draft.el (wl-draft-forward): Add references field.
9564
9565 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9566
9567         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9568         (wl-draft-reply): Use it.
9569
9570 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9571
9572         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9573         when Emacs 21 is running.
9574
9575         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9576         bindings.
9577
9578 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9579
9580         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9581         XPM icons transparent.
9582
9583         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9584         Emacs 21.
9585
9586 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9589         nil.
9590
9591         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9592         when it is persistent.
9593         (wl-summary-sync-marks): Changed argument for
9594         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9595         (wl-summary-virtual): Use `elmo-read-search-condition'.
9596         (wl-summary-redisplay-internal): If folder is local, mark as read
9597         even when folder is plugged.
9598
9599 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9600
9601         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9602         of `tool-bar-lines' in the frame parameters.
9603         (after-make-frame-functions, post-command-hook): Don't modify the
9604         value.
9605         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9606         wl-e21-tool-bar-lines): Removed.
9607
9608 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9609
9610         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9611         properties `evaporate' and `wl-momentary-overlay' as well.
9612         (wl-highlight-summary-displaying): Ditto.
9613         (wl-delete-all-overlays): Don't delete overlay which does not have
9614         a property `wl-momentary-overlay'.
9615
9616         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9617         `display-mouse-p' and `display-graphic-p'.
9618         (wl-folder-init-icons): Don't search for XBM or the other files.
9619         (wl-plugged-set-folder-icon): Make icons if and only if
9620         `display-graphic-p' returns non-nil.
9621         (wl-highlight-plugged-current-line): Use `before-string' overlay
9622         property to show icon images.
9623         (wl-highlight-folder-current-line): Ditto.
9624         (wl-e21-highlight-folder-group-line): Ditto.
9625         (wl-e21-highlight-folder-by-numbers): Ditto.
9626         (wl-e21-insert-image): Removed.
9627         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9628         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9629         said.
9630         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9631         `wl-e21-force-switch-toolbar'.
9632         (wl-e21-make-icon-image): Removed.
9633         (wl-e21-setup-toolbar): Don't search for XBM files.
9634         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9635         the default value.
9636
9637 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9638
9639         * wl-util.el (wl-biff-check-folder-async): Set
9640         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9641
9642 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9643
9644         * wl-e21.el (after-make-frame-functions): Add
9645         `wl-e21-force-switch-toolbar'.
9646         (wl-e21-force-switch-toolbar): New function force to switch the
9647         toolbar appearance automatically.
9648         (post-command-hook): Add `wl-e21-switch-toolbar'.
9649         (wl-e21-switch-toolbar): New function to switch the toolbar
9650         appearance automatically.
9651         (wl-e21-tool-bar-lines): New buffer local variable.
9652
9653 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-util.el (wl-biff-check-folders-running): New variable.
9656         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9657         (wl-biff-check-folder-async-callback):
9658         Set `wl-biff-check-folders-running'.
9659         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9660         with unwind-protect.
9661
9662         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9663         Enclose `wl-folder-auto-check' with unwind-protect.
9664
9665         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9666         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9667
9668         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9669
9670         * wl-util.el (wl-biff-notify): New inline function.
9671         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9672         locally.
9673         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9674         folder-list' is 1.
9675         Use `wl-biff-notify'.
9676         (wl-biff-check-folder-async-callback): New function.
9677         (wl-biff-check-folder-async): Ditto.
9678
9679         * wl-folder.el (wl-folder): Don't check folders.
9680         (wl-folder-auto-check): New function.
9681
9682 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9683
9684         * wl-util.el (wl-biff-start) [Emacs19+]:
9685         Use `timer-next-integral-multiple-of-time'.
9686         (wl-biff-check-folders): Use `wl-default-folder'
9687         if `wl-biff-check-folder-list' is nil.
9688
9689 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9690
9691         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9692         instead of `elmo-delete-lists'.
9693
9694 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9695
9696         * wl.el (wl-plugged-toggle-all): Set the value of
9697         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9698         (wl-plugged-toggle): Ditto.
9699         (wl-toggle-plugged): Ditto.
9700         (wl-plugged-init): Ditto.
9701
9702         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9703         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9704         instead of `wl-biff-state-indicator-off' and
9705         `wl-biff-state-indicator-on'; don't modify the value and the type
9706         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9707         (wl-plugged-init-icons): Set icons data to
9708         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9709         instead of `wl-plug-state-indicator-off' and
9710         `wl-plug-state-indicator-on'; don't modify the value and the type
9711         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9712
9713         * wl-vars.el (wl-modeline-biff-state-off,
9714         wl-modeline-biff-state-on, wl-modeline-biff-status,
9715         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9716         wl-modeline-plug-status): New internal variables.
9717         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9718         wl-biff-check-interval, wl-biff-check-folder-list): Change
9719         customization group from `wl-folder' to `wl-highlight'.
9720         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9721         wl-show-plug-status-on-modeline): Defcustomized.
9722
9723         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9724         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9725         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9726         a flag to `mode-line-buffer-identification'.
9727
9728         * wl-e21.el (wl-biff-init-icons): Set icons data to
9729         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9730         instead of `wl-biff-state-indicator-off' and
9731         `wl-biff-state-indicator-on'.
9732         (wl-plugged-init-icons): Set icons data to
9733         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9734         instead of `wl-plug-state-indicator-off' and
9735         `wl-plug-state-indicator-on'.
9736
9737 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9738
9739         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9740         excessive titles.
9741
9742 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9743
9744         * wl.el (wl-plugged-mode): Use revised
9745         `wl-mode-line-buffer-identification'.
9746         (wl-plugged-init): Don't use `force-mode-line-update'.
9747
9748         * wl-xmas.el (wl-draft-overload-functions): Use revised
9749         `wl-mode-line-buffer-identification'.
9750         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9751         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9752         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9753         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9754         `wl-make-plugged-hook';
9755         add `wl-folder-init-icons' and `wl-setup-folder' to
9756         `wl-folder-mode-hook'.
9757
9758         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9759         19 as well.
9760         (wl-mode-line-display-priority-list): New user option.
9761         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9762         Defcustomized.
9763         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9764         Add docs.
9765
9766         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9767         start.
9768         (wl-mode-line-buffer-identification): Revised as a function.
9769
9770         * wl-summary.el (wl-summary-mode): Use revised
9771         `wl-mode-line-buffer-identification'; don't call
9772         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9773         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9774         `wl-xmas-setup-summary'.
9775
9776         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9777         `wl-mode-line-buffer-identification'.
9778
9779         * wl-mule.el (wl-draft-overload-functions): Use revised
9780         `wl-mode-line-buffer-identification'.
9781
9782         * wl-folder.el (wl-make-plugged-alist): Don't call
9783         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9784         (wl-folder): Don't call `wl-folder-init-icons' directly.
9785         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9786         `wl-xmas-setup-folder' directly;
9787         use revised `wl-mode-line-buffer-identification'.
9788         (TopLevel): Don't bind `wl-biff-init-icons',
9789         `wl-plugged-init-icons', `wl-folder-init-icons',
9790         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9791
9792         * wl-e21.el (wl-draft-overload-functions): Use revised
9793         `wl-mode-line-buffer-identification'.
9794         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9795         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9796         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9797         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9798         `wl-make-plugged-hook';
9799         add `wl-folder-init-icons' and `wl-setup-folder' to
9800         `wl-folder-mode-hook'.
9801
9802 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9803             Katsumi Yamaoka    <yamaoka@jpl.org>
9804
9805         * wl.el (wl): Call `wl-biff-start'.
9806         (wl-exit): Call `wl-biff-stop'.
9807         (wl-plugged-mode): Show biff in modeline.
9808         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9809
9810         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9811         (wl-biff-init-icons): New function.
9812         (wl-plugged-init-icons): Don't make too much keymaps.
9813         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9814
9815         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9816         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9817         variables.
9818         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9819         options.
9820
9821         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9822         wl-biff-start, wl-biff-stop): New functions.
9823         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9824         (wl-biff-timer-name): New variable.
9825
9826         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9827
9828         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9829         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9830
9831         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9832         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9833
9834         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9835         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9836         `wl-folder-init-icons' to `ignore' if they are not available.
9837         (wl-folder-mode): Show biff in modeline.
9838
9839         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9840         (wl-biff-init-icons): New function.
9841         (wl-plugged-init-icons): Don't make too much keymaps.
9842         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9843
9844 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9845
9846         * wl-vars.el (wl-strict-diff-folders): Customization Type
9847         and doc fix.  Define as a list of regular expressions for
9848         folders or nil.
9849         * wl-folder.el (wl-folder-check-one-entity): Use
9850         `wl-string-match-member' instead of `wl-string-member' for
9851         `wl-strict-diff-folders'.
9852
9853 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9854
9855         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9856         (wl-highlight-folder-current-line): Use it; new implementation.
9857         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9858         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9859         `defsubst' instead of `defun'.
9860
9861         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9862         `wl-highlight-group-folder-by-numbers'; made it can also be a
9863         number.  See info for more details.
9864
9865         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9866         running.
9867
9868         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9869         to bind them.
9870
9871         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9872         (wl-highlight-folder-current-line): New implementation.
9873
9874         * wl-highlight.el (wl-highlight-folder-group-line): New
9875         implementation.
9876         (wl-delete-all-overlays): Rewrite as a marco.
9877         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9878
9879         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9880         running.
9881         (wl-folder-*-glyph): No need to bind them.
9882
9883         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9884         `wl-e21-highlight-folder-group-icon'; rewrite.
9885         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9886         `defsubst' instead of `defun'.
9887         (wl-folder-mode-map): Bind it when compiling.
9888
9889 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9890
9891         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9892
9893         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9894
9895 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9896
9897         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9898
9899 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9900
9901         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9902         (wl-highlight-folder-current-line): Use it.
9903
9904         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9905         in `id-name'.
9906
9907 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9908
9909         * wl.el: Require `wl-e21' when Emacs 21 is running.
9910
9911         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9912         default when Emacs 21 is running.
9913         (wl-use-highlight-mouse-line): Ditto.
9914         (wl-on-emacs21): New constant.
9915         (wl-on-emacs20): Removed.
9916
9917         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9918         Emacs 21 is running.
9919
9920         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9921         Emacs 21 is running.
9922
9923         * wl-e21.el: New file.
9924
9925 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9926
9927         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9928         (wl-toggle-plugged): Ditto.
9929         (wl-plugged-toggle): Ditto.
9930         (wl-plugged-toggle-all): Ditto.
9931
9932         * wl-vars.el (wl-plug-state-indicator): Refer
9933         `wl-plug-state-indicator-on' indirectly.
9934
9935 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9936
9937         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9938         Call `wl-folder-confirm-existence'.
9939
9940         * wl-folder.el (wl-folder-confirm-existence): Added optional
9941         argument `force'.
9942
9943 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9944
9945         * wl-summary.el (wl-summary-refile-subr): Assume
9946         `copy-or-refile' as symbol.
9947         (wl-summary-refile): Follow up above change.
9948         (wl-summary-copy): Ditto.  Doc fix.
9949
9950 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9951
9952         * wl-summary.el (wl-summary-pick): Don't bind
9953         `elmo-search-mime-charset'.
9954
9955         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9956         default using old backquote style.
9957         (wl-search-mime-charset): Abolished.
9958
9959         * wl-highlight.el (wl-highlight-headers):
9960         Call `point' after `re-search-forward'(for Nemacs).
9961
9962         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9963         for elmo-imap4.el.
9964
9965 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9966
9967         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9968         `wl-message-ignored-field-list' instead of
9969         `mime-view-ignored-field-list'.
9970
9971         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9972         Add interactive spec.
9973         (wl-folder-goto-bottom-of-current-folder): Ditto.
9974         (wl-folder-mode-map): Bind them.
9975
9976         * wl-vars.el (wl-message-ignored-field-list): New variable.
9977         (wl-message-visible-field-list): New variable.
9978
9979         * wl-mime.el (wl-mime-header-presentation-method): New function.
9980         (wl-mime-setup): Set header-presentation-method.
9981
9982 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9983
9984         * wl-nemacs.el (wl-draft-overload-functions): Set
9985         `mode-line-buffer-identification' instead of using
9986         `wl-make-modeline'.
9987
9988         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9989         instead of using `wl-make-modeline'.
9990
9991         * wl-xmas.el (wl-plugged-init-icons): Set up
9992         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9993         (wl-make-modeline): Abolish.
9994         (wl-draft-overload-functions): Set
9995         `mode-line-buffer-identification' instead of using
9996         `wl-make-modeline'.
9997
9998         * wl-util.el (wl-make-modeline-subr): Abolish.
9999         (wl-mode-line-buffer-identification): New alias.
10000
10001         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10002         (wl-summary-make-modeline): Abolish.
10003         (wl-summary-buffer-set-folder): Set
10004         `wl-summary-buffer-folder-indicator'.
10005         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10006         of using `wl-make-modeline'.
10007         (wl-summary-switch-to-clone-buffer): Don't set
10008         `mode-line-buffer-identification'.
10009         (wl-summary-goto-folder-subr): Ditto.
10010
10011         * wl-mule.el (wl-draft-overload-functions): Set
10012         `mode-line-buffer-identification' instead of using
10013         `wl-make-modeline'.
10014
10015         * wl-folder.el (wl-folder-mode): Set
10016         `mode-line-buffer-identification' instead of using
10017         `wl-make-modeline'.
10018         (wl-folder): Don't set `mode-line-buffer-identification'.
10019
10020 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10021
10022         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10023         instead of `member' for `wl-refile-guess-func-list' look-ups.
10024         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10025
10026 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10027
10028         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10029         `wl-message-button-dispatcher'.
10030
10031         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10032
10033         * wl-message.el (wl-message-button-dispatcher): Use it.
10034
10035         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10036         "In-Reply-To".
10037
10038         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10039         Bind `case-fold-search' to t.
10040
10041 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10042
10043         * wl-xmas.el (wl-message-overload-functions): Initialize
10044         `wl-message-button-map'.
10045
10046         * wl-mule.el (wl-message-overload-functions): Initialize
10047         `wl-message-button-map'.
10048
10049         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10050
10051         * wl-message.el (wl-message-button-map): New keymap.
10052         (wl-message-add-button): New function.
10053         (wl-message-button-dispatcher): New function.
10054         (wl-message-button-refer-article): New function.
10055
10056         * wl-highlight.el
10057         (wl-highlight-message-add-buttons-to-header): New function.
10058         (wl-highlight-headers): Use it.
10059
10060 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10061
10062         * wl-summary.el (wl-summary-default-from): Use
10063         `wl-address-get-petname-1'.
10064         (wl-summary-simple-from): Ditto.
10065
10066         * wl-address.el (wl-address-get-petname-1): New inline function.
10067         (wl-address-get-petname): Use it.
10068
10069 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10070
10071         * wl-summary.el (wl-summary-default-from): Return full-name part
10072         from the address if no petname was found.
10073         (wl-summary-simple-from): Ditto.
10074
10075         * wl-address.el (wl-address-get-petname): Return nil if no petname
10076         associated with the address was found.
10077
10078 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10079
10080         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10081         display is finished.
10082
10083 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10084
10085         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10086         `elmo-folder-exists-p' argument.
10087
10088 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10089
10090         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10091         the folder.
10092
10093 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10094
10095         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10096
10097         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10098         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10099
10100 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10101
10102         * wl-folder.el (wl-folder-create-subr): New function.
10103         (wl-folder-confirm-existence): Use it.
10104         (wl-folder-check-one-entity): Use it.
10105         Check the error symbol is derived from 'elmo-open-error.
10106
10107         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10108         `ignore-error'.
10109
10110 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10111
10112         * wl-util.el (toplevel): Add (eval-when-compile (require
10113         'elmo-util)).  (Maybe `provide' is typo.)
10114
10115 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10116
10117         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10118         (I don't know why this was needed.)
10119
10120         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10121         Follow up changes for stream-type.
10122
10123         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10124         (wl-draft-elmo-nntp-send): Ditto.
10125
10126         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10127         (wl-nntp-posting-stream-type): Ditto.
10128         (wl-pop-before-smtp-ssl): Abolished.
10129         (wl-nntp-posting-ssl): Ditto.
10130
10131         * wl-address.el (wl-address-quote-specials): New function.
10132         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10133
10134         * wl-draft.el (wl-draft-reply): Ditto.
10135
10136 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10137
10138         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10139         use function `wl-string-match-assoc'.
10140
10141 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10142
10143         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10144
10145         * wl-draft.el (wl-draft-deduce-address-list): New function.
10146         (wl-draft-parse-mailbox-list): Ditto.
10147         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10148         instead of `smtp-deduce-address-list'.
10149         (wl-draft-on-field-p): Follow group list.
10150
10151         * wl-address.el (wl-address-concat-token): New function.
10152         (wl-address-string-without-group-list-contents): Ditto.
10153         (wl-complete-field-body): Fixed problem of completion
10154         by japanese petname.
10155         (wl-address-make-completion-list): Rewrite.
10156
10157 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10158
10159         * wl-address.el (wl-address-make-completion-list): Completion by
10160         petname.
10161         (wl-complete-field-body): Likewise.
10162
10163 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10164
10165         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10166         contains invalid address syntax.
10167
10168 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10169
10170         * wl-folder.el (wl-folder-check-entity-async): Use
10171         `elmo-nntp-spec-hostname'.
10172
10173 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10174
10175         * wl-summary.el (wl-summary-msgdb-load-async): Use
10176         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10177
10178 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10179
10180         * wl-draft.el (wl-draft-reply): Set argument
10181         `content-transfer-encoding' as nil.
10182
10183 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10184
10185         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10186         `wl-refile-alist'.
10187
10188 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10189
10190         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10191         (wl-draft-edit-string): Ditto.
10192         (wl-draft-forward): Ditto.
10193         * wl-summary.el (wl-summary-write): Ditto.
10194
10195 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10196
10197         * wl-summary.el (wl-summary-sync-update3): Call
10198         `wl-summary-buffer-number-column-detect'.
10199         (wl-summary-buffer-number-column-detect): Search from point-min.
10200
10201 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10202
10203         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10204         contains an address which is not included in original to or cc.
10205
10206 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10207
10208         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10209         begin-line does not exist.
10210         * wl-message.el (wl-message-uu-substring): Ditto.
10211
10212 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10213
10214         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10215         clear local variables.
10216         (wl-summary-exit): Call `elmo-commit'.
10217         (wl-summary-switch-to-clone-buffer): Call
10218         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10219         (wl-summary-goto-folder-subr): Ditto.
10220
10221         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10222         POP folder.
10223
10224 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10225
10226         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10227         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10228         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10229         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10230         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10231         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10232
10233         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10234
10235 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10236
10237         * wl-summary.el (wl-summary-search-by-subject):
10238         Search parent message from the latest one.
10239
10240 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10241
10242         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10243         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10244
10245         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10246         New user option.
10247
10248         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10249         if elmo-nntp-use-killed-list is nil.
10250         Use `elmo-msgdb-append-to-killed-list'.
10251         (Append numbers confirmed as disappeared to the killed list.)
10252         (wl-summary-confirm-appends): Don't display negative number.
10253
10254 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10255
10256         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10257
10258 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10259
10260         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10261         range is `all'.
10262         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10263         `elmo-list-bigger-diff'.
10264
10265 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-summary.el (wl-summary-buffer-exit-func):
10268         New buffer local variable.
10269         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10270
10271 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10272
10273         * wl-demo.el (wl-demo): Fix the last change.
10274
10275 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10276
10277         * wl-demo.el (wl-demo): Don't use `eval'.
10278
10279 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10280
10281         * wl-summary.el (wl-summary-buffer-thread-modified):
10282         New buffer-local variable.
10283         (wl-summary-set-thread-modified): New function.
10284         (wl-summary-thread-modified-p): New function.
10285         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10286         (wl-summary-yank-saved-message): Use function
10287         `wl-summary-set-thread-modified'
10288         (wl-summary-switch-to-clone-buffer): Add
10289         `wl-summary-buffer-thread-modified'.
10290
10291         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10292         (wl-summary-buffer-mark-saved-hook): Ditto.
10293         * wl-summary.el (wl-summary-msgdb-save): New hook
10294         `wl-summary-buffer-message-saved-hook' and
10295         `wl-summary-buffer-mark-saved-hook'.
10296
10297 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10298
10299         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10300
10301 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10302
10303         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10304         don't hide scroll bars under FSF Emacsen because it may incur an
10305         undesirable redrawing.
10306
10307 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10308
10309         * wl-draft.el (wl-draft-edit-string): Call
10310         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10311
10312 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10313
10314         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10315
10316 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10317
10318         * wl-summary.el (wl-summary-msgdb-load-async): Call
10319         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10320
10321 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10322
10323         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10324         fringes in demo buffer; center bitmap logo correctly even if old
10325         Mule is used.
10326
10327 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10328
10329         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10330
10331         * wl-refile.el (wl-refile-subject-alist): New variable.
10332         (wl-refile-subject-alist-file-name): Ditto.
10333         (wl-refile-alist-setup): Rewrite.
10334         (wl-refile-alist-save): Use `elmo-object-save'.
10335         Eliminated arguments.
10336         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10337         (wl-refile-guess-by-subject): New function.
10338         (wl-refile-guess-func-list): Added it.
10339
10340 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10341
10342         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10343         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10344
10345 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10346
10347         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10348         New buffer-local variable.
10349         (wl-summary-buffer-next-folder-func): Ditto.
10350         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10351         if non-nil.
10352         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10353         if non-nil.
10354         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10355         if non-nil.
10356         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10357         if non-nil.
10358
10359 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10360
10361         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10362         permanently in the demo buffer.
10363
10364 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10365
10366         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10367         `mime-entity-fetch-field'.
10368
10369         * wl.el (wl-exit): Delete plugged buffer.
10370
10371         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10372         XEmacs has menubar feature.
10373
10374 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10375
10376         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10377         cannot arrive at the beginning of the buffer under old Emacsen.
10378
10379 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10380
10381         * wl-address.el (wl-address-ldap-search):
10382         Call `ldap-search-entries' with `withdn' argument t.
10383         (wl-complete-field-body): Bind completion-ignore-case as t.
10384         Clear ldap search hash when it was sole completion.
10385         Use elmo-string for pattern string.
10386         (wl-ldap-alias-safe-string): Eliminated needless let.
10387
10388 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10389
10390         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10391         (wl-ldap-alias-sep): New constant.
10392         (wl-ldap-search-attribute-type-list): Ditto.
10393         (wl-ldap-get-value): New function.
10394         (wl-ldap-make-filter): Ditto.
10395         (wl-ldap-make-matched-value-list): Ditto.
10396         (wl-ldap-alias-safe-string): Ditto.
10397         (wl-ldap-register-dn-string): Ditto.
10398         (wl-address-ldap-search): Rewrite.
10399
10400 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10401
10402         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10403         thread is deleted.
10404         (wl-thread-delete-line-from-buffer): Ditto.
10405         (wl-thread-get-exist-children): New function.
10406
10407 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10408
10409         * wl-demo.el (wl-demo): Made it to select various image types.
10410         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10411         from `wl-title-logo'.
10412         (wl-logo-ascii): New variable.
10413         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10414         (wl-demo-copyright-notice): New constant.
10415
10416         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10417
10418 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10419
10420         * wl-vars.el (wl-summary-target-above): Renamed from
10421         wl-summary-temp-above.
10422         * wl-score.el (wl-score-get-score-alist): Use it.
10423         (wl-summary-score-update-all-lines): Use it.
10424         * wl-summary.el: Ditto. (make-variable-buffer-local).
10425
10426 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10427
10428         * wl-vars.el (wl-ldap-port): New user option.
10429
10430         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10431         Rewite whole implementation.
10432         (wl-complete-field-body): Fixed.
10433
10434 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10435
10436         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10437         Choose implementation at compile time.
10438
10439 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10440
10441         * wl-address.el (wl-ldap-search-internal): New function.
10442         (wl-complete-field-to): Use it.
10443
10444 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10445
10446         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10447         Use `let' instead of `let*'.
10448         Require 'wl-vars.
10449
10450         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10451         Define as defcustom.
10452         (wl-ldap-base): Ditto.
10453         (wl-use-ldap): Ditto.
10454
10455 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10456
10457         * wl-address.el (wl-ldap-search): New function.
10458         (wl-complete-field-body): Use `wl-ldap-search'.
10459         (wl-ldap-server): New variable.
10460         (wl-ldap-base): Ditto.
10461         (wl-use-ldap): Ditto.
10462
10463 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10464
10465         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10466         (Pointed out by Mito <mit@nines.nec.co.jp>).
10467         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10468         buffer-local variables like `wl-summary-redisplay-internal'.
10469         (wl-summary-redisplay-all-header): Likewise.  Update
10470         Summary view too.
10471
10472 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10473
10474         * wl-summary.el (wl-summary-jump-to-parent-message):
10475         Consider prefix argument.
10476
10477         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10478         when closed thread is deleted.
10479
10480 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10481
10482         * wl-summary.el (wl-summary-jump-to-parent-message):
10483         Consider thread modification.
10484
10485 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10486
10487         * wl-message.el (wl-message-normal-get-original-buffer): Use
10488         `save-excursion'.
10489
10490         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10491         (wl-summary-showto-folder-regexp): Ditto.
10492
10493 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10494
10495         * wl-util.el (wl-delete-alist): Doc fix.
10496         (wl-delete-associations): New function.
10497         (wl-inverse-alist): New function.
10498         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10499         Split temporary variables. Use `wl-delete-associations'
10500         and `wl-inverse-alist'.
10501         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10502
10503 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10504
10505         * wl-folder.el (wl-folder-prefetch-entity):
10506         Execute prefetching if new count is unknown.
10507
10508 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10509
10510         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10511
10512         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10513         delete entity.
10514         (wl-thread-set-parent): If insert as top, set linked as nil.
10515
10516         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10517         `wl-thread-cleanup-symbols' when view mode is thread.
10518
10519 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10520
10521         * wl-folder.el (wl-folder-create-folder-entity): Use
10522         with-current-buffer.
10523         (wl-local-folder-init): Call set-buffer to make sure we are in
10524         the Folder buffer. Don't touch buffer-local variables here.
10525         (wl-folder-mode): Initialize buffer-local variables here.
10526
10527         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10528         (wl-folder-entity-assign-id): Ditto.
10529         (wl-folder-create-entity-hashtb): Ditto.
10530         (wl-local-folder-init): Ditto.
10531         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10532
10533 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10534
10535         * wl-summary.el (wl-summary-default-from): Fix probrem when
10536         std11-extract-address-components return (nil "foo@bar").
10537
10538 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10539
10540         * wl-draft.el (wl-draft-clone-local-variables):
10541         Remove redundant `setq'.
10542
10543 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10544
10545         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10546         Bind wl-highlight-x-face-func as nil while highlighting header.
10547
10548 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10549
10550         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10551
10552 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10553
10554         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10555         elmo-msgdb-overview-hashtb from copy-variables.
10556         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10557         instead of `elmo-msgdb-overview-get-entity-by-number'.
10558         (wl-summary-auto-refile): Ditto.
10559
10560         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10561         `elmo-msgdb-overview-get-entity' instead of
10562         `elmo-msgdb-search-overview-entity'.  Use
10563         `elmo-msgdb-overview-get-entity' instead of
10564         `elmo-msgdb-overview-get-entity-by-number'.
10565         (wl-thread-insert-entity-sub): Ditto.
10566         (wl-thread-insert-message): Ditto.
10567
10568         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10569         `elmo-msgdb-overview-get-entity'.
10570         (wl-normal-message-redisplay): Ditto.
10571
10572 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10573
10574         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10575         `wl-thread-entities'.
10576         (wl-thread-delete-message): Fix remove top message from
10577         `wl-thread-entity-list'.
10578
10579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10580         wl-append(nconc), because update-list is broken on Meadow.
10581
10582         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10583         updating process.
10584         (wl-summary-rescan): Ditto.
10585         (wl-summary-sync-update3): Ditto.
10586         * wl-thread.el (wl-thread-set-parent): Renamed from
10587         `wl-summary-set-parent'.
10588         (wl-thread-insert-message): Updating buffer faster.
10589         (wl-thread-delete-message): Updating buffer faster.
10590
10591         * wl-score.el (wl-summary-score-update-all-lines): Changed
10592         interval for display progress gauge.
10593
10594 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10595
10596         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10597         folder always-sticky.
10598         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10599         defmacro.
10600
10601 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10602
10603         * wl-vars.el (wl-draft-add-references): New user option.
10604
10605         * wl-draft.el (wl-draft-add-references): New function.
10606         (wl-draft-yank-from-mail-reply-buffer): Use it.
10607         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10608         as nil.
10609
10610 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10611
10612         * wl-thread.el (wl-thread-update-line-msgs): Called
10613         `wl-thread-update-line-on-buffer-sub'.
10614         (wl-thread-update-line-on-buffer): Delete routine of inserting
10615         thread.
10616         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10617         moved from `wl-thread-update-line-on-buffer'.
10618         Add threshold for displaying progress gauge.
10619         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10620         argument of `wl-thread-update-line-msgs'.
10621         Add threshold for displaying progress gauge.
10622         * wl-folder.el:
10623         Add threshold for displaying progress gauge.
10624         * wl-score.el: Ditto.
10625
10626         * wl-expire.el (wl-summary-expire): Display deleting info.
10627
10628 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10629
10630         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10631         `no-msg'.
10632         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10633         argument of `wl-thread-update-line-msgs'.
10634         (wl-summary-set-parent): Added optional argument `parent-number'.
10635         (wl-summary-buffer-saved-message): New buffer local variable.
10636         (wl-summary-save-current-message): New command.
10637         (wl-summary-yank-saved-message): Ditto.
10638         (wl-summary-mode-map): Added key binding for
10639         `wl-summary-save-current-message' (\ew) and
10640         `wl-summary-yank-saved-message' (\C-y).
10641         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10642
10643 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10644
10645         * wl-summary.el (wl-summary-mode-map): Added key binding for
10646         `wl-summary-set-parent' (ts).
10647
10648 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10649
10650         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10651         subject faster. If thread number is reverse, delayed updating
10652         thread.
10653         (wl-summary-search-by-subject): Ditto.
10654         (wl-summary-put-alike): Ditto.
10655         (wl-summary-get-alike): Ditto.
10656         (wl-summary-insert-headers): Insert header of all overview in
10657         buffer.
10658         (wl-summary-rescan): Delayed updating thread. Kill search subject
10659         buffer for wl-summary-search-by-subject.
10660         (wl-summary-sync-update3): Ditto.
10661         (wl-summary-exit): Ditto.
10662         (wl-summary-goto-bottom-of-current-thread): Change for linked
10663         thread.
10664         (wl-summary-overview-create-summary-line): Change line for linked
10665         thread.
10666
10667         * wl-summary.el (wl-summary-update-thread): Use
10668         wl-thread-maybe-get-children-num.
10669         (wl-summary-set-parent): If change parent, move sub thread.
10670         (wl-summary-redisplay-internal): Add horizontal recenter.
10671         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10672
10673         * wl-thread.el (wl-thread-entity-get-linked): New function.
10674         (wl-thread-entity-set-linked): New function.
10675         (wl-thread-create-entity): Add linked element.
10676         (wl-thread-entity-insert-as-top): Use wl-append.
10677         (wl-thread-maybe-get-children-num): If closing thread, return
10678         children msgs.
10679         (wl-thread-update-line-msgs): Displaying progress message.
10680         (wl-thread-update-line-on-buffer-sub): Use
10681         wl-thread-maybe-get-children-num.
10682         (wl-thread-update-line-on-buffer): If update line is not exists,
10683         insert thread.
10684         (wl-thread-delete-message): If delete top msg of thread, search
10685         parent by subject.
10686         (wl-thread-insert-entity): Use
10687         wl-thread-maybe-get-children-num.
10688
10689         * wl-highlight.el (wl-highlight-summary-current-line): change
10690         sregexp for linked thread.
10691         * wl-util.el (wl-count-lines): Count lines.
10692         (wl-horizontal-recenter): horizontal recenter.
10693         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10694         (wl-score-get-alike): Ditto.
10695         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10696         (wl-subject-length-limit): New variable.
10697         (wl-highlight-thread-indent-string-regexp): Changed for linked
10698         thread.
10699
10700 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10703         New variable (revival).
10704         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10705         by subject matching if there's no in-reply-to nor references field
10706         (revival).
10707
10708 \f
10709 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10712         message.
10713
10714 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10715
10716         * wl-summary.el (wl-summary-reply): Return t if there was a
10717         message at cursor point.
10718         Added unwind-protect.
10719         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10720         returns t.
10721         (wl-summary-cancel-message): Do nothing when there's no message at
10722         cursor point.
10723         (wl-summary-forward): Ditto.
10724         (wl-summary-jump-to-parent-message): Ditto.
10725         (wl-summary-reedit): Ditto.
10726         (wl-summary-edit-addresses): Ditto.
10727         (wl-summary-pipe-message): Ditto.
10728         (wl-summary-print-message-with-ps-print): Ditto.
10729         (wl-summary-print-message): Ditto.
10730         (wl-summary-mark-as-important): Ditto.
10731         (wl-summary-mark-as-unread): Ditto.
10732
10733         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10734         message at cursor point.
10735         (wl-summary-reply-with-citation): Remove unwind-protect.
10736
10737         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10738         subject searching feature.
10739         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10740         Eliminated.
10741
10742 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10743
10744         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10745         New variable.
10746         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10747         by subject matching if there's no in-reply-to nor references field.
10748
10749         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10750
10751         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10752         when display is finished.
10753         (wl-folder-open-all): Ditto.
10754         (wl-folder-update-access-group): Ditto.
10755         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10756         * wl-thread.el (wl-thread-close-all): Ditto.
10757
10758         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10759         progress gauge only when it was displayed.
10760         * wl-folder.el (wl-folder-insert-entity): Ditto.
10761
10762 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10763
10764         * wl-summary.el (wl-summary-incorporate): Enclose
10765         `wl-summary-sync-force-update' with save-excursion.
10766
10767 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10768
10769         * wl-summary.el (wl-summary-prefetch-region):
10770         Pass current cursor point to `pos-visible-in-window-p' after
10771         moving cursor to the started point.
10772
10773 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10774
10775         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10776
10777         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10778         fields from the forwarding message.
10779         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10780         `ignored-fields'.
10781
10782 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10783
10784         * wl-mime.el (wl-message-request-partial):
10785         Eliminated argument `msgdb'.
10786         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10787         (wl-mime-combine-message/partial-pieces): Likewise.
10788         * tm-wl.el (wl-message-request-partial): Likewise.
10789         (wl-mime-combine-message/partial-pieces): Likewise.
10790
10791 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10792
10793         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10794         when display is finished.
10795
10796 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10797
10798         * wl-summary.el (wl-summary-goto-folder-subr):
10799         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10800
10801 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10802
10803         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10804         when cursor point is visible.
10805
10806 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10807
10808         * wl-expire.el (wl-expire-archive-get-max-number):
10809         Don't use `file-name-directory'.
10810
10811 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10812
10813         * wl-expire.el (wl-expire-archive-get-max-number):
10814         Use `file-name-directory'.
10815
10816 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10817
10818         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10819         only when there is progress.
10820
10821 2000-04-13  Mito <mit@nines.nec.co.jp>
10822
10823         * wl-summary.el (wl-summary-sync-marks): Display progress.
10824
10825 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10826
10827         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10828         (wl-summary-prev): Move cursor regardless of unread status.
10829         (wl-summary-next): Ditto.
10830
10831 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10832
10833         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10834         Added argument `target' and `number'.
10835         * tm-wl.el (wl-summary-burst-subr): New function.
10836         (wl-summary-burst): Use it.
10837
10838 2000-04-10  Mito <mit@nines.nec.co.jp>
10839
10840         * wl-mime.el (wl-burst): New function.
10841         (wl-summary-burst): Use it.
10842
10843 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10844
10845         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10846         as petname when there's no candidate.
10847
10848 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10849
10850         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10851         New variable.
10852         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10853
10854         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10855
10856         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10857
10858 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10859
10860         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10861         Use substring of `original' instead of buffer-substring.
10862         (wl-refile-evaluate-rule):
10863         Set `original' argument of wl-refile-expand-newtext.
10864
10865         * wl-summary.el
10866         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10867         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10868         (wl-summary-auto-refile): Check existence of destination folder just
10869         before marking.
10870
10871 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10872
10873         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10874         when wl-refile-get-field-value return nil.
10875
10876 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10877
10878         * wl-refile.el
10879         (wl-refile-expand-newtext): New function imported from Gnus.
10880         (wl-refile-evaluate-rule): Use it.
10881
10882 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10883
10884         * wl-summary.el (wl-summary-print-destination):
10885         Duplicate folder string to avoid putting text-property on
10886         original string.
10887
10888         * wl-refile.el (wl-refile-get-field-value): New function.
10889         (wl-refile-evaluate-rule): New function;
10890         Evaluate refile rule recursively.
10891         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10892         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10893         New function; Check existence of a target folder recursively.
10894         (wl-summary-auto-refile-check-refile-rule-alist):
10895         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10896
10897 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10898
10899         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10900
10901         * wl-folder.el (wl-create-folder-entity-from-buffer):
10902         Fixed problem when '}' character is contained in folder name.
10903
10904         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10905
10906 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10907
10908         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10909         (wl-fldmgr-add-completion-all-completions):
10910         Use wl-fldmgr-add-completion-hashtb.
10911
10912 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10913
10914         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10915         wl-fldmgr-add-completion-subr): New functions.
10916         * wl-folder.el (wl-folder-completion-func): New variable.
10917         * wl-summary.el (wl-summary-read-folder):
10918         Use wl-folder-completion-func.
10919
10920         * wl-refile.el: Eliminate throw & catch.
10921
10922         * wl.el (wl-plugged-sending-queue-status): Fixed.
10923
10924 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10925
10926         * wl-draft.el (wl-draft): Put category property on
10927         mail-header-separator.