* wl-highlight.el (wl-highlight-folder-opened-regexp)
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * Version number is increased to 2.15.6.
4
5 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6
7         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
8         optional 3rd argument of epg-context-set-progress-callback; it was
9         temporarily removed in the Emacs trunk due to copyright problem.
10         (wl-mime-pgp-verify-region-with-epg): Ditto.
11
12 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
13
14         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
15
16 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-util.el (wl-biff-check-folders): Set biff flag.
19         (from Naoto Morishima [wl:14031])
20
21 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * wl.el (wl-plugged-server-indent): Use quote instead of
24         backquote.
25
26 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27
28         * wl-score.el (wl-score-insert-header): Add guard for
29         `std11-unfold-string'.
30         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
31         TYPE artgument when TO or CC field.
32
33 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-summary.el (wl-summary-goto-folder-subr): Call
36         `elmo-folder-close' instead of `elmo-folder-commit' if discard
37         current summary.
38
39 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-util.el (wl-read-shell-commande): New function or alias.
42
43         * wl-summary.el (wl-summary-pipe-message): Use
44         `wl-read-shell-command' instead of `read-string'.
45         (wl-summary-target-mark-pipe): Ditto.
46
47 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-summary.el (wl-summary-reply): Fix docstring.
50         * wl-draft.el (wl-draft-reply): Ditto.
51
52 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-mime.el (wl-summary-extract-attachments): New command.
55         (wl-summary-extract-attachments-1): New internal function.
56
57 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-expire.el (wl-expire-folder): New function (split from
60         wl-summary-expire).
61         (wl-summary-expire): Use it. Add argument `all' instead of remove
62         `nolist'. Cause an error only if this function is calling
63         interactively.
64
65 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-expire.el (wl-expire-refile): Display progress message.
68         (wl-summary-expire): Simplify.
69
70         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
71         unused argument `deleting-info'.
72
73 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
74
75         * wl-vars.el (wl-message-popup-buffers): New user option.
76
77         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
78         (wl-message-delete-popup-windows): New function that substitues
79         above one.
80         (wl-mime-setup): Follow the above change.
81
82 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
83
84         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
85
86 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
87
88         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
89         "tkm" to wl-thread-spam.
90
91 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-thread.el (wl-thread-entity-insert-as-children): Use
94         wl-thread-entity-set-children.
95         (wl-thread-insert-message, wl-thread-insert-entity-sub,
96         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
97         Use wl-thread-entity-get-*.
98
99 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
100
101         * wl-mime.el (wl-epg-progress-callback): New function.
102         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
103         with `elmo-with-progress-display'. Set a progress callback
104         function to epg-context.
105         (wl-mime-pgp-verify-region-with-epg): Ditto.
106
107 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-util.el (wl-completing-read-multiple): Define as an alias of
110         `completing-read-multiple' if emacs-version is not less than 22.
111
112 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
115         change.
116
117 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-summary.el (wl-summary-sync-update): Move
120         `wl-thread-update-indent-string-thread' to outside of
121         `elmo-with-progress-display'.
122
123 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-message.el (wl-message-exit): Check buffer existence.
126
127 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-util.el (wl-simple-display-progress): New function.
130         (wl-display-progress-with-gauge): Ditto.
131         (wl-progress-callback-function): Ditto.
132
133         * wl.el (wl-init): Set `elmo-progress-callback-function' as
134         `wl-progress-callback-function'
135
136         * wl-vars.el (wl-display-progress-threshold): New user option.
137         (wl-display-progress-function): Ditto.
138
139         * Version number is increased to 2.15.5.
140
141 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-thread.el (wl-thread-close-children): New function.
144         (wl-thread-open-children): Ditto.
145         * wl-action.el (wl-summary-set-mark): Redo the last change by
146         using it.
147
148         * wl-action.el (wl-summary-set-mark): Undo the last change.
149         Forbid interactive call.
150
151 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-mime.el (wl-define-dummy-functions): New macro.
154         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
155         `wl-mime-pgp-decrypt-region'.
156         (wl-mime-pgp-verify-region-with-epg): Renamed from
157         `wl-mime-pgp-verify-region'.
158         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
159         `wl-mime-pgp-decrypt-region'.
160         (wl-mime-pgp-verify-region-with-pgg): Renamed from
161         `wl-mime-pgp-verify-region'.
162         (wl-mime-pgp-decrypt-region): New function; To select dispatch
163         function at runtime.
164         (wl-mime-pgp-verify-region): Ditto.
165
166         * wl-vars.el (wl-use-pgp-module): New user option.
167
168 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
171         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
172
173 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
176         even if there are target marks only.
177
178 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * Version number is increased to 2.15.4.
181
182 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-folder.el (wl-folder-check-one-entity): Simplify.
185
186 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
187
188         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
189         variable.
190
191 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
192
193         * wl-spam.el (wl-thread-test-spam): New function.
194         (wl-spam-setup): Bind "tkc".
195
196 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-expire.el (wl-folder-expire-entity): Rewite without
199         `wl-summary-goto-folder-subr'.
200         (wl-folder-expire-current-entity): Don't kill summary buffer.
201
202 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-folder.el (wl-folder-sync-entity): Rewrite without
205         `wl-summary-goto-folder-subr'.
206         (wl-folder-mark-as-read-all-entity): Likewise.
207
208         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
209
210 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-thread.el (wl-thread-force-open): Arranged.
213
214 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
217         from regexp.
218
219         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
220         (wl-read-search-condition-internal): Append them.
221
222 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-vars.el (wl-additional-search-condition-fields):
225         New user option.
226
227         * wl-util.el (wl-search-condition-fields): New function; export
228         from `wl-read-search-condition-internal'.
229         (wl-read-search-condition-internal): Use it.
230
231         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
232
233 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-summary.el (wl-summary-define-sort-command): New function.
236         (wl-summary-sort-by-date, wl-summary-sort-by-number)
237         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
238         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
239         define by `wl-summary-define-sort-command' at runtime.
240
241         * wl.el (wl-init): Call wl-summary-define-sort-command.
242
243 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
246         properties at the decrypting region.
247
248 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-util.el (wl-find-region): New function.
251
252         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
253         coding system.
254         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
255         property `wl-mime-decoded-coding-system'.
256         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
257         property `wl-mime-decoded-coding-system' to encode text.
258
259         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
260         message.
261         (wl-mime-pgp-verify-region): Ditto.
262
263 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
266         buffer. Use epa-display-verify-result.
267
268 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
269
270         * wl-draft.el (wl-draft-send): Continue even if setting parent
271         flag was failed.
272
273 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-message.el (wl-message-flag-indicator): Fixed the problem
276         of returning string only of parentheses.
277
278 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-summary.el (wl-summary-write): Add argument `folder'.
281         (wl-summary-write-current-folder): Change argument `folder' from
282         optional to require.
283         (wl-summary-get-buffer): Return the buffer associated folder only.
284
285         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
286         change.
287         (wl-folder-toggle-disp-summary): Ditto.
288
289         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
290         current summary as parent-folder.
291
292 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
293
294         * wl-draft.el (wl-draft-reedit): Don't overwrite
295         wl-draft-parent-folder.
296
297 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
300         (wl-mime-pgp-verify-region): Ditto.
301         (wl-message-decrypt-pgp-nonmime): Use the above function.
302         (wl-message-verify-pgp-nonmime): Likewise.
303         (wl-mime-preview-application/pgp): Likewise.
304
305 2006-04-20  Kenichi Okada  <okada@opaopa.org>
306
307         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
308         Fix about the order of `wl-nntp-posting-port' and
309         `wl-nntp-posting-stream-type'.
310         * wl.el (wl-plugged-port-label-alist): Add smtp.
311
312 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-summary.el (wl-summary-message-status): New macro.
315
316         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
317         (wl-summary-killed-mark): New user option.
318
319         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
320         API change.
321         (wl-thread-insert-entity-sub): Ditto.
322         (wl-thread-recover-messages): New command.
323
324         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
325         Don't call `wl-highlight-summary-current-line' directly.
326         (wl-summary-buffer-attach): Connect to signal `status-changed'
327         instead of `cache-changed'.
328         (wl-summary-buffer-detach): Follow the above change.
329         (wl-summary-detect-mark-position): Follow the API change.
330         (wl-summary-rescan-message): Ditto.
331         (wl-summary-insert-sequential): Ditto.
332         (wl-summary-update-thread): Ditto.
333         (wl-summary-message-mark): Ditto.
334         (wl-summary-persistent-mark): Ditto.
335         (wl-summary-create-line): Ditto.
336         (wl-summary-prefetch-region-no-mark): Call
337         `wl-summary-persistent-mark' with number.
338         (wl-summary-recover-messages-region): New command.
339         (wl-summary-target-mark-recover): Ditto.
340         (wl-summary-recover-message): Ditto.
341         (wl-summary-persistent-mark-string): Add argument `status' instead
342         of remove arguments `flags' and `cached'.  Treat killed status.
343         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
344
345         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
346         (wl-highlight-summary-line-face-spec): Treat killed status.
347         (wl-highlight-summary-line-string): Follow the API change.
348         (wl-highlight-summary-current-line): Ditto.
349
350         * Version number is increased to 2.15.3.
351
352 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
355         of symbolp to test whether the condition is function.
356
357 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
360         to nil.
361
362 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363
364         * wl-summary.el (wl-summary-buffer-message-ring): New internal
365         variable.
366         (wl-summary-buffer-last-displayed-msg): Abolish.
367         (wl-summary-push-message): New function.
368         (wl-summary-pop-message): Ditto.
369         (wl-summary-goto-folder-subr): Reset
370         `wl-summary-buffer-message-ring'.
371         (wl-summary-pop-to-last-message): New command.
372         (wl-summary-goto-last-displayed-msg): Call
373         wl-summary-pop-to-last-message if optional argument is non-nil or
374         the last command is itself.
375         (wl-summary-redisplay-internal): Push last message number into
376         `wl-summary-buffer-message-ring'.
377
378         * wl-vars.el (wl-summary-message-ring-max): New user option.
379
380 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
383         from `wl-draft-reply').
384         (wl-draft-reply): Use it.
385         (wl-draft-find-reply-headers): Avoid compile warning.
386
387 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
390
391 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-message.el (wl-message-flag-indicator): New function.
394         (wl-message-redisplay): Use it.
395
396 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
397
398         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
399
400 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
403         instead of `read-event'.
404
405         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
406
407         * wl-mule.el (wl-read-event-char): Ditto.
408
409         * wl-e21.el (wl-read-event-char): Ditto.
410
411 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
412
413         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
414
415 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-vars.el (wl-draft-send-confirm-type): New user option.
418
419         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
420
421         * wl-draft.el (wl-draft-send-confirm): Confirmation by
422         `wl-draft-send-confirm-type'
423
424 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
427         Avoid error when the buffer name is already used.
428
429 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
432         the change of elmo-nmz -> elmo-search.
433         (wl-highlight-summary-line-help-echo-alist): Ditto.
434         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
435         (wl-nmz-folder-icon): Define as obsolete.
436         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
437         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
438
439 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-summary.el (wl-summary-get-list-info): Rewrite with
442         `elmo-find-list-match-value'
443
444 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-summary.el (wl-summary-get-list-info): Optimize.
447         Use List-Id and List-Post also.
448
449 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
452
453 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
454
455         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
456
457 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-util.el (wl-completing-read-multiple-1): New internal function.
460         (wl-completing-read-multiple-2): Ditto.
461         (wl-completing-read-multiple): Define use above functions.
462
463         * wl-summary.el (wl-summary-sort): Removed the workaround for a
464         bug of `completing-read-multiple' about default value.
465
466         * wl-xmas.el (wl-completing-read-multiple): Removed.
467
468         * wl-mule.el (wl-completing-read-multiple): Ditto.
469
470         * wl-e21.el (wl-completing-read-multiple): Ditto.
471
472 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-util.el (wl-filter-associations): New function.
475
476         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
477         (wl-spam-ignored-folder-list): Ditto.
478         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
479         (wl-spam-string-member-p): New function.
480         (wl-spam-domain): Use it.
481         (wl-spam-split-numbers): New function.
482         (wl-spam-apply-partitions): Ditto.
483         (wl-spam-register-spam-messages): Use `folder' instead of
484         `wl-summary-buffer-elmo-folder'.
485         (wl-spam-register-good-messages): Ditto.
486         (wl-summary-exec-action-spam): Decide a domain by real folder of
487         message.
488         (wl-summary-exec-action-refile-with-register): Likewise.
489
490 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-e21.el (wl-e21-find-image): New function.
493         (wl-e21-setup-toolbar): Use it instead of `find-image'.
494         (wl-e21-highlight-folder-group-line): Ditto.
495         (wl-folder-init-icons): Ditto.
496         (wl-plugged-init-icons): Ditto.
497         (wl-biff-init-icons): Ditto.
498
499 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
502         (wl-inhibit-save-drafts): New internal variable.
503         (wl-disable-auto-save): Ditto.
504         (wl-save-drafts): Treat above variables.
505         (wl-auto-save-drafts): New function.
506         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
507         `wl-stop-save-drafts'.
508         (wl-start-save-drafts): New function.
509         (wl-stop-save-drafts): Ditto.
510         (wl-set-auto-save-draft): New command.
511
512         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
513         `wl-set-save-drafts'.
514
515 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
518         `make-local-variable' instead of `make-variable-buffer-local'.
519
520 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
523
524 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
527
528 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
531         of working buffer.
532
533 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
536
537         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
538         value into recipients; Bind `wl-draft-remove-group-list-contents'
539         as nil.
540
541 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-summary.el (wl-summary-sort): Fixed the last change.
544
545         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
546         (wl-summary-sort-messages): Ditto.
547         (wl-summary-rescan): Use it.
548         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
549         `completing-read'; Append candidates for reverse order.
550
551 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * Version number is increased to 2.15.2.
554
555 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
556
557         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
558         "Smaller".
559         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
560
561 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
564
565 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566
567         * wl-vars.el (wl-draft-additional-header-alist): Add into the
568         customize group `wl-draft'.
569         (wl-draft-add-in-reply-to): Move customize group from `wl' to
570         `wl-draft'.
571         (wl-draft-add-references): Ditto.
572
573         * wl-action.el (wl-summary-print-argument): Rename argument from
574         `folder' to `data'.
575
576 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-summary.el (wl-summary-rescan-message): Call
579         `wl-thread-cleanup-symbols' before insert thread.
580
581 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl.el (wl-init): Set `elmo-get-folder-function' as
584         `wl-folder-make-elmo-folder'.
585
586         * wl-spam.el (wl-summary-exec-action-spam): Use
587         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
588
589         * wl-folder.el (wl-folder-make-elmo-folder): New function.
590         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
591         `elmo-make-folder'.
592         (wl-folder-get-elmo-folder): Ditto.
593         (wl-folder-create-subr): Simplify.
594
595 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
598
599 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
602         contents in message buffer instead of original buffer. If optional
603         argument specified, ask coding system for encode.
604
605 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
606
607         * wl-spam.el (wl-summary-test-spam-region): New function.
608         (wl-spam-setup): Bind "rkc".
609
610 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
613
614 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
615
616         * wl-spam.el (wl-summary-test-spam): Fix typo.
617         (wl-message-check-spam): Ditto.
618
619 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el (wl-summary-default-from): Simplify.
622
623 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-action.el (wl-summary-exec-action-refile): Simplify.
626         (wl-summary-exec-action-copy): Ditto.
627         (wl-summary-auto-refile): Check existence of temporary mark.
628
629 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-summary.el (wl-summary-create-line): Use
632         `elmo-time-to-datevec'.
633
634         * wl-expire.el (wl-expire-archive-date): Ditto.
635         (wl-expire-localdir-date): Ditto.
636
637         * wl-util.el (wl-day-number): Abolish.
638
639         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
640         of `wl-day-number'.
641         (wl-score-followup): Ditto.
642         (wl-score-add-followups): Ditto.
643         (wl-score-get-latest-msgs): Ditto.
644         (wl-score-get-header-entry): Ditto.
645         (wl-score-edit-insert-date): Ditto.
646
647 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
650         `elmo-message-entity-field' with 2nd argument `type'.
651
652 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
653
654         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
655
656 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-thread.el (wl-thread-delete-message): Delete descendant
659         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
660
661 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
662
663         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
664
665 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
668         `Access folder'.
669
670 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-vars.el (wl-access-folder-icon): New user option.
673
674         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
675         `Access folder'.
676
677 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-summary.el (wl-summary-buffer-set-folder): Use
680         `wl-folder-mime-charset'.
681
682         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
683         `mime-charset'.
684         (wl-folder-get-elmo-folder): Ditto.
685         (wl-folder-mime-charset): New function.
686
687 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-util.el (wl-parse-addresses): Define alias of
690         `elmo-parse-addresses' (move to `elmo-util.el').
691
692         * wl-summary.el (wl-summary-default-from): Follow the API change.
693         (wl-summary-overview-entity-compare-by-date): Ditto.
694         (wl-summary-overview-entity-compare-by-from): Ditto.
695         (wl-summary-get-list-info): Get value of `ml-info' field from
696         entity at first.
697         (wl-summary-rescan-message): Treat prefix argument.
698         (wl-summary-prefetch-msg): Follow the API change.
699         (wl-summary-search-by-subject): Ditto.
700         (wl-summary-insert-thread): Ditto.
701         (wl-summary-line-subject): Ditto.
702         (wl-summary-line-from): Ditto.
703         (wl-summary-create-line): Ditto.
704         (wl-summary-print-message-with-ps-print): Ditto.
705
706         * wl-score.el (wl-score-ov-entity-get): Ditto.
707         (wl-score-followup): Ditto.
708         (wl-score-add-followups): Use `elmo-message-entity-field' instead
709         of `car'.
710         (wl-score-get-latest-msgs): Follow the API change.
711         (wl-score-get-header): Ditto.
712
713         * wl-refile.el (wl-refile-learn): Ditto.
714         (wl-refile-subject-learn): Ditto.
715         (wl-refile-get-field-value): Ditto.
716         (wl-refile-guess-by-history): Ditto.
717         (wl-refile-guess-by-subject): Ditto.
718
719         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
720
721         * wl-expire.el (wl-expire-date-p): Removed.
722         (wl-expire-archive-date): Follow the API change.
723         (wl-expire-localdir-date): Ditto.
724         (wl-summary-expire): Ditto.
725
726         * Version number is increased to 2.15.1.
727
728 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
729
730         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
731         group is access or not (it is not strict, like wl-fldmgr-rename).
732
733 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
736         duplicate call of `wl-summary-print-argument' on the wrong line.
737
738 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739
740         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
741         even if argument `number' is nil.
742         (wl-summary-insert-line): Print action argument if current message
743         has it.
744
745 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
748         (wl-draft-reply): Ditto.
749         (wl-draft): Add optional argument `parent-number' and call
750         `wl-draft-create-buffer' with it.
751         (wl-draft-create-buffer): Add optional argument
752         `parent-number'. Set wl-draft-parent-number as it.
753
754 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
755
756         * wl-folder.el (wl-folder-set-persistent-mark): If summary
757         buffer is not for given folder, don't use it.
758
759 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
760
761         * Version number is increased to 2.15.0.
762
763 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
766
767         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
768         (wl-highlight-get-face-by-name): New internal function.
769         (wl-highlight-summary-line-face-spec): Use it and fixed.
770
771 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-sync-update): Use
774         `elmo-message-entity-field' instead of `car' to get message-id
775         from overview entity.
776
777         * wl-summary.el (wl-summary-rescan-message): Call
778         `wl-highlight-summary-displaying' when displaying a message.
779
780 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-draft.el (wl-draft-config-info-filename): Extracted from
783         `wl-draft-config-info-operation'.
784         (wl-draft-buffer-change-number): New function.
785         (wl-draft-rename-saved-config): Ditto.
786         * wl.el (wl-init): Connect slot for message-number-changed.
787         (toplevel): Add autoload for wl-draft-rename-saved-config.
788
789 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
792         `update-overview'
793         (wl-summary-buffer-detach): Disconnect from it.
794         (wl-summary-rescan-message): Use command.
795
796         * wl-message.el (wl-message-buffer-display): Use
797         `with-current-buffer' instead of `save-excursion'.
798
799 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-mime.el (wl-draft-preview-attributes-list): Protect
802         wl-draft-preview-attributes-list from distraction.
803
804 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
805
806         * wl-summary.el (wl-summary-sync-update): Sort the return value of
807         `elmo-list-diff'.
808
809 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-summary.el
812         (wl-summary-edit-addresses-collect-candidate-fields): Use
813         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
814
815         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
816         instead of `elmo-set-work-buf'.
817
818         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
819         (wl-address-make-address-list): Ditto.
820
821         * Version number is increased to 2.13.3.
822
823 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
826         user option.
827
828         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
829         argument `5'.
830
831         * wl-message.el (wl-message-display-no-merge-p): New function.
832         (wl-message-buffer-display): Check whether the message is
833         reassembled and follow the API change.
834
835 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
838         multibyte on working buffer and removed unnecessary
839         `buffer-disable-undo'.
840
841 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-util.el (wl-read-search-condition-internal): Fixed the last
844         change.
845
846 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-util.el (wl-read-search-condition-internal): Protect
849         elmo-global-flags from distraction.
850
851 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
854
855         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
856         (wl-summary-event-handler): Ditto.
857         (wl-summary-update-persistent-mark-on-event): New
858         function (renamed from `elmo-event-handler-flag-changed').
859         (wl-summary-buffer-attach): New function.
860         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
861         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
862         instead of `elmo-folder-add-handler'.
863
864         * Version number is increased to 2.13.2.
865
866 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
869         and "\177" to the `wl-news-previous-page'.
870         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
871         (wl-news-previous-page): New function.
872
873 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
876         instead of `write-region' and simplify.
877
878 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
879
880         * wl-template.el (wl-template-select): Cause error if
881         `wl-template-alist' is nil.
882
883 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
884
885         * wl-news.el.in: Set file variable `no-byte-compile'.
886
887 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
890         whether a target message is within displaying area.
891         (elmo-event-handler-cache-changed): Ditto.
892
893 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
894
895         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
896         to `defun'.  Use `nconc' instead of `append' to collect descendant
897         message numbers.
898
899 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
900
901         * wl-thread.el (wl-thread-save-top-list)
902         (wl-thread-save-entities): Use `with-temp-buffer'.
903         * wl-news.el.in (wl-news-previous-version-load):
904         (wl-news-previous-version-save): Ditto.
905         * wl-summary.el (wl-summary-load-file-object)
906         (wl-summary-save-view-cache): Ditto.
907
908 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-util.el (toplevel): Require 'elmo-flag'.
911         (wl-read-search-condition): New function (Renamed from
912         `elmo-read-search-condition').
913         (wl-read-search-condition-internal): Likewise.
914
915         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
916         invalid.
917         (wl-summary-pick): Use `wl-read-search-condition' instead of
918         `elmo-read-search-condition'.
919         (wl-summary-virtual): Ditto.
920
921         * wl-folder.el (wl-folder-virtual): Ditto.
922         (wl-folder-pick): Ditto.
923
924         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
925
926 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-summary.el (wl-summary-reedit): Call
929         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
930
931 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * wl-mime.el (toplevel): Require wl-vars.
934
935         * wl-message.el (toplevel): Require cl at compile.
936
937         * wl-draft.el (toplevel): Require elmo.
938
939 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-message.el (wl-message-buffer-prefetch): Count is a number
942         and do nothing when it is not positive.
943         (wl-message-buffer-prefetch-next): Ditto.
944
945 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
948         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
949         (wl-summary-redisplay-internal): Ditto.
950
951         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
952         message (the condition is borrowed from `wl-check-variables-2').
953         (wl-summary-redisplay-internal): Ditto.
954
955 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-mime.el (wl-draft-nntp-attribute): New function.
958         (wl-draft-attribute-nntp-posting-server): Use it.
959         (wl-draft-attribute-nntp-posting-port): Ditto.
960
961         * wl-mime.el (wl-draft-preview-attributes-list): New function.
962         (wl-draft-show-attributes-buffer): Ditto.
963         (wl-draft-hide-attributes-buffer): Ditto.
964         (wl-draft-attribute-newsgroups): Ditto.
965         (wl-draft-attribute-nntp-posting-server): Ditto.
966         (wl-draft-attribute-nntp-posting-port): Ditto.
967         (wl-draft-preview-message): Use there functions.
968
969         * wl-vars.el (wl-draft-preview-attributes-list): Change default
970         value.
971
972 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
975         (wl-draft-reedit): Ditto.
976         (wl-draft-queue-flush): Ditto.
977
978         * wl-mime.el (wl-message-request-partial): Ditto.
979         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
980         instead of `elmo-message-fetch'.
981
982         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
983
984         * wl-summary.el (wl-summary-message-string): Ditto.
985
986 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * wl-util.el (wl-current-message-buffer): Follow the API change.
989
990         * wl-summary.el (wl-summary-redisplay-internal): Call
991         `wl-summary-mark-as-read' with 2nd argument as nil and update
992         unread count instead of persistent mark.
993
994         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
995         variable.
996         (wl-message-redisplay): Follow the API change.
997         (wl-message-buffer-display): Managed mime-entity directly and
998         return preview buffer only.
999         (wl-message-display-internal): Rewrite.
1000         (wl-message-buffer-prefetch-subr): Not save return value of
1001         `wl-message-buffer-display'.
1002
1003         * Version number is increased to 2.13.1.
1004
1005 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1008         'elmo-multiple-fields-body-list' with boundary specified.
1009
1010 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1013         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1014         cache if `wl-summary-resend-use-cache' is non-nil.
1015
1016 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1017
1018         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1019         (wl-nntp-posting-stream-type): Ditto.
1020
1021 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1022
1023         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1024
1025 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1026
1027         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1028         message.
1029
1030 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1033         Abolish.
1034         (wl-summary-buffer-persistent-mark-version): New internal
1035         variable.
1036         (wl-summary-update-mark-and-highlight-window): Check by
1037         wl-summary-persistent-mark-invalid-p.
1038         (wl-summary-update-status-marks): Ditto.
1039         (elmo-event-handler-flag-changed): Rewrite.
1040         (elmo-event-handler-cache-changed): Define.
1041         (wl-summary-prefetch-msg): Does not update persistent mark here.
1042         (wl-summary-delete-cache): Ditto.
1043         (wl-summary-resume-cache-status): Ditto.
1044         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1045         (wl-summary-persistent-mark-invalid-p): New function.
1046         (wl-summary-validate-persistent-mark): Ditto.
1047         (wl-summary-validate-persistent-mark-string): Ditto.
1048         (wl-summary-invalidate-persistent-mark): Ditto.
1049         (wl-summary-update-persistent-mark): Call
1050         `wl-summary-validate-persistent-mark'.
1051         (wl-summary-create-line): Call
1052         `wl-summary-validate-persistent-mark-string'.
1053
1054         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1055         status as t if cache used.
1056
1057 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1060         only if the target is group.
1061         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1062
1063 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1064
1065         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1066
1067 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1068
1069         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1070
1071         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1072
1073 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1074
1075         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1076         (Thanks to Yoichi NAKAYAMA).
1077
1078 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1079
1080         * wl-util.el (wl-save-drafts): Restore echo area.
1081
1082 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1083
1084         * Version number is increased to 2.13.0.
1085
1086         * wl-util.el (wl-biff-check-folder-async): Use
1087         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1088
1089 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-message.el (wl-message-display-internal): Does not put
1092         wl-message-display-type property on message buffer.
1093         (wl-message-buffer-display-type): New function.
1094
1095         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1096
1097         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1098         `wl-summary-buffer-detach'.
1099         (wl-summary-message-display-type): Use
1100         `wl-summary-buffer-display-type'.
1101
1102 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1105         buffer-local.
1106
1107         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1108         kill-buffer-hook instead of make-local-variable.
1109         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1110
1111 2004-12-12  Scott Renfro <scott@renfro.org>
1112
1113         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1114         regex for square-branket.
1115
1116 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1119         `wl-message-mime-analysis-p' with argument `header'.
1120
1121 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1122
1123         * wl-mime.el (wl-draft-yank-current-message-entity): 
1124         Switch to no-mime following method according to wl-message-display-type
1125         property.
1126         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1127
1128         * wl-message.el (wl-message-display-internal): 
1129         Put wl-message-display-type property on message buffer.
1130
1131         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1132         (wl-message-display-internal): Ditto;
1133
1134         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1135
1136 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-message.el (wl-message-make-display-type): New function.
1139         (wl-message-display-type-property): Ditto.
1140         (wl-message-mime-analysys-p): Ditto.
1141         (wl-message-display-all-header-p): Ditto.
1142         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1143         added `display-type'.
1144         (wl-message-buffer-display): Likewise.
1145         (wl-message-display-internal): Likewise.
1146         (wl-message-buffer-display-type): Abolish.
1147         (wl-message-buffer-prefetch-subr): Follow the API changed.
1148
1149         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1150         from wl-summary-buffer-display-all-header and changed default value.
1151         (wl-summary-message-display-type): New function.
1152         (wl-summary-buffer-display-mime-mode): Ditto.
1153         (wl-summary-buffer-display-header-mode): Ditto.
1154         (wl-summary-toggle-mime): Rewrite with above functions.
1155         (wl-summary-toggle-all-header): Ditto.
1156         (wl-summary-redisplay): Force redisplay with default mode.
1157         (wl-summary-redisplay-internal): Renamed argument from `mode',
1158         `all-header' to `mime-mode', `header-mode'.
1159         Use `wl-message-make-display-type'.
1160
1161         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1162         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1163
1164 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1165
1166         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1167
1168 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1169
1170         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1171         in original message buffer.
1172         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1173         buffer.
1174
1175 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1178
1179 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1182
1183 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1184
1185         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1186         when actions succeeded.
1187         (wl-summary-exec-action-copy): Likewise.
1188
1189 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1190
1191         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1192         there is switch-to-buffer at the end of wl-message-select-buffer.
1193         (wl-summary-reply): Ditto.
1194
1195 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1196
1197         * wl-summary.el (wl-summary-forward): Put subject in original
1198         message buffer as argument of wl-draft-forward.
1199         * wl-draft.el (wl-draft-forward): Decode subject as in
1200         wl-draft-reply.
1201
1202 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1205         a folder under access group.
1206
1207 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208
1209         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1210         wl-message-buffer-display.
1211
1212         * wl-util.el (wl-set-save-drafts): Fix typo.
1213
1214 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1217         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1218         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1219         the way to measure the width of a bitmap image; don't put face on
1220         ascii and bitmap images; put the mark which should not use the
1221         variable-pitch face on ascii and bitmap images.
1222         (wl-demo-setup-properties): Don't use the variable-pitch face on
1223         ascii and bitmap images; made it work on Emacs 20 and earlier.
1224         (wl-demo-insert-text): End with a newline at the bottom; don't put
1225         face on text.
1226
1227         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1228
1229 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1230
1231         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1232
1233         * wl-util.el (wl-save-drafts): Moved from sample setting.
1234         (wl-set-save-drafts): New function to set idle timer.
1235         * wl-draft.el (wl-draft): Call it.
1236         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1237
1238 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1239
1240         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1241         a summary which has toggle display status off.
1242
1243 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-draft.el (wl-draft-do-fcc): No cache save.
1246
1247 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-summary.el (elmo-event-handler-flag-changed): Use
1250         `set-buffer' instead of `with-current-buffer'.
1251
1252 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-summary.el (wl-summary-after-resize-function): New function.
1255         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1256         window-size-change-functions.
1257
1258 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-draft.el (wl-draft-create-buffer): Bind
1261         `change-major-mode-hook' after current buffer is changed.
1262
1263         * wl-summary.el (wl-summary-buffer-detach): New function.
1264         (wl-summary-buffer-set-folder): Call it.
1265         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1266         change-major-mode-hook and kill-buffer-hook.
1267         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1268         (wl-summary-switch-to-clone-buffer): Ditto.
1269         (wl-summary-goto-folder-subr): Ditto.
1270
1271 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1272
1273         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1274         after boundp check.
1275
1276 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1279         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1280         for `kill-buffer'.
1281
1282         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1283         handler of current buffer from elmo-folder.
1284
1285 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1286
1287         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1288
1289 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1292         variable.
1293         (wl-summary-event-handler): New class.
1294         (elmo-event-handler-flag-changed): Define to update persistent
1295         mark.
1296         (wl-summary-buffer-set-folder): Register event handler to
1297         elmo-folder.
1298         (wl-summary-exit): Unregister event handler.
1299         (wl-summary-goto-folder-subr): Ditto.
1300         (wl-summary-mark-as-read-all): Does not call
1301         `wl-summary-update-persistent-mark' directly.
1302         (wl-summary-mark-as-read-internal): Ditto.
1303         (wl-summary-set-persistent-mark-internal): Ditto.
1304         (wl-summary-set-flags-internal): Ditto.
1305
1306         * Version number is increased to 2.11.33.
1307
1308 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1309
1310         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1311         to nil.
1312
1313 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1314
1315         * wl-spam.el (wl-spam-setup): Add hook
1316         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1317         instead of `wl-summary-prepare-hook'.
1318
1319         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1320         if folder type is `'flag'.
1321         (wl-summary-mark-as-important): Ditto.
1322
1323 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1324
1325         * wl-address.el (wl-address-minibuffer-history): New variable.
1326         (wl-address-minibuffer-local-map): New keymap.
1327         (wl-address-read-from-minibuffer): New function.
1328
1329         * wl-action.el (wl-summary-get-resend-address): Use
1330         `wl-address-read-from-minibuffer' instead of `completing-read'.
1331
1332 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * Version number is increased to 2.11.32.
1335
1336 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1337
1338         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1339         without mule to iso-8859-1.
1340         (wl-draft-add-in-reply-to): Add note in description.
1341         (wl-draft-add-references): Ditto.
1342
1343 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1346         definition for `m'.
1347         (wl-summary-mode-line-format): Add '[%m]'.
1348         (wl-message-mode-line-format-spec-alist): Ditto.
1349         (wl-summary-display-mime-mode-list): New variable.
1350
1351         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1352         from wl-summary-buffer-display-as-is.
1353         (wl-summary-buffer-display-all-header): New buffer local variable.
1354         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1355         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1356         instead of wl-summary-buffer-display-as-is.
1357         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1358         (wl-summary-set-persistent-mark): Ditto.
1359         (wl-summary-set-message-buffer-or-redisplay): Just call
1360         `wl-summary-redisplay-internal' without optional arguments.
1361         (wl-summary-toggle-mime): Rewrite.
1362         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1363         (wl-summary-toggle-all-header): New function.
1364         (wl-summary-redisplay-internal): Treat mime mode.
1365
1366         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1367         to wl-mime-preview-follow-no-mime.
1368         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1369         accodring to the display-mode.
1370
1371         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1372         (wl-message-buffer-display): Changed argument name from `as-is' to
1373         `mode'.
1374         (wl-message-display-internal): Ditto;
1375         Bind elmo-mime-display-header-analysis according to the mode.
1376         (wl-message-display-internal): Put wl-message-display-mime-mode
1377         property on entire buffer.
1378
1379 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1382
1383 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1384
1385         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1386         Don't extract mail address.
1387         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1388
1389         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1390
1391         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1392
1393 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1396         wl-fldmgr-cut-entity-list on confirmation.
1397
1398 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399
1400         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1401         (wl-mime-quit-preview): Check existence of
1402         mime-edit-temp-message-buffer here.
1403
1404 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1407         after deletion.
1408
1409         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1410         before calling wl-mime-quit-preview.
1411
1412 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1413
1414         * wl-summary.el (wl-summary-pick): If call it with prefix
1415         argument, set `delete-marks' as non-nil. Pick from only visible
1416         messages.
1417         (wl-summary-check-target-mark): New function.
1418         (wl-summary-target-mark-mark-as-read): Use it.
1419         (wl-summary-target-mark-mark-as-unread): Ditto.
1420         (wl-summary-target-mark-operation): Ditto.
1421         (wl-summary-target-mark-set-flags): Ditto.
1422         (wl-summary-target-mark-save): Ditto.
1423         (wl-summary-target-mark-pick): Ditto.
1424         (wl-summary-target-mark-forward): Ditto.
1425         (wl-summary-target-mark-reply-with-citation): Ditto.
1426         (wl-summary-target-mark-print): Ditto.
1427         (wl-summary-target-mark-uudecode): Ditto.
1428
1429         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1430         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1431         with `ask-coding' is non-nil.
1432
1433 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-thread.el (wl-thread-set-parent): If parent is a message
1436         which is identified by references, set linked as nil.
1437
1438 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1441         (wl-message-mode-line-format-spec-alist): Ditto.
1442         (wl-message-mode-line-format): Ditto.
1443         (wl-summary-mode-line-format): Ditto for docstring.
1444         (wl-summary-no-mime-folder-list): Fix typo.
1445
1446         * wl-util.el (wl-current-message-buffer): Call
1447         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1448
1449         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1450         variable.
1451         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1452         of `wl-summary-redisplay-no-mime'.
1453         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1454         (wl-summary-toggle-mime): New function.
1455         (wl-summary-redisplay-all-header): Rewrite.
1456         (wl-summary-redisplay-no-mime): Ditto.
1457         (wl-summary-redisplay-internal): Added argument `as-is' and
1458         `all-header'.
1459
1460         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1461         New variable.
1462         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1463         bottom.
1464         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1465         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1466         "/" unconditionally.
1467
1468         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1469         wl-mime-preview-follow-no-mime for as-is content.
1470         (wl-mime-preview-follow-no-mime): New function.
1471         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1472
1473         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1474         and added `as-is', `all-header'.
1475         (wl-message-buffer-display): Ditto.
1476         (wl-message-buffer-display-type): New function.
1477
1478 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1479
1480         * wl-vars.el (wl-message-header-button-alist): Change default
1481         value.
1482         (wl-message-body-button-alist): Ditto.
1483
1484 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1487
1488 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1491
1492 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1493
1494         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1495         is always true.
1496
1497 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1498
1499         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1500         on null entity.
1501
1502 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503
1504         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1505
1506 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * wl-vars.el (wl-summary-resend-hook): New hook.
1509
1510         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1511         `wl-summary-resend-hook'.
1512
1513 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1516         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1517         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1518         (wl-summary-new-cached-mark): Changed default value to 'n'.
1519         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1520         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1521         (wl-folder-sync-range-alist): Remove spec for 'flag.
1522         (wl-summary-force-prefetch-folder-list): New user option.
1523
1524         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1525         `wl-summary-toggle-persistent-mark'.
1526         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1527         number is nil.
1528         (wl-summary-mark-as-answered-region): Set interactive argument of
1529         `wl-summary-set-persistent-mark-internal'.
1530         (wl-summary-mark-as-important-region): Ditto.
1531         (wl-summary-unset-persistent-mark): Ditto.
1532         (wl-summary-set-persistent-mark): Ditto.
1533         (wl-summary-mark-as-answered): Ditto.
1534         (wl-summary-mark-as-important): Ditto.
1535         (wl-summary-set-persistent-mark-internal): Do nothing
1536         when `elmo-message-flag-available-p' is nil.
1537         (wl-summary-toggle-persistent-mark): New function.
1538         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1539         when the folder matches `wl-summary-force-prefetch-folder-list'.
1540
1541
1542         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1543         when number is nil.
1544         (wl-highlight-summary-forwarded-face): New face.
1545
1546 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1547
1548         * Version number is increased to 2.11.31.
1549
1550 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1553         (wl-biff-check-folder-async): Ditto.
1554         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1555
1556 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1557
1558         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1559         Add an argument `reverse'.  All callers are updated.
1560         (wl-summary-sort): Add a prefix argument `reverse' to specify
1561         reverse sorting.
1562         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1563         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1564         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1565
1566 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-message.el (wl-message-redisplay): Does not narrow header if
1569         disply-type is all-header or as-is.
1570
1571         * wl-summary.el (wl-summary-enter-handler): Use
1572         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1573
1574 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1577         after adding wl-draft-parent-variables.
1578         (wl-draft-forward): Ditto.
1579
1580 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (wl-summary-sync-marks): Call
1583         `wl-summary-set-persistent-mark' and
1584         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1585         (wl-summary-set-persistent-mark-internal): Add 4th argument
1586         `no-server'.
1587         (wl-summary-unset-persistent-mark): Ditto.
1588         (wl-summary-set-persistent-mark): Ditto.
1589         (wl-summary-add-flags-internal): Abolish.
1590         (wl-summary-remove-flags-internal): Ditto.
1591         (wl-summary-mark-as-important-internal): Ditto.
1592         (wl-summary-mark-as-important): Use
1593         `wl-summary-set-persistent-mark' instead of
1594         `wl-summary-add-flags-internal'.
1595         (wl-summary-mark-as-important-region): Ditto.
1596
1597         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1598
1599         * wl-summary.el (wl-summary-get-available-flags): New function.
1600         (wl-summary-sync-marks): Use it and simplified.
1601         (wl-summary-unset-persistent-mark): Use
1602         `wl-summary-get-available-flags'.
1603         (wl-summary-set-persistent-mark): Ditto.
1604
1605 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1608         id.
1609
1610 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1613         number, call `wl-summary-prev-line-content'. Show message when the
1614         message is not found.
1615
1616 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1619         wl-summary-enter-handler.
1620         (wl-summary-enter-handler): New command.
1621
1622         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1623         docstring and custom spec.
1624
1625         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1626         flags too; Don't treat Cached and New.
1627         (wl-summary-set-persistent-mark): Ditto.
1628
1629         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1630         `wl-folder-set-flag'.
1631
1632         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1633         instead of `wl-folder-set-flag'.
1634
1635         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1636         for completion.
1637         (wl-summary-set-persistent-mark): Ditto.
1638
1639         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1640         instead of `wl-draft-quit-preview'.
1641
1642         * wl-mime.el (toplevel): Avoid compile warning.
1643         (wl-mime-quit-preview): New function
1644         (formarly defined as `wl-draft-quit-preview').
1645         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1646         quitting method.
1647
1648         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1649
1650         * wl-folder.el (wl-folder-set-flag): Renamed from
1651         `wl-draft-set-flag-on-parent'.
1652
1653         * wl-draft.el (wl-draft-quit-preview): New function.
1654         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1655         (wl-draft-send): Call `wl-folder-set-flag' instead of
1656         `wl-draft-set-flag-on-parent'.
1657         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1658
1659 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1662         (wl-draft-send): Ditto.
1663
1664 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1665
1666         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1667         (wl-draft-kill-pre-hook): Set default value as nil.
1668         (wl-summary-reply-hook): Ditto.
1669         (wl-draft-kill-flags): Abolish.
1670
1671         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1672         (wl-draft-parent-variables): Renamed from
1673         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1674         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1675         argument; Add wl-draft-parent-variables to
1676         wl-draft-config-variables.
1677         (wl-draft-reply): Likewise.
1678         (wl-draft-kill-flags): Abolish.
1679         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1680         (wl-draft-set-flag-on-parent): New function.
1681         (wl-draft-setup-parent-flag): Ditto.
1682
1683 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1684
1685         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1686         `wl-draft-parent-folder' is "".
1687
1688 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1689
1690         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1691         (wl-summary-digit-jump): New function.
1692         (Adviced by John Owens and Hiroya Murata)
1693
1694         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1695         (Adviced by John Owens)
1696
1697         * wl-xmas.el (wl-message-define-keymap): Ditto.
1698
1699         * wl-mule.el (wl-message-define-keymap): Ditto.
1700
1701 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1704         change of return value of elmo-folder-count-flags.
1705
1706         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1707         (wl-summary-mark-as-read-internal): Ditto.
1708         (wl-summary-set-persistent-mark-internal): Ditto.
1709         (wl-summary-folder-info-update): Ditto.
1710         (wl-summary-sync-update): Fixed the last change.
1711
1712         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1713
1714 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1715
1716         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1717         (wl-draft-kill-flags): Fixed docstring.
1718
1719         * wl-draft.el (wl-draft-kill-flags): New function.
1720         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1721
1722 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-vars.el (wl-reply-hook): Abolish.
1725         (wl-draft-reply-hook): New hook.
1726         (wl-summary-reply-hook): Ditto.
1727         (wl-draft-forward-hook): Ditto.
1728         (wl-summary-forward-hook): Ditto.
1729         (wl-draft-kill-flags): New variable.
1730
1731         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1732         wl-summary-set-persistent-mark-internal.
1733         (wl-summary-sync-marks): Use elmo-preserved-flags.
1734         (wl-summary-update-persistent-mark): Make it interactive.
1735         (wl-summary-set-persistent-mark-internal): New inline function.
1736         (wl-summary-mark-as-answered): Use it.
1737         (wl-summary-mark-as-unanswered): Ditto.
1738         (wl-summary-unset-persistent-mark): New function.
1739         (wl-summary-set-persistent-mark): Ditto.
1740         (wl-summary-reply): Don't set answered flag;
1741         Run wl-summary-reply-hook instead.
1742         (wl-summary-forward): Call wl-draft-forward with number.
1743         Run wl-summary-forward-hook.
1744
1745         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1746         (wl-highlight-summary-line-face-spec): Use it as a default
1747         persistent mark face.
1748
1749         * wl-draft.el (wl-draft-forward): Added optional argument number;
1750         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1751         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1752         (wl-draft-kill): Use wl-draft-kill-flags.
1753
1754         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1755
1756         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1757         of return value of elmo-folder-count-flags.
1758
1759         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1760
1761         * wl-summary.el (wl-summary-count-unread): Ditto.
1762         (wl-summary-sync-update): Follow the change above.
1763         (wl-summary-force-prefetch): New function.
1764
1765 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1766
1767         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1768         variable `buf' with `let' instead of `setq'.
1769
1770 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1773         add Content-Disposition heaeder on the deleted part.
1774
1775 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-draft.el (wl-draft-save): Encode address list under edit by
1778         `eword-encode-unstructured-field-body'.
1779
1780         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1781
1782 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1783
1784         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1785         wl-current-summary-buffer.
1786
1787 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1788
1789         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1790         `numbers' is ignored.
1791
1792 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1793
1794         * wl-folder.el (wl-folder-open-folder): Avoid error.
1795         Reported by John Owens, [wl-en:815]
1796
1797         * wl.el (wl): Set timer for biff process even if prefix argument
1798         is given or auto-checking is quitted.
1799
1800         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1801         immediately.
1802         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1803         (wl-toggle-plugged): Ditto.
1804
1805         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1806         * wl-util.el (wl-biff-start): Use idle timer if
1807         `wl-biff-use-idle-timer' is non-nil.
1808
1809 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1810
1811         * wl-highlight.el (wl-highlight-message): Fix description.
1812
1813 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1814
1815         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1816         tty.
1817
1818 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-action.el (wl-summary-exec): Print failure count.
1821
1822 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1823
1824         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1825         to `defun', remove interactive form.
1826         Set elmo-message-fetch-confirm when force-reload is non-nil.
1827
1828 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * wl-summary.el (toplevel): Removed unnecessary autoload.
1831
1832 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1833
1834         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1835         the buffer is generated from another message buffer.
1836
1837 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1840         extracted from `wl-fldmgr-save-folders'.
1841         (wl-fldmgr-delete): Call it after deletion.
1842
1843 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1846         multi-tty support.
1847
1848 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1849
1850         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1851
1852 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1853
1854         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1855         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1856
1857 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1860         unsubscribe list only if argument CLEAR is nil.
1861
1862 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1863
1864         * wl-draft.el (wl-draft-reply): Decode subject before removing
1865         Re: prefix.
1866
1867 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1868
1869         * wl-summary.el (wl-summary-sort-by-size): New command.
1870
1871 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1872
1873         * wl-summary.el (wl-summary-number-list-from-region): New
1874         function.
1875         (wl-summary-mark-as-read-region): Use it.
1876         (wl-summary-mark-as-unread-region): Ditto.
1877         (wl-summary-set-flags-region): Ditto and add optional argument
1878         remove.
1879         (wl-summary-mark-as-answered-region): Ditto.
1880         (wl-summary-mark-as-important-region): Ditto.
1881         (wl-summary-target-mark-mark-as-important): Added optional
1882         argument remove.
1883         (wl-summary-target-mark-mark-as-answered): Ditto.
1884         (wl-summary-target-mark-set-flags): Ditto.
1885
1886 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1887
1888         * wl-summary.el (wl-summary-set-flags-region): Call
1889         `wl-summary-set-flags-internal' with number list instead of call
1890         one by each message.
1891         (wl-summary-target-mark-set-flags): Likewise.
1892
1893 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1896         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1897         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1898         (wl-summary-target-mark-mark-as-answered): Likewise.
1899
1900 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-summary.el (wl-summary-target-mark-forward): Use
1903         `wl-summary-delete-all-target-marks' instead of
1904         `wl-summary-delete-all-temp-marks'.
1905         (wl-summary-target-mark-reply-with-citation): Ditto.
1906         (wl-summary-target-mark-uudecode): Ditto.
1907         (wl-summary-target-mark-set-flags): Ditto and remove needless
1908         cursor move.
1909
1910 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1911
1912         * wl-summary.el (wl-summary-target-mark-forward): Protect
1913         wl-summary-buffer-target-mark-list from nreverse.
1914         (wl-summary-target-mark-reply-with-citation): Ditto.
1915
1916 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1917
1918         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1919         `elmo-display-progress-threshold'.
1920
1921 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1922
1923         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1924         check `wl-summary-highlight'.
1925         (wl-summary-window-scroll-functions): Respect value of
1926         `wl-summary-highlight'.
1927         (wl-summary-sync-update): Run hooks
1928         `wl-summary-buffer-window-scroll-functions' at any time.
1929
1930 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1933         from `wl-summary-cleanup-temp-marks'.
1934         (wl-summary-cleanup-temp-marks): Abolish argument.
1935         * wl.el (wl-save-status): Revert previous change.
1936         (wl-execute-temp-marks): New function, call
1937         `wl-summary-exec-with-confirmation'.
1938         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1939         (wl-folder-save-and-exec-marks): Abolished.
1940
1941 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942
1943         * wl-e21.el (wl-e21-display-image-p): Respect
1944         `wl-highlight-folder-with-icon'.
1945         (wl-e21-highlight-folder-group-line): Highlight mouse line
1946         even if wl-e21-display-image-p is nil.
1947
1948         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1949         Respect value of `wl-summary-highlight'.
1950
1951         * wl.el (wl-save-status): Remove unused variable.
1952
1953         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1954         (wl-folder-mode-map): Bind it to "x".
1955
1956 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1957
1958         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1959
1960         * wl-thread.el (wl-thread-get-parent-list): Don't check
1961         disconnected ancestors, neglecting needless work in
1962         `wl-thread-update-indent-string-thread'.
1963
1964         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1965         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1966         argument, add argument default-keep to keep marks by default.
1967
1968         * Version number is increased to 2.11.30.
1969
1970         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1971         customization type and docstring.
1972         (wl-draft-reply-without-argument-list): Ditto.
1973
1974 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1977
1978         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1979
1980 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1983
1984 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1987         save-excursion so as not to include run-hooks.
1988
1989 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1990
1991         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1992         Clarify that marks are going to be cleared.
1993
1994 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1997         according to 3rd element of wl-summary-flag-mark.
1998
1999         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2000
2001 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2002
2003         * wl-action.el (wl-summary-target-mark-all): Don't set
2004         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2005
2006 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2009         (wl-forward-subject-prefix): Ditto.
2010         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2011         (wl-draft-reply-make-subject): Ditto.
2012
2013         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2014         `wl-draft-forward'.
2015         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2016
2017 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2020         target message does not exist.
2021
2022 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2023
2024         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2025         `wl-subject-prefix-regexp'.
2026         (wl-subject-forward-prefix-regexp): New variable.
2027         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2028         `wl-draft-strip-subject-re' and take regexp as argument.
2029         (wl-draft-forward): Use it.
2030         (wl-draft-reply): Ditto.
2031
2032 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2033
2034         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2035         emacs multi-tty support.
2036
2037 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2038
2039         * wl-e21.el (wl-e21-display-image-p): Don't call
2040         `display-images-p'.
2041         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2042         support.
2043         (wl-highlight-folder-current-line): Ditto.
2044         (wl-folder-init-icons): Ditto.
2045
2046 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2049         the last line of summary in unplugged mode.
2050
2051 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2052
2053         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2054
2055 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2058         * wl-address.el (wl-address-user-mail-address-p): Use it.
2059         (wl-address-delete-user-mail-addresses): Ditto.
2060         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2061
2062         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2063         (wl-address-delete-user-mail-addresses): Ditto.
2064
2065         * wl-address.el (wl-address-delete-user-mail-addresses): New
2066         function.
2067         * wl-refile.el (wl-refile-guess-by-history): Use it.
2068         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2069         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2070
2071         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2072         use wl-address-user-mail-address-p.
2073
2074 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2075
2076         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2077         after opening group.
2078
2079 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2082         of elmo-set-buffer-multibyte.
2083
2084         * wl-message.el (wl-original-message-mode): Ditto.
2085
2086         * wl-score.el (wl-score-insert-header): Ditto.
2087
2088         * wl-summary.el
2089         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2090         (wl-summary-goto-folder-subr): Ditto.
2091         (wl-summary-insert-headers): Ditto.
2092
2093         * wl-util.el (wl-set-string-width): Ditto.
2094
2095         * Version number is increased to 2.11.29.
2096
2097 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2100         (wl-highlight-summary-line-help-echo-alist): New variable.
2101         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2102         into `wl-highlight-summary-line-help-echo' and
2103         `wl-highlight-flag-folder-help-echo'.
2104         (wl-highlight-summary-line-string): Change accordingly.
2105         (wl-highlight-summary-current-line): Ditto.
2106
2107 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2110         at the beginning of field body (Thanks to Markus Knittig).
2111
2112         * wl-draft.el (wl-draft-insert-current-message): Also check
2113         summary buffer, remove unnecessary tag.
2114
2115 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2118         when wl-message-buffer is nil.
2119
2120         * wl-folder.el (wl-folder): Abolish unused argument.
2121         Call wl-folder-init when wl-folder-entity is nil.
2122         * wl.el (wl): Change accordingly.
2123
2124 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2125
2126         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2127         multibyte string before insert into draft buffer.
2128         (wl-draft-create-buffer): Always enable multibyte characters for
2129         draft buffer.
2130
2131         * Version number is increased to 2.11.28.
2132
2133 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2134
2135         * wl-folder.el (wl-folder-open-close): Handle blank line.
2136         (wl-folder-jump-to-current-entity): Ditto.
2137
2138 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2139
2140         * Version number is increased to 2.11.27.
2141
2142 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2143
2144         * wl-thread.el (wl-thread-insert-message): When the thread is
2145         devided by wl-summary-max-thread-depth, insert line at the end of
2146         buffer.
2147
2148 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2149
2150         * Version number is increased to 2.11.26.
2151
2152 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2153
2154         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2155
2156 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2159         value of stream-type and session.
2160
2161 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2162
2163         * Version number is increased to 2.11.25.
2164
2165 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2166
2167         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2168         in a quit message.
2169
2170 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2173         (wl-summary-redisplay-no-mime-internal): Ditto.
2174
2175 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2176
2177         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2178         * wl-vars.el (wl-smtp-connection-type): Ditto.
2179
2180 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2181
2182         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2183         for the separator line and quote mail-header-separator.
2184
2185 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2188         result message.
2189
2190         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2191         `elmo-multiple-fields-body-list' with boundary as
2192         mail-header-separator.
2193
2194 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2195
2196         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2197
2198 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-util.el (wl-list-diff): Remove unused function.
2201
2202         * wl-draft.el (wl-draft-send-confirm): Discard input before
2203         confirmation.
2204
2205 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2208         order of flag and new.
2209
2210 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2211
2212         * wl-vars.el (wl-refile-policy-alist): Abolished.
2213
2214         * wl-action.el (wl-summary-set-action-refile): Follow the change
2215         above.
2216
2217 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * wl-highlight.el (wl-highlight-signature-search): Don't use
2220         re-search-backward for a long word since it is possible to crash
2221         XEmacs because of a bug.
2222
2223 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2224
2225         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2226
2227 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2230         argument for wl-summary-sync-force-update.
2231
2232 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2233
2234         * wl-summary.el (wl-summary-mode-map): Revival of
2235         wl-summary-mark-as-important related bindings;
2236         Bind 'F','tF','mF','rF','m&'.
2237         (wl-summary-mark-as-important-region): Revival.
2238         (wl-summary-target-mark-mark-as-important): Ditto.
2239         (wl-summary-target-mark-operation): New function.
2240         (wl-summary-target-mark-mark-as-answered): Use it.
2241         (wl-summary-decide-flag): Don't set Important as default.
2242         (wl-summary-mark-as-important-internal): Revival.
2243         (wl-summary-mark-as-important): Ditto.
2244
2245         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2246
2247         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2248         instead of facep.
2249
2250 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2251
2252         * wl-dnd.el (wl-dnd-drop-func): Fix.
2253
2254         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2255         mouse-set-point instead of posn-point.
2256
2257         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2258
2259         * wl-mule.el (wl-completing-read-multiple): Ditto.
2260
2261 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-demo.el (face-background-name): Defalias to avoid compile
2264         warning.
2265
2266 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-summary.el (wl-summary-decide-flag): Use
2269         wl-completing-read-multiple instead of completing-read-multiple.
2270
2271         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2272         New alias.
2273
2274         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2275         Use face-background-name instead of face-background.
2276
2277         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2278
2279         * wl-summary.el (wl-summary-save): Use it.
2280         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2281
2282         * wl-mime.el (wl-mime-save-content): Fix last change.
2283
2284 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2285
2286         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2287         New function.
2288         (wl-summary-sort-specs): Added sort.
2289         * wl-mime.el (wl-mime-save-content): Expand file name.
2290
2291 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2294
2295         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2296
2297 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2300         for flag if it is not defined.
2301
2302 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2303
2304         * wl-e21.el (wl-highlight-folder-current-line): Use
2305         elmo-folder-type-internal when elmo-folder-type returns nil.
2306
2307         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2308
2309         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2310
2311         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2312
2313         * wl-e21.el (wl-summary-toolbar): Ditto.
2314
2315         * wl-vars.el (wl-demo-background-color): Abolished.
2316         (wl-summary-persistent-mark-priority-list): Renamed from
2317         wl-summary-flag-priority-list.
2318         (wl-summary-flag-alist): New user option.
2319         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2320         (wl-message-mode-line-format-spec-alist): Added 'F'.
2321         (wl-message-mode-line-format): Likewise.
2322         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2323         instead of wl-summary-important-mark.
2324         (wl-file-folder-icon): New variable.
2325
2326         * wl-thread.el (wl-thread-set-flags): Renamed from
2327         wl-thread-mark-as-important.
2328
2329         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2330         warning.
2331         (wl-summary-mode-menu-spec): Follow the change of 
2332         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2333         (wl-summary-mode-map): Follow the change of
2334         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2335         (wl-summary-detect-mark-position): Follow the variable name change.
2336         (wl-summary-set-flags-region): New function for the replacement of
2337         wl-summary-mark-as-important-region.
2338         (wl-summary-sync-marks): Sync all global-flags.
2339         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2340         instead of elmo-message-flagged-p.
2341         (wl-summary-persistent-mark-string): Follow the variable name change;
2342         Put wl-summary-flag-mark if the message has global-flag.
2343         (wl-summary-target-mark-set-flags): Renamed from 
2344         wl-summary-target-mark-mark-as-important.
2345         (wl-summary-decide-flag): New function.
2346         (wl-summary-set-flags-internal): Renamed from
2347         wl-summary-mark-as-important-internal.
2348         (wl-summary-add-flags-internal): New function.
2349         (wl-summary-remove-flags-internal): Ditto.
2350         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2351         (wl-summary-mark-as-unimportant): Abolish.
2352         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2353         (wl-summary-next-message): List flagged messages in the msgdb.
2354
2355         * wl-score.el (wl-summary-score-update-all-lines): Use
2356         wl-summary-add-flags-internal instead of 
2357
2358         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2359
2360         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2361         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2362         (wl-message-buffer-require-all-header): Renamed from
2363         wl-message-buffer-all-header-flag (Ditto).
2364         (wl-message-buffer-flag-indicator): New variable.
2365         (wl-message-redisplay): Changed local varibale name from `flag' to
2366         `display-type'; Set up wl-message-buffer-flag-indicator.
2367         (wl-message-buffer-display): Changed varibale name from `flag' to
2368         `display-type'.
2369         (wl-message-display-internal): Likewise.
2370
2371         * wl-highlight.el (wl-highlight-demo-face): Define default background
2372         color.
2373         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2374
2375         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2376
2377         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2378         (wl-demo-setup-properties): Renamed from
2379         `wl-demo-set-background-color'.
2380         (wl-demo): Follow the change above.
2381         
2382         * Version number is increased to 2.11.24.
2383
2384 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-summary.el (wl-summary-toggle-thread): Call
2387         `wl-summary-rescan' with disable-thread as non-nil.
2388         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2389
2390 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2393         foreground property of the face.
2394         (wl-demo-insert-text): Don't set up face property here.
2395         (wl-demo): Call wl-demo-set-background-color, anyway.
2396
2397 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2398
2399         * wl-vars.el (wl-demo-background-color): The value can be nil.
2400
2401 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2404         to wl-summary-wheel-dispatcher.
2405
2406         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2407         wl-message-wheel-dispatcher.
2408         (wl-message-wheel-dispatcher): New function.
2409         (wl-summary-wheel-dispatcher): Ditto.
2410
2411 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2412
2413         * wl-action.el (wl-summary-target-mark-all): List messages which are
2414         not in the killed-list.
2415
2416         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2417         only when the folder is 'flag/important.
2418
2419         * wl-address.el (wl-complete-field-body): Complete if the last
2420         character is a space.
2421
2422 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-folder.el (wl-folder-clear-entity-info): Use
2425         elmo-clear-hash-val.
2426
2427         * wl-fldmgr.el (wl-fldmgr-rename): Set
2428         wl-folder-info-alist-modified as t.
2429
2430 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2433
2434 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2437         (wl-folder-buffer-last-visited-entity-id): New buffer local
2438         variable.
2439         (wl-folder-revisit-last-visited-folder): New function.
2440         (wl-folder-mode-map): Bind it to "C-i".
2441         (wl-folder-set-current-entity-id): Set last visited folder.
2442         * wl-summary.el (wl-summary-exit): Ditto.
2443
2444 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2447         before calling `recenter' in order to cope with an XEmacs bug.
2448
2449 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2452         to the default value.
2453
2454 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2455
2456         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2457         change.
2458         (wl-summary-sync-marks): Ditto.
2459         (wl-summary-mark-as-read-internal): Ditto.
2460         (wl-summary-mark-as-answered-internal): Ditto.
2461         (wl-summary-mark-as-important-internal): Ditto.
2462         (wl-summary-reply): Ditto.
2463
2464         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2465         instead of `elmo-folder-unflag-answered'.
2466
2467         * Version number is increased to 2.11.23.
2468
2469         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2470         the last change.
2471
2472 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2473
2474         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2475         Specify "spam" or "good".
2476
2477 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-spam.el (wl-summary-exec-action-spam): Call
2480         wl-folder-confirm-existence for spam folder.
2481         (wl-spam-setup): Bind "mk".
2482
2483 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2484
2485         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2486
2487 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2490         destination folder is empty.
2491
2492 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2495         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2496
2497         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2498         (wl-summary-refile-prev-destination-region): New function.
2499         (wl-thread-refile-prev-destination): Ditto.
2500         (wl-summary-target-mark-refile-prev-destination): Ditto.
2501
2502 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2503
2504         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2505         (wl-demo-background-color): Changed default value.
2506
2507         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2508         color.
2509
2510         * wl-demo.el (wl-demo-set-background-color): New function.
2511         (wl-demo): Call it.
2512
2513 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2514
2515         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2516         * wl-address.el (wl-address-add-or-change): Don't add empty
2517         address.
2518
2519 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2520
2521         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2522
2523 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-vars.el (wl-demo-image-filter-alist): New variable
2526         (wl-demo-background-color): Ditto.
2527
2528         * wl-demo.el (wl-demo-xpm-set-background): New function.
2529         (wl-demo-image-filter): Ditto.
2530         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2531
2532         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2533
2534         * wl-demo.el (wl-demo-icon-name): Define as function.
2535         (wl-demo-insert-image): Use it.
2536
2537 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2538
2539         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2540
2541 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2542
2543         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2544
2545 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2548
2549 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-thread.el (wl-thread-mark-as-answered): New function.
2552
2553         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2554         answered" entry.
2555         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2556         "r&" and wl-thread-mark-as-answered to "t&".
2557         (wl-summary-mark-as-important-region): Refine to toggle mark.
2558         (wl-summary-mark-as-answered-region): New function.
2559         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2560         and 3rd argument.
2561         (wl-summary-mark-as-important-internal): Likewise.
2562
2563 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2564
2565         * wl-template.el (wl-template-preview): New internal variable.
2566         (wl-template-preview-p): New function.
2567         (wl-template-show): Bind `wl-template-preview' as t.
2568
2569 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2572         `elmo-message-entity-field' with 3rd argument which is non-nil.
2573
2574 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2575
2576         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2577         Removed duplicate local bind `folder'.
2578
2579 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2582
2583 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2584
2585         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2586         duplicate definition.
2587
2588 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2589
2590         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2591         non-nil, use it; Don't fetch message if there's no message in the
2592         current cursor position.
2593
2594 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2595
2596         * wl-util.el (wl-region-exists-p): Use region-active-p.
2597         (wl-deactivate-region): New function.
2598         * wl-message.el (wl-message-redisplay): Deactivate region.
2599
2600         * wl-summary.el (wl-summary-reply): Call
2601         `wl-summary-set-message-buffer-or-redisplay' instead of
2602         `wl-summary-redisplay-internal', don't move point.
2603
2604 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2607         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2608         by regexp.
2609
2610 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2613         if no need.
2614
2615 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2618         default value to nil.
2619         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2620         `wl-summary-prepare-hook'; Replace refile action to
2621         `wl-summary-exec-action-refile-with-register'.
2622
2623         * Version number is increased to 2.11.22.
2624
2625 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2626
2627         * wl-summary.el (wl-summary-detect-mark-position): Set
2628         `wl-summary-buffer-weekday-name-lang'.
2629
2630 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2631
2632         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2633         (wl-summary-mark-as-read-all): Ditto.
2634         (wl-summary-delete-messages-on-buffer): Ditto.
2635         (wl-summary-sync-update): Ditto.
2636         (wl-summary-mark-as-read-internal): Ditto.
2637         (wl-summary-mark-as-answered-internal): Ditto.
2638         (wl-summary-update-folder-info): Abolished.
2639
2640 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * wl-summary.el (wl-summary-mark-as-read-all): Use
2643         `wl-summary-update-folder-info' instead of
2644         `wl-folder-update-unread'.
2645
2646 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2647
2648         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2649         `wl-summary-folder-info-update'.
2650         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2651         instead of `wl-summary-folder-info-update'.
2652         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2653         `wl-folder-set-folder-updated'.
2654         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2655         instead of `wl-folder-update-unread'.
2656         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2657         the value of `wl-summary-buffer-unread-count' for the second parameter of
2658         `wl-folder-update-unread'.
2659
2660         * Version number is increased to 2.11.21.
2661
2662 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2663
2664         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2665         a local variable.
2666
2667 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2670         interactively.
2671
2672         * wl-summary.el (wl-summary-mark-as-important-internal): New
2673         internal function.
2674         (wl-summary-mark-as-important): Use it.
2675         (wl-summary-mark-as-unimportant): New function.
2676         (wl-summary-sync-marks): Follow the API change.
2677
2678         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2679
2680         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2681
2682 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2683
2684         * wl-folder.el (wl-folder-update-unread): Re-indent.
2685         Narrow the scope of a local variable.
2686
2687 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2690         (wl-addrmgr-merge-entries): Ditto.
2691         (wl-addrmgr): Added to address entry which exists in draft buffer
2692         if no entry is in original.
2693
2694 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-batch.el: New file.
2697
2698 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2699
2700         * wl-vars.el (wl-use-semi): Remove unused variable.
2701
2702 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2705         "?".
2706
2707 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2710         wl-summary-new-mark.
2711         (wl-summary-new-cached-mark): New user option.
2712         (wl-summary-score-marks): Follow the change above.
2713         (wl-summary-auto-refile-skip-marks): Ditto.
2714         (wl-summary-incorporate-marks): Ditto.
2715         (wl-summary-expire-reserve-marks): Ditto.
2716
2717         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2718
2719         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2720         (wl-summary-persistent-mark-string): Distinguished between cached
2721         and uncached mark when the message is new.
2722
2723 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2724
2725         * wl-spam.el (wl-spam-domain): Renamed from
2726         `wl-spam-folder-guess-domain'.
2727         (wl-summary-exec-action-spam): Register as spam if domain of the
2728         source folder is good.
2729         (wl-summary-exec-action-refile-with-register): Register message if
2730         domain of the source folder is not undecided.
2731
2732 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2735         detect thread loop.
2736
2737 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2740         and wl-summary-skip-mark-list.
2741
2742 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2743
2744         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2745
2746         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2747
2748         * wl-spam.el (toplevel): Require wl-highlight.
2749         (wl-spam-auto-check-policy-alist): Abolish.
2750         (wl-spam-auto-check-folder-regexp-list): New user option.
2751         (wl-spam-auto-check-marks): Ditto.
2752         (wl-spam-mark-action-list): Ditto.
2753         (wl-highlight-summary-spam-face): New face.
2754         (wl-spam-auto-check-message-p): New function.
2755         (wl-spam-map-spam-messages): Fixed message.
2756         (wl-spam-register-spam-messages): Ditto.
2757         (wl-spam-register-good-messages): Ditto.
2758         (wl-summary-spam-map): Add and remove keybind.
2759         (wl-summary-target-mark-spam): Abolish.
2760         (wl-summary-refile-spam): Ditto.
2761         (wl-summary-test-spam): New function.
2762         (wl-summary-mark-spam): Ditto.
2763         (wl-summary-auto-check-spam): Follow the above change.
2764         (wl-summary-exec-action-spam): New function.
2765         (wl-summary-exec-action-refile-with-register): Fixed message.
2766         (wl-message-check-spam): New function.
2767         (wl-spam-setup): Ditto.
2768         (toplevel): Call it if this file is loaded interactivity.
2769
2770         * Version number is increased to 2.11.20.
2771
2772 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2775         when new optional argument `force' is non nil or modified.
2776
2777 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl.el (toplevel): Require wl-spam when compile.
2780         (wl-save-status): Call wl-spam-save-status.
2781
2782         * wl-spam.el (wl-spam-register-spam-messages): New function.
2783         (wl-spam-register-good-messages): Ditto.
2784         (wl-spam-save-status): Ditto.
2785         (wl-summary-mode-map): Bind
2786         wl-summary-target-mark-register-as-spam to "ms" and
2787         wl-summary-target-mark-register-as-good to "mn".
2788         (wl-summary-register-as-spam): Abolish optional argument; Use
2789         wl-spam-register-spam-messages.
2790         (wl-summary-register-as-spam-all): Use
2791         wl-spam-register-spam-messages.
2792         (wl-summary-register-as-good): Abolish optional argument; Use
2793         wl-spam-register-good-messages.
2794         (wl-summary-register-as-good-all): Use
2795         wl-spam-register-good-messages.
2796         (wl-summary-target-mark-register-as-spam): New funtion.
2797         (wl-summary-target-mark-register-as-good): Ditto.
2798
2799 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-spam.el: New file.
2802
2803 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2804
2805         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2806
2807         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2808         (wl-summary-auto-refile): Call wl-refile-guess with
2809         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2810
2811 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2814         with disable-thread argument non-nil.
2815
2816 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-summary.el (wl-summary-rescan): Added optional argument
2819         disable-thread.
2820         (wl-summary-sync): Call wl-summary-rescan with argument
2821         disable-thread.
2822         (wl-summary-input-range): Added new range `rescan-thread'.
2823
2824 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2827
2828 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2829
2830         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2831         internal variable.
2832         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2833         wl-summary-search-parent-by-subject-regexp and
2834         wl-summary-divide-thread-when-subject-changed as nil.
2835         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2836         (wl-summary-insert-thread): Search parent entity from
2837         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2838         thread loop.
2839
2840 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2841
2842         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2843
2844         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2845
2846         * wl-util.el (wl-require-update-all-folder-p): New function.
2847         (wl-get-assoc-list-value): Added `function' to match directive.
2848         (wl-collect-draft): Rewrite.
2849
2850         * wl-summary.el (wl-summary-sync-update): Clear faces
2851         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2852         are non-nil.
2853         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2854         argument as function.
2855         (wl-summary-input-range): Ditto.
2856
2857         * wl-folder.el (wl-draft-get-folder): New function.
2858         (wl-folder-get-elmo-folder): Consider draft folder.
2859
2860         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2861         (wl-draft-buffer-message-number): New buffer local variable.
2862         (wl-draft-folder-internal): New internal variable.
2863         (wl-draft-delete): Rewrite.
2864         (wl-draft-save): Ditto.
2865         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2866         wl-folder-get-elmo-folder.
2867         (wl-draft-config-info-operation): Ditto.
2868         (wl-jump-to-draft-folder): Ditto.
2869         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2870         (wl-draft-reedit): Rewrite.
2871
2872         * Version number is increased to 2.11.19.
2873         
2874 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2875
2876         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2877         variable.
2878
2879 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2882         Use ignore-errors instead of unwind-protect.
2883
2884 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2885
2886         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2887         for updating `wl-thread-entity-list'.
2888
2889 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2890
2891         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2892         parameter from calling `wl-thread-entity-get-older-brothers' and
2893         `wl-thread-entity-get-younger-brothers'.
2894         Replace nested `append' with a single one.
2895
2896 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-summary.el (wl-summary-mode): Don't use the return value of
2899         `make-local-hook'.
2900
2901 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2902
2903         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2904         instead of `let*'.
2905         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2906         of local variables.
2907
2908 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2909
2910         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2911         Renamed from wl-summary-window-scroll-functions.
2912         (wl-summary-window-scroll-functions): Don't set to variable.
2913         (wl-summary-display-top): Use run-hooks.
2914         (wl-summary-display-bottom): Ditto.
2915         (wl-summary-toggle-disp-msg): Ditto.
2916         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2917         Use it instead of wl-summary-window-scroll-functions.
2918         (wl-summary-goto-folder-subr): Don't call
2919         wl-summary-window-scroll-functions, use
2920         wl-summary-buffer-window-scroll-functions instead.
2921
2922 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2925         make-local-variable.
2926
2927 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2928
2929         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2930         set-buffer-modified-p.
2931         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2932         (wl-summary-display-bottom): Ditto.
2933         (wl-summary-toggle-disp-msg): Ditto.
2934
2935 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2938
2939         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2940         (wl-summary-forward): Use elmo-message-entity-field instead of
2941         elmo-message-field.
2942
2943         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2944
2945 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2946
2947         * wl-summary.el (wl-summary-window-scroll-functions): No use
2948         `append'.
2949
2950 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2951
2952         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2953         function.
2954         (wl-summary-window-scroll-functions): Call it when both
2955         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2956         (wl-summary-temp-mark): Added optional argument number.
2957         (wl-summary-message-mark): Added optional argument flag.
2958         (wl-summary-persistent-mark): Added optional argument number and flag.
2959         (wl-summary-update-persistent-mark): Ditto.
2960         (wl-summary-update-status-marks): Set "r" for interactive spec.
2961
2962         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2963         argument number and flag.
2964
2965         * wl-action.el (wl-summary-registered-temp-mark): 
2966         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2967
2968 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2969
2970         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2971         internal variable (buffer local).
2972         (wl-summary-window-scroll-functions): New function.
2973         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2974         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2975         as nil.
2976         (wl-summary-update-status-marks): Added arguments beg, end and
2977         check.
2978         (wl-summary-update-mark-window): Use function.
2979         (wl-summary-sync-update): Follow the change above.
2980         (wl-summary-switch-to-clone-buffer): Copy
2981         wl-summary-buffer-unsync-mark-number-list.
2982         (wl-summary-goto-folder-subr): Set
2983         wl-summary-buffer-unsync-mark-number-list and
2984         use wl-summary-window-scroll-functions instead of
2985         wl-summary-lazy-highlight.
2986
2987         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2988
2989 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2992
2993         * wl-summary.el (wl-summary-update-persistent-mark): Call
2994         wl-summary-set-message-modified.
2995
2996         * wl-summary.el (wl-summary-sync-update): Don't call
2997         wl-summary-update-status-marks.
2998
2999         * Version number is increased to 2.11.18.
3000
3001 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3004         (wl-message-next-page): Ditto.
3005
3006 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3007
3008         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3009         local variable.  Change the order of a collected list into the
3010         same as the specified range.  Remove nil from a collected list.
3011
3012 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3015         argument for elmo-folder-list-messages.
3016
3017 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3020         change (wl-summary-count-unreads return a list instead of a cons
3021         cell).
3022
3023 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3024
3025         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3026         `wl-summary-folder-info-update'.
3027
3028 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-summary.el (wl-summary-set-message-modified): No use
3031         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3032         (wl-summary-set-mark-modified): Abolish.
3033         (wl-summary-mark-modified-p): Ditto.
3034         (wl-summary-save-view): Follow the change above.
3035
3036         * wl-expire.el (wl-summary-expire): Likewise.
3037
3038 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-summary.el (wl-summary-detect-mark-position): Use
3041         modb-entity-handler.
3042         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3043
3044         * Version number is increased to 2.11.17.
3045
3046 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3047
3048         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3049         entity field value.
3050         (wl-summary-prefetch-msg): Ditto.
3051         (wl-summary-print-message-with-ps-print): Ditto.
3052
3053 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3056         for dummy entity.
3057         (wl-summary-insert-thread): Use elmo-message-entity-field.
3058         (wl-summary-update-thread): Use elmo-message-entity-field and
3059         elmo-message-entity-number.
3060         (wl-summary-line-number):  Use elmo-message-entity-number.
3061         (wl-summary-line-size): Use elmo-message-entity-field.
3062         (wl-summary-line-subject): Ditto.
3063         (wl-summary-line-from): Ditto.
3064         (wl-summary-line-attached): Ditto.
3065         (wl-summary-create-line): Ditto.
3066         (wl-summary-create-line): Use elmo-message-entity-number.
3067         (wl-summary-print-message-with-ps-print): Use
3068         elmo-message-entity-field.
3069
3070 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3071
3072         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3073         change in elmo-msgdb-make-message-entity.
3074         (wl-summary-buffer-set-folder): Don't call
3075         wl-summary-detect-mark-position here.
3076         (wl-summary-rescan): Call elmo-message-entity-number.
3077         (wl-summary-sync-update): Ditto.
3078         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3079
3080         * wl-score.el (wl-score-header-index): Redefine 2th element.
3081         (wl-score-overview-entity-get-extra): Abolish.
3082         (wl-score-ov-entity-get): Rewrite.
3083         (wl-score-string-index<, wl-score-string-func<): Abolish.
3084         (wl-score-string<): New function.
3085         (wl-score-string-sort): Use it.
3086
3087         * wl-refile.el (wl-refile-guess-by-history): Use
3088         elmo-message-entity-field.
3089         (wl-refile-guess-by-from): Ditto.
3090         (wl-refile-guess-by-msgid): Ditto.
3091
3092         * Version number is increased to 2.11.16.
3093
3094 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3095
3096         * wl-folder.el (wl-folder-confirm-existence): Don't call
3097         file-exists-p if msgdb-path is nil.
3098         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3099         `wl-read-folder-hist' to `wl-read-folder-history'.
3100
3101 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3102
3103         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3104         `y-or-n-p'.
3105
3106 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3107
3108         * wl-score.el (wl-score-headers): Don't use
3109         elmo-folder-do-each-message-entity.
3110
3111         * Version number is increased to 2.11.15.
3112
3113 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3114
3115         * wl-summary.el (wl-summary-delete-all-msgs): Use
3116         elmo-folder-move-messages instead of elmo-folder-delete-messages
3117         and elmo-folder-detach-messages.
3118         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3119
3120         * wl-expire.el (wl-expire-delete): Ditto.
3121         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3122
3123 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3124
3125         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3126         (wl-message-header-narrowing-fields): Ditto.
3127         (wl-message-header-narrowing-lines): Ditto.
3128         (wl-message-header-narrowing-string): Ditto.
3129
3130         * wl-summary.el (wl-summary-mode-map): Bind
3131         wl-summary-toggle-header-narrowing to "C-cC-f".
3132         (wl-summary-toggle-header-narrowing): New function.
3133
3134         * wl-message.el (wl-message-buffer-create): Call
3135         wl-message-header-narrowing-setup.
3136         (wl-message-redisplay): Call wl-message-header-narrowing.
3137         (wl-message-header-narrowing): New function.
3138         (wl-message-header-narrowing-map): New keymap.
3139         (wl-message-header-narrowing-widen-map): New keymap.
3140         (wl-message-header-narrowing-again-at-mouse): New function.
3141         (wl-message-header-narrowing-1): Ditto.
3142         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3143         (wl-message-header-narrowing-setup): Ditto.
3144         (wl-message-header-narrowing-toggle): Ditto.
3145         
3146         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3147
3148         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3149         'flag as all.
3150         (wl-use-flag-folder-help-echo): New user option.
3151
3152         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3153         wl-summary-highlight as nil.
3154         (wl-summary-set-mark-modified): Follow the API change.
3155         (wl-summary-mark-modified-p): Ditto.
3156         (wl-summary-mark-as-read-all): Ditto.
3157         (wl-summary-sync-marks): Don't call
3158         elmo-folder-list-messages-with-global-mark.
3159         (wl-summary-mark-as-read-internal): Follow the API change.
3160         (wl-summary-mark-as-answered-internal): Ditto.
3161         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3162         Follow the API change.
3163         (wl-summary-create-line): Call with number argument.
3164         (wl-summary-reply): Follow the API change.
3165
3166         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3167         function.
3168         (wl-highlight-summary-line-string): Call it when
3169         wl-use-flag-folder-help-echo is non-nil.
3170         (wl-highlight-summary-current-line): Ditto.
3171         (elmo-flag-folder-referrer): Added autoload setting.
3172
3173         * wl-draft.el (wl-draft-kill): Follow the API change.
3174
3175         * Version number is increased to 2.11.14.
3176         
3177 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3180
3181 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * Version number is increased to 2.11.13.
3184
3185 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3186
3187         * wl-draft.el (wl-draft-previous-history-element): Fixed
3188         unbalanced parenthesis and bind unbound local variables.
3189
3190 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3191
3192         * wl-draft.el (wl-draft-previous-history-element): New function.
3193         (wl-draft-next-history-element): Ditto.
3194         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3195         them to M-p and M-n.
3196
3197 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3198
3199         * Version number is increased to 2.11.12.
3200
3201 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3202
3203         * wl-draft.el (wl-draft-hide): Select buffer-window.
3204
3205 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3206
3207         * wl-summary.el (wl-summary-narrow-to-region): New function.
3208         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3209         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3210         (wl-summary-save-region): Use it.
3211         * wl-action.el (wl-summary-collect-numbers-region)
3212         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3213
3214 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-folder.el (wl-folder-count-incorporates): Don't use
3217         `elmo-msgdb-mark-load'
3218
3219         * Version number is increased to 2.11.11.
3220
3221 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3222
3223         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3224         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3225
3226 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3227
3228         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3229
3230 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3231
3232         * Version number is increased to 2.11.10.
3233
3234 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3235
3236         * wl-mime.el (wl-draft-attribute-value): Fixed.
3237
3238 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3239
3240         * wl-util.el (wl-copy-local-variables): New function.
3241
3242         * wl-mime.el (wl-draft-attribute-recipients): New function.
3243         (wl-draft-attribute-envelope-from): Ditto.
3244         (wl-draft-attribute-smtp-posting-server): Ditto.
3245         (wl-draft-attribute-smtp-posting-port): Ditto.
3246         (wl-draft-attribute-value): Ditto.
3247         (wl-draft-preview-message): Use it to get value for
3248         attributes. Reflect result of `wl-draft-config'.
3249
3250         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3251         and call `wl-summary-mark-as-read' before to call
3252         `wl-summary-unset-mark'.
3253         (wl-summary-target-mark-mark-as-unread): Likewise.
3254         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3255
3256 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3257
3258         * wl-mime.el (wl-draft-preview-message): Use actual value for
3259         attributes; Fix for small window.
3260
3261 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3262
3263         * wl-refile.el (wl-refile-get-field-value): Call
3264         `elmo-message-entity-field' with 3rd argument is non-nil.
3265
3266 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-vars.el (wl-draft-preview-attributes): New user option.
3269         (wl-draft-preview-attributes-list): Ditto.
3270         (wl-draft-preview-attributes-buffer-lines): Ditto.
3271         (wl-draft-preview-attributes-buffer-name): Ditto.
3272
3273         * wl-mime.el (wl-draft-preview-message): Display attributes.
3274
3275 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-summary.el (wl-summary-detect-mark-position): Bind
3278         wl-summary-flag-priority-list to '(new).
3279
3280 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3283         funtion.
3284         (wl-highlight-summary-line-string): Use it.
3285         (wl-highlight-summary-current-line): Ditto.
3286
3287 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3288
3289         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3290         line even when the mark string is not changed.
3291
3292         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3293         argument change in the wl-summary-create-line.
3294         (wl-thread-insert-entity-sub): Ditto.
3295
3296         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3297         argument change in the wl-summary-create-line.
3298         (wl-summary-insert-sequential): Ditto.
3299         (wl-summary-update-thread): Ditto.
3300         (wl-summary-persistent-mark-string): New inline function.
3301         (wl-summary-message-mark): Use it.
3302         (wl-summary-create-line): Abolish argument wl-persistent-mark
3303         and added wl-flags, wl-cached.
3304
3305         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3306         mark to flags.
3307         (wl-highlight-summary-current-line): Decide the face not by the 
3308         persistent mark but flags.
3309
3310 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3313         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3314         wl-summary-read-uncached-mark): Revive.
3315         (wl-summary-answered-cached-mark,
3316         wl-summary-answered-uncached-mark): New user option.
3317         (wl-summary-score-marks): Follow the change above.
3318         (wl-summary-auto-refile-skip-marks): Ditto.
3319         (wl-summary-incorporate-marks): Ditto.
3320         (wl-summary-expire-reserve-marks): Ditto.
3321         (wl-summary-flag-priority-list): New user option.
3322
3323         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3324         changes.
3325         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3326         of elmo-message-mark.
3327         (wl-summary-mark-as-read-internal): Ditto.
3328         (wl-summary-mark-as-answered): Ditto.
3329         (wl-summary-mark-as-important): Ditto.
3330         (wl-summary-redisplay-internal): Ditto.
3331         (wl-summary-redisplay-no-mime-internal): Ditto.
3332         (wl-summary-message-mark): New function.
3333         (wl-summary-insert-sequential): Use wl-summary-message-mark
3334         instead of elmo-message-mark.
3335         (wl-summary-update-thread): Ditto.
3336         (wl-summary-persistent-mark): Ditto.
3337         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3338         instead of elmo-message-mark.
3339
3340         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3341         wl-summary-message-mark instead of elmo-message-mark.
3342         (wl-thread-insert-entity-sub): Ditto.
3343         (wl-thread-get-children-msgs-uncached): Ditto.
3344
3345         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3346         variable name changes.
3347         (wl-highlight-summary-current-line): Ditto.
3348
3349         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3350         wl-summary-message-mark instead of elmo-message-mark.
3351
3352         * wl-expire.el (wl-expire-message-p): Ditto.
3353
3354         * wl-score.el (wl-score-headers): Ditto.
3355
3356         * Version number is increased to 2.11.9.
3357
3358         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3359         (wl-summary-sync-update): Follow the change above.
3360         (wl-summary-switch-to-clone-buffer): Ditto.
3361         (wl-summary-open-folder): Ditto.
3362
3363 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3364
3365         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3366         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3367
3368         * Version number is increased to 2.11.8.
3369
3370         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3371
3372         * wl-expire.el (wl-expire-refile): Follow the API change on
3373         `elmo-folder-move-messages'.
3374         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3375
3376         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3377         (wl-summary-exec-action-refile): Ditto.
3378         (wl-summary-exec-action-copy): Ditto.
3379         (wl-summary-no-auto-refile-message-p): No use
3380         `wl-summary-buffer-msgdb'.
3381         (wl-summary-auto-refile): Ditto.
3382
3383 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3384
3385         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3386
3387 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3388
3389         * wl-summary.el (wl-summary-sync): Treat no-sync.
3390
3391         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3392         (wl-default-sync-range): Ditto.
3393
3394 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-refile.el (wl-refile-subject-learn): Call
3397         `elmo-message-entity-field' with 3rd argument is non-nil.
3398         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3399         instead of `elmo-msgdb-overview-entity-get-subject'.
3400
3401 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3404         scan-type is rescan.
3405         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3406         new optional argument force is non-nil.
3407         (wl-summary-save-view-cache): Call it with force argument non-nil.
3408
3409         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3410
3411 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * wl-action.el (wl-summary-print-argument): Fixed last change.
3414
3415 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3416
3417         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3418         simplified.
3419         (wl-summary-target-mark-mark-as-unread): Likewise.
3420         (wl-summary-target-mark-mark-as-important): Likewise.
3421
3422 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3423
3424         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3425         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3426         (wl-summary-mark-as-important-region): Change accordingly.
3427         (wl-summary-target-mark-mark-as-important): Ditto.
3428
3429 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3430
3431         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3432
3433         * wl-action.el (wl-summary-print-argument): Print argument to
3434         right side of window if `wl-summary-print-argument-within-window'
3435         is non-nil.
3436
3437 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-action.el (wl-summary-set-mark): Use
3440         `wl-summary-message-visible-p' to check visibility of the message
3441         and jump to message only when the message line is visible and have
3442         different number; Call wl-summary-unset-mark with number argument.
3443         (wl-summary-unset-mark): 
3444         Use `wl-summary-message-visible-p'
3445         to check visibility of the message and jump to message only when
3446         the message line is visible and have different number;
3447
3448 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3449
3450         * Version number is increased to 2.11.7.
3451
3452         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3453         and wl-folder-summary-line-format.
3454
3455         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3456         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3457         (wl-summary-set-score-mark): Use it.
3458         (wl-summary-target-mark-mark-as-read): Ditto.
3459         (wl-summary-target-mark-mark-as-unread): Ditto.
3460         (wl-summary-target-mark-mark-as-important): Ditto.
3461         (wl-summary-target-mark-msgs): Simplified.
3462         (wl-summary-detect-mark-position): Fixed problem when
3463         summary-line-format no contain persisten/temp mark spec.
3464         (wl-summary-temp-mark): Ditto.
3465         (wl-summary-persistent-mark): Ditto.
3466         (wl-summary-update-persistent-mark): Ditto.
3467
3468         * wl-action.el (wl-summary-set-mark): Ditto.
3469         (wl-summary-unset-mark): Ditto.
3470         All other related portions are changed.
3471
3472 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * Version number is increased to 2.11.6.
3475
3476 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-util.el (wl-current-message-buffer): Define as function;
3479         Don't use the value of wl-messge-buffer.
3480
3481         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3482         persistent mark.
3483
3484         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3485         no current message, cause an error.
3486
3487 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-summary.el (wl-summary-set-message-modified): Use
3490         elmo-folder-set-message-modified instead of
3491         elmo-folder-set-message-modified-internal.
3492
3493 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3496         interactively.
3497         (wl-summary-sync): nokill->entirely.
3498         (wl-summary-sync-marks): Fixed message.
3499         (wl-summary-input-range): Added mark, nokill->entirely.
3500
3501         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3502         messages as read.
3503
3504 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3505
3506         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3507         update-noscore.
3508         (wl-summary-sync): Follow the change above.
3509
3510 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-action.el (wl-summary-target-mark-all): Use
3513         elmo-folder-list-messages.
3514
3515 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3518         (wl-summary-rescan): Set wl-summary-scored as nil.
3519         (wl-summary-sync-force-update): Follow the change above.
3520         (wl-summary-sync): Ditto.
3521         (wl-summary-sync-update): Added argument disable-killed.
3522         (wl-summary-insert-headers): Set visible-only argument for
3523         elmo-folder-list-messages.
3524         (wl-summary-input-range): Added update-nokill, update-noscore,
3525         all-nokill, all-noscore and mark.
3526
3527         * Version number is increased to 2.11.5.
3528
3529         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3530
3531 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3532
3533         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3534         (wl-summary-prefetch-region-no-mark): Change accordingly.
3535         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3536
3537 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3538
3539         * wl-address.el (wl-complete-field-to): Abolished.
3540         (wl-complete-address): Completion function for completing-read.
3541         * wl-action.el (wl-summary-get-resend-address): Use it.
3542
3543         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3544         wl-summary-update-mark and abolish unused argument.
3545         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3546         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3547         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3548         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3549         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3550         * wl-draft.el (wl-draft-kill): Ditto.
3551
3552         * wl-summary.el: Remove unused binding of case-fold-search.
3553         (wl-summary-replace-status-marks): Abolished.
3554
3555 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3558         is specified or folder length is zero.
3559
3560 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3561
3562         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3563         (wl-folder-archive-current-entity): Ditto.
3564
3565 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3566
3567         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3568         retrieving message mark.
3569         (wl-summary-redisplay-internal): Ditto.
3570
3571         * wl-message.el (wl-message-buffer-display): Ignore errors while
3572         retrieving message-id field.
3573
3574         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3575         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3576         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3577         order of the arguments for `wl-expire-message-p'.
3578         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3579
3580         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3581         Check return value of wl-summary-reply.
3582         (wl-summary-reply): Recover window configuration when an error occured.
3583
3584 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3585
3586         * wl-summary.el (wl-summary-resend-message): Abolished, the
3587         feature is inherited by wl-summary-resend (put resend mark).
3588
3589 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3592         wl-message-buffer to nil when the message is hide.
3593
3594 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3595
3596         * .cvsignore: New file.
3597
3598 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3599
3600         * wl-action.el (wl-summary-action-docstring): Add more info.
3601         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3602         duplicate definition.
3603         (wl-summary-define-mark-action): Functions wl-summary-*-region
3604         keep current position.
3605         (wl-summary-unregister-target-mark): Store result to the variable.
3606
3607 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * Version number is increased to 2.11.4.
3610
3611 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3614         wl-summary-delete-all-temp-marks.
3615         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3616
3617         * wl-action.el (wl-summary-set-mark): Changed terminology
3618         refile-destination -> action-argument.
3619         (wl-summary-unset-mark): Ditto.
3620         (wl-summary-remove-argument): Ditto.
3621         (wl-summary-print-argument): Ditto.
3622
3623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3624         (wl-thread-remove-argument-region): Ditto.
3625         (wl-thread-print-argument-region): Ditto.
3626         (wl-thread-close): Ditto.
3627         (wl-thread-open): Ditto.
3628
3629         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3630         (wl-highlight-refile-destination-face is abolished)
3631         (wl-highlight-action-argument-string): Ditto.
3632         (wl-highlight-summary-current-line): Highlight action argument.
3633
3634         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3635         color for light backgrounds.
3636         (wl-highlight-summary-answered-face): Ditto.
3637
3638 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3641
3642         * wl-score.el (wl-summary-score-update-all-lines): Use
3643         wl-summary-set-mark.
3644         (wl-summary-score-update-all-lines): Kill expunged messages.
3645
3646         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3647
3648 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3649
3650         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3651         directly.
3652         (wl-score-overview-entity-get-lines): Ditto.
3653         (wl-score-overview-entity-get-xref): Ditto.
3654         (wl-score-get-latest-msgs): Ditto.
3655         (wl-summary-rescore): Ditto.
3656
3657         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3658         to "&".
3659         (wl-summary-mark-as-answered-internal): New inline function.
3660         (wl-summary-mark-as-answered): New function.
3661         (wl-summary-mark-as-unanswered): Ditto.
3662         (wl-summary-sync-marks): Modified for answered-mark synching.
3663
3664 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3665
3666         * wl-action.el (wl-summary-set-mark): Fixed last change.
3667
3668 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3669
3670         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3671         behavior of wl-summary-unread-message-hook
3672         (Pointed out by akira yamada <akira@arika.org>).
3673
3674 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3675
3676         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3677         wl-summary-delete.
3678         * wl-xmas.el (wl-summary-toolbar): Ditto.
3679
3680         * wl-action.el (wl-summary-set-mark): Don't override current
3681         temp-mark.
3682
3683         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3684
3685 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3688         (wl-refile-msgid-learn): Ditto.
3689         (wl-refile-get-field-value): Ditto.
3690
3691         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3692
3693         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3694         (wl-expire-delete-reserved-messages): Renamed from
3695         wl-expire-reserve-marked-msgs-from-list.
3696         (wl-expire-delete): Removed argument `msgdb'.
3697         (wl-expire-refile): Ditto.
3698         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3699         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3700         mark-alist as argument.
3701         (wl-expire-archive-number1): Removed argument `msgdb'.
3702         (wl-expire-archive-number2): Ditto.
3703         (wl-expire-archive-date): Ditto.
3704         (wl-expire-localdir-date): Ditto.
3705         (wl-expire-hide): Ditto.
3706         (wl-archive-number1): Ditto.
3707         (wl-archive-number2): Ditto.
3708         (wl-archive-date): Ditto.
3709         (wl-archive-folder): Ditto.
3710         All other related portions are changed.
3711
3712 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3713
3714         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3715         mean move up and down. (suggested by Takashi Kawachi)
3716
3717 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-acap.el (toplevel): Don't require un-define.
3720
3721 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-thread.el (wl-thread-delete-message): Always update
3724         wl-summary-buffer-number-list.
3725
3726         * wl-action.el (wl-summary-print-destination): 
3727         Do nothing when folder is nil.
3728
3729 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3730
3731         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3732         persistent mark when prefetch is succeeded.
3733
3734 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3737         instead of elmo-msgdb-delete-msgs.
3738         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3739         (wl-expire-hide): Ditto.
3740
3741         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3742
3743         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3744         elmo-msgdb interface.
3745         (wl-thread-get-exist-children): Likewise.
3746         (wl-thread-insert-message): Likewise.
3747         (wl-thread-msg-mark-as-important): Likewise.
3748         (wl-thread-insert-entity-sub): Likewise.
3749         (wl-thread-get-children-msgs-uncached): Likewise.
3750
3751         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3752         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3753         (wl-summary-sync-update): Likewise.
3754         (wl-summary-auto-select-msg-p): Likewise.
3755         (wl-summary-update-thread): Likewise.
3756         (wl-summary-mark-as-important): Likewise.
3757         (wl-summary-jump-to-msg-internal): Likewise.
3758         (wl-summary-redisplay-internal): Likewise.
3759         (wl-summary-print-message-with-ps-print): Likewise.
3760         (wl-summary-folder-info-update): Likewise.
3761
3762         * wl-folder.el (wl-folder-check-one-entity):
3763         elmo-folder-count-flags instead of wl-summary-count-unread.
3764
3765         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3766
3767         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3768
3769         * wl-summary.el (wl-summary-set-message-modified): 
3770         Call wl-summary-set-mark-modified.
3771         (wl-summary-delete-messages-on-buffer): Call
3772         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3773         (wl-summary-sync-update): Call elmo-folder-length instead of
3774         elmo-folder-messages.
3775         (wl-summary-insert-headers): Don't call
3776         elmo-folder-list-message-entities.
3777
3778 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3779
3780         * wl-action.el (wl-summary-define-mark-action): Call
3781         `wl-summary-set-mark' with argument `data'.
3782         (wl-summary-auto-refile): Fixed order of arguments when call
3783         `wl-summary-refile'.
3784
3785 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3788
3789         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3790
3791         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3792         (Renamed from wl-highlight-summary-deleted-face).
3793         (wl-highlight-summary-resend-face): New face.
3794
3795         (wl-highlight-summary-deleted-face): Renamed from
3796         wl-highlight-summary-erased-face.
3797
3798         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3799
3800         * wl-action.el (wl-summary-get-resend-address): New function.
3801         (wl-summary-exec-action-resend): Ditto.
3802         (wl-summary-exec-action-resend-subr): Ditto.
3803
3804         * w-thread.el (wl-thread-copy): Removed definition.
3805         (wl-thread-refile): Ditto.
3806         (wl-thread-delete): Ditto.
3807         (wl-thread-target-mark): Ditto.
3808
3809         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3810         (wl-summary-target-mark-set-action): Fixed.
3811         (wl-summary-define-mark-action): Fixed quotation.
3812         (wl-summary-move-mark-list-messages): Display message.
3813         (wl-summary-define-mark-action): Define thread functions.
3814         (wl-summary-exec-action-refile): Changed message.
3815         (wl-summary-exec): Ditto.
3816
3817 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3818         
3819         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3820         '%%'.
3821
3822 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl.el (toplevel): Require wl-action.
3825         (wl-init): Call wl-summary-define-mark-action.
3826
3827         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3828
3829         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3830         wl-summary-delete and wl-summary-erase.
3831         (wl-summary-mode-map): Ditto.
3832
3833         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3834         wl-delete-folder-alist.
3835
3836         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3837         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3838         (toplevel): Moved mark & action related functions to the wl-action.el.
3839
3840         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3841         in wl-summary-mark-action-list.
3842         (wl-highlight-summary-current-line): Ditto.
3843
3844         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3845         empty lines.
3846
3847         * wl-action.el: New file. 
3848
3849 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3850
3851         * wl-summary.el (wl-summary-target-mark-replace): New function.
3852         (wl-summary-target-mark-prefetch): Use it.
3853         (wl-summary-target-mark-delete): Ditto.
3854         (toplevel): Rearranged definition order.
3855         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3856         (wl-summary-target-mark-erase): Rewrite.
3857         (wl-summary-erase-region): New function.
3858         (wl-summary-exec-action-erase): Changed message.
3859         (wl-summary-move-mark-list-messages): New function.
3860         (wl-summary-exec-action-delete): Use it.
3861         (wl-summary-exec-action-erase): Ditto.
3862
3863         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3864         (wl-summary-skip-mark-list): Added "d".
3865
3866         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3867         while searching.
3868
3869         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3870         and define using defcustom;
3871         Define 4th element as a face.
3872         
3873         * wl-summary.el (wl-summary-incorporate): Use 
3874         `wl-summary-prefetch-region-no-mark' instead of
3875         `wl-summary-prefetch-region'.
3876         (wl-summary-prefetch-region-no-mark): Revival of old
3877         `wl-summary-prefetch-region'.
3878         (wl-summary-mark-action-list): Moved to wl-vars.el
3879
3880         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3881         face according to the `wl-summary-mark-action-list'.
3882         (wl-highlight-summary-current-line): Ditto;
3883         Removed destination highlighting.
3884
3885         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3886         (wl-highlight-summary-line-string): Highlight for "i" mark.
3887         (wl-highlight-summary-current-line): Ditto.
3888
3889         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3890         no destination.
3891
3892         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3893         exists, just go ahead.
3894         (wl-summary-prefetch-region): Rewrite.
3895         (wl-summary-prefetch): Ditto.
3896         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3897         (wl-summary-exec-action-prefetch): New function.
3898         (wl-summary-target-mark-prefetch): Rewrite.
3899
3900 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3903         (wl-highlight-summary-line-string): Added "d" and "D".
3904         (wl-highlight-summary-current-line): Ditto.
3905
3906         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3907         in wl-summary.el.
3908         (wl-thread-insert-entity-sub): Ditto.
3909         (wl-thread-remove-destination-region): Ditto.
3910         (wl-thread-print-destination-region): Ditto.
3911
3912         * wl-summary.el (wl-summary-buffer-refile-list,
3913         wl-summary-buffer-delete-list,
3914         wl-summary-buffer-copy-list): Abolish.
3915         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3916         All other related portions are changed.
3917         (wl-summary-mark-action-list): New variable.
3918         (wl-summary-set-mark): New function.
3919         (wl-summary-register-target-mark): Ditto.
3920         (wl-summary-unregister-target-mark): Ditto.
3921         (wl-summary-have-target-mark-p): Ditto.
3922         (wl-summary-register-temp-mark): Ditto.
3923         (wl-summary-unregister-temp-mark): Ditto.
3924         (wl-summary-registered-temp-mark): Ditto.
3925         (wl-summary-collect-temp-mark): Ditto.
3926         (wl-summary-unset-mark): Ditto.
3927         (wl-summary-set-target-mark): Ditto.
3928         (wl-summary-unset-target-mark): Ditto.
3929         (wl-summary-set-action-generic): Ditto.
3930         (wl-summary-unset-action-generic): Ditto.
3931         (wl-summary-exec-action-delete): Ditto.
3932         (wl-summary-exec-action-erase): Ditto.
3933         (wl-summary-set-action-refile): Ditto.
3934         (wl-summary-set-action-refile-subr): Ditto.
3935         (wl-summary-unset-action-refile): Ditto.
3936         (wl-summary-make-destination-numbers-list): Ditto.
3937         (wl-summary-exec-action-refile): Ditto.
3938         (wl-summary-set-action-copy): Ditto.
3939         (wl-summary-unset-action-copy): Ditto.
3940         (wl-summary-exec-action-copy): Ditto.
3941         (wl-summary-collect-numbers-region): Ditto.
3942         (wl-summary-delete): Rewrite.
3943         (wl-summary-erase): Ditto.
3944         (wl-summary-remove-destination): Ditto.
3945         (wl-summary-exec): Ditto.
3946         (wl-summary-exec-region): Ditto.
3947         (wl-summary-target-mark-erase): Ditto.
3948         (wl-summary-refile): Ditto.
3949         (wl-summary-copy): Ditto.
3950         (wl-summary-unmark): Ditto.
3951         (wl-summary-delete-all-mark): Ditto.
3952         (wl-summary-mark-line): Don't highlight.
3953         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3954         (wl-summary-target-mark-refile-subr): Rewrite.
3955
3956         (wl-summary-copy-prev-destination): Abolish.
3957
3958 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3959
3960         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3961         default values along the value of wl-on-mule.
3962         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3963         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3964         It is not used anywhere.
3965
3966 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3967
3968         * wl-summary.el (wl-summary-print-destination): Keep position.
3969         (wl-summary-cursor-move-surface): Keep horizontal position.
3970
3971 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3972
3973         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3974         write sendlog.
3975
3976 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3977
3978         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3979         `wl-summary-highlight'.
3980
3981 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3982
3983         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3984         trivial condition for temp-mark.
3985
3986 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3987
3988         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3989         when it hits killed buffer.
3990
3991 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3992
3993         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3994         * wl-news.el.in: `message' and `error' take format string.
3995
3996 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3997
3998         * wl-folder (wl-folder-insert-entity): Display a message,
3999         `...done', when the work finish.
4000         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4001
4002 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4003
4004         * wl-message.el (wl-message-redisplay): Remove unused local
4005         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4006
4007 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4008
4009         * wl-summary.el (wl-summary-replace-status-marks): Disable
4010         interactive use.
4011         (wl-summary-reedit): Check message existence at first.
4012         (wl-summary-mark-line): Fix doc, return value is indefinite.
4013
4014         * wl-highlight.el (wl-highlight-message): Arranged.
4015
4016         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4017         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4018         check temp-mark by wl-summary-temp-mark always.
4019         (wl-highlight-summary): Change accordingly.
4020         * wl-summary.el (wl-summary-mark-as-read-all)
4021         (wl-summary-delete-cache, wl-summary-set-score-mark)
4022         (wl-summary-mark-as-unread, wl-summary-unmark)
4023         (wl-summary-mark-line, wl-summary-mark-as-read)
4024         (wl-summary-mark-as-important): Ditto.
4025
4026         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4027         end of the window if possible.
4028         * wl-summary.el (wl-summary-sync-update): Support lazy
4029         highlighting.
4030         (wl-summary-toggle-disp-msg): Ditto.
4031
4032 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4033
4034         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4035
4036 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4037
4038         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4039         change.
4040
4041 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4044         API.
4045         (wl-summary-sync-update): Ditto.
4046
4047         * wl-score.el (wl-score-get-score-alist): Changed argument.
4048         (wl-summary-rescore-msgs): Likewise.
4049         (wl-summary-score-headers): Likewise.
4050         (wl-score-headers): Likewise;
4051         Use elmo-folder-do-each-message-entity, etc.
4052         (wl-summary-score-effect): Follow the changes above.
4053         (wl-summary-rescore): Ditto.
4054         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4055         (wl-score-get-overview): Abolish.
4056
4057         * wl-summary.el (wl-summary-default-from): Follow the API change in
4058         elmo-msgdb.
4059         (wl-summary-count-unread): Ditto.
4060         (wl-summary-detect-mark-position): Ditto.
4061         (wl-summary-overview-entity-compare-by-date): Ditto.
4062         (wl-summary-overview-entity-compare-by-number): Ditto.
4063         (wl-summary-overview-entity-compare-by-from): Ditto.
4064         (wl-summary-overview-entity-compare-by-subject): Ditto.
4065         (wl-summary-get-list-info): Ditto.
4066         (wl-summary-rescan): Ditto.
4067         (wl-summary-jump-to-msg-by-message-id): Ditto.
4068         (wl-summary-sync-update): Ditto; Removed comment.
4069         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4070         (wl-summary-insert-message): Use wl-summary-insert
4071         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4072         (wl-summary-insert-headers): Changed argument overview to folder.
4073         (wl-summary-search-by-subject): Likewise.
4074         (wl-summary-insert-thread): Renamed from 
4075         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4076
4077         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4078         too.
4079
4080         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4081         wl-string-member.
4082
4083 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4086         elmo-folder-append-buffer.
4087         (wl-draft-queue-append): Likewise.
4088
4089         * wl-mime.el (wl-message-delete-current-part): Ditto.
4090         (wl-summary-burst-subr): Ditto.
4091
4092         * wl-news.el.in (wl-news-send-news): Ditto.
4093
4094 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4097         function.
4098         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4099         (wl-summary-update-mark): Enclose with save-excursion.
4100         (wl-summary-mark-as-read-internal): Fixed last change.
4101         (wl-summary-mark-as-important): Use 3rd argument of
4102         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4103         Don't use elmo-msgdb-set-mark.
4104         (wl-summary-redisplay-internal): If msgdb flag is already read,
4105         just update the mark on buffer.
4106
4107 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4108
4109         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4110         cut visible folder when elmo-folder-delete returns non-nil value.
4111
4112 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4113
4114         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4115         by Kenichi OKADA <okada@opaopa.org>).
4116
4117 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4118
4119         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4120
4121 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4122
4123         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4124         Fixed the last change, search group entity by its real name.
4125         (Thanks to: KOBAYASHI Shinji)
4126
4127 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4128
4129         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4130         (wl-fldmgr-access-display-all): Don't refer visible name.
4131         * wl-expire.el (wl-folder-archive-current-entity)
4132         (wl-folder-expire-current-entity): Ditto.
4133         * wl-folder.el (wl-folder-jump-to-current-entity)
4134         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4135         (wl-folder-open-folder-sub,wl-folder-open-all)
4136         (wl-folder-write-current-folder): Ditto.
4137         (wl-folder-insert-entity): Don't use petname for normal group.
4138         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4139         is the real name.
4140         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4141         Abolished.
4142
4143 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4144
4145         * wl-draft.el (wl-draft-create-buffer): Add
4146         `wl-summary-reply-with-citation'
4147
4148 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4149
4150         * wl-draft.el (wl-draft-reply): Fixed.
4151
4152 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4153
4154         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4155         when `wl-draft-send-confirm-with-preview' is non-nil.
4156         You can scroll up/down by j/k.
4157         (wl-draft-send-confirm-with-preview): New variable (default=t).
4158
4159 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4160
4161         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4162         (wl-fldmgr-save-folders): Fix comment.
4163
4164 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4167         along the last change in `wl-folder-buffer-group-p'.
4168
4169 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4172         folder.
4173
4174         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4175         the default value.
4176
4177         * wl-mime.el (wl-summary-burst): Update summary only when target
4178         folder equals current folder.
4179
4180 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4183
4184 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4185
4186         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4187         value.
4188
4189 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4192         `map-extents' instead of `extent-at' repeatedly.
4193         (wl-highlight-folder-current-line): Ditto.
4194
4195         * wl-highlight.el: Remove useless dummy functions.
4196
4197 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4200         (wl-folder-put-folder-property): New function to put text property.
4201         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4202         (wl-folder-insert-entity, wl-folder-update-diff-line)
4203         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4204         * wl-e21.el, wl-xmas.el, wl-mule.el
4205         (wl-highlight-folder-current-line): Ditto.
4206         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4207         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4208         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4209         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4210
4211 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4212
4213         * Version number is increased to 2.11.3.
4214
4215 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4218         Resume current-buffer since it is assumed by remaining tasks.
4219
4220 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4223         (wl-folder-completion-function): Abolished.
4224         (wl-folder-complete-folder): New function.
4225         (wl-folder-complete-filter-condition): Ditto.
4226         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4227         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4228
4229 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4230
4231         * wl-draft.el (wl-draft-send-confirm): New function.
4232         (wl-draft-send): Use it.
4233
4234         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4235         cursor-in-echo-area while confirming.
4236
4237         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4238
4239         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4240         searching via nntp if wl-summary-search-via-nntp is 'force.
4241         Otherwise, invoke searching in nntp folder only.
4242         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4243
4244         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4245         explicitly for mime-make-text-tag.
4246
4247 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4248
4249         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4250         `mime-make-text-tag' instead of `mime-create-tag'.
4251
4252 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4253
4254         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4255         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4256
4257 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4258
4259         * wl-score.el (wl-score-save): Bind print-length and print-level.
4260         (wl-score-pretty-print): Ditto.
4261         (wl-score-edit-insert-header-entry): Ditto.
4262
4263         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4264         "From" entry to be treated with wl-draft-eword-encode-address-list.
4265         * wl-mime.el (wl-draft-preview-message): Ditto.
4266
4267         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4268         (wl-summary-mark-as-unread): Ditto.
4269         (wl-summary-mark-as-read-region): Change accordingly.
4270         (wl-summary-mark-as-unread-region): Ditto.
4271         (wl-summary-target-mark-mark-as-read): Ditto.
4272         (wl-summary-target-mark-mark-as-unread): Ditto.
4273
4274 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * Version number is increased to 2.11.2.
4277
4278 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4279
4280         * wl-news.el.in (wl-news-previous-version-save): Bind
4281         print-length and print-level.
4282         * wl-thread.el (wl-thread-save-entities): Ditto.
4283         (wl-thread-save-top-list): Bind print-length.
4284
4285 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl-highlight.el (wl-highlight-summary-line-string): Use
4288         wl-summary-score-below-mark, wl-summary-score-over-mark.
4289         (wl-highlight-summary-current-line): Ditto.
4290
4291 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4294         insert it.
4295
4296 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4297
4298         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4299
4300 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4301
4302         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4303         message without msgid.
4304         Rewrite with elmo-folder-move-messages.
4305         Set wl-message-buffer to nil.
4306
4307         * wl-summary.el (wl-summary-erase-subr): New function. Use
4308         elmo-folder-move-messages.
4309         (wl-summary-erase): Call it.
4310         (wl-summary-target-mark-erase): Ditto.
4311
4312 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4315         it is not up-tp-date.
4316
4317 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4320         buffer after calling `wl-summary-goto-folder-subr' without the
4321         argument `interactive'.
4322         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4323
4324 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4325
4326         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4327         `mime-create-tag'. Use `string=' instead of `looking-at'.
4328
4329 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4330
4331         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4332         to avoid compile warning.
4333
4334         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4335         entity-id when folder is given.
4336         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4337         save-excursion, use save-selected-window instead.
4338         Select folder buffer window if exists.
4339         (To correct behavior with wl-folder-move-cur-folder.)
4340
4341 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4342
4343         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4344
4345 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4346
4347         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4348         list-count instead of %d.
4349
4350 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4353         (wl-news): Set it.
4354         (wl-news-append-to-folder): Use it.
4355
4356         * wl-news.el.in (wl-news-send-news): Append to specified folder
4357         instead of wl-default-folder.
4358         (wl-news-append-to-folder): Show error message with specified folder.
4359
4360         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4361                 In most major modes, Emacs assumes that any opening
4362                 delimiter found at the left margin is the start of a
4363                 top-level definition, or defun. Therefore, *never put an
4364                 opening delimiter at the left margin unless it should have
4365                 that significance.*
4366
4367         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4368
4369 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4370
4371         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4372
4373 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4374
4375         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4376
4377 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4378
4379         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4380         for sequential numbering case.
4381
4382 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4385         value.
4386         (wl-draft-reply-without-argument-list): Ditto.
4387         (wl-draft-reply-myself-with-argument-list): Abolish.
4388         (wl-draft-reply-myself-without-argument-list): Ditto.
4389         * wl-draft.el (wl-draft-self-reply-p): New function.
4390         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4391
4392 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4395         (avoid error for the case without byte-compiling)
4396
4397 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4398
4399         * wl-news.el.in (wl-news-append-to-folder): New function.
4400         (wl-news-exit): Rewrite.
4401         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4402
4403 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4404
4405         * wl-draft.el (wl-draft-reply-position): New function.
4406         (wl-draft-reply-position): Fix.
4407         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4408         (wl-summary-target-mark-reply-with-citation): Ditto.
4409         (wl-summary-reply-with-citation): Ditto.
4410         * wl-vars.el (wl-draft-reply-default-position): New variable.
4411
4412 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4413
4414         * wl-draft.el (wl-draft-send): Preview when interactive send.
4415
4416 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-draft.el (wl-draft-reply): Set default position.
4419         * wl-summary.el (wl-summary-reply): Ditto.
4420         (wl-summary-reply-with-citation): Ditto.
4421         (wl-summary-target-mark-reply-with-citation): Ditto.
4422
4423 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-news.el.in (wl-news-lang): Set default value according to
4426         current-language-environment.
4427         (wl-news-append-news): Do nothing when news-list is nil.
4428
4429 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4430
4431         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4432         (wl-news): Change message.
4433         (wl-news-exit): Check buffer.
4434         (wl-news-force-exit): New function.
4435         (wl-news-show-all): New function.
4436         (wl-news-discard-and-exit): Fix.
4437
4438 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4441         according to current-language-environment.
4442
4443         * wl-news.el.in (wl-news): If arg, show all NEWS after
4444         wl-news-default-previous-version.
4445
4446 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4447
4448         * wl-news.el.in (wl-news-check): Rewritten.
4449         (wl-news-previous-version-load): Change data type.
4450         (wl-news-previous-version-save): Change data type.
4451         (wl-news-append-news): Add return value.
4452         (wl-news-check-news): New function.
4453         (wl-news-already-current-p): New function.
4454         (wl-news-send-news): Rewritten.
4455         (wl-news-mode-map): Add new keybind.
4456         (wl-news): Rewritten.
4457         (wl-news-exit): Rewritten.
4458         (wl-news-discard-and-mail): New function.
4459         (wl-news-send-to-address): Abolished.
4460         * wl.el (wl-init): Delete a message.
4461
4462 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4463
4464         * wl-news.el.in (wl-news-exit): Update previous version.
4465         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4466
4467 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4470
4471 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4472
4473         * wl-news.el.in (wl-news): New function.
4474         (wl-news-mode): New function.
4475         (wl-news-next-line): New function.
4476         (wl-news-next-page): New function.
4477         (wl-news-exit): New function.
4478         (wl-news-buf-name): New variable.
4479         (wl-news-mode-map): New variable.
4480         (wl-news-winconf): New variable.
4481         (wl-news-append-news): Add an option.
4482
4483 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4484
4485         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4486
4487 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-news.el.in (wl-news-send-to-address): New variable.
4490         (wl-news-send-news): Use it.
4491         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4492         Return updating status.
4493         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4494
4495 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4496
4497         * wl-news.el.in (wl-news-send-news): Delete
4498         Organization and X-Face.
4499
4500 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4501
4502         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4503         (wl-news-append-news): New function.
4504         (wl-news-send-news): New function.
4505
4506 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4507
4508         * Version number is increased to 2.11.1.
4509
4510 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4511
4512         * wl-news.el.in : New file.
4513
4514 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4515
4516         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4517         default value.
4518         (wl-draft-reply-without-argument-list): Ditto.
4519
4520 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4523         (wl-message-buffer-prefetch-idle-time): Ditto.
4524         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4525
4526 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * wl-thread.el (wl-thread-insert-message): Use
4529         wl-summary-max-thread-depth.
4530
4531         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4532         loop detection.
4533
4534         * wl-message.el (wl-message-buffer-display): Back to the first page
4535         when cache is hit.
4536
4537 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4540
4541         * wl-summary.el (wl-summary-insert-thread-entity):
4542         If the thread depth is reached to wl-summary-max-thread-depth,
4543         divide the thread.
4544
4545 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4546
4547         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4548         for elmo-remove-passwd.
4549
4550 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4551
4552         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4553         folder is sticky.
4554         (wl-folder-mark-as-read-all-entity): Ditto.
4555         (wl-folder-prefetch-entity): Ditto.
4556
4557 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4558
4559         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4560
4561 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4564         Delete messages on buffer for unplugged operation.
4565         (wl-summary-erase): Ditto.
4566
4567 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4570         take nil so as not to search parent by subject.
4571
4572 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4573
4574         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4575         (wl-folder-get-next-folder): Ditto.
4576         (wl-folder-get-path): Ditto.
4577
4578 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4579
4580         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4581         system and encode the region with it before verifying.
4582
4583 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4584
4585         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4586         system of the echo buffer before decoding.
4587
4588 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4591         original contents.
4592
4593 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4594
4595         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4596         with argument 'any-exists.
4597
4598 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4601         Use `wl-cs-autoconv'.
4602
4603 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4604
4605         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4606         by `mime-view-automatic-conversion'.
4607
4608         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4609         (wl-message-verify-pgp-nonmime): Ditto.
4610         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4611         Bind them to C-c:d and C-c:v respectively.
4612
4613         Merge following code by Teranishi-san from [wl-en:00167].
4614         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4615         (wl-mime-preview-application/pgp-encrypted): Ditto.
4616         (wl-mime-setup): Add entry.
4617
4618 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-summary.el (wl-summary-target-mark-erase): New function.
4621         Bind it to "mD".
4622
4623 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-vars.el (wl-draft-write-file-function): Fix.
4626         (wl-draft-reedit-hook): Changed default value.
4627
4628         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4629         wl-draft-reedit-hook.
4630         (wl-draft-remove-text-plain-tag): New function.
4631         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4632
4633         * wl-vars.el (wl-draft-write-file-function): New user option.
4634
4635         * wl-draft.el (wl-draft-prepare-edit): Use it for
4636         local-write-file-hooks.
4637         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4638
4639         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4640         (wl-draft-insert-mail-header-separator): Return the body beginning
4641         point.
4642         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4643         text/plain.
4644         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4645
4646 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-summary.el (wl-summary-erase): New function to erase message
4649         without moving it to trash. Bind to "D".
4650
4651         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4652         as `keep' unless switch-function.
4653
4654 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4655
4656         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4657         message buffer by using `wl-summary-toggle-disp-msg'.
4658         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4659         buffer window.
4660         (wl-summary-supresedes-message): Ditto.
4661
4662         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4663         Do not delete other windows.
4664         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4665         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4666         (wl-draft-create-buffer): Set reply-or-forward also for target
4667         mark commands.
4668
4669 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-draft.el (wl-user-agent-compose): Delete special case for
4672         switch-to-buffer-other-window.
4673
4674         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4675         (wl-summary-forward): Ditto.
4676
4677         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4678         function.
4679         (wl-draft-buffer-style): New use option.
4680
4681         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4682         (wl-draft): Follow the change above.
4683         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4684         wl-draft-buffer-style.
4685         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4686         switch-function.
4687
4688 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4689
4690         * wl-address.el (wl-address-make-completion-entry): Extracted from
4691         `wl-address-make-completion-list'.
4692         (wl-address-enable-strict-loading): New variable.
4693         (wl-address-make-completion-list): Revive petname duplication
4694         inquiry, and enable it if `wl-address-enable-strict-loading'.
4695         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4696
4697 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4698
4699         * wl-message.el (wl-message-get-original-buffer): Avoid
4700         'Selecting deleted buffer' error when original buffer is killed.
4701
4702 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-summary.el (wl-summary-next-message): Use
4705         elmo-message-accessible-p instead of elmo-message-cached-p.
4706
4707 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4710
4711         * wl-thread.el (wl-thread-open-all-unread): Use
4712         elmo-folder-list-flagged instead of
4713         elmo-folder-list-messages-mark-match.
4714
4715         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4716         instead of elmo-folder-list-messages-mark-match.
4717         (wl-summary-move-spec-alist): New variable.
4718         (wl-summary-move-spec-plugged-alist,
4719         wl-summary-move-spec-unplugged-alist): Abolish.
4720         (wl-summary-next-message): Follow the change above.
4721         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4722         with 'no-msg' argument.
4723
4724         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4725         variable.
4726         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4727         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4728         (wl-message-buffer-prefetch-get-next): Follow the change above.
4729
4730 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-version.el (wl-version): Changed codename.
4733
4734         * Version number is increased to 2.11.0.
4735
4736 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4737
4738         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4739         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4740         `wl-draft-config-variables'.
4741         (wl-draft-kill): Fixed problem when the draft is reedit.
4742
4743 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4744
4745         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4746         buffer-modified status (Thanks to
4747         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4748
4749 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-util.el (wl-region-exists-p): New function.
4752
4753         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4754         Remove defvars for byte-compile warnings.
4755
4756 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4757
4758         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4759         defvar-maybe. Removed unused bind.
4760
4761 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4762
4763         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4764         summary buffer window before creating new frame.
4765         (wl-draft-reply): Ditto.
4766
4767 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4768
4769         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4770
4771 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4774
4775 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4776
4777         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4778         instead of `kill-region'.
4779
4780 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4783         (wl-highlight-summary-line-string): Use it.
4784         (wl-highlight-summary-current-line): Ditto.
4785
4786         * wl-mime.el (wl-message-delete-current-part): Check the class of
4787         mime-entity.
4788
4789         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4790
4791         * wl-summary.el (wl-summary-make-number-list): Initialize.
4792         (wl-summary-update-mark): New function.
4793         (wl-summary-reply): Put `answered' mark on the message.
4794         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4795
4796         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4797         (wl-draft-reply): Added optional argument `number';
4798         Set wl-draft-parent-number.
4799         (wl-draft-kill): Delete answered mark if it is a reply.
4800
4801 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4802
4803         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4804         that originates in mime-preview-follow-current-entity.
4805         (wl-draft-yank-current-message-entity): Use it if region is active.
4806
4807         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4808         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4809         `wl-message-delete-current-part'.
4810         * wl-mule.el (wl-message-define-keymap): Ditto.
4811         * wl-xmas.el (wl-message-define-keymap): Ditto.
4812
4813 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-mime.el (wl-message-delete-current-part): New function.
4816         (wl-mime-node-id-to-string): Ditto.
4817
4818         * wl-mime.el (wl-message-delete-current-part): Use existing
4819         original buffer which corresponds current mime-view buffer.
4820         (fetched buffer might have different structure, possibly)
4821
4822         * wl-mime.el (wl-message-delete-current-part): Quit if the
4823         message content differs from the actual message.
4824
4825 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4828         order.
4829         (wl-summary-search-by-subject): Search parent message from tail;
4830         Check the existence of the parent message on the current thread tree.
4831         (wl-summary-update-thread): Check whether the line is inserted.
4832
4833 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4834
4835         * wl-vars.el (wl-summary-line-format): Undo last change.
4836         * wl-summary.el (wl-summary-print-destination): Do not put
4837         invisible property when `wl-summary-width' is nil.
4838         (wl-summary-line-subject-minimum-length): Abolished.
4839         (wl-summary-line-subject): Ditto.
4840
4841 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843         * wl-vars.el (wl-summary-line-format): Change default value.
4844         (wl-summary-subject-length-limit): Abolished.
4845         * wl-summary.el (wl-summary-line-subject): Ditto.
4846
4847 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4848
4849         * wl-template.el (wl-template-select): Added optional argument.
4850         If optional argument is specified, reverse
4851         `wl-template-visible-select'.
4852
4853 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4856         Take prefix argument to force asking the destination folder.
4857
4858 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4859
4860         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4861         count and update status.
4862
4863 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * wl-summary.el (wl-summary-redisplay-internal): If
4866         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4867         after fetching.
4868
4869 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4870
4871         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4872         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4873
4874         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4875
4876 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4879         (All other related portions are changed).
4880         (wl-summary-mark-as-read-all): Rewrite.
4881
4882 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4885         `wl-summary-mark-as-read'.
4886         (wl-summary-mark-as-unread): Rewrite.
4887         (wl-summary-mark-as-read): Added no-modeline argument.
4888         (wl-summary-resume-cache-status): Rewrite.
4889         (wl-summary-exec-subr): Remove unused local variable.
4890
4891 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4894         logic to call `wl-summary-buffer-prev-folder-function'.
4895         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4896
4897 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4900         is nil.
4901
4902 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4905         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4906         (wl-mime-setup): Add its entry.
4907
4908 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4911         (wl-summary-delete-cache): Likewise.
4912         (wl-summary-mark-as-read): Rewrite.
4913
4914 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4917         `wl-summary-count-unread'.
4918
4919         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4920
4921         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4922
4923 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4926         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4927         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4928         Renamed to the elmo-msgdb-*-mark.
4929         (wl-summary-score-marks): Follow the change above.
4930         (wl-summary-auto-refile-skip-marks): Ditto.
4931         (wl-summary-incorporate-marks): Ditto.
4932         (wl-summary-expire-reserve-marks): Ditto.
4933
4934         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4935         changes.
4936         (wl-thread-insert-top): Changed updating message.
4937
4938         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4939         variable.
4940         (wl-summary-count-unread): Count answered marks.
4941         (wl-summary-rescan): Call wl-summary-insert-message instead of
4942         wl-summary-append-message-func-internal.
4943         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4944         (wl-summary-prefetch-msg): Follow the variable name changes.
4945         (wl-summary-prefetch-region): Ditto.
4946         (wl-summary-mark-as-read-all): Follow the API changes;
4947         Don't call elmo-folder-replace-marks.
4948         (wl-summary-delete-cache): Follow the variable name changes.
4949         (wl-summary-resume-cache-status): Ditto.
4950         (wl-summary-update-status-marks): New function.
4951         (wl-summary-insert-message): New function.
4952         (wl-summary-sync-marks): Follow the variable name changes.
4953         (wl-summary-sync-update): Synchronize to the msgdb, too;
4954         Changed update messages.
4955         (wl-summary-make-number-list): Rewrite.
4956         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4957         (wl-summary-mark-as-unread): Follow the API changes.
4958         (wl-summary-exec-subr): Follow the variable name changes.
4959         (wl-summary-mark-as-read): Ditto.
4960         (wl-summary-move-spec-plugged-alist): Ditto.
4961         (wl-summary-move-spec-unplugged-alist): Ditto.
4962         (wl-summary-cursor-move-surface): Ditto.
4963
4964         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4965         variable name changes.
4966         (wl-highlight-summary-current-line): Ditto.
4967
4968         * wl-expire.el (wl-expire-refile): Follow the API change in
4969         elmo-folder-move-messages.
4970         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4971         (wl-summary-archive): Use elmo-folder-msgdb instead of
4972         elmo-msgdb-load.
4973
4974 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-mime.el (wl-draft-preview-message): Restore the position
4977         before evaluating wl-draft-send-hook in preview buffer.
4978
4979 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4982         when it creates new draft buffer.
4983
4984         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4985         without argument.
4986
4987         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4988         Evaluate content and if the value is string, insert it.
4989         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4990         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4991         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4992         wl-draft-config-sub-part-bottom): Use it.
4993
4994         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4995         with the folder name. The question was unintelligible when it is
4996         called from wl-save-status.
4997
4998 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5001         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5002         cannot take second argument).
5003
5004 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5007         as t. Since type and subtype are not case sensitive (RFC 2045).
5008
5009 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-vars.el (wl-message-mode-line-format): New variable.
5012         (wl-message-mode-line-format-spec-alist): Ditto.
5013         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5014         (wl-message-redisplay): Use wl-message-mode-line-format.
5015
5016 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5019
5020 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-summary.el (wl-summary-default-from): Write description.
5023
5024 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-vars.el (wl-ldap-objectclass): Abolish.
5027
5028         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5029         (wl-ldap-make-filter): Removed condition for objectclass.
5030         (wl-ldap-make-matched-value-list): Remove meaningless process.
5031         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5032         (wl-address-ldap-search): Don't add `*' to `pat' string;
5033         use ignore-errors; added `email';
5034         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5035         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5036         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5037
5038
5039 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl-draft.el (wl-draft-parent-folder): Write description.
5042         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5043
5044 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5047         as "" (zero-length string) if no parent.
5048         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5049
5050 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-address.el (wl-address-make-completion-list): Skip duplication
5053         checking.
5054         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5055         `append'.
5056
5057 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5058
5059         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5060         instead of `beginning-of-buffer'.
5061
5062 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5065
5066 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5069         Refer wl-message-buffer-name.
5070         (wl-message-wheel-down): Ditto.
5071
5072 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-vars.el (wl-message-buffer-name): New user option.
5075
5076         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5077         directly instead of making alist dinamically.
5078
5079         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5080         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5081         wl-message-buffer-cache-name.
5082         (wl-message-buffer-cache-clean-up): Ditto.
5083
5084         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5085
5086         * Version number is increased to 2.9.15.
5087
5088 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl-vars.el (wl-summary-default-view-alist): New user option.
5091
5092         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5093
5094         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5095         while deleting address.
5096         (wl-draft-delete-myself-from-cc): Ditto.
5097
5098         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5099         If optional argument is specified, reverse sort order.
5100
5101         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5102
5103 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-thread.el (wl-thread-insert-message): Return parent number if
5106         exists.
5107         (wl-thread-update-indent-string-region): Use
5108         wl-thread-update-line-on-buffer-sub instead of
5109         wl-thread-update-line-on-buffer.
5110
5111 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5112
5113         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5114         (wl-folder-close-all): Ditto.
5115
5116 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5117
5118         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5119         and mailing-list:.
5120         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5121         value.
5122         (wl-summary-line-list-info): Print mailing-list name even when 
5123         list-number is empty.
5124
5125 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5126
5127         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5128
5129         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5130         (wl-draft-open-file): Ditto.
5131         (wl-draft-random-alphabet): Ditto.
5132
5133         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5134         bindings.
5135
5136 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5137
5138         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5139         * wl-vars.el (wl-draft-config-alist): Ditto.
5140
5141 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * Version number is increased to 2.9.14.
5144
5145         * wl.el (wl): Don't set wl-init as nil when error occured while
5146         auto-checking folders.
5147
5148         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5149         `elmo-expand-newtext'.
5150
5151 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5154         `this-command' so that `wl-folder-goto-folder' contained in
5155         `wl-summary-keep-cursor-command' work.
5156
5157 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5160         message buffer displaying state.
5161
5162 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * wl-vars.el (wl-summary-default-view): New variable to specify
5165         default value for `wl-summary-buffer-view' instead of using
5166         set-default.
5167         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5168
5169 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5172
5173         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5174
5175 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5176
5177         * wl-vars.el (wl-forward-subject-prefix): New variable.
5178         * wl-draft.el (wl-draft-forward): Use it.
5179
5180 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5181
5182         * wl-message.el (wl-message-prev-page): When it is called without
5183         lines argument, scroll down by wl-message-scroll-amount lines.
5184         (wl-message-next-page): Ditto.
5185         * wl-vars.el (wl-message-scroll-amount): Change default value
5186         to preserve current behavior.
5187
5188 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * wl-summary.el (wl-summary-prefetch-msg): Bind
5191         `wl-message-entity' to call `wl-summary-from-function'.
5192
5193 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-message.el (wl-message-buffer-create): Run
5196         wl-message-buffer-created-hook.
5197
5198 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-summary.el (wl-summary-sort-specs): New variable.
5201         (wl-summary-default-sort-spec): Ditto.
5202         (wl-summary-sort): Rewrite.
5203         (wl-summary-sort-by-list-info): New function.
5204
5205 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5206
5207         * wl-summary.el (wl-summary-get-list-info): New function.
5208         (wl-summary-sort): Rewrite.
5209         (wl-summary-line-list-info): Ditto.
5210         (wl-summary-line-list-count): Ditto.
5211         (wl-summary-refile-region): Fixed docstring.
5212
5213 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5214
5215         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5216         `wl-folder-entity-hashtb' as completion table.
5217
5218 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5221         only when this command is called interactively; silence the byte-
5222         compiler.
5223
5224 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5225
5226         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5227         active in XEmacs.
5228
5229 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5230
5231         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5232         plural lines.
5233
5234 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5235
5236         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5237         of current line when the cursor is on the header name.
5238         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5239
5240 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5241
5242         * wl-util.el (wl-read-directory-name): Return displayed directory
5243         as the default value also on XEmacs.
5244
5245 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5248         formatting.
5249
5250 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5253         argument and when it is non-nil, check face property before
5254         highlighting for each line.
5255         (wl-highlight-summary-window): Set it.
5256
5257 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5258
5259         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5260         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5261
5262         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5263         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5264         (wl-draft-get-fcc-list): Likewise.
5265
5266 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5269         (wl-thread-entity-cur): Ditto.
5270         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5271         wl-thread-indent-regexp setting.
5272         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5273
5274         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5275         wl-summary-lazy-highlight.
5276         (wl-summary-display-bottom): Ditto.
5277
5278         * wl-thread.el (wl-thread-open-close): Likewise.
5279
5280         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5281         from and subject;
5282         Bind wl-draft-use-frame;
5283         Enclose with save-window-excursion;
5284         Use wl-draft-create-buffer instead of with-temp-buffer;
5285         Use wl-draft-prepare-edit;
5286         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5287         Use wl-draft-send instead of wl-draft-raw-send.
5288
5289 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5292         of using wl-from.
5293
5294 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5295
5296         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5297         insert-buffer instead of clone-buffer.
5298         (wl-draft-doing-mime-bcc): New variable.
5299         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5300         infinite loop.
5301         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5302
5303         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5304         (wl-draft-mime-bcc-body): Ditto.
5305
5306         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5307         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5308         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5309         wl-draft-do-mime-bcc.
5310         (wl-draft-mime-bcc-field): New function.
5311         (wl-draft-do-mime-bcc): Ditto.
5312
5313         * wl-address.el (wl-address-complete-header-list): New variable.
5314         (wl-address-complete-header-regexp): Changed default value.
5315
5316         * Version number is increased to 2.9.13.
5317
5318 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5321         it is differed.
5322
5323 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5324
5325         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5326         (wl-summary-line-list-count): Ditto.
5327
5328 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5329
5330         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5331         (wl-nntp-posting-function): New variable.
5332         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5333         `wl-nntp-posting-config-alist'.
5334
5335 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5338         FLIM.
5339
5340 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5341
5342         * wl-summary.el (wl-summary-target-mark-refile-sub):
5343         Remove a nuisance funcall.
5344
5345 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5348         as t for `try-completion'.
5349
5350 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl-summary.el (wl-summary-default-from): Use
5353         wl-address-header-extract-address instead of
5354         std11-extract-address-components.
5355         (wl-summary-simple-from): Ditto.
5356         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5357         (wl-summary-insert-headers): Show message.
5358         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5359         for whole line.
5360         (wl-summary-default-from): Revert last change.
5361         (wl-summary-simple-from): Ditto.
5362         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5363         (wl-summary-mark-as-read-region): Follow the change above.
5364         (wl-summary-sync-marks): Ditto.
5365         (wl-summary-target-mark-mark-as-read): Ditto.
5366         (wl-summary-redisplay-internal): Ditto.
5367         (wl-summary-redisplay-no-mime-internal): Ditto.
5368         (wl-summary-redisplay-all-header): Ditto.
5369         (wl-summary-mark-as-read): Removed argument `cached';
5370         Use current cache status to set cache mark.
5371         (wl-summary-redisplay-internal): Follow the change above.
5372         (wl-summary-redisplay-no-mime-internal): Ditto.
5373         (wl-summary-redisplay-all-header): Ditto.
5374
5375         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5376
5377         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5378         Don't call itself recursively (Adviced by Yamaoka-san).
5379
5380 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5381
5382         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5383         bind wl-summary-highlight as nil to avoid error caused by missing
5384         local variables.
5385
5386 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5387
5388         * wl-vars.el (wl-invalid-character-message): New user option.
5389
5390         * wl-util.el (wl-set-string-width): If truncated string-width is
5391         larger than specified width, use `wl-invalid-character-message'.
5392
5393 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5394
5395         * wl-summary.el (wl-summary-prefetch-msg): 
5396         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5397
5398 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-vars.el (wl-summary-check-line-format): New user option.
5401         (wl-summary-line-format-file): Ditto.
5402
5403         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5404         variable.
5405         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5406         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5407         and `wl-summary-view-old-p' to check whether do a rescan or not.
5408         (wl-summary-view-old-p): New function.
5409         (wl-summary-line-format-changed-p): Ditto.
5410         (wl-summary-line-format-save): Ditto.
5411         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5412
5413         * wl-util.el (wl-set-string-width): Avoid using negative number
5414         for make-string.
5415
5416 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5417
5418         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5419         return value.
5420
5421         * wl-util.el (wl-set-string-width): Added optional argument
5422         `padding' (All other related portions are changed).
5423         (wl-line-parse-format): If the first letter of column number is
5424         `0', zero-padding the result (ex: "%05l").
5425
5426         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5427
5428 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5431         sequential summary view.
5432
5433 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5436         if it doesn't have a -unix version.
5437
5438 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5441
5442 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5445         content.
5446         (wl-draft): Follow the change above.
5447
5448         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5449
5450         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5451         and wl-folder-summary-line-format-alist contain %T and %P.
5452
5453         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5454         (wl-summary-mode-line-format): New user option.
5455         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5456         (wl-summary-line-format): Changed default value.
5457         (wl-summary-lazy-highlight): Changed default value.
5458
5459         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5460         change in wl-summary-create-line.
5461         (wl-thread-insert-entity-sub): Ditto.
5462
5463         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5464         (wl-summary-buffer-unread-status): Ditto.
5465         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5466         (wl-summary-buffer-persistent-mark-column): Ditto.
5467         (wl-summary-buffer-mode-line-formatter): Ditto.
5468         (wl-summary-buffer-mode-line): Ditto.
5469         (wl-summary-message-regexp): Abolished.
5470         (All other related portions are changed.)
5471         (wl-summary-detect-mark-position): New function.
5472         (wl-summary-buffer-set-folder): Setup
5473         wl-summary-buffer-mode-line-formatter.
5474         (wl-summary-mode): Setup selective-display;
5475         Setup pre-idle-hook when xemacs.
5476         (wl-summary-update-modeline): Rewrite.
5477         (wl-summary-jump-to-msg): Define as function;
5478         Changed regexp for searching messages.
5479         (wl-summary-message-number): Rewrite.
5480         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5481         Do rescan when old type summary cache.
5482         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5483         (wl-summary-remove-destination): Use '\r' to detect EOL.
5484         (wl-summary-print-destination): Ditto.
5485         (wl-summary-temp-mark): New inline function.
5486         (wl-summary-persistent-mark): Ditto.
5487         (wl-summary-line-number): New function.
5488         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5489         (wl-summary-line-list-count): New function.
5490         (wl-summary-create-line): Added argument persistent-mark.
5491         (All other related portions are changed)
5492         (wl-summary-create-line): Insert '\r'.
5493         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5494         (wl-summary-cursor-move-surface): New inline function.
5495         (wl-summary-prev): Use it.
5496         (wl-summary-next): Ditto.
5497
5498         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5499         wl-summary-message-regexp.
5500         (wl-highlight-summary): Delete progress message.
5501         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5502
5503         * Version number is increased to 2.9.12.
5504
5505 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5506
5507         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5508         variable (nil: no minimum).
5509         (wl-summary-line-subject): Add some spaces after subject by
5510         wl-summary-line-subject-minimum-length.
5511
5512 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5513
5514         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5515         and removed `F'.
5516         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5517         change above).
5518
5519 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5520
5521         * wl-summary.el (wl-summary-line-list-count): Reverted.
5522         (example setting in samples/*/dot.wl is also updated)
5523
5524 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5527
5528         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5529
5530         * wl-vars.el (wl-summary-line-format): Addes some description to the
5531         docstring.
5532
5533         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5534         (wl-summary-line-close-bracket): Ditto.
5535         (wl-summary-line-children-number): Ditto.
5536         (wl-summary-line-thread-indent): Ditto.
5537         (wl-summary-line-children-and-from): Ditto.
5538
5539         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5540         't', 'c', 'F' and added 'C'.
5541
5542         * wl-util.el (wl-set-string-width): Accept negative value.
5543         (wl-line-parse-format): Added "%number(" and "%)".
5544
5545 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5546
5547         * wl-summary.el (wl-summary-line-list-count): Change format of the
5548         return value.
5549
5550 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5551
5552         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5553         from the recent message.el.
5554         (wl-draft-point-in-header-p): Ditto.
5555         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5556         wl-draft-beginning-of-line.
5557         * wl-e21.el (wl-draft-mode-map): Ditto.
5558         * wl-xmas.el (wl-draft-mode-map): Ditto.
5559
5560         * wl-folder.el: Sort macrodefs by dependencies.
5561
5562 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5563
5564         * wl-summary.el (wl-summary-prev): Fixed regexp.
5565         (wl-summary-next): Ditto.
5566
5567 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5568
5569         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5570
5571 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5572
5573         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5574         for backward compatibility.
5575
5576 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5577
5578         * wl-summary.el (wl-summary-line-list-count): New function, merged
5579         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5580         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5581         list counts.
5582
5583 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-summary.el (wl-summary-create-line): Ignore errors while
5586         timezone-fix-time.
5587
5588         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5589
5590         * wl-summary.el (wl-summary-sync-update): Ditto.
5591         (wl-summary-default-from): Use wl-message-entity
5592         instead of entity.
5593
5594         * wl-summary.el (wl-summary-create-line): Fix.
5595
5596         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5597         (wl-summary-line-format): New user option.
5598         (wl-folder-summary-line-format-alist): Ditto.
5599         (wl-summary-from-width): Abolished.
5600
5601         * wl-util.el (toplevel): Require 'bytecomp.
5602         (wl-line-parse-format): New function.
5603         (wl-line-formatter-setup): New macro.
5604
5605         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5606         (wl-summary-buffer-line-formatter): New buffer local variable.
5607         (wl-summary-switch-to-clone-buffer): Follow the change above.
5608         (wl-summary-message-regexp): Fix.
5609         (wl-summary-from-func-internal): Abolished.
5610         (wl-summary-subject-func-internal): Ditto.
5611         (wl-summary-subject-filter-func-internal): Ditto.
5612         (All other related portions are changed.)
5613         (wl-summary-buffer-set-folder):
5614         Set up wl-summary-buffer-number-column and 
5615         wl-summary-buffer-line-formatter
5616         (All other related portions are changed.)
5617         (wl-summary-buffer-number-column-detect): Abolished.
5618         (All other related portions are changed.)
5619         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5620         (wl-summary-delete-all-temp-marks-on-buffer): Use
5621         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5622         (wl-summary-target-mark-delete): Ditto.
5623         (wl-summary-target-mark-refile-subr): Ditto.
5624         (wl-summary-target-mark-mark-as-read): Ditto.
5625         (wl-summary-target-mark-mark-as-unread): Ditto.
5626         (wl-summary-target-mark-mark-as-important): Ditto.
5627         (wl-summary-target-mark-save): Ditto.
5628         (wl-summary-replace-status-marks): Renamed from
5629         wl-summary-set-status-marks-on-buffer;
5630         Use wl-summary-message-regexp instead of
5631         wl-summary-buffer-number-regexp.
5632         (wl-summary-sync-update): Follow the change above.
5633         (wl-summary-goto-previous-message-beginning): New function.
5634         (wl-summary-mark-as-unread): Use it.
5635         (wl-summary-mark-as-important): Ditto.
5636         (wl-summary-line-formatter): New variable.
5637         (wl-summary-line-year): New function.
5638         (wl-summary-line-day): Ditto.
5639         (wl-summary-line-day-of-week): Ditto.
5640         (wl-summary-line-hour): Ditto.
5641         (wl-summary-line-minute): Ditto.
5642         (wl-summary-line-open-bracket): Ditto.
5643         (wl-summary-line-close-bracket): Ditto.
5644         (wl-summary-line-children-number): Ditto.
5645         (wl-summary-line-thread-indent): Ditto.
5646         (wl-summary-line-size): Ditto.
5647         (wl-summary-line-subject): Ditto.
5648         (wl-summary-line-from): Ditto.
5649         (wl-summary-line-children-and-from): Ditto.
5650         (wl-summary-create-line): Rewritten.
5651         (wl-summary-format-date): Abolished.
5652
5653         * wl-highlight.el (wl-highlight-summary-current-line): Use
5654         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5655         Use thread structure to detect thread top message.
5656
5657         * wl-draft.el (wl-default-draft-cite): Don't use
5658         wl-summary-from-func-internal.
5659
5660         * wl-refile.el (wl-refile-subject-learn): Don't use
5661         wl-summary-subject-filter-func-internal.
5662         (wl-refile-guess-by-subject): Ditto.
5663
5664         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5665         parameters.
5666
5667         * wl-thread.el (wl-thread-update-indent-string-region):
5668         Use wl-thread-update-line-on-buffer instead of
5669         wl-thread-update-indent-string.
5670         (wl-thread-update-children-number): Redefine using
5671         wl-thread-update-line-on-buffer.
5672         (wl-thread-update-indent-string): Abolished.
5673
5674         * Version number is increased to 2.9.11.
5675
5676 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5679         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5680         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5681
5682         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5683         as nil.
5684
5685         * wl-thread.el (wl-thread-open-all-unread): Use 
5686         elmo-folder-list-messages-mark-match.
5687         (wl-thread-insert-message): Removed argument `mark-alist'.
5688         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5689         elmo-msgdb-set-mark.
5690         (wl-thread-get-children-msgs-uncached): Likewise.
5691         (wl-thread-get-exist-children): Added argument include-self.
5692         (wl-thread-delete-message): Follow the change above.
5693
5694         * wl-summary.el (wl-summary-count-unread): Removed argument.
5695         (wl-summary-rescan): Follow the change above.
5696         (wl-summary-mark-as-read-region): Ditto
5697         (wl-summary-mark-as-unread-region): Ditto.
5698         (wl-summary-delete-messages-on-buffer): Ditto.
5699         (wl-summary-sync-update): Ditto.
5700         (wl-summary-switch-to-clone-buffer): Ditto.
5701         (wl-summary-goto-folder-subr): Ditto.
5702         (wl-summary-target-mark-mark-as-read): Ditto.
5703         (wl-summary-target-mark-mark-as-unread): Ditto.
5704         (wl-summary-target-mark-mark-as-important): Ditto.
5705         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5706         (wl-summary-update-thread): Removed argument `mark-alist'.
5707         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5708         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5709         (wl-summary-resume-cache-status): Likewise.
5710         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5711         elmo-msgdb-set-mark.
5712         (wl-summary-mark-as-read-all): Likewise.
5713         (wl-summary-delete-cache): Ditto.
5714         (wl-summary-auto-select-msg-p): Ditto.
5715         (wl-summary-mark-as-unread): Ditto.
5716         (wl-summary-no-auto-refile-message-p): Ditto.
5717         (wl-summary-mark-as-read): Ditto.
5718         (wl-summary-mark-as-important): Ditto.
5719         (wl-summary-auto-refile): Follow the change above.
5720         (wl-summary-delete-all-marks): Removed.
5721         (wl-summary-resume-marks-and-highlight): Ditto.
5722         (wl-summary-resume-marks): Ditto.
5723         (wl-summary-delete-important-msgs-from-list): Ditto.
5724         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5725
5726         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5727         wl-summary-count-unread.
5728
5729         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5730         (wl-summary-score-update-all-lines): Use
5731         elmo-msgdb-set-mark.
5732
5733 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5736         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5737         (wl-summary-create-line): Renamed from
5738         wl-summary-overview-create-summary-line;
5739         Argument rearrangement.
5740         (wl-summary-update-thread): Follow the change above.
5741
5742         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5743         (wl-thread-insert-entity-sub): Likewise.
5744
5745         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5746         argument `overview', `mark-alist' and added `msgdb'.
5747
5748         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5749
5750         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5751         (wl-summary-rescan): Follow the change above.
5752         (wl-summary-sync-update): Ditto.
5753         (wl-summary-insert-thread-entity): Ditto;
5754         Don't use `let*' in every while loop;
5755         Detect infinite loop of threads.
5756         (wl-summary-update-thread): Removed argument `overview'.
5757
5758         * wl-thread.el (wl-thread-insert-message): Ditto.
5759
5760         * Version number is increased to 2.9.10.
5761
5762         * wl-message.el (wl-message-redisplay): Ignore errors while
5763         wl-message-redisplay-hook.
5764
5765 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5766
5767         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5768
5769 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl.el (wl): inhibit-quit while wl-folder.
5772
5773 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5776         while msgdb access.
5777
5778 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5779
5780         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5781         even if no folder is not created.
5782
5783 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5786
5787         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5788         implementation.
5789         (wl-summary-target-mark-thread): Ditto.
5790
5791         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5792
5793 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5794
5795         * wl-util.el (wl-display-bytes): Remove unused function.
5796
5797 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5798
5799         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5800         seems critical one (partially reverse the change in 2002/03/17).
5801
5802 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5805         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5806
5807 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5808
5809         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5810         is not writable.
5811         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5812         plugged status instead of `'force' as 2nd argument.
5813
5814         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5815         is not creatable.
5816
5817         * Version number is increased to 2.9.9.
5818
5819 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5820
5821         * wl-summary.el (wl-summary-suspend): New function.
5822
5823 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5824
5825         * wl.el (wl): Do not check variables if check is nil.
5826         * wl-utils.el (wl-collect-draft): New function.
5827         * wl-folder.el (wl-folder-suspend): Put summary buffers
5828         and draft buffers at the end of buffer list.
5829         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5830
5831 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5832
5833         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5834         loop instead of recursive call.
5835
5836         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5837         2nd argument.
5838
5839 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5840
5841         * wl-draft.el (wl-draft-create-contents): Don't take neither
5842         (function . args) nor (string . something) any more.
5843
5844         * wl-version.el (wl-generate-user-agent-string): Return string
5845         without header symbol.
5846         * wl-draft.el (wl-draft-default-headers): Use it.
5847
5848         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5849         `wl-draft-insert-ccs' and return field value instead of inserting
5850         the header. Abolish cc argument.
5851         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5852
5853         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5854         rather than one with string car.
5855
5856         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5857         * wl-draft.el (wl-draft-create-contents): Add it after the default
5858         headers.
5859
5860         * wl-draft.el (wl-draft-create-contents): For the case of
5861         (symbol-or-string . function) insert header only when the function
5862         returns string value.
5863
5864 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5865
5866         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5867         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5868
5869 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5870
5871         * wl.el (wl-check-environment): Don't check Message-ID when
5872         `wl-insert-message-id' is nil.
5873         Revive checking if `wl-message-id-domain' contains "@".
5874
5875 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5876
5877         * wl.el (wl-check-environment): Merge examination for "@" at
5878         inappropriate position into the first string-match.
5879
5880         * wl-summary.el (wl-summary-target-mark-print): New function.
5881         (wl-summary-pipe-message-subr): Extracted from
5882         `wl-summary-pipe-message'.
5883         (wl-summary-target-mark-pipe): New function.
5884         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5885         `wl-summary-target-mark-pipe'.
5886
5887 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5888
5889         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5890
5891 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893         * wl.el (wl-check-environment): Use elmo-warning instead of
5894         error for non-critical ones.
5895         Remove trash folder check.
5896         (wl): Don't ignore error in wl-check-environment.
5897
5898         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5899         check, which is moved from `wl-check-environment'.
5900         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5901
5902 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5903
5904         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5905         guess anything, call wl-summary-write.
5906         (wl-summary-write): Create draft with blank To field.
5907         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5908
5909 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5912         argument full as well for wl-folder-write-current-folder.
5913         If wl-*-write-current-folder cannot guess addressee, add blank
5914         To header.
5915         Rewrite condition for positioning cursor.
5916
5917 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5918
5919         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5920         summary buffer is present, use it.
5921         (wl-folder-jump-to-previous-summary): Ditto.
5922
5923 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5924
5925         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5926
5927         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5928         wl-summary-previous-buffer and wl-summary-next-buffer.
5929
5930         * wl-folder.el (wl-folder-mode-map): Bind
5931         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5932         (wl-folder-jump-to-next-summary): New function.
5933         (wl-folder-jump-to-previous-summary): Ditto.
5934
5935         * wl-draft.el (wl-draft): Rearranged.
5936
5937 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5938
5939         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5940         of header.
5941         (wl-draft): Collect arguments for the header as header-alist.
5942         (wl-draft-forward): Arrange arguments for wl-draft.
5943         (wl-draft-reply): Ditto.
5944         (wl-draft-edit-string): Ditto.
5945         * wl-summary.el (wl-summary-write): Ditto.
5946         (wl-summary-write-current-folder): Ditto.
5947
5948         * Version number is increased to 2.9.8.
5949
5950 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5953
5954         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5955
5956         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5957         even if the guess failed.
5958
5959         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5960         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5961         wl-summary-write-current-folder.
5962         * wl-xmas.el: Ditto.
5963
5964 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-summary.el (wl-summary-next-page): Force display message if
5967         message is not displayed yet.
5968         (wl-summary-prev-page): Ditto.
5969
5970 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
5971
5972         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5973
5974 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5975
5976         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5977         add "Preview Message" and "Save Draft and Exit".
5978
5979 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5982         if addrmgr is called from draft in splitted window.
5983
5984         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5985         * wl-mule.el: Ditto.
5986         * wl-xmas.el: Ditto.
5987
5988 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5989
5990         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5991
5992         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5993         * wl-xmas.el (wl-folder-toolbar): Ditto.
5994
5995 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5996
5997         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5998         and wl-draft-save-and-exit.
5999         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6000         * wl-xmas.el: Ditto.
6001         * wl-mule.el: Ditto.
6002
6003         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6004         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6005
6006 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6009         lists for saving buffer.
6010
6011 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6014         parent-folder argument instead of it.
6015         (wl-draft-create-buffer): Ditto.
6016         (wl-draft-forward): Ditto.
6017         (wl-draft-reply): Ditto.
6018         * wl-summary.el (wl-summary-write): Ditto.
6019         (wl-summary-write-current-folder): Ditto.
6020
6021         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6022         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6023         Folder buffer after composing.
6024
6025 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6028         header if the file `wl-x-face-file' already contains it.
6029
6030 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6033         folder" entry.
6034         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6035         * wl-e21.el (wl-folder-toolbar): Ditto.
6036         * wl-xmas.el (wl-folder-toolbar): Ditto.
6037
6038 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6039
6040         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6041         wl-folder-goto-folder with sticky argument.
6042         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6043
6044 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6047         and wl-summary-previous-buffer.
6048         (wl-summary-next-buffer): New function.
6049         (wl-summary-previous-buffer): Ditto.
6050
6051 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6054         wl-folder-jump-to-current-entity-with-arg.
6055         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6056         `wl-folder-jump-to-current-entity'.
6057         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6058         `wl-summary-goto-folder-sticky'.
6059         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6060         `wl-summary-goto-folder'.
6061         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6062         Unless force-exit, do not clean temp. marks for sticky summary.
6063         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6064
6065 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6068         not entire.
6069
6070 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6071
6072         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6073         to `C-x C-s'.
6074         (wl-summary-save-status): New command.
6075         (wl-summary-exit): Don't clean-up temp marks when sticky.
6076         (Applied patch from Nakayama-san [wl: 09548])
6077         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6078         Do nothing when no mark data.
6079         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6080         Call `wl-summary-delete-all-temp-marks' before saving.
6081
6082 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6083
6084         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6085
6086 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6087
6088         * wl.el (wl-check-environment): Also cause error when (system-name)
6089         returns "localhost.localdomain". (Although it doesn't affect because
6090         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6091
6092 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6093
6094         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6095         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6096
6097         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6098         value.
6099
6100 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6101
6102         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6103         Likewise r-cc-list and r-ng-list.
6104
6105 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6108         only if it is bound as variable.
6109
6110         * wl-mime.el (wl-draft-preview-message): Ditto.
6111
6112 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6115         needless `goto-char'.
6116
6117         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6118         `wl-summary-redisplay-no-mime-internal' instead of
6119         `wl-summary-redisplay-no-mime'.
6120         (wl-summary-redisplay-no-mime): Changed argument;
6121         Call `wl-summary-redisplay-no-mime-internal'.
6122
6123         * wl-mime.el (wl-draft-preview-message): Bind
6124         `mime-header-encode-method-alist' locally.
6125
6126         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6127         (wl-draft-std11-parse-addresses): Added the first address check.
6128         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6129
6130         * Version number is increased to 2.9.7.
6131
6132 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6135
6136 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6137
6138         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6139         related to scrollbar support, if there is no such a feature
6140         compiled in.
6141
6142 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6143
6144         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6145         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6146         for prefetch.
6147
6148 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6149
6150         * wl-summary.el (wl-summary-pick): Fix for no match.
6151
6152 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6153
6154         * wl-draft.el (wl-draft-save):
6155         Override `mime-header-encode-method-alist'.
6156
6157 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * wl-folder.el (wl-folder-pick): New function.
6160         Define key as "?".
6161
6162 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6165         Fix for unplugged.
6166
6167 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-folder.el (wl-folder-virtual): New function.
6170         Define key as "V".
6171
6172 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6175         multi folder if entity is group.
6176
6177 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6178
6179         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6180         is nil.
6181
6182 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6183
6184         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6185         (wl-summary-target-mark-msgs): Return the number of marked messages.
6186
6187 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6188
6189         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6190         "first:" is specified.
6191
6192 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6193
6194         * wl-vars.el (wl-from): Use return value of function
6195         user-full-name instead of the variable user-full-name since
6196         XEmacs-20.4 doesn't set this variable.
6197
6198 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6199
6200         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6201         call `wl' directly.
6202
6203 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6204
6205         * wl-draft.el (wl-draft-reedit): Removed duplicated
6206         switch-to-buffers.
6207
6208 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * wl.el (wl-other-frame): Removed garbages.
6211
6212 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6215
6216         * wl-xmas.el (wl-draft-key-setup): Ditto.
6217
6218         * wl-mule.el (wl-draft-key-setup): Ditto.
6219
6220         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6221         (wl-draft-reedit): Ditto.
6222         (wl-draft-prepare-edit): Add `wl-draft-save' to
6223         `local-write-file-hooks'.
6224         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6225         (wl-draft-reedit): Set buffer-file-name.
6226         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6227
6228
6229         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6230         call it.
6231         (wl-delete-startup-frame-function): New variable.
6232         (wl-other-frame): New function
6233         (Original was written by Yamaoka san [wl: 09239]).
6234
6235         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6236         if `wl-folder-use-frame'.
6237
6238 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6239
6240         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6241
6242 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6243
6244         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6245         New variable.
6246         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6247         (wl-message-buffer-prefetch-get-next): Use them.
6248         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6249
6250 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6253         with unwind-protect.
6254
6255         * wl-draft.el (wl-draft-reedit): Rewrite.
6256         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6257         (wl-draft-save): Insert header separator if it does not exist;
6258         Removed condition-case.
6259
6260         * wl-summary.el (wl-summary-reedit): Revert last change.
6261
6262         * wl-draft.el (wl-draft-save): Rewrite.
6263         (wl-draft-create-buffer): Set buffer-file-name as nil.
6264
6265         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6266
6267         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6268
6269         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6270         nil.
6271
6272 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6273
6274         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6275         If count is nil, do not prefetch.
6276         (wl-message-buffer-prefetch-next): Next.
6277
6278 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6281
6282 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6283
6284         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6285         `delete-backward-char'
6286         (wl-draft-prepare-edit): Check major-mode.
6287         (wl-draft-decode-header): Rewrite.
6288         (wl-draft): Fix.
6289
6290 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6293
6294 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6297         (wl-message-buffer-prefetch-get-next): Remove size checking.
6298         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6299
6300 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6301
6302         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6303         (wl-draft-default-headers): Fix.
6304
6305 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6306
6307         * wl-draft.el (wl-draft-default-headers): Insert return value of
6308         `wl-generate-mailer-string-function'.
6309
6310 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6313         (wl-draft-insert-mail-header-separator): Ditto.
6314
6315         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6316         again (Reverted the change on 2002-01-17 by OKADA san).
6317
6318 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6319
6320         * wl-draft.el (wl-draft): Rewrite.
6321         (wl-draft-create-buffer): New function.
6322         (wl-draft-create-contents): Ditto.
6323         (wl-draft-prepare-edit): Ditto.
6324         (wl-draft-decode-header): Ditto.
6325         (wl-draft-decode-body): Ditto.
6326         (wl-draft-check-new-line): Ditto.
6327         (wl-draft-default-headers): Ditto.
6328         (wl-draft-insert-mail-header-separator): Ditto.
6329
6330 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * Version number is increased to 2.9.6.
6333
6334 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-draft.el (wl-draft-delete-field): Optional argument.
6337         (wl-draft-delete-fields): Ditto.
6338
6339 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl-message.el (toplevel): Eliminated byte-compile warning.
6342         for `itimer-function', `delete-timer' and `itimer-list'.
6343
6344 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6347         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6348         `wl-message-buffer-prefetch-threshold'.
6349         * wl-summary.el (wl-summary-redisplay-internal): Remove
6350         the check of `wl-message-buffer-prefetch-depth'.
6351
6352 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6355         size of article.
6356         (wl-message-buffer-prefetch-subr): Remove size check.
6357
6358 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6359
6360         * wl-vars.el (wl-plugged): Make customizable.
6361
6362 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6365         (wl-message-buffer-prefetch-set-timer): New function.
6366         (wl-message-buffer-prefetch-get-next): New function.
6367         (wl-message-buffer-prefetch): New function.
6368         (wl-message-buffer-prefetch-next): Rewrite.
6369         (wl-message-buffer-prefetch-subr): Rewrite.
6370         * wl-vars.el (wl-auto-prefetch-first): New variable.
6371         * wl-summary.el (wl-summary-goto-folder-subr): Call
6372         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6373
6374 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6377         `wl-summary-unread-message-hook'.
6378
6379 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6382         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6383         if range is `cache-status'.
6384
6385 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-message.el (wl-message-buffer-prefetch-subr):
6388         Improve debug message.
6389
6390 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6393         `wl-mail-send-pre-hook'.
6394         (wl-draft-send-mail-with-qmail): Ditto.
6395         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6396
6397 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6398
6399         * wl-message.el (wl-message-buffer-prefetch-subr):
6400         Fix for cancel-function-timers bug.
6401         (wl-message-buffer-prefetch-debug): Default value is t.
6402
6403 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6404
6405         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6406         (wl-message-buffer-prefetch-subr): Rewrite.
6407         Rename from `wl-message-buffer-prefetch'.
6408
6409 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6410
6411         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6412         (wl-default-draft-cite-decorate-author): Ditto.
6413
6414         * wl-draft.el (wl-draft-cite-function): Removed.
6415         (wl-default-draft-cite-decorate-author): Ditto.
6416
6417 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6420         (wl-default-draft-cite): Do not arrange author name if the value of
6421         `wl-default-draft-cite-decorate-author' is nil.
6422
6423 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6424
6425         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6426
6427         * wl-folder.el (wl-folder-check-one-entity): Don't care
6428         `elmo-folder-use-flag-p'.
6429
6430 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6431
6432         * wl-folder (wl-folder-check-one-entity): Fix
6433         problem if unread is nil.
6434
6435 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6436
6437         * wl-address.el (wl-address-make-completion-list): Check whether
6438         the address is a group list.
6439         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6440
6441 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6442
6443         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6444         The number of the messages of new and unread does not count
6445         correctly.
6446
6447         * wl-summary.el (wl-summary-count-unread): Changed to return
6448         `(new . unread)' instead of total.
6449         (wl-summary-sync-update): Follow the change above.
6450
6451         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6452
6453 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6454
6455         * wl-address.el (wl-address-make-completion-list): Do not enclose
6456         address by " <" and ">" if associated realname is "".
6457         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6458         This is against the promblem with group list in .addresses pointed
6459         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6460
6461 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6462
6463         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6464         message is a format control string.
6465         * wl-expire.el (wl-expire-append-log): Ditto.
6466         * wl-mime.el (wl-summary-burst-subr): Ditto.
6467         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6468         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6469
6470 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6473         wl.el (wl-check-variables): Rename from `wl-check-type'.
6474         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6475         (wl-check-variables-2): New function.
6476         (wl): Call `wl-check-variables-2'.
6477
6478 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6479
6480         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6481         after renaming folder in access group.
6482
6483 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6486         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6487         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6488         (wl-message-buffer-prefetch): Rewrite.
6489         (wl-message-buffer-prefetch-idle-time): Removed.
6490         * wl-summary.el (wl-summary-redisplay-internal):
6491         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6492         Error check for `wl-message-buffer-prefetch-depht'.
6493
6494 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6495
6496         * Version number is increased to 2.9.5.
6497         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6498
6499 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6500
6501         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6502         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6503         Based on the patch written by
6504         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6505
6506 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6507
6508         * wl-draft.el (wl-draft-raw-send): Fix for
6509         `wl-news-send-pre-hook'
6510
6511 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-utils.el (wl-message-id-function): New variable.
6514         * wl-draft.el (wl-draft-insert-required-fields):
6515         Use `wl-message-id-function'.
6516
6517 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6518
6519         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6520         * wl-utils.el (wl-draft-make-message-id-string):
6521         Use `wl-from' for domain part of Message-ID
6522         if `wl-message-id-use-wl-from' if non-nil.
6523         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6524
6525 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * wl.el (wl): Call `wl-check-type'
6528         Do not 'condition-case'.
6529
6530 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6531
6532         * wl.el (wl-check-type): New function.
6533         (wl-check-type-variables): New variable.
6534
6535 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6536
6537         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6538
6539 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6540
6541         * wl-draft.el (wl-smtp-password-key): New function.
6542         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6543         (wl-draft-send-mail-with-smtp): Ditto.
6544         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6545
6546 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6547
6548         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6549         * wl-utils.el (wl-unique-id-suffix): Remove.
6550
6551 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * Version number is increased to 2.9.4.
6554
6555 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6556
6557         * wl-utils.el (wl-unique-id-suffix): New variable.
6558         (wl-unique-id): Use `wl-unique-id-suffix'
6559
6560 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6561
6562         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6563         instead of `elmo-msgdb-search'.
6564
6565         * Version number is increased to 2.9.3.
6566
6567 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6568
6569         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6570
6571 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6574         (wl-draft-dispatch-message): Changed for send-later.
6575         (wl-draft-queue-flush): Ditto.
6576         (wl-draft): Clear `wl-sent-message-queued'.
6577         (wl-draft-reedit): Ditto.
6578         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6579         * wl-vars.el (wl-draft-force-queuing): New variable.
6580         (wl-draft-force-queuing-mail): New variable.
6581         (wl-draft-force-queuing-news): New variable.
6582
6583 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6586         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6587
6588 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6589
6590         * Version number is increased to 2.9.2.
6591
6592 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * wl-draft.el (wl-draft-elide-region): New user command.
6595         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6596
6597         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6598         command `wl-draft-elide-region'.
6599         * wl-mule.el: Ditto.
6600         * wl-xmas.el: Ditto.
6601
6602 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6603
6604         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6605         (wl-biff-check-folder-async): Removed needless let.
6606
6607 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6608
6609         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6610         wl-folder-get-elmo-folder.
6611         (wl-biff-check-folder): Set `biff' argument of
6612         `wl-folder-check-one-entity'.
6613         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6614
6615         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6616         (wl-folder-check-one-entity): Added `biff' argument;
6617         Setup `biff' slot of folder.
6618
6619         * Version number is increased to 2.9.1.
6620
6621 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6624         comment out and fixed.
6625         (wl-fldmgr-add-completion-subr): Ditto.
6626
6627         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6628         and msgdb.
6629
6630         * wl.el (wl-toggle-plugged): Save summary view.
6631
6632 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6635
6636 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6637
6638         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6639
6640 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6643         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6644         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6645
6646         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6647         if it was failed.
6648         (wl-demo): Disable undo in the demo buffer.
6649
6650 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * wl-version.el (wl-version): Changed codename.
6653
6654         * Version number is increased to 2.9.0.
6655
6656 2001-12-14  Takuo KITAME <kitame@northeye.org>
6657
6658         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6659         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6660         (wl-folder-mark-as-read-all-current-entity): Ditto.
6661
6662 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-vars.el (wl-from-width): Define as obsolete variable.
6665         (wl-subject-length-limit): Ditto.
6666
6667         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6668
6669         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6670         wl-summary-save-view.
6671
6672         * wl.el (wl-save-status): Ditto.
6673         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6674
6675         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6676         (wl-summary-exit): Follow the change above.
6677         (wl-summary-goto-folder-subr): Ditto.
6678
6679         * wl-folder.el (wl-folder-create-subr): Don't use
6680         `elmo-folder-creatable-p'.
6681
6682 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6685
6686 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6689         rather than bitmap on Emacs 21.
6690         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6691         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6692         for xbm if the new redisplay engine is not available.
6693
6694 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-folder.el (wl-folder-init-hook): New hook.
6697         (wl-folder-init): Run `wl-folder-init-hook'.
6698
6699 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6702
6703 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-acap.el (wl-acap-cache-filename): New variable.
6706         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6707         (wl-acap-init): Use cache if no ACAP server found.
6708
6709 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6710
6711         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6712         `wl-acap-original-msgdb-dir'.
6713
6714         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6715         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6716
6717         * wl-mime.el (wl-mime-save-directory): Renamed from
6718         `wl-mime-save-dir'.
6719
6720 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6723
6724         * wl-demo.el: Require `path-util'.
6725         (wl-demo-bitmap-mule-available-p): New internal variable.
6726         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6727         `module-installed-p' instead.
6728         (wl-demo-insert-image): Use *.img file for a bitmap image.
6729         (wl-demo): Don't call the ascii demo recursively.
6730
6731 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6732
6733         * Version number is increased to 2.7.7.
6734
6735 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl.el (wl-exit): Eliminated byte-compile warning.
6738
6739 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6740
6741         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6742         obsolete variable using `elmo-define-obsolete-variable'.
6743         (wl-fetch-confirm-threshold): Ditto.
6744         (wl-cache-prefetch-folder-type-list): Ditto.
6745         (wl-cache-prefetch-folder-list): Ditto.
6746
6747 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6750         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6751         (wl-demo-insert-image): New function.
6752         (wl-demo-insert-text): New function.
6753         (wl-demo-image-type-alist): Redefine as a function.
6754         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6755         (wl-demo-with-temp-file-buffer): Removed.
6756         (wl-logo-xpm): Removed.
6757         (wl-logo-xbm): Removed.
6758         (wl-logo-bitmap): Removed.
6759
6760 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6761
6762         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6763         (wl-expire-localdir-get-folder-function): New user option.
6764         (wl-expire-localdir-get-folder): New function.
6765         (wl-expire-localdir-date): Ditto.
6766
6767 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6768
6769         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6770         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6771         Fixed unread number mismatch when all-unread < unread.
6772
6773 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6776         (wl-fetch-confirm-threshold): Ditto.
6777
6778         * wl-summary.el (wl-summary-confirm-appends): Removed.
6779         (wl-summary-sync-update): Don't refer
6780         `wl-summary-update-confirm-threshold' (It is now abolished).
6781
6782         * wl-message.el (wl-message-display-internal): Don't refer
6783         `wl-fetch-confirm-threshold' (It is now abolished).
6784
6785 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6788
6789 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6790
6791         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6792         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6793         Change default value to nil.
6794         (wl-summary-indent-length-limit): The value can be nil, nil means
6795         unlimited.
6796
6797         * wl-summary.el: Don't set limit for indent length if the value of
6798         wl-summary-indent-length-limit is nil.
6799         If the value of wl-summary-width is nil, it means only that the width
6800         of summary is unlimited (nil doesn't mean that the indent length is
6801         unlimited).
6802
6803         * wl-thread.el: Ditto.
6804
6805 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6806
6807         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6808         be nil, nil means never confirm.
6809         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6810
6811 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6812
6813         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6814         means unlimited).
6815
6816 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6819         Use `with-temp-buffer'.
6820
6821 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6824         with new backquote style).
6825         (wl-folder-get-entity-from-buffer): Ditto.
6826
6827 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6828
6829         * wl-version.el (nemacs-version): Eliminated.
6830         (wl-extended-emacs-version2): Ignore nemacs.
6831         (wl-extended-emacs-version3): Ditto.
6832
6833 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6834
6835         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6836         (wl-draft-add-in-reply-to): New variable.
6837         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6838         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6839         (wl-draft-yank-from-mail-reply-buffer): Use
6840         `wl-draft-add-in-reply-to'.
6841         (wl-draft-insert-current-message): Ditto.
6842
6843 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6844
6845         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6846         typo (kill->hide).
6847         (wl-message-buffer-prefetch-folder-type-list): Added elements
6848         `mark' and `cache' instead of `internal'.
6849
6850 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6853         resume msgdb directory.
6854
6855 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl.el (wl-exit): Call `wl-acap-exit'.
6858
6859         * wl-summary.el (wl-summary-message-string): New function.
6860         (wl-summary-reedit): Use it.
6861         (wl-summary-resend-bounced-mail): Remove needless let.
6862         (wl-summary-supersedes-message): Ditto.
6863         (wl-summary-save): Ditto.
6864
6865         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6866         (wl-acap-init): Set it.
6867         (wl-acap-exit): New function.
6868
6869 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6870
6871         * wl.el (wl-init): Revert (require 'mime-setup). move from
6872         toplevel.
6873
6874 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6875
6876         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6877         local variables.  Add error when guess function return invalid
6878         value.
6879
6880 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6881
6882         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6883         Change local variable name.
6884         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6885         (wl-folder-get-newsgroups): Return nil when non-news folder.
6886         * wl-summary.el (wl-summary-write-current-folder): State through
6887         when guess-list return nil.
6888         (wl-summary-write-current-folder-functions): Fixed docstring.
6889
6890         * wl.el (wl-exit): Changed confirm message.
6891
6892         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6893         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6894
6895         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6896
6897 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6898
6899         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6900         user option (Renamed from wl-cache-prefetch-folder-type-list).
6901         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6902         from wl-cache-prefetch-folder-list).
6903
6904         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6905         Move to wl-vars.el.
6906         (wl-message-buffer-prefetch-p): Changed to enable
6907         `wl-message-buffer-prefetch-folder-list'.
6908
6909         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6910         `ignore-cache'.
6911
6912 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6915         `part-top' and `part-bottom'.
6916         (wl-draft-config-sub-part-top): New function.
6917         (wl-draft-config-sub-part-bottom): New function.
6918
6919 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6920
6921         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6922
6923 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6924
6925         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6926
6927 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6928
6929         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6930
6931         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6932         (wl-summary-write-current-folder): Ditto.
6933
6934 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-folder.el (wl-folder-get-newsgroups): Use
6937         `elmo-folder-newsgroups'.
6938
6939 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6942         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6943         `wl-draft-config-sub-header-bottom'.
6944
6945 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6946
6947         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6948         localnews folder.
6949
6950 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6951
6952         * wl-summary.el (wl-summary-mode): Undo last change.
6953
6954         * wl-folder.el (wl-folder-mode): Ditto.
6955
6956 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6957
6958         * wl-summary.el (wl-summary-mode): Locally set
6959         truncate-partial-window-width to nil.
6960         (for XEmacs)
6961
6962         * wl-folder.el (wl-folder-mode): Ditto.
6963
6964 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6967
6968 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6971         number.
6972
6973         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6974
6975         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6976
6977         * Version number is increased to 2.7.6.
6978
6979 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6982
6983 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-summary.el (wl-summary-sync-update): Enclose network
6986         related portion with `unwind-protect'.
6987
6988 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6989
6990         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6991
6992 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6995         element.
6996         * wl-vars.el (wl-message-body-button-alist): Ditto.
6997
6998         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6999         max match length.
7000         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7001
7002         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7003         for the max match length;
7004         Use 4th element value for the button string regexp group.
7005
7006         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7007         candidate exists, prompt to select.
7008
7009 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7010
7011         * wl-summary.el (wl-summary-jump-to-msg): Search before
7012         calibration point by `beginning-of-line'.
7013
7014 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7015
7016         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7017         for access group.
7018
7019 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7020
7021         * wl-message.el (wl-message-display-internal): Bind
7022         `default-mime-charset'.
7023
7024         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7025
7026         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7027
7028         * Version number is increased to 2.7.5.
7029
7030 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7031
7032         * wl-expire.el (wl-summary-archive): Fixed;
7033         Use `elmo-folder-name-internal'.
7034
7035 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7036
7037         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7038         from `elmo-folder-move-messages' caller.
7039         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7040
7041         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7042         related portions are changed).
7043
7044 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7045
7046         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7047         counter.
7048
7049 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7050
7051         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7052         buffer local and set it to nil.
7053
7054         * wl-message.el (wl-message-redisplay): Ditto.
7055
7056 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-summary.el (wl-summary-mark-as-important): If message is
7059         already cached, set messag as read, otherwise encache and mark as read.
7060
7061 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7062
7063         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7064         point-min.
7065
7066 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7069         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7070         a keymap.
7071
7072 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7075         parent.
7076
7077         * wl-mule.el (wl-message-define-keymap): Ditto.
7078
7079         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7080
7081         * wl-xmas.el (wl-message-display-internal-hook): Define.
7082         (wl-xmas-setup-message-toolbar): Define as function.
7083         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7084         (wl-message-overload-functions): Abolished.
7085         (wl-message-define-keymap): New function.
7086
7087         * wl-vars.el (wl-message-display-internal-hook): New variable.
7088         (wl-message-header-button-alist): New variable (Renamed from
7089         wl-highlight-message-header-button-alist).
7090         (wl-message-body-button-alist): Ditto.
7091
7092         * wl-mule.el (wl-message-define-keymap): New function.
7093         (wl-message-overload-functions): Abolished.
7094
7095         * wl-message.el (wl-message-add-buttons-to-body): New function.
7096         (wl-message-redisplay): Don't call wl-message-overload-functions;
7097         Call wl-message-add-buttons-to-header and
7098         wl-message-add-buttons-to-body.
7099         (wl-message-display-internal): Set keymap argument for
7100         elmo-mime-display-as-is, elmo-mime-message-display;
7101         Run wl-message-display-internal-hook.
7102         (wl-message-refer-article-or-url): Abolished.
7103
7104         * wl-highlight.el (wl-highlight-headers): Don't call
7105         wl-highlight-message-add-buttons-to-header.
7106         (wl-highlight-message-add-buttons-to-header): Abolished.
7107
7108
7109         * wl-e21.el (wl-message-display-internal-hook): Define.
7110         (wl-e21-setup-toolbar): Deleted duplicated binding.
7111         (wl-e21-setup-message-toolbar): Define as function.
7112         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7113         (wl-message-define-keymap): New function.
7114         (wl-message-overload-functions): Abolished.
7115
7116 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7119         and elmo-folder-close.
7120
7121         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7122
7123 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7124
7125         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7126         boolean value.
7127         * wl-draft.el (wl-draft-do-fcc): Ditto.
7128
7129 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7130
7131         * wl-vars.el (wl-fcc-force-as-read): New variable.
7132         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7133         mark copied message as read.
7134
7135 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7136
7137         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7138
7139 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7140
7141         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7142         `wl-summary-target-above' instead of obsolete variable
7143         `wl-summary-temp-above'.
7144
7145         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7146         instead of `make-obsolete-variable'.
7147         * wl-refile.el (toplevel): Ditto.
7148
7149 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7152         with third argument t.
7153         (wl-draft): Set first argument for wl-plugged-init as t.
7154
7155         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7156         definition.
7157
7158 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7159
7160         * wl-vars.el: Tabify.
7161         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7162
7163         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7164         message.
7165
7166 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7167
7168         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7169         and set default to beep.
7170
7171 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7172
7173         * wl-vars.el (wl-draft-truncate-lines): New variable.
7174
7175         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7176         instead of wl-message-truncate-lines for truncate-lines.
7177
7178 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-message.el (wl-message-display-internal): Call
7181         `wl-highlight-message' after `elmo-mime-display-as-is'.
7182
7183         * wl-mime.el (wl-mime-display-text/plain): New function.
7184         (wl-mime-display-header): Ditto.
7185         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7186         body-presentation-method for text/plain;
7187         Register `wl-mime-display-header' as a header-presentation-method;
7188         Don't set up `elmo-message-text-content-inserted-hook' and
7189         `elmo-message-header-inserted-hook'.
7190
7191         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7192         variable.
7193         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7194         as t if flag is 'all-header;
7195         Don't bind `elmo-message-ignored-field-list',
7196         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7197
7198 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7201         for xemacs with non-mule environment.
7202
7203 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7204
7205         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7206         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7207         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7208
7209 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7210
7211         * wl-vars.el (wl-interactive-send): Set default value as t.
7212
7213 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7216         (wl-addrmgr-method-list): Abolished.
7217         (wl-addrmgr-change-method): Follow above change.
7218
7219         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7220
7221 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7222
7223         * wl-vars.el (wl-message-truncate-lines): Change default value
7224         to default-truncate-lines.
7225
7226         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7227
7228 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7229
7230         * wl-vars.el (wl-message-truncate-lines): New variable.
7231
7232         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7233         wl-message-truncate-lines.
7234
7235 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7236
7237         * wl-acap.el (wl-acap-init): Remove period from error message.
7238         (wl-acap-find-acap-service): Remove period from message.
7239
7240 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl.el (wl-check-environment): Undo last change.
7243
7244         * wl-vars.el (wl-from): Changed default value.
7245
7246         * wl-util.el (toplevel): Don't require tm-edit.
7247
7248         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7249         `wl-folder-init';
7250         Don't set mark on mail body.
7251         (wl-draft-reedit): Ditto.
7252
7253         * wl-address.el (wl-address-quote-specials): Define as an alias for
7254         elmo-address-quote-specials.
7255
7256 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7259
7260         * wl-vars.el (wl-from): Set default value as nil.
7261         (wl-organization): Set default value as ORGANIZATION environment
7262         variable.
7263
7264         * wl-draft.el (wl-smtp-extension-bind): Check value of
7265         wl-smtp-connection-type.
7266
7267         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7268         error.
7269
7270 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7271
7272         * Version number is increased to 2.7.4.
7273
7274         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7275         arguments from `wl-highlight-x-face-function' caller.
7276         Use x-face-1.3.6.12 or later.
7277
7278 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7279
7280         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7281
7282 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7283
7284         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7285         (wl-fcc): Fix to accept function.
7286         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7287
7288 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7289
7290         * wl-acap.el (toplevel): Added `product-provide' declare.
7291         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7292
7293 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl.el (wl): Changed order of calling `elmo-init'
7296         and `elmo-folder-init'.
7297
7298 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7299
7300         * wl-mime.el (wl-summary-burst): Extract message when content-type
7301         of root entity is not only `multipart' but also `message/rfc822'.
7302         (wl-summary-burst-subr): Ditto.
7303
7304 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-vars.el (toplevel): Require 'custom.
7307         (wl-trash-folder): Added to `wl-setting' group.
7308
7309         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7310         exists.
7311         (wl-addrmgr-draw): Insert empty line when no entry exists.
7312
7313         * wl-mule.el (wl-message-wheel-up): Fixed.
7314         (wl-message-wheel-down): Ditto.
7315
7316 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7317
7318         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7319         config is an anonymous lambda expression.
7320
7321 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7324         when Mule 2 is running.
7325
7326 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7329
7330 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7333         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7334
7335         * wl-address.el (wl-address-specials-regexp): Eliminated.
7336         (wl-address-quote-specials): Rewrite.
7337
7338 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7341         shy-groups for regexp.
7342
7343         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7344         character classes and Perl style shy-groups for regexp.
7345         (wl-highlight-plugged-current-line): Use Posix style character
7346         classes for regexp.
7347         (wl-e21-highlight-folder-by-numbers): Ditto.
7348         (wl-e21-display-image-p): Use `display-images-p' instead of
7349         `display-graphic-p'.
7350         (display-images-p): Make an alias to `display-graphic-p' if it is
7351         not available.  It is for Emacs version prior to 21.0.105.
7352
7353         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7354         `display-graphic-p'.
7355         (wl-demo-image-type-alist): Ditto.
7356         (display-images-p): Make an alias to `display-graphic-p' if it is
7357         not available.  It is for Emacs version prior to 21.0.105.
7358
7359 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7360
7361         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7362         support.
7363         (wl-generate-user-agent-string): Ditto.
7364
7365         * wl-version.el (wl-version): Update docsting.
7366         (wl-version-status): Ditto.
7367
7368 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7369
7370         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7371         21.0.105.  For Emacs 21.0.104 or earlier.
7372
7373 2001-09-03  Takuo KITAME <kitame@northeye.org>
7374
7375         * wl-e21.el (wl-plugged-init-icons): Use
7376         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7377         (wl-biff-init-icons): Ditto.
7378
7379 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-highlight.el (wl-highlight-summary-current-line):
7382         Fixed highlighting refile/copy destination.
7383
7384         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7385         (wl-acap-store): Encode string by wl-acap-coding-system.
7386
7387 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-acap.el (toplevel): Check and require 'un-define before
7390         'xemacs-ucs;
7391          Added checking for UTF-2000.
7392
7393 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7396         Don't enclose with `eval-and-compile'.
7397
7398         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7399         wl-init is non-nil.
7400
7401         * wl-draft.el (wl-draft): Ditto.
7402
7403         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7404
7405         * wl-acap.el (toplevel): Require 'wl.
7406         (wl-acap-store): Call `elmo-init'.
7407
7408         * wl.el (wl): Changed position of `wl-check-environment'.
7409         (toplevel): Added autoload setting for wl-acap.
7410
7411         * wl-vars.el (wl-setting): New custom group.
7412         (wl-from): Added wl-setting group.
7413         (wl-user-mail-address-list): Ditto.
7414         (wl-organization): Ditto.
7415         (wl-subscribed-mailing-list): Ditto.
7416         (wl-envelope-from): Ditto.
7417         (wl-smtp-posting-user): Ditto.
7418         (wl-smtp-posting-server): Ditto.
7419         (wl-smtp-posting-port): Ditto.
7420         (wl-smtp-authenticate-type): Ditto.
7421         (wl-pop-before-smtp-user): Ditto.
7422         (wl-pop-before-smtp-server): Ditto.
7423         (wl-pop-before-smtp-port): Ditto.
7424         (wl-pop-before-smtp-authenticate-type): Ditto.
7425         (wl-nntp-posting-server): Ditto.
7426         (wl-nntp-posting-user): Ditto.
7427         (wl-nntp-posting-port): Ditto.
7428         (wl-fetch-confirm-threshold): Ditto.
7429         (wl-prefetch-threshold): Ditto.
7430         (wl-thread-insert-opened): Ditto.
7431         (wl-ldap-server): Ditto.
7432         (wl-ldap-port): Ditto.
7433         (wl-ldap-base): Ditto.
7434         (wl-ldap-objectclass): Ditto.
7435         (wl-use-ldap): Ditto.
7436         (wl-draft-config-alist): Ditto.
7437         (wl-draft-config-matchone): Ditto.
7438         (wl-template-alist): Ditto.
7439         (wl-message-sort-field-list): Ditto.
7440         (wl-message-ignored-field-list): Ditto.
7441         (wl-message-visible-field-list): Ditto.
7442         (wl-interactive-send): Ditto.
7443         (wl-summary-move-order): Ditto.
7444         (wl-auto-select-first): Ditto.
7445         (wl-auto-select-next): Ditto.
7446         (wl-interactive-save-folders): Ditto.
7447
7448         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7449         Initialization codes are moved from wl-local-folder-init.
7450         (wl-local-folder-init): Follow the change above.
7451         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7452
7453         * wl-acap.el: New file.
7454
7455         * Version number is increased to 2.7.3.
7456
7457 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7458
7459         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7460
7461 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7462
7463         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7464         (wl-addrmgr-address-entry-list): Ditto.
7465
7466 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-e21.el (wl-draft-mode-map): Removed binding for
7469         `wl-draft-insert-x-face-field'.
7470
7471         * wl-mule.el (wl-draft-mode-map): Ditto.
7472
7473         * wl-xmas.el (wl-draft-mode-map): Ditto.
7474
7475         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7476         (wl-cs-autoconv): Ditto.
7477         (wl-cs-local): Ditto.
7478         (wl-use-scoring): Ditto.
7479         (wl-mime-charset): Ditto.
7480         (wl-folder-check-async): Ditto.
7481
7482         * wl.el (toplevel): Ignore nemacs and tm.
7483         (wl-exit): Ditto.
7484
7485         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7486         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7487         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7488         instead of wl-address-petname-add-or-change.
7489         (wl-summary-edit-addresses-subr): Use wl-address-delete
7490         instead of wl-address-petname-delete.
7491
7492         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7493
7494         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7495         if error occured.
7496
7497         * wl-message.el (require): Remove tm support.
7498
7499         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7500
7501         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7502         (wl-folder-jump-to-current-entity): Ditto.
7503         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7504
7505         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7506         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7507         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7508
7509         * wl-mule.el (wl-draft-key-setup): Ditto.
7510
7511         * wl-xmas.el (wl-draft-key-setup): Ditto.
7512
7513         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7514         (wl-draft-std11-parse-addresses): New function.
7515         (wl-draft-parse-mailbox-list): Use it.
7516         (wl-draft): Ignore nemacs.
7517         (wl-draft-reedit): Ditto.
7518
7519         * wl-addrmgr.el: New file.
7520         (Original is wl-rcpt.el written by
7521         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7522         Thanks Kitamoto-san.)
7523
7524         * wl-address.el (wl-address-make-address-list): Modified parsing
7525         process.
7526         (wl-address-delete): Renamed from `wl-address-petname-delete';
7527         Modify wl-address-list too.
7528         (wl-address-add-or-change): Renamed from
7529         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7530
7531 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7532
7533         * wl-highlight.el (wl-highlight-summary-current-line):
7534           Work with transient-mark-mode
7535
7536 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * Version number is increased to 2.7.2.
7539
7540         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7541         instead of elmo-dop-queue-method.
7542
7543 2001-08-06  SAITO Atsunori <sai@yedo.com>
7544
7545         * wl-vars.el (wl-ldap-objectclass): New user option.
7546
7547         * wl-address.el (wl-ldap-make-filter): Use it.
7548
7549 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7552
7553 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-folder.el (wl-folder): redisplay after folder insertion.
7556
7557         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7558
7559         * wl-summary.el (wl-summary-sync-update):
7560         Change status mark only when new-msgdb exists.
7561         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7562
7563 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-summary.el (wl-summary-open-folder): New function.
7566         (wl-summary-goto-folder-subr): Use it.
7567         (wl-summary-mark-as-important): Fix;
7568         Encache only when no cache exists.
7569
7570 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7573         Use with-current-buffer.
7574
7575 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7576
7577         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7578         before call `get-buffer'. Fixed parenthesis.
7579         (wl-score-get-header-entry): Clear message and help window when
7580         keyboard quit.
7581         (wl-score-edit-insert-header): Ditto.
7582
7583 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7586         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7587         (wl-default-draft-cite): Fix.
7588
7589         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7590         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7591
7592 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl-message.el (wl-message-prev-page): Do same bahavior
7595         as summary when it is called in the message buffer.
7596         (wl-message-next-page): Ditto.
7597
7598 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7599
7600         * wl-summary.el (wl-summary-forward): Use cache if it is not
7601         section cache.
7602
7603 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7606         Removed redundant require of elmo-vars.
7607         (wl-biff-state-indicator-on): Changed default value for
7608         xemacs with non-mule environment.
7609
7610         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7611         wl-message-buffer is nil;
7612         Hide progress bar after moving messages.
7613
7614 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7615
7616         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7617         message at cursor point is deleted.
7618
7619 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-vars.el: Changed file coding system to euc-japan.
7622         Added -*-coding:-*- magic to the first line.
7623
7624         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7625         Search parent from the first message.
7626
7627         * Version number is increased to 2.7.1.
7628
7629 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7630
7631         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7632
7633 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7636         refile/delete execution.
7637
7638         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7639         Fixed docstring.
7640
7641 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7644         do update process;
7645         Don't update marks when update process is interrupted.
7646
7647 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * wl-summary.el (wl-summary-reply): Fixed problem when
7650         wl-draft-use-frame is non-nil.
7651         (wl-summary-forward): Ditto.
7652
7653         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7654         as nil.
7655         (wl-folder-mark-as-read-all-entity): Ditto.
7656         (wl-folder-prefetch-entity): Ditto.
7657
7658         * wl.el (wl): Check environment before wl-init.
7659
7660         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7661         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7662         instead of wl-summary-collect-unread.
7663         (wl-summary-reply): Split message window.
7664
7665 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7668         only if current language environment is japanese,
7669
7670         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7671         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7672         (wl-folder-goto-folder-subr): Ditto.
7673
7674         * wl-draft.el (wl-draft-dispatch-message): Call
7675         `elmo-file-cache-get-path'.
7676
7677 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl-summary.el (wl-summary-cursor-move): If return value of
7680         wl-summary-next-message is not number, don't jump.
7681
7682 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-summary.el (wl-summary-buffer-next-message-function): New
7685         variable.
7686         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7687         if it is bound.
7688
7689         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7690         string.
7691
7692         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7693         (wl-plugged-drawing): Ditto.
7694
7695 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7698         process.
7699         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7700         with unwind-protect.
7701
7702         * wl.el (wl-init): Require mime-setup.
7703         (wl-check-environment): Don't require mime-setup.
7704
7705         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7706         instead of elmo-folder-type.
7707
7708         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7709         value as nil.
7710
7711 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * Version number is increased to 2.7.0.
7714
7715         * wl-version.el (wl-version): Changed codename.
7716
7717         * wl-summary.el (wl-summary-delete-cache): Fixed.
7718
7719         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7720         Workaround for net folders.
7721         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7722
7723         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7724         value to nil (According to the patch from
7725         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7726
7727         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7728         of elmo-folder-close.
7729
7730 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7731
7732         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7733         for postfix.
7734
7735 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl-summary.el (wl-summary-resend-message): Fixed.
7738
7739         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7740         Call wl-draft with `from' argument if its address is included in
7741         `wl-user-mail-address-list'.
7742         (wl-draft): Added `from' argument.
7743
7744         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7745         non-nil.
7746         (wl): Don't show demo if wl-demo is nil.
7747
7748         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7749         wl-summary-use-frame.
7750
7751         * wl-vars.el (wl-summary-use-frame): New user option.
7752         (wl-folder-use-frame): Changed docstring.
7753
7754         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7755         non-nil.
7756         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7757         wl-summary-use-frame.
7758
7759         * wl-vars.el (wl-folder-use-frame): New user option.
7760
7761         * wl-summary.el (wl-summary-exit): Back to folder frame if
7762         wl-folder-use-frame is non-nil.
7763         (wl-summary-redisplay-internal): Ignore cache if current folder
7764         is draft folder,
7765         (wl-summary-redisplay-no-mime): Ditto.
7766         (wl-summary-redisplay-all-header): Ditto.
7767
7768         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7769         if wl-folder-use-frame is non-nil.
7770
7771 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl-summary.el (wl-summary-sync-update): Bind
7774         elmo-folder-update-threshold.
7775         (wl-summary-mark-as-important): Enclosed server mark processing
7776         with `save-match-data'.
7777
7778         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7779         only when it is already defined.
7780
7781 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7782
7783         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7784         name of folder exclude localdir is wrong.
7785         * wl-folder.el (wl-folder-sync-entity):
7786         Set `wl-summary-always-sticky-folder-list' as nil.
7787         (wl-folder-mark-as-read-all-entity): Ditto.
7788         (wl-folder-prefetch-entity): Ditto.
7789
7790 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7791
7792         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7793         instead of `wl-summary-write-current-newsgroup'.
7794
7795 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7796
7797         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7798         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7799         non-nil and selected message is important, do not display.
7800
7801 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7802
7803         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7804
7805 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7808
7809         * wl-summary.el (wl-summary-mark-as-important): Set message number
7810         using wl-summary-message-number.
7811
7812 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7813
7814         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7815         destination folder is 'null.
7816
7817 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7818
7819         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7820         New function.
7821         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7822         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7823         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7824
7825 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-mime.el (wl-mime-setup): Added setting for
7828         `mime-setup-signature-key-alist' to avoid overriding key bind for
7829         `wl-draft-send'.
7830
7831         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7832         for `wl-draft-send'.
7833         * wl-mule.el (wl-draft-overload-functions): Ditto.
7834         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7835         * wl-draft.el (wl-draft-send): Ditto.
7836
7837         * wl-message.el (wl-message-display-internal):
7838         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7839         (Patch is provided by <kita@coe.nttdata.co.jp>).
7840
7841 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7842
7843         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7844
7845 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7846
7847         * wl.el (wl): Fix for wl-demo.
7848
7849 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7850
7851         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7852
7853 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7854
7855         * wl-folder.el (wl-folder-prefetch-entity): Use
7856         `wl-folder-get-elmo-folder'.
7857         (wl-folder-count-incorporates): Do not use
7858         `wl-folder-get-elmo-folder'.
7859
7860 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7861
7862         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7863         instead of `elmo-folder-get-type'.
7864
7865 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7866
7867         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7868         position on Subject: field.
7869         (Advised by Mito <mit@nines.nec.co.jp>)
7870
7871 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7872
7873         * wl-folder.el (wl-folder-prefetch-entity): Use
7874         `wl-folder-get-elmo-folder'.
7875
7876 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7877
7878         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7879
7880         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7881         `process-duplicates' slot.
7882
7883         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7884         if detection failed.
7885
7886 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7887
7888         * wl-version.el (wl-version-status): Set to "alpha".
7889
7890 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7893         Check wl-message-buffer lives before set-buffer.
7894
7895 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7896
7897         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7898         called in folder mode.
7899         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7900         * wl-summary.el (wl-summary-exit-pre-hook): Run
7901         `wl-summary-exit-pre-hook' before exit summary mode.
7902
7903 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7904
7905         * wl-version.el (wl-version-status): New variable.
7906         (wl-version-status-alist): Removed.
7907         (wl-version-status): Rule included.
7908
7909 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7910
7911         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7912         @sponichi.
7913
7914         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7915         when `mail-reply-buffer' is buffer-local variable.
7916         (Reported by <kita@coe.nttdata.co.jp>).
7917
7918 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-vars.el (toplevel): Require 'elmo-util.
7921
7922 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7925         (All other related portions are changed)
7926
7927         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7928
7929         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7930
7931 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7932
7933         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7934
7935 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7938         Delete other windows to avoid an error.
7939         Use `point-marker' instead of `point' to remember the start point
7940         of body.
7941
7942         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7943
7944         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7945         number not to exceed all message number.
7946
7947 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7948
7949         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7950         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7951
7952 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-summary.el (wl-summary-sync-force-update): Added argument
7955         no-check.
7956         (wl-summary-sync-update): Ditto.
7957         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7958         with `no-check'.
7959
7960         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7961         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7962         already running.
7963
7964 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7965
7966         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7967         `dst-folder-arg'.
7968         (wl-expire-archive-number1): Diito.
7969         (wl-expire-archive-number2): Diito.
7970         (wl-expire-archive-Date): Diito.
7971         (wl-archive-number1): Diito.
7972         (wl-archive-number2): Diito.
7973         (wl-archive-date): Diito.
7974         (wl-archive-folder-p): New function.
7975         (wl-summary-expire): Support of expand folder name at
7976         wl-expire-alist.
7977         * wl-util.el (wl-expand-newtext): Renamed from
7978         `wl-refile-expand-newtext'.
7979
7980 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7981
7982         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7983         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7984         `(elmo-msgdb-get-overview msgdb)'.
7985         (wl-summary-prefetch): Bind match data before call
7986         `wl-summay-prefetch-msg'.
7987         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7988         'off if `wl-summary-buffer-disp-msg' is non-nil.
7989         Fixed problem that couldn't show only one new or unread message when
7990         enter folder.
7991         (wl-summary-reply): Don't call `split-window-vertically' and other
7992         window.
7993
7994 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-expire.el (wl-expire-refile): Fixed.
7997
7998 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8001
8002         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8003         biff notification is removed.
8004
8005         * wl.el (wl): Changed position of `elmo-init'.
8006
8007         * wl-draft.el (wl-default-draft-cite): Use date field
8008         on the citation buffer.
8009
8010         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8011
8012         * wl-xmas.el (wl-folder-internal-icon-list): Added
8013         `wl-folder-shimbun-image'.
8014
8015         * wl-e21.el (wl-folder-internal-icon-list): Added
8016         `wl-folder-shimbun-image'.
8017
8018 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl.el (wl-init): Eliminated argument.
8021         (wl): Rewrite.
8022
8023         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8024         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8025         instead of `elmo-folder-msgdb-internal'.
8026         (wl-summary-sync-update): Ditto.
8027         (wl-summary-flush-pending-append-operations): Eliminated.
8028         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8029         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8030         `elmo-folder-open'.
8031
8032         * wl-mime.el (wl-summary-burst): Fixed.
8033
8034         * wl-folder.el (wl-folder-info-save): Check data type.
8035
8036         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8037         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8038         instead of `elmo-folder-msgdb-internal'.
8039         (wl-expire-hide): Ditto.
8040
8041
8042         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8043
8044 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8045
8046         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8047
8048 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8049
8050         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8051
8052 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8053
8054         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8055         Fixed `match-beginning' argument mismatch.
8056
8057 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8058
8059         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8060         the default value.
8061
8062 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8065         instead of `elmo-nntp-default-port'.
8066
8067         * wl-vars.el: Fixed some doc strings.
8068
8069 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-summary.el (wl-summary-prefetch-msg): Use
8072         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8073
8074         * wl-vars.el: Define *-func as obsolete variable using
8075         `elmo-define-obsolete-variable'.
8076
8077         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8078         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8079         instead of `wl-message-buffer-prefetch-threshold'.
8080
8081         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8082
8083         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8084
8085         * wl-draft.el (wl-caesar-region-func): Ditto.
8086
8087         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8088         Keep unread status in elmo-folder-move-messages.
8089         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8090
8091 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8092
8093         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8094         `wl-summary-buffer-exit-func'
8095         (wl-summary-buffer-message-redisplay-function): Renamed from
8096         `wl-summary-buffer-message-redisplay-func'
8097         (wl-summary-buffer-next-folder-function): Renamed from
8098         `wl-summary-buffer-next-folder-func'.
8099         (wl-summary-buffer-prev-folder-function): Renamed from
8100         `wl-summary-buffer-prev-folder-func'.
8101         (wl-summary-get-petname-function): Renamed from
8102         `wl-summary-get-petname-func'.
8103
8104         * wl-score.el (wl-score-edit-exit-function): Renamed from
8105         `wl-score-edit-exit-func'.
8106
8107         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8108         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8109
8110         * wl-util.el (wl-load-profile-function): Renamed from
8111         `wl-load-profile-func'.
8112
8113         * wl-folder.el (wl-folder-completion-function): Renamed from
8114         `wl-folder-completion-func'.
8115         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8116
8117         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8118         `wl-expire-archive-get-folder-func'.
8119         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8120         (wl-draft-send-mail-function): Renamed from
8121         `wl-draft-send-mail-func'.
8122         (wl-draft-send-news-function): Renamed from
8123         `wl-draft-send-news-func'.
8124         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8125         (wl-generate-mailer-string-function): Renamed from
8126         `wl-generate-mailer-string-func'.
8127         (wl-highlight-signature-search-function): Renamed from
8128         `wl-highlight-signature-search-func'.
8129         (wl-highlight-x-face-function): Renamed from
8130         `wl-highlight-x-face-func'
8131         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8132         (wl-ps-print-buffer-function): Renamed from
8133         `wl-ps-print-buffer-func'
8134         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8135         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8136         (wl-summary-subject-filter-function): Renamed from
8137         `wl-summary-subject-filter-func'.
8138
8139         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8140         `wl-draft-queue-flush-send-func'
8141         (wl-draft-cite-function): Renamed from
8142         `wl-draft-cite-func'
8143
8144         * wl-address.el (wl-address-init-function): Renamed from
8145         `wl-address-init-func'.
8146
8147 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-draft.el (wl-draft-queue-flush): Don't call
8150         `elmo-dop-unlock-message'.
8151         * wl-draft.el (wl-draft-queue-append): Don't call
8152         `elmo-dop-lock-message'.
8153
8154         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8155         (wl-summary-buffer-folder-name): Ditto.
8156         (wl-summary-message-regexp): Added '-' (all other related portions
8157         are changed).
8158         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8159         wl-summary-buffer-folder-name.
8160
8161 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8162
8163         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8164         the number of mails in the folder buffer is not updated by wl-biff.
8165
8166 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8167
8168         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8169         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8170
8171 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-next-message):
8174         Return next message number when wl-summary-move-order is nil.
8175
8176 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8177
8178         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8179         `wl-summary-move-spec-alist'.
8180         (wl-summary-move-spec-unplugged-alist): New variable
8181         (Move spec for unplugged status).
8182         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8183         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8184
8185 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8186
8187         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8188         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8189
8190 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8191
8192         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8193         simple quotation to quote the anonymous function.
8194         * tm-wl.el (wl-draft-preview-message): Ditto.
8195
8196 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8197
8198         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8199         Eliminate redundant `save-excursion'.
8200         (wl-highlight-summary-current-line): Ditto.
8201
8202         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8203         accessing match data when `looking-at' failed.
8204
8205         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8206         `elmo-match-string' where users don't care about the speed.
8207         (wl-draft-save): Ditto.
8208
8209 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-util.el (wl-regexp-opt): New function.
8212
8213         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8214         number from `wl-summary-buffer-number-list'.
8215         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8216         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8217         (wl-summary-move-spec-alist): Changed default setting.
8218
8219 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8220
8221         * wl-vars.el (wl-biff-notify-hook): New hook.
8222         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8223         the arrival of new mail.
8224         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8225         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8226
8227 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8230
8231 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8234
8235         * Version number is increased to 2.5.8.
8236
8237         * wl-thread.el (toplevel): require 'cl.
8238         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8239         (wl-thread-make-number-list): New function.
8240         (wl-thread-entity-make-number-list-from-children): Ditto.
8241         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8242         (wl-thread-entity-insert-as-children): Likewise.
8243         (wl-thread-delete-message): Likewise.
8244         (wl-meaning-of-mark): Eliminated.
8245         (wl-thread-next-failure-mark-p): Ditto.
8246         (wl-thread-entity-get-mark): Ditto.
8247         (wl-thread-meaning-alist-get-result): Ditto.
8248         (wl-thread-entity-check-prev-mark): Ditto.
8249         (wl-thread-entity-check-next-mark): Ditto.
8250         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8251         (wl-thread-entity-get-prev-marked-entity): Ditto.
8252         (wl-thread-get-prev-unread): Ditto.
8253         (wl-thread-jump-to-prev-unread): Ditto.
8254         (wl-thread-get-next-unread): Ditto.
8255         (wl-thread-jump-to-next-unread): Ditto.
8256         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8257         (wl-thread-entity-get-next-marked-entity): Ditto.
8258
8259         * wl-summary.el (wl-summary-buffer-number-list):
8260         New bufer-local variable.
8261         (wl-summary-switch-to-clone-buffer): Clone
8262         `wl-summary-buffer-number-list'.
8263         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8264         (wl-summary-cursor-move-regex): Eliminated.
8265         (wl-summary-cursor-up): Rewrite.
8266         (wl-summary-cursor-down): Ditto.
8267         (wl-summary-mode-spec-alist): New variable.
8268         (wl-summary-next-message): New inline function.
8269         (wl-summary-cursor-move): New function.
8270         (wl-summary-default-get-next-msg): Rewrite.
8271         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8272         (wl-summary-rescan): Ditto.
8273         (wl-summary-sync-all-init): Ditto.
8274         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8275         summary is not thread view.
8276         (wl-summary-sync-update): Ditto.
8277         (wl-summary-rescan): Ditto.
8278         (wl-summary-make-number-list): New function.
8279
8280         * wl-draft.el: "FCC" -> "Fcc".
8281
8282 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8283
8284         * wl-highlight.el (wl-highlight-summary-window):
8285         Call `set-buffer-modified-p'.
8286
8287         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8288         (wl): Call `elmo-init' and fix.
8289
8290         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8291         Use new variables.
8292
8293         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8294
8295 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8298
8299 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8300
8301         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8302
8303 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8304
8305         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8306         `wl-use-toolbar' nor `display-graphic-p'.
8307         (wl-e21-setup-message-toolbar): Ditto.
8308         (wl-e21-setup-summary-toolbar): Ditto.
8309         (wl-e21-setup-folder-toolbar): Ditto.
8310
8311         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8312         (wl-plugged-init-icons): Ditto.
8313
8314         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8315         `display-graphic-p'.
8316         (wl-plugged-set-folder-icon): Ditto.
8317         (wl-highlight-plugged-current-line): Ditto.
8318         (wl-highlight-folder-current-line): Ditto.
8319         (wl-e21-highlight-folder-group-line): Ditto.
8320         (wl-e21-setup-toolbar): Ditto.
8321         (wl-e21-display-image-p): New macro.
8322
8323         * wl-demo.el (wl-demo): Simplified.
8324         (wl-demo-image-type-alist): Use `image-type-available-p' for
8325         checking whether the image type `xbm' is available.
8326
8327 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8330         (wl-summary-input-range): Ditto.
8331
8332 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-summary.el (wl-summary-edit-addresses): Use
8335         `wl-summary-get-original-buffer'
8336         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8337         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8338         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8339         (wl-summary-get-newsgroups): Eliminated.
8340         (wl-summary-set-crosspost): Ditto.
8341         (wl-summary-is-crosspost-folder): Ditto.
8342         (wl-crosspost-alist-load): Ditto.
8343         (wl-crosspost-alist-save): Ditto.
8344
8345         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8346         `elmo-setup-subscribed-newsgroups' instead of
8347         `elmo-nntp-make-groups-hashtb'.
8348         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8349         instead of `wl-crosspost-alist-save'.
8350
8351         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8352         of `elmo-folder-message-appendable-p'.
8353         (wl-mime-header-presentation-method): Eliminated.
8354
8355         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8356         (Error occurs in emacs21).
8357
8358         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8359         the current buffer).
8360
8361         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8362         instead of `wl-crosspost-alist-save'.
8363         (wl-init): `elmo-crosspost-message-alist-load'
8364         instead of `wl-crosspost-alist-load'
8365
8366         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8367         (wl-parse-newsgroups): Likewise.
8368         (wl-biff-notify): Run `wl-biff-notify-hook'.
8369
8370 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8373
8374         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8375         when `wl-summary-lazy-highlight' is non-nil.
8376         (wl-summary-goto-folder-subr): Highlight only when
8377         `wl-summary-lazy-highlight' is non-nil.
8378
8379         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8380         Don't display progress and highlight temp-mark when
8381         `wl-summary-lazy-highlight' is non-nil.
8382         (wl-highlight-summary-window): New function.
8383         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8384
8385 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8386
8387         * wl-summary.el (wl-summary-sync): Change `all-visible'
8388         from `all-shown'
8389         (wl-summary-input-range): Ditto.
8390
8391 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8392
8393         * wl-e21.el (wl-highlight-folder-current-line): Call
8394         `wl-folder-init-icons' when folder icons have not been initialized.
8395
8396         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8397
8398         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8399         (wl-demo-image-type-alist): New macro.
8400
8401 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8402
8403         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8404         display does not support graphics.
8405         (wl-plugged-init-icons): Ditto.
8406         (wl-folder-init-icons): Ditto.
8407
8408         * wl-demo.el (wl-demo): Chech closely whether the display
8409         supports graphics.
8410
8411 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8412
8413         * wl-summary.el (wl-summary-get-original-buffer): New function.
8414         (wl-summary-set-crosspost): Use it.
8415         (wl-summary-target-mark-uudecode): Ditto.
8416         (wl-summary-reedit): Ditto.
8417         (wl-summary-resend-bounced-mail): Ditto.
8418         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8419         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8420
8421         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8422         (wl-message-display-internal): Ditto.
8423
8424 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8425
8426         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8427
8428 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8429
8430         * wl-summary.el (wl-summary-save-view): Renamed from
8431         `wl-summary-save-status'.
8432
8433 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8434
8435         * wl-summary.el (wl-summary-sync): Added `all-shown'
8436
8437 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8438
8439         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8440
8441 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8442
8443         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8444
8445 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8446
8447         * wl-highlight.el (wl-highlight-summary-line-string): Use
8448         `zerop' instead of `= 0'.
8449         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8450
8451         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8452         for comparing numbers.
8453         (wl-template-prev): Use `zerop' instead of `eq 0'.
8454
8455         * wl-draft.el (wl-draft-insert-current-message): Use
8456         `with-current-buffer' instead of `save-excursion'.
8457         Use `zerop' instead of `eq 0'.
8458
8459 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8460
8461         * wl-draft.el (wl-draft-insert-ccs): New function.
8462         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8463         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8464
8465 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8468
8469 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-expire.el (wl-expire-refile): Don't call
8472         elmo-msgdb-add-msgs-to-seen-list;
8473         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8474         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8475
8476 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-message.el (wl-message-prev-page): Ignore errors while
8479         scroll-down.
8480
8481 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-mime.el: Use elmo-original-message-mode instead of
8484         mmelmo-original-mode.
8485
8486         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8487         `elmo-folder-get-spec';
8488         (wl-fldmgr-add-completion-all-completions):
8489         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8490
8491         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8492         of `elmo-folder-get-type'.
8493
8494         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8495         `elmo-folder-get-spec';
8496         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8497         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8498         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8499         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8500         `elmo-read-msg-no-cache';
8501         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8502         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8503         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8504         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8505         `elmo-cache-save';
8506         (wl-draft-reedit): Use `elmo-message-file-name'.
8507
8508         * wl-expire.el: Use `elmo-folder-name-internal';
8509         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8510         Use macro `wl-summary-buffer-msgdb' instead of variable
8511         `wl-summary-buffer-msgdb';
8512         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8513         Use macro `wl-summary-buffer-folder-name' instead of variable
8514         `wl-summary-buffer-folder-name'.
8515         * wl-score.el: Likewise.
8516
8517         * wl-message.el: Rewrite for new message buffer cache mechanism.
8518         (wl-message-buffer-cache-buffer-get): New macro.
8519         (wl-message-buffer-cache-folder-get): Ditto.
8520         (wl-message-buffer-cache-message-get): Ditto.
8521         (wl-message-buffer-cache-entry-make): Ditto.
8522         (wl-message-buffer-cache-hit): Ditto.
8523         (wl-message-buffer-cache-sort): New function.
8524         (wl-message-buffer-cache-add): Ditto.
8525         (wl-message-buffer-cache-delete): Ditto.
8526         (wl-message-buffer-cache-clean-up): Ditto.
8527         (wl-message-buffer-window): Rewrite.
8528         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8529         (wl-message-buffer-display): New function.
8530         (wl-message-display-internal): New function.
8531
8532 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8533
8534         * wl-folder.el: Use `elmo-folder-name-internal';
8535         Use `wl-folder-get-elmo-folder';
8536         Use `elmo-folder-list-messages' instead of
8537         `elmo-list-folder';
8538         Use `elmo-folder-get-primitive-list' instead of
8539         `elmo-folder-get-primitive-spec-list';
8540         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8541         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8542         Use `elmo-folder-create' instead of `elmo-create-folder'.
8543         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8544         (wl-folder-get-elmo-folder): New macro.
8545         (wl-folder-elmo-folder-cache-get): Ditto.
8546         (wl-folder-elmo-folder-cache-put): Ditto.
8547         (wl-folder-suspend): Call `elmo-quit'.
8548
8549         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8550         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8551         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8552         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8553         (toplevel): require 'cl.
8554         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8555
8556         * wl-summary.el: Rewrite to use new elmo interface.
8557
8558 \f
8559 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8560
8561         * wl-mime.el (wl-draft-preview-message):
8562         Run `wl-draft-send-hook' before collecting recipients information;
8563         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8564
8565         * tm-wl.el (wl-draft-preview-message): Ditto.
8566
8567 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8570         wrong recipients are displayed when forwarded message.
8571
8572 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8573
8574         * Version number is increased to 2.5.7.
8575
8576 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl-message.el (wl-message-next-page): Bind
8579         `window-pixel-scroll-increment' to nil while scrolling up.
8580
8581 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8582
8583         * wl-vars.el (wl-save-hook): New hook.
8584         * wl.el (wl-save): Call `wl-save-hook'.
8585
8586 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8587
8588         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8589         Argument WITH-ARG instead of NO-ARG (negative mean).
8590         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8591         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8592         * wl-message.el (wl-message-follow-current-entity): Likewise.
8593
8594 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8595
8596         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8597         FROM was optional argument.
8598         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8599
8600 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8601
8602         * Version number is increased to 2.5.6.
8603
8604 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8605
8606         * wl-version.el (wl-version-show): Removed.
8607         (wl-version): Add `interactive'.
8608
8609 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8610
8611         * wl-summary.el (wl-summary-get-petname-func): New variable.
8612         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8613         instead of `wl-address-get-petname-1'.
8614         (wl-summary-simple-from): Ditto.
8615
8616         * wl-address.el (wl-address-get-petname-1): Define as function.
8617
8618 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8621         field in the original message.
8622         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8623
8624 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8625
8626         * wl-expire.el (wl-expire-hide):
8627         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8628
8629 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8632         find decoder for To, Cc, and Subject.
8633
8634 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8637         for checking `elmo-use-buffer-cache'.
8638         (wl-summary-mark-as-important): Fixed typo in comment.
8639
8640 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8641
8642         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8643         field in the original message.
8644         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8645
8646 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8647
8648         * wl-expire.el (wl-expire-hide):
8649         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8650
8651 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8654         find decoder for To, Cc, and Subject.
8655
8656 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * Version number is increased to 2.5.5.
8659
8660         * wl-address.el (wl-address-specials-regexp): New constant.
8661         (wl-address-quote-specials): Use it.
8662
8663 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8664
8665         * wl-summary.el (wl-summary-rescan):
8666         Call `wl-summary-buffer-number-column-detect'.
8667         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8668
8669         * wl-message.el (wl-message-mode-map): Define.
8670         (wl-message-decode): Use it as local-map.
8671
8672 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8675         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8676
8677 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8680
8681         * wl-mule.el (wl-read-event-char): Ditto.
8682
8683         * wl-e21.el (wl-read-event-char): Ditto.
8684
8685         * wl-nemacs.el (wl-read-event-char): Ditto.
8686         (read-event): Removed.
8687
8688         * wl-util.el (toplevel): Removed dummy definition of
8689         `read-event'.
8690         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8691
8692 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8693
8694         * wl-nemacs.el (elmo-archive-call-process): Moved to
8695         elmo-archive.el.
8696
8697 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8700         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8701
8702         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8703         instead of magic-number 6.  Use `not' instead of `null' for symbol
8704         `nil' check (not empty list).
8705         (wl-draft-insert-x-face-field): Fixed paren style.
8706
8707         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8708         one-branch conditional statement, instead of `and' and `if'.
8709         (wl-draft-forward): Likewise.
8710         (wl-draft-add-references): Likewise.
8711         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8712
8713         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8714         conditional steatment.  Use `cond' instead of `if'.
8715         (wl-draft-confirm): Likewise.
8716
8717 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8718
8719         * wl-version.el (wl-version-show): Use `product-string-1'
8720         instead of `wl-version'.
8721         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8722
8723         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8724
8725 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8726
8727         * wl-highlight.el (wl-highlight-headers): Revert
8728         `wl-highlight-x-face-func' argument (`beg' and `end').
8729
8730 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8731
8732         * wl.el (toplevel): Move `product-provide' declare.
8733         * wl-demo.el (toplevel): Ditto.
8734         * wl-dnd.el (toplevel): Ditto.
8735         * wl-highlight.el (toplevel): Ditto.
8736         * wl-message.el (toplevel): Ditto.
8737         * wl-refile.el (toplevel): Ditto.
8738         * wl-util.el (toplevel): Ditto.
8739
8740 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8743         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8744         (wl-thread-close-all): keep cursor position.
8745
8746 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8747
8748         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8749         (eq x 0).
8750         (wl-generate-user-agent-string-1): Fix conditional statement.
8751
8752 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8753
8754         * wl.el (wl-check-environment): Additional check for
8755         'wl-local-domain' and `wl-message-id-domain'.
8756
8757 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8758
8759         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8760
8761 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8762
8763         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8764         instead of `smtp-sasl-user-realm'.
8765
8766 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8767
8768         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8769
8770 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8771
8772         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8773         to the default value as well as `eword-lexical-analyzer'.
8774
8775 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8776
8777         * wl-version.el (wl-extended-emacs-version,
8778         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8779         `elmo-match-string' instead of `wl-match-string'.
8780
8781 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8782
8783         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8784         docstring.
8785
8786 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8787
8788         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8789
8790 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8791
8792         * wl-highlight.el (wl-highlight-headers): Remove
8793         `wl-highlight-x-face-func' argument (`beg' and `end').
8794
8795 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-summary.el (wl-summary-mark-as-important):
8798         Remove cache if folder is local.
8799
8800 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8801
8802         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8803         to get existing e-mail address string.
8804
8805 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8806
8807         * wl-version.el (wl-generate-user-agent-string): Commentary.
8808         (wl-generate-user-agent-string-1): Use `when' for
8809         one-branch conditional statement, instead of `and' and `if'.
8810         (wl-extended-emacs-version, wl-extended-emacs-version2,
8811         wl-extended-emacs-version3): Ditto.
8812
8813 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8814
8815         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8816         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8817         condition-case; Remove initialization.
8818         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8819         (wl-summary-sync-update3): Added argument `sync-all';
8820         Eliminated local variable `msgdb';
8821         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8822         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8823         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8824
8825 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8826
8827         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8828         connection before call `wl-draft-send-mail-with-smtp'.
8829
8830 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * Version number is increased to 2.5.4.
8833
8834 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8835
8836         * wl.el (wl-check-environment): Additional check for
8837         'wl-local-domain' and `wl-message-id-domain'.
8838
8839 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8842         buffer as command specific.
8843         (wl-folder-mark-as-read-all-entity): Ditto.
8844         (wl-folder-prefetch-entity): Ditto.
8845         (wl-folder-drop-unsync-entity): Ditto.
8846
8847         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8848         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8849         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8850
8851         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8852         save-excursion.
8853
8854 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * Version number is increased to 2.5.3.
8857
8858         * wl-summary.el (wl-summary-save-view-cache):
8859         Delete duplicated `write-region';
8860         Use `write-region-as-binary' instead of `as-binary-output-file' and
8861         `write-region'.
8862
8863 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8864
8865         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8866
8867 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8870         instead of `smtp-via-smtp'.
8871
8872 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8873
8874         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8875
8876 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8879         instead of `smtp-sasl-user-realm'.
8880
8881 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8882
8883         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8884
8885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8886
8887         * Version number is increased to 2.5.2.
8888
8889 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8892         does not exist.
8893         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8894         (wl-biff-start): Call `timer-activate' if timer already exists.
8895
8896         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8897         only when it is bound as function.
8898
8899 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * Version number is increased to 2.5.1.
8902
8903 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8906         Print refile/copy destination.
8907
8908 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8909
8910         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8911         queue-flush-only is non-nil.
8912
8913         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8914
8915         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8916         checking cache folder.
8917
8918 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8921         `regexp-quote'.
8922
8923 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8926         function.
8927         * wl-summary.el (wl-summary-write-current-folder-functions):
8928         Change default value.  Use it.
8929
8930 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8931
8932         * Version number is increased to 2.5.0.
8933
8934         * wl-version.el (wl-version): Changed codename.
8935
8936 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8937
8938         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8939         (wl-summary-supersedes-message): Ditto.
8940
8941 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8942
8943         * wl-refile.el (wl-refile-guess-functions): Renamed from
8944         `wl-refile-guess-func-list'.
8945
8946 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8949         Fixed problem when no rule was matched.
8950
8951 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8952
8953         * wl-summary.el (wl-summary-get-mark): Fixed
8954         `wl-summary-buffer-target-mark' check logic.
8955
8956 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8957
8958         * wl-folder.el (wl-folder-write-current-folder): Added group
8959         folder check.
8960
8961         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8962         `wl-summary-write-current-newsgroup'.
8963         (wl-summary-write-current-folder-functions): New variable.
8964         * wl-folder.el (wl-folder-get-newsgroups): New function.
8965         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8966         (wl-folder-write-current-folder): Renamed from
8967         `wl-folder-write-current-newsgroup'.
8968
8969 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8970
8971         * Version number is increased to 2.3.93.
8972
8973 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8976         (wl-ldap-make-matched-value-list): Ditto.
8977         (wl-ldap-alias-safe-string): Split e-mail address.
8978
8979         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8980         petname folder default was selected.
8981         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8982         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8983
8984 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8987         to `wl-draft-config-exec'.
8988
8989         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8990         instead of calling `wl-draft-config-exec';
8991         Process group-list and show recipients in minibuffer.
8992
8993         * tm-wl.el (wl-draft-preview-message): Ditto.
8994
8995 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8996
8997         * wl.el (toplevel): Added (C) to copyright notice, and
8998         sync Author header.
8999         * tm-wl.el (toplevel): Ditto.
9000         * wl-address.el (toplevel): Ditto.
9001         * wl-demo.el (toplevel): Ditto.
9002         * wl-dnd.el (toplevel): Ditto.
9003         * wl-draft.el (toplevel): Ditto.
9004         * wl-e21.el (toplevel): Ditto.
9005         * wl-expire.el (toplevel): Ditto.
9006         * wl-folder.el (toplevel): Ditto.
9007         * wl-highlight.el (toplevel): Ditto.
9008         * wl-message.el (toplevel): Ditto.
9009         * wl-mime.el (toplevel): Ditto.
9010         * wl-mule.el (toplevel): Ditto.
9011         * wl-nemacs.el (toplevel): Ditto.
9012         * wl-refile.el (toplevel): Ditto.
9013         * wl-score.el (toplevel): Ditto.
9014         * wl-summary.el (toplevel): Ditto.
9015         * wl-template.el (toplevel): Ditto.
9016         * wl-thread.el (toplevel): Ditto.
9017         * wl-util.el (toplevel): Ditto.
9018         * wl-vars.el (toplevel): Ditto.
9019         * wl-xmas.el (toplevel): Ditto.
9020
9021 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9022
9023         * wl.el (wl-init): Added comment about `wl-init-hook'.
9024         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9025         * wl-vars.el (wl-init-hook): Added docs.
9026         (wl-make-plugged-hook): Removed useless docs.
9027         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9028         * wl-xmas.el (toplevel): Ditto.
9029
9030 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9031
9032         * wl-address.el (toplevel): Fixed multiple Author header format.
9033         * wl-demo.el (toplevel): Ditto.
9034         * wl-draft.el (toplevel): Ditto.
9035         * wl-folder.el (toplevel): Ditto.
9036         * wl-summary.el (toplevel): Ditto.
9037         * wl-thread.el (toplevel): Ditto.
9038         * wl-util.el (toplevel): Ditto.
9039         * wl-vars.el (toplevel): Ditto.
9040         * wl-version.el (toplevel): Ditto.
9041         * wl-xmas.el (toplevel): Ditto.
9042         * wl.el (toplevel): Ditto.
9043
9044         * wl-version.el (toplevel): Added require `elmo-version' for
9045         `product-version-as-string'.
9046
9047 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-vars.el (wl-draft-send-hook): Changed default value to
9050         '(wl-draft-config-exec).
9051
9052         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9053         explicitly.
9054         (wl-draft): Set `wl-draft-config-exec-flag' before running
9055         `wl-mail-setup-hook'.
9056
9057         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9058         `wl-biff-init-icons' to `wl-init-hook' instead of
9059         `wl-make-plugged-hook'.
9060         (Because if `wl-draft' command is invoked at first,
9061         they are not initialized)
9062         Updated copyright notice.
9063
9064         * wl-e21.el (toplevel): Ditto;
9065
9066         * wl-demo.el (toplevel): Updated copyright notice.
9067         * wl-address.el (toplevel): Ditto.
9068         * wl-draft.el (toplevel): Ditto.
9069         * wl-version.el (toplevel): Ditto.
9070         * wl-folder.el (toplevel): Ditto.
9071         * wl-summary.el (toplevel): Ditto.
9072         * wl-thread.el (toplevel): Ditto.
9073         * wl-util.el (toplevel): Ditto.
9074         * wl-vars.el (toplevel): Ditto.
9075         * wl.el (toplevel): Ditto.
9076
9077 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9078
9079         * wl-highlight.el (wl-highlight-message): Fixed problem of
9080         highlighting failure which occured when the last field contains
9081         multiple lines in the draft buffer.
9082
9083         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9084         `wl-biff-start' if plugged.
9085
9086         * wl-util.el (wl-biff-check-folder): New function.
9087         (wl-biff-check-folders): Don't set session name prefix.
9088         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9089         (wl-biff-check-folder-async): Ditto.
9090
9091         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9092         in email address.
9093
9094 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9095
9096         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9097
9098         * wl-draft.el (wl-draft-strip-subject-re): New function.
9099
9100         * wl-draft.el (wl-draft-reply): Use it.
9101
9102 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-message.el (wl-mmelmo-message-redisplay): Use
9105         `mime-display-message' instead of `wl-mime-display-message'.
9106
9107         * wl-mime.el (toplevel): Removed compatibility workaround
9108         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9109         (wl-mime-display-message): Abolished.
9110         (wl-mime-entity-read-field): Ditto.
9111         (wl-mime-combine-message/partial-pieces): Use
9112         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9113
9114 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9115
9116         * wl-template.el: Doc fixes.
9117
9118 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9119
9120         * wl-e21.el (wl-message-overload-functions): Do nothing if
9121         `current-local-map' is not available.
9122         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9123
9124 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9125
9126         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9127         representation.
9128
9129         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9130         number.
9131         (wl-fldmgr-save-folders): Don't use `format' when insert
9132         `wl-fldmgr-folders-header'.
9133
9134 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9135
9136         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9137
9138 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl-highlight.el (wl-highlight-message):
9141         Use `std11-field-end' to detect end point of the header field.
9142         Refer `wl-highlight-max-header-size'.
9143
9144         * wl-vars.el (wl-highlight-max-header-size): New variable.
9145
9146         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9147
9148         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9149         Set `for-draft' argument of wl-highlight-headers.
9150         (wl-draft): Ditto.
9151         (wl-draft-reedit): Ditto.
9152         (wl-user-agent-compose-internal): Ditto.
9153
9154 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9155
9156         * wl-message.el (wl-message-add-button): Use overlay.
9157
9158 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9161
9162         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9163         problem when group-list content is nothing.
9164         (Reported by Mito <mit@nines.nec.co.jp>)
9165
9166 2000-10-18  SAITO Atsunori <sai@yedo.com>
9167
9168         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9169
9170 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9171
9172         * tm-wl.el (toplevel): Use product-provide.
9173
9174 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9175
9176         * Version number is increased to 2.3.92.
9177
9178 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9179
9180         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9181         title text, use `display' property for left margin under Emacs 21.
9182
9183         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9184         properties.
9185         (wl-plugged-init-icons): Ditto.
9186
9187 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9188
9189         * wl.el (wl-save-status, wl-init): Remove last period in
9190         "...done." message.
9191         * tm-wl.el (wl-summary-burst): Ditto.
9192         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9193         wl-summary-resume-cache-status,
9194         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9195         wl-summary-sync-update3, wl-summary-highlight-msgs,
9196         wl-summary-flush-pending-append-operations,
9197         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9198         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9199         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9200         wl-thread-open-all): Ditto.
9201         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9202         * wl-mime.el (wl-summary-burst): Ditto.
9203         * wl-highlight.el (wl-highlight-summary): Ditto.
9204         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9205         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9206         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9207         * wl-address.el (wl-local-address-init): Ditto.
9208
9209 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9210
9211         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9212         `add-text-properties'.
9213         (wl-plugged-init-icons): Ditto.
9214         (wl-folder-init-icons): Use `propertize' instead of
9215         `put-text-property'.
9216         (wl-plugged-set-folder-icon): Ditto.
9217         (wl-e21-highlight-folder-group-line): Ditto.
9218
9219 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9220
9221         * wl-version.el (wl-version-status-alist): New variable.
9222         (wl-version-status): New function.
9223
9224         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9225         "Cc" part of the case "Reply-To".
9226
9227         * wl-draft.el (wl-draft-reply): Use result of
9228         `eword-extract-address-components'.
9229
9230         * wl-demo.el (wl-demo-icon-name): New constant.
9231         (wl-logo-xpm): Use it.
9232         (wl-logo-xbm): Ditto.
9233         (wl-logo-bitmap): Ditto.
9234
9235         * Version number is increased to 2.3.91.
9236
9237 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9238
9239         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9240         (wl-extended-emacs-version, wl-extended-emacs-version2,
9241         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9242         docstring.
9243
9244         * wl-version.el (wl-generate-user-agent-string-1): New function.
9245         (wl-generate-user-agent-string): Use it.
9246
9247         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9248         `mime-edit-insert-user-agent-field'.
9249         (wl-generate-user-agent-string): Check
9250         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9251
9252         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9253         instead of `if', when verbose case.
9254
9255 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl-expire.el (wl-summary-expire): Fix.
9258
9259 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9260
9261         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9262         and `elmo-lost+found-folder' if 'wl-draft.
9263         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9264
9265 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9266
9267         * wl-expire.el (wl-summary-expire): Change messages.
9268         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9269         `deleing-info' instead of "Deleting..."
9270
9271 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9272
9273         * wl-summary.el (wl-summary-refile-subr): Fix.
9274
9275 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9276
9277         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9278         if pipe folder.
9279
9280 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9281
9282         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9283
9284 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9285
9286         * wl-expire.el (wl-expire-hide): New function.
9287         (wl-summary-expire): Add `hide'.
9288
9289 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9290
9291         * wl-vars.el (wl-draft-reply-without-argument-list):
9292         Changed default value to consider `Reply-To:'.
9293         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9294
9295         * Version number is increased to 2.3.90.
9296
9297         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9298         elmo-imap4-get-session with unwind-protect.
9299         Don't cause error.
9300         (wl-summary-sync-marks): Don't check plugged nor folder type.
9301         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9302         (Always keep current buffer).
9303
9304 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9305
9306         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9307         Enclose with `save-excursion'.
9308
9309 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9310
9311         * wl-version.el (wl-version): Remove interactive.
9312
9313 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9314
9315         * wl-version.el (wl-generate-user-agent-string): Use
9316         `product-string-verbose' instead of `product-string-1'.
9317
9318 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9319
9320         * wl-vars.el (wl-draft-use-cache): New variable.
9321         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9322         if wl-draft-use-cache is non-nil.
9323
9324 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9325
9326         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9327         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9328
9329 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9332         (wl-thread-msg-mark-as-unread): Ditto.
9333
9334         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9335         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9336         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9337         Don't set mark in summary if return value of `elmo-mark-as-read'
9338         is nil.
9339         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9340         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9341         instead of `wl-thread-msg-mark-as-read'.
9342         (wl-summary-mark-as-unread-region): Ditto.
9343         (wl-summary-target-mark-mark-as-read): Ditto.
9344
9345         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9346
9347 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9350
9351         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9352
9353 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9354
9355         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9356         face.
9357
9358 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9359
9360         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9361         `running-xemacs'.
9362
9363 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9364
9365         * wl-version.el (toplevel): Use `product-version-as-string' for
9366         set verstion-string, if defined.
9367
9368         * wl-version.el (wl-version-show): Insert string at point, when
9369         call with argument.
9370
9371         * wl-version.el (wl-generate-user-agent-string): Use
9372         `product-string-1' instead of `wl-appname', `wl-version' and
9373         `wl-codename'.
9374
9375 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9376
9377         * wl-address.el (toplevel): Use product-provide.
9378         * wl-demo.el (toplevel): Ditto.
9379         * wl-dnd.el (toplevel): Ditto.
9380         * wl-draft.el (toplevel): Ditto.
9381         * wl-e21.el (toplevel): Ditto.
9382         * wl-expire.el (toplevel): Ditto.
9383         * wl-fldmgr.el (toplevel): Ditto.
9384         * wl-folder.el (toplevel): Ditto.
9385         * wl-highlight.el (toplevel): Ditto.
9386         * wl-message.el (toplevel): Ditto.
9387         * wl-mime.el (toplevel): Ditto.
9388         * wl-mule.el (toplevel): Ditto.
9389         * wl-nemacs.el (toplevel): Ditto.
9390         * wl-refile.el (toplevel): Ditto.
9391         * wl-score.el (toplevel): Ditto.
9392         * wl-summary.el (toplevel): Ditto.
9393         * wl-template.el (toplevel): Ditto.
9394         * wl-thread.el (toplevel): Ditto.
9395         * wl-util.el (toplevel): Ditto.
9396         * wl-vars.el (toplevel): Ditto.
9397         * wl-xmas.el (toplevel): Ditto.
9398         * wl.el (toplevel): Ditto.
9399
9400 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9401
9402         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9403         instead of product.
9404
9405         * wl-version.el (wl-version): Compile time evalution elmo-version.
9406
9407 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9408
9409         * wl-summary.el (wl-summary-sync-force-update): Append queue
9410         `mark-as-read'if unplugged.
9411
9412 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9413
9414         * wl-version.el: New file.  Use product.el.
9415         * wl.el: add (require 'wl-version).
9416         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9417         for ~/.folders header.
9418         (wl-fldmgr-folders-header): Changed.
9419         * wl-demo.el (wl-demo): Use product.el.
9420
9421         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9422         wl-version.el.
9423         * wl-util.el (wl-version, wl-version-show): Ditto.
9424
9425         * wl-util.el (wl-generate-user-agent-string,
9426         wl-extended-emacs-version, wl-extended-emacs-version2,
9427         wl-extended-emacs-version3): Move to wl-version.el.
9428         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9429         xemacs-codename, mime-edit-insert-user-agent-field,
9430         mime-edit-user-agent-value, mime-editor/version,
9431         mime-editor/codename): Compile warning killer move to
9432         wl-version.el
9433
9434 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9435
9436         * wl-summary.el (wl-summary-refile-subr): Fix.
9437
9438 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9439
9440         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9441         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9442
9443 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9444
9445         * wl.el (wl-check-environment): Check too many `@'.
9446
9447 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9448
9449         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9450
9451 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9452
9453         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9454         wl-draft-reply-myself-without-argument-list): Add variables.
9455         * wl-draft.el (wl-draft-reply): Use it.
9456
9457 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9458
9459         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9460         the 5th argument of `elmo-network-get-spec'.
9461
9462         * wl-thread.el (wl-thread-reparent-children): New inline function.
9463         (wl-thread-delete-message): Use it.
9464
9465         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9466         (wl-summary-score-update-all-lines): Don't use `dolist'.
9467
9468 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9469
9470         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9471         (require 'elmo-msgdb) for inline function.
9472
9473 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9474
9475         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9476
9477 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9478
9479         * wl-score.el (wl-score-headers): Fix for the confusing macro
9480         `elmo-kill-buffer'.
9481
9482 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9483
9484         * wl-summary.el: Don't use the 3rd argument of `require' because
9485         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9486         * wl-util.el: Ditto.
9487         * wl-draft.el: Ditto.
9488
9489 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9490
9491         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9492         window system is not used.
9493
9494 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9495
9496         * wl-thread.el: Don't use `mapcar' only for iteration.
9497         (wl-thread-resume-entity): Ditto.
9498         (wl-thread-delete-message): Ditto.
9499
9500         * wl-summary.el: Bind `dragdrop-drop-functions',
9501         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9502         of `require' for `timezone', `easymenu' and `ps-print';
9503         don't use `mapcar' only for iteration.
9504
9505         * wl-util.el: Bind `mule-version', `nemacs-version',
9506         `emacs-beta-version', `xemacs-codename',
9507         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9508         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9509         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9510         only for iteration.
9511
9512         * wl-score.el: Don't use `mapcar' only for iteration.
9513         (wl-score-simplify-buffer-fuzzy): Ditto.
9514         (wl-score-simplify-subject): Ditto.
9515         (wl-score-headers): Ditto.
9516         (wl-summary-score-update-all-lines): Ditto.
9517
9518         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9519         `enable-multibyte-characters' and `mule-version'.
9520
9521         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9522         `mapcar' only for iteration.
9523
9524         * wl-demo.el: Don't use `mapcar' only for iteration.
9525
9526         * wl-folder.el: Don't use `mapcar' only for iteration.
9527         (wl-folder-open-all): Ditto.
9528         (wl-folder-count-incorporates): Ditto.
9529
9530         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9531         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9532
9533         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9534         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9535         `smtp-connection-type'; specify 3rd argument of `require' for
9536         `timezone'; don't use `mapcar' only for iteration.
9537         (wl-draft-clone-local-variables): Don't use `mapcar'.
9538         (wl-draft-generate-clone-buffer): Ditto.
9539         (wl-user-agent-compose-internal): Ditto.
9540
9541         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9542
9543         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9544         (wl-save-status): Ditto.
9545
9546         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9547         for iteration.
9548
9549 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9550
9551         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9552         removed `Date'.
9553         (wl-fldmgr-make-filter-default): New user option.
9554
9555         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9556         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9557         (wl-fldmgr-filter-completion-alist): Abolish.
9558
9559         * wl.el (wl): Don't check servers if arg is non-nil.
9560
9561         * wl-draft.el (wl-draft-reply): Set only message-id string to
9562         In-Reply-To field.
9563
9564 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9565
9566         * wl-summary.el (wl-summary-pick): Rewrite.
9567
9568         * wl-draft.el (wl-draft-forward): Get references field from
9569         original buffer.
9570         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9571
9572 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9573
9574         * wl-draft.el (wl-draft-forward): Add references field.
9575
9576 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9579         (wl-draft-reply): Use it.
9580
9581 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9582
9583         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9584         when Emacs 21 is running.
9585
9586         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9587         bindings.
9588
9589 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9590
9591         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9592         XPM icons transparent.
9593
9594         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9595         Emacs 21.
9596
9597 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9598
9599         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9600         nil.
9601
9602         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9603         when it is persistent.
9604         (wl-summary-sync-marks): Changed argument for
9605         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9606         (wl-summary-virtual): Use `elmo-read-search-condition'.
9607         (wl-summary-redisplay-internal): If folder is local, mark as read
9608         even when folder is plugged.
9609
9610 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9611
9612         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9613         of `tool-bar-lines' in the frame parameters.
9614         (after-make-frame-functions, post-command-hook): Don't modify the
9615         value.
9616         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9617         wl-e21-tool-bar-lines): Removed.
9618
9619 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9620
9621         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9622         properties `evaporate' and `wl-momentary-overlay' as well.
9623         (wl-highlight-summary-displaying): Ditto.
9624         (wl-delete-all-overlays): Don't delete overlay which does not have
9625         a property `wl-momentary-overlay'.
9626
9627         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9628         `display-mouse-p' and `display-graphic-p'.
9629         (wl-folder-init-icons): Don't search for XBM or the other files.
9630         (wl-plugged-set-folder-icon): Make icons if and only if
9631         `display-graphic-p' returns non-nil.
9632         (wl-highlight-plugged-current-line): Use `before-string' overlay
9633         property to show icon images.
9634         (wl-highlight-folder-current-line): Ditto.
9635         (wl-e21-highlight-folder-group-line): Ditto.
9636         (wl-e21-highlight-folder-by-numbers): Ditto.
9637         (wl-e21-insert-image): Removed.
9638         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9639         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9640         said.
9641         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9642         `wl-e21-force-switch-toolbar'.
9643         (wl-e21-make-icon-image): Removed.
9644         (wl-e21-setup-toolbar): Don't search for XBM files.
9645         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9646         the default value.
9647
9648 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * wl-util.el (wl-biff-check-folder-async): Set
9651         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9652
9653 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9654
9655         * wl-e21.el (after-make-frame-functions): Add
9656         `wl-e21-force-switch-toolbar'.
9657         (wl-e21-force-switch-toolbar): New function force to switch the
9658         toolbar appearance automatically.
9659         (post-command-hook): Add `wl-e21-switch-toolbar'.
9660         (wl-e21-switch-toolbar): New function to switch the toolbar
9661         appearance automatically.
9662         (wl-e21-tool-bar-lines): New buffer local variable.
9663
9664 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-util.el (wl-biff-check-folders-running): New variable.
9667         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9668         (wl-biff-check-folder-async-callback):
9669         Set `wl-biff-check-folders-running'.
9670         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9671         with unwind-protect.
9672
9673         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9674         Enclose `wl-folder-auto-check' with unwind-protect.
9675
9676         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9677         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9678
9679         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9680
9681         * wl-util.el (wl-biff-notify): New inline function.
9682         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9683         locally.
9684         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9685         folder-list' is 1.
9686         Use `wl-biff-notify'.
9687         (wl-biff-check-folder-async-callback): New function.
9688         (wl-biff-check-folder-async): Ditto.
9689
9690         * wl-folder.el (wl-folder): Don't check folders.
9691         (wl-folder-auto-check): New function.
9692
9693 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9694
9695         * wl-util.el (wl-biff-start) [Emacs19+]:
9696         Use `timer-next-integral-multiple-of-time'.
9697         (wl-biff-check-folders): Use `wl-default-folder'
9698         if `wl-biff-check-folder-list' is nil.
9699
9700 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9701
9702         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9703         instead of `elmo-delete-lists'.
9704
9705 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9706
9707         * wl.el (wl-plugged-toggle-all): Set the value of
9708         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9709         (wl-plugged-toggle): Ditto.
9710         (wl-toggle-plugged): Ditto.
9711         (wl-plugged-init): Ditto.
9712
9713         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9714         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9715         instead of `wl-biff-state-indicator-off' and
9716         `wl-biff-state-indicator-on'; don't modify the value and the type
9717         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9718         (wl-plugged-init-icons): Set icons data to
9719         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9720         instead of `wl-plug-state-indicator-off' and
9721         `wl-plug-state-indicator-on'; don't modify the value and the type
9722         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9723
9724         * wl-vars.el (wl-modeline-biff-state-off,
9725         wl-modeline-biff-state-on, wl-modeline-biff-status,
9726         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9727         wl-modeline-plug-status): New internal variables.
9728         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9729         wl-biff-check-interval, wl-biff-check-folder-list): Change
9730         customization group from `wl-folder' to `wl-highlight'.
9731         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9732         wl-show-plug-status-on-modeline): Defcustomized.
9733
9734         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9735         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9736         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9737         a flag to `mode-line-buffer-identification'.
9738
9739         * wl-e21.el (wl-biff-init-icons): Set icons data to
9740         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9741         instead of `wl-biff-state-indicator-off' and
9742         `wl-biff-state-indicator-on'.
9743         (wl-plugged-init-icons): Set icons data to
9744         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9745         instead of `wl-plug-state-indicator-off' and
9746         `wl-plug-state-indicator-on'.
9747
9748 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9749
9750         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9751         excessive titles.
9752
9753 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9754
9755         * wl.el (wl-plugged-mode): Use revised
9756         `wl-mode-line-buffer-identification'.
9757         (wl-plugged-init): Don't use `force-mode-line-update'.
9758
9759         * wl-xmas.el (wl-draft-overload-functions): Use revised
9760         `wl-mode-line-buffer-identification'.
9761         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9762         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9763         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9764         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9765         `wl-make-plugged-hook';
9766         add `wl-folder-init-icons' and `wl-setup-folder' to
9767         `wl-folder-mode-hook'.
9768
9769         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9770         19 as well.
9771         (wl-mode-line-display-priority-list): New user option.
9772         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9773         Defcustomized.
9774         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9775         Add docs.
9776
9777         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9778         start.
9779         (wl-mode-line-buffer-identification): Revised as a function.
9780
9781         * wl-summary.el (wl-summary-mode): Use revised
9782         `wl-mode-line-buffer-identification'; don't call
9783         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9784         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9785         `wl-xmas-setup-summary'.
9786
9787         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9788         `wl-mode-line-buffer-identification'.
9789
9790         * wl-mule.el (wl-draft-overload-functions): Use revised
9791         `wl-mode-line-buffer-identification'.
9792
9793         * wl-folder.el (wl-make-plugged-alist): Don't call
9794         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9795         (wl-folder): Don't call `wl-folder-init-icons' directly.
9796         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9797         `wl-xmas-setup-folder' directly;
9798         use revised `wl-mode-line-buffer-identification'.
9799         (TopLevel): Don't bind `wl-biff-init-icons',
9800         `wl-plugged-init-icons', `wl-folder-init-icons',
9801         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9802
9803         * wl-e21.el (wl-draft-overload-functions): Use revised
9804         `wl-mode-line-buffer-identification'.
9805         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9806         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9807         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9808         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9809         `wl-make-plugged-hook';
9810         add `wl-folder-init-icons' and `wl-setup-folder' to
9811         `wl-folder-mode-hook'.
9812
9813 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9814             Katsumi Yamaoka    <yamaoka@jpl.org>
9815
9816         * wl.el (wl): Call `wl-biff-start'.
9817         (wl-exit): Call `wl-biff-stop'.
9818         (wl-plugged-mode): Show biff in modeline.
9819         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9820
9821         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9822         (wl-biff-init-icons): New function.
9823         (wl-plugged-init-icons): Don't make too much keymaps.
9824         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9825
9826         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9827         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9828         variables.
9829         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9830         options.
9831
9832         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9833         wl-biff-start, wl-biff-stop): New functions.
9834         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9835         (wl-biff-timer-name): New variable.
9836
9837         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9838
9839         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9840         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9841
9842         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9843         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9844
9845         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9846         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9847         `wl-folder-init-icons' to `ignore' if they are not available.
9848         (wl-folder-mode): Show biff in modeline.
9849
9850         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9851         (wl-biff-init-icons): New function.
9852         (wl-plugged-init-icons): Don't make too much keymaps.
9853         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9854
9855 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9856
9857         * wl-vars.el (wl-strict-diff-folders): Customization Type
9858         and doc fix.  Define as a list of regular expressions for
9859         folders or nil.
9860         * wl-folder.el (wl-folder-check-one-entity): Use
9861         `wl-string-match-member' instead of `wl-string-member' for
9862         `wl-strict-diff-folders'.
9863
9864 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9865
9866         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9867         (wl-highlight-folder-current-line): Use it; new implementation.
9868         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9869         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9870         `defsubst' instead of `defun'.
9871
9872         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9873         `wl-highlight-group-folder-by-numbers'; made it can also be a
9874         number.  See info for more details.
9875
9876         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9877         running.
9878
9879         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9880         to bind them.
9881
9882         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9883         (wl-highlight-folder-current-line): New implementation.
9884
9885         * wl-highlight.el (wl-highlight-folder-group-line): New
9886         implementation.
9887         (wl-delete-all-overlays): Rewrite as a marco.
9888         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9889
9890         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9891         running.
9892         (wl-folder-*-glyph): No need to bind them.
9893
9894         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9895         `wl-e21-highlight-folder-group-icon'; rewrite.
9896         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9897         `defsubst' instead of `defun'.
9898         (wl-folder-mode-map): Bind it when compiling.
9899
9900 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9901
9902         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9903
9904         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9905
9906 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9907
9908         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9909
9910 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9911
9912         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9913         (wl-highlight-folder-current-line): Use it.
9914
9915         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9916         in `id-name'.
9917
9918 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9919
9920         * wl.el: Require `wl-e21' when Emacs 21 is running.
9921
9922         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9923         default when Emacs 21 is running.
9924         (wl-use-highlight-mouse-line): Ditto.
9925         (wl-on-emacs21): New constant.
9926         (wl-on-emacs20): Removed.
9927
9928         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9929         Emacs 21 is running.
9930
9931         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9932         Emacs 21 is running.
9933
9934         * wl-e21.el: New file.
9935
9936 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9937
9938         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9939         (wl-toggle-plugged): Ditto.
9940         (wl-plugged-toggle): Ditto.
9941         (wl-plugged-toggle-all): Ditto.
9942
9943         * wl-vars.el (wl-plug-state-indicator): Refer
9944         `wl-plug-state-indicator-on' indirectly.
9945
9946 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9947
9948         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9949         Call `wl-folder-confirm-existence'.
9950
9951         * wl-folder.el (wl-folder-confirm-existence): Added optional
9952         argument `force'.
9953
9954 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9955
9956         * wl-summary.el (wl-summary-refile-subr): Assume
9957         `copy-or-refile' as symbol.
9958         (wl-summary-refile): Follow up above change.
9959         (wl-summary-copy): Ditto.  Doc fix.
9960
9961 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9962
9963         * wl-summary.el (wl-summary-pick): Don't bind
9964         `elmo-search-mime-charset'.
9965
9966         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9967         default using old backquote style.
9968         (wl-search-mime-charset): Abolished.
9969
9970         * wl-highlight.el (wl-highlight-headers):
9971         Call `point' after `re-search-forward'(for Nemacs).
9972
9973         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9974         for elmo-imap4.el.
9975
9976 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9977
9978         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9979         `wl-message-ignored-field-list' instead of
9980         `mime-view-ignored-field-list'.
9981
9982         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9983         Add interactive spec.
9984         (wl-folder-goto-bottom-of-current-folder): Ditto.
9985         (wl-folder-mode-map): Bind them.
9986
9987         * wl-vars.el (wl-message-ignored-field-list): New variable.
9988         (wl-message-visible-field-list): New variable.
9989
9990         * wl-mime.el (wl-mime-header-presentation-method): New function.
9991         (wl-mime-setup): Set header-presentation-method.
9992
9993 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9994
9995         * wl-nemacs.el (wl-draft-overload-functions): Set
9996         `mode-line-buffer-identification' instead of using
9997         `wl-make-modeline'.
9998
9999         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10000         instead of using `wl-make-modeline'.
10001
10002         * wl-xmas.el (wl-plugged-init-icons): Set up
10003         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10004         (wl-make-modeline): Abolish.
10005         (wl-draft-overload-functions): Set
10006         `mode-line-buffer-identification' instead of using
10007         `wl-make-modeline'.
10008
10009         * wl-util.el (wl-make-modeline-subr): Abolish.
10010         (wl-mode-line-buffer-identification): New alias.
10011
10012         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10013         (wl-summary-make-modeline): Abolish.
10014         (wl-summary-buffer-set-folder): Set
10015         `wl-summary-buffer-folder-indicator'.
10016         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10017         of using `wl-make-modeline'.
10018         (wl-summary-switch-to-clone-buffer): Don't set
10019         `mode-line-buffer-identification'.
10020         (wl-summary-goto-folder-subr): Ditto.
10021
10022         * wl-mule.el (wl-draft-overload-functions): Set
10023         `mode-line-buffer-identification' instead of using
10024         `wl-make-modeline'.
10025
10026         * wl-folder.el (wl-folder-mode): Set
10027         `mode-line-buffer-identification' instead of using
10028         `wl-make-modeline'.
10029         (wl-folder): Don't set `mode-line-buffer-identification'.
10030
10031 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10032
10033         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10034         instead of `member' for `wl-refile-guess-func-list' look-ups.
10035         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10036
10037 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10038
10039         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10040         `wl-message-button-dispatcher'.
10041
10042         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10043
10044         * wl-message.el (wl-message-button-dispatcher): Use it.
10045
10046         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10047         "In-Reply-To".
10048
10049         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10050         Bind `case-fold-search' to t.
10051
10052 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10053
10054         * wl-xmas.el (wl-message-overload-functions): Initialize
10055         `wl-message-button-map'.
10056
10057         * wl-mule.el (wl-message-overload-functions): Initialize
10058         `wl-message-button-map'.
10059
10060         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10061
10062         * wl-message.el (wl-message-button-map): New keymap.
10063         (wl-message-add-button): New function.
10064         (wl-message-button-dispatcher): New function.
10065         (wl-message-button-refer-article): New function.
10066
10067         * wl-highlight.el
10068         (wl-highlight-message-add-buttons-to-header): New function.
10069         (wl-highlight-headers): Use it.
10070
10071 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10072
10073         * wl-summary.el (wl-summary-default-from): Use
10074         `wl-address-get-petname-1'.
10075         (wl-summary-simple-from): Ditto.
10076
10077         * wl-address.el (wl-address-get-petname-1): New inline function.
10078         (wl-address-get-petname): Use it.
10079
10080 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10081
10082         * wl-summary.el (wl-summary-default-from): Return full-name part
10083         from the address if no petname was found.
10084         (wl-summary-simple-from): Ditto.
10085
10086         * wl-address.el (wl-address-get-petname): Return nil if no petname
10087         associated with the address was found.
10088
10089 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10090
10091         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10092         display is finished.
10093
10094 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10095
10096         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10097         `elmo-folder-exists-p' argument.
10098
10099 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10100
10101         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10102         the folder.
10103
10104 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10107
10108         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10109         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10110
10111 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10112
10113         * wl-folder.el (wl-folder-create-subr): New function.
10114         (wl-folder-confirm-existence): Use it.
10115         (wl-folder-check-one-entity): Use it.
10116         Check the error symbol is derived from 'elmo-open-error.
10117
10118         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10119         `ignore-error'.
10120
10121 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10122
10123         * wl-util.el (toplevel): Add (eval-when-compile (require
10124         'elmo-util)).  (Maybe `provide' is typo.)
10125
10126 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10127
10128         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10129         (I don't know why this was needed.)
10130
10131         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10132         Follow up changes for stream-type.
10133
10134         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10135         (wl-draft-elmo-nntp-send): Ditto.
10136
10137         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10138         (wl-nntp-posting-stream-type): Ditto.
10139         (wl-pop-before-smtp-ssl): Abolished.
10140         (wl-nntp-posting-ssl): Ditto.
10141
10142         * wl-address.el (wl-address-quote-specials): New function.
10143         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10144
10145         * wl-draft.el (wl-draft-reply): Ditto.
10146
10147 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10148
10149         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10150         use function `wl-string-match-assoc'.
10151
10152 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10153
10154         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10155
10156         * wl-draft.el (wl-draft-deduce-address-list): New function.
10157         (wl-draft-parse-mailbox-list): Ditto.
10158         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10159         instead of `smtp-deduce-address-list'.
10160         (wl-draft-on-field-p): Follow group list.
10161
10162         * wl-address.el (wl-address-concat-token): New function.
10163         (wl-address-string-without-group-list-contents): Ditto.
10164         (wl-complete-field-body): Fixed problem of completion
10165         by japanese petname.
10166         (wl-address-make-completion-list): Rewrite.
10167
10168 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10169
10170         * wl-address.el (wl-address-make-completion-list): Completion by
10171         petname.
10172         (wl-complete-field-body): Likewise.
10173
10174 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10175
10176         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10177         contains invalid address syntax.
10178
10179 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10180
10181         * wl-folder.el (wl-folder-check-entity-async): Use
10182         `elmo-nntp-spec-hostname'.
10183
10184 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10185
10186         * wl-summary.el (wl-summary-msgdb-load-async): Use
10187         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10188
10189 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10190
10191         * wl-draft.el (wl-draft-reply): Set argument
10192         `content-transfer-encoding' as nil.
10193
10194 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10195
10196         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10197         `wl-refile-alist'.
10198
10199 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10200
10201         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10202         (wl-draft-edit-string): Ditto.
10203         (wl-draft-forward): Ditto.
10204         * wl-summary.el (wl-summary-write): Ditto.
10205
10206 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10207
10208         * wl-summary.el (wl-summary-sync-update3): Call
10209         `wl-summary-buffer-number-column-detect'.
10210         (wl-summary-buffer-number-column-detect): Search from point-min.
10211
10212 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10213
10214         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10215         contains an address which is not included in original to or cc.
10216
10217 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10218
10219         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10220         begin-line does not exist.
10221         * wl-message.el (wl-message-uu-substring): Ditto.
10222
10223 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10224
10225         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10226         clear local variables.
10227         (wl-summary-exit): Call `elmo-commit'.
10228         (wl-summary-switch-to-clone-buffer): Call
10229         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10230         (wl-summary-goto-folder-subr): Ditto.
10231
10232         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10233         POP folder.
10234
10235 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10236
10237         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10238         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10239         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10240         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10241         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10242         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10243
10244         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10245
10246 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10247
10248         * wl-summary.el (wl-summary-search-by-subject):
10249         Search parent message from the latest one.
10250
10251 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10252
10253         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10254         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10255
10256         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10257         New user option.
10258
10259         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10260         if elmo-nntp-use-killed-list is nil.
10261         Use `elmo-msgdb-append-to-killed-list'.
10262         (Append numbers confirmed as disappeared to the killed list.)
10263         (wl-summary-confirm-appends): Don't display negative number.
10264
10265 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10266
10267         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10268
10269 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10270
10271         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10272         range is `all'.
10273         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10274         `elmo-list-bigger-diff'.
10275
10276 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10277
10278         * wl-summary.el (wl-summary-buffer-exit-func):
10279         New buffer local variable.
10280         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10281
10282 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10283
10284         * wl-demo.el (wl-demo): Fix the last change.
10285
10286 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10287
10288         * wl-demo.el (wl-demo): Don't use `eval'.
10289
10290 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10291
10292         * wl-summary.el (wl-summary-buffer-thread-modified):
10293         New buffer-local variable.
10294         (wl-summary-set-thread-modified): New function.
10295         (wl-summary-thread-modified-p): New function.
10296         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10297         (wl-summary-yank-saved-message): Use function
10298         `wl-summary-set-thread-modified'
10299         (wl-summary-switch-to-clone-buffer): Add
10300         `wl-summary-buffer-thread-modified'.
10301
10302         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10303         (wl-summary-buffer-mark-saved-hook): Ditto.
10304         * wl-summary.el (wl-summary-msgdb-save): New hook
10305         `wl-summary-buffer-message-saved-hook' and
10306         `wl-summary-buffer-mark-saved-hook'.
10307
10308 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10309
10310         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10311
10312 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10313
10314         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10315         don't hide scroll bars under FSF Emacsen because it may incur an
10316         undesirable redrawing.
10317
10318 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10319
10320         * wl-draft.el (wl-draft-edit-string): Call
10321         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10322
10323 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10324
10325         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10326
10327 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10328
10329         * wl-summary.el (wl-summary-msgdb-load-async): Call
10330         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10331
10332 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10333
10334         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10335         fringes in demo buffer; center bitmap logo correctly even if old
10336         Mule is used.
10337
10338 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10339
10340         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10341
10342         * wl-refile.el (wl-refile-subject-alist): New variable.
10343         (wl-refile-subject-alist-file-name): Ditto.
10344         (wl-refile-alist-setup): Rewrite.
10345         (wl-refile-alist-save): Use `elmo-object-save'.
10346         Eliminated arguments.
10347         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10348         (wl-refile-guess-by-subject): New function.
10349         (wl-refile-guess-func-list): Added it.
10350
10351 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10352
10353         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10354         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10355
10356 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10357
10358         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10359         New buffer-local variable.
10360         (wl-summary-buffer-next-folder-func): Ditto.
10361         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10362         if non-nil.
10363         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10364         if non-nil.
10365         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10366         if non-nil.
10367         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10368         if non-nil.
10369
10370 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10371
10372         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10373         permanently in the demo buffer.
10374
10375 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10376
10377         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10378         `mime-entity-fetch-field'.
10379
10380         * wl.el (wl-exit): Delete plugged buffer.
10381
10382         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10383         XEmacs has menubar feature.
10384
10385 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10386
10387         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10388         cannot arrive at the beginning of the buffer under old Emacsen.
10389
10390 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10391
10392         * wl-address.el (wl-address-ldap-search):
10393         Call `ldap-search-entries' with `withdn' argument t.
10394         (wl-complete-field-body): Bind completion-ignore-case as t.
10395         Clear ldap search hash when it was sole completion.
10396         Use elmo-string for pattern string.
10397         (wl-ldap-alias-safe-string): Eliminated needless let.
10398
10399 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10400
10401         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10402         (wl-ldap-alias-sep): New constant.
10403         (wl-ldap-search-attribute-type-list): Ditto.
10404         (wl-ldap-get-value): New function.
10405         (wl-ldap-make-filter): Ditto.
10406         (wl-ldap-make-matched-value-list): Ditto.
10407         (wl-ldap-alias-safe-string): Ditto.
10408         (wl-ldap-register-dn-string): Ditto.
10409         (wl-address-ldap-search): Rewrite.
10410
10411 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10412
10413         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10414         thread is deleted.
10415         (wl-thread-delete-line-from-buffer): Ditto.
10416         (wl-thread-get-exist-children): New function.
10417
10418 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10419
10420         * wl-demo.el (wl-demo): Made it to select various image types.
10421         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10422         from `wl-title-logo'.
10423         (wl-logo-ascii): New variable.
10424         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10425         (wl-demo-copyright-notice): New constant.
10426
10427         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10428
10429 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10430
10431         * wl-vars.el (wl-summary-target-above): Renamed from
10432         wl-summary-temp-above.
10433         * wl-score.el (wl-score-get-score-alist): Use it.
10434         (wl-summary-score-update-all-lines): Use it.
10435         * wl-summary.el: Ditto. (make-variable-buffer-local).
10436
10437 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10438
10439         * wl-vars.el (wl-ldap-port): New user option.
10440
10441         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10442         Rewite whole implementation.
10443         (wl-complete-field-body): Fixed.
10444
10445 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10446
10447         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10448         Choose implementation at compile time.
10449
10450 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10451
10452         * wl-address.el (wl-ldap-search-internal): New function.
10453         (wl-complete-field-to): Use it.
10454
10455 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10456
10457         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10458         Use `let' instead of `let*'.
10459         Require 'wl-vars.
10460
10461         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10462         Define as defcustom.
10463         (wl-ldap-base): Ditto.
10464         (wl-use-ldap): Ditto.
10465
10466 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10467
10468         * wl-address.el (wl-ldap-search): New function.
10469         (wl-complete-field-body): Use `wl-ldap-search'.
10470         (wl-ldap-server): New variable.
10471         (wl-ldap-base): Ditto.
10472         (wl-use-ldap): Ditto.
10473
10474 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10475
10476         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10477         (Pointed out by Mito <mit@nines.nec.co.jp>).
10478         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10479         buffer-local variables like `wl-summary-redisplay-internal'.
10480         (wl-summary-redisplay-all-header): Likewise.  Update
10481         Summary view too.
10482
10483 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-summary.el (wl-summary-jump-to-parent-message):
10486         Consider prefix argument.
10487
10488         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10489         when closed thread is deleted.
10490
10491 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10492
10493         * wl-summary.el (wl-summary-jump-to-parent-message):
10494         Consider thread modification.
10495
10496 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10497
10498         * wl-message.el (wl-message-normal-get-original-buffer): Use
10499         `save-excursion'.
10500
10501         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10502         (wl-summary-showto-folder-regexp): Ditto.
10503
10504 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10505
10506         * wl-util.el (wl-delete-alist): Doc fix.
10507         (wl-delete-associations): New function.
10508         (wl-inverse-alist): New function.
10509         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10510         Split temporary variables. Use `wl-delete-associations'
10511         and `wl-inverse-alist'.
10512         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10513
10514 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10515
10516         * wl-folder.el (wl-folder-prefetch-entity):
10517         Execute prefetching if new count is unknown.
10518
10519 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10520
10521         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10522
10523         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10524         delete entity.
10525         (wl-thread-set-parent): If insert as top, set linked as nil.
10526
10527         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10528         `wl-thread-cleanup-symbols' when view mode is thread.
10529
10530 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10531
10532         * wl-folder.el (wl-folder-create-folder-entity): Use
10533         with-current-buffer.
10534         (wl-local-folder-init): Call set-buffer to make sure we are in
10535         the Folder buffer. Don't touch buffer-local variables here.
10536         (wl-folder-mode): Initialize buffer-local variables here.
10537
10538         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10539         (wl-folder-entity-assign-id): Ditto.
10540         (wl-folder-create-entity-hashtb): Ditto.
10541         (wl-local-folder-init): Ditto.
10542         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10543
10544 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10545
10546         * wl-summary.el (wl-summary-default-from): Fix probrem when
10547         std11-extract-address-components return (nil "foo@bar").
10548
10549 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10550
10551         * wl-draft.el (wl-draft-clone-local-variables):
10552         Remove redundant `setq'.
10553
10554 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10555
10556         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10557         Bind wl-highlight-x-face-func as nil while highlighting header.
10558
10559 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10560
10561         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10562
10563 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10564
10565         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10566         elmo-msgdb-overview-hashtb from copy-variables.
10567         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10568         instead of `elmo-msgdb-overview-get-entity-by-number'.
10569         (wl-summary-auto-refile): Ditto.
10570
10571         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10572         `elmo-msgdb-overview-get-entity' instead of
10573         `elmo-msgdb-search-overview-entity'.  Use
10574         `elmo-msgdb-overview-get-entity' instead of
10575         `elmo-msgdb-overview-get-entity-by-number'.
10576         (wl-thread-insert-entity-sub): Ditto.
10577         (wl-thread-insert-message): Ditto.
10578
10579         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10580         `elmo-msgdb-overview-get-entity'.
10581         (wl-normal-message-redisplay): Ditto.
10582
10583 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10584
10585         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10586         `wl-thread-entities'.
10587         (wl-thread-delete-message): Fix remove top message from
10588         `wl-thread-entity-list'.
10589
10590         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10591         wl-append(nconc), because update-list is broken on Meadow.
10592
10593         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10594         updating process.
10595         (wl-summary-rescan): Ditto.
10596         (wl-summary-sync-update3): Ditto.
10597         * wl-thread.el (wl-thread-set-parent): Renamed from
10598         `wl-summary-set-parent'.
10599         (wl-thread-insert-message): Updating buffer faster.
10600         (wl-thread-delete-message): Updating buffer faster.
10601
10602         * wl-score.el (wl-summary-score-update-all-lines): Changed
10603         interval for display progress gauge.
10604
10605 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10606
10607         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10608         folder always-sticky.
10609         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10610         defmacro.
10611
10612 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10613
10614         * wl-vars.el (wl-draft-add-references): New user option.
10615
10616         * wl-draft.el (wl-draft-add-references): New function.
10617         (wl-draft-yank-from-mail-reply-buffer): Use it.
10618         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10619         as nil.
10620
10621 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10622
10623         * wl-thread.el (wl-thread-update-line-msgs): Called
10624         `wl-thread-update-line-on-buffer-sub'.
10625         (wl-thread-update-line-on-buffer): Delete routine of inserting
10626         thread.
10627         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10628         moved from `wl-thread-update-line-on-buffer'.
10629         Add threshold for displaying progress gauge.
10630         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10631         argument of `wl-thread-update-line-msgs'.
10632         Add threshold for displaying progress gauge.
10633         * wl-folder.el:
10634         Add threshold for displaying progress gauge.
10635         * wl-score.el: Ditto.
10636
10637         * wl-expire.el (wl-summary-expire): Display deleting info.
10638
10639 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10640
10641         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10642         `no-msg'.
10643         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10644         argument of `wl-thread-update-line-msgs'.
10645         (wl-summary-set-parent): Added optional argument `parent-number'.
10646         (wl-summary-buffer-saved-message): New buffer local variable.
10647         (wl-summary-save-current-message): New command.
10648         (wl-summary-yank-saved-message): Ditto.
10649         (wl-summary-mode-map): Added key binding for
10650         `wl-summary-save-current-message' (\ew) and
10651         `wl-summary-yank-saved-message' (\C-y).
10652         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10653
10654 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10655
10656         * wl-summary.el (wl-summary-mode-map): Added key binding for
10657         `wl-summary-set-parent' (ts).
10658
10659 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10660
10661         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10662         subject faster. If thread number is reverse, delayed updating
10663         thread.
10664         (wl-summary-search-by-subject): Ditto.
10665         (wl-summary-put-alike): Ditto.
10666         (wl-summary-get-alike): Ditto.
10667         (wl-summary-insert-headers): Insert header of all overview in
10668         buffer.
10669         (wl-summary-rescan): Delayed updating thread. Kill search subject
10670         buffer for wl-summary-search-by-subject.
10671         (wl-summary-sync-update3): Ditto.
10672         (wl-summary-exit): Ditto.
10673         (wl-summary-goto-bottom-of-current-thread): Change for linked
10674         thread.
10675         (wl-summary-overview-create-summary-line): Change line for linked
10676         thread.
10677
10678         * wl-summary.el (wl-summary-update-thread): Use
10679         wl-thread-maybe-get-children-num.
10680         (wl-summary-set-parent): If change parent, move sub thread.
10681         (wl-summary-redisplay-internal): Add horizontal recenter.
10682         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10683
10684         * wl-thread.el (wl-thread-entity-get-linked): New function.
10685         (wl-thread-entity-set-linked): New function.
10686         (wl-thread-create-entity): Add linked element.
10687         (wl-thread-entity-insert-as-top): Use wl-append.
10688         (wl-thread-maybe-get-children-num): If closing thread, return
10689         children msgs.
10690         (wl-thread-update-line-msgs): Displaying progress message.
10691         (wl-thread-update-line-on-buffer-sub): Use
10692         wl-thread-maybe-get-children-num.
10693         (wl-thread-update-line-on-buffer): If update line is not exists,
10694         insert thread.
10695         (wl-thread-delete-message): If delete top msg of thread, search
10696         parent by subject.
10697         (wl-thread-insert-entity): Use
10698         wl-thread-maybe-get-children-num.
10699
10700         * wl-highlight.el (wl-highlight-summary-current-line): change
10701         sregexp for linked thread.
10702         * wl-util.el (wl-count-lines): Count lines.
10703         (wl-horizontal-recenter): horizontal recenter.
10704         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10705         (wl-score-get-alike): Ditto.
10706         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10707         (wl-subject-length-limit): New variable.
10708         (wl-highlight-thread-indent-string-regexp): Changed for linked
10709         thread.
10710
10711 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10712
10713         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10714         New variable (revival).
10715         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10716         by subject matching if there's no in-reply-to nor references field
10717         (revival).
10718
10719 \f
10720 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10721
10722         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10723         message.
10724
10725 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10726
10727         * wl-summary.el (wl-summary-reply): Return t if there was a
10728         message at cursor point.
10729         Added unwind-protect.
10730         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10731         returns t.
10732         (wl-summary-cancel-message): Do nothing when there's no message at
10733         cursor point.
10734         (wl-summary-forward): Ditto.
10735         (wl-summary-jump-to-parent-message): Ditto.
10736         (wl-summary-reedit): Ditto.
10737         (wl-summary-edit-addresses): Ditto.
10738         (wl-summary-pipe-message): Ditto.
10739         (wl-summary-print-message-with-ps-print): Ditto.
10740         (wl-summary-print-message): Ditto.
10741         (wl-summary-mark-as-important): Ditto.
10742         (wl-summary-mark-as-unread): Ditto.
10743
10744         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10745         message at cursor point.
10746         (wl-summary-reply-with-citation): Remove unwind-protect.
10747
10748         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10749         subject searching feature.
10750         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10751         Eliminated.
10752
10753 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10754
10755         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10756         New variable.
10757         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10758         by subject matching if there's no in-reply-to nor references field.
10759
10760         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10761
10762         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10763         when display is finished.
10764         (wl-folder-open-all): Ditto.
10765         (wl-folder-update-access-group): Ditto.
10766         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10767         * wl-thread.el (wl-thread-close-all): Ditto.
10768
10769         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10770         progress gauge only when it was displayed.
10771         * wl-folder.el (wl-folder-insert-entity): Ditto.
10772
10773 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10774
10775         * wl-summary.el (wl-summary-incorporate): Enclose
10776         `wl-summary-sync-force-update' with save-excursion.
10777
10778 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10779
10780         * wl-summary.el (wl-summary-prefetch-region):
10781         Pass current cursor point to `pos-visible-in-window-p' after
10782         moving cursor to the started point.
10783
10784 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10785
10786         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10787
10788         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10789         fields from the forwarding message.
10790         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10791         `ignored-fields'.
10792
10793 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10794
10795         * wl-mime.el (wl-message-request-partial):
10796         Eliminated argument `msgdb'.
10797         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10798         (wl-mime-combine-message/partial-pieces): Likewise.
10799         * tm-wl.el (wl-message-request-partial): Likewise.
10800         (wl-mime-combine-message/partial-pieces): Likewise.
10801
10802 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10803
10804         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10805         when display is finished.
10806
10807 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10808
10809         * wl-summary.el (wl-summary-goto-folder-subr):
10810         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10811
10812 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10813
10814         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10815         when cursor point is visible.
10816
10817 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10818
10819         * wl-expire.el (wl-expire-archive-get-max-number):
10820         Don't use `file-name-directory'.
10821
10822 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10823
10824         * wl-expire.el (wl-expire-archive-get-max-number):
10825         Use `file-name-directory'.
10826
10827 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10828
10829         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10830         only when there is progress.
10831
10832 2000-04-13  Mito <mit@nines.nec.co.jp>
10833
10834         * wl-summary.el (wl-summary-sync-marks): Display progress.
10835
10836 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10837
10838         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10839         (wl-summary-prev): Move cursor regardless of unread status.
10840         (wl-summary-next): Ditto.
10841
10842 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10843
10844         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10845         Added argument `target' and `number'.
10846         * tm-wl.el (wl-summary-burst-subr): New function.
10847         (wl-summary-burst): Use it.
10848
10849 2000-04-10  Mito <mit@nines.nec.co.jp>
10850
10851         * wl-mime.el (wl-burst): New function.
10852         (wl-summary-burst): Use it.
10853
10854 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10855
10856         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10857         as petname when there's no candidate.
10858
10859 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10860
10861         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10862         New variable.
10863         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10864
10865         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10866
10867         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10868
10869 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10870
10871         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10872         Use substring of `original' instead of buffer-substring.
10873         (wl-refile-evaluate-rule):
10874         Set `original' argument of wl-refile-expand-newtext.
10875
10876         * wl-summary.el
10877         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10878         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10879         (wl-summary-auto-refile): Check existence of destination folder just
10880         before marking.
10881
10882 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10883
10884         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10885         when wl-refile-get-field-value return nil.
10886
10887 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10888
10889         * wl-refile.el
10890         (wl-refile-expand-newtext): New function imported from Gnus.
10891         (wl-refile-evaluate-rule): Use it.
10892
10893 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10894
10895         * wl-summary.el (wl-summary-print-destination):
10896         Duplicate folder string to avoid putting text-property on
10897         original string.
10898
10899         * wl-refile.el (wl-refile-get-field-value): New function.
10900         (wl-refile-evaluate-rule): New function;
10901         Evaluate refile rule recursively.
10902         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10903         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10904         New function; Check existence of a target folder recursively.
10905         (wl-summary-auto-refile-check-refile-rule-alist):
10906         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10907
10908 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10909
10910         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10911
10912         * wl-folder.el (wl-create-folder-entity-from-buffer):
10913         Fixed problem when '}' character is contained in folder name.
10914
10915         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10916
10917 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10918
10919         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10920         (wl-fldmgr-add-completion-all-completions):
10921         Use wl-fldmgr-add-completion-hashtb.
10922
10923 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10924
10925         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10926         wl-fldmgr-add-completion-subr): New functions.
10927         * wl-folder.el (wl-folder-completion-func): New variable.
10928         * wl-summary.el (wl-summary-read-folder):
10929         Use wl-folder-completion-func.
10930
10931         * wl-refile.el: Eliminate throw & catch.
10932
10933         * wl.el (wl-plugged-sending-queue-status): Fixed.
10934
10935 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10936
10937         * wl-draft.el (wl-draft): Put category property on
10938         mail-header-separator.