* wl-address.el (wl-address-header-extract-address)
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-address.el (wl-address-header-extract-address)
4         (wl-address-header-extract-realname): Fix mail-address in
5         docstring.
6
7         * wl-expire.el (wl-expire-make-sortable-date): Macro to
8         inline-function.
9         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
10         Macro to function.
11         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
12         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
13         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
14         Macro to function.
15
16         * wl-thread.el (wl-thread-open, wl-thread-close): Use
17         `point-at-bol', `point-at-eol'.
18
19         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
20         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
21         `(string-to-char " ")' instead of `? ', `?\ '.
22         * wl-action.el (wl-summary-print-argument): Ditto.
23         * wl-address.el (wl-complete-field-body): Ditto.
24         * wl-demo.el (wl-demo-insert-image): Ditto.
25         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
26         * wl-util.el (wl-ask-folder, wl-set-string-width)
27         (wl-y-or-n-p-with-scroll): Ditto.
28
29         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
30         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
31         verbose point move.
32
33         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
34         and `point-at-eol'.
35         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
36         Ditto.
37
38 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
41         `(beginning-of-line) (point)'.
42
43         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
44         (wl-fldmgr-delete-line): Change from macro to function. Use
45         `point-at-bol' and `point-at-eol'.
46
47         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
48         `function' for lambda.
49
50         * wl.el (wl-plugged-server-indent): Change from macro to function.
51
52         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
53
54         * wl-draft.el (wl-draft-config-body-goto-header)
55         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
56         macro to function.
57
58         * wl-score.el (wl-score-get-alike): Change from macro to
59         inline-function.
60
61         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
62         instead of `mapcar'. Don't use `function' for lambda.
63         (wl-read-search-condition-internal): Don't use `function' for
64         lambda.
65         (wl-kill-buffers): Change from macro to function.
66         (wl-count-lines): Change from macro to inline-function.
67
68         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
69
70         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
71
72         * wl.el (wl-plugged-change): Suppress compile warnings; Use
73         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
74         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
75         * wl-address.el (wl-complete-window-show): Ditto.
76         * wl-message.el (wl-message-select-buffer): Ditto.
77         * wl-template.el (wl-template-show): Ditto.
78         * wl-util.el (wl-collect-summary): Ditto.
79         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
80         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
81         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
82         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
83         (wl-score-edit-insert-number): Ditto.
84
85         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
86         symbol.
87
88         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
89         of `goto-line'.
90
91         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
92
93 2009-12-16  Lloyd Zusman <ljz@asfast.com>
94
95         * wl-summary.el (wl-summary-detect-mark-position): Force
96         the temporary buffer to enable the use of multibyte characters
97         within searches [wl-en:2460].
98
99 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
102         of `beginning-of-buffer'.
103
104 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
105
106         * wl-summary.el (wl-summary-display-raw): New function, display
107         message in raw format.
108
109 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
110
111         * Version number is increased to 2.15.7.
112
113 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
114
115         * wl-summary.el (wl-summary-previous-message-number): New function.
116         (wl-summary-next-message-number): Ditto.
117         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
118         `wl-summary-next-message-number'.
119         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
120         Inline temporary variable `cur-id'.
121         (wl-summary-get-next-unread-folder): Ditto.
122         (wl-summary-get-next-folder): Ditto.
123         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
124
125 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
126
127         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
128
129 2008-09-05  Kenichi Okada  <okada@opaopa.org>
130
131         * wl-summary.el (wl-summary-buffer-folder-name)
132         (wl-draft-config-body-goto-header): Use backquote instead of quote.
133         * wl-draft.el (wl-draft-body-goto-top)
134         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
135
136 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
137
138         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
139         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
140
141 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142
143         * wl-expire.el: Fix Comentary section.
144
145 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146
147         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
148         Require mime-parse, elmo-mime, and wl-util.
149
150         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
151
152         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
153
154 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * wl-template.el: Require elmo-util and wl-vars.
157
158         * wl-mime.el (wl-mime-display-header): Revert last change.
159         Remove `delete-matching-lines "^$"'.
160
161 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
162
163         * wl-mime.el (wl-define-dummy-functions): Split
164         `eval-when-compile' form for avoid error; when `make
165         compile-strict.
166
167         * wl-util.el: Move (eval-when-compile (require 'static)).
168         * wl-dnd.el: Add (eval-when-compile (require 'static)).
169         * wl-message.el: Ditto.
170
171         * wl-mime.el (wl-message-delete-current-part): Use
172         `insert-buffer-substring' instead of `insert-buffer'.
173         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
174         * wl-draft.el (wl-draft-generate-clone-buffer)
175         (wl-draft-do-mime-bcc): Ditto.
176
177         * wl-address.el: Add (eval-when-compile (require 'cl)).
178         * wl-addrmgr.el: Ditto.
179         * wl-mime.el: Ditto.
180         * wl-util.el: Ditto.
181         * wl-score.el: Ditto.
182
183 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
184
185         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
186         `string-to-int'.
187
188         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
189         `string-to-int'.
190
191         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
192         `string-to-number' instead of `string-to-int'.
193
194         * wl-summary.el (wl-summary-get-list-info)
195         (wl-summary-message-number): Use `string-to-number' instead of
196         `string-to-int'.
197
198         * wl-score.el (wl-score-overview-entity-get-lines)
199         (wl-score-set-mark-below, wl-score-set-expunge-below)
200         (wl-summary-increase-score, wl-score-get-header-entry): Use
201         `string-to-number' instead of `string-to-int'.
202
203         * wl-folder.el (wl-folder-update-diff-line): Use
204         `string-to-number' instead of `string-to-int'.
205
206         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
207         instead of `string-to-int'.
208
209         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
210         instead of `string-to-int'.
211
212         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
213         `string-to-int'.
214
215 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
216
217         * wl-util.el (wl-match-string, wl-match-buffer)
218         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
219         (wl-kill-buffers, wl-local-variable-p)
220         (wl-line-formatter-setup): New backquote style.
221         (wl-count-lines): Use quote instead of backquote.
222
223         * wl-summary.el (wl-summary-buffer-folder-name)
224         (wl-summary-get-alike): Use quote instead of backquote.
225         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
226         backquote style.
227
228         * wl-message.el (wl-message-buffer-cache-buffer-get)
229         (wl-message-buffer-cache-folder-get)
230         (wl-message-buffer-cache-message-get)
231         (wl-message-buffer-cache-entry-make)
232         (wl-message-buffer-cache-hit): New backquote style.
233
234         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
235         backquote.
236         (wl-folder-unread-regex, wl-folder-entity-exists-p)
237         (wl-folder-clear-entity-info)
238         (wl-folder-get-entity-info, wl-folder-set-entity-info)
239         (wl-folder-elmo-folder-cache-get)
240         (wl-folder-elmo-folder-cache-put): New backquote style.
241
242         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
243         (wl-fldmgr-assign-id): Ditto.
244         (wl-fldmgr-delete-line): Use quote instead of backquote.
245         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
246
247         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
248         (wl-draft-set-sent-message): New backquote style.
249         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
250         (wl-draft-config-body-goto-header): Use quote instead of backquote.
251
252 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-address.el (wl-address-concat-token): Fix typo.
255
256 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
257
258         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
259         (wl-score-get-alike): Ditto.
260
261         * wl-vars.el: New backquote style.
262         (wl-message-header-button-alist): Use quote instead of backquote.
263
264         * wl.el (wl-plugged-string): New backquote style.
265
266         * wl-address.el (wl-address-concat-token): New backquote style.
267
268         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
269
270 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
271
272         * wl-highlight.el (wl-highlight-folder-opened-regexp)
273         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
274
275         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
276         in the character alternative.
277
278 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
279
280         * Version number is increased to 2.15.6.
281
282 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
283
284         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
285         optional 3rd argument of epg-context-set-progress-callback; it was
286         temporarily removed in the Emacs trunk due to copyright problem.
287         (wl-mime-pgp-verify-region-with-epg): Ditto.
288
289 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
290
291         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
292
293 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-util.el (wl-biff-check-folders): Set biff flag.
296         (from Naoto Morishima [wl:14031])
297
298 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
299
300         * wl.el (wl-plugged-server-indent): Use quote instead of
301         backquote.
302
303 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
304
305         * wl-score.el (wl-score-insert-header): Add guard for
306         `std11-unfold-string'.
307         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
308         TYPE artgument when TO or CC field.
309
310 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-summary.el (wl-summary-goto-folder-subr): Call
313         `elmo-folder-close' instead of `elmo-folder-commit' if discard
314         current summary.
315
316 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-util.el (wl-read-shell-commande): New function or alias.
319
320         * wl-summary.el (wl-summary-pipe-message): Use
321         `wl-read-shell-command' instead of `read-string'.
322         (wl-summary-target-mark-pipe): Ditto.
323
324 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * wl-summary.el (wl-summary-reply): Fix docstring.
327         * wl-draft.el (wl-draft-reply): Ditto.
328
329 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-mime.el (wl-summary-extract-attachments): New command.
332         (wl-summary-extract-attachments-1): New internal function.
333
334 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-expire.el (wl-expire-folder): New function (split from
337         wl-summary-expire).
338         (wl-summary-expire): Use it. Add argument `all' instead of remove
339         `nolist'. Cause an error only if this function is calling
340         interactively.
341
342 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-expire.el (wl-expire-refile): Display progress message.
345         (wl-summary-expire): Simplify.
346
347         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
348         unused argument `deleting-info'.
349
350 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-vars.el (wl-message-popup-buffers): New user option.
353
354         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
355         (wl-message-delete-popup-windows): New function that substitues
356         above one.
357         (wl-mime-setup): Follow the above change.
358
359 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
360
361         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
362
363 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
364
365         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
366         "tkm" to wl-thread-spam.
367
368 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-thread.el (wl-thread-entity-insert-as-children): Use
371         wl-thread-entity-set-children.
372         (wl-thread-insert-message, wl-thread-insert-entity-sub,
373         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
374         Use wl-thread-entity-get-*.
375
376 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-mime.el (wl-epg-progress-callback): New function.
379         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
380         with `elmo-with-progress-display'. Set a progress callback
381         function to epg-context.
382         (wl-mime-pgp-verify-region-with-epg): Ditto.
383
384 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-util.el (wl-completing-read-multiple): Define as an alias of
387         `completing-read-multiple' if emacs-version is not less than 22.
388
389 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
392         change.
393
394 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-summary.el (wl-summary-sync-update): Move
397         `wl-thread-update-indent-string-thread' to outside of
398         `elmo-with-progress-display'.
399
400 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-message.el (wl-message-exit): Check buffer existence.
403
404 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-util.el (wl-simple-display-progress): New function.
407         (wl-display-progress-with-gauge): Ditto.
408         (wl-progress-callback-function): Ditto.
409
410         * wl.el (wl-init): Set `elmo-progress-callback-function' as
411         `wl-progress-callback-function'
412
413         * wl-vars.el (wl-display-progress-threshold): New user option.
414         (wl-display-progress-function): Ditto.
415
416         * Version number is increased to 2.15.5.
417
418 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-thread.el (wl-thread-close-children): New function.
421         (wl-thread-open-children): Ditto.
422         * wl-action.el (wl-summary-set-mark): Redo the last change by
423         using it.
424
425         * wl-action.el (wl-summary-set-mark): Undo the last change.
426         Forbid interactive call.
427
428 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-mime.el (wl-define-dummy-functions): New macro.
431         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
432         `wl-mime-pgp-decrypt-region'.
433         (wl-mime-pgp-verify-region-with-epg): Renamed from
434         `wl-mime-pgp-verify-region'.
435         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
436         `wl-mime-pgp-decrypt-region'.
437         (wl-mime-pgp-verify-region-with-pgg): Renamed from
438         `wl-mime-pgp-verify-region'.
439         (wl-mime-pgp-decrypt-region): New function; To select dispatch
440         function at runtime.
441         (wl-mime-pgp-verify-region): Ditto.
442
443         * wl-vars.el (wl-use-pgp-module): New user option.
444
445 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
448         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
449
450 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
453         even if there are target marks only.
454
455 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * Version number is increased to 2.15.4.
458
459 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-folder.el (wl-folder-check-one-entity): Simplify.
462
463 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
464
465         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
466         variable.
467
468 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
469
470         * wl-spam.el (wl-thread-test-spam): New function.
471         (wl-spam-setup): Bind "tkc".
472
473 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-expire.el (wl-folder-expire-entity): Rewite without
476         `wl-summary-goto-folder-subr'.
477         (wl-folder-expire-current-entity): Don't kill summary buffer.
478
479 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * wl-folder.el (wl-folder-sync-entity): Rewrite without
482         `wl-summary-goto-folder-subr'.
483         (wl-folder-mark-as-read-all-entity): Likewise.
484
485         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
486
487 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-thread.el (wl-thread-force-open): Arranged.
490
491 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
494         from regexp.
495
496         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
497         (wl-read-search-condition-internal): Append them.
498
499 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-vars.el (wl-additional-search-condition-fields):
502         New user option.
503
504         * wl-util.el (wl-search-condition-fields): New function; export
505         from `wl-read-search-condition-internal'.
506         (wl-read-search-condition-internal): Use it.
507
508         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
509
510 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-summary.el (wl-summary-define-sort-command): New function.
513         (wl-summary-sort-by-date, wl-summary-sort-by-number)
514         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
515         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
516         define by `wl-summary-define-sort-command' at runtime.
517
518         * wl.el (wl-init): Call wl-summary-define-sort-command.
519
520 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
523         properties at the decrypting region.
524
525 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-util.el (wl-find-region): New function.
528
529         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
530         coding system.
531         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
532         property `wl-mime-decoded-coding-system'.
533         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
534         property `wl-mime-decoded-coding-system' to encode text.
535
536         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
537         message.
538         (wl-mime-pgp-verify-region): Ditto.
539
540 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
543         buffer. Use epa-display-verify-result.
544
545 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-draft.el (wl-draft-send): Continue even if setting parent
548         flag was failed.
549
550 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-message.el (wl-message-flag-indicator): Fixed the problem
553         of returning string only of parentheses.
554
555 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-summary.el (wl-summary-write): Add argument `folder'.
558         (wl-summary-write-current-folder): Change argument `folder' from
559         optional to require.
560         (wl-summary-get-buffer): Return the buffer associated folder only.
561
562         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
563         change.
564         (wl-folder-toggle-disp-summary): Ditto.
565
566         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
567         current summary as parent-folder.
568
569 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-draft.el (wl-draft-reedit): Don't overwrite
572         wl-draft-parent-folder.
573
574 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
577         (wl-mime-pgp-verify-region): Ditto.
578         (wl-message-decrypt-pgp-nonmime): Use the above function.
579         (wl-message-verify-pgp-nonmime): Likewise.
580         (wl-mime-preview-application/pgp): Likewise.
581
582 2006-04-20  Kenichi Okada  <okada@opaopa.org>
583
584         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
585         Fix about the order of `wl-nntp-posting-port' and
586         `wl-nntp-posting-stream-type'.
587         * wl.el (wl-plugged-port-label-alist): Add smtp.
588
589 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-summary.el (wl-summary-message-status): New macro.
592
593         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
594         (wl-summary-killed-mark): New user option.
595
596         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
597         API change.
598         (wl-thread-insert-entity-sub): Ditto.
599         (wl-thread-recover-messages): New command.
600
601         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
602         Don't call `wl-highlight-summary-current-line' directly.
603         (wl-summary-buffer-attach): Connect to signal `status-changed'
604         instead of `cache-changed'.
605         (wl-summary-buffer-detach): Follow the above change.
606         (wl-summary-detect-mark-position): Follow the API change.
607         (wl-summary-rescan-message): Ditto.
608         (wl-summary-insert-sequential): Ditto.
609         (wl-summary-update-thread): Ditto.
610         (wl-summary-message-mark): Ditto.
611         (wl-summary-persistent-mark): Ditto.
612         (wl-summary-create-line): Ditto.
613         (wl-summary-prefetch-region-no-mark): Call
614         `wl-summary-persistent-mark' with number.
615         (wl-summary-recover-messages-region): New command.
616         (wl-summary-target-mark-recover): Ditto.
617         (wl-summary-recover-message): Ditto.
618         (wl-summary-persistent-mark-string): Add argument `status' instead
619         of remove arguments `flags' and `cached'.  Treat killed status.
620         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
621
622         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
623         (wl-highlight-summary-line-face-spec): Treat killed status.
624         (wl-highlight-summary-line-string): Follow the API change.
625         (wl-highlight-summary-current-line): Ditto.
626
627         * Version number is increased to 2.15.3.
628
629 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
632         of symbolp to test whether the condition is function.
633
634 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
635
636         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
637         to nil.
638
639 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-summary.el (wl-summary-buffer-message-ring): New internal
642         variable.
643         (wl-summary-buffer-last-displayed-msg): Abolish.
644         (wl-summary-push-message): New function.
645         (wl-summary-pop-message): Ditto.
646         (wl-summary-goto-folder-subr): Reset
647         `wl-summary-buffer-message-ring'.
648         (wl-summary-pop-to-last-message): New command.
649         (wl-summary-goto-last-displayed-msg): Call
650         wl-summary-pop-to-last-message if optional argument is non-nil or
651         the last command is itself.
652         (wl-summary-redisplay-internal): Push last message number into
653         `wl-summary-buffer-message-ring'.
654
655         * wl-vars.el (wl-summary-message-ring-max): New user option.
656
657 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
660         from `wl-draft-reply').
661         (wl-draft-reply): Use it.
662         (wl-draft-find-reply-headers): Avoid compile warning.
663
664 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
667
668 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-message.el (wl-message-flag-indicator): New function.
671         (wl-message-redisplay): Use it.
672
673 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
676
677 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
680         instead of `read-event'.
681
682         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
683
684         * wl-mule.el (wl-read-event-char): Ditto.
685
686         * wl-e21.el (wl-read-event-char): Ditto.
687
688 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
691
692 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-vars.el (wl-draft-send-confirm-type): New user option.
695
696         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
697
698         * wl-draft.el (wl-draft-send-confirm): Confirmation by
699         `wl-draft-send-confirm-type'
700
701 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
704         Avoid error when the buffer name is already used.
705
706 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
709         the change of elmo-nmz -> elmo-search.
710         (wl-highlight-summary-line-help-echo-alist): Ditto.
711         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
712         (wl-nmz-folder-icon): Define as obsolete.
713         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
714         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
715
716 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-summary.el (wl-summary-get-list-info): Rewrite with
719         `elmo-find-list-match-value'
720
721 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
722
723         * wl-summary.el (wl-summary-get-list-info): Optimize.
724         Use List-Id and List-Post also.
725
726 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
729
730 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
731
732         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
733
734 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-util.el (wl-completing-read-multiple-1): New internal function.
737         (wl-completing-read-multiple-2): Ditto.
738         (wl-completing-read-multiple): Define use above functions.
739
740         * wl-summary.el (wl-summary-sort): Removed the workaround for a
741         bug of `completing-read-multiple' about default value.
742
743         * wl-xmas.el (wl-completing-read-multiple): Removed.
744
745         * wl-mule.el (wl-completing-read-multiple): Ditto.
746
747         * wl-e21.el (wl-completing-read-multiple): Ditto.
748
749 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-util.el (wl-filter-associations): New function.
752
753         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
754         (wl-spam-ignored-folder-list): Ditto.
755         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
756         (wl-spam-string-member-p): New function.
757         (wl-spam-domain): Use it.
758         (wl-spam-split-numbers): New function.
759         (wl-spam-apply-partitions): Ditto.
760         (wl-spam-register-spam-messages): Use `folder' instead of
761         `wl-summary-buffer-elmo-folder'.
762         (wl-spam-register-good-messages): Ditto.
763         (wl-summary-exec-action-spam): Decide a domain by real folder of
764         message.
765         (wl-summary-exec-action-refile-with-register): Likewise.
766
767 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-e21.el (wl-e21-find-image): New function.
770         (wl-e21-setup-toolbar): Use it instead of `find-image'.
771         (wl-e21-highlight-folder-group-line): Ditto.
772         (wl-folder-init-icons): Ditto.
773         (wl-plugged-init-icons): Ditto.
774         (wl-biff-init-icons): Ditto.
775
776 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
779         (wl-inhibit-save-drafts): New internal variable.
780         (wl-disable-auto-save): Ditto.
781         (wl-save-drafts): Treat above variables.
782         (wl-auto-save-drafts): New function.
783         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
784         `wl-stop-save-drafts'.
785         (wl-start-save-drafts): New function.
786         (wl-stop-save-drafts): Ditto.
787         (wl-set-auto-save-draft): New command.
788
789         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
790         `wl-set-save-drafts'.
791
792 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
795         `make-local-variable' instead of `make-variable-buffer-local'.
796
797 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
798
799         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
800
801 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
802
803         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
804
805 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
808         of working buffer.
809
810 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
813
814         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
815         value into recipients; Bind `wl-draft-remove-group-list-contents'
816         as nil.
817
818 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-summary.el (wl-summary-sort): Fixed the last change.
821
822         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
823         (wl-summary-sort-messages): Ditto.
824         (wl-summary-rescan): Use it.
825         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
826         `completing-read'; Append candidates for reverse order.
827
828 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * Version number is increased to 2.15.2.
831
832 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
835         "Smaller".
836         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
837
838 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
841
842 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-vars.el (wl-draft-additional-header-alist): Add into the
845         customize group `wl-draft'.
846         (wl-draft-add-in-reply-to): Move customize group from `wl' to
847         `wl-draft'.
848         (wl-draft-add-references): Ditto.
849
850         * wl-action.el (wl-summary-print-argument): Rename argument from
851         `folder' to `data'.
852
853 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-summary.el (wl-summary-rescan-message): Call
856         `wl-thread-cleanup-symbols' before insert thread.
857
858 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl.el (wl-init): Set `elmo-get-folder-function' as
861         `wl-folder-make-elmo-folder'.
862
863         * wl-spam.el (wl-summary-exec-action-spam): Use
864         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
865
866         * wl-folder.el (wl-folder-make-elmo-folder): New function.
867         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
868         `elmo-make-folder'.
869         (wl-folder-get-elmo-folder): Ditto.
870         (wl-folder-create-subr): Simplify.
871
872 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
875
876 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
879         contents in message buffer instead of original buffer. If optional
880         argument specified, ask coding system for encode.
881
882 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
883
884         * wl-spam.el (wl-summary-test-spam-region): New function.
885         (wl-spam-setup): Bind "rkc".
886
887 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
888
889         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
890
891 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
892
893         * wl-spam.el (wl-summary-test-spam): Fix typo.
894         (wl-message-check-spam): Ditto.
895
896 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-summary.el (wl-summary-default-from): Simplify.
899
900 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-action.el (wl-summary-exec-action-refile): Simplify.
903         (wl-summary-exec-action-copy): Ditto.
904         (wl-summary-auto-refile): Check existence of temporary mark.
905
906 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * wl-summary.el (wl-summary-create-line): Use
909         `elmo-time-to-datevec'.
910
911         * wl-expire.el (wl-expire-archive-date): Ditto.
912         (wl-expire-localdir-date): Ditto.
913
914         * wl-util.el (wl-day-number): Abolish.
915
916         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
917         of `wl-day-number'.
918         (wl-score-followup): Ditto.
919         (wl-score-add-followups): Ditto.
920         (wl-score-get-latest-msgs): Ditto.
921         (wl-score-get-header-entry): Ditto.
922         (wl-score-edit-insert-date): Ditto.
923
924 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
927         `elmo-message-entity-field' with 2nd argument `type'.
928
929 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
930
931         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
932
933 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-thread.el (wl-thread-delete-message): Delete descendant
936         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
937
938 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
939
940         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
941
942 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
945         `Access folder'.
946
947 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-vars.el (wl-access-folder-icon): New user option.
950
951         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
952         `Access folder'.
953
954 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-summary.el (wl-summary-buffer-set-folder): Use
957         `wl-folder-mime-charset'.
958
959         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
960         `mime-charset'.
961         (wl-folder-get-elmo-folder): Ditto.
962         (wl-folder-mime-charset): New function.
963
964 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-util.el (wl-parse-addresses): Define alias of
967         `elmo-parse-addresses' (move to `elmo-util.el').
968
969         * wl-summary.el (wl-summary-default-from): Follow the API change.
970         (wl-summary-overview-entity-compare-by-date): Ditto.
971         (wl-summary-overview-entity-compare-by-from): Ditto.
972         (wl-summary-get-list-info): Get value of `ml-info' field from
973         entity at first.
974         (wl-summary-rescan-message): Treat prefix argument.
975         (wl-summary-prefetch-msg): Follow the API change.
976         (wl-summary-search-by-subject): Ditto.
977         (wl-summary-insert-thread): Ditto.
978         (wl-summary-line-subject): Ditto.
979         (wl-summary-line-from): Ditto.
980         (wl-summary-create-line): Ditto.
981         (wl-summary-print-message-with-ps-print): Ditto.
982
983         * wl-score.el (wl-score-ov-entity-get): Ditto.
984         (wl-score-followup): Ditto.
985         (wl-score-add-followups): Use `elmo-message-entity-field' instead
986         of `car'.
987         (wl-score-get-latest-msgs): Follow the API change.
988         (wl-score-get-header): Ditto.
989
990         * wl-refile.el (wl-refile-learn): Ditto.
991         (wl-refile-subject-learn): Ditto.
992         (wl-refile-get-field-value): Ditto.
993         (wl-refile-guess-by-history): Ditto.
994         (wl-refile-guess-by-subject): Ditto.
995
996         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
997
998         * wl-expire.el (wl-expire-date-p): Removed.
999         (wl-expire-archive-date): Follow the API change.
1000         (wl-expire-localdir-date): Ditto.
1001         (wl-summary-expire): Ditto.
1002
1003         * Version number is increased to 2.15.1.
1004
1005 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1008         group is access or not (it is not strict, like wl-fldmgr-rename).
1009
1010 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1013         duplicate call of `wl-summary-print-argument' on the wrong line.
1014
1015 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1018         even if argument `number' is nil.
1019         (wl-summary-insert-line): Print action argument if current message
1020         has it.
1021
1022 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1025         (wl-draft-reply): Ditto.
1026         (wl-draft): Add optional argument `parent-number' and call
1027         `wl-draft-create-buffer' with it.
1028         (wl-draft-create-buffer): Add optional argument
1029         `parent-number'. Set wl-draft-parent-number as it.
1030
1031 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1032
1033         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1034         buffer is not for given folder, don't use it.
1035
1036 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * Version number is increased to 2.15.0.
1039
1040 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1043
1044         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1045         (wl-highlight-get-face-by-name): New internal function.
1046         (wl-highlight-summary-line-face-spec): Use it and fixed.
1047
1048 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-summary.el (wl-summary-sync-update): Use
1051         `elmo-message-entity-field' instead of `car' to get message-id
1052         from overview entity.
1053
1054         * wl-summary.el (wl-summary-rescan-message): Call
1055         `wl-highlight-summary-displaying' when displaying a message.
1056
1057 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1060         `wl-draft-config-info-operation'.
1061         (wl-draft-buffer-change-number): New function.
1062         (wl-draft-rename-saved-config): Ditto.
1063         * wl.el (wl-init): Connect slot for message-number-changed.
1064         (toplevel): Add autoload for wl-draft-rename-saved-config.
1065
1066 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1069         `update-overview'
1070         (wl-summary-buffer-detach): Disconnect from it.
1071         (wl-summary-rescan-message): Use command.
1072
1073         * wl-message.el (wl-message-buffer-display): Use
1074         `with-current-buffer' instead of `save-excursion'.
1075
1076 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1079         wl-draft-preview-attributes-list from distraction.
1080
1081 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1082
1083         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1084         `elmo-list-diff'.
1085
1086 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-summary.el
1089         (wl-summary-edit-addresses-collect-candidate-fields): Use
1090         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1091
1092         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1093         instead of `elmo-set-work-buf'.
1094
1095         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1096         (wl-address-make-address-list): Ditto.
1097
1098         * Version number is increased to 2.13.3.
1099
1100 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1103         user option.
1104
1105         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1106         argument `5'.
1107
1108         * wl-message.el (wl-message-display-no-merge-p): New function.
1109         (wl-message-buffer-display): Check whether the message is
1110         reassembled and follow the API change.
1111
1112 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1115         multibyte on working buffer and removed unnecessary
1116         `buffer-disable-undo'.
1117
1118 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1121         change.
1122
1123 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-util.el (wl-read-search-condition-internal): Protect
1126         elmo-global-flags from distraction.
1127
1128 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1131
1132         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1133         (wl-summary-event-handler): Ditto.
1134         (wl-summary-update-persistent-mark-on-event): New
1135         function (renamed from `elmo-event-handler-flag-changed').
1136         (wl-summary-buffer-attach): New function.
1137         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1138         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1139         instead of `elmo-folder-add-handler'.
1140
1141         * Version number is increased to 2.13.2.
1142
1143 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1146         and "\177" to the `wl-news-previous-page'.
1147         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1148         (wl-news-previous-page): New function.
1149
1150 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1153         instead of `write-region' and simplify.
1154
1155 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-template.el (wl-template-select): Cause error if
1158         `wl-template-alist' is nil.
1159
1160 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1161
1162         * wl-news.el.in: Set file variable `no-byte-compile'.
1163
1164 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1167         whether a target message is within displaying area.
1168         (elmo-event-handler-cache-changed): Ditto.
1169
1170 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1171
1172         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1173         to `defun'.  Use `nconc' instead of `append' to collect descendant
1174         message numbers.
1175
1176 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1177
1178         * wl-thread.el (wl-thread-save-top-list)
1179         (wl-thread-save-entities): Use `with-temp-buffer'.
1180         * wl-news.el.in (wl-news-previous-version-load):
1181         (wl-news-previous-version-save): Ditto.
1182         * wl-summary.el (wl-summary-load-file-object)
1183         (wl-summary-save-view-cache): Ditto.
1184
1185 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-util.el (toplevel): Require 'elmo-flag'.
1188         (wl-read-search-condition): New function (Renamed from
1189         `elmo-read-search-condition').
1190         (wl-read-search-condition-internal): Likewise.
1191
1192         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1193         invalid.
1194         (wl-summary-pick): Use `wl-read-search-condition' instead of
1195         `elmo-read-search-condition'.
1196         (wl-summary-virtual): Ditto.
1197
1198         * wl-folder.el (wl-folder-virtual): Ditto.
1199         (wl-folder-pick): Ditto.
1200
1201         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1202
1203 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1204
1205         * wl-summary.el (wl-summary-reedit): Call
1206         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1207
1208 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1209
1210         * wl-mime.el (toplevel): Require wl-vars.
1211
1212         * wl-message.el (toplevel): Require cl at compile.
1213
1214         * wl-draft.el (toplevel): Require elmo.
1215
1216 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1217
1218         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1219         and do nothing when it is not positive.
1220         (wl-message-buffer-prefetch-next): Ditto.
1221
1222 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1225         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1226         (wl-summary-redisplay-internal): Ditto.
1227
1228         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1229         message (the condition is borrowed from `wl-check-variables-2').
1230         (wl-summary-redisplay-internal): Ditto.
1231
1232 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-mime.el (wl-draft-nntp-attribute): New function.
1235         (wl-draft-attribute-nntp-posting-server): Use it.
1236         (wl-draft-attribute-nntp-posting-port): Ditto.
1237
1238         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1239         (wl-draft-show-attributes-buffer): Ditto.
1240         (wl-draft-hide-attributes-buffer): Ditto.
1241         (wl-draft-attribute-newsgroups): Ditto.
1242         (wl-draft-attribute-nntp-posting-server): Ditto.
1243         (wl-draft-attribute-nntp-posting-port): Ditto.
1244         (wl-draft-preview-message): Use there functions.
1245
1246         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1247         value.
1248
1249 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1250
1251         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1252         (wl-draft-reedit): Ditto.
1253         (wl-draft-queue-flush): Ditto.
1254
1255         * wl-mime.el (wl-message-request-partial): Ditto.
1256         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1257         instead of `elmo-message-fetch'.
1258
1259         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1260
1261         * wl-summary.el (wl-summary-message-string): Ditto.
1262
1263 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-util.el (wl-current-message-buffer): Follow the API change.
1266
1267         * wl-summary.el (wl-summary-redisplay-internal): Call
1268         `wl-summary-mark-as-read' with 2nd argument as nil and update
1269         unread count instead of persistent mark.
1270
1271         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1272         variable.
1273         (wl-message-redisplay): Follow the API change.
1274         (wl-message-buffer-display): Managed mime-entity directly and
1275         return preview buffer only.
1276         (wl-message-display-internal): Rewrite.
1277         (wl-message-buffer-prefetch-subr): Not save return value of
1278         `wl-message-buffer-display'.
1279
1280         * Version number is increased to 2.13.1.
1281
1282 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1283
1284         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1285         'elmo-multiple-fields-body-list' with boundary specified.
1286
1287 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1290         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1291         cache if `wl-summary-resend-use-cache' is non-nil.
1292
1293 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1296         (wl-nntp-posting-stream-type): Ditto.
1297
1298 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1299
1300         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1301
1302 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1303
1304         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1305         message.
1306
1307 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1310         Abolish.
1311         (wl-summary-buffer-persistent-mark-version): New internal
1312         variable.
1313         (wl-summary-update-mark-and-highlight-window): Check by
1314         wl-summary-persistent-mark-invalid-p.
1315         (wl-summary-update-status-marks): Ditto.
1316         (elmo-event-handler-flag-changed): Rewrite.
1317         (elmo-event-handler-cache-changed): Define.
1318         (wl-summary-prefetch-msg): Does not update persistent mark here.
1319         (wl-summary-delete-cache): Ditto.
1320         (wl-summary-resume-cache-status): Ditto.
1321         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1322         (wl-summary-persistent-mark-invalid-p): New function.
1323         (wl-summary-validate-persistent-mark): Ditto.
1324         (wl-summary-validate-persistent-mark-string): Ditto.
1325         (wl-summary-invalidate-persistent-mark): Ditto.
1326         (wl-summary-update-persistent-mark): Call
1327         `wl-summary-validate-persistent-mark'.
1328         (wl-summary-create-line): Call
1329         `wl-summary-validate-persistent-mark-string'.
1330
1331         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1332         status as t if cache used.
1333
1334 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1337         only if the target is group.
1338         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1339
1340 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1341
1342         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1343
1344 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1345
1346         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1347
1348         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1349
1350 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1351
1352         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1353         (Thanks to Yoichi NAKAYAMA).
1354
1355 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356
1357         * wl-util.el (wl-save-drafts): Restore echo area.
1358
1359 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1360
1361         * Version number is increased to 2.13.0.
1362
1363         * wl-util.el (wl-biff-check-folder-async): Use
1364         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1365
1366 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-message.el (wl-message-display-internal): Does not put
1369         wl-message-display-type property on message buffer.
1370         (wl-message-buffer-display-type): New function.
1371
1372         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1373
1374         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1375         `wl-summary-buffer-detach'.
1376         (wl-summary-message-display-type): Use
1377         `wl-summary-buffer-display-type'.
1378
1379 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1382         buffer-local.
1383
1384         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1385         kill-buffer-hook instead of make-local-variable.
1386         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1387
1388 2004-12-12  Scott Renfro <scott@renfro.org>
1389
1390         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1391         regex for square-branket.
1392
1393 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1396         `wl-message-mime-analysis-p' with argument `header'.
1397
1398 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1399
1400         * wl-mime.el (wl-draft-yank-current-message-entity): 
1401         Switch to no-mime following method according to wl-message-display-type
1402         property.
1403         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1404
1405         * wl-message.el (wl-message-display-internal): 
1406         Put wl-message-display-type property on message buffer.
1407
1408         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1409         (wl-message-display-internal): Ditto;
1410
1411         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1412
1413 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-message.el (wl-message-make-display-type): New function.
1416         (wl-message-display-type-property): Ditto.
1417         (wl-message-mime-analysys-p): Ditto.
1418         (wl-message-display-all-header-p): Ditto.
1419         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1420         added `display-type'.
1421         (wl-message-buffer-display): Likewise.
1422         (wl-message-display-internal): Likewise.
1423         (wl-message-buffer-display-type): Abolish.
1424         (wl-message-buffer-prefetch-subr): Follow the API changed.
1425
1426         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1427         from wl-summary-buffer-display-all-header and changed default value.
1428         (wl-summary-message-display-type): New function.
1429         (wl-summary-buffer-display-mime-mode): Ditto.
1430         (wl-summary-buffer-display-header-mode): Ditto.
1431         (wl-summary-toggle-mime): Rewrite with above functions.
1432         (wl-summary-toggle-all-header): Ditto.
1433         (wl-summary-redisplay): Force redisplay with default mode.
1434         (wl-summary-redisplay-internal): Renamed argument from `mode',
1435         `all-header' to `mime-mode', `header-mode'.
1436         Use `wl-message-make-display-type'.
1437
1438         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1439         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1440
1441 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1444
1445 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1446
1447         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1448         in original message buffer.
1449         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1450         buffer.
1451
1452 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1455
1456 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1457
1458         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1459
1460 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1461
1462         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1463         when actions succeeded.
1464         (wl-summary-exec-action-copy): Likewise.
1465
1466 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1469         there is switch-to-buffer at the end of wl-message-select-buffer.
1470         (wl-summary-reply): Ditto.
1471
1472 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1473
1474         * wl-summary.el (wl-summary-forward): Put subject in original
1475         message buffer as argument of wl-draft-forward.
1476         * wl-draft.el (wl-draft-forward): Decode subject as in
1477         wl-draft-reply.
1478
1479 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1480
1481         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1482         a folder under access group.
1483
1484 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1487         wl-message-buffer-display.
1488
1489         * wl-util.el (wl-set-save-drafts): Fix typo.
1490
1491 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1494         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1495         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1496         the way to measure the width of a bitmap image; don't put face on
1497         ascii and bitmap images; put the mark which should not use the
1498         variable-pitch face on ascii and bitmap images.
1499         (wl-demo-setup-properties): Don't use the variable-pitch face on
1500         ascii and bitmap images; made it work on Emacs 20 and earlier.
1501         (wl-demo-insert-text): End with a newline at the bottom; don't put
1502         face on text.
1503
1504         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1505
1506 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1509
1510         * wl-util.el (wl-save-drafts): Moved from sample setting.
1511         (wl-set-save-drafts): New function to set idle timer.
1512         * wl-draft.el (wl-draft): Call it.
1513         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1514
1515 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1516
1517         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1518         a summary which has toggle display status off.
1519
1520 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-draft.el (wl-draft-do-fcc): No cache save.
1523
1524 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (elmo-event-handler-flag-changed): Use
1527         `set-buffer' instead of `with-current-buffer'.
1528
1529 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-summary.el (wl-summary-after-resize-function): New function.
1532         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1533         window-size-change-functions.
1534
1535 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl-draft.el (wl-draft-create-buffer): Bind
1538         `change-major-mode-hook' after current buffer is changed.
1539
1540         * wl-summary.el (wl-summary-buffer-detach): New function.
1541         (wl-summary-buffer-set-folder): Call it.
1542         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1543         change-major-mode-hook and kill-buffer-hook.
1544         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1545         (wl-summary-switch-to-clone-buffer): Ditto.
1546         (wl-summary-goto-folder-subr): Ditto.
1547
1548 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1549
1550         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1551         after boundp check.
1552
1553 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1556         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1557         for `kill-buffer'.
1558
1559         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1560         handler of current buffer from elmo-folder.
1561
1562 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1565
1566 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1569         variable.
1570         (wl-summary-event-handler): New class.
1571         (elmo-event-handler-flag-changed): Define to update persistent
1572         mark.
1573         (wl-summary-buffer-set-folder): Register event handler to
1574         elmo-folder.
1575         (wl-summary-exit): Unregister event handler.
1576         (wl-summary-goto-folder-subr): Ditto.
1577         (wl-summary-mark-as-read-all): Does not call
1578         `wl-summary-update-persistent-mark' directly.
1579         (wl-summary-mark-as-read-internal): Ditto.
1580         (wl-summary-set-persistent-mark-internal): Ditto.
1581         (wl-summary-set-flags-internal): Ditto.
1582
1583         * Version number is increased to 2.11.33.
1584
1585 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1586
1587         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1588         to nil.
1589
1590 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-spam.el (wl-spam-setup): Add hook
1593         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1594         instead of `wl-summary-prepare-hook'.
1595
1596         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1597         if folder type is `'flag'.
1598         (wl-summary-mark-as-important): Ditto.
1599
1600 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1601
1602         * wl-address.el (wl-address-minibuffer-history): New variable.
1603         (wl-address-minibuffer-local-map): New keymap.
1604         (wl-address-read-from-minibuffer): New function.
1605
1606         * wl-action.el (wl-summary-get-resend-address): Use
1607         `wl-address-read-from-minibuffer' instead of `completing-read'.
1608
1609 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * Version number is increased to 2.11.32.
1612
1613 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1614
1615         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1616         without mule to iso-8859-1.
1617         (wl-draft-add-in-reply-to): Add note in description.
1618         (wl-draft-add-references): Ditto.
1619
1620 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1623         definition for `m'.
1624         (wl-summary-mode-line-format): Add '[%m]'.
1625         (wl-message-mode-line-format-spec-alist): Ditto.
1626         (wl-summary-display-mime-mode-list): New variable.
1627
1628         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1629         from wl-summary-buffer-display-as-is.
1630         (wl-summary-buffer-display-all-header): New buffer local variable.
1631         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1632         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1633         instead of wl-summary-buffer-display-as-is.
1634         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1635         (wl-summary-set-persistent-mark): Ditto.
1636         (wl-summary-set-message-buffer-or-redisplay): Just call
1637         `wl-summary-redisplay-internal' without optional arguments.
1638         (wl-summary-toggle-mime): Rewrite.
1639         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1640         (wl-summary-toggle-all-header): New function.
1641         (wl-summary-redisplay-internal): Treat mime mode.
1642
1643         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1644         to wl-mime-preview-follow-no-mime.
1645         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1646         accodring to the display-mode.
1647
1648         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1649         (wl-message-buffer-display): Changed argument name from `as-is' to
1650         `mode'.
1651         (wl-message-display-internal): Ditto;
1652         Bind elmo-mime-display-header-analysis according to the mode.
1653         (wl-message-display-internal): Put wl-message-display-mime-mode
1654         property on entire buffer.
1655
1656 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1659
1660 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1661
1662         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1663         Don't extract mail address.
1664         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1665
1666         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1667
1668         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1669
1670 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1673         wl-fldmgr-cut-entity-list on confirmation.
1674
1675 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1676
1677         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1678         (wl-mime-quit-preview): Check existence of
1679         mime-edit-temp-message-buffer here.
1680
1681 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1684         after deletion.
1685
1686         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1687         before calling wl-mime-quit-preview.
1688
1689 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * wl-summary.el (wl-summary-pick): If call it with prefix
1692         argument, set `delete-marks' as non-nil. Pick from only visible
1693         messages.
1694         (wl-summary-check-target-mark): New function.
1695         (wl-summary-target-mark-mark-as-read): Use it.
1696         (wl-summary-target-mark-mark-as-unread): Ditto.
1697         (wl-summary-target-mark-operation): Ditto.
1698         (wl-summary-target-mark-set-flags): Ditto.
1699         (wl-summary-target-mark-save): Ditto.
1700         (wl-summary-target-mark-pick): Ditto.
1701         (wl-summary-target-mark-forward): Ditto.
1702         (wl-summary-target-mark-reply-with-citation): Ditto.
1703         (wl-summary-target-mark-print): Ditto.
1704         (wl-summary-target-mark-uudecode): Ditto.
1705
1706         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1707         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1708         with `ask-coding' is non-nil.
1709
1710 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-thread.el (wl-thread-set-parent): If parent is a message
1713         which is identified by references, set linked as nil.
1714
1715 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1716
1717         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1718         (wl-message-mode-line-format-spec-alist): Ditto.
1719         (wl-message-mode-line-format): Ditto.
1720         (wl-summary-mode-line-format): Ditto for docstring.
1721         (wl-summary-no-mime-folder-list): Fix typo.
1722
1723         * wl-util.el (wl-current-message-buffer): Call
1724         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1725
1726         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1727         variable.
1728         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1729         of `wl-summary-redisplay-no-mime'.
1730         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1731         (wl-summary-toggle-mime): New function.
1732         (wl-summary-redisplay-all-header): Rewrite.
1733         (wl-summary-redisplay-no-mime): Ditto.
1734         (wl-summary-redisplay-internal): Added argument `as-is' and
1735         `all-header'.
1736
1737         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1738         New variable.
1739         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1740         bottom.
1741         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1742         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1743         "/" unconditionally.
1744
1745         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1746         wl-mime-preview-follow-no-mime for as-is content.
1747         (wl-mime-preview-follow-no-mime): New function.
1748         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1749
1750         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1751         and added `as-is', `all-header'.
1752         (wl-message-buffer-display): Ditto.
1753         (wl-message-buffer-display-type): New function.
1754
1755 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * wl-vars.el (wl-message-header-button-alist): Change default
1758         value.
1759         (wl-message-body-button-alist): Ditto.
1760
1761 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762
1763         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1764
1765 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1768
1769 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1770
1771         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1772         is always true.
1773
1774 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1775
1776         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1777         on null entity.
1778
1779 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1782
1783 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-vars.el (wl-summary-resend-hook): New hook.
1786
1787         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1788         `wl-summary-resend-hook'.
1789
1790 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1793         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1794         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1795         (wl-summary-new-cached-mark): Changed default value to 'n'.
1796         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1797         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1798         (wl-folder-sync-range-alist): Remove spec for 'flag.
1799         (wl-summary-force-prefetch-folder-list): New user option.
1800
1801         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1802         `wl-summary-toggle-persistent-mark'.
1803         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1804         number is nil.
1805         (wl-summary-mark-as-answered-region): Set interactive argument of
1806         `wl-summary-set-persistent-mark-internal'.
1807         (wl-summary-mark-as-important-region): Ditto.
1808         (wl-summary-unset-persistent-mark): Ditto.
1809         (wl-summary-set-persistent-mark): Ditto.
1810         (wl-summary-mark-as-answered): Ditto.
1811         (wl-summary-mark-as-important): Ditto.
1812         (wl-summary-set-persistent-mark-internal): Do nothing
1813         when `elmo-message-flag-available-p' is nil.
1814         (wl-summary-toggle-persistent-mark): New function.
1815         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1816         when the folder matches `wl-summary-force-prefetch-folder-list'.
1817
1818
1819         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1820         when number is nil.
1821         (wl-highlight-summary-forwarded-face): New face.
1822
1823 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1824
1825         * Version number is increased to 2.11.31.
1826
1827 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1828
1829         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1830         (wl-biff-check-folder-async): Ditto.
1831         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1832
1833 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1834
1835         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1836         Add an argument `reverse'.  All callers are updated.
1837         (wl-summary-sort): Add a prefix argument `reverse' to specify
1838         reverse sorting.
1839         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1840         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1841         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1842
1843 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-message.el (wl-message-redisplay): Does not narrow header if
1846         disply-type is all-header or as-is.
1847
1848         * wl-summary.el (wl-summary-enter-handler): Use
1849         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1850
1851 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1854         after adding wl-draft-parent-variables.
1855         (wl-draft-forward): Ditto.
1856
1857 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * wl-summary.el (wl-summary-sync-marks): Call
1860         `wl-summary-set-persistent-mark' and
1861         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1862         (wl-summary-set-persistent-mark-internal): Add 4th argument
1863         `no-server'.
1864         (wl-summary-unset-persistent-mark): Ditto.
1865         (wl-summary-set-persistent-mark): Ditto.
1866         (wl-summary-add-flags-internal): Abolish.
1867         (wl-summary-remove-flags-internal): Ditto.
1868         (wl-summary-mark-as-important-internal): Ditto.
1869         (wl-summary-mark-as-important): Use
1870         `wl-summary-set-persistent-mark' instead of
1871         `wl-summary-add-flags-internal'.
1872         (wl-summary-mark-as-important-region): Ditto.
1873
1874         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1875
1876         * wl-summary.el (wl-summary-get-available-flags): New function.
1877         (wl-summary-sync-marks): Use it and simplified.
1878         (wl-summary-unset-persistent-mark): Use
1879         `wl-summary-get-available-flags'.
1880         (wl-summary-set-persistent-mark): Ditto.
1881
1882 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1883
1884         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1885         id.
1886
1887 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1890         number, call `wl-summary-prev-line-content'. Show message when the
1891         message is not found.
1892
1893 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1894
1895         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1896         wl-summary-enter-handler.
1897         (wl-summary-enter-handler): New command.
1898
1899         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1900         docstring and custom spec.
1901
1902         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1903         flags too; Don't treat Cached and New.
1904         (wl-summary-set-persistent-mark): Ditto.
1905
1906         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1907         `wl-folder-set-flag'.
1908
1909         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1910         instead of `wl-folder-set-flag'.
1911
1912         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1913         for completion.
1914         (wl-summary-set-persistent-mark): Ditto.
1915
1916         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1917         instead of `wl-draft-quit-preview'.
1918
1919         * wl-mime.el (toplevel): Avoid compile warning.
1920         (wl-mime-quit-preview): New function
1921         (formarly defined as `wl-draft-quit-preview').
1922         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1923         quitting method.
1924
1925         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1926
1927         * wl-folder.el (wl-folder-set-flag): Renamed from
1928         `wl-draft-set-flag-on-parent'.
1929
1930         * wl-draft.el (wl-draft-quit-preview): New function.
1931         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1932         (wl-draft-send): Call `wl-folder-set-flag' instead of
1933         `wl-draft-set-flag-on-parent'.
1934         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1935
1936 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1939         (wl-draft-send): Ditto.
1940
1941 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1942
1943         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1944         (wl-draft-kill-pre-hook): Set default value as nil.
1945         (wl-summary-reply-hook): Ditto.
1946         (wl-draft-kill-flags): Abolish.
1947
1948         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1949         (wl-draft-parent-variables): Renamed from
1950         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1951         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1952         argument; Add wl-draft-parent-variables to
1953         wl-draft-config-variables.
1954         (wl-draft-reply): Likewise.
1955         (wl-draft-kill-flags): Abolish.
1956         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1957         (wl-draft-set-flag-on-parent): New function.
1958         (wl-draft-setup-parent-flag): Ditto.
1959
1960 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1961
1962         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1963         `wl-draft-parent-folder' is "".
1964
1965 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1966
1967         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1968         (wl-summary-digit-jump): New function.
1969         (Adviced by John Owens and Hiroya Murata)
1970
1971         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1972         (Adviced by John Owens)
1973
1974         * wl-xmas.el (wl-message-define-keymap): Ditto.
1975
1976         * wl-mule.el (wl-message-define-keymap): Ditto.
1977
1978 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1981         change of return value of elmo-folder-count-flags.
1982
1983         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1984         (wl-summary-mark-as-read-internal): Ditto.
1985         (wl-summary-set-persistent-mark-internal): Ditto.
1986         (wl-summary-folder-info-update): Ditto.
1987         (wl-summary-sync-update): Fixed the last change.
1988
1989         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1990
1991 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1994         (wl-draft-kill-flags): Fixed docstring.
1995
1996         * wl-draft.el (wl-draft-kill-flags): New function.
1997         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1998
1999 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-vars.el (wl-reply-hook): Abolish.
2002         (wl-draft-reply-hook): New hook.
2003         (wl-summary-reply-hook): Ditto.
2004         (wl-draft-forward-hook): Ditto.
2005         (wl-summary-forward-hook): Ditto.
2006         (wl-draft-kill-flags): New variable.
2007
2008         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2009         wl-summary-set-persistent-mark-internal.
2010         (wl-summary-sync-marks): Use elmo-preserved-flags.
2011         (wl-summary-update-persistent-mark): Make it interactive.
2012         (wl-summary-set-persistent-mark-internal): New inline function.
2013         (wl-summary-mark-as-answered): Use it.
2014         (wl-summary-mark-as-unanswered): Ditto.
2015         (wl-summary-unset-persistent-mark): New function.
2016         (wl-summary-set-persistent-mark): Ditto.
2017         (wl-summary-reply): Don't set answered flag;
2018         Run wl-summary-reply-hook instead.
2019         (wl-summary-forward): Call wl-draft-forward with number.
2020         Run wl-summary-forward-hook.
2021
2022         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2023         (wl-highlight-summary-line-face-spec): Use it as a default
2024         persistent mark face.
2025
2026         * wl-draft.el (wl-draft-forward): Added optional argument number;
2027         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2028         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2029         (wl-draft-kill): Use wl-draft-kill-flags.
2030
2031         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2032
2033         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2034         of return value of elmo-folder-count-flags.
2035
2036         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2037
2038         * wl-summary.el (wl-summary-count-unread): Ditto.
2039         (wl-summary-sync-update): Follow the change above.
2040         (wl-summary-force-prefetch): New function.
2041
2042 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2043
2044         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2045         variable `buf' with `let' instead of `setq'.
2046
2047 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2048
2049         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2050         add Content-Disposition heaeder on the deleted part.
2051
2052 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-draft.el (wl-draft-save): Encode address list under edit by
2055         `eword-encode-unstructured-field-body'.
2056
2057         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2058
2059 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2062         wl-current-summary-buffer.
2063
2064 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2065
2066         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2067         `numbers' is ignored.
2068
2069 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-folder.el (wl-folder-open-folder): Avoid error.
2072         Reported by John Owens, [wl-en:815]
2073
2074         * wl.el (wl): Set timer for biff process even if prefix argument
2075         is given or auto-checking is quitted.
2076
2077         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2078         immediately.
2079         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2080         (wl-toggle-plugged): Ditto.
2081
2082         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2083         * wl-util.el (wl-biff-start): Use idle timer if
2084         `wl-biff-use-idle-timer' is non-nil.
2085
2086 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-highlight.el (wl-highlight-message): Fix description.
2089
2090 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2093         tty.
2094
2095 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-action.el (wl-summary-exec): Print failure count.
2098
2099 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2102         to `defun', remove interactive form.
2103         Set elmo-message-fetch-confirm when force-reload is non-nil.
2104
2105 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * wl-summary.el (toplevel): Removed unnecessary autoload.
2108
2109 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2110
2111         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2112         the buffer is generated from another message buffer.
2113
2114 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2117         extracted from `wl-fldmgr-save-folders'.
2118         (wl-fldmgr-delete): Call it after deletion.
2119
2120 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2121
2122         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2123         multi-tty support.
2124
2125 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2126
2127         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2128
2129 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2130
2131         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2132         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2133
2134 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2135
2136         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2137         unsubscribe list only if argument CLEAR is nil.
2138
2139 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-draft.el (wl-draft-reply): Decode subject before removing
2142         Re: prefix.
2143
2144 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2145
2146         * wl-summary.el (wl-summary-sort-by-size): New command.
2147
2148 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2149
2150         * wl-summary.el (wl-summary-number-list-from-region): New
2151         function.
2152         (wl-summary-mark-as-read-region): Use it.
2153         (wl-summary-mark-as-unread-region): Ditto.
2154         (wl-summary-set-flags-region): Ditto and add optional argument
2155         remove.
2156         (wl-summary-mark-as-answered-region): Ditto.
2157         (wl-summary-mark-as-important-region): Ditto.
2158         (wl-summary-target-mark-mark-as-important): Added optional
2159         argument remove.
2160         (wl-summary-target-mark-mark-as-answered): Ditto.
2161         (wl-summary-target-mark-set-flags): Ditto.
2162
2163 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-summary.el (wl-summary-set-flags-region): Call
2166         `wl-summary-set-flags-internal' with number list instead of call
2167         one by each message.
2168         (wl-summary-target-mark-set-flags): Likewise.
2169
2170 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2173         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2174         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2175         (wl-summary-target-mark-mark-as-answered): Likewise.
2176
2177 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2178
2179         * wl-summary.el (wl-summary-target-mark-forward): Use
2180         `wl-summary-delete-all-target-marks' instead of
2181         `wl-summary-delete-all-temp-marks'.
2182         (wl-summary-target-mark-reply-with-citation): Ditto.
2183         (wl-summary-target-mark-uudecode): Ditto.
2184         (wl-summary-target-mark-set-flags): Ditto and remove needless
2185         cursor move.
2186
2187 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2188
2189         * wl-summary.el (wl-summary-target-mark-forward): Protect
2190         wl-summary-buffer-target-mark-list from nreverse.
2191         (wl-summary-target-mark-reply-with-citation): Ditto.
2192
2193 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2196         `elmo-display-progress-threshold'.
2197
2198 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2201         check `wl-summary-highlight'.
2202         (wl-summary-window-scroll-functions): Respect value of
2203         `wl-summary-highlight'.
2204         (wl-summary-sync-update): Run hooks
2205         `wl-summary-buffer-window-scroll-functions' at any time.
2206
2207 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2210         from `wl-summary-cleanup-temp-marks'.
2211         (wl-summary-cleanup-temp-marks): Abolish argument.
2212         * wl.el (wl-save-status): Revert previous change.
2213         (wl-execute-temp-marks): New function, call
2214         `wl-summary-exec-with-confirmation'.
2215         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2216         (wl-folder-save-and-exec-marks): Abolished.
2217
2218 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2219
2220         * wl-e21.el (wl-e21-display-image-p): Respect
2221         `wl-highlight-folder-with-icon'.
2222         (wl-e21-highlight-folder-group-line): Highlight mouse line
2223         even if wl-e21-display-image-p is nil.
2224
2225         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2226         Respect value of `wl-summary-highlight'.
2227
2228         * wl.el (wl-save-status): Remove unused variable.
2229
2230         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2231         (wl-folder-mode-map): Bind it to "x".
2232
2233 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2236
2237         * wl-thread.el (wl-thread-get-parent-list): Don't check
2238         disconnected ancestors, neglecting needless work in
2239         `wl-thread-update-indent-string-thread'.
2240
2241         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2242         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2243         argument, add argument default-keep to keep marks by default.
2244
2245         * Version number is increased to 2.11.30.
2246
2247         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2248         customization type and docstring.
2249         (wl-draft-reply-without-argument-list): Ditto.
2250
2251 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2252
2253         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2254
2255         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2256
2257 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2260
2261 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2262
2263         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2264         save-excursion so as not to include run-hooks.
2265
2266 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2269         Clarify that marks are going to be cleared.
2270
2271 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2272
2273         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2274         according to 3rd element of wl-summary-flag-mark.
2275
2276         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2277
2278 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * wl-action.el (wl-summary-target-mark-all): Don't set
2281         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2282
2283 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2286         (wl-forward-subject-prefix): Ditto.
2287         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2288         (wl-draft-reply-make-subject): Ditto.
2289
2290         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2291         `wl-draft-forward'.
2292         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2293
2294 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2297         target message does not exist.
2298
2299 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2300
2301         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2302         `wl-subject-prefix-regexp'.
2303         (wl-subject-forward-prefix-regexp): New variable.
2304         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2305         `wl-draft-strip-subject-re' and take regexp as argument.
2306         (wl-draft-forward): Use it.
2307         (wl-draft-reply): Ditto.
2308
2309 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2310
2311         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2312         emacs multi-tty support.
2313
2314 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2315
2316         * wl-e21.el (wl-e21-display-image-p): Don't call
2317         `display-images-p'.
2318         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2319         support.
2320         (wl-highlight-folder-current-line): Ditto.
2321         (wl-folder-init-icons): Ditto.
2322
2323 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2326         the last line of summary in unplugged mode.
2327
2328 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2329
2330         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2331
2332 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2333
2334         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2335         * wl-address.el (wl-address-user-mail-address-p): Use it.
2336         (wl-address-delete-user-mail-addresses): Ditto.
2337         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2338
2339         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2340         (wl-address-delete-user-mail-addresses): Ditto.
2341
2342         * wl-address.el (wl-address-delete-user-mail-addresses): New
2343         function.
2344         * wl-refile.el (wl-refile-guess-by-history): Use it.
2345         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2346         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2347
2348         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2349         use wl-address-user-mail-address-p.
2350
2351 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2354         after opening group.
2355
2356 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2357
2358         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2359         of elmo-set-buffer-multibyte.
2360
2361         * wl-message.el (wl-original-message-mode): Ditto.
2362
2363         * wl-score.el (wl-score-insert-header): Ditto.
2364
2365         * wl-summary.el
2366         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2367         (wl-summary-goto-folder-subr): Ditto.
2368         (wl-summary-insert-headers): Ditto.
2369
2370         * wl-util.el (wl-set-string-width): Ditto.
2371
2372         * Version number is increased to 2.11.29.
2373
2374 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2377         (wl-highlight-summary-line-help-echo-alist): New variable.
2378         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2379         into `wl-highlight-summary-line-help-echo' and
2380         `wl-highlight-flag-folder-help-echo'.
2381         (wl-highlight-summary-line-string): Change accordingly.
2382         (wl-highlight-summary-current-line): Ditto.
2383
2384 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2387         at the beginning of field body (Thanks to Markus Knittig).
2388
2389         * wl-draft.el (wl-draft-insert-current-message): Also check
2390         summary buffer, remove unnecessary tag.
2391
2392 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2395         when wl-message-buffer is nil.
2396
2397         * wl-folder.el (wl-folder): Abolish unused argument.
2398         Call wl-folder-init when wl-folder-entity is nil.
2399         * wl.el (wl): Change accordingly.
2400
2401 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2402
2403         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2404         multibyte string before insert into draft buffer.
2405         (wl-draft-create-buffer): Always enable multibyte characters for
2406         draft buffer.
2407
2408         * Version number is increased to 2.11.28.
2409
2410 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2411
2412         * wl-folder.el (wl-folder-open-close): Handle blank line.
2413         (wl-folder-jump-to-current-entity): Ditto.
2414
2415 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * Version number is increased to 2.11.27.
2418
2419 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2420
2421         * wl-thread.el (wl-thread-insert-message): When the thread is
2422         devided by wl-summary-max-thread-depth, insert line at the end of
2423         buffer.
2424
2425 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * Version number is increased to 2.11.26.
2428
2429 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2430
2431         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2432
2433 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2434
2435         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2436         value of stream-type and session.
2437
2438 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * Version number is increased to 2.11.25.
2441
2442 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2443
2444         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2445         in a quit message.
2446
2447 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2448
2449         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2450         (wl-summary-redisplay-no-mime-internal): Ditto.
2451
2452 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2453
2454         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2455         * wl-vars.el (wl-smtp-connection-type): Ditto.
2456
2457 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2458
2459         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2460         for the separator line and quote mail-header-separator.
2461
2462 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2463
2464         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2465         result message.
2466
2467         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2468         `elmo-multiple-fields-body-list' with boundary as
2469         mail-header-separator.
2470
2471 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2474
2475 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-util.el (wl-list-diff): Remove unused function.
2478
2479         * wl-draft.el (wl-draft-send-confirm): Discard input before
2480         confirmation.
2481
2482 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2483
2484         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2485         order of flag and new.
2486
2487 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2488
2489         * wl-vars.el (wl-refile-policy-alist): Abolished.
2490
2491         * wl-action.el (wl-summary-set-action-refile): Follow the change
2492         above.
2493
2494 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * wl-highlight.el (wl-highlight-signature-search): Don't use
2497         re-search-backward for a long word since it is possible to crash
2498         XEmacs because of a bug.
2499
2500 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2501
2502         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2503
2504 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2505
2506         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2507         argument for wl-summary-sync-force-update.
2508
2509 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2510
2511         * wl-summary.el (wl-summary-mode-map): Revival of
2512         wl-summary-mark-as-important related bindings;
2513         Bind 'F','tF','mF','rF','m&'.
2514         (wl-summary-mark-as-important-region): Revival.
2515         (wl-summary-target-mark-mark-as-important): Ditto.
2516         (wl-summary-target-mark-operation): New function.
2517         (wl-summary-target-mark-mark-as-answered): Use it.
2518         (wl-summary-decide-flag): Don't set Important as default.
2519         (wl-summary-mark-as-important-internal): Revival.
2520         (wl-summary-mark-as-important): Ditto.
2521
2522         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2523
2524         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2525         instead of facep.
2526
2527 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * wl-dnd.el (wl-dnd-drop-func): Fix.
2530
2531         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2532         mouse-set-point instead of posn-point.
2533
2534         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2535
2536         * wl-mule.el (wl-completing-read-multiple): Ditto.
2537
2538 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * wl-demo.el (face-background-name): Defalias to avoid compile
2541         warning.
2542
2543 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2544
2545         * wl-summary.el (wl-summary-decide-flag): Use
2546         wl-completing-read-multiple instead of completing-read-multiple.
2547
2548         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2549         New alias.
2550
2551         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2552         Use face-background-name instead of face-background.
2553
2554         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2555
2556         * wl-summary.el (wl-summary-save): Use it.
2557         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2558
2559         * wl-mime.el (wl-mime-save-content): Fix last change.
2560
2561 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2562
2563         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2564         New function.
2565         (wl-summary-sort-specs): Added sort.
2566         * wl-mime.el (wl-mime-save-content): Expand file name.
2567
2568 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2569
2570         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2571
2572         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2573
2574 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2575
2576         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2577         for flag if it is not defined.
2578
2579 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2580
2581         * wl-e21.el (wl-highlight-folder-current-line): Use
2582         elmo-folder-type-internal when elmo-folder-type returns nil.
2583
2584         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2585
2586         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2587
2588         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2589
2590         * wl-e21.el (wl-summary-toolbar): Ditto.
2591
2592         * wl-vars.el (wl-demo-background-color): Abolished.
2593         (wl-summary-persistent-mark-priority-list): Renamed from
2594         wl-summary-flag-priority-list.
2595         (wl-summary-flag-alist): New user option.
2596         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2597         (wl-message-mode-line-format-spec-alist): Added 'F'.
2598         (wl-message-mode-line-format): Likewise.
2599         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2600         instead of wl-summary-important-mark.
2601         (wl-file-folder-icon): New variable.
2602
2603         * wl-thread.el (wl-thread-set-flags): Renamed from
2604         wl-thread-mark-as-important.
2605
2606         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2607         warning.
2608         (wl-summary-mode-menu-spec): Follow the change of 
2609         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2610         (wl-summary-mode-map): Follow the change of
2611         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2612         (wl-summary-detect-mark-position): Follow the variable name change.
2613         (wl-summary-set-flags-region): New function for the replacement of
2614         wl-summary-mark-as-important-region.
2615         (wl-summary-sync-marks): Sync all global-flags.
2616         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2617         instead of elmo-message-flagged-p.
2618         (wl-summary-persistent-mark-string): Follow the variable name change;
2619         Put wl-summary-flag-mark if the message has global-flag.
2620         (wl-summary-target-mark-set-flags): Renamed from 
2621         wl-summary-target-mark-mark-as-important.
2622         (wl-summary-decide-flag): New function.
2623         (wl-summary-set-flags-internal): Renamed from
2624         wl-summary-mark-as-important-internal.
2625         (wl-summary-add-flags-internal): New function.
2626         (wl-summary-remove-flags-internal): Ditto.
2627         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2628         (wl-summary-mark-as-unimportant): Abolish.
2629         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2630         (wl-summary-next-message): List flagged messages in the msgdb.
2631
2632         * wl-score.el (wl-summary-score-update-all-lines): Use
2633         wl-summary-add-flags-internal instead of 
2634
2635         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2636
2637         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2638         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2639         (wl-message-buffer-require-all-header): Renamed from
2640         wl-message-buffer-all-header-flag (Ditto).
2641         (wl-message-buffer-flag-indicator): New variable.
2642         (wl-message-redisplay): Changed local varibale name from `flag' to
2643         `display-type'; Set up wl-message-buffer-flag-indicator.
2644         (wl-message-buffer-display): Changed varibale name from `flag' to
2645         `display-type'.
2646         (wl-message-display-internal): Likewise.
2647
2648         * wl-highlight.el (wl-highlight-demo-face): Define default background
2649         color.
2650         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2651
2652         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2653
2654         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2655         (wl-demo-setup-properties): Renamed from
2656         `wl-demo-set-background-color'.
2657         (wl-demo): Follow the change above.
2658         
2659         * Version number is increased to 2.11.24.
2660
2661 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2662
2663         * wl-summary.el (wl-summary-toggle-thread): Call
2664         `wl-summary-rescan' with disable-thread as non-nil.
2665         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2666
2667 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2670         foreground property of the face.
2671         (wl-demo-insert-text): Don't set up face property here.
2672         (wl-demo): Call wl-demo-set-background-color, anyway.
2673
2674 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2675
2676         * wl-vars.el (wl-demo-background-color): The value can be nil.
2677
2678 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2681         to wl-summary-wheel-dispatcher.
2682
2683         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2684         wl-message-wheel-dispatcher.
2685         (wl-message-wheel-dispatcher): New function.
2686         (wl-summary-wheel-dispatcher): Ditto.
2687
2688 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2689
2690         * wl-action.el (wl-summary-target-mark-all): List messages which are
2691         not in the killed-list.
2692
2693         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2694         only when the folder is 'flag/important.
2695
2696         * wl-address.el (wl-complete-field-body): Complete if the last
2697         character is a space.
2698
2699 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2700
2701         * wl-folder.el (wl-folder-clear-entity-info): Use
2702         elmo-clear-hash-val.
2703
2704         * wl-fldmgr.el (wl-fldmgr-rename): Set
2705         wl-folder-info-alist-modified as t.
2706
2707 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2710
2711 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2712
2713         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2714         (wl-folder-buffer-last-visited-entity-id): New buffer local
2715         variable.
2716         (wl-folder-revisit-last-visited-folder): New function.
2717         (wl-folder-mode-map): Bind it to "C-i".
2718         (wl-folder-set-current-entity-id): Set last visited folder.
2719         * wl-summary.el (wl-summary-exit): Ditto.
2720
2721 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2724         before calling `recenter' in order to cope with an XEmacs bug.
2725
2726 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2727
2728         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2729         to the default value.
2730
2731 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2732
2733         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2734         change.
2735         (wl-summary-sync-marks): Ditto.
2736         (wl-summary-mark-as-read-internal): Ditto.
2737         (wl-summary-mark-as-answered-internal): Ditto.
2738         (wl-summary-mark-as-important-internal): Ditto.
2739         (wl-summary-reply): Ditto.
2740
2741         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2742         instead of `elmo-folder-unflag-answered'.
2743
2744         * Version number is increased to 2.11.23.
2745
2746         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2747         the last change.
2748
2749 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2750
2751         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2752         Specify "spam" or "good".
2753
2754 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-spam.el (wl-summary-exec-action-spam): Call
2757         wl-folder-confirm-existence for spam folder.
2758         (wl-spam-setup): Bind "mk".
2759
2760 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2763
2764 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2765
2766         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2767         destination folder is empty.
2768
2769 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2770
2771         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2772         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2773
2774         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2775         (wl-summary-refile-prev-destination-region): New function.
2776         (wl-thread-refile-prev-destination): Ditto.
2777         (wl-summary-target-mark-refile-prev-destination): Ditto.
2778
2779 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2780
2781         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2782         (wl-demo-background-color): Changed default value.
2783
2784         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2785         color.
2786
2787         * wl-demo.el (wl-demo-set-background-color): New function.
2788         (wl-demo): Call it.
2789
2790 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2791
2792         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2793         * wl-address.el (wl-address-add-or-change): Don't add empty
2794         address.
2795
2796 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2797
2798         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2799
2800 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-vars.el (wl-demo-image-filter-alist): New variable
2803         (wl-demo-background-color): Ditto.
2804
2805         * wl-demo.el (wl-demo-xpm-set-background): New function.
2806         (wl-demo-image-filter): Ditto.
2807         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2808
2809         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2810
2811         * wl-demo.el (wl-demo-icon-name): Define as function.
2812         (wl-demo-insert-image): Use it.
2813
2814 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2815
2816         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2817
2818 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2819
2820         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2821
2822 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2825
2826 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2827
2828         * wl-thread.el (wl-thread-mark-as-answered): New function.
2829
2830         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2831         answered" entry.
2832         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2833         "r&" and wl-thread-mark-as-answered to "t&".
2834         (wl-summary-mark-as-important-region): Refine to toggle mark.
2835         (wl-summary-mark-as-answered-region): New function.
2836         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2837         and 3rd argument.
2838         (wl-summary-mark-as-important-internal): Likewise.
2839
2840 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-template.el (wl-template-preview): New internal variable.
2843         (wl-template-preview-p): New function.
2844         (wl-template-show): Bind `wl-template-preview' as t.
2845
2846 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2847
2848         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2849         `elmo-message-entity-field' with 3rd argument which is non-nil.
2850
2851 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2854         Removed duplicate local bind `folder'.
2855
2856 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2859
2860 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2863         duplicate definition.
2864
2865 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2868         non-nil, use it; Don't fetch message if there's no message in the
2869         current cursor position.
2870
2871 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2872
2873         * wl-util.el (wl-region-exists-p): Use region-active-p.
2874         (wl-deactivate-region): New function.
2875         * wl-message.el (wl-message-redisplay): Deactivate region.
2876
2877         * wl-summary.el (wl-summary-reply): Call
2878         `wl-summary-set-message-buffer-or-redisplay' instead of
2879         `wl-summary-redisplay-internal', don't move point.
2880
2881 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2884         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2885         by regexp.
2886
2887 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2890         if no need.
2891
2892 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893
2894         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2895         default value to nil.
2896         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2897         `wl-summary-prepare-hook'; Replace refile action to
2898         `wl-summary-exec-action-refile-with-register'.
2899
2900         * Version number is increased to 2.11.22.
2901
2902 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-summary.el (wl-summary-detect-mark-position): Set
2905         `wl-summary-buffer-weekday-name-lang'.
2906
2907 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2908
2909         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2910         (wl-summary-mark-as-read-all): Ditto.
2911         (wl-summary-delete-messages-on-buffer): Ditto.
2912         (wl-summary-sync-update): Ditto.
2913         (wl-summary-mark-as-read-internal): Ditto.
2914         (wl-summary-mark-as-answered-internal): Ditto.
2915         (wl-summary-update-folder-info): Abolished.
2916
2917 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-summary.el (wl-summary-mark-as-read-all): Use
2920         `wl-summary-update-folder-info' instead of
2921         `wl-folder-update-unread'.
2922
2923 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2924
2925         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2926         `wl-summary-folder-info-update'.
2927         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2928         instead of `wl-summary-folder-info-update'.
2929         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2930         `wl-folder-set-folder-updated'.
2931         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2932         instead of `wl-folder-update-unread'.
2933         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2934         the value of `wl-summary-buffer-unread-count' for the second parameter of
2935         `wl-folder-update-unread'.
2936
2937         * Version number is increased to 2.11.21.
2938
2939 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2940
2941         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2942         a local variable.
2943
2944 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2945
2946         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2947         interactively.
2948
2949         * wl-summary.el (wl-summary-mark-as-important-internal): New
2950         internal function.
2951         (wl-summary-mark-as-important): Use it.
2952         (wl-summary-mark-as-unimportant): New function.
2953         (wl-summary-sync-marks): Follow the API change.
2954
2955         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2956
2957         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2958
2959 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2960
2961         * wl-folder.el (wl-folder-update-unread): Re-indent.
2962         Narrow the scope of a local variable.
2963
2964 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2967         (wl-addrmgr-merge-entries): Ditto.
2968         (wl-addrmgr): Added to address entry which exists in draft buffer
2969         if no entry is in original.
2970
2971 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2972
2973         * wl-batch.el: New file.
2974
2975 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2976
2977         * wl-vars.el (wl-use-semi): Remove unused variable.
2978
2979 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2982         "?".
2983
2984 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2987         wl-summary-new-mark.
2988         (wl-summary-new-cached-mark): New user option.
2989         (wl-summary-score-marks): Follow the change above.
2990         (wl-summary-auto-refile-skip-marks): Ditto.
2991         (wl-summary-incorporate-marks): Ditto.
2992         (wl-summary-expire-reserve-marks): Ditto.
2993
2994         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2995
2996         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2997         (wl-summary-persistent-mark-string): Distinguished between cached
2998         and uncached mark when the message is new.
2999
3000 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-spam.el (wl-spam-domain): Renamed from
3003         `wl-spam-folder-guess-domain'.
3004         (wl-summary-exec-action-spam): Register as spam if domain of the
3005         source folder is good.
3006         (wl-summary-exec-action-refile-with-register): Register message if
3007         domain of the source folder is not undecided.
3008
3009 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3012         detect thread loop.
3013
3014 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3017         and wl-summary-skip-mark-list.
3018
3019 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3022
3023         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3024
3025         * wl-spam.el (toplevel): Require wl-highlight.
3026         (wl-spam-auto-check-policy-alist): Abolish.
3027         (wl-spam-auto-check-folder-regexp-list): New user option.
3028         (wl-spam-auto-check-marks): Ditto.
3029         (wl-spam-mark-action-list): Ditto.
3030         (wl-highlight-summary-spam-face): New face.
3031         (wl-spam-auto-check-message-p): New function.
3032         (wl-spam-map-spam-messages): Fixed message.
3033         (wl-spam-register-spam-messages): Ditto.
3034         (wl-spam-register-good-messages): Ditto.
3035         (wl-summary-spam-map): Add and remove keybind.
3036         (wl-summary-target-mark-spam): Abolish.
3037         (wl-summary-refile-spam): Ditto.
3038         (wl-summary-test-spam): New function.
3039         (wl-summary-mark-spam): Ditto.
3040         (wl-summary-auto-check-spam): Follow the above change.
3041         (wl-summary-exec-action-spam): New function.
3042         (wl-summary-exec-action-refile-with-register): Fixed message.
3043         (wl-message-check-spam): New function.
3044         (wl-spam-setup): Ditto.
3045         (toplevel): Call it if this file is loaded interactivity.
3046
3047         * Version number is increased to 2.11.20.
3048
3049 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3052         when new optional argument `force' is non nil or modified.
3053
3054 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl.el (toplevel): Require wl-spam when compile.
3057         (wl-save-status): Call wl-spam-save-status.
3058
3059         * wl-spam.el (wl-spam-register-spam-messages): New function.
3060         (wl-spam-register-good-messages): Ditto.
3061         (wl-spam-save-status): Ditto.
3062         (wl-summary-mode-map): Bind
3063         wl-summary-target-mark-register-as-spam to "ms" and
3064         wl-summary-target-mark-register-as-good to "mn".
3065         (wl-summary-register-as-spam): Abolish optional argument; Use
3066         wl-spam-register-spam-messages.
3067         (wl-summary-register-as-spam-all): Use
3068         wl-spam-register-spam-messages.
3069         (wl-summary-register-as-good): Abolish optional argument; Use
3070         wl-spam-register-good-messages.
3071         (wl-summary-register-as-good-all): Use
3072         wl-spam-register-good-messages.
3073         (wl-summary-target-mark-register-as-spam): New funtion.
3074         (wl-summary-target-mark-register-as-good): Ditto.
3075
3076 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3077
3078         * wl-spam.el: New file.
3079
3080 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3081
3082         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3083
3084         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3085         (wl-summary-auto-refile): Call wl-refile-guess with
3086         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3087
3088 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3091         with disable-thread argument non-nil.
3092
3093 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3094
3095         * wl-summary.el (wl-summary-rescan): Added optional argument
3096         disable-thread.
3097         (wl-summary-sync): Call wl-summary-rescan with argument
3098         disable-thread.
3099         (wl-summary-input-range): Added new range `rescan-thread'.
3100
3101 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3104
3105 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3108         internal variable.
3109         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3110         wl-summary-search-parent-by-subject-regexp and
3111         wl-summary-divide-thread-when-subject-changed as nil.
3112         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3113         (wl-summary-insert-thread): Search parent entity from
3114         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3115         thread loop.
3116
3117 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3120
3121         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3122
3123         * wl-util.el (wl-require-update-all-folder-p): New function.
3124         (wl-get-assoc-list-value): Added `function' to match directive.
3125         (wl-collect-draft): Rewrite.
3126
3127         * wl-summary.el (wl-summary-sync-update): Clear faces
3128         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3129         are non-nil.
3130         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3131         argument as function.
3132         (wl-summary-input-range): Ditto.
3133
3134         * wl-folder.el (wl-draft-get-folder): New function.
3135         (wl-folder-get-elmo-folder): Consider draft folder.
3136
3137         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3138         (wl-draft-buffer-message-number): New buffer local variable.
3139         (wl-draft-folder-internal): New internal variable.
3140         (wl-draft-delete): Rewrite.
3141         (wl-draft-save): Ditto.
3142         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3143         wl-folder-get-elmo-folder.
3144         (wl-draft-config-info-operation): Ditto.
3145         (wl-jump-to-draft-folder): Ditto.
3146         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3147         (wl-draft-reedit): Rewrite.
3148
3149         * Version number is increased to 2.11.19.
3150         
3151 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3152
3153         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3154         variable.
3155
3156 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3157
3158         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3159         Use ignore-errors instead of unwind-protect.
3160
3161 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3162
3163         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3164         for updating `wl-thread-entity-list'.
3165
3166 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3167
3168         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3169         parameter from calling `wl-thread-entity-get-older-brothers' and
3170         `wl-thread-entity-get-younger-brothers'.
3171         Replace nested `append' with a single one.
3172
3173 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-summary.el (wl-summary-mode): Don't use the return value of
3176         `make-local-hook'.
3177
3178 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3179
3180         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3181         instead of `let*'.
3182         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3183         of local variables.
3184
3185 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3186
3187         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3188         Renamed from wl-summary-window-scroll-functions.
3189         (wl-summary-window-scroll-functions): Don't set to variable.
3190         (wl-summary-display-top): Use run-hooks.
3191         (wl-summary-display-bottom): Ditto.
3192         (wl-summary-toggle-disp-msg): Ditto.
3193         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3194         Use it instead of wl-summary-window-scroll-functions.
3195         (wl-summary-goto-folder-subr): Don't call
3196         wl-summary-window-scroll-functions, use
3197         wl-summary-buffer-window-scroll-functions instead.
3198
3199 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3200
3201         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3202         make-local-variable.
3203
3204 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3205
3206         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3207         set-buffer-modified-p.
3208         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3209         (wl-summary-display-bottom): Ditto.
3210         (wl-summary-toggle-disp-msg): Ditto.
3211
3212 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3213
3214         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3215
3216         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3217         (wl-summary-forward): Use elmo-message-entity-field instead of
3218         elmo-message-field.
3219
3220         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3221
3222 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-summary.el (wl-summary-window-scroll-functions): No use
3225         `append'.
3226
3227 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3230         function.
3231         (wl-summary-window-scroll-functions): Call it when both
3232         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3233         (wl-summary-temp-mark): Added optional argument number.
3234         (wl-summary-message-mark): Added optional argument flag.
3235         (wl-summary-persistent-mark): Added optional argument number and flag.
3236         (wl-summary-update-persistent-mark): Ditto.
3237         (wl-summary-update-status-marks): Set "r" for interactive spec.
3238
3239         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3240         argument number and flag.
3241
3242         * wl-action.el (wl-summary-registered-temp-mark): 
3243         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3244
3245 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3248         internal variable (buffer local).
3249         (wl-summary-window-scroll-functions): New function.
3250         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3251         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3252         as nil.
3253         (wl-summary-update-status-marks): Added arguments beg, end and
3254         check.
3255         (wl-summary-update-mark-window): Use function.
3256         (wl-summary-sync-update): Follow the change above.
3257         (wl-summary-switch-to-clone-buffer): Copy
3258         wl-summary-buffer-unsync-mark-number-list.
3259         (wl-summary-goto-folder-subr): Set
3260         wl-summary-buffer-unsync-mark-number-list and
3261         use wl-summary-window-scroll-functions instead of
3262         wl-summary-lazy-highlight.
3263
3264         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3265
3266 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3269
3270         * wl-summary.el (wl-summary-update-persistent-mark): Call
3271         wl-summary-set-message-modified.
3272
3273         * wl-summary.el (wl-summary-sync-update): Don't call
3274         wl-summary-update-status-marks.
3275
3276         * Version number is increased to 2.11.18.
3277
3278 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3279
3280         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3281         (wl-message-next-page): Ditto.
3282
3283 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3284
3285         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3286         local variable.  Change the order of a collected list into the
3287         same as the specified range.  Remove nil from a collected list.
3288
3289 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3290
3291         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3292         argument for elmo-folder-list-messages.
3293
3294 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3295
3296         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3297         change (wl-summary-count-unreads return a list instead of a cons
3298         cell).
3299
3300 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3301
3302         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3303         `wl-summary-folder-info-update'.
3304
3305 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3306
3307         * wl-summary.el (wl-summary-set-message-modified): No use
3308         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3309         (wl-summary-set-mark-modified): Abolish.
3310         (wl-summary-mark-modified-p): Ditto.
3311         (wl-summary-save-view): Follow the change above.
3312
3313         * wl-expire.el (wl-summary-expire): Likewise.
3314
3315 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * wl-summary.el (wl-summary-detect-mark-position): Use
3318         modb-entity-handler.
3319         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3320
3321         * Version number is increased to 2.11.17.
3322
3323 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3324
3325         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3326         entity field value.
3327         (wl-summary-prefetch-msg): Ditto.
3328         (wl-summary-print-message-with-ps-print): Ditto.
3329
3330 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3331
3332         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3333         for dummy entity.
3334         (wl-summary-insert-thread): Use elmo-message-entity-field.
3335         (wl-summary-update-thread): Use elmo-message-entity-field and
3336         elmo-message-entity-number.
3337         (wl-summary-line-number):  Use elmo-message-entity-number.
3338         (wl-summary-line-size): Use elmo-message-entity-field.
3339         (wl-summary-line-subject): Ditto.
3340         (wl-summary-line-from): Ditto.
3341         (wl-summary-line-attached): Ditto.
3342         (wl-summary-create-line): Ditto.
3343         (wl-summary-create-line): Use elmo-message-entity-number.
3344         (wl-summary-print-message-with-ps-print): Use
3345         elmo-message-entity-field.
3346
3347 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3348
3349         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3350         change in elmo-msgdb-make-message-entity.
3351         (wl-summary-buffer-set-folder): Don't call
3352         wl-summary-detect-mark-position here.
3353         (wl-summary-rescan): Call elmo-message-entity-number.
3354         (wl-summary-sync-update): Ditto.
3355         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3356
3357         * wl-score.el (wl-score-header-index): Redefine 2th element.
3358         (wl-score-overview-entity-get-extra): Abolish.
3359         (wl-score-ov-entity-get): Rewrite.
3360         (wl-score-string-index<, wl-score-string-func<): Abolish.
3361         (wl-score-string<): New function.
3362         (wl-score-string-sort): Use it.
3363
3364         * wl-refile.el (wl-refile-guess-by-history): Use
3365         elmo-message-entity-field.
3366         (wl-refile-guess-by-from): Ditto.
3367         (wl-refile-guess-by-msgid): Ditto.
3368
3369         * Version number is increased to 2.11.16.
3370
3371 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3372
3373         * wl-folder.el (wl-folder-confirm-existence): Don't call
3374         file-exists-p if msgdb-path is nil.
3375         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3376         `wl-read-folder-hist' to `wl-read-folder-history'.
3377
3378 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3379
3380         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3381         `y-or-n-p'.
3382
3383 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * wl-score.el (wl-score-headers): Don't use
3386         elmo-folder-do-each-message-entity.
3387
3388         * Version number is increased to 2.11.15.
3389
3390 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3391
3392         * wl-summary.el (wl-summary-delete-all-msgs): Use
3393         elmo-folder-move-messages instead of elmo-folder-delete-messages
3394         and elmo-folder-detach-messages.
3395         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3396
3397         * wl-expire.el (wl-expire-delete): Ditto.
3398         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3399
3400 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3401
3402         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3403         (wl-message-header-narrowing-fields): Ditto.
3404         (wl-message-header-narrowing-lines): Ditto.
3405         (wl-message-header-narrowing-string): Ditto.
3406
3407         * wl-summary.el (wl-summary-mode-map): Bind
3408         wl-summary-toggle-header-narrowing to "C-cC-f".
3409         (wl-summary-toggle-header-narrowing): New function.
3410
3411         * wl-message.el (wl-message-buffer-create): Call
3412         wl-message-header-narrowing-setup.
3413         (wl-message-redisplay): Call wl-message-header-narrowing.
3414         (wl-message-header-narrowing): New function.
3415         (wl-message-header-narrowing-map): New keymap.
3416         (wl-message-header-narrowing-widen-map): New keymap.
3417         (wl-message-header-narrowing-again-at-mouse): New function.
3418         (wl-message-header-narrowing-1): Ditto.
3419         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3420         (wl-message-header-narrowing-setup): Ditto.
3421         (wl-message-header-narrowing-toggle): Ditto.
3422         
3423         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3424
3425         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3426         'flag as all.
3427         (wl-use-flag-folder-help-echo): New user option.
3428
3429         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3430         wl-summary-highlight as nil.
3431         (wl-summary-set-mark-modified): Follow the API change.
3432         (wl-summary-mark-modified-p): Ditto.
3433         (wl-summary-mark-as-read-all): Ditto.
3434         (wl-summary-sync-marks): Don't call
3435         elmo-folder-list-messages-with-global-mark.
3436         (wl-summary-mark-as-read-internal): Follow the API change.
3437         (wl-summary-mark-as-answered-internal): Ditto.
3438         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3439         Follow the API change.
3440         (wl-summary-create-line): Call with number argument.
3441         (wl-summary-reply): Follow the API change.
3442
3443         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3444         function.
3445         (wl-highlight-summary-line-string): Call it when
3446         wl-use-flag-folder-help-echo is non-nil.
3447         (wl-highlight-summary-current-line): Ditto.
3448         (elmo-flag-folder-referrer): Added autoload setting.
3449
3450         * wl-draft.el (wl-draft-kill): Follow the API change.
3451
3452         * Version number is increased to 2.11.14.
3453         
3454 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3455
3456         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3457
3458 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3459
3460         * Version number is increased to 2.11.13.
3461
3462 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3463
3464         * wl-draft.el (wl-draft-previous-history-element): Fixed
3465         unbalanced parenthesis and bind unbound local variables.
3466
3467 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3468
3469         * wl-draft.el (wl-draft-previous-history-element): New function.
3470         (wl-draft-next-history-element): Ditto.
3471         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3472         them to M-p and M-n.
3473
3474 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3475
3476         * Version number is increased to 2.11.12.
3477
3478 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3479
3480         * wl-draft.el (wl-draft-hide): Select buffer-window.
3481
3482 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3483
3484         * wl-summary.el (wl-summary-narrow-to-region): New function.
3485         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3486         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3487         (wl-summary-save-region): Use it.
3488         * wl-action.el (wl-summary-collect-numbers-region)
3489         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3490
3491 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3492
3493         * wl-folder.el (wl-folder-count-incorporates): Don't use
3494         `elmo-msgdb-mark-load'
3495
3496         * Version number is increased to 2.11.11.
3497
3498 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3499
3500         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3501         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3502
3503 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3506
3507 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3508
3509         * Version number is increased to 2.11.10.
3510
3511 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3512
3513         * wl-mime.el (wl-draft-attribute-value): Fixed.
3514
3515 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3516
3517         * wl-util.el (wl-copy-local-variables): New function.
3518
3519         * wl-mime.el (wl-draft-attribute-recipients): New function.
3520         (wl-draft-attribute-envelope-from): Ditto.
3521         (wl-draft-attribute-smtp-posting-server): Ditto.
3522         (wl-draft-attribute-smtp-posting-port): Ditto.
3523         (wl-draft-attribute-value): Ditto.
3524         (wl-draft-preview-message): Use it to get value for
3525         attributes. Reflect result of `wl-draft-config'.
3526
3527         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3528         and call `wl-summary-mark-as-read' before to call
3529         `wl-summary-unset-mark'.
3530         (wl-summary-target-mark-mark-as-unread): Likewise.
3531         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3532
3533 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3534
3535         * wl-mime.el (wl-draft-preview-message): Use actual value for
3536         attributes; Fix for small window.
3537
3538 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * wl-refile.el (wl-refile-get-field-value): Call
3541         `elmo-message-entity-field' with 3rd argument is non-nil.
3542
3543 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-vars.el (wl-draft-preview-attributes): New user option.
3546         (wl-draft-preview-attributes-list): Ditto.
3547         (wl-draft-preview-attributes-buffer-lines): Ditto.
3548         (wl-draft-preview-attributes-buffer-name): Ditto.
3549
3550         * wl-mime.el (wl-draft-preview-message): Display attributes.
3551
3552 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-summary.el (wl-summary-detect-mark-position): Bind
3555         wl-summary-flag-priority-list to '(new).
3556
3557 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3560         funtion.
3561         (wl-highlight-summary-line-string): Use it.
3562         (wl-highlight-summary-current-line): Ditto.
3563
3564 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3565
3566         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3567         line even when the mark string is not changed.
3568
3569         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3570         argument change in the wl-summary-create-line.
3571         (wl-thread-insert-entity-sub): Ditto.
3572
3573         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3574         argument change in the wl-summary-create-line.
3575         (wl-summary-insert-sequential): Ditto.
3576         (wl-summary-update-thread): Ditto.
3577         (wl-summary-persistent-mark-string): New inline function.
3578         (wl-summary-message-mark): Use it.
3579         (wl-summary-create-line): Abolish argument wl-persistent-mark
3580         and added wl-flags, wl-cached.
3581
3582         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3583         mark to flags.
3584         (wl-highlight-summary-current-line): Decide the face not by the 
3585         persistent mark but flags.
3586
3587 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3588
3589         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3590         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3591         wl-summary-read-uncached-mark): Revive.
3592         (wl-summary-answered-cached-mark,
3593         wl-summary-answered-uncached-mark): New user option.
3594         (wl-summary-score-marks): Follow the change above.
3595         (wl-summary-auto-refile-skip-marks): Ditto.
3596         (wl-summary-incorporate-marks): Ditto.
3597         (wl-summary-expire-reserve-marks): Ditto.
3598         (wl-summary-flag-priority-list): New user option.
3599
3600         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3601         changes.
3602         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3603         of elmo-message-mark.
3604         (wl-summary-mark-as-read-internal): Ditto.
3605         (wl-summary-mark-as-answered): Ditto.
3606         (wl-summary-mark-as-important): Ditto.
3607         (wl-summary-redisplay-internal): Ditto.
3608         (wl-summary-redisplay-no-mime-internal): Ditto.
3609         (wl-summary-message-mark): New function.
3610         (wl-summary-insert-sequential): Use wl-summary-message-mark
3611         instead of elmo-message-mark.
3612         (wl-summary-update-thread): Ditto.
3613         (wl-summary-persistent-mark): Ditto.
3614         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3615         instead of elmo-message-mark.
3616
3617         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3618         wl-summary-message-mark instead of elmo-message-mark.
3619         (wl-thread-insert-entity-sub): Ditto.
3620         (wl-thread-get-children-msgs-uncached): Ditto.
3621
3622         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3623         variable name changes.
3624         (wl-highlight-summary-current-line): Ditto.
3625
3626         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3627         wl-summary-message-mark instead of elmo-message-mark.
3628
3629         * wl-expire.el (wl-expire-message-p): Ditto.
3630
3631         * wl-score.el (wl-score-headers): Ditto.
3632
3633         * Version number is increased to 2.11.9.
3634
3635         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3636         (wl-summary-sync-update): Follow the change above.
3637         (wl-summary-switch-to-clone-buffer): Ditto.
3638         (wl-summary-open-folder): Ditto.
3639
3640 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3641
3642         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3643         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3644
3645         * Version number is increased to 2.11.8.
3646
3647         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3648
3649         * wl-expire.el (wl-expire-refile): Follow the API change on
3650         `elmo-folder-move-messages'.
3651         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3652
3653         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3654         (wl-summary-exec-action-refile): Ditto.
3655         (wl-summary-exec-action-copy): Ditto.
3656         (wl-summary-no-auto-refile-message-p): No use
3657         `wl-summary-buffer-msgdb'.
3658         (wl-summary-auto-refile): Ditto.
3659
3660 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3661
3662         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3663
3664 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3665
3666         * wl-summary.el (wl-summary-sync): Treat no-sync.
3667
3668         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3669         (wl-default-sync-range): Ditto.
3670
3671 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3672
3673         * wl-refile.el (wl-refile-subject-learn): Call
3674         `elmo-message-entity-field' with 3rd argument is non-nil.
3675         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3676         instead of `elmo-msgdb-overview-entity-get-subject'.
3677
3678 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3681         scan-type is rescan.
3682         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3683         new optional argument force is non-nil.
3684         (wl-summary-save-view-cache): Call it with force argument non-nil.
3685
3686         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3687
3688 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3689
3690         * wl-action.el (wl-summary-print-argument): Fixed last change.
3691
3692 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3693
3694         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3695         simplified.
3696         (wl-summary-target-mark-mark-as-unread): Likewise.
3697         (wl-summary-target-mark-mark-as-important): Likewise.
3698
3699 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3700
3701         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3702         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3703         (wl-summary-mark-as-important-region): Change accordingly.
3704         (wl-summary-target-mark-mark-as-important): Ditto.
3705
3706 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3707
3708         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3709
3710         * wl-action.el (wl-summary-print-argument): Print argument to
3711         right side of window if `wl-summary-print-argument-within-window'
3712         is non-nil.
3713
3714 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-action.el (wl-summary-set-mark): Use
3717         `wl-summary-message-visible-p' to check visibility of the message
3718         and jump to message only when the message line is visible and have
3719         different number; Call wl-summary-unset-mark with number argument.
3720         (wl-summary-unset-mark): 
3721         Use `wl-summary-message-visible-p'
3722         to check visibility of the message and jump to message only when
3723         the message line is visible and have different number;
3724
3725 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3726
3727         * Version number is increased to 2.11.7.
3728
3729         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3730         and wl-folder-summary-line-format.
3731
3732         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3733         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3734         (wl-summary-set-score-mark): Use it.
3735         (wl-summary-target-mark-mark-as-read): Ditto.
3736         (wl-summary-target-mark-mark-as-unread): Ditto.
3737         (wl-summary-target-mark-mark-as-important): Ditto.
3738         (wl-summary-target-mark-msgs): Simplified.
3739         (wl-summary-detect-mark-position): Fixed problem when
3740         summary-line-format no contain persisten/temp mark spec.
3741         (wl-summary-temp-mark): Ditto.
3742         (wl-summary-persistent-mark): Ditto.
3743         (wl-summary-update-persistent-mark): Ditto.
3744
3745         * wl-action.el (wl-summary-set-mark): Ditto.
3746         (wl-summary-unset-mark): Ditto.
3747         All other related portions are changed.
3748
3749 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * Version number is increased to 2.11.6.
3752
3753 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-util.el (wl-current-message-buffer): Define as function;
3756         Don't use the value of wl-messge-buffer.
3757
3758         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3759         persistent mark.
3760
3761         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3762         no current message, cause an error.
3763
3764 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * wl-summary.el (wl-summary-set-message-modified): Use
3767         elmo-folder-set-message-modified instead of
3768         elmo-folder-set-message-modified-internal.
3769
3770 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3773         interactively.
3774         (wl-summary-sync): nokill->entirely.
3775         (wl-summary-sync-marks): Fixed message.
3776         (wl-summary-input-range): Added mark, nokill->entirely.
3777
3778         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3779         messages as read.
3780
3781 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3784         update-noscore.
3785         (wl-summary-sync): Follow the change above.
3786
3787 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3788
3789         * wl-action.el (wl-summary-target-mark-all): Use
3790         elmo-folder-list-messages.
3791
3792 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3795         (wl-summary-rescan): Set wl-summary-scored as nil.
3796         (wl-summary-sync-force-update): Follow the change above.
3797         (wl-summary-sync): Ditto.
3798         (wl-summary-sync-update): Added argument disable-killed.
3799         (wl-summary-insert-headers): Set visible-only argument for
3800         elmo-folder-list-messages.
3801         (wl-summary-input-range): Added update-nokill, update-noscore,
3802         all-nokill, all-noscore and mark.
3803
3804         * Version number is increased to 2.11.5.
3805
3806         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3807
3808 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3809
3810         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3811         (wl-summary-prefetch-region-no-mark): Change accordingly.
3812         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3813
3814 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3815
3816         * wl-address.el (wl-complete-field-to): Abolished.
3817         (wl-complete-address): Completion function for completing-read.
3818         * wl-action.el (wl-summary-get-resend-address): Use it.
3819
3820         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3821         wl-summary-update-mark and abolish unused argument.
3822         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3823         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3824         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3825         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3826         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3827         * wl-draft.el (wl-draft-kill): Ditto.
3828
3829         * wl-summary.el: Remove unused binding of case-fold-search.
3830         (wl-summary-replace-status-marks): Abolished.
3831
3832 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3833
3834         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3835         is specified or folder length is zero.
3836
3837 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3838
3839         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3840         (wl-folder-archive-current-entity): Ditto.
3841
3842 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3845         retrieving message mark.
3846         (wl-summary-redisplay-internal): Ditto.
3847
3848         * wl-message.el (wl-message-buffer-display): Ignore errors while
3849         retrieving message-id field.
3850
3851         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3852         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3853         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3854         order of the arguments for `wl-expire-message-p'.
3855         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3856
3857         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3858         Check return value of wl-summary-reply.
3859         (wl-summary-reply): Recover window configuration when an error occured.
3860
3861 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3862
3863         * wl-summary.el (wl-summary-resend-message): Abolished, the
3864         feature is inherited by wl-summary-resend (put resend mark).
3865
3866 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3867
3868         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3869         wl-message-buffer to nil when the message is hide.
3870
3871 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3872
3873         * .cvsignore: New file.
3874
3875 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3876
3877         * wl-action.el (wl-summary-action-docstring): Add more info.
3878         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3879         duplicate definition.
3880         (wl-summary-define-mark-action): Functions wl-summary-*-region
3881         keep current position.
3882         (wl-summary-unregister-target-mark): Store result to the variable.
3883
3884 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3885
3886         * Version number is increased to 2.11.4.
3887
3888 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3891         wl-summary-delete-all-temp-marks.
3892         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3893
3894         * wl-action.el (wl-summary-set-mark): Changed terminology
3895         refile-destination -> action-argument.
3896         (wl-summary-unset-mark): Ditto.
3897         (wl-summary-remove-argument): Ditto.
3898         (wl-summary-print-argument): Ditto.
3899
3900         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3901         (wl-thread-remove-argument-region): Ditto.
3902         (wl-thread-print-argument-region): Ditto.
3903         (wl-thread-close): Ditto.
3904         (wl-thread-open): Ditto.
3905
3906         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3907         (wl-highlight-refile-destination-face is abolished)
3908         (wl-highlight-action-argument-string): Ditto.
3909         (wl-highlight-summary-current-line): Highlight action argument.
3910
3911         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3912         color for light backgrounds.
3913         (wl-highlight-summary-answered-face): Ditto.
3914
3915 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3918
3919         * wl-score.el (wl-summary-score-update-all-lines): Use
3920         wl-summary-set-mark.
3921         (wl-summary-score-update-all-lines): Kill expunged messages.
3922
3923         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3924
3925 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3928         directly.
3929         (wl-score-overview-entity-get-lines): Ditto.
3930         (wl-score-overview-entity-get-xref): Ditto.
3931         (wl-score-get-latest-msgs): Ditto.
3932         (wl-summary-rescore): Ditto.
3933
3934         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3935         to "&".
3936         (wl-summary-mark-as-answered-internal): New inline function.
3937         (wl-summary-mark-as-answered): New function.
3938         (wl-summary-mark-as-unanswered): Ditto.
3939         (wl-summary-sync-marks): Modified for answered-mark synching.
3940
3941 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3942
3943         * wl-action.el (wl-summary-set-mark): Fixed last change.
3944
3945 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3946
3947         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3948         behavior of wl-summary-unread-message-hook
3949         (Pointed out by akira yamada <akira@arika.org>).
3950
3951 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3952
3953         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3954         wl-summary-delete.
3955         * wl-xmas.el (wl-summary-toolbar): Ditto.
3956
3957         * wl-action.el (wl-summary-set-mark): Don't override current
3958         temp-mark.
3959
3960         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3961
3962 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3965         (wl-refile-msgid-learn): Ditto.
3966         (wl-refile-get-field-value): Ditto.
3967
3968         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3969
3970         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3971         (wl-expire-delete-reserved-messages): Renamed from
3972         wl-expire-reserve-marked-msgs-from-list.
3973         (wl-expire-delete): Removed argument `msgdb'.
3974         (wl-expire-refile): Ditto.
3975         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3976         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3977         mark-alist as argument.
3978         (wl-expire-archive-number1): Removed argument `msgdb'.
3979         (wl-expire-archive-number2): Ditto.
3980         (wl-expire-archive-date): Ditto.
3981         (wl-expire-localdir-date): Ditto.
3982         (wl-expire-hide): Ditto.
3983         (wl-archive-number1): Ditto.
3984         (wl-archive-number2): Ditto.
3985         (wl-archive-date): Ditto.
3986         (wl-archive-folder): Ditto.
3987         All other related portions are changed.
3988
3989 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3990
3991         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3992         mean move up and down. (suggested by Takashi Kawachi)
3993
3994 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-acap.el (toplevel): Don't require un-define.
3997
3998 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * wl-thread.el (wl-thread-delete-message): Always update
4001         wl-summary-buffer-number-list.
4002
4003         * wl-action.el (wl-summary-print-destination): 
4004         Do nothing when folder is nil.
4005
4006 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4007
4008         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4009         persistent mark when prefetch is succeeded.
4010
4011 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4012
4013         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4014         instead of elmo-msgdb-delete-msgs.
4015         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4016         (wl-expire-hide): Ditto.
4017
4018         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4019
4020         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4021         elmo-msgdb interface.
4022         (wl-thread-get-exist-children): Likewise.
4023         (wl-thread-insert-message): Likewise.
4024         (wl-thread-msg-mark-as-important): Likewise.
4025         (wl-thread-insert-entity-sub): Likewise.
4026         (wl-thread-get-children-msgs-uncached): Likewise.
4027
4028         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4029         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4030         (wl-summary-sync-update): Likewise.
4031         (wl-summary-auto-select-msg-p): Likewise.
4032         (wl-summary-update-thread): Likewise.
4033         (wl-summary-mark-as-important): Likewise.
4034         (wl-summary-jump-to-msg-internal): Likewise.
4035         (wl-summary-redisplay-internal): Likewise.
4036         (wl-summary-print-message-with-ps-print): Likewise.
4037         (wl-summary-folder-info-update): Likewise.
4038
4039         * wl-folder.el (wl-folder-check-one-entity):
4040         elmo-folder-count-flags instead of wl-summary-count-unread.
4041
4042         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4043
4044         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4045
4046         * wl-summary.el (wl-summary-set-message-modified): 
4047         Call wl-summary-set-mark-modified.
4048         (wl-summary-delete-messages-on-buffer): Call
4049         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4050         (wl-summary-sync-update): Call elmo-folder-length instead of
4051         elmo-folder-messages.
4052         (wl-summary-insert-headers): Don't call
4053         elmo-folder-list-message-entities.
4054
4055 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4056
4057         * wl-action.el (wl-summary-define-mark-action): Call
4058         `wl-summary-set-mark' with argument `data'.
4059         (wl-summary-auto-refile): Fixed order of arguments when call
4060         `wl-summary-refile'.
4061
4062 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4065
4066         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4067
4068         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4069         (Renamed from wl-highlight-summary-deleted-face).
4070         (wl-highlight-summary-resend-face): New face.
4071
4072         (wl-highlight-summary-deleted-face): Renamed from
4073         wl-highlight-summary-erased-face.
4074
4075         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4076
4077         * wl-action.el (wl-summary-get-resend-address): New function.
4078         (wl-summary-exec-action-resend): Ditto.
4079         (wl-summary-exec-action-resend-subr): Ditto.
4080
4081         * w-thread.el (wl-thread-copy): Removed definition.
4082         (wl-thread-refile): Ditto.
4083         (wl-thread-delete): Ditto.
4084         (wl-thread-target-mark): Ditto.
4085
4086         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4087         (wl-summary-target-mark-set-action): Fixed.
4088         (wl-summary-define-mark-action): Fixed quotation.
4089         (wl-summary-move-mark-list-messages): Display message.
4090         (wl-summary-define-mark-action): Define thread functions.
4091         (wl-summary-exec-action-refile): Changed message.
4092         (wl-summary-exec): Ditto.
4093
4094 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4095         
4096         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4097         '%%'.
4098
4099 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl.el (toplevel): Require wl-action.
4102         (wl-init): Call wl-summary-define-mark-action.
4103
4104         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4105
4106         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4107         wl-summary-delete and wl-summary-erase.
4108         (wl-summary-mode-map): Ditto.
4109
4110         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4111         wl-delete-folder-alist.
4112
4113         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4114         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4115         (toplevel): Moved mark & action related functions to the wl-action.el.
4116
4117         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4118         in wl-summary-mark-action-list.
4119         (wl-highlight-summary-current-line): Ditto.
4120
4121         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4122         empty lines.
4123
4124         * wl-action.el: New file. 
4125
4126 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-summary.el (wl-summary-target-mark-replace): New function.
4129         (wl-summary-target-mark-prefetch): Use it.
4130         (wl-summary-target-mark-delete): Ditto.
4131         (toplevel): Rearranged definition order.
4132         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4133         (wl-summary-target-mark-erase): Rewrite.
4134         (wl-summary-erase-region): New function.
4135         (wl-summary-exec-action-erase): Changed message.
4136         (wl-summary-move-mark-list-messages): New function.
4137         (wl-summary-exec-action-delete): Use it.
4138         (wl-summary-exec-action-erase): Ditto.
4139
4140         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4141         (wl-summary-skip-mark-list): Added "d".
4142
4143         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4144         while searching.
4145
4146         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4147         and define using defcustom;
4148         Define 4th element as a face.
4149         
4150         * wl-summary.el (wl-summary-incorporate): Use 
4151         `wl-summary-prefetch-region-no-mark' instead of
4152         `wl-summary-prefetch-region'.
4153         (wl-summary-prefetch-region-no-mark): Revival of old
4154         `wl-summary-prefetch-region'.
4155         (wl-summary-mark-action-list): Moved to wl-vars.el
4156
4157         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4158         face according to the `wl-summary-mark-action-list'.
4159         (wl-highlight-summary-current-line): Ditto;
4160         Removed destination highlighting.
4161
4162         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4163         (wl-highlight-summary-line-string): Highlight for "i" mark.
4164         (wl-highlight-summary-current-line): Ditto.
4165
4166         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4167         no destination.
4168
4169         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4170         exists, just go ahead.
4171         (wl-summary-prefetch-region): Rewrite.
4172         (wl-summary-prefetch): Ditto.
4173         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4174         (wl-summary-exec-action-prefetch): New function.
4175         (wl-summary-target-mark-prefetch): Rewrite.
4176
4177 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4180         (wl-highlight-summary-line-string): Added "d" and "D".
4181         (wl-highlight-summary-current-line): Ditto.
4182
4183         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4184         in wl-summary.el.
4185         (wl-thread-insert-entity-sub): Ditto.
4186         (wl-thread-remove-destination-region): Ditto.
4187         (wl-thread-print-destination-region): Ditto.
4188
4189         * wl-summary.el (wl-summary-buffer-refile-list,
4190         wl-summary-buffer-delete-list,
4191         wl-summary-buffer-copy-list): Abolish.
4192         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4193         All other related portions are changed.
4194         (wl-summary-mark-action-list): New variable.
4195         (wl-summary-set-mark): New function.
4196         (wl-summary-register-target-mark): Ditto.
4197         (wl-summary-unregister-target-mark): Ditto.
4198         (wl-summary-have-target-mark-p): Ditto.
4199         (wl-summary-register-temp-mark): Ditto.
4200         (wl-summary-unregister-temp-mark): Ditto.
4201         (wl-summary-registered-temp-mark): Ditto.
4202         (wl-summary-collect-temp-mark): Ditto.
4203         (wl-summary-unset-mark): Ditto.
4204         (wl-summary-set-target-mark): Ditto.
4205         (wl-summary-unset-target-mark): Ditto.
4206         (wl-summary-set-action-generic): Ditto.
4207         (wl-summary-unset-action-generic): Ditto.
4208         (wl-summary-exec-action-delete): Ditto.
4209         (wl-summary-exec-action-erase): Ditto.
4210         (wl-summary-set-action-refile): Ditto.
4211         (wl-summary-set-action-refile-subr): Ditto.
4212         (wl-summary-unset-action-refile): Ditto.
4213         (wl-summary-make-destination-numbers-list): Ditto.
4214         (wl-summary-exec-action-refile): Ditto.
4215         (wl-summary-set-action-copy): Ditto.
4216         (wl-summary-unset-action-copy): Ditto.
4217         (wl-summary-exec-action-copy): Ditto.
4218         (wl-summary-collect-numbers-region): Ditto.
4219         (wl-summary-delete): Rewrite.
4220         (wl-summary-erase): Ditto.
4221         (wl-summary-remove-destination): Ditto.
4222         (wl-summary-exec): Ditto.
4223         (wl-summary-exec-region): Ditto.
4224         (wl-summary-target-mark-erase): Ditto.
4225         (wl-summary-refile): Ditto.
4226         (wl-summary-copy): Ditto.
4227         (wl-summary-unmark): Ditto.
4228         (wl-summary-delete-all-mark): Ditto.
4229         (wl-summary-mark-line): Don't highlight.
4230         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4231         (wl-summary-target-mark-refile-subr): Rewrite.
4232
4233         (wl-summary-copy-prev-destination): Abolish.
4234
4235 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4236
4237         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4238         default values along the value of wl-on-mule.
4239         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4240         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4241         It is not used anywhere.
4242
4243 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4244
4245         * wl-summary.el (wl-summary-print-destination): Keep position.
4246         (wl-summary-cursor-move-surface): Keep horizontal position.
4247
4248 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4249
4250         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4251         write sendlog.
4252
4253 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4254
4255         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4256         `wl-summary-highlight'.
4257
4258 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4259
4260         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4261         trivial condition for temp-mark.
4262
4263 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4264
4265         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4266         when it hits killed buffer.
4267
4268 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4269
4270         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4271         * wl-news.el.in: `message' and `error' take format string.
4272
4273 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4274
4275         * wl-folder (wl-folder-insert-entity): Display a message,
4276         `...done', when the work finish.
4277         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4278
4279 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4280
4281         * wl-message.el (wl-message-redisplay): Remove unused local
4282         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4283
4284 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4285
4286         * wl-summary.el (wl-summary-replace-status-marks): Disable
4287         interactive use.
4288         (wl-summary-reedit): Check message existence at first.
4289         (wl-summary-mark-line): Fix doc, return value is indefinite.
4290
4291         * wl-highlight.el (wl-highlight-message): Arranged.
4292
4293         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4294         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4295         check temp-mark by wl-summary-temp-mark always.
4296         (wl-highlight-summary): Change accordingly.
4297         * wl-summary.el (wl-summary-mark-as-read-all)
4298         (wl-summary-delete-cache, wl-summary-set-score-mark)
4299         (wl-summary-mark-as-unread, wl-summary-unmark)
4300         (wl-summary-mark-line, wl-summary-mark-as-read)
4301         (wl-summary-mark-as-important): Ditto.
4302
4303         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4304         end of the window if possible.
4305         * wl-summary.el (wl-summary-sync-update): Support lazy
4306         highlighting.
4307         (wl-summary-toggle-disp-msg): Ditto.
4308
4309 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4310
4311         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4312
4313 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4314
4315         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4316         change.
4317
4318 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4321         API.
4322         (wl-summary-sync-update): Ditto.
4323
4324         * wl-score.el (wl-score-get-score-alist): Changed argument.
4325         (wl-summary-rescore-msgs): Likewise.
4326         (wl-summary-score-headers): Likewise.
4327         (wl-score-headers): Likewise;
4328         Use elmo-folder-do-each-message-entity, etc.
4329         (wl-summary-score-effect): Follow the changes above.
4330         (wl-summary-rescore): Ditto.
4331         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4332         (wl-score-get-overview): Abolish.
4333
4334         * wl-summary.el (wl-summary-default-from): Follow the API change in
4335         elmo-msgdb.
4336         (wl-summary-count-unread): Ditto.
4337         (wl-summary-detect-mark-position): Ditto.
4338         (wl-summary-overview-entity-compare-by-date): Ditto.
4339         (wl-summary-overview-entity-compare-by-number): Ditto.
4340         (wl-summary-overview-entity-compare-by-from): Ditto.
4341         (wl-summary-overview-entity-compare-by-subject): Ditto.
4342         (wl-summary-get-list-info): Ditto.
4343         (wl-summary-rescan): Ditto.
4344         (wl-summary-jump-to-msg-by-message-id): Ditto.
4345         (wl-summary-sync-update): Ditto; Removed comment.
4346         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4347         (wl-summary-insert-message): Use wl-summary-insert
4348         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4349         (wl-summary-insert-headers): Changed argument overview to folder.
4350         (wl-summary-search-by-subject): Likewise.
4351         (wl-summary-insert-thread): Renamed from 
4352         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4353
4354         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4355         too.
4356
4357         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4358         wl-string-member.
4359
4360 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4363         elmo-folder-append-buffer.
4364         (wl-draft-queue-append): Likewise.
4365
4366         * wl-mime.el (wl-message-delete-current-part): Ditto.
4367         (wl-summary-burst-subr): Ditto.
4368
4369         * wl-news.el.in (wl-news-send-news): Ditto.
4370
4371 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4372
4373         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4374         function.
4375         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4376         (wl-summary-update-mark): Enclose with save-excursion.
4377         (wl-summary-mark-as-read-internal): Fixed last change.
4378         (wl-summary-mark-as-important): Use 3rd argument of
4379         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4380         Don't use elmo-msgdb-set-mark.
4381         (wl-summary-redisplay-internal): If msgdb flag is already read,
4382         just update the mark on buffer.
4383
4384 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4385
4386         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4387         cut visible folder when elmo-folder-delete returns non-nil value.
4388
4389 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4390
4391         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4392         by Kenichi OKADA <okada@opaopa.org>).
4393
4394 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4395
4396         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4397
4398 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4399
4400         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4401         Fixed the last change, search group entity by its real name.
4402         (Thanks to: KOBAYASHI Shinji)
4403
4404 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4405
4406         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4407         (wl-fldmgr-access-display-all): Don't refer visible name.
4408         * wl-expire.el (wl-folder-archive-current-entity)
4409         (wl-folder-expire-current-entity): Ditto.
4410         * wl-folder.el (wl-folder-jump-to-current-entity)
4411         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4412         (wl-folder-open-folder-sub,wl-folder-open-all)
4413         (wl-folder-write-current-folder): Ditto.
4414         (wl-folder-insert-entity): Don't use petname for normal group.
4415         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4416         is the real name.
4417         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4418         Abolished.
4419
4420 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4421
4422         * wl-draft.el (wl-draft-create-buffer): Add
4423         `wl-summary-reply-with-citation'
4424
4425 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4426
4427         * wl-draft.el (wl-draft-reply): Fixed.
4428
4429 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4432         when `wl-draft-send-confirm-with-preview' is non-nil.
4433         You can scroll up/down by j/k.
4434         (wl-draft-send-confirm-with-preview): New variable (default=t).
4435
4436 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4439         (wl-fldmgr-save-folders): Fix comment.
4440
4441 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4444         along the last change in `wl-folder-buffer-group-p'.
4445
4446 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4449         folder.
4450
4451         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4452         the default value.
4453
4454         * wl-mime.el (wl-summary-burst): Update summary only when target
4455         folder equals current folder.
4456
4457 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4460
4461 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4464         value.
4465
4466 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4469         `map-extents' instead of `extent-at' repeatedly.
4470         (wl-highlight-folder-current-line): Ditto.
4471
4472         * wl-highlight.el: Remove useless dummy functions.
4473
4474 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4477         (wl-folder-put-folder-property): New function to put text property.
4478         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4479         (wl-folder-insert-entity, wl-folder-update-diff-line)
4480         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4481         * wl-e21.el, wl-xmas.el, wl-mule.el
4482         (wl-highlight-folder-current-line): Ditto.
4483         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4484         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4485         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4486         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4487
4488 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * Version number is increased to 2.11.3.
4491
4492 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4495         Resume current-buffer since it is assumed by remaining tasks.
4496
4497 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4500         (wl-folder-completion-function): Abolished.
4501         (wl-folder-complete-folder): New function.
4502         (wl-folder-complete-filter-condition): Ditto.
4503         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4504         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4505
4506 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-draft.el (wl-draft-send-confirm): New function.
4509         (wl-draft-send): Use it.
4510
4511         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4512         cursor-in-echo-area while confirming.
4513
4514         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4515
4516         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4517         searching via nntp if wl-summary-search-via-nntp is 'force.
4518         Otherwise, invoke searching in nntp folder only.
4519         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4520
4521         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4522         explicitly for mime-make-text-tag.
4523
4524 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4525
4526         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4527         `mime-make-text-tag' instead of `mime-create-tag'.
4528
4529 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4532         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4533
4534 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-score.el (wl-score-save): Bind print-length and print-level.
4537         (wl-score-pretty-print): Ditto.
4538         (wl-score-edit-insert-header-entry): Ditto.
4539
4540         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4541         "From" entry to be treated with wl-draft-eword-encode-address-list.
4542         * wl-mime.el (wl-draft-preview-message): Ditto.
4543
4544         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4545         (wl-summary-mark-as-unread): Ditto.
4546         (wl-summary-mark-as-read-region): Change accordingly.
4547         (wl-summary-mark-as-unread-region): Ditto.
4548         (wl-summary-target-mark-mark-as-read): Ditto.
4549         (wl-summary-target-mark-mark-as-unread): Ditto.
4550
4551 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * Version number is increased to 2.11.2.
4554
4555 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-news.el.in (wl-news-previous-version-save): Bind
4558         print-length and print-level.
4559         * wl-thread.el (wl-thread-save-entities): Ditto.
4560         (wl-thread-save-top-list): Bind print-length.
4561
4562 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-highlight.el (wl-highlight-summary-line-string): Use
4565         wl-summary-score-below-mark, wl-summary-score-over-mark.
4566         (wl-highlight-summary-current-line): Ditto.
4567
4568 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4571         insert it.
4572
4573 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4574
4575         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4576
4577 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4578
4579         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4580         message without msgid.
4581         Rewrite with elmo-folder-move-messages.
4582         Set wl-message-buffer to nil.
4583
4584         * wl-summary.el (wl-summary-erase-subr): New function. Use
4585         elmo-folder-move-messages.
4586         (wl-summary-erase): Call it.
4587         (wl-summary-target-mark-erase): Ditto.
4588
4589 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4590
4591         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4592         it is not up-tp-date.
4593
4594 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4597         buffer after calling `wl-summary-goto-folder-subr' without the
4598         argument `interactive'.
4599         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4600
4601 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4602
4603         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4604         `mime-create-tag'. Use `string=' instead of `looking-at'.
4605
4606 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4609         to avoid compile warning.
4610
4611         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4612         entity-id when folder is given.
4613         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4614         save-excursion, use save-selected-window instead.
4615         Select folder buffer window if exists.
4616         (To correct behavior with wl-folder-move-cur-folder.)
4617
4618 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4619
4620         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4621
4622 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4623
4624         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4625         list-count instead of %d.
4626
4627 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4630         (wl-news): Set it.
4631         (wl-news-append-to-folder): Use it.
4632
4633         * wl-news.el.in (wl-news-send-news): Append to specified folder
4634         instead of wl-default-folder.
4635         (wl-news-append-to-folder): Show error message with specified folder.
4636
4637         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4638                 In most major modes, Emacs assumes that any opening
4639                 delimiter found at the left margin is the start of a
4640                 top-level definition, or defun. Therefore, *never put an
4641                 opening delimiter at the left margin unless it should have
4642                 that significance.*
4643
4644         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4645
4646 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4647
4648         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4649
4650 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4651
4652         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4653
4654 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4655
4656         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4657         for sequential numbering case.
4658
4659 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4660
4661         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4662         value.
4663         (wl-draft-reply-without-argument-list): Ditto.
4664         (wl-draft-reply-myself-with-argument-list): Abolish.
4665         (wl-draft-reply-myself-without-argument-list): Ditto.
4666         * wl-draft.el (wl-draft-self-reply-p): New function.
4667         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4668
4669 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4672         (avoid error for the case without byte-compiling)
4673
4674 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4675
4676         * wl-news.el.in (wl-news-append-to-folder): New function.
4677         (wl-news-exit): Rewrite.
4678         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4679
4680 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-draft.el (wl-draft-reply-position): New function.
4683         (wl-draft-reply-position): Fix.
4684         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4685         (wl-summary-target-mark-reply-with-citation): Ditto.
4686         (wl-summary-reply-with-citation): Ditto.
4687         * wl-vars.el (wl-draft-reply-default-position): New variable.
4688
4689 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4690
4691         * wl-draft.el (wl-draft-send): Preview when interactive send.
4692
4693 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl-draft.el (wl-draft-reply): Set default position.
4696         * wl-summary.el (wl-summary-reply): Ditto.
4697         (wl-summary-reply-with-citation): Ditto.
4698         (wl-summary-target-mark-reply-with-citation): Ditto.
4699
4700 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-news.el.in (wl-news-lang): Set default value according to
4703         current-language-environment.
4704         (wl-news-append-news): Do nothing when news-list is nil.
4705
4706 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4707
4708         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4709         (wl-news): Change message.
4710         (wl-news-exit): Check buffer.
4711         (wl-news-force-exit): New function.
4712         (wl-news-show-all): New function.
4713         (wl-news-discard-and-exit): Fix.
4714
4715 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4718         according to current-language-environment.
4719
4720         * wl-news.el.in (wl-news): If arg, show all NEWS after
4721         wl-news-default-previous-version.
4722
4723 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl-news.el.in (wl-news-check): Rewritten.
4726         (wl-news-previous-version-load): Change data type.
4727         (wl-news-previous-version-save): Change data type.
4728         (wl-news-append-news): Add return value.
4729         (wl-news-check-news): New function.
4730         (wl-news-already-current-p): New function.
4731         (wl-news-send-news): Rewritten.
4732         (wl-news-mode-map): Add new keybind.
4733         (wl-news): Rewritten.
4734         (wl-news-exit): Rewritten.
4735         (wl-news-discard-and-mail): New function.
4736         (wl-news-send-to-address): Abolished.
4737         * wl.el (wl-init): Delete a message.
4738
4739 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4740
4741         * wl-news.el.in (wl-news-exit): Update previous version.
4742         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4743
4744 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4747
4748 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-news.el.in (wl-news): New function.
4751         (wl-news-mode): New function.
4752         (wl-news-next-line): New function.
4753         (wl-news-next-page): New function.
4754         (wl-news-exit): New function.
4755         (wl-news-buf-name): New variable.
4756         (wl-news-mode-map): New variable.
4757         (wl-news-winconf): New variable.
4758         (wl-news-append-news): Add an option.
4759
4760 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4761
4762         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4763
4764 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765
4766         * wl-news.el.in (wl-news-send-to-address): New variable.
4767         (wl-news-send-news): Use it.
4768         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4769         Return updating status.
4770         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4771
4772 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4773
4774         * wl-news.el.in (wl-news-send-news): Delete
4775         Organization and X-Face.
4776
4777 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4778
4779         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4780         (wl-news-append-news): New function.
4781         (wl-news-send-news): New function.
4782
4783 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4784
4785         * Version number is increased to 2.11.1.
4786
4787 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4788
4789         * wl-news.el.in : New file.
4790
4791 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4792
4793         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4794         default value.
4795         (wl-draft-reply-without-argument-list): Ditto.
4796
4797 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4798
4799         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4800         (wl-message-buffer-prefetch-idle-time): Ditto.
4801         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4802
4803 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-thread.el (wl-thread-insert-message): Use
4806         wl-summary-max-thread-depth.
4807
4808         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4809         loop detection.
4810
4811         * wl-message.el (wl-message-buffer-display): Back to the first page
4812         when cache is hit.
4813
4814 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4817
4818         * wl-summary.el (wl-summary-insert-thread-entity):
4819         If the thread depth is reached to wl-summary-max-thread-depth,
4820         divide the thread.
4821
4822 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4823
4824         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4825         for elmo-remove-passwd.
4826
4827 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4830         folder is sticky.
4831         (wl-folder-mark-as-read-all-entity): Ditto.
4832         (wl-folder-prefetch-entity): Ditto.
4833
4834 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4835
4836         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4837
4838 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4841         Delete messages on buffer for unplugged operation.
4842         (wl-summary-erase): Ditto.
4843
4844 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4847         take nil so as not to search parent by subject.
4848
4849 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4852         (wl-folder-get-next-folder): Ditto.
4853         (wl-folder-get-path): Ditto.
4854
4855 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4858         system and encode the region with it before verifying.
4859
4860 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4861
4862         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4863         system of the echo buffer before decoding.
4864
4865 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4868         original contents.
4869
4870 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4873         with argument 'any-exists.
4874
4875 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4878         Use `wl-cs-autoconv'.
4879
4880 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4883         by `mime-view-automatic-conversion'.
4884
4885         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4886         (wl-message-verify-pgp-nonmime): Ditto.
4887         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4888         Bind them to C-c:d and C-c:v respectively.
4889
4890         Merge following code by Teranishi-san from [wl-en:00167].
4891         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4892         (wl-mime-preview-application/pgp-encrypted): Ditto.
4893         (wl-mime-setup): Add entry.
4894
4895 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * wl-summary.el (wl-summary-target-mark-erase): New function.
4898         Bind it to "mD".
4899
4900 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4901
4902         * wl-vars.el (wl-draft-write-file-function): Fix.
4903         (wl-draft-reedit-hook): Changed default value.
4904
4905         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4906         wl-draft-reedit-hook.
4907         (wl-draft-remove-text-plain-tag): New function.
4908         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4909
4910         * wl-vars.el (wl-draft-write-file-function): New user option.
4911
4912         * wl-draft.el (wl-draft-prepare-edit): Use it for
4913         local-write-file-hooks.
4914         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4915
4916         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4917         (wl-draft-insert-mail-header-separator): Return the body beginning
4918         point.
4919         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4920         text/plain.
4921         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4922
4923 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-summary.el (wl-summary-erase): New function to erase message
4926         without moving it to trash. Bind to "D".
4927
4928         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4929         as `keep' unless switch-function.
4930
4931 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4932
4933         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4934         message buffer by using `wl-summary-toggle-disp-msg'.
4935         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4936         buffer window.
4937         (wl-summary-supresedes-message): Ditto.
4938
4939         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4940         Do not delete other windows.
4941         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4942         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4943         (wl-draft-create-buffer): Set reply-or-forward also for target
4944         mark commands.
4945
4946 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-draft.el (wl-user-agent-compose): Delete special case for
4949         switch-to-buffer-other-window.
4950
4951         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4952         (wl-summary-forward): Ditto.
4953
4954         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4955         function.
4956         (wl-draft-buffer-style): New use option.
4957
4958         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4959         (wl-draft): Follow the change above.
4960         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4961         wl-draft-buffer-style.
4962         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4963         switch-function.
4964
4965 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4966
4967         * wl-address.el (wl-address-make-completion-entry): Extracted from
4968         `wl-address-make-completion-list'.
4969         (wl-address-enable-strict-loading): New variable.
4970         (wl-address-make-completion-list): Revive petname duplication
4971         inquiry, and enable it if `wl-address-enable-strict-loading'.
4972         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4973
4974 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * wl-message.el (wl-message-get-original-buffer): Avoid
4977         'Selecting deleted buffer' error when original buffer is killed.
4978
4979 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-summary.el (wl-summary-next-message): Use
4982         elmo-message-accessible-p instead of elmo-message-cached-p.
4983
4984 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4987
4988         * wl-thread.el (wl-thread-open-all-unread): Use
4989         elmo-folder-list-flagged instead of
4990         elmo-folder-list-messages-mark-match.
4991
4992         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4993         instead of elmo-folder-list-messages-mark-match.
4994         (wl-summary-move-spec-alist): New variable.
4995         (wl-summary-move-spec-plugged-alist,
4996         wl-summary-move-spec-unplugged-alist): Abolish.
4997         (wl-summary-next-message): Follow the change above.
4998         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4999         with 'no-msg' argument.
5000
5001         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5002         variable.
5003         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5004         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5005         (wl-message-buffer-prefetch-get-next): Follow the change above.
5006
5007 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-version.el (wl-version): Changed codename.
5010
5011         * Version number is increased to 2.11.0.
5012
5013 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5014
5015         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5016         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5017         `wl-draft-config-variables'.
5018         (wl-draft-kill): Fixed problem when the draft is reedit.
5019
5020 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5023         buffer-modified status (Thanks to
5024         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5025
5026 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * wl-util.el (wl-region-exists-p): New function.
5029
5030         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5031         Remove defvars for byte-compile warnings.
5032
5033 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5034
5035         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5036         defvar-maybe. Removed unused bind.
5037
5038 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5039
5040         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5041         summary buffer window before creating new frame.
5042         (wl-draft-reply): Ditto.
5043
5044 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5045
5046         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5047
5048 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5049
5050         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5051
5052 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5053
5054         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5055         instead of `kill-region'.
5056
5057 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5058
5059         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5060         (wl-highlight-summary-line-string): Use it.
5061         (wl-highlight-summary-current-line): Ditto.
5062
5063         * wl-mime.el (wl-message-delete-current-part): Check the class of
5064         mime-entity.
5065
5066         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5067
5068         * wl-summary.el (wl-summary-make-number-list): Initialize.
5069         (wl-summary-update-mark): New function.
5070         (wl-summary-reply): Put `answered' mark on the message.
5071         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5072
5073         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5074         (wl-draft-reply): Added optional argument `number';
5075         Set wl-draft-parent-number.
5076         (wl-draft-kill): Delete answered mark if it is a reply.
5077
5078 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5081         that originates in mime-preview-follow-current-entity.
5082         (wl-draft-yank-current-message-entity): Use it if region is active.
5083
5084         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5085         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5086         `wl-message-delete-current-part'.
5087         * wl-mule.el (wl-message-define-keymap): Ditto.
5088         * wl-xmas.el (wl-message-define-keymap): Ditto.
5089
5090 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-mime.el (wl-message-delete-current-part): New function.
5093         (wl-mime-node-id-to-string): Ditto.
5094
5095         * wl-mime.el (wl-message-delete-current-part): Use existing
5096         original buffer which corresponds current mime-view buffer.
5097         (fetched buffer might have different structure, possibly)
5098
5099         * wl-mime.el (wl-message-delete-current-part): Quit if the
5100         message content differs from the actual message.
5101
5102 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5105         order.
5106         (wl-summary-search-by-subject): Search parent message from tail;
5107         Check the existence of the parent message on the current thread tree.
5108         (wl-summary-update-thread): Check whether the line is inserted.
5109
5110 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5111
5112         * wl-vars.el (wl-summary-line-format): Undo last change.
5113         * wl-summary.el (wl-summary-print-destination): Do not put
5114         invisible property when `wl-summary-width' is nil.
5115         (wl-summary-line-subject-minimum-length): Abolished.
5116         (wl-summary-line-subject): Ditto.
5117
5118 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-vars.el (wl-summary-line-format): Change default value.
5121         (wl-summary-subject-length-limit): Abolished.
5122         * wl-summary.el (wl-summary-line-subject): Ditto.
5123
5124 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5125
5126         * wl-template.el (wl-template-select): Added optional argument.
5127         If optional argument is specified, reverse
5128         `wl-template-visible-select'.
5129
5130 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5133         Take prefix argument to force asking the destination folder.
5134
5135 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5136
5137         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5138         count and update status.
5139
5140 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-summary.el (wl-summary-redisplay-internal): If
5143         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5144         after fetching.
5145
5146 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5147
5148         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5149         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5150
5151         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5152
5153 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5156         (All other related portions are changed).
5157         (wl-summary-mark-as-read-all): Rewrite.
5158
5159 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5162         `wl-summary-mark-as-read'.
5163         (wl-summary-mark-as-unread): Rewrite.
5164         (wl-summary-mark-as-read): Added no-modeline argument.
5165         (wl-summary-resume-cache-status): Rewrite.
5166         (wl-summary-exec-subr): Remove unused local variable.
5167
5168 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5171         logic to call `wl-summary-buffer-prev-folder-function'.
5172         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5173
5174 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5177         is nil.
5178
5179 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5180
5181         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5182         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5183         (wl-mime-setup): Add its entry.
5184
5185 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5188         (wl-summary-delete-cache): Likewise.
5189         (wl-summary-mark-as-read): Rewrite.
5190
5191 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5194         `wl-summary-count-unread'.
5195
5196         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5197
5198         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5199
5200 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5203         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5204         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5205         Renamed to the elmo-msgdb-*-mark.
5206         (wl-summary-score-marks): Follow the change above.
5207         (wl-summary-auto-refile-skip-marks): Ditto.
5208         (wl-summary-incorporate-marks): Ditto.
5209         (wl-summary-expire-reserve-marks): Ditto.
5210
5211         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5212         changes.
5213         (wl-thread-insert-top): Changed updating message.
5214
5215         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5216         variable.
5217         (wl-summary-count-unread): Count answered marks.
5218         (wl-summary-rescan): Call wl-summary-insert-message instead of
5219         wl-summary-append-message-func-internal.
5220         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5221         (wl-summary-prefetch-msg): Follow the variable name changes.
5222         (wl-summary-prefetch-region): Ditto.
5223         (wl-summary-mark-as-read-all): Follow the API changes;
5224         Don't call elmo-folder-replace-marks.
5225         (wl-summary-delete-cache): Follow the variable name changes.
5226         (wl-summary-resume-cache-status): Ditto.
5227         (wl-summary-update-status-marks): New function.
5228         (wl-summary-insert-message): New function.
5229         (wl-summary-sync-marks): Follow the variable name changes.
5230         (wl-summary-sync-update): Synchronize to the msgdb, too;
5231         Changed update messages.
5232         (wl-summary-make-number-list): Rewrite.
5233         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5234         (wl-summary-mark-as-unread): Follow the API changes.
5235         (wl-summary-exec-subr): Follow the variable name changes.
5236         (wl-summary-mark-as-read): Ditto.
5237         (wl-summary-move-spec-plugged-alist): Ditto.
5238         (wl-summary-move-spec-unplugged-alist): Ditto.
5239         (wl-summary-cursor-move-surface): Ditto.
5240
5241         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5242         variable name changes.
5243         (wl-highlight-summary-current-line): Ditto.
5244
5245         * wl-expire.el (wl-expire-refile): Follow the API change in
5246         elmo-folder-move-messages.
5247         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5248         (wl-summary-archive): Use elmo-folder-msgdb instead of
5249         elmo-msgdb-load.
5250
5251 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-mime.el (wl-draft-preview-message): Restore the position
5254         before evaluating wl-draft-send-hook in preview buffer.
5255
5256 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5259         when it creates new draft buffer.
5260
5261         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5262         without argument.
5263
5264         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5265         Evaluate content and if the value is string, insert it.
5266         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5267         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5268         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5269         wl-draft-config-sub-part-bottom): Use it.
5270
5271         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5272         with the folder name. The question was unintelligible when it is
5273         called from wl-save-status.
5274
5275 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5278         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5279         cannot take second argument).
5280
5281 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5284         as t. Since type and subtype are not case sensitive (RFC 2045).
5285
5286 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-vars.el (wl-message-mode-line-format): New variable.
5289         (wl-message-mode-line-format-spec-alist): Ditto.
5290         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5291         (wl-message-redisplay): Use wl-message-mode-line-format.
5292
5293 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5296
5297 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5298
5299         * wl-summary.el (wl-summary-default-from): Write description.
5300
5301 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-vars.el (wl-ldap-objectclass): Abolish.
5304
5305         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5306         (wl-ldap-make-filter): Removed condition for objectclass.
5307         (wl-ldap-make-matched-value-list): Remove meaningless process.
5308         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5309         (wl-address-ldap-search): Don't add `*' to `pat' string;
5310         use ignore-errors; added `email';
5311         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5312         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5313         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5314
5315
5316 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5317
5318         * wl-draft.el (wl-draft-parent-folder): Write description.
5319         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5320
5321 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5324         as "" (zero-length string) if no parent.
5325         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5326
5327 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5328
5329         * wl-address.el (wl-address-make-completion-list): Skip duplication
5330         checking.
5331         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5332         `append'.
5333
5334 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5335
5336         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5337         instead of `beginning-of-buffer'.
5338
5339 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5342
5343 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5344
5345         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5346         Refer wl-message-buffer-name.
5347         (wl-message-wheel-down): Ditto.
5348
5349 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * wl-vars.el (wl-message-buffer-name): New user option.
5352
5353         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5354         directly instead of making alist dinamically.
5355
5356         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5357         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5358         wl-message-buffer-cache-name.
5359         (wl-message-buffer-cache-clean-up): Ditto.
5360
5361         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5362
5363         * Version number is increased to 2.9.15.
5364
5365 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5366
5367         * wl-vars.el (wl-summary-default-view-alist): New user option.
5368
5369         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5370
5371         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5372         while deleting address.
5373         (wl-draft-delete-myself-from-cc): Ditto.
5374
5375         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5376         If optional argument is specified, reverse sort order.
5377
5378         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5379
5380 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-thread.el (wl-thread-insert-message): Return parent number if
5383         exists.
5384         (wl-thread-update-indent-string-region): Use
5385         wl-thread-update-line-on-buffer-sub instead of
5386         wl-thread-update-line-on-buffer.
5387
5388 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5389
5390         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5391         (wl-folder-close-all): Ditto.
5392
5393 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5394
5395         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5396         and mailing-list:.
5397         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5398         value.
5399         (wl-summary-line-list-info): Print mailing-list name even when 
5400         list-number is empty.
5401
5402 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5405
5406         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5407         (wl-draft-open-file): Ditto.
5408         (wl-draft-random-alphabet): Ditto.
5409
5410         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5411         bindings.
5412
5413 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5414
5415         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5416         * wl-vars.el (wl-draft-config-alist): Ditto.
5417
5418 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * Version number is increased to 2.9.14.
5421
5422         * wl.el (wl): Don't set wl-init as nil when error occured while
5423         auto-checking folders.
5424
5425         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5426         `elmo-expand-newtext'.
5427
5428 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5429
5430         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5431         `this-command' so that `wl-folder-goto-folder' contained in
5432         `wl-summary-keep-cursor-command' work.
5433
5434 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5435
5436         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5437         message buffer displaying state.
5438
5439 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5440
5441         * wl-vars.el (wl-summary-default-view): New variable to specify
5442         default value for `wl-summary-buffer-view' instead of using
5443         set-default.
5444         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5445
5446 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5447
5448         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5449
5450         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5451
5452 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5453
5454         * wl-vars.el (wl-forward-subject-prefix): New variable.
5455         * wl-draft.el (wl-draft-forward): Use it.
5456
5457 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5458
5459         * wl-message.el (wl-message-prev-page): When it is called without
5460         lines argument, scroll down by wl-message-scroll-amount lines.
5461         (wl-message-next-page): Ditto.
5462         * wl-vars.el (wl-message-scroll-amount): Change default value
5463         to preserve current behavior.
5464
5465 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5466
5467         * wl-summary.el (wl-summary-prefetch-msg): Bind
5468         `wl-message-entity' to call `wl-summary-from-function'.
5469
5470 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5471
5472         * wl-message.el (wl-message-buffer-create): Run
5473         wl-message-buffer-created-hook.
5474
5475 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-summary.el (wl-summary-sort-specs): New variable.
5478         (wl-summary-default-sort-spec): Ditto.
5479         (wl-summary-sort): Rewrite.
5480         (wl-summary-sort-by-list-info): New function.
5481
5482 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5483
5484         * wl-summary.el (wl-summary-get-list-info): New function.
5485         (wl-summary-sort): Rewrite.
5486         (wl-summary-line-list-info): Ditto.
5487         (wl-summary-line-list-count): Ditto.
5488         (wl-summary-refile-region): Fixed docstring.
5489
5490 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5493         `wl-folder-entity-hashtb' as completion table.
5494
5495 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5498         only when this command is called interactively; silence the byte-
5499         compiler.
5500
5501 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5502
5503         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5504         active in XEmacs.
5505
5506 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5507
5508         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5509         plural lines.
5510
5511 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5514         of current line when the cursor is on the header name.
5515         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5516
5517 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5518
5519         * wl-util.el (wl-read-directory-name): Return displayed directory
5520         as the default value also on XEmacs.
5521
5522 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5525         formatting.
5526
5527 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5530         argument and when it is non-nil, check face property before
5531         highlighting for each line.
5532         (wl-highlight-summary-window): Set it.
5533
5534 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5537         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5538
5539         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5540         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5541         (wl-draft-get-fcc-list): Likewise.
5542
5543 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5546         (wl-thread-entity-cur): Ditto.
5547         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5548         wl-thread-indent-regexp setting.
5549         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5550
5551         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5552         wl-summary-lazy-highlight.
5553         (wl-summary-display-bottom): Ditto.
5554
5555         * wl-thread.el (wl-thread-open-close): Likewise.
5556
5557         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5558         from and subject;
5559         Bind wl-draft-use-frame;
5560         Enclose with save-window-excursion;
5561         Use wl-draft-create-buffer instead of with-temp-buffer;
5562         Use wl-draft-prepare-edit;
5563         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5564         Use wl-draft-send instead of wl-draft-raw-send.
5565
5566 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5567
5568         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5569         of using wl-from.
5570
5571 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5574         insert-buffer instead of clone-buffer.
5575         (wl-draft-doing-mime-bcc): New variable.
5576         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5577         infinite loop.
5578         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5579
5580         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5581         (wl-draft-mime-bcc-body): Ditto.
5582
5583         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5584         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5585         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5586         wl-draft-do-mime-bcc.
5587         (wl-draft-mime-bcc-field): New function.
5588         (wl-draft-do-mime-bcc): Ditto.
5589
5590         * wl-address.el (wl-address-complete-header-list): New variable.
5591         (wl-address-complete-header-regexp): Changed default value.
5592
5593         * Version number is increased to 2.9.13.
5594
5595 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5598         it is differed.
5599
5600 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5601
5602         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5603         (wl-summary-line-list-count): Ditto.
5604
5605 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5606
5607         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5608         (wl-nntp-posting-function): New variable.
5609         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5610         `wl-nntp-posting-config-alist'.
5611
5612 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5613
5614         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5615         FLIM.
5616
5617 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5618
5619         * wl-summary.el (wl-summary-target-mark-refile-sub):
5620         Remove a nuisance funcall.
5621
5622 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5625         as t for `try-completion'.
5626
5627 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-summary.el (wl-summary-default-from): Use
5630         wl-address-header-extract-address instead of
5631         std11-extract-address-components.
5632         (wl-summary-simple-from): Ditto.
5633         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5634         (wl-summary-insert-headers): Show message.
5635         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5636         for whole line.
5637         (wl-summary-default-from): Revert last change.
5638         (wl-summary-simple-from): Ditto.
5639         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5640         (wl-summary-mark-as-read-region): Follow the change above.
5641         (wl-summary-sync-marks): Ditto.
5642         (wl-summary-target-mark-mark-as-read): Ditto.
5643         (wl-summary-redisplay-internal): Ditto.
5644         (wl-summary-redisplay-no-mime-internal): Ditto.
5645         (wl-summary-redisplay-all-header): Ditto.
5646         (wl-summary-mark-as-read): Removed argument `cached';
5647         Use current cache status to set cache mark.
5648         (wl-summary-redisplay-internal): Follow the change above.
5649         (wl-summary-redisplay-no-mime-internal): Ditto.
5650         (wl-summary-redisplay-all-header): Ditto.
5651
5652         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5653
5654         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5655         Don't call itself recursively (Adviced by Yamaoka-san).
5656
5657 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5658
5659         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5660         bind wl-summary-highlight as nil to avoid error caused by missing
5661         local variables.
5662
5663 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl-vars.el (wl-invalid-character-message): New user option.
5666
5667         * wl-util.el (wl-set-string-width): If truncated string-width is
5668         larger than specified width, use `wl-invalid-character-message'.
5669
5670 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5671
5672         * wl-summary.el (wl-summary-prefetch-msg): 
5673         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5674
5675 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-vars.el (wl-summary-check-line-format): New user option.
5678         (wl-summary-line-format-file): Ditto.
5679
5680         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5681         variable.
5682         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5683         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5684         and `wl-summary-view-old-p' to check whether do a rescan or not.
5685         (wl-summary-view-old-p): New function.
5686         (wl-summary-line-format-changed-p): Ditto.
5687         (wl-summary-line-format-save): Ditto.
5688         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5689
5690         * wl-util.el (wl-set-string-width): Avoid using negative number
5691         for make-string.
5692
5693 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5694
5695         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5696         return value.
5697
5698         * wl-util.el (wl-set-string-width): Added optional argument
5699         `padding' (All other related portions are changed).
5700         (wl-line-parse-format): If the first letter of column number is
5701         `0', zero-padding the result (ex: "%05l").
5702
5703         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5704
5705 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5708         sequential summary view.
5709
5710 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5713         if it doesn't have a -unix version.
5714
5715 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5716
5717         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5718
5719 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5722         content.
5723         (wl-draft): Follow the change above.
5724
5725         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5726
5727         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5728         and wl-folder-summary-line-format-alist contain %T and %P.
5729
5730         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5731         (wl-summary-mode-line-format): New user option.
5732         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5733         (wl-summary-line-format): Changed default value.
5734         (wl-summary-lazy-highlight): Changed default value.
5735
5736         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5737         change in wl-summary-create-line.
5738         (wl-thread-insert-entity-sub): Ditto.
5739
5740         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5741         (wl-summary-buffer-unread-status): Ditto.
5742         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5743         (wl-summary-buffer-persistent-mark-column): Ditto.
5744         (wl-summary-buffer-mode-line-formatter): Ditto.
5745         (wl-summary-buffer-mode-line): Ditto.
5746         (wl-summary-message-regexp): Abolished.
5747         (All other related portions are changed.)
5748         (wl-summary-detect-mark-position): New function.
5749         (wl-summary-buffer-set-folder): Setup
5750         wl-summary-buffer-mode-line-formatter.
5751         (wl-summary-mode): Setup selective-display;
5752         Setup pre-idle-hook when xemacs.
5753         (wl-summary-update-modeline): Rewrite.
5754         (wl-summary-jump-to-msg): Define as function;
5755         Changed regexp for searching messages.
5756         (wl-summary-message-number): Rewrite.
5757         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5758         Do rescan when old type summary cache.
5759         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5760         (wl-summary-remove-destination): Use '\r' to detect EOL.
5761         (wl-summary-print-destination): Ditto.
5762         (wl-summary-temp-mark): New inline function.
5763         (wl-summary-persistent-mark): Ditto.
5764         (wl-summary-line-number): New function.
5765         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5766         (wl-summary-line-list-count): New function.
5767         (wl-summary-create-line): Added argument persistent-mark.
5768         (All other related portions are changed)
5769         (wl-summary-create-line): Insert '\r'.
5770         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5771         (wl-summary-cursor-move-surface): New inline function.
5772         (wl-summary-prev): Use it.
5773         (wl-summary-next): Ditto.
5774
5775         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5776         wl-summary-message-regexp.
5777         (wl-highlight-summary): Delete progress message.
5778         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5779
5780         * Version number is increased to 2.9.12.
5781
5782 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5785         variable (nil: no minimum).
5786         (wl-summary-line-subject): Add some spaces after subject by
5787         wl-summary-line-subject-minimum-length.
5788
5789 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5790
5791         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5792         and removed `F'.
5793         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5794         change above).
5795
5796 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5797
5798         * wl-summary.el (wl-summary-line-list-count): Reverted.
5799         (example setting in samples/*/dot.wl is also updated)
5800
5801 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5804
5805         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5806
5807         * wl-vars.el (wl-summary-line-format): Addes some description to the
5808         docstring.
5809
5810         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5811         (wl-summary-line-close-bracket): Ditto.
5812         (wl-summary-line-children-number): Ditto.
5813         (wl-summary-line-thread-indent): Ditto.
5814         (wl-summary-line-children-and-from): Ditto.
5815
5816         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5817         't', 'c', 'F' and added 'C'.
5818
5819         * wl-util.el (wl-set-string-width): Accept negative value.
5820         (wl-line-parse-format): Added "%number(" and "%)".
5821
5822 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5823
5824         * wl-summary.el (wl-summary-line-list-count): Change format of the
5825         return value.
5826
5827 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5828
5829         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5830         from the recent message.el.
5831         (wl-draft-point-in-header-p): Ditto.
5832         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5833         wl-draft-beginning-of-line.
5834         * wl-e21.el (wl-draft-mode-map): Ditto.
5835         * wl-xmas.el (wl-draft-mode-map): Ditto.
5836
5837         * wl-folder.el: Sort macrodefs by dependencies.
5838
5839 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5840
5841         * wl-summary.el (wl-summary-prev): Fixed regexp.
5842         (wl-summary-next): Ditto.
5843
5844 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5847
5848 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5849
5850         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5851         for backward compatibility.
5852
5853 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl-summary.el (wl-summary-line-list-count): New function, merged
5856         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5857         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5858         list counts.
5859
5860 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5861
5862         * wl-summary.el (wl-summary-create-line): Ignore errors while
5863         timezone-fix-time.
5864
5865         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5866
5867         * wl-summary.el (wl-summary-sync-update): Ditto.
5868         (wl-summary-default-from): Use wl-message-entity
5869         instead of entity.
5870
5871         * wl-summary.el (wl-summary-create-line): Fix.
5872
5873         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5874         (wl-summary-line-format): New user option.
5875         (wl-folder-summary-line-format-alist): Ditto.
5876         (wl-summary-from-width): Abolished.
5877
5878         * wl-util.el (toplevel): Require 'bytecomp.
5879         (wl-line-parse-format): New function.
5880         (wl-line-formatter-setup): New macro.
5881
5882         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5883         (wl-summary-buffer-line-formatter): New buffer local variable.
5884         (wl-summary-switch-to-clone-buffer): Follow the change above.
5885         (wl-summary-message-regexp): Fix.
5886         (wl-summary-from-func-internal): Abolished.
5887         (wl-summary-subject-func-internal): Ditto.
5888         (wl-summary-subject-filter-func-internal): Ditto.
5889         (All other related portions are changed.)
5890         (wl-summary-buffer-set-folder):
5891         Set up wl-summary-buffer-number-column and 
5892         wl-summary-buffer-line-formatter
5893         (All other related portions are changed.)
5894         (wl-summary-buffer-number-column-detect): Abolished.
5895         (All other related portions are changed.)
5896         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5897         (wl-summary-delete-all-temp-marks-on-buffer): Use
5898         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5899         (wl-summary-target-mark-delete): Ditto.
5900         (wl-summary-target-mark-refile-subr): Ditto.
5901         (wl-summary-target-mark-mark-as-read): Ditto.
5902         (wl-summary-target-mark-mark-as-unread): Ditto.
5903         (wl-summary-target-mark-mark-as-important): Ditto.
5904         (wl-summary-target-mark-save): Ditto.
5905         (wl-summary-replace-status-marks): Renamed from
5906         wl-summary-set-status-marks-on-buffer;
5907         Use wl-summary-message-regexp instead of
5908         wl-summary-buffer-number-regexp.
5909         (wl-summary-sync-update): Follow the change above.
5910         (wl-summary-goto-previous-message-beginning): New function.
5911         (wl-summary-mark-as-unread): Use it.
5912         (wl-summary-mark-as-important): Ditto.
5913         (wl-summary-line-formatter): New variable.
5914         (wl-summary-line-year): New function.
5915         (wl-summary-line-day): Ditto.
5916         (wl-summary-line-day-of-week): Ditto.
5917         (wl-summary-line-hour): Ditto.
5918         (wl-summary-line-minute): Ditto.
5919         (wl-summary-line-open-bracket): Ditto.
5920         (wl-summary-line-close-bracket): Ditto.
5921         (wl-summary-line-children-number): Ditto.
5922         (wl-summary-line-thread-indent): Ditto.
5923         (wl-summary-line-size): Ditto.
5924         (wl-summary-line-subject): Ditto.
5925         (wl-summary-line-from): Ditto.
5926         (wl-summary-line-children-and-from): Ditto.
5927         (wl-summary-create-line): Rewritten.
5928         (wl-summary-format-date): Abolished.
5929
5930         * wl-highlight.el (wl-highlight-summary-current-line): Use
5931         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5932         Use thread structure to detect thread top message.
5933
5934         * wl-draft.el (wl-default-draft-cite): Don't use
5935         wl-summary-from-func-internal.
5936
5937         * wl-refile.el (wl-refile-subject-learn): Don't use
5938         wl-summary-subject-filter-func-internal.
5939         (wl-refile-guess-by-subject): Ditto.
5940
5941         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5942         parameters.
5943
5944         * wl-thread.el (wl-thread-update-indent-string-region):
5945         Use wl-thread-update-line-on-buffer instead of
5946         wl-thread-update-indent-string.
5947         (wl-thread-update-children-number): Redefine using
5948         wl-thread-update-line-on-buffer.
5949         (wl-thread-update-indent-string): Abolished.
5950
5951         * Version number is increased to 2.9.11.
5952
5953 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5956         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5957         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5958
5959         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5960         as nil.
5961
5962         * wl-thread.el (wl-thread-open-all-unread): Use 
5963         elmo-folder-list-messages-mark-match.
5964         (wl-thread-insert-message): Removed argument `mark-alist'.
5965         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5966         elmo-msgdb-set-mark.
5967         (wl-thread-get-children-msgs-uncached): Likewise.
5968         (wl-thread-get-exist-children): Added argument include-self.
5969         (wl-thread-delete-message): Follow the change above.
5970
5971         * wl-summary.el (wl-summary-count-unread): Removed argument.
5972         (wl-summary-rescan): Follow the change above.
5973         (wl-summary-mark-as-read-region): Ditto
5974         (wl-summary-mark-as-unread-region): Ditto.
5975         (wl-summary-delete-messages-on-buffer): Ditto.
5976         (wl-summary-sync-update): Ditto.
5977         (wl-summary-switch-to-clone-buffer): Ditto.
5978         (wl-summary-goto-folder-subr): Ditto.
5979         (wl-summary-target-mark-mark-as-read): Ditto.
5980         (wl-summary-target-mark-mark-as-unread): Ditto.
5981         (wl-summary-target-mark-mark-as-important): Ditto.
5982         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5983         (wl-summary-update-thread): Removed argument `mark-alist'.
5984         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5985         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5986         (wl-summary-resume-cache-status): Likewise.
5987         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5988         elmo-msgdb-set-mark.
5989         (wl-summary-mark-as-read-all): Likewise.
5990         (wl-summary-delete-cache): Ditto.
5991         (wl-summary-auto-select-msg-p): Ditto.
5992         (wl-summary-mark-as-unread): Ditto.
5993         (wl-summary-no-auto-refile-message-p): Ditto.
5994         (wl-summary-mark-as-read): Ditto.
5995         (wl-summary-mark-as-important): Ditto.
5996         (wl-summary-auto-refile): Follow the change above.
5997         (wl-summary-delete-all-marks): Removed.
5998         (wl-summary-resume-marks-and-highlight): Ditto.
5999         (wl-summary-resume-marks): Ditto.
6000         (wl-summary-delete-important-msgs-from-list): Ditto.
6001         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6002
6003         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6004         wl-summary-count-unread.
6005
6006         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6007         (wl-summary-score-update-all-lines): Use
6008         elmo-msgdb-set-mark.
6009
6010 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6013         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6014         (wl-summary-create-line): Renamed from
6015         wl-summary-overview-create-summary-line;
6016         Argument rearrangement.
6017         (wl-summary-update-thread): Follow the change above.
6018
6019         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6020         (wl-thread-insert-entity-sub): Likewise.
6021
6022         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6023         argument `overview', `mark-alist' and added `msgdb'.
6024
6025         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6026
6027         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6028         (wl-summary-rescan): Follow the change above.
6029         (wl-summary-sync-update): Ditto.
6030         (wl-summary-insert-thread-entity): Ditto;
6031         Don't use `let*' in every while loop;
6032         Detect infinite loop of threads.
6033         (wl-summary-update-thread): Removed argument `overview'.
6034
6035         * wl-thread.el (wl-thread-insert-message): Ditto.
6036
6037         * Version number is increased to 2.9.10.
6038
6039         * wl-message.el (wl-message-redisplay): Ignore errors while
6040         wl-message-redisplay-hook.
6041
6042 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6043
6044         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6045
6046 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl.el (wl): inhibit-quit while wl-folder.
6049
6050 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6053         while msgdb access.
6054
6055 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6056
6057         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6058         even if no folder is not created.
6059
6060 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6061
6062         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6063
6064         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6065         implementation.
6066         (wl-summary-target-mark-thread): Ditto.
6067
6068         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6069
6070 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6071
6072         * wl-util.el (wl-display-bytes): Remove unused function.
6073
6074 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6077         seems critical one (partially reverse the change in 2002/03/17).
6078
6079 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6082         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6083
6084 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6085
6086         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6087         is not writable.
6088         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6089         plugged status instead of `'force' as 2nd argument.
6090
6091         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6092         is not creatable.
6093
6094         * Version number is increased to 2.9.9.
6095
6096 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl-summary.el (wl-summary-suspend): New function.
6099
6100 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6101
6102         * wl.el (wl): Do not check variables if check is nil.
6103         * wl-utils.el (wl-collect-draft): New function.
6104         * wl-folder.el (wl-folder-suspend): Put summary buffers
6105         and draft buffers at the end of buffer list.
6106         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6107
6108 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6109
6110         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6111         loop instead of recursive call.
6112
6113         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6114         2nd argument.
6115
6116 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-draft.el (wl-draft-create-contents): Don't take neither
6119         (function . args) nor (string . something) any more.
6120
6121         * wl-version.el (wl-generate-user-agent-string): Return string
6122         without header symbol.
6123         * wl-draft.el (wl-draft-default-headers): Use it.
6124
6125         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6126         `wl-draft-insert-ccs' and return field value instead of inserting
6127         the header. Abolish cc argument.
6128         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6129
6130         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6131         rather than one with string car.
6132
6133         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6134         * wl-draft.el (wl-draft-create-contents): Add it after the default
6135         headers.
6136
6137         * wl-draft.el (wl-draft-create-contents): For the case of
6138         (symbol-or-string . function) insert header only when the function
6139         returns string value.
6140
6141 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6142
6143         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6144         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6145
6146 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6147
6148         * wl.el (wl-check-environment): Don't check Message-ID when
6149         `wl-insert-message-id' is nil.
6150         Revive checking if `wl-message-id-domain' contains "@".
6151
6152 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6153
6154         * wl.el (wl-check-environment): Merge examination for "@" at
6155         inappropriate position into the first string-match.
6156
6157         * wl-summary.el (wl-summary-target-mark-print): New function.
6158         (wl-summary-pipe-message-subr): Extracted from
6159         `wl-summary-pipe-message'.
6160         (wl-summary-target-mark-pipe): New function.
6161         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6162         `wl-summary-target-mark-pipe'.
6163
6164 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6167
6168 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6169
6170         * wl.el (wl-check-environment): Use elmo-warning instead of
6171         error for non-critical ones.
6172         Remove trash folder check.
6173         (wl): Don't ignore error in wl-check-environment.
6174
6175         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6176         check, which is moved from `wl-check-environment'.
6177         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6178
6179 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6180
6181         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6182         guess anything, call wl-summary-write.
6183         (wl-summary-write): Create draft with blank To field.
6184         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6185
6186 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6187
6188         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6189         argument full as well for wl-folder-write-current-folder.
6190         If wl-*-write-current-folder cannot guess addressee, add blank
6191         To header.
6192         Rewrite condition for positioning cursor.
6193
6194 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6195
6196         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6197         summary buffer is present, use it.
6198         (wl-folder-jump-to-previous-summary): Ditto.
6199
6200 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6203
6204         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6205         wl-summary-previous-buffer and wl-summary-next-buffer.
6206
6207         * wl-folder.el (wl-folder-mode-map): Bind
6208         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6209         (wl-folder-jump-to-next-summary): New function.
6210         (wl-folder-jump-to-previous-summary): Ditto.
6211
6212         * wl-draft.el (wl-draft): Rearranged.
6213
6214 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6217         of header.
6218         (wl-draft): Collect arguments for the header as header-alist.
6219         (wl-draft-forward): Arrange arguments for wl-draft.
6220         (wl-draft-reply): Ditto.
6221         (wl-draft-edit-string): Ditto.
6222         * wl-summary.el (wl-summary-write): Ditto.
6223         (wl-summary-write-current-folder): Ditto.
6224
6225         * Version number is increased to 2.9.8.
6226
6227 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6228
6229         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6230
6231         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6232
6233         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6234         even if the guess failed.
6235
6236         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6237         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6238         wl-summary-write-current-folder.
6239         * wl-xmas.el: Ditto.
6240
6241 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl-summary.el (wl-summary-next-page): Force display message if
6244         message is not displayed yet.
6245         (wl-summary-prev-page): Ditto.
6246
6247 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6248
6249         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6250
6251 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6252
6253         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6254         add "Preview Message" and "Save Draft and Exit".
6255
6256 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6257
6258         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6259         if addrmgr is called from draft in splitted window.
6260
6261         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6262         * wl-mule.el: Ditto.
6263         * wl-xmas.el: Ditto.
6264
6265 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6266
6267         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6268
6269         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6270         * wl-xmas.el (wl-folder-toolbar): Ditto.
6271
6272 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6273
6274         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6275         and wl-draft-save-and-exit.
6276         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6277         * wl-xmas.el: Ditto.
6278         * wl-mule.el: Ditto.
6279
6280         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6281         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6282
6283 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6286         lists for saving buffer.
6287
6288 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6289
6290         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6291         parent-folder argument instead of it.
6292         (wl-draft-create-buffer): Ditto.
6293         (wl-draft-forward): Ditto.
6294         (wl-draft-reply): Ditto.
6295         * wl-summary.el (wl-summary-write): Ditto.
6296         (wl-summary-write-current-folder): Ditto.
6297
6298         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6299         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6300         Folder buffer after composing.
6301
6302 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6305         header if the file `wl-x-face-file' already contains it.
6306
6307 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6308
6309         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6310         folder" entry.
6311         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6312         * wl-e21.el (wl-folder-toolbar): Ditto.
6313         * wl-xmas.el (wl-folder-toolbar): Ditto.
6314
6315 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6316
6317         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6318         wl-folder-goto-folder with sticky argument.
6319         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6320
6321 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6324         and wl-summary-previous-buffer.
6325         (wl-summary-next-buffer): New function.
6326         (wl-summary-previous-buffer): Ditto.
6327
6328 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6329
6330         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6331         wl-folder-jump-to-current-entity-with-arg.
6332         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6333         `wl-folder-jump-to-current-entity'.
6334         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6335         `wl-summary-goto-folder-sticky'.
6336         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6337         `wl-summary-goto-folder'.
6338         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6339         Unless force-exit, do not clean temp. marks for sticky summary.
6340         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6341
6342 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6345         not entire.
6346
6347 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6350         to `C-x C-s'.
6351         (wl-summary-save-status): New command.
6352         (wl-summary-exit): Don't clean-up temp marks when sticky.
6353         (Applied patch from Nakayama-san [wl: 09548])
6354         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6355         Do nothing when no mark data.
6356         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6357         Call `wl-summary-delete-all-temp-marks' before saving.
6358
6359 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6360
6361         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6362
6363 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6364
6365         * wl.el (wl-check-environment): Also cause error when (system-name)
6366         returns "localhost.localdomain". (Although it doesn't affect because
6367         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6368
6369 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6370
6371         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6372         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6373
6374         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6375         value.
6376
6377 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6378
6379         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6380         Likewise r-cc-list and r-ng-list.
6381
6382 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6385         only if it is bound as variable.
6386
6387         * wl-mime.el (wl-draft-preview-message): Ditto.
6388
6389 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6392         needless `goto-char'.
6393
6394         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6395         `wl-summary-redisplay-no-mime-internal' instead of
6396         `wl-summary-redisplay-no-mime'.
6397         (wl-summary-redisplay-no-mime): Changed argument;
6398         Call `wl-summary-redisplay-no-mime-internal'.
6399
6400         * wl-mime.el (wl-draft-preview-message): Bind
6401         `mime-header-encode-method-alist' locally.
6402
6403         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6404         (wl-draft-std11-parse-addresses): Added the first address check.
6405         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6406
6407         * Version number is increased to 2.9.7.
6408
6409 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6412
6413 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6414
6415         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6416         related to scrollbar support, if there is no such a feature
6417         compiled in.
6418
6419 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6420
6421         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6422         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6423         for prefetch.
6424
6425 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6426
6427         * wl-summary.el (wl-summary-pick): Fix for no match.
6428
6429 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6430
6431         * wl-draft.el (wl-draft-save):
6432         Override `mime-header-encode-method-alist'.
6433
6434 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6435
6436         * wl-folder.el (wl-folder-pick): New function.
6437         Define key as "?".
6438
6439 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6440
6441         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6442         Fix for unplugged.
6443
6444 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6445
6446         * wl-folder.el (wl-folder-virtual): New function.
6447         Define key as "V".
6448
6449 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6450
6451         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6452         multi folder if entity is group.
6453
6454 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6455
6456         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6457         is nil.
6458
6459 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6462         (wl-summary-target-mark-msgs): Return the number of marked messages.
6463
6464 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6465
6466         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6467         "first:" is specified.
6468
6469 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6470
6471         * wl-vars.el (wl-from): Use return value of function
6472         user-full-name instead of the variable user-full-name since
6473         XEmacs-20.4 doesn't set this variable.
6474
6475 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6478         call `wl' directly.
6479
6480 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6481
6482         * wl-draft.el (wl-draft-reedit): Removed duplicated
6483         switch-to-buffers.
6484
6485 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * wl.el (wl-other-frame): Removed garbages.
6488
6489 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6492
6493         * wl-xmas.el (wl-draft-key-setup): Ditto.
6494
6495         * wl-mule.el (wl-draft-key-setup): Ditto.
6496
6497         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6498         (wl-draft-reedit): Ditto.
6499         (wl-draft-prepare-edit): Add `wl-draft-save' to
6500         `local-write-file-hooks'.
6501         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6502         (wl-draft-reedit): Set buffer-file-name.
6503         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6504
6505
6506         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6507         call it.
6508         (wl-delete-startup-frame-function): New variable.
6509         (wl-other-frame): New function
6510         (Original was written by Yamaoka san [wl: 09239]).
6511
6512         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6513         if `wl-folder-use-frame'.
6514
6515 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6518
6519 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6522         New variable.
6523         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6524         (wl-message-buffer-prefetch-get-next): Use them.
6525         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6526
6527 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6530         with unwind-protect.
6531
6532         * wl-draft.el (wl-draft-reedit): Rewrite.
6533         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6534         (wl-draft-save): Insert header separator if it does not exist;
6535         Removed condition-case.
6536
6537         * wl-summary.el (wl-summary-reedit): Revert last change.
6538
6539         * wl-draft.el (wl-draft-save): Rewrite.
6540         (wl-draft-create-buffer): Set buffer-file-name as nil.
6541
6542         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6543
6544         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6545
6546         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6547         nil.
6548
6549 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6550
6551         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6552         If count is nil, do not prefetch.
6553         (wl-message-buffer-prefetch-next): Next.
6554
6555 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6556
6557         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6558
6559 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6562         `delete-backward-char'
6563         (wl-draft-prepare-edit): Check major-mode.
6564         (wl-draft-decode-header): Rewrite.
6565         (wl-draft): Fix.
6566
6567 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6570
6571 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6574         (wl-message-buffer-prefetch-get-next): Remove size checking.
6575         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6576
6577 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6578
6579         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6580         (wl-draft-default-headers): Fix.
6581
6582 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6583
6584         * wl-draft.el (wl-draft-default-headers): Insert return value of
6585         `wl-generate-mailer-string-function'.
6586
6587 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6590         (wl-draft-insert-mail-header-separator): Ditto.
6591
6592         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6593         again (Reverted the change on 2002-01-17 by OKADA san).
6594
6595 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-draft.el (wl-draft): Rewrite.
6598         (wl-draft-create-buffer): New function.
6599         (wl-draft-create-contents): Ditto.
6600         (wl-draft-prepare-edit): Ditto.
6601         (wl-draft-decode-header): Ditto.
6602         (wl-draft-decode-body): Ditto.
6603         (wl-draft-check-new-line): Ditto.
6604         (wl-draft-default-headers): Ditto.
6605         (wl-draft-insert-mail-header-separator): Ditto.
6606
6607 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * Version number is increased to 2.9.6.
6610
6611 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-draft.el (wl-draft-delete-field): Optional argument.
6614         (wl-draft-delete-fields): Ditto.
6615
6616 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-message.el (toplevel): Eliminated byte-compile warning.
6619         for `itimer-function', `delete-timer' and `itimer-list'.
6620
6621 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6624         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6625         `wl-message-buffer-prefetch-threshold'.
6626         * wl-summary.el (wl-summary-redisplay-internal): Remove
6627         the check of `wl-message-buffer-prefetch-depth'.
6628
6629 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6630
6631         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6632         size of article.
6633         (wl-message-buffer-prefetch-subr): Remove size check.
6634
6635 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6636
6637         * wl-vars.el (wl-plugged): Make customizable.
6638
6639 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6640
6641         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6642         (wl-message-buffer-prefetch-set-timer): New function.
6643         (wl-message-buffer-prefetch-get-next): New function.
6644         (wl-message-buffer-prefetch): New function.
6645         (wl-message-buffer-prefetch-next): Rewrite.
6646         (wl-message-buffer-prefetch-subr): Rewrite.
6647         * wl-vars.el (wl-auto-prefetch-first): New variable.
6648         * wl-summary.el (wl-summary-goto-folder-subr): Call
6649         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6650
6651 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6654         `wl-summary-unread-message-hook'.
6655
6656 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6659         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6660         if range is `cache-status'.
6661
6662 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6663
6664         * wl-message.el (wl-message-buffer-prefetch-subr):
6665         Improve debug message.
6666
6667 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6670         `wl-mail-send-pre-hook'.
6671         (wl-draft-send-mail-with-qmail): Ditto.
6672         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6673
6674 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6675
6676         * wl-message.el (wl-message-buffer-prefetch-subr):
6677         Fix for cancel-function-timers bug.
6678         (wl-message-buffer-prefetch-debug): Default value is t.
6679
6680 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6681
6682         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6683         (wl-message-buffer-prefetch-subr): Rewrite.
6684         Rename from `wl-message-buffer-prefetch'.
6685
6686 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6687
6688         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6689         (wl-default-draft-cite-decorate-author): Ditto.
6690
6691         * wl-draft.el (wl-draft-cite-function): Removed.
6692         (wl-default-draft-cite-decorate-author): Ditto.
6693
6694 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6695
6696         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6697         (wl-default-draft-cite): Do not arrange author name if the value of
6698         `wl-default-draft-cite-decorate-author' is nil.
6699
6700 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6701
6702         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6703
6704         * wl-folder.el (wl-folder-check-one-entity): Don't care
6705         `elmo-folder-use-flag-p'.
6706
6707 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-folder (wl-folder-check-one-entity): Fix
6710         problem if unread is nil.
6711
6712 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6713
6714         * wl-address.el (wl-address-make-completion-list): Check whether
6715         the address is a group list.
6716         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6717
6718 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6719
6720         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6721         The number of the messages of new and unread does not count
6722         correctly.
6723
6724         * wl-summary.el (wl-summary-count-unread): Changed to return
6725         `(new . unread)' instead of total.
6726         (wl-summary-sync-update): Follow the change above.
6727
6728         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6729
6730 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6731
6732         * wl-address.el (wl-address-make-completion-list): Do not enclose
6733         address by " <" and ">" if associated realname is "".
6734         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6735         This is against the promblem with group list in .addresses pointed
6736         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6737
6738 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6739
6740         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6741         message is a format control string.
6742         * wl-expire.el (wl-expire-append-log): Ditto.
6743         * wl-mime.el (wl-summary-burst-subr): Ditto.
6744         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6745         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6746
6747 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6748
6749         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6750         wl.el (wl-check-variables): Rename from `wl-check-type'.
6751         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6752         (wl-check-variables-2): New function.
6753         (wl): Call `wl-check-variables-2'.
6754
6755 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6756
6757         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6758         after renaming folder in access group.
6759
6760 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6763         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6764         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6765         (wl-message-buffer-prefetch): Rewrite.
6766         (wl-message-buffer-prefetch-idle-time): Removed.
6767         * wl-summary.el (wl-summary-redisplay-internal):
6768         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6769         Error check for `wl-message-buffer-prefetch-depht'.
6770
6771 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6772
6773         * Version number is increased to 2.9.5.
6774         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6775
6776 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6779         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6780         Based on the patch written by
6781         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6782
6783 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-draft.el (wl-draft-raw-send): Fix for
6786         `wl-news-send-pre-hook'
6787
6788 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-utils.el (wl-message-id-function): New variable.
6791         * wl-draft.el (wl-draft-insert-required-fields):
6792         Use `wl-message-id-function'.
6793
6794 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6797         * wl-utils.el (wl-draft-make-message-id-string):
6798         Use `wl-from' for domain part of Message-ID
6799         if `wl-message-id-use-wl-from' if non-nil.
6800         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6801
6802 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl.el (wl): Call `wl-check-type'
6805         Do not 'condition-case'.
6806
6807 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6808
6809         * wl.el (wl-check-type): New function.
6810         (wl-check-type-variables): New variable.
6811
6812 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6813
6814         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6815
6816 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6817
6818         * wl-draft.el (wl-smtp-password-key): New function.
6819         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6820         (wl-draft-send-mail-with-smtp): Ditto.
6821         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6822
6823 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6826         * wl-utils.el (wl-unique-id-suffix): Remove.
6827
6828 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * Version number is increased to 2.9.4.
6831
6832 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl-utils.el (wl-unique-id-suffix): New variable.
6835         (wl-unique-id): Use `wl-unique-id-suffix'
6836
6837 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6838
6839         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6840         instead of `elmo-msgdb-search'.
6841
6842         * Version number is increased to 2.9.3.
6843
6844 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6845
6846         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6847
6848 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6849
6850         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6851         (wl-draft-dispatch-message): Changed for send-later.
6852         (wl-draft-queue-flush): Ditto.
6853         (wl-draft): Clear `wl-sent-message-queued'.
6854         (wl-draft-reedit): Ditto.
6855         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6856         * wl-vars.el (wl-draft-force-queuing): New variable.
6857         (wl-draft-force-queuing-mail): New variable.
6858         (wl-draft-force-queuing-news): New variable.
6859
6860 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6861
6862         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6863         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6864
6865 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6866
6867         * Version number is increased to 2.9.2.
6868
6869 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * wl-draft.el (wl-draft-elide-region): New user command.
6872         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6873
6874         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6875         command `wl-draft-elide-region'.
6876         * wl-mule.el: Ditto.
6877         * wl-xmas.el: Ditto.
6878
6879 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6882         (wl-biff-check-folder-async): Removed needless let.
6883
6884 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6887         wl-folder-get-elmo-folder.
6888         (wl-biff-check-folder): Set `biff' argument of
6889         `wl-folder-check-one-entity'.
6890         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6891
6892         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6893         (wl-folder-check-one-entity): Added `biff' argument;
6894         Setup `biff' slot of folder.
6895
6896         * Version number is increased to 2.9.1.
6897
6898 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6901         comment out and fixed.
6902         (wl-fldmgr-add-completion-subr): Ditto.
6903
6904         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6905         and msgdb.
6906
6907         * wl.el (wl-toggle-plugged): Save summary view.
6908
6909 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6912
6913 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6914
6915         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6916
6917 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6920         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6921         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6922
6923         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6924         if it was failed.
6925         (wl-demo): Disable undo in the demo buffer.
6926
6927 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-version.el (wl-version): Changed codename.
6930
6931         * Version number is increased to 2.9.0.
6932
6933 2001-12-14  Takuo KITAME <kitame@northeye.org>
6934
6935         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6936         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6937         (wl-folder-mark-as-read-all-current-entity): Ditto.
6938
6939 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-vars.el (wl-from-width): Define as obsolete variable.
6942         (wl-subject-length-limit): Ditto.
6943
6944         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6945
6946         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6947         wl-summary-save-view.
6948
6949         * wl.el (wl-save-status): Ditto.
6950         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6951
6952         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6953         (wl-summary-exit): Follow the change above.
6954         (wl-summary-goto-folder-subr): Ditto.
6955
6956         * wl-folder.el (wl-folder-create-subr): Don't use
6957         `elmo-folder-creatable-p'.
6958
6959 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6962
6963 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6966         rather than bitmap on Emacs 21.
6967         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6968         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6969         for xbm if the new redisplay engine is not available.
6970
6971 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-folder.el (wl-folder-init-hook): New hook.
6974         (wl-folder-init): Run `wl-folder-init-hook'.
6975
6976 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6979
6980 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-acap.el (wl-acap-cache-filename): New variable.
6983         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6984         (wl-acap-init): Use cache if no ACAP server found.
6985
6986 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6989         `wl-acap-original-msgdb-dir'.
6990
6991         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6992         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6993
6994         * wl-mime.el (wl-mime-save-directory): Renamed from
6995         `wl-mime-save-dir'.
6996
6997 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7000
7001         * wl-demo.el: Require `path-util'.
7002         (wl-demo-bitmap-mule-available-p): New internal variable.
7003         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7004         `module-installed-p' instead.
7005         (wl-demo-insert-image): Use *.img file for a bitmap image.
7006         (wl-demo): Don't call the ascii demo recursively.
7007
7008 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7009
7010         * Version number is increased to 2.7.7.
7011
7012 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl.el (wl-exit): Eliminated byte-compile warning.
7015
7016 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7017
7018         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7019         obsolete variable using `elmo-define-obsolete-variable'.
7020         (wl-fetch-confirm-threshold): Ditto.
7021         (wl-cache-prefetch-folder-type-list): Ditto.
7022         (wl-cache-prefetch-folder-list): Ditto.
7023
7024 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7027         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7028         (wl-demo-insert-image): New function.
7029         (wl-demo-insert-text): New function.
7030         (wl-demo-image-type-alist): Redefine as a function.
7031         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7032         (wl-demo-with-temp-file-buffer): Removed.
7033         (wl-logo-xpm): Removed.
7034         (wl-logo-xbm): Removed.
7035         (wl-logo-bitmap): Removed.
7036
7037 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7038
7039         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7040         (wl-expire-localdir-get-folder-function): New user option.
7041         (wl-expire-localdir-get-folder): New function.
7042         (wl-expire-localdir-date): Ditto.
7043
7044 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7045
7046         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7047         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7048         Fixed unread number mismatch when all-unread < unread.
7049
7050 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7053         (wl-fetch-confirm-threshold): Ditto.
7054
7055         * wl-summary.el (wl-summary-confirm-appends): Removed.
7056         (wl-summary-sync-update): Don't refer
7057         `wl-summary-update-confirm-threshold' (It is now abolished).
7058
7059         * wl-message.el (wl-message-display-internal): Don't refer
7060         `wl-fetch-confirm-threshold' (It is now abolished).
7061
7062 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7065
7066 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7067
7068         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7069         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7070         Change default value to nil.
7071         (wl-summary-indent-length-limit): The value can be nil, nil means
7072         unlimited.
7073
7074         * wl-summary.el: Don't set limit for indent length if the value of
7075         wl-summary-indent-length-limit is nil.
7076         If the value of wl-summary-width is nil, it means only that the width
7077         of summary is unlimited (nil doesn't mean that the indent length is
7078         unlimited).
7079
7080         * wl-thread.el: Ditto.
7081
7082 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7083
7084         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7085         be nil, nil means never confirm.
7086         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7087
7088 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7089
7090         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7091         means unlimited).
7092
7093 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7096         Use `with-temp-buffer'.
7097
7098 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7101         with new backquote style).
7102         (wl-folder-get-entity-from-buffer): Ditto.
7103
7104 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7105
7106         * wl-version.el (nemacs-version): Eliminated.
7107         (wl-extended-emacs-version2): Ignore nemacs.
7108         (wl-extended-emacs-version3): Ditto.
7109
7110 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7111
7112         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7113         (wl-draft-add-in-reply-to): New variable.
7114         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7115         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7116         (wl-draft-yank-from-mail-reply-buffer): Use
7117         `wl-draft-add-in-reply-to'.
7118         (wl-draft-insert-current-message): Ditto.
7119
7120 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7121
7122         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7123         typo (kill->hide).
7124         (wl-message-buffer-prefetch-folder-type-list): Added elements
7125         `mark' and `cache' instead of `internal'.
7126
7127 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7130         resume msgdb directory.
7131
7132 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl.el (wl-exit): Call `wl-acap-exit'.
7135
7136         * wl-summary.el (wl-summary-message-string): New function.
7137         (wl-summary-reedit): Use it.
7138         (wl-summary-resend-bounced-mail): Remove needless let.
7139         (wl-summary-supersedes-message): Ditto.
7140         (wl-summary-save): Ditto.
7141
7142         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7143         (wl-acap-init): Set it.
7144         (wl-acap-exit): New function.
7145
7146 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7147
7148         * wl.el (wl-init): Revert (require 'mime-setup). move from
7149         toplevel.
7150
7151 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7152
7153         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7154         local variables.  Add error when guess function return invalid
7155         value.
7156
7157 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7158
7159         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7160         Change local variable name.
7161         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7162         (wl-folder-get-newsgroups): Return nil when non-news folder.
7163         * wl-summary.el (wl-summary-write-current-folder): State through
7164         when guess-list return nil.
7165         (wl-summary-write-current-folder-functions): Fixed docstring.
7166
7167         * wl.el (wl-exit): Changed confirm message.
7168
7169         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7170         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7171
7172         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7173
7174 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7175
7176         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7177         user option (Renamed from wl-cache-prefetch-folder-type-list).
7178         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7179         from wl-cache-prefetch-folder-list).
7180
7181         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7182         Move to wl-vars.el.
7183         (wl-message-buffer-prefetch-p): Changed to enable
7184         `wl-message-buffer-prefetch-folder-list'.
7185
7186         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7187         `ignore-cache'.
7188
7189 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7190
7191         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7192         `part-top' and `part-bottom'.
7193         (wl-draft-config-sub-part-top): New function.
7194         (wl-draft-config-sub-part-bottom): New function.
7195
7196 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7197
7198         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7199
7200 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7201
7202         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7203
7204 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7205
7206         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7207
7208         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7209         (wl-summary-write-current-folder): Ditto.
7210
7211 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-folder.el (wl-folder-get-newsgroups): Use
7214         `elmo-folder-newsgroups'.
7215
7216 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7217
7218         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7219         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7220         `wl-draft-config-sub-header-bottom'.
7221
7222 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7223
7224         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7225         localnews folder.
7226
7227 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7228
7229         * wl-summary.el (wl-summary-mode): Undo last change.
7230
7231         * wl-folder.el (wl-folder-mode): Ditto.
7232
7233 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7234
7235         * wl-summary.el (wl-summary-mode): Locally set
7236         truncate-partial-window-width to nil.
7237         (for XEmacs)
7238
7239         * wl-folder.el (wl-folder-mode): Ditto.
7240
7241 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7244
7245 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7248         number.
7249
7250         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7251
7252         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7253
7254         * Version number is increased to 2.7.6.
7255
7256 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7259
7260 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-summary.el (wl-summary-sync-update): Enclose network
7263         related portion with `unwind-protect'.
7264
7265 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7266
7267         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7268
7269 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7272         element.
7273         * wl-vars.el (wl-message-body-button-alist): Ditto.
7274
7275         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7276         max match length.
7277         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7278
7279         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7280         for the max match length;
7281         Use 4th element value for the button string regexp group.
7282
7283         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7284         candidate exists, prompt to select.
7285
7286 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7287
7288         * wl-summary.el (wl-summary-jump-to-msg): Search before
7289         calibration point by `beginning-of-line'.
7290
7291 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7292
7293         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7294         for access group.
7295
7296 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-message.el (wl-message-display-internal): Bind
7299         `default-mime-charset'.
7300
7301         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7302
7303         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7304
7305         * Version number is increased to 2.7.5.
7306
7307 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7308
7309         * wl-expire.el (wl-summary-archive): Fixed;
7310         Use `elmo-folder-name-internal'.
7311
7312 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7313
7314         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7315         from `elmo-folder-move-messages' caller.
7316         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7317
7318         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7319         related portions are changed).
7320
7321 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7322
7323         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7324         counter.
7325
7326 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7327
7328         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7329         buffer local and set it to nil.
7330
7331         * wl-message.el (wl-message-redisplay): Ditto.
7332
7333 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7334
7335         * wl-summary.el (wl-summary-mark-as-important): If message is
7336         already cached, set messag as read, otherwise encache and mark as read.
7337
7338 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7339
7340         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7341         point-min.
7342
7343 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7346         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7347         a keymap.
7348
7349 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7352         parent.
7353
7354         * wl-mule.el (wl-message-define-keymap): Ditto.
7355
7356         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7357
7358         * wl-xmas.el (wl-message-display-internal-hook): Define.
7359         (wl-xmas-setup-message-toolbar): Define as function.
7360         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7361         (wl-message-overload-functions): Abolished.
7362         (wl-message-define-keymap): New function.
7363
7364         * wl-vars.el (wl-message-display-internal-hook): New variable.
7365         (wl-message-header-button-alist): New variable (Renamed from
7366         wl-highlight-message-header-button-alist).
7367         (wl-message-body-button-alist): Ditto.
7368
7369         * wl-mule.el (wl-message-define-keymap): New function.
7370         (wl-message-overload-functions): Abolished.
7371
7372         * wl-message.el (wl-message-add-buttons-to-body): New function.
7373         (wl-message-redisplay): Don't call wl-message-overload-functions;
7374         Call wl-message-add-buttons-to-header and
7375         wl-message-add-buttons-to-body.
7376         (wl-message-display-internal): Set keymap argument for
7377         elmo-mime-display-as-is, elmo-mime-message-display;
7378         Run wl-message-display-internal-hook.
7379         (wl-message-refer-article-or-url): Abolished.
7380
7381         * wl-highlight.el (wl-highlight-headers): Don't call
7382         wl-highlight-message-add-buttons-to-header.
7383         (wl-highlight-message-add-buttons-to-header): Abolished.
7384
7385
7386         * wl-e21.el (wl-message-display-internal-hook): Define.
7387         (wl-e21-setup-toolbar): Deleted duplicated binding.
7388         (wl-e21-setup-message-toolbar): Define as function.
7389         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7390         (wl-message-define-keymap): New function.
7391         (wl-message-overload-functions): Abolished.
7392
7393 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7396         and elmo-folder-close.
7397
7398         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7399
7400 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7401
7402         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7403         boolean value.
7404         * wl-draft.el (wl-draft-do-fcc): Ditto.
7405
7406 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7407
7408         * wl-vars.el (wl-fcc-force-as-read): New variable.
7409         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7410         mark copied message as read.
7411
7412 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7413
7414         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7415
7416 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7417
7418         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7419         `wl-summary-target-above' instead of obsolete variable
7420         `wl-summary-temp-above'.
7421
7422         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7423         instead of `make-obsolete-variable'.
7424         * wl-refile.el (toplevel): Ditto.
7425
7426 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7429         with third argument t.
7430         (wl-draft): Set first argument for wl-plugged-init as t.
7431
7432         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7433         definition.
7434
7435 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7436
7437         * wl-vars.el: Tabify.
7438         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7439
7440         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7441         message.
7442
7443 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7444
7445         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7446         and set default to beep.
7447
7448 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7449
7450         * wl-vars.el (wl-draft-truncate-lines): New variable.
7451
7452         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7453         instead of wl-message-truncate-lines for truncate-lines.
7454
7455 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-message.el (wl-message-display-internal): Call
7458         `wl-highlight-message' after `elmo-mime-display-as-is'.
7459
7460         * wl-mime.el (wl-mime-display-text/plain): New function.
7461         (wl-mime-display-header): Ditto.
7462         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7463         body-presentation-method for text/plain;
7464         Register `wl-mime-display-header' as a header-presentation-method;
7465         Don't set up `elmo-message-text-content-inserted-hook' and
7466         `elmo-message-header-inserted-hook'.
7467
7468         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7469         variable.
7470         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7471         as t if flag is 'all-header;
7472         Don't bind `elmo-message-ignored-field-list',
7473         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7474
7475 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7478         for xemacs with non-mule environment.
7479
7480 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7481
7482         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7483         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7484         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7485
7486 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7487
7488         * wl-vars.el (wl-interactive-send): Set default value as t.
7489
7490 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7493         (wl-addrmgr-method-list): Abolished.
7494         (wl-addrmgr-change-method): Follow above change.
7495
7496         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7497
7498 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7499
7500         * wl-vars.el (wl-message-truncate-lines): Change default value
7501         to default-truncate-lines.
7502
7503         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7504
7505 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7506
7507         * wl-vars.el (wl-message-truncate-lines): New variable.
7508
7509         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7510         wl-message-truncate-lines.
7511
7512 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7513
7514         * wl-acap.el (wl-acap-init): Remove period from error message.
7515         (wl-acap-find-acap-service): Remove period from message.
7516
7517 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * wl.el (wl-check-environment): Undo last change.
7520
7521         * wl-vars.el (wl-from): Changed default value.
7522
7523         * wl-util.el (toplevel): Don't require tm-edit.
7524
7525         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7526         `wl-folder-init';
7527         Don't set mark on mail body.
7528         (wl-draft-reedit): Ditto.
7529
7530         * wl-address.el (wl-address-quote-specials): Define as an alias for
7531         elmo-address-quote-specials.
7532
7533 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7536
7537         * wl-vars.el (wl-from): Set default value as nil.
7538         (wl-organization): Set default value as ORGANIZATION environment
7539         variable.
7540
7541         * wl-draft.el (wl-smtp-extension-bind): Check value of
7542         wl-smtp-connection-type.
7543
7544         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7545         error.
7546
7547 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7548
7549         * Version number is increased to 2.7.4.
7550
7551         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7552         arguments from `wl-highlight-x-face-function' caller.
7553         Use x-face-1.3.6.12 or later.
7554
7555 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7556
7557         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7558
7559 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7560
7561         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7562         (wl-fcc): Fix to accept function.
7563         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7564
7565 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7566
7567         * wl-acap.el (toplevel): Added `product-provide' declare.
7568         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7569
7570 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl.el (wl): Changed order of calling `elmo-init'
7573         and `elmo-folder-init'.
7574
7575 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7576
7577         * wl-mime.el (wl-summary-burst): Extract message when content-type
7578         of root entity is not only `multipart' but also `message/rfc822'.
7579         (wl-summary-burst-subr): Ditto.
7580
7581 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-vars.el (toplevel): Require 'custom.
7584         (wl-trash-folder): Added to `wl-setting' group.
7585
7586         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7587         exists.
7588         (wl-addrmgr-draw): Insert empty line when no entry exists.
7589
7590         * wl-mule.el (wl-message-wheel-up): Fixed.
7591         (wl-message-wheel-down): Ditto.
7592
7593 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7594
7595         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7596         config is an anonymous lambda expression.
7597
7598 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7601         when Mule 2 is running.
7602
7603 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7606
7607 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7610         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7611
7612         * wl-address.el (wl-address-specials-regexp): Eliminated.
7613         (wl-address-quote-specials): Rewrite.
7614
7615 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7618         shy-groups for regexp.
7619
7620         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7621         character classes and Perl style shy-groups for regexp.
7622         (wl-highlight-plugged-current-line): Use Posix style character
7623         classes for regexp.
7624         (wl-e21-highlight-folder-by-numbers): Ditto.
7625         (wl-e21-display-image-p): Use `display-images-p' instead of
7626         `display-graphic-p'.
7627         (display-images-p): Make an alias to `display-graphic-p' if it is
7628         not available.  It is for Emacs version prior to 21.0.105.
7629
7630         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7631         `display-graphic-p'.
7632         (wl-demo-image-type-alist): Ditto.
7633         (display-images-p): Make an alias to `display-graphic-p' if it is
7634         not available.  It is for Emacs version prior to 21.0.105.
7635
7636 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7637
7638         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7639         support.
7640         (wl-generate-user-agent-string): Ditto.
7641
7642         * wl-version.el (wl-version): Update docsting.
7643         (wl-version-status): Ditto.
7644
7645 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7648         21.0.105.  For Emacs 21.0.104 or earlier.
7649
7650 2001-09-03  Takuo KITAME <kitame@northeye.org>
7651
7652         * wl-e21.el (wl-plugged-init-icons): Use
7653         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7654         (wl-biff-init-icons): Ditto.
7655
7656 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7657
7658         * wl-highlight.el (wl-highlight-summary-current-line):
7659         Fixed highlighting refile/copy destination.
7660
7661         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7662         (wl-acap-store): Encode string by wl-acap-coding-system.
7663
7664 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7665
7666         * wl-acap.el (toplevel): Check and require 'un-define before
7667         'xemacs-ucs;
7668          Added checking for UTF-2000.
7669
7670 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7671
7672         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7673         Don't enclose with `eval-and-compile'.
7674
7675         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7676         wl-init is non-nil.
7677
7678         * wl-draft.el (wl-draft): Ditto.
7679
7680         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7681
7682         * wl-acap.el (toplevel): Require 'wl.
7683         (wl-acap-store): Call `elmo-init'.
7684
7685         * wl.el (wl): Changed position of `wl-check-environment'.
7686         (toplevel): Added autoload setting for wl-acap.
7687
7688         * wl-vars.el (wl-setting): New custom group.
7689         (wl-from): Added wl-setting group.
7690         (wl-user-mail-address-list): Ditto.
7691         (wl-organization): Ditto.
7692         (wl-subscribed-mailing-list): Ditto.
7693         (wl-envelope-from): Ditto.
7694         (wl-smtp-posting-user): Ditto.
7695         (wl-smtp-posting-server): Ditto.
7696         (wl-smtp-posting-port): Ditto.
7697         (wl-smtp-authenticate-type): Ditto.
7698         (wl-pop-before-smtp-user): Ditto.
7699         (wl-pop-before-smtp-server): Ditto.
7700         (wl-pop-before-smtp-port): Ditto.
7701         (wl-pop-before-smtp-authenticate-type): Ditto.
7702         (wl-nntp-posting-server): Ditto.
7703         (wl-nntp-posting-user): Ditto.
7704         (wl-nntp-posting-port): Ditto.
7705         (wl-fetch-confirm-threshold): Ditto.
7706         (wl-prefetch-threshold): Ditto.
7707         (wl-thread-insert-opened): Ditto.
7708         (wl-ldap-server): Ditto.
7709         (wl-ldap-port): Ditto.
7710         (wl-ldap-base): Ditto.
7711         (wl-ldap-objectclass): Ditto.
7712         (wl-use-ldap): Ditto.
7713         (wl-draft-config-alist): Ditto.
7714         (wl-draft-config-matchone): Ditto.
7715         (wl-template-alist): Ditto.
7716         (wl-message-sort-field-list): Ditto.
7717         (wl-message-ignored-field-list): Ditto.
7718         (wl-message-visible-field-list): Ditto.
7719         (wl-interactive-send): Ditto.
7720         (wl-summary-move-order): Ditto.
7721         (wl-auto-select-first): Ditto.
7722         (wl-auto-select-next): Ditto.
7723         (wl-interactive-save-folders): Ditto.
7724
7725         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7726         Initialization codes are moved from wl-local-folder-init.
7727         (wl-local-folder-init): Follow the change above.
7728         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7729
7730         * wl-acap.el: New file.
7731
7732         * Version number is increased to 2.7.3.
7733
7734 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7737
7738 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7739
7740         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7741         (wl-addrmgr-address-entry-list): Ditto.
7742
7743 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-e21.el (wl-draft-mode-map): Removed binding for
7746         `wl-draft-insert-x-face-field'.
7747
7748         * wl-mule.el (wl-draft-mode-map): Ditto.
7749
7750         * wl-xmas.el (wl-draft-mode-map): Ditto.
7751
7752         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7753         (wl-cs-autoconv): Ditto.
7754         (wl-cs-local): Ditto.
7755         (wl-use-scoring): Ditto.
7756         (wl-mime-charset): Ditto.
7757         (wl-folder-check-async): Ditto.
7758
7759         * wl.el (toplevel): Ignore nemacs and tm.
7760         (wl-exit): Ditto.
7761
7762         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7763         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7764         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7765         instead of wl-address-petname-add-or-change.
7766         (wl-summary-edit-addresses-subr): Use wl-address-delete
7767         instead of wl-address-petname-delete.
7768
7769         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7770
7771         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7772         if error occured.
7773
7774         * wl-message.el (require): Remove tm support.
7775
7776         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7777
7778         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7779         (wl-folder-jump-to-current-entity): Ditto.
7780         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7781
7782         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7783         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7784         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7785
7786         * wl-mule.el (wl-draft-key-setup): Ditto.
7787
7788         * wl-xmas.el (wl-draft-key-setup): Ditto.
7789
7790         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7791         (wl-draft-std11-parse-addresses): New function.
7792         (wl-draft-parse-mailbox-list): Use it.
7793         (wl-draft): Ignore nemacs.
7794         (wl-draft-reedit): Ditto.
7795
7796         * wl-addrmgr.el: New file.
7797         (Original is wl-rcpt.el written by
7798         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7799         Thanks Kitamoto-san.)
7800
7801         * wl-address.el (wl-address-make-address-list): Modified parsing
7802         process.
7803         (wl-address-delete): Renamed from `wl-address-petname-delete';
7804         Modify wl-address-list too.
7805         (wl-address-add-or-change): Renamed from
7806         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7807
7808 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7809
7810         * wl-highlight.el (wl-highlight-summary-current-line):
7811           Work with transient-mark-mode
7812
7813 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * Version number is increased to 2.7.2.
7816
7817         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7818         instead of elmo-dop-queue-method.
7819
7820 2001-08-06  SAITO Atsunori <sai@yedo.com>
7821
7822         * wl-vars.el (wl-ldap-objectclass): New user option.
7823
7824         * wl-address.el (wl-ldap-make-filter): Use it.
7825
7826 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7829
7830 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-folder.el (wl-folder): redisplay after folder insertion.
7833
7834         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7835
7836         * wl-summary.el (wl-summary-sync-update):
7837         Change status mark only when new-msgdb exists.
7838         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7839
7840 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7841
7842         * wl-summary.el (wl-summary-open-folder): New function.
7843         (wl-summary-goto-folder-subr): Use it.
7844         (wl-summary-mark-as-important): Fix;
7845         Encache only when no cache exists.
7846
7847 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7850         Use with-current-buffer.
7851
7852 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7853
7854         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7855         before call `get-buffer'. Fixed parenthesis.
7856         (wl-score-get-header-entry): Clear message and help window when
7857         keyboard quit.
7858         (wl-score-edit-insert-header): Ditto.
7859
7860 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7863         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7864         (wl-default-draft-cite): Fix.
7865
7866         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7867         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7868
7869 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-message.el (wl-message-prev-page): Do same bahavior
7872         as summary when it is called in the message buffer.
7873         (wl-message-next-page): Ditto.
7874
7875 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * wl-summary.el (wl-summary-forward): Use cache if it is not
7878         section cache.
7879
7880 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7883         Removed redundant require of elmo-vars.
7884         (wl-biff-state-indicator-on): Changed default value for
7885         xemacs with non-mule environment.
7886
7887         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7888         wl-message-buffer is nil;
7889         Hide progress bar after moving messages.
7890
7891 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7894         message at cursor point is deleted.
7895
7896 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-vars.el: Changed file coding system to euc-japan.
7899         Added -*-coding:-*- magic to the first line.
7900
7901         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7902         Search parent from the first message.
7903
7904         * Version number is increased to 2.7.1.
7905
7906 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7907
7908         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7909
7910 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7913         refile/delete execution.
7914
7915         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7916         Fixed docstring.
7917
7918 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7921         do update process;
7922         Don't update marks when update process is interrupted.
7923
7924 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-reply): Fixed problem when
7927         wl-draft-use-frame is non-nil.
7928         (wl-summary-forward): Ditto.
7929
7930         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7931         as nil.
7932         (wl-folder-mark-as-read-all-entity): Ditto.
7933         (wl-folder-prefetch-entity): Ditto.
7934
7935         * wl.el (wl): Check environment before wl-init.
7936
7937         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7938         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7939         instead of wl-summary-collect-unread.
7940         (wl-summary-reply): Split message window.
7941
7942 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7945         only if current language environment is japanese,
7946
7947         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7948         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7949         (wl-folder-goto-folder-subr): Ditto.
7950
7951         * wl-draft.el (wl-draft-dispatch-message): Call
7952         `elmo-file-cache-get-path'.
7953
7954 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-summary.el (wl-summary-cursor-move): If return value of
7957         wl-summary-next-message is not number, don't jump.
7958
7959 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-buffer-next-message-function): New
7962         variable.
7963         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7964         if it is bound.
7965
7966         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7967         string.
7968
7969         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7970         (wl-plugged-drawing): Ditto.
7971
7972 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7973
7974         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7975         process.
7976         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7977         with unwind-protect.
7978
7979         * wl.el (wl-init): Require mime-setup.
7980         (wl-check-environment): Don't require mime-setup.
7981
7982         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7983         instead of elmo-folder-type.
7984
7985         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7986         value as nil.
7987
7988 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * Version number is increased to 2.7.0.
7991
7992         * wl-version.el (wl-version): Changed codename.
7993
7994         * wl-summary.el (wl-summary-delete-cache): Fixed.
7995
7996         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7997         Workaround for net folders.
7998         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7999
8000         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8001         value to nil (According to the patch from
8002         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8003
8004         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8005         of elmo-folder-close.
8006
8007 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8008
8009         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8010         for postfix.
8011
8012 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-summary.el (wl-summary-resend-message): Fixed.
8015
8016         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8017         Call wl-draft with `from' argument if its address is included in
8018         `wl-user-mail-address-list'.
8019         (wl-draft): Added `from' argument.
8020
8021         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8022         non-nil.
8023         (wl): Don't show demo if wl-demo is nil.
8024
8025         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8026         wl-summary-use-frame.
8027
8028         * wl-vars.el (wl-summary-use-frame): New user option.
8029         (wl-folder-use-frame): Changed docstring.
8030
8031         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8032         non-nil.
8033         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8034         wl-summary-use-frame.
8035
8036         * wl-vars.el (wl-folder-use-frame): New user option.
8037
8038         * wl-summary.el (wl-summary-exit): Back to folder frame if
8039         wl-folder-use-frame is non-nil.
8040         (wl-summary-redisplay-internal): Ignore cache if current folder
8041         is draft folder,
8042         (wl-summary-redisplay-no-mime): Ditto.
8043         (wl-summary-redisplay-all-header): Ditto.
8044
8045         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8046         if wl-folder-use-frame is non-nil.
8047
8048 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-summary.el (wl-summary-sync-update): Bind
8051         elmo-folder-update-threshold.
8052         (wl-summary-mark-as-important): Enclosed server mark processing
8053         with `save-match-data'.
8054
8055         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8056         only when it is already defined.
8057
8058 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8059
8060         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8061         name of folder exclude localdir is wrong.
8062         * wl-folder.el (wl-folder-sync-entity):
8063         Set `wl-summary-always-sticky-folder-list' as nil.
8064         (wl-folder-mark-as-read-all-entity): Ditto.
8065         (wl-folder-prefetch-entity): Ditto.
8066
8067 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8070         instead of `wl-summary-write-current-newsgroup'.
8071
8072 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8073
8074         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8075         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8076         non-nil and selected message is important, do not display.
8077
8078 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8079
8080         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8081
8082 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8085
8086         * wl-summary.el (wl-summary-mark-as-important): Set message number
8087         using wl-summary-message-number.
8088
8089 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8090
8091         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8092         destination folder is 'null.
8093
8094 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8095
8096         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8097         New function.
8098         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8099         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8100         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8101
8102 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-mime.el (wl-mime-setup): Added setting for
8105         `mime-setup-signature-key-alist' to avoid overriding key bind for
8106         `wl-draft-send'.
8107
8108         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8109         for `wl-draft-send'.
8110         * wl-mule.el (wl-draft-overload-functions): Ditto.
8111         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8112         * wl-draft.el (wl-draft-send): Ditto.
8113
8114         * wl-message.el (wl-message-display-internal):
8115         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8116         (Patch is provided by <kita@coe.nttdata.co.jp>).
8117
8118 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8119
8120         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8121
8122 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8123
8124         * wl.el (wl): Fix for wl-demo.
8125
8126 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8127
8128         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8129
8130 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8131
8132         * wl-folder.el (wl-folder-prefetch-entity): Use
8133         `wl-folder-get-elmo-folder'.
8134         (wl-folder-count-incorporates): Do not use
8135         `wl-folder-get-elmo-folder'.
8136
8137 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8138
8139         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8140         instead of `elmo-folder-get-type'.
8141
8142 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8143
8144         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8145         position on Subject: field.
8146         (Advised by Mito <mit@nines.nec.co.jp>)
8147
8148 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8149
8150         * wl-folder.el (wl-folder-prefetch-entity): Use
8151         `wl-folder-get-elmo-folder'.
8152
8153 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8156
8157         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8158         `process-duplicates' slot.
8159
8160         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8161         if detection failed.
8162
8163 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8164
8165         * wl-version.el (wl-version-status): Set to "alpha".
8166
8167 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8170         Check wl-message-buffer lives before set-buffer.
8171
8172 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8173
8174         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8175         called in folder mode.
8176         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8177         * wl-summary.el (wl-summary-exit-pre-hook): Run
8178         `wl-summary-exit-pre-hook' before exit summary mode.
8179
8180 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8181
8182         * wl-version.el (wl-version-status): New variable.
8183         (wl-version-status-alist): Removed.
8184         (wl-version-status): Rule included.
8185
8186 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8189         @sponichi.
8190
8191         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8192         when `mail-reply-buffer' is buffer-local variable.
8193         (Reported by <kita@coe.nttdata.co.jp>).
8194
8195 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-vars.el (toplevel): Require 'elmo-util.
8198
8199 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8202         (All other related portions are changed)
8203
8204         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8205
8206         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8207
8208 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8209
8210         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8211
8212 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8215         Delete other windows to avoid an error.
8216         Use `point-marker' instead of `point' to remember the start point
8217         of body.
8218
8219         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8220
8221         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8222         number not to exceed all message number.
8223
8224 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8225
8226         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8227         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8228
8229 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-summary.el (wl-summary-sync-force-update): Added argument
8232         no-check.
8233         (wl-summary-sync-update): Ditto.
8234         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8235         with `no-check'.
8236
8237         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8238         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8239         already running.
8240
8241 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8242
8243         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8244         `dst-folder-arg'.
8245         (wl-expire-archive-number1): Diito.
8246         (wl-expire-archive-number2): Diito.
8247         (wl-expire-archive-Date): Diito.
8248         (wl-archive-number1): Diito.
8249         (wl-archive-number2): Diito.
8250         (wl-archive-date): Diito.
8251         (wl-archive-folder-p): New function.
8252         (wl-summary-expire): Support of expand folder name at
8253         wl-expire-alist.
8254         * wl-util.el (wl-expand-newtext): Renamed from
8255         `wl-refile-expand-newtext'.
8256
8257 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8258
8259         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8260         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8261         `(elmo-msgdb-get-overview msgdb)'.
8262         (wl-summary-prefetch): Bind match data before call
8263         `wl-summay-prefetch-msg'.
8264         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8265         'off if `wl-summary-buffer-disp-msg' is non-nil.
8266         Fixed problem that couldn't show only one new or unread message when
8267         enter folder.
8268         (wl-summary-reply): Don't call `split-window-vertically' and other
8269         window.
8270
8271 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-expire.el (wl-expire-refile): Fixed.
8274
8275 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8278
8279         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8280         biff notification is removed.
8281
8282         * wl.el (wl): Changed position of `elmo-init'.
8283
8284         * wl-draft.el (wl-default-draft-cite): Use date field
8285         on the citation buffer.
8286
8287         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8288
8289         * wl-xmas.el (wl-folder-internal-icon-list): Added
8290         `wl-folder-shimbun-image'.
8291
8292         * wl-e21.el (wl-folder-internal-icon-list): Added
8293         `wl-folder-shimbun-image'.
8294
8295 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl.el (wl-init): Eliminated argument.
8298         (wl): Rewrite.
8299
8300         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8301         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8302         instead of `elmo-folder-msgdb-internal'.
8303         (wl-summary-sync-update): Ditto.
8304         (wl-summary-flush-pending-append-operations): Eliminated.
8305         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8306         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8307         `elmo-folder-open'.
8308
8309         * wl-mime.el (wl-summary-burst): Fixed.
8310
8311         * wl-folder.el (wl-folder-info-save): Check data type.
8312
8313         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8314         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8315         instead of `elmo-folder-msgdb-internal'.
8316         (wl-expire-hide): Ditto.
8317
8318
8319         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8320
8321 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8322
8323         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8324
8325 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8326
8327         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8328
8329 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8330
8331         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8332         Fixed `match-beginning' argument mismatch.
8333
8334 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8335
8336         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8337         the default value.
8338
8339 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8342         instead of `elmo-nntp-default-port'.
8343
8344         * wl-vars.el: Fixed some doc strings.
8345
8346 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-summary.el (wl-summary-prefetch-msg): Use
8349         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8350
8351         * wl-vars.el: Define *-func as obsolete variable using
8352         `elmo-define-obsolete-variable'.
8353
8354         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8355         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8356         instead of `wl-message-buffer-prefetch-threshold'.
8357
8358         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8359
8360         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8361
8362         * wl-draft.el (wl-caesar-region-func): Ditto.
8363
8364         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8365         Keep unread status in elmo-folder-move-messages.
8366         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8367
8368 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8369
8370         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8371         `wl-summary-buffer-exit-func'
8372         (wl-summary-buffer-message-redisplay-function): Renamed from
8373         `wl-summary-buffer-message-redisplay-func'
8374         (wl-summary-buffer-next-folder-function): Renamed from
8375         `wl-summary-buffer-next-folder-func'.
8376         (wl-summary-buffer-prev-folder-function): Renamed from
8377         `wl-summary-buffer-prev-folder-func'.
8378         (wl-summary-get-petname-function): Renamed from
8379         `wl-summary-get-petname-func'.
8380
8381         * wl-score.el (wl-score-edit-exit-function): Renamed from
8382         `wl-score-edit-exit-func'.
8383
8384         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8385         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8386
8387         * wl-util.el (wl-load-profile-function): Renamed from
8388         `wl-load-profile-func'.
8389
8390         * wl-folder.el (wl-folder-completion-function): Renamed from
8391         `wl-folder-completion-func'.
8392         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8393
8394         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8395         `wl-expire-archive-get-folder-func'.
8396         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8397         (wl-draft-send-mail-function): Renamed from
8398         `wl-draft-send-mail-func'.
8399         (wl-draft-send-news-function): Renamed from
8400         `wl-draft-send-news-func'.
8401         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8402         (wl-generate-mailer-string-function): Renamed from
8403         `wl-generate-mailer-string-func'.
8404         (wl-highlight-signature-search-function): Renamed from
8405         `wl-highlight-signature-search-func'.
8406         (wl-highlight-x-face-function): Renamed from
8407         `wl-highlight-x-face-func'
8408         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8409         (wl-ps-print-buffer-function): Renamed from
8410         `wl-ps-print-buffer-func'
8411         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8412         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8413         (wl-summary-subject-filter-function): Renamed from
8414         `wl-summary-subject-filter-func'.
8415
8416         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8417         `wl-draft-queue-flush-send-func'
8418         (wl-draft-cite-function): Renamed from
8419         `wl-draft-cite-func'
8420
8421         * wl-address.el (wl-address-init-function): Renamed from
8422         `wl-address-init-func'.
8423
8424 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8425
8426         * wl-draft.el (wl-draft-queue-flush): Don't call
8427         `elmo-dop-unlock-message'.
8428         * wl-draft.el (wl-draft-queue-append): Don't call
8429         `elmo-dop-lock-message'.
8430
8431         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8432         (wl-summary-buffer-folder-name): Ditto.
8433         (wl-summary-message-regexp): Added '-' (all other related portions
8434         are changed).
8435         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8436         wl-summary-buffer-folder-name.
8437
8438 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8439
8440         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8441         the number of mails in the folder buffer is not updated by wl-biff.
8442
8443 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8444
8445         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8446         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8447
8448 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-summary.el (wl-summary-next-message):
8451         Return next message number when wl-summary-move-order is nil.
8452
8453 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8454
8455         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8456         `wl-summary-move-spec-alist'.
8457         (wl-summary-move-spec-unplugged-alist): New variable
8458         (Move spec for unplugged status).
8459         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8460         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8461
8462 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8463
8464         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8465         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8466
8467 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8468
8469         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8470         simple quotation to quote the anonymous function.
8471         * tm-wl.el (wl-draft-preview-message): Ditto.
8472
8473 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8474
8475         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8476         Eliminate redundant `save-excursion'.
8477         (wl-highlight-summary-current-line): Ditto.
8478
8479         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8480         accessing match data when `looking-at' failed.
8481
8482         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8483         `elmo-match-string' where users don't care about the speed.
8484         (wl-draft-save): Ditto.
8485
8486 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8487
8488         * wl-util.el (wl-regexp-opt): New function.
8489
8490         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8491         number from `wl-summary-buffer-number-list'.
8492         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8493         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8494         (wl-summary-move-spec-alist): Changed default setting.
8495
8496 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8497
8498         * wl-vars.el (wl-biff-notify-hook): New hook.
8499         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8500         the arrival of new mail.
8501         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8502         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8503
8504 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8507
8508 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8511
8512         * Version number is increased to 2.5.8.
8513
8514         * wl-thread.el (toplevel): require 'cl.
8515         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8516         (wl-thread-make-number-list): New function.
8517         (wl-thread-entity-make-number-list-from-children): Ditto.
8518         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8519         (wl-thread-entity-insert-as-children): Likewise.
8520         (wl-thread-delete-message): Likewise.
8521         (wl-meaning-of-mark): Eliminated.
8522         (wl-thread-next-failure-mark-p): Ditto.
8523         (wl-thread-entity-get-mark): Ditto.
8524         (wl-thread-meaning-alist-get-result): Ditto.
8525         (wl-thread-entity-check-prev-mark): Ditto.
8526         (wl-thread-entity-check-next-mark): Ditto.
8527         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8528         (wl-thread-entity-get-prev-marked-entity): Ditto.
8529         (wl-thread-get-prev-unread): Ditto.
8530         (wl-thread-jump-to-prev-unread): Ditto.
8531         (wl-thread-get-next-unread): Ditto.
8532         (wl-thread-jump-to-next-unread): Ditto.
8533         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8534         (wl-thread-entity-get-next-marked-entity): Ditto.
8535
8536         * wl-summary.el (wl-summary-buffer-number-list):
8537         New bufer-local variable.
8538         (wl-summary-switch-to-clone-buffer): Clone
8539         `wl-summary-buffer-number-list'.
8540         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8541         (wl-summary-cursor-move-regex): Eliminated.
8542         (wl-summary-cursor-up): Rewrite.
8543         (wl-summary-cursor-down): Ditto.
8544         (wl-summary-mode-spec-alist): New variable.
8545         (wl-summary-next-message): New inline function.
8546         (wl-summary-cursor-move): New function.
8547         (wl-summary-default-get-next-msg): Rewrite.
8548         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8549         (wl-summary-rescan): Ditto.
8550         (wl-summary-sync-all-init): Ditto.
8551         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8552         summary is not thread view.
8553         (wl-summary-sync-update): Ditto.
8554         (wl-summary-rescan): Ditto.
8555         (wl-summary-make-number-list): New function.
8556
8557         * wl-draft.el: "FCC" -> "Fcc".
8558
8559 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8560
8561         * wl-highlight.el (wl-highlight-summary-window):
8562         Call `set-buffer-modified-p'.
8563
8564         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8565         (wl): Call `elmo-init' and fix.
8566
8567         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8568         Use new variables.
8569
8570         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8571
8572 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8573
8574         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8575
8576 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8579
8580 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8581
8582         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8583         `wl-use-toolbar' nor `display-graphic-p'.
8584         (wl-e21-setup-message-toolbar): Ditto.
8585         (wl-e21-setup-summary-toolbar): Ditto.
8586         (wl-e21-setup-folder-toolbar): Ditto.
8587
8588         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8589         (wl-plugged-init-icons): Ditto.
8590
8591         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8592         `display-graphic-p'.
8593         (wl-plugged-set-folder-icon): Ditto.
8594         (wl-highlight-plugged-current-line): Ditto.
8595         (wl-highlight-folder-current-line): Ditto.
8596         (wl-e21-highlight-folder-group-line): Ditto.
8597         (wl-e21-setup-toolbar): Ditto.
8598         (wl-e21-display-image-p): New macro.
8599
8600         * wl-demo.el (wl-demo): Simplified.
8601         (wl-demo-image-type-alist): Use `image-type-available-p' for
8602         checking whether the image type `xbm' is available.
8603
8604 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8605
8606         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8607         (wl-summary-input-range): Ditto.
8608
8609 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * wl-summary.el (wl-summary-edit-addresses): Use
8612         `wl-summary-get-original-buffer'
8613         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8614         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8615         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8616         (wl-summary-get-newsgroups): Eliminated.
8617         (wl-summary-set-crosspost): Ditto.
8618         (wl-summary-is-crosspost-folder): Ditto.
8619         (wl-crosspost-alist-load): Ditto.
8620         (wl-crosspost-alist-save): Ditto.
8621
8622         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8623         `elmo-setup-subscribed-newsgroups' instead of
8624         `elmo-nntp-make-groups-hashtb'.
8625         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8626         instead of `wl-crosspost-alist-save'.
8627
8628         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8629         of `elmo-folder-message-appendable-p'.
8630         (wl-mime-header-presentation-method): Eliminated.
8631
8632         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8633         (Error occurs in emacs21).
8634
8635         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8636         the current buffer).
8637
8638         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8639         instead of `wl-crosspost-alist-save'.
8640         (wl-init): `elmo-crosspost-message-alist-load'
8641         instead of `wl-crosspost-alist-load'
8642
8643         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8644         (wl-parse-newsgroups): Likewise.
8645         (wl-biff-notify): Run `wl-biff-notify-hook'.
8646
8647 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8648
8649         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8650
8651         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8652         when `wl-summary-lazy-highlight' is non-nil.
8653         (wl-summary-goto-folder-subr): Highlight only when
8654         `wl-summary-lazy-highlight' is non-nil.
8655
8656         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8657         Don't display progress and highlight temp-mark when
8658         `wl-summary-lazy-highlight' is non-nil.
8659         (wl-highlight-summary-window): New function.
8660         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8661
8662 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8663
8664         * wl-summary.el (wl-summary-sync): Change `all-visible'
8665         from `all-shown'
8666         (wl-summary-input-range): Ditto.
8667
8668 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8669
8670         * wl-e21.el (wl-highlight-folder-current-line): Call
8671         `wl-folder-init-icons' when folder icons have not been initialized.
8672
8673         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8674
8675         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8676         (wl-demo-image-type-alist): New macro.
8677
8678 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8679
8680         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8681         display does not support graphics.
8682         (wl-plugged-init-icons): Ditto.
8683         (wl-folder-init-icons): Ditto.
8684
8685         * wl-demo.el (wl-demo): Chech closely whether the display
8686         supports graphics.
8687
8688 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-summary.el (wl-summary-get-original-buffer): New function.
8691         (wl-summary-set-crosspost): Use it.
8692         (wl-summary-target-mark-uudecode): Ditto.
8693         (wl-summary-reedit): Ditto.
8694         (wl-summary-resend-bounced-mail): Ditto.
8695         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8696         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8697
8698         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8699         (wl-message-display-internal): Ditto.
8700
8701 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8704
8705 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8706
8707         * wl-summary.el (wl-summary-save-view): Renamed from
8708         `wl-summary-save-status'.
8709
8710 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8711
8712         * wl-summary.el (wl-summary-sync): Added `all-shown'
8713
8714 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8715
8716         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8717
8718 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8719
8720         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8721
8722 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8723
8724         * wl-highlight.el (wl-highlight-summary-line-string): Use
8725         `zerop' instead of `= 0'.
8726         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8727
8728         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8729         for comparing numbers.
8730         (wl-template-prev): Use `zerop' instead of `eq 0'.
8731
8732         * wl-draft.el (wl-draft-insert-current-message): Use
8733         `with-current-buffer' instead of `save-excursion'.
8734         Use `zerop' instead of `eq 0'.
8735
8736 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8737
8738         * wl-draft.el (wl-draft-insert-ccs): New function.
8739         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8740         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8741
8742 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8745
8746 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-expire.el (wl-expire-refile): Don't call
8749         elmo-msgdb-add-msgs-to-seen-list;
8750         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8751         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8752
8753 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8754
8755         * wl-message.el (wl-message-prev-page): Ignore errors while
8756         scroll-down.
8757
8758 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-mime.el: Use elmo-original-message-mode instead of
8761         mmelmo-original-mode.
8762
8763         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8764         `elmo-folder-get-spec';
8765         (wl-fldmgr-add-completion-all-completions):
8766         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8767
8768         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8769         of `elmo-folder-get-type'.
8770
8771         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8772         `elmo-folder-get-spec';
8773         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8774         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8775         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8776         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8777         `elmo-read-msg-no-cache';
8778         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8779         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8780         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8781         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8782         `elmo-cache-save';
8783         (wl-draft-reedit): Use `elmo-message-file-name'.
8784
8785         * wl-expire.el: Use `elmo-folder-name-internal';
8786         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8787         Use macro `wl-summary-buffer-msgdb' instead of variable
8788         `wl-summary-buffer-msgdb';
8789         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8790         Use macro `wl-summary-buffer-folder-name' instead of variable
8791         `wl-summary-buffer-folder-name'.
8792         * wl-score.el: Likewise.
8793
8794         * wl-message.el: Rewrite for new message buffer cache mechanism.
8795         (wl-message-buffer-cache-buffer-get): New macro.
8796         (wl-message-buffer-cache-folder-get): Ditto.
8797         (wl-message-buffer-cache-message-get): Ditto.
8798         (wl-message-buffer-cache-entry-make): Ditto.
8799         (wl-message-buffer-cache-hit): Ditto.
8800         (wl-message-buffer-cache-sort): New function.
8801         (wl-message-buffer-cache-add): Ditto.
8802         (wl-message-buffer-cache-delete): Ditto.
8803         (wl-message-buffer-cache-clean-up): Ditto.
8804         (wl-message-buffer-window): Rewrite.
8805         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8806         (wl-message-buffer-display): New function.
8807         (wl-message-display-internal): New function.
8808
8809 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-folder.el: Use `elmo-folder-name-internal';
8812         Use `wl-folder-get-elmo-folder';
8813         Use `elmo-folder-list-messages' instead of
8814         `elmo-list-folder';
8815         Use `elmo-folder-get-primitive-list' instead of
8816         `elmo-folder-get-primitive-spec-list';
8817         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8818         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8819         Use `elmo-folder-create' instead of `elmo-create-folder'.
8820         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8821         (wl-folder-get-elmo-folder): New macro.
8822         (wl-folder-elmo-folder-cache-get): Ditto.
8823         (wl-folder-elmo-folder-cache-put): Ditto.
8824         (wl-folder-suspend): Call `elmo-quit'.
8825
8826         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8827         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8828         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8829         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8830         (toplevel): require 'cl.
8831         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8832
8833         * wl-summary.el: Rewrite to use new elmo interface.
8834
8835 \f
8836 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-mime.el (wl-draft-preview-message):
8839         Run `wl-draft-send-hook' before collecting recipients information;
8840         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8841
8842         * tm-wl.el (wl-draft-preview-message): Ditto.
8843
8844 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8847         wrong recipients are displayed when forwarded message.
8848
8849 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * Version number is increased to 2.5.7.
8852
8853 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8854
8855         * wl-message.el (wl-message-next-page): Bind
8856         `window-pixel-scroll-increment' to nil while scrolling up.
8857
8858 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8859
8860         * wl-vars.el (wl-save-hook): New hook.
8861         * wl.el (wl-save): Call `wl-save-hook'.
8862
8863 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864
8865         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8866         Argument WITH-ARG instead of NO-ARG (negative mean).
8867         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8868         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8869         * wl-message.el (wl-message-follow-current-entity): Likewise.
8870
8871 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8872
8873         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8874         FROM was optional argument.
8875         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8876
8877 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8878
8879         * Version number is increased to 2.5.6.
8880
8881 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8882
8883         * wl-version.el (wl-version-show): Removed.
8884         (wl-version): Add `interactive'.
8885
8886 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8887
8888         * wl-summary.el (wl-summary-get-petname-func): New variable.
8889         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8890         instead of `wl-address-get-petname-1'.
8891         (wl-summary-simple-from): Ditto.
8892
8893         * wl-address.el (wl-address-get-petname-1): Define as function.
8894
8895 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8898         field in the original message.
8899         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8900
8901 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8902
8903         * wl-expire.el (wl-expire-hide):
8904         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8905
8906 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8907
8908         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8909         find decoder for To, Cc, and Subject.
8910
8911 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8914         for checking `elmo-use-buffer-cache'.
8915         (wl-summary-mark-as-important): Fixed typo in comment.
8916
8917 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8920         field in the original message.
8921         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8922
8923 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8924
8925         * wl-expire.el (wl-expire-hide):
8926         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8927
8928 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8931         find decoder for To, Cc, and Subject.
8932
8933 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8934
8935         * Version number is increased to 2.5.5.
8936
8937         * wl-address.el (wl-address-specials-regexp): New constant.
8938         (wl-address-quote-specials): Use it.
8939
8940 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8941
8942         * wl-summary.el (wl-summary-rescan):
8943         Call `wl-summary-buffer-number-column-detect'.
8944         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8945
8946         * wl-message.el (wl-message-mode-map): Define.
8947         (wl-message-decode): Use it as local-map.
8948
8949 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8952         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8953
8954 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8957
8958         * wl-mule.el (wl-read-event-char): Ditto.
8959
8960         * wl-e21.el (wl-read-event-char): Ditto.
8961
8962         * wl-nemacs.el (wl-read-event-char): Ditto.
8963         (read-event): Removed.
8964
8965         * wl-util.el (toplevel): Removed dummy definition of
8966         `read-event'.
8967         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8968
8969 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8970
8971         * wl-nemacs.el (elmo-archive-call-process): Moved to
8972         elmo-archive.el.
8973
8974 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8975
8976         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8977         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8978
8979         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8980         instead of magic-number 6.  Use `not' instead of `null' for symbol
8981         `nil' check (not empty list).
8982         (wl-draft-insert-x-face-field): Fixed paren style.
8983
8984         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8985         one-branch conditional statement, instead of `and' and `if'.
8986         (wl-draft-forward): Likewise.
8987         (wl-draft-add-references): Likewise.
8988         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8989
8990         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8991         conditional steatment.  Use `cond' instead of `if'.
8992         (wl-draft-confirm): Likewise.
8993
8994 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8995
8996         * wl-version.el (wl-version-show): Use `product-string-1'
8997         instead of `wl-version'.
8998         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8999
9000         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9001
9002 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9003
9004         * wl-highlight.el (wl-highlight-headers): Revert
9005         `wl-highlight-x-face-func' argument (`beg' and `end').
9006
9007 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9008
9009         * wl.el (toplevel): Move `product-provide' declare.
9010         * wl-demo.el (toplevel): Ditto.
9011         * wl-dnd.el (toplevel): Ditto.
9012         * wl-highlight.el (toplevel): Ditto.
9013         * wl-message.el (toplevel): Ditto.
9014         * wl-refile.el (toplevel): Ditto.
9015         * wl-util.el (toplevel): Ditto.
9016
9017 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9020         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9021         (wl-thread-close-all): keep cursor position.
9022
9023 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9024
9025         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9026         (eq x 0).
9027         (wl-generate-user-agent-string-1): Fix conditional statement.
9028
9029 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9030
9031         * wl.el (wl-check-environment): Additional check for
9032         'wl-local-domain' and `wl-message-id-domain'.
9033
9034 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9035
9036         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9037
9038 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9041         instead of `smtp-sasl-user-realm'.
9042
9043 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9044
9045         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9046
9047 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9048
9049         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9050         to the default value as well as `eword-lexical-analyzer'.
9051
9052 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9053
9054         * wl-version.el (wl-extended-emacs-version,
9055         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9056         `elmo-match-string' instead of `wl-match-string'.
9057
9058 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9059
9060         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9061         docstring.
9062
9063 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9064
9065         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9066
9067 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9068
9069         * wl-highlight.el (wl-highlight-headers): Remove
9070         `wl-highlight-x-face-func' argument (`beg' and `end').
9071
9072 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * wl-summary.el (wl-summary-mark-as-important):
9075         Remove cache if folder is local.
9076
9077 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9078
9079         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9080         to get existing e-mail address string.
9081
9082 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9083
9084         * wl-version.el (wl-generate-user-agent-string): Commentary.
9085         (wl-generate-user-agent-string-1): Use `when' for
9086         one-branch conditional statement, instead of `and' and `if'.
9087         (wl-extended-emacs-version, wl-extended-emacs-version2,
9088         wl-extended-emacs-version3): Ditto.
9089
9090 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9091
9092         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9093         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9094         condition-case; Remove initialization.
9095         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9096         (wl-summary-sync-update3): Added argument `sync-all';
9097         Eliminated local variable `msgdb';
9098         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9099         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9100         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9101
9102 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9103
9104         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9105         connection before call `wl-draft-send-mail-with-smtp'.
9106
9107 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9108
9109         * Version number is increased to 2.5.4.
9110
9111 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9112
9113         * wl.el (wl-check-environment): Additional check for
9114         'wl-local-domain' and `wl-message-id-domain'.
9115
9116 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9119         buffer as command specific.
9120         (wl-folder-mark-as-read-all-entity): Ditto.
9121         (wl-folder-prefetch-entity): Ditto.
9122         (wl-folder-drop-unsync-entity): Ditto.
9123
9124         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9125         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9126         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9127
9128         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9129         save-excursion.
9130
9131 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * Version number is increased to 2.5.3.
9134
9135         * wl-summary.el (wl-summary-save-view-cache):
9136         Delete duplicated `write-region';
9137         Use `write-region-as-binary' instead of `as-binary-output-file' and
9138         `write-region'.
9139
9140 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9141
9142         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9143
9144 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9147         instead of `smtp-via-smtp'.
9148
9149 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9150
9151         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9152
9153 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9154
9155         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9156         instead of `smtp-sasl-user-realm'.
9157
9158 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9159
9160         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9161
9162 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * Version number is increased to 2.5.2.
9165
9166 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9169         does not exist.
9170         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9171         (wl-biff-start): Call `timer-activate' if timer already exists.
9172
9173         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9174         only when it is bound as function.
9175
9176 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * Version number is increased to 2.5.1.
9179
9180 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9181
9182         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9183         Print refile/copy destination.
9184
9185 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9188         queue-flush-only is non-nil.
9189
9190         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9191
9192         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9193         checking cache folder.
9194
9195 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9196
9197         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9198         `regexp-quote'.
9199
9200 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9201
9202         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9203         function.
9204         * wl-summary.el (wl-summary-write-current-folder-functions):
9205         Change default value.  Use it.
9206
9207 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9208
9209         * Version number is increased to 2.5.0.
9210
9211         * wl-version.el (wl-version): Changed codename.
9212
9213 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9214
9215         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9216         (wl-summary-supersedes-message): Ditto.
9217
9218 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9219
9220         * wl-refile.el (wl-refile-guess-functions): Renamed from
9221         `wl-refile-guess-func-list'.
9222
9223 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9224
9225         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9226         Fixed problem when no rule was matched.
9227
9228 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9229
9230         * wl-summary.el (wl-summary-get-mark): Fixed
9231         `wl-summary-buffer-target-mark' check logic.
9232
9233 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl-folder.el (wl-folder-write-current-folder): Added group
9236         folder check.
9237
9238         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9239         `wl-summary-write-current-newsgroup'.
9240         (wl-summary-write-current-folder-functions): New variable.
9241         * wl-folder.el (wl-folder-get-newsgroups): New function.
9242         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9243         (wl-folder-write-current-folder): Renamed from
9244         `wl-folder-write-current-newsgroup'.
9245
9246 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9247
9248         * Version number is increased to 2.3.93.
9249
9250 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9251
9252         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9253         (wl-ldap-make-matched-value-list): Ditto.
9254         (wl-ldap-alias-safe-string): Split e-mail address.
9255
9256         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9257         petname folder default was selected.
9258         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9259         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9260
9261 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9262
9263         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9264         to `wl-draft-config-exec'.
9265
9266         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9267         instead of calling `wl-draft-config-exec';
9268         Process group-list and show recipients in minibuffer.
9269
9270         * tm-wl.el (wl-draft-preview-message): Ditto.
9271
9272 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9273
9274         * wl.el (toplevel): Added (C) to copyright notice, and
9275         sync Author header.
9276         * tm-wl.el (toplevel): Ditto.
9277         * wl-address.el (toplevel): Ditto.
9278         * wl-demo.el (toplevel): Ditto.
9279         * wl-dnd.el (toplevel): Ditto.
9280         * wl-draft.el (toplevel): Ditto.
9281         * wl-e21.el (toplevel): Ditto.
9282         * wl-expire.el (toplevel): Ditto.
9283         * wl-folder.el (toplevel): Ditto.
9284         * wl-highlight.el (toplevel): Ditto.
9285         * wl-message.el (toplevel): Ditto.
9286         * wl-mime.el (toplevel): Ditto.
9287         * wl-mule.el (toplevel): Ditto.
9288         * wl-nemacs.el (toplevel): Ditto.
9289         * wl-refile.el (toplevel): Ditto.
9290         * wl-score.el (toplevel): Ditto.
9291         * wl-summary.el (toplevel): Ditto.
9292         * wl-template.el (toplevel): Ditto.
9293         * wl-thread.el (toplevel): Ditto.
9294         * wl-util.el (toplevel): Ditto.
9295         * wl-vars.el (toplevel): Ditto.
9296         * wl-xmas.el (toplevel): Ditto.
9297
9298 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9299
9300         * wl.el (wl-init): Added comment about `wl-init-hook'.
9301         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9302         * wl-vars.el (wl-init-hook): Added docs.
9303         (wl-make-plugged-hook): Removed useless docs.
9304         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9305         * wl-xmas.el (toplevel): Ditto.
9306
9307 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9308
9309         * wl-address.el (toplevel): Fixed multiple Author header format.
9310         * wl-demo.el (toplevel): Ditto.
9311         * wl-draft.el (toplevel): Ditto.
9312         * wl-folder.el (toplevel): Ditto.
9313         * wl-summary.el (toplevel): Ditto.
9314         * wl-thread.el (toplevel): Ditto.
9315         * wl-util.el (toplevel): Ditto.
9316         * wl-vars.el (toplevel): Ditto.
9317         * wl-version.el (toplevel): Ditto.
9318         * wl-xmas.el (toplevel): Ditto.
9319         * wl.el (toplevel): Ditto.
9320
9321         * wl-version.el (toplevel): Added require `elmo-version' for
9322         `product-version-as-string'.
9323
9324 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * wl-vars.el (wl-draft-send-hook): Changed default value to
9327         '(wl-draft-config-exec).
9328
9329         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9330         explicitly.
9331         (wl-draft): Set `wl-draft-config-exec-flag' before running
9332         `wl-mail-setup-hook'.
9333
9334         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9335         `wl-biff-init-icons' to `wl-init-hook' instead of
9336         `wl-make-plugged-hook'.
9337         (Because if `wl-draft' command is invoked at first,
9338         they are not initialized)
9339         Updated copyright notice.
9340
9341         * wl-e21.el (toplevel): Ditto;
9342
9343         * wl-demo.el (toplevel): Updated copyright notice.
9344         * wl-address.el (toplevel): Ditto.
9345         * wl-draft.el (toplevel): Ditto.
9346         * wl-version.el (toplevel): Ditto.
9347         * wl-folder.el (toplevel): Ditto.
9348         * wl-summary.el (toplevel): Ditto.
9349         * wl-thread.el (toplevel): Ditto.
9350         * wl-util.el (toplevel): Ditto.
9351         * wl-vars.el (toplevel): Ditto.
9352         * wl.el (toplevel): Ditto.
9353
9354 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * wl-highlight.el (wl-highlight-message): Fixed problem of
9357         highlighting failure which occured when the last field contains
9358         multiple lines in the draft buffer.
9359
9360         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9361         `wl-biff-start' if plugged.
9362
9363         * wl-util.el (wl-biff-check-folder): New function.
9364         (wl-biff-check-folders): Don't set session name prefix.
9365         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9366         (wl-biff-check-folder-async): Ditto.
9367
9368         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9369         in email address.
9370
9371 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9372
9373         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9374
9375         * wl-draft.el (wl-draft-strip-subject-re): New function.
9376
9377         * wl-draft.el (wl-draft-reply): Use it.
9378
9379 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9380
9381         * wl-message.el (wl-mmelmo-message-redisplay): Use
9382         `mime-display-message' instead of `wl-mime-display-message'.
9383
9384         * wl-mime.el (toplevel): Removed compatibility workaround
9385         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9386         (wl-mime-display-message): Abolished.
9387         (wl-mime-entity-read-field): Ditto.
9388         (wl-mime-combine-message/partial-pieces): Use
9389         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9390
9391 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9392
9393         * wl-template.el: Doc fixes.
9394
9395 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9396
9397         * wl-e21.el (wl-message-overload-functions): Do nothing if
9398         `current-local-map' is not available.
9399         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9400
9401 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9402
9403         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9404         representation.
9405
9406         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9407         number.
9408         (wl-fldmgr-save-folders): Don't use `format' when insert
9409         `wl-fldmgr-folders-header'.
9410
9411 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9412
9413         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9414
9415 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9416
9417         * wl-highlight.el (wl-highlight-message):
9418         Use `std11-field-end' to detect end point of the header field.
9419         Refer `wl-highlight-max-header-size'.
9420
9421         * wl-vars.el (wl-highlight-max-header-size): New variable.
9422
9423         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9424
9425         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9426         Set `for-draft' argument of wl-highlight-headers.
9427         (wl-draft): Ditto.
9428         (wl-draft-reedit): Ditto.
9429         (wl-user-agent-compose-internal): Ditto.
9430
9431 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9432
9433         * wl-message.el (wl-message-add-button): Use overlay.
9434
9435 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9436
9437         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9438
9439         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9440         problem when group-list content is nothing.
9441         (Reported by Mito <mit@nines.nec.co.jp>)
9442
9443 2000-10-18  SAITO Atsunori <sai@yedo.com>
9444
9445         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9446
9447 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9448
9449         * tm-wl.el (toplevel): Use product-provide.
9450
9451 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9452
9453         * Version number is increased to 2.3.92.
9454
9455 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9456
9457         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9458         title text, use `display' property for left margin under Emacs 21.
9459
9460         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9461         properties.
9462         (wl-plugged-init-icons): Ditto.
9463
9464 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9465
9466         * wl.el (wl-save-status, wl-init): Remove last period in
9467         "...done." message.
9468         * tm-wl.el (wl-summary-burst): Ditto.
9469         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9470         wl-summary-resume-cache-status,
9471         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9472         wl-summary-sync-update3, wl-summary-highlight-msgs,
9473         wl-summary-flush-pending-append-operations,
9474         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9475         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9476         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9477         wl-thread-open-all): Ditto.
9478         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9479         * wl-mime.el (wl-summary-burst): Ditto.
9480         * wl-highlight.el (wl-highlight-summary): Ditto.
9481         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9482         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9483         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9484         * wl-address.el (wl-local-address-init): Ditto.
9485
9486 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9487
9488         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9489         `add-text-properties'.
9490         (wl-plugged-init-icons): Ditto.
9491         (wl-folder-init-icons): Use `propertize' instead of
9492         `put-text-property'.
9493         (wl-plugged-set-folder-icon): Ditto.
9494         (wl-e21-highlight-folder-group-line): Ditto.
9495
9496 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9497
9498         * wl-version.el (wl-version-status-alist): New variable.
9499         (wl-version-status): New function.
9500
9501         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9502         "Cc" part of the case "Reply-To".
9503
9504         * wl-draft.el (wl-draft-reply): Use result of
9505         `eword-extract-address-components'.
9506
9507         * wl-demo.el (wl-demo-icon-name): New constant.
9508         (wl-logo-xpm): Use it.
9509         (wl-logo-xbm): Ditto.
9510         (wl-logo-bitmap): Ditto.
9511
9512         * Version number is increased to 2.3.91.
9513
9514 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9515
9516         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9517         (wl-extended-emacs-version, wl-extended-emacs-version2,
9518         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9519         docstring.
9520
9521         * wl-version.el (wl-generate-user-agent-string-1): New function.
9522         (wl-generate-user-agent-string): Use it.
9523
9524         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9525         `mime-edit-insert-user-agent-field'.
9526         (wl-generate-user-agent-string): Check
9527         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9528
9529         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9530         instead of `if', when verbose case.
9531
9532 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9533
9534         * wl-expire.el (wl-summary-expire): Fix.
9535
9536 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9537
9538         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9539         and `elmo-lost+found-folder' if 'wl-draft.
9540         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9541
9542 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9543
9544         * wl-expire.el (wl-summary-expire): Change messages.
9545         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9546         `deleing-info' instead of "Deleting..."
9547
9548 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9549
9550         * wl-summary.el (wl-summary-refile-subr): Fix.
9551
9552 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9553
9554         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9555         if pipe folder.
9556
9557 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9558
9559         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9560
9561 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9562
9563         * wl-expire.el (wl-expire-hide): New function.
9564         (wl-summary-expire): Add `hide'.
9565
9566 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-vars.el (wl-draft-reply-without-argument-list):
9569         Changed default value to consider `Reply-To:'.
9570         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9571
9572         * Version number is increased to 2.3.90.
9573
9574         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9575         elmo-imap4-get-session with unwind-protect.
9576         Don't cause error.
9577         (wl-summary-sync-marks): Don't check plugged nor folder type.
9578         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9579         (Always keep current buffer).
9580
9581 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9582
9583         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9584         Enclose with `save-excursion'.
9585
9586 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9587
9588         * wl-version.el (wl-version): Remove interactive.
9589
9590 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9591
9592         * wl-version.el (wl-generate-user-agent-string): Use
9593         `product-string-verbose' instead of `product-string-1'.
9594
9595 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9596
9597         * wl-vars.el (wl-draft-use-cache): New variable.
9598         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9599         if wl-draft-use-cache is non-nil.
9600
9601 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9602
9603         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9604         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9605
9606 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9607
9608         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9609         (wl-thread-msg-mark-as-unread): Ditto.
9610
9611         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9612         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9613         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9614         Don't set mark in summary if return value of `elmo-mark-as-read'
9615         is nil.
9616         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9617         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9618         instead of `wl-thread-msg-mark-as-read'.
9619         (wl-summary-mark-as-unread-region): Ditto.
9620         (wl-summary-target-mark-mark-as-read): Ditto.
9621
9622         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9623
9624 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9625
9626         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9627
9628         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9629
9630 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9631
9632         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9633         face.
9634
9635 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9636
9637         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9638         `running-xemacs'.
9639
9640 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-version.el (toplevel): Use `product-version-as-string' for
9643         set verstion-string, if defined.
9644
9645         * wl-version.el (wl-version-show): Insert string at point, when
9646         call with argument.
9647
9648         * wl-version.el (wl-generate-user-agent-string): Use
9649         `product-string-1' instead of `wl-appname', `wl-version' and
9650         `wl-codename'.
9651
9652 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9653
9654         * wl-address.el (toplevel): Use product-provide.
9655         * wl-demo.el (toplevel): Ditto.
9656         * wl-dnd.el (toplevel): Ditto.
9657         * wl-draft.el (toplevel): Ditto.
9658         * wl-e21.el (toplevel): Ditto.
9659         * wl-expire.el (toplevel): Ditto.
9660         * wl-fldmgr.el (toplevel): Ditto.
9661         * wl-folder.el (toplevel): Ditto.
9662         * wl-highlight.el (toplevel): Ditto.
9663         * wl-message.el (toplevel): Ditto.
9664         * wl-mime.el (toplevel): Ditto.
9665         * wl-mule.el (toplevel): Ditto.
9666         * wl-nemacs.el (toplevel): Ditto.
9667         * wl-refile.el (toplevel): Ditto.
9668         * wl-score.el (toplevel): Ditto.
9669         * wl-summary.el (toplevel): Ditto.
9670         * wl-template.el (toplevel): Ditto.
9671         * wl-thread.el (toplevel): Ditto.
9672         * wl-util.el (toplevel): Ditto.
9673         * wl-vars.el (toplevel): Ditto.
9674         * wl-xmas.el (toplevel): Ditto.
9675         * wl.el (toplevel): Ditto.
9676
9677 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9678
9679         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9680         instead of product.
9681
9682         * wl-version.el (wl-version): Compile time evalution elmo-version.
9683
9684 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9685
9686         * wl-summary.el (wl-summary-sync-force-update): Append queue
9687         `mark-as-read'if unplugged.
9688
9689 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9690
9691         * wl-version.el: New file.  Use product.el.
9692         * wl.el: add (require 'wl-version).
9693         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9694         for ~/.folders header.
9695         (wl-fldmgr-folders-header): Changed.
9696         * wl-demo.el (wl-demo): Use product.el.
9697
9698         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9699         wl-version.el.
9700         * wl-util.el (wl-version, wl-version-show): Ditto.
9701
9702         * wl-util.el (wl-generate-user-agent-string,
9703         wl-extended-emacs-version, wl-extended-emacs-version2,
9704         wl-extended-emacs-version3): Move to wl-version.el.
9705         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9706         xemacs-codename, mime-edit-insert-user-agent-field,
9707         mime-edit-user-agent-value, mime-editor/version,
9708         mime-editor/codename): Compile warning killer move to
9709         wl-version.el
9710
9711 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9712
9713         * wl-summary.el (wl-summary-refile-subr): Fix.
9714
9715 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9716
9717         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9718         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9719
9720 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9721
9722         * wl.el (wl-check-environment): Check too many `@'.
9723
9724 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9725
9726         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9727
9728 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9729
9730         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9731         wl-draft-reply-myself-without-argument-list): Add variables.
9732         * wl-draft.el (wl-draft-reply): Use it.
9733
9734 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9735
9736         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9737         the 5th argument of `elmo-network-get-spec'.
9738
9739         * wl-thread.el (wl-thread-reparent-children): New inline function.
9740         (wl-thread-delete-message): Use it.
9741
9742         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9743         (wl-summary-score-update-all-lines): Don't use `dolist'.
9744
9745 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9746
9747         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9748         (require 'elmo-msgdb) for inline function.
9749
9750 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9751
9752         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9753
9754 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9755
9756         * wl-score.el (wl-score-headers): Fix for the confusing macro
9757         `elmo-kill-buffer'.
9758
9759 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9760
9761         * wl-summary.el: Don't use the 3rd argument of `require' because
9762         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9763         * wl-util.el: Ditto.
9764         * wl-draft.el: Ditto.
9765
9766 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9767
9768         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9769         window system is not used.
9770
9771 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9772
9773         * wl-thread.el: Don't use `mapcar' only for iteration.
9774         (wl-thread-resume-entity): Ditto.
9775         (wl-thread-delete-message): Ditto.
9776
9777         * wl-summary.el: Bind `dragdrop-drop-functions',
9778         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9779         of `require' for `timezone', `easymenu' and `ps-print';
9780         don't use `mapcar' only for iteration.
9781
9782         * wl-util.el: Bind `mule-version', `nemacs-version',
9783         `emacs-beta-version', `xemacs-codename',
9784         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9785         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9786         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9787         only for iteration.
9788
9789         * wl-score.el: Don't use `mapcar' only for iteration.
9790         (wl-score-simplify-buffer-fuzzy): Ditto.
9791         (wl-score-simplify-subject): Ditto.
9792         (wl-score-headers): Ditto.
9793         (wl-summary-score-update-all-lines): Ditto.
9794
9795         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9796         `enable-multibyte-characters' and `mule-version'.
9797
9798         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9799         `mapcar' only for iteration.
9800
9801         * wl-demo.el: Don't use `mapcar' only for iteration.
9802
9803         * wl-folder.el: Don't use `mapcar' only for iteration.
9804         (wl-folder-open-all): Ditto.
9805         (wl-folder-count-incorporates): Ditto.
9806
9807         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9808         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9809
9810         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9811         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9812         `smtp-connection-type'; specify 3rd argument of `require' for
9813         `timezone'; don't use `mapcar' only for iteration.
9814         (wl-draft-clone-local-variables): Don't use `mapcar'.
9815         (wl-draft-generate-clone-buffer): Ditto.
9816         (wl-user-agent-compose-internal): Ditto.
9817
9818         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9819
9820         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9821         (wl-save-status): Ditto.
9822
9823         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9824         for iteration.
9825
9826 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9827
9828         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9829         removed `Date'.
9830         (wl-fldmgr-make-filter-default): New user option.
9831
9832         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9833         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9834         (wl-fldmgr-filter-completion-alist): Abolish.
9835
9836         * wl.el (wl): Don't check servers if arg is non-nil.
9837
9838         * wl-draft.el (wl-draft-reply): Set only message-id string to
9839         In-Reply-To field.
9840
9841 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9842
9843         * wl-summary.el (wl-summary-pick): Rewrite.
9844
9845         * wl-draft.el (wl-draft-forward): Get references field from
9846         original buffer.
9847         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9848
9849 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9850
9851         * wl-draft.el (wl-draft-forward): Add references field.
9852
9853 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9854
9855         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9856         (wl-draft-reply): Use it.
9857
9858 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9859
9860         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9861         when Emacs 21 is running.
9862
9863         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9864         bindings.
9865
9866 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9867
9868         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9869         XPM icons transparent.
9870
9871         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9872         Emacs 21.
9873
9874 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9875
9876         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9877         nil.
9878
9879         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9880         when it is persistent.
9881         (wl-summary-sync-marks): Changed argument for
9882         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9883         (wl-summary-virtual): Use `elmo-read-search-condition'.
9884         (wl-summary-redisplay-internal): If folder is local, mark as read
9885         even when folder is plugged.
9886
9887 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9888
9889         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9890         of `tool-bar-lines' in the frame parameters.
9891         (after-make-frame-functions, post-command-hook): Don't modify the
9892         value.
9893         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9894         wl-e21-tool-bar-lines): Removed.
9895
9896 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9897
9898         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9899         properties `evaporate' and `wl-momentary-overlay' as well.
9900         (wl-highlight-summary-displaying): Ditto.
9901         (wl-delete-all-overlays): Don't delete overlay which does not have
9902         a property `wl-momentary-overlay'.
9903
9904         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9905         `display-mouse-p' and `display-graphic-p'.
9906         (wl-folder-init-icons): Don't search for XBM or the other files.
9907         (wl-plugged-set-folder-icon): Make icons if and only if
9908         `display-graphic-p' returns non-nil.
9909         (wl-highlight-plugged-current-line): Use `before-string' overlay
9910         property to show icon images.
9911         (wl-highlight-folder-current-line): Ditto.
9912         (wl-e21-highlight-folder-group-line): Ditto.
9913         (wl-e21-highlight-folder-by-numbers): Ditto.
9914         (wl-e21-insert-image): Removed.
9915         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9916         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9917         said.
9918         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9919         `wl-e21-force-switch-toolbar'.
9920         (wl-e21-make-icon-image): Removed.
9921         (wl-e21-setup-toolbar): Don't search for XBM files.
9922         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9923         the default value.
9924
9925 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9926
9927         * wl-util.el (wl-biff-check-folder-async): Set
9928         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9929
9930 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9931
9932         * wl-e21.el (after-make-frame-functions): Add
9933         `wl-e21-force-switch-toolbar'.
9934         (wl-e21-force-switch-toolbar): New function force to switch the
9935         toolbar appearance automatically.
9936         (post-command-hook): Add `wl-e21-switch-toolbar'.
9937         (wl-e21-switch-toolbar): New function to switch the toolbar
9938         appearance automatically.
9939         (wl-e21-tool-bar-lines): New buffer local variable.
9940
9941 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9942
9943         * wl-util.el (wl-biff-check-folders-running): New variable.
9944         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9945         (wl-biff-check-folder-async-callback):
9946         Set `wl-biff-check-folders-running'.
9947         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9948         with unwind-protect.
9949
9950         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9951         Enclose `wl-folder-auto-check' with unwind-protect.
9952
9953         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9954         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9955
9956         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9957
9958         * wl-util.el (wl-biff-notify): New inline function.
9959         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9960         locally.
9961         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9962         folder-list' is 1.
9963         Use `wl-biff-notify'.
9964         (wl-biff-check-folder-async-callback): New function.
9965         (wl-biff-check-folder-async): Ditto.
9966
9967         * wl-folder.el (wl-folder): Don't check folders.
9968         (wl-folder-auto-check): New function.
9969
9970 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9971
9972         * wl-util.el (wl-biff-start) [Emacs19+]:
9973         Use `timer-next-integral-multiple-of-time'.
9974         (wl-biff-check-folders): Use `wl-default-folder'
9975         if `wl-biff-check-folder-list' is nil.
9976
9977 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9978
9979         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9980         instead of `elmo-delete-lists'.
9981
9982 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9983
9984         * wl.el (wl-plugged-toggle-all): Set the value of
9985         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9986         (wl-plugged-toggle): Ditto.
9987         (wl-toggle-plugged): Ditto.
9988         (wl-plugged-init): Ditto.
9989
9990         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9991         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9992         instead of `wl-biff-state-indicator-off' and
9993         `wl-biff-state-indicator-on'; don't modify the value and the type
9994         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9995         (wl-plugged-init-icons): Set icons data to
9996         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9997         instead of `wl-plug-state-indicator-off' and
9998         `wl-plug-state-indicator-on'; don't modify the value and the type
9999         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10000
10001         * wl-vars.el (wl-modeline-biff-state-off,
10002         wl-modeline-biff-state-on, wl-modeline-biff-status,
10003         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10004         wl-modeline-plug-status): New internal variables.
10005         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10006         wl-biff-check-interval, wl-biff-check-folder-list): Change
10007         customization group from `wl-folder' to `wl-highlight'.
10008         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10009         wl-show-plug-status-on-modeline): Defcustomized.
10010
10011         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10012         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10013         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10014         a flag to `mode-line-buffer-identification'.
10015
10016         * wl-e21.el (wl-biff-init-icons): Set icons data to
10017         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10018         instead of `wl-biff-state-indicator-off' and
10019         `wl-biff-state-indicator-on'.
10020         (wl-plugged-init-icons): Set icons data to
10021         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10022         instead of `wl-plug-state-indicator-off' and
10023         `wl-plug-state-indicator-on'.
10024
10025 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10026
10027         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10028         excessive titles.
10029
10030 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10031
10032         * wl.el (wl-plugged-mode): Use revised
10033         `wl-mode-line-buffer-identification'.
10034         (wl-plugged-init): Don't use `force-mode-line-update'.
10035
10036         * wl-xmas.el (wl-draft-overload-functions): Use revised
10037         `wl-mode-line-buffer-identification'.
10038         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10039         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10040         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10041         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10042         `wl-make-plugged-hook';
10043         add `wl-folder-init-icons' and `wl-setup-folder' to
10044         `wl-folder-mode-hook'.
10045
10046         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10047         19 as well.
10048         (wl-mode-line-display-priority-list): New user option.
10049         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10050         Defcustomized.
10051         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10052         Add docs.
10053
10054         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10055         start.
10056         (wl-mode-line-buffer-identification): Revised as a function.
10057
10058         * wl-summary.el (wl-summary-mode): Use revised
10059         `wl-mode-line-buffer-identification'; don't call
10060         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10061         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10062         `wl-xmas-setup-summary'.
10063
10064         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10065         `wl-mode-line-buffer-identification'.
10066
10067         * wl-mule.el (wl-draft-overload-functions): Use revised
10068         `wl-mode-line-buffer-identification'.
10069
10070         * wl-folder.el (wl-make-plugged-alist): Don't call
10071         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10072         (wl-folder): Don't call `wl-folder-init-icons' directly.
10073         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10074         `wl-xmas-setup-folder' directly;
10075         use revised `wl-mode-line-buffer-identification'.
10076         (TopLevel): Don't bind `wl-biff-init-icons',
10077         `wl-plugged-init-icons', `wl-folder-init-icons',
10078         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10079
10080         * wl-e21.el (wl-draft-overload-functions): Use revised
10081         `wl-mode-line-buffer-identification'.
10082         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10083         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10084         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10085         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10086         `wl-make-plugged-hook';
10087         add `wl-folder-init-icons' and `wl-setup-folder' to
10088         `wl-folder-mode-hook'.
10089
10090 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10091             Katsumi Yamaoka    <yamaoka@jpl.org>
10092
10093         * wl.el (wl): Call `wl-biff-start'.
10094         (wl-exit): Call `wl-biff-stop'.
10095         (wl-plugged-mode): Show biff in modeline.
10096         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10097
10098         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10099         (wl-biff-init-icons): New function.
10100         (wl-plugged-init-icons): Don't make too much keymaps.
10101         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10102
10103         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10104         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10105         variables.
10106         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10107         options.
10108
10109         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10110         wl-biff-start, wl-biff-stop): New functions.
10111         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10112         (wl-biff-timer-name): New variable.
10113
10114         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10115
10116         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10117         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10118
10119         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10120         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10121
10122         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10123         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10124         `wl-folder-init-icons' to `ignore' if they are not available.
10125         (wl-folder-mode): Show biff in modeline.
10126
10127         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10128         (wl-biff-init-icons): New function.
10129         (wl-plugged-init-icons): Don't make too much keymaps.
10130         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10131
10132 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10133
10134         * wl-vars.el (wl-strict-diff-folders): Customization Type
10135         and doc fix.  Define as a list of regular expressions for
10136         folders or nil.
10137         * wl-folder.el (wl-folder-check-one-entity): Use
10138         `wl-string-match-member' instead of `wl-string-member' for
10139         `wl-strict-diff-folders'.
10140
10141 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10142
10143         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10144         (wl-highlight-folder-current-line): Use it; new implementation.
10145         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10146         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10147         `defsubst' instead of `defun'.
10148
10149         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10150         `wl-highlight-group-folder-by-numbers'; made it can also be a
10151         number.  See info for more details.
10152
10153         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10154         running.
10155
10156         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10157         to bind them.
10158
10159         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10160         (wl-highlight-folder-current-line): New implementation.
10161
10162         * wl-highlight.el (wl-highlight-folder-group-line): New
10163         implementation.
10164         (wl-delete-all-overlays): Rewrite as a marco.
10165         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10166
10167         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10168         running.
10169         (wl-folder-*-glyph): No need to bind them.
10170
10171         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10172         `wl-e21-highlight-folder-group-icon'; rewrite.
10173         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10174         `defsubst' instead of `defun'.
10175         (wl-folder-mode-map): Bind it when compiling.
10176
10177 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10178
10179         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10180
10181         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10182
10183 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10184
10185         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10186
10187 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10188
10189         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10190         (wl-highlight-folder-current-line): Use it.
10191
10192         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10193         in `id-name'.
10194
10195 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10196
10197         * wl.el: Require `wl-e21' when Emacs 21 is running.
10198
10199         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10200         default when Emacs 21 is running.
10201         (wl-use-highlight-mouse-line): Ditto.
10202         (wl-on-emacs21): New constant.
10203         (wl-on-emacs20): Removed.
10204
10205         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10206         Emacs 21 is running.
10207
10208         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10209         Emacs 21 is running.
10210
10211         * wl-e21.el: New file.
10212
10213 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10214
10215         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10216         (wl-toggle-plugged): Ditto.
10217         (wl-plugged-toggle): Ditto.
10218         (wl-plugged-toggle-all): Ditto.
10219
10220         * wl-vars.el (wl-plug-state-indicator): Refer
10221         `wl-plug-state-indicator-on' indirectly.
10222
10223 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10224
10225         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10226         Call `wl-folder-confirm-existence'.
10227
10228         * wl-folder.el (wl-folder-confirm-existence): Added optional
10229         argument `force'.
10230
10231 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10232
10233         * wl-summary.el (wl-summary-refile-subr): Assume
10234         `copy-or-refile' as symbol.
10235         (wl-summary-refile): Follow up above change.
10236         (wl-summary-copy): Ditto.  Doc fix.
10237
10238 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10239
10240         * wl-summary.el (wl-summary-pick): Don't bind
10241         `elmo-search-mime-charset'.
10242
10243         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10244         default using old backquote style.
10245         (wl-search-mime-charset): Abolished.
10246
10247         * wl-highlight.el (wl-highlight-headers):
10248         Call `point' after `re-search-forward'(for Nemacs).
10249
10250         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10251         for elmo-imap4.el.
10252
10253 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10254
10255         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10256         `wl-message-ignored-field-list' instead of
10257         `mime-view-ignored-field-list'.
10258
10259         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10260         Add interactive spec.
10261         (wl-folder-goto-bottom-of-current-folder): Ditto.
10262         (wl-folder-mode-map): Bind them.
10263
10264         * wl-vars.el (wl-message-ignored-field-list): New variable.
10265         (wl-message-visible-field-list): New variable.
10266
10267         * wl-mime.el (wl-mime-header-presentation-method): New function.
10268         (wl-mime-setup): Set header-presentation-method.
10269
10270 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10271
10272         * wl-nemacs.el (wl-draft-overload-functions): Set
10273         `mode-line-buffer-identification' instead of using
10274         `wl-make-modeline'.
10275
10276         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10277         instead of using `wl-make-modeline'.
10278
10279         * wl-xmas.el (wl-plugged-init-icons): Set up
10280         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10281         (wl-make-modeline): Abolish.
10282         (wl-draft-overload-functions): Set
10283         `mode-line-buffer-identification' instead of using
10284         `wl-make-modeline'.
10285
10286         * wl-util.el (wl-make-modeline-subr): Abolish.
10287         (wl-mode-line-buffer-identification): New alias.
10288
10289         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10290         (wl-summary-make-modeline): Abolish.
10291         (wl-summary-buffer-set-folder): Set
10292         `wl-summary-buffer-folder-indicator'.
10293         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10294         of using `wl-make-modeline'.
10295         (wl-summary-switch-to-clone-buffer): Don't set
10296         `mode-line-buffer-identification'.
10297         (wl-summary-goto-folder-subr): Ditto.
10298
10299         * wl-mule.el (wl-draft-overload-functions): Set
10300         `mode-line-buffer-identification' instead of using
10301         `wl-make-modeline'.
10302
10303         * wl-folder.el (wl-folder-mode): Set
10304         `mode-line-buffer-identification' instead of using
10305         `wl-make-modeline'.
10306         (wl-folder): Don't set `mode-line-buffer-identification'.
10307
10308 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10309
10310         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10311         instead of `member' for `wl-refile-guess-func-list' look-ups.
10312         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10313
10314 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10315
10316         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10317         `wl-message-button-dispatcher'.
10318
10319         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10320
10321         * wl-message.el (wl-message-button-dispatcher): Use it.
10322
10323         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10324         "In-Reply-To".
10325
10326         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10327         Bind `case-fold-search' to t.
10328
10329 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10330
10331         * wl-xmas.el (wl-message-overload-functions): Initialize
10332         `wl-message-button-map'.
10333
10334         * wl-mule.el (wl-message-overload-functions): Initialize
10335         `wl-message-button-map'.
10336
10337         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10338
10339         * wl-message.el (wl-message-button-map): New keymap.
10340         (wl-message-add-button): New function.
10341         (wl-message-button-dispatcher): New function.
10342         (wl-message-button-refer-article): New function.
10343
10344         * wl-highlight.el
10345         (wl-highlight-message-add-buttons-to-header): New function.
10346         (wl-highlight-headers): Use it.
10347
10348 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10349
10350         * wl-summary.el (wl-summary-default-from): Use
10351         `wl-address-get-petname-1'.
10352         (wl-summary-simple-from): Ditto.
10353
10354         * wl-address.el (wl-address-get-petname-1): New inline function.
10355         (wl-address-get-petname): Use it.
10356
10357 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10358
10359         * wl-summary.el (wl-summary-default-from): Return full-name part
10360         from the address if no petname was found.
10361         (wl-summary-simple-from): Ditto.
10362
10363         * wl-address.el (wl-address-get-petname): Return nil if no petname
10364         associated with the address was found.
10365
10366 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10367
10368         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10369         display is finished.
10370
10371 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10372
10373         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10374         `elmo-folder-exists-p' argument.
10375
10376 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10377
10378         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10379         the folder.
10380
10381 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10382
10383         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10384
10385         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10386         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10387
10388 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10389
10390         * wl-folder.el (wl-folder-create-subr): New function.
10391         (wl-folder-confirm-existence): Use it.
10392         (wl-folder-check-one-entity): Use it.
10393         Check the error symbol is derived from 'elmo-open-error.
10394
10395         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10396         `ignore-error'.
10397
10398 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10399
10400         * wl-util.el (toplevel): Add (eval-when-compile (require
10401         'elmo-util)).  (Maybe `provide' is typo.)
10402
10403 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10406         (I don't know why this was needed.)
10407
10408         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10409         Follow up changes for stream-type.
10410
10411         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10412         (wl-draft-elmo-nntp-send): Ditto.
10413
10414         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10415         (wl-nntp-posting-stream-type): Ditto.
10416         (wl-pop-before-smtp-ssl): Abolished.
10417         (wl-nntp-posting-ssl): Ditto.
10418
10419         * wl-address.el (wl-address-quote-specials): New function.
10420         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10421
10422         * wl-draft.el (wl-draft-reply): Ditto.
10423
10424 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10425
10426         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10427         use function `wl-string-match-assoc'.
10428
10429 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10430
10431         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10432
10433         * wl-draft.el (wl-draft-deduce-address-list): New function.
10434         (wl-draft-parse-mailbox-list): Ditto.
10435         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10436         instead of `smtp-deduce-address-list'.
10437         (wl-draft-on-field-p): Follow group list.
10438
10439         * wl-address.el (wl-address-concat-token): New function.
10440         (wl-address-string-without-group-list-contents): Ditto.
10441         (wl-complete-field-body): Fixed problem of completion
10442         by japanese petname.
10443         (wl-address-make-completion-list): Rewrite.
10444
10445 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10446
10447         * wl-address.el (wl-address-make-completion-list): Completion by
10448         petname.
10449         (wl-complete-field-body): Likewise.
10450
10451 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10452
10453         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10454         contains invalid address syntax.
10455
10456 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10457
10458         * wl-folder.el (wl-folder-check-entity-async): Use
10459         `elmo-nntp-spec-hostname'.
10460
10461 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10462
10463         * wl-summary.el (wl-summary-msgdb-load-async): Use
10464         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10465
10466 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10467
10468         * wl-draft.el (wl-draft-reply): Set argument
10469         `content-transfer-encoding' as nil.
10470
10471 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10472
10473         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10474         `wl-refile-alist'.
10475
10476 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10477
10478         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10479         (wl-draft-edit-string): Ditto.
10480         (wl-draft-forward): Ditto.
10481         * wl-summary.el (wl-summary-write): Ditto.
10482
10483 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-summary.el (wl-summary-sync-update3): Call
10486         `wl-summary-buffer-number-column-detect'.
10487         (wl-summary-buffer-number-column-detect): Search from point-min.
10488
10489 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10490
10491         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10492         contains an address which is not included in original to or cc.
10493
10494 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10495
10496         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10497         begin-line does not exist.
10498         * wl-message.el (wl-message-uu-substring): Ditto.
10499
10500 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10501
10502         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10503         clear local variables.
10504         (wl-summary-exit): Call `elmo-commit'.
10505         (wl-summary-switch-to-clone-buffer): Call
10506         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10507         (wl-summary-goto-folder-subr): Ditto.
10508
10509         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10510         POP folder.
10511
10512 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10513
10514         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10515         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10516         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10517         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10518         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10519         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10520
10521         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10522
10523 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10524
10525         * wl-summary.el (wl-summary-search-by-subject):
10526         Search parent message from the latest one.
10527
10528 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10529
10530         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10531         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10532
10533         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10534         New user option.
10535
10536         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10537         if elmo-nntp-use-killed-list is nil.
10538         Use `elmo-msgdb-append-to-killed-list'.
10539         (Append numbers confirmed as disappeared to the killed list.)
10540         (wl-summary-confirm-appends): Don't display negative number.
10541
10542 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10543
10544         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10545
10546 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10547
10548         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10549         range is `all'.
10550         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10551         `elmo-list-bigger-diff'.
10552
10553 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10554
10555         * wl-summary.el (wl-summary-buffer-exit-func):
10556         New buffer local variable.
10557         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10558
10559 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10560
10561         * wl-demo.el (wl-demo): Fix the last change.
10562
10563 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10564
10565         * wl-demo.el (wl-demo): Don't use `eval'.
10566
10567 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10568
10569         * wl-summary.el (wl-summary-buffer-thread-modified):
10570         New buffer-local variable.
10571         (wl-summary-set-thread-modified): New function.
10572         (wl-summary-thread-modified-p): New function.
10573         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10574         (wl-summary-yank-saved-message): Use function
10575         `wl-summary-set-thread-modified'
10576         (wl-summary-switch-to-clone-buffer): Add
10577         `wl-summary-buffer-thread-modified'.
10578
10579         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10580         (wl-summary-buffer-mark-saved-hook): Ditto.
10581         * wl-summary.el (wl-summary-msgdb-save): New hook
10582         `wl-summary-buffer-message-saved-hook' and
10583         `wl-summary-buffer-mark-saved-hook'.
10584
10585 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10586
10587         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10588
10589 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10590
10591         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10592         don't hide scroll bars under FSF Emacsen because it may incur an
10593         undesirable redrawing.
10594
10595 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10596
10597         * wl-draft.el (wl-draft-edit-string): Call
10598         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10599
10600 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10601
10602         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10603
10604 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10605
10606         * wl-summary.el (wl-summary-msgdb-load-async): Call
10607         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10608
10609 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10610
10611         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10612         fringes in demo buffer; center bitmap logo correctly even if old
10613         Mule is used.
10614
10615 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10616
10617         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10618
10619         * wl-refile.el (wl-refile-subject-alist): New variable.
10620         (wl-refile-subject-alist-file-name): Ditto.
10621         (wl-refile-alist-setup): Rewrite.
10622         (wl-refile-alist-save): Use `elmo-object-save'.
10623         Eliminated arguments.
10624         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10625         (wl-refile-guess-by-subject): New function.
10626         (wl-refile-guess-func-list): Added it.
10627
10628 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10629
10630         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10631         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10632
10633 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10634
10635         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10636         New buffer-local variable.
10637         (wl-summary-buffer-next-folder-func): Ditto.
10638         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10639         if non-nil.
10640         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10641         if non-nil.
10642         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10643         if non-nil.
10644         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10645         if non-nil.
10646
10647 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10648
10649         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10650         permanently in the demo buffer.
10651
10652 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10653
10654         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10655         `mime-entity-fetch-field'.
10656
10657         * wl.el (wl-exit): Delete plugged buffer.
10658
10659         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10660         XEmacs has menubar feature.
10661
10662 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10663
10664         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10665         cannot arrive at the beginning of the buffer under old Emacsen.
10666
10667 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-address.el (wl-address-ldap-search):
10670         Call `ldap-search-entries' with `withdn' argument t.
10671         (wl-complete-field-body): Bind completion-ignore-case as t.
10672         Clear ldap search hash when it was sole completion.
10673         Use elmo-string for pattern string.
10674         (wl-ldap-alias-safe-string): Eliminated needless let.
10675
10676 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10677
10678         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10679         (wl-ldap-alias-sep): New constant.
10680         (wl-ldap-search-attribute-type-list): Ditto.
10681         (wl-ldap-get-value): New function.
10682         (wl-ldap-make-filter): Ditto.
10683         (wl-ldap-make-matched-value-list): Ditto.
10684         (wl-ldap-alias-safe-string): Ditto.
10685         (wl-ldap-register-dn-string): Ditto.
10686         (wl-address-ldap-search): Rewrite.
10687
10688 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10689
10690         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10691         thread is deleted.
10692         (wl-thread-delete-line-from-buffer): Ditto.
10693         (wl-thread-get-exist-children): New function.
10694
10695 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10696
10697         * wl-demo.el (wl-demo): Made it to select various image types.
10698         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10699         from `wl-title-logo'.
10700         (wl-logo-ascii): New variable.
10701         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10702         (wl-demo-copyright-notice): New constant.
10703
10704         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10705
10706 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10707
10708         * wl-vars.el (wl-summary-target-above): Renamed from
10709         wl-summary-temp-above.
10710         * wl-score.el (wl-score-get-score-alist): Use it.
10711         (wl-summary-score-update-all-lines): Use it.
10712         * wl-summary.el: Ditto. (make-variable-buffer-local).
10713
10714 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10715
10716         * wl-vars.el (wl-ldap-port): New user option.
10717
10718         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10719         Rewite whole implementation.
10720         (wl-complete-field-body): Fixed.
10721
10722 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10723
10724         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10725         Choose implementation at compile time.
10726
10727 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10728
10729         * wl-address.el (wl-ldap-search-internal): New function.
10730         (wl-complete-field-to): Use it.
10731
10732 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10733
10734         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10735         Use `let' instead of `let*'.
10736         Require 'wl-vars.
10737
10738         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10739         Define as defcustom.
10740         (wl-ldap-base): Ditto.
10741         (wl-use-ldap): Ditto.
10742
10743 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10744
10745         * wl-address.el (wl-ldap-search): New function.
10746         (wl-complete-field-body): Use `wl-ldap-search'.
10747         (wl-ldap-server): New variable.
10748         (wl-ldap-base): Ditto.
10749         (wl-use-ldap): Ditto.
10750
10751 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10752
10753         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10754         (Pointed out by Mito <mit@nines.nec.co.jp>).
10755         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10756         buffer-local variables like `wl-summary-redisplay-internal'.
10757         (wl-summary-redisplay-all-header): Likewise.  Update
10758         Summary view too.
10759
10760 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10761
10762         * wl-summary.el (wl-summary-jump-to-parent-message):
10763         Consider prefix argument.
10764
10765         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10766         when closed thread is deleted.
10767
10768 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10769
10770         * wl-summary.el (wl-summary-jump-to-parent-message):
10771         Consider thread modification.
10772
10773 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10774
10775         * wl-message.el (wl-message-normal-get-original-buffer): Use
10776         `save-excursion'.
10777
10778         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10779         (wl-summary-showto-folder-regexp): Ditto.
10780
10781 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10782
10783         * wl-util.el (wl-delete-alist): Doc fix.
10784         (wl-delete-associations): New function.
10785         (wl-inverse-alist): New function.
10786         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10787         Split temporary variables. Use `wl-delete-associations'
10788         and `wl-inverse-alist'.
10789         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10790
10791 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10792
10793         * wl-folder.el (wl-folder-prefetch-entity):
10794         Execute prefetching if new count is unknown.
10795
10796 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10797
10798         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10799
10800         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10801         delete entity.
10802         (wl-thread-set-parent): If insert as top, set linked as nil.
10803
10804         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10805         `wl-thread-cleanup-symbols' when view mode is thread.
10806
10807 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10808
10809         * wl-folder.el (wl-folder-create-folder-entity): Use
10810         with-current-buffer.
10811         (wl-local-folder-init): Call set-buffer to make sure we are in
10812         the Folder buffer. Don't touch buffer-local variables here.
10813         (wl-folder-mode): Initialize buffer-local variables here.
10814
10815         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10816         (wl-folder-entity-assign-id): Ditto.
10817         (wl-folder-create-entity-hashtb): Ditto.
10818         (wl-local-folder-init): Ditto.
10819         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10820
10821 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10822
10823         * wl-summary.el (wl-summary-default-from): Fix probrem when
10824         std11-extract-address-components return (nil "foo@bar").
10825
10826 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10827
10828         * wl-draft.el (wl-draft-clone-local-variables):
10829         Remove redundant `setq'.
10830
10831 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10832
10833         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10834         Bind wl-highlight-x-face-func as nil while highlighting header.
10835
10836 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10837
10838         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10839
10840 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10841
10842         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10843         elmo-msgdb-overview-hashtb from copy-variables.
10844         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10845         instead of `elmo-msgdb-overview-get-entity-by-number'.
10846         (wl-summary-auto-refile): Ditto.
10847
10848         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10849         `elmo-msgdb-overview-get-entity' instead of
10850         `elmo-msgdb-search-overview-entity'.  Use
10851         `elmo-msgdb-overview-get-entity' instead of
10852         `elmo-msgdb-overview-get-entity-by-number'.
10853         (wl-thread-insert-entity-sub): Ditto.
10854         (wl-thread-insert-message): Ditto.
10855
10856         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10857         `elmo-msgdb-overview-get-entity'.
10858         (wl-normal-message-redisplay): Ditto.
10859
10860 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10861
10862         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10863         `wl-thread-entities'.
10864         (wl-thread-delete-message): Fix remove top message from
10865         `wl-thread-entity-list'.
10866
10867         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10868         wl-append(nconc), because update-list is broken on Meadow.
10869
10870         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10871         updating process.
10872         (wl-summary-rescan): Ditto.
10873         (wl-summary-sync-update3): Ditto.
10874         * wl-thread.el (wl-thread-set-parent): Renamed from
10875         `wl-summary-set-parent'.
10876         (wl-thread-insert-message): Updating buffer faster.
10877         (wl-thread-delete-message): Updating buffer faster.
10878
10879         * wl-score.el (wl-summary-score-update-all-lines): Changed
10880         interval for display progress gauge.
10881
10882 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10883
10884         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10885         folder always-sticky.
10886         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10887         defmacro.
10888
10889 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10890
10891         * wl-vars.el (wl-draft-add-references): New user option.
10892
10893         * wl-draft.el (wl-draft-add-references): New function.
10894         (wl-draft-yank-from-mail-reply-buffer): Use it.
10895         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10896         as nil.
10897
10898 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10899
10900         * wl-thread.el (wl-thread-update-line-msgs): Called
10901         `wl-thread-update-line-on-buffer-sub'.
10902         (wl-thread-update-line-on-buffer): Delete routine of inserting
10903         thread.
10904         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10905         moved from `wl-thread-update-line-on-buffer'.
10906         Add threshold for displaying progress gauge.
10907         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10908         argument of `wl-thread-update-line-msgs'.
10909         Add threshold for displaying progress gauge.
10910         * wl-folder.el:
10911         Add threshold for displaying progress gauge.
10912         * wl-score.el: Ditto.
10913
10914         * wl-expire.el (wl-summary-expire): Display deleting info.
10915
10916 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10917
10918         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10919         `no-msg'.
10920         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10921         argument of `wl-thread-update-line-msgs'.
10922         (wl-summary-set-parent): Added optional argument `parent-number'.
10923         (wl-summary-buffer-saved-message): New buffer local variable.
10924         (wl-summary-save-current-message): New command.
10925         (wl-summary-yank-saved-message): Ditto.
10926         (wl-summary-mode-map): Added key binding for
10927         `wl-summary-save-current-message' (\ew) and
10928         `wl-summary-yank-saved-message' (\C-y).
10929         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10930
10931 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10932
10933         * wl-summary.el (wl-summary-mode-map): Added key binding for
10934         `wl-summary-set-parent' (ts).
10935
10936 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10937
10938         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10939         subject faster. If thread number is reverse, delayed updating
10940         thread.
10941         (wl-summary-search-by-subject): Ditto.
10942         (wl-summary-put-alike): Ditto.
10943         (wl-summary-get-alike): Ditto.
10944         (wl-summary-insert-headers): Insert header of all overview in
10945         buffer.
10946         (wl-summary-rescan): Delayed updating thread. Kill search subject
10947         buffer for wl-summary-search-by-subject.
10948         (wl-summary-sync-update3): Ditto.
10949         (wl-summary-exit): Ditto.
10950         (wl-summary-goto-bottom-of-current-thread): Change for linked
10951         thread.
10952         (wl-summary-overview-create-summary-line): Change line for linked
10953         thread.
10954
10955         * wl-summary.el (wl-summary-update-thread): Use
10956         wl-thread-maybe-get-children-num.
10957         (wl-summary-set-parent): If change parent, move sub thread.
10958         (wl-summary-redisplay-internal): Add horizontal recenter.
10959         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10960
10961         * wl-thread.el (wl-thread-entity-get-linked): New function.
10962         (wl-thread-entity-set-linked): New function.
10963         (wl-thread-create-entity): Add linked element.
10964         (wl-thread-entity-insert-as-top): Use wl-append.
10965         (wl-thread-maybe-get-children-num): If closing thread, return
10966         children msgs.
10967         (wl-thread-update-line-msgs): Displaying progress message.
10968         (wl-thread-update-line-on-buffer-sub): Use
10969         wl-thread-maybe-get-children-num.
10970         (wl-thread-update-line-on-buffer): If update line is not exists,
10971         insert thread.
10972         (wl-thread-delete-message): If delete top msg of thread, search
10973         parent by subject.
10974         (wl-thread-insert-entity): Use
10975         wl-thread-maybe-get-children-num.
10976
10977         * wl-highlight.el (wl-highlight-summary-current-line): change
10978         sregexp for linked thread.
10979         * wl-util.el (wl-count-lines): Count lines.
10980         (wl-horizontal-recenter): horizontal recenter.
10981         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10982         (wl-score-get-alike): Ditto.
10983         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10984         (wl-subject-length-limit): New variable.
10985         (wl-highlight-thread-indent-string-regexp): Changed for linked
10986         thread.
10987
10988 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10989
10990         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10991         New variable (revival).
10992         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10993         by subject matching if there's no in-reply-to nor references field
10994         (revival).
10995
10996 \f
10997 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10998
10999         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11000         message.
11001
11002 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11003
11004         * wl-summary.el (wl-summary-reply): Return t if there was a
11005         message at cursor point.
11006         Added unwind-protect.
11007         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11008         returns t.
11009         (wl-summary-cancel-message): Do nothing when there's no message at
11010         cursor point.
11011         (wl-summary-forward): Ditto.
11012         (wl-summary-jump-to-parent-message): Ditto.
11013         (wl-summary-reedit): Ditto.
11014         (wl-summary-edit-addresses): Ditto.
11015         (wl-summary-pipe-message): Ditto.
11016         (wl-summary-print-message-with-ps-print): Ditto.
11017         (wl-summary-print-message): Ditto.
11018         (wl-summary-mark-as-important): Ditto.
11019         (wl-summary-mark-as-unread): Ditto.
11020
11021         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11022         message at cursor point.
11023         (wl-summary-reply-with-citation): Remove unwind-protect.
11024
11025         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11026         subject searching feature.
11027         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11028         Eliminated.
11029
11030 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11031
11032         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11033         New variable.
11034         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11035         by subject matching if there's no in-reply-to nor references field.
11036
11037         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11038
11039         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11040         when display is finished.
11041         (wl-folder-open-all): Ditto.
11042         (wl-folder-update-access-group): Ditto.
11043         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11044         * wl-thread.el (wl-thread-close-all): Ditto.
11045
11046         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11047         progress gauge only when it was displayed.
11048         * wl-folder.el (wl-folder-insert-entity): Ditto.
11049
11050 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-summary.el (wl-summary-incorporate): Enclose
11053         `wl-summary-sync-force-update' with save-excursion.
11054
11055 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11056
11057         * wl-summary.el (wl-summary-prefetch-region):
11058         Pass current cursor point to `pos-visible-in-window-p' after
11059         moving cursor to the started point.
11060
11061 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11062
11063         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11064
11065         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11066         fields from the forwarding message.
11067         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11068         `ignored-fields'.
11069
11070 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11071
11072         * wl-mime.el (wl-message-request-partial):
11073         Eliminated argument `msgdb'.
11074         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11075         (wl-mime-combine-message/partial-pieces): Likewise.
11076         * tm-wl.el (wl-message-request-partial): Likewise.
11077         (wl-mime-combine-message/partial-pieces): Likewise.
11078
11079 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11080
11081         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11082         when display is finished.
11083
11084 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11085
11086         * wl-summary.el (wl-summary-goto-folder-subr):
11087         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11088
11089 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11090
11091         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11092         when cursor point is visible.
11093
11094 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11095
11096         * wl-expire.el (wl-expire-archive-get-max-number):
11097         Don't use `file-name-directory'.
11098
11099 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11100
11101         * wl-expire.el (wl-expire-archive-get-max-number):
11102         Use `file-name-directory'.
11103
11104 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11105
11106         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11107         only when there is progress.
11108
11109 2000-04-13  Mito <mit@nines.nec.co.jp>
11110
11111         * wl-summary.el (wl-summary-sync-marks): Display progress.
11112
11113 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11114
11115         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11116         (wl-summary-prev): Move cursor regardless of unread status.
11117         (wl-summary-next): Ditto.
11118
11119 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11120
11121         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11122         Added argument `target' and `number'.
11123         * tm-wl.el (wl-summary-burst-subr): New function.
11124         (wl-summary-burst): Use it.
11125
11126 2000-04-10  Mito <mit@nines.nec.co.jp>
11127
11128         * wl-mime.el (wl-burst): New function.
11129         (wl-summary-burst): Use it.
11130
11131 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11132
11133         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11134         as petname when there's no candidate.
11135
11136 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11137
11138         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11139         New variable.
11140         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11141
11142         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11143
11144         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11145
11146 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11147
11148         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11149         Use substring of `original' instead of buffer-substring.
11150         (wl-refile-evaluate-rule):
11151         Set `original' argument of wl-refile-expand-newtext.
11152
11153         * wl-summary.el
11154         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11155         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11156         (wl-summary-auto-refile): Check existence of destination folder just
11157         before marking.
11158
11159 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11160
11161         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11162         when wl-refile-get-field-value return nil.
11163
11164 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11165
11166         * wl-refile.el
11167         (wl-refile-expand-newtext): New function imported from Gnus.
11168         (wl-refile-evaluate-rule): Use it.
11169
11170 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11171
11172         * wl-summary.el (wl-summary-print-destination):
11173         Duplicate folder string to avoid putting text-property on
11174         original string.
11175
11176         * wl-refile.el (wl-refile-get-field-value): New function.
11177         (wl-refile-evaluate-rule): New function;
11178         Evaluate refile rule recursively.
11179         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11180         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11181         New function; Check existence of a target folder recursively.
11182         (wl-summary-auto-refile-check-refile-rule-alist):
11183         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11184
11185 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11186
11187         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11188
11189         * wl-folder.el (wl-create-folder-entity-from-buffer):
11190         Fixed problem when '}' character is contained in folder name.
11191
11192         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11193
11194 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11195
11196         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11197         (wl-fldmgr-add-completion-all-completions):
11198         Use wl-fldmgr-add-completion-hashtb.
11199
11200 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11201
11202         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11203         wl-fldmgr-add-completion-subr): New functions.
11204         * wl-folder.el (wl-folder-completion-func): New variable.
11205         * wl-summary.el (wl-summary-read-folder):
11206         Use wl-folder-completion-func.
11207
11208         * wl-refile.el: Eliminate throw & catch.
11209
11210         * wl.el (wl-plugged-sending-queue-status): Fixed.
11211
11212 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11213
11214         * wl-draft.el (wl-draft): Put category property on
11215         mail-header-separator.