0f907f95c5ad1d3f9897f992aeacbc803c4c55b0
[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-folder-get-entity-from-buffer): Macro to function.
12         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
13         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
14         * wl.el (wl-plugged-string): Macro to function.
15
16         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
17         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
18         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
19         Macro to function.
20
21         * wl-thread.el (wl-thread-open, wl-thread-close): Use
22         `point-at-bol', `point-at-eol'.
23
24         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
25         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
26         `(string-to-char " ")' instead of `? ', `?\ '.
27         * wl-action.el (wl-summary-print-argument): Ditto.
28         * wl-address.el (wl-complete-field-body): Ditto.
29         * wl-demo.el (wl-demo-insert-image): Ditto.
30         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
31         * wl-util.el (wl-ask-folder, wl-set-string-width)
32         (wl-y-or-n-p-with-scroll): Ditto.
33
34         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
35         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
36         verbose point move.
37
38         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
39         and `point-at-eol'.
40         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
41         Ditto.
42
43 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
46         `(beginning-of-line) (point)'.
47
48         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
49         (wl-fldmgr-delete-line): Change from macro to function. Use
50         `point-at-bol' and `point-at-eol'.
51
52         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
53         `function' for lambda.
54
55         * wl.el (wl-plugged-server-indent): Change from macro to function.
56
57         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
58
59         * wl-draft.el (wl-draft-config-body-goto-header)
60         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
61         macro to function.
62
63         * wl-score.el (wl-score-get-alike): Change from macro to
64         inline-function.
65
66         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
67         instead of `mapcar'. Don't use `function' for lambda.
68         (wl-read-search-condition-internal): Don't use `function' for
69         lambda.
70         (wl-kill-buffers): Change from macro to function.
71         (wl-count-lines): Change from macro to inline-function.
72
73         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
74
75         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
76
77         * wl.el (wl-plugged-change): Suppress compile warnings; Use
78         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
79         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
80         * wl-address.el (wl-complete-window-show): Ditto.
81         * wl-message.el (wl-message-select-buffer): Ditto.
82         * wl-template.el (wl-template-show): Ditto.
83         * wl-util.el (wl-collect-summary): Ditto.
84         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
85         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
86         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
87         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
88         (wl-score-edit-insert-number): Ditto.
89
90         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
91         symbol.
92
93         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
94         of `goto-line'.
95
96         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
97
98 2009-12-16  Lloyd Zusman <ljz@asfast.com>
99
100         * wl-summary.el (wl-summary-detect-mark-position): Force
101         the temporary buffer to enable the use of multibyte characters
102         within searches [wl-en:2460].
103
104 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105
106         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
107         of `beginning-of-buffer'.
108
109 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
110
111         * wl-summary.el (wl-summary-display-raw): New function, display
112         message in raw format.
113
114 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
115
116         * Version number is increased to 2.15.7.
117
118 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
119
120         * wl-summary.el (wl-summary-previous-message-number): New function.
121         (wl-summary-next-message-number): Ditto.
122         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
123         `wl-summary-next-message-number'.
124         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
125         Inline temporary variable `cur-id'.
126         (wl-summary-get-next-unread-folder): Ditto.
127         (wl-summary-get-next-folder): Ditto.
128         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
129
130 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
131
132         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
133
134 2008-09-05  Kenichi Okada  <okada@opaopa.org>
135
136         * wl-summary.el (wl-summary-buffer-folder-name)
137         (wl-draft-config-body-goto-header): Use backquote instead of quote.
138         * wl-draft.el (wl-draft-body-goto-top)
139         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
140
141 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
142
143         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
144         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
145
146 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * wl-expire.el: Fix Comentary section.
149
150 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
151
152         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
153         Require mime-parse, elmo-mime, and wl-util.
154
155         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
156
157         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
158
159 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
160
161         * wl-template.el: Require elmo-util and wl-vars.
162
163         * wl-mime.el (wl-mime-display-header): Revert last change.
164         Remove `delete-matching-lines "^$"'.
165
166 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
167
168         * wl-mime.el (wl-define-dummy-functions): Split
169         `eval-when-compile' form for avoid error; when `make
170         compile-strict.
171
172         * wl-util.el: Move (eval-when-compile (require 'static)).
173         * wl-dnd.el: Add (eval-when-compile (require 'static)).
174         * wl-message.el: Ditto.
175
176         * wl-mime.el (wl-message-delete-current-part): Use
177         `insert-buffer-substring' instead of `insert-buffer'.
178         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
179         * wl-draft.el (wl-draft-generate-clone-buffer)
180         (wl-draft-do-mime-bcc): Ditto.
181
182         * wl-address.el: Add (eval-when-compile (require 'cl)).
183         * wl-addrmgr.el: Ditto.
184         * wl-mime.el: Ditto.
185         * wl-util.el: Ditto.
186         * wl-score.el: Ditto.
187
188 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
191         `string-to-int'.
192
193         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
194         `string-to-int'.
195
196         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
197         `string-to-number' instead of `string-to-int'.
198
199         * wl-summary.el (wl-summary-get-list-info)
200         (wl-summary-message-number): Use `string-to-number' instead of
201         `string-to-int'.
202
203         * wl-score.el (wl-score-overview-entity-get-lines)
204         (wl-score-set-mark-below, wl-score-set-expunge-below)
205         (wl-summary-increase-score, wl-score-get-header-entry): Use
206         `string-to-number' instead of `string-to-int'.
207
208         * wl-folder.el (wl-folder-update-diff-line): Use
209         `string-to-number' instead of `string-to-int'.
210
211         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
212         instead of `string-to-int'.
213
214         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
215         instead of `string-to-int'.
216
217         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
218         `string-to-int'.
219
220 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
221
222         * wl-util.el (wl-match-string, wl-match-buffer)
223         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
224         (wl-kill-buffers, wl-local-variable-p)
225         (wl-line-formatter-setup): New backquote style.
226         (wl-count-lines): Use quote instead of backquote.
227
228         * wl-summary.el (wl-summary-buffer-folder-name)
229         (wl-summary-get-alike): Use quote instead of backquote.
230         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
231         backquote style.
232
233         * wl-message.el (wl-message-buffer-cache-buffer-get)
234         (wl-message-buffer-cache-folder-get)
235         (wl-message-buffer-cache-message-get)
236         (wl-message-buffer-cache-entry-make)
237         (wl-message-buffer-cache-hit): New backquote style.
238
239         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
240         backquote.
241         (wl-folder-unread-regex, wl-folder-entity-exists-p)
242         (wl-folder-clear-entity-info)
243         (wl-folder-get-entity-info, wl-folder-set-entity-info)
244         (wl-folder-elmo-folder-cache-get)
245         (wl-folder-elmo-folder-cache-put): New backquote style.
246
247         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
248         (wl-fldmgr-assign-id): Ditto.
249         (wl-fldmgr-delete-line): Use quote instead of backquote.
250         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
251
252         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
253         (wl-draft-set-sent-message): New backquote style.
254         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
255         (wl-draft-config-body-goto-header): Use quote instead of backquote.
256
257 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
258
259         * wl-address.el (wl-address-concat-token): Fix typo.
260
261 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
264         (wl-score-get-alike): Ditto.
265
266         * wl-vars.el: New backquote style.
267         (wl-message-header-button-alist): Use quote instead of backquote.
268
269         * wl.el (wl-plugged-string): New backquote style.
270
271         * wl-address.el (wl-address-concat-token): New backquote style.
272
273         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
274
275 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
276
277         * wl-highlight.el (wl-highlight-folder-opened-regexp)
278         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
279
280         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
281         in the character alternative.
282
283 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
284
285         * Version number is increased to 2.15.6.
286
287 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
288
289         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
290         optional 3rd argument of epg-context-set-progress-callback; it was
291         temporarily removed in the Emacs trunk due to copyright problem.
292         (wl-mime-pgp-verify-region-with-epg): Ditto.
293
294 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
295
296         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
297
298 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-util.el (wl-biff-check-folders): Set biff flag.
301         (from Naoto Morishima [wl:14031])
302
303 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
304
305         * wl.el (wl-plugged-server-indent): Use quote instead of
306         backquote.
307
308 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * wl-score.el (wl-score-insert-header): Add guard for
311         `std11-unfold-string'.
312         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
313         TYPE artgument when TO or CC field.
314
315 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * wl-summary.el (wl-summary-goto-folder-subr): Call
318         `elmo-folder-close' instead of `elmo-folder-commit' if discard
319         current summary.
320
321 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-util.el (wl-read-shell-commande): New function or alias.
324
325         * wl-summary.el (wl-summary-pipe-message): Use
326         `wl-read-shell-command' instead of `read-string'.
327         (wl-summary-target-mark-pipe): Ditto.
328
329 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * wl-summary.el (wl-summary-reply): Fix docstring.
332         * wl-draft.el (wl-draft-reply): Ditto.
333
334 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-mime.el (wl-summary-extract-attachments): New command.
337         (wl-summary-extract-attachments-1): New internal function.
338
339 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-expire.el (wl-expire-folder): New function (split from
342         wl-summary-expire).
343         (wl-summary-expire): Use it. Add argument `all' instead of remove
344         `nolist'. Cause an error only if this function is calling
345         interactively.
346
347 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-expire.el (wl-expire-refile): Display progress message.
350         (wl-summary-expire): Simplify.
351
352         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
353         unused argument `deleting-info'.
354
355 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-vars.el (wl-message-popup-buffers): New user option.
358
359         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
360         (wl-message-delete-popup-windows): New function that substitues
361         above one.
362         (wl-mime-setup): Follow the above change.
363
364 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
365
366         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
367
368 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
369
370         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
371         "tkm" to wl-thread-spam.
372
373 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
374
375         * wl-thread.el (wl-thread-entity-insert-as-children): Use
376         wl-thread-entity-set-children.
377         (wl-thread-insert-message, wl-thread-insert-entity-sub,
378         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
379         Use wl-thread-entity-get-*.
380
381 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-mime.el (wl-epg-progress-callback): New function.
384         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
385         with `elmo-with-progress-display'. Set a progress callback
386         function to epg-context.
387         (wl-mime-pgp-verify-region-with-epg): Ditto.
388
389 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-util.el (wl-completing-read-multiple): Define as an alias of
392         `completing-read-multiple' if emacs-version is not less than 22.
393
394 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
397         change.
398
399 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-summary.el (wl-summary-sync-update): Move
402         `wl-thread-update-indent-string-thread' to outside of
403         `elmo-with-progress-display'.
404
405 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-message.el (wl-message-exit): Check buffer existence.
408
409 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-util.el (wl-simple-display-progress): New function.
412         (wl-display-progress-with-gauge): Ditto.
413         (wl-progress-callback-function): Ditto.
414
415         * wl.el (wl-init): Set `elmo-progress-callback-function' as
416         `wl-progress-callback-function'
417
418         * wl-vars.el (wl-display-progress-threshold): New user option.
419         (wl-display-progress-function): Ditto.
420
421         * Version number is increased to 2.15.5.
422
423 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-thread.el (wl-thread-close-children): New function.
426         (wl-thread-open-children): Ditto.
427         * wl-action.el (wl-summary-set-mark): Redo the last change by
428         using it.
429
430         * wl-action.el (wl-summary-set-mark): Undo the last change.
431         Forbid interactive call.
432
433 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-mime.el (wl-define-dummy-functions): New macro.
436         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
437         `wl-mime-pgp-decrypt-region'.
438         (wl-mime-pgp-verify-region-with-epg): Renamed from
439         `wl-mime-pgp-verify-region'.
440         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
441         `wl-mime-pgp-decrypt-region'.
442         (wl-mime-pgp-verify-region-with-pgg): Renamed from
443         `wl-mime-pgp-verify-region'.
444         (wl-mime-pgp-decrypt-region): New function; To select dispatch
445         function at runtime.
446         (wl-mime-pgp-verify-region): Ditto.
447
448         * wl-vars.el (wl-use-pgp-module): New user option.
449
450 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
453         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
454
455 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
458         even if there are target marks only.
459
460 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * Version number is increased to 2.15.4.
463
464 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-folder.el (wl-folder-check-one-entity): Simplify.
467
468 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
469
470         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
471         variable.
472
473 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
474
475         * wl-spam.el (wl-thread-test-spam): New function.
476         (wl-spam-setup): Bind "tkc".
477
478 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-expire.el (wl-folder-expire-entity): Rewite without
481         `wl-summary-goto-folder-subr'.
482         (wl-folder-expire-current-entity): Don't kill summary buffer.
483
484 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-folder.el (wl-folder-sync-entity): Rewrite without
487         `wl-summary-goto-folder-subr'.
488         (wl-folder-mark-as-read-all-entity): Likewise.
489
490         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
491
492 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-thread.el (wl-thread-force-open): Arranged.
495
496 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
499         from regexp.
500
501         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
502         (wl-read-search-condition-internal): Append them.
503
504 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-vars.el (wl-additional-search-condition-fields):
507         New user option.
508
509         * wl-util.el (wl-search-condition-fields): New function; export
510         from `wl-read-search-condition-internal'.
511         (wl-read-search-condition-internal): Use it.
512
513         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
514
515 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-summary.el (wl-summary-define-sort-command): New function.
518         (wl-summary-sort-by-date, wl-summary-sort-by-number)
519         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
520         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
521         define by `wl-summary-define-sort-command' at runtime.
522
523         * wl.el (wl-init): Call wl-summary-define-sort-command.
524
525 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
528         properties at the decrypting region.
529
530 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-util.el (wl-find-region): New function.
533
534         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
535         coding system.
536         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
537         property `wl-mime-decoded-coding-system'.
538         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
539         property `wl-mime-decoded-coding-system' to encode text.
540
541         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
542         message.
543         (wl-mime-pgp-verify-region): Ditto.
544
545 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
548         buffer. Use epa-display-verify-result.
549
550 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-draft.el (wl-draft-send): Continue even if setting parent
553         flag was failed.
554
555 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-message.el (wl-message-flag-indicator): Fixed the problem
558         of returning string only of parentheses.
559
560 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * wl-summary.el (wl-summary-write): Add argument `folder'.
563         (wl-summary-write-current-folder): Change argument `folder' from
564         optional to require.
565         (wl-summary-get-buffer): Return the buffer associated folder only.
566
567         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
568         change.
569         (wl-folder-toggle-disp-summary): Ditto.
570
571         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
572         current summary as parent-folder.
573
574 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-draft.el (wl-draft-reedit): Don't overwrite
577         wl-draft-parent-folder.
578
579 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
582         (wl-mime-pgp-verify-region): Ditto.
583         (wl-message-decrypt-pgp-nonmime): Use the above function.
584         (wl-message-verify-pgp-nonmime): Likewise.
585         (wl-mime-preview-application/pgp): Likewise.
586
587 2006-04-20  Kenichi Okada  <okada@opaopa.org>
588
589         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
590         Fix about the order of `wl-nntp-posting-port' and
591         `wl-nntp-posting-stream-type'.
592         * wl.el (wl-plugged-port-label-alist): Add smtp.
593
594 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-summary.el (wl-summary-message-status): New macro.
597
598         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
599         (wl-summary-killed-mark): New user option.
600
601         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
602         API change.
603         (wl-thread-insert-entity-sub): Ditto.
604         (wl-thread-recover-messages): New command.
605
606         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
607         Don't call `wl-highlight-summary-current-line' directly.
608         (wl-summary-buffer-attach): Connect to signal `status-changed'
609         instead of `cache-changed'.
610         (wl-summary-buffer-detach): Follow the above change.
611         (wl-summary-detect-mark-position): Follow the API change.
612         (wl-summary-rescan-message): Ditto.
613         (wl-summary-insert-sequential): Ditto.
614         (wl-summary-update-thread): Ditto.
615         (wl-summary-message-mark): Ditto.
616         (wl-summary-persistent-mark): Ditto.
617         (wl-summary-create-line): Ditto.
618         (wl-summary-prefetch-region-no-mark): Call
619         `wl-summary-persistent-mark' with number.
620         (wl-summary-recover-messages-region): New command.
621         (wl-summary-target-mark-recover): Ditto.
622         (wl-summary-recover-message): Ditto.
623         (wl-summary-persistent-mark-string): Add argument `status' instead
624         of remove arguments `flags' and `cached'.  Treat killed status.
625         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
626
627         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
628         (wl-highlight-summary-line-face-spec): Treat killed status.
629         (wl-highlight-summary-line-string): Follow the API change.
630         (wl-highlight-summary-current-line): Ditto.
631
632         * Version number is increased to 2.15.3.
633
634 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
637         of symbolp to test whether the condition is function.
638
639 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
642         to nil.
643
644 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-summary.el (wl-summary-buffer-message-ring): New internal
647         variable.
648         (wl-summary-buffer-last-displayed-msg): Abolish.
649         (wl-summary-push-message): New function.
650         (wl-summary-pop-message): Ditto.
651         (wl-summary-goto-folder-subr): Reset
652         `wl-summary-buffer-message-ring'.
653         (wl-summary-pop-to-last-message): New command.
654         (wl-summary-goto-last-displayed-msg): Call
655         wl-summary-pop-to-last-message if optional argument is non-nil or
656         the last command is itself.
657         (wl-summary-redisplay-internal): Push last message number into
658         `wl-summary-buffer-message-ring'.
659
660         * wl-vars.el (wl-summary-message-ring-max): New user option.
661
662 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
665         from `wl-draft-reply').
666         (wl-draft-reply): Use it.
667         (wl-draft-find-reply-headers): Avoid compile warning.
668
669 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
672
673 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-message.el (wl-message-flag-indicator): New function.
676         (wl-message-redisplay): Use it.
677
678 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
679
680         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
681
682 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
685         instead of `read-event'.
686
687         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
688
689         * wl-mule.el (wl-read-event-char): Ditto.
690
691         * wl-e21.el (wl-read-event-char): Ditto.
692
693 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
696
697 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-vars.el (wl-draft-send-confirm-type): New user option.
700
701         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
702
703         * wl-draft.el (wl-draft-send-confirm): Confirmation by
704         `wl-draft-send-confirm-type'
705
706 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
709         Avoid error when the buffer name is already used.
710
711 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
712
713         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
714         the change of elmo-nmz -> elmo-search.
715         (wl-highlight-summary-line-help-echo-alist): Ditto.
716         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
717         (wl-nmz-folder-icon): Define as obsolete.
718         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
719         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
720
721 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-summary.el (wl-summary-get-list-info): Rewrite with
724         `elmo-find-list-match-value'
725
726 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
727
728         * wl-summary.el (wl-summary-get-list-info): Optimize.
729         Use List-Id and List-Post also.
730
731 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
734
735 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
736
737         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
738
739 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-util.el (wl-completing-read-multiple-1): New internal function.
742         (wl-completing-read-multiple-2): Ditto.
743         (wl-completing-read-multiple): Define use above functions.
744
745         * wl-summary.el (wl-summary-sort): Removed the workaround for a
746         bug of `completing-read-multiple' about default value.
747
748         * wl-xmas.el (wl-completing-read-multiple): Removed.
749
750         * wl-mule.el (wl-completing-read-multiple): Ditto.
751
752         * wl-e21.el (wl-completing-read-multiple): Ditto.
753
754 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-util.el (wl-filter-associations): New function.
757
758         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
759         (wl-spam-ignored-folder-list): Ditto.
760         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
761         (wl-spam-string-member-p): New function.
762         (wl-spam-domain): Use it.
763         (wl-spam-split-numbers): New function.
764         (wl-spam-apply-partitions): Ditto.
765         (wl-spam-register-spam-messages): Use `folder' instead of
766         `wl-summary-buffer-elmo-folder'.
767         (wl-spam-register-good-messages): Ditto.
768         (wl-summary-exec-action-spam): Decide a domain by real folder of
769         message.
770         (wl-summary-exec-action-refile-with-register): Likewise.
771
772 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-e21.el (wl-e21-find-image): New function.
775         (wl-e21-setup-toolbar): Use it instead of `find-image'.
776         (wl-e21-highlight-folder-group-line): Ditto.
777         (wl-folder-init-icons): Ditto.
778         (wl-plugged-init-icons): Ditto.
779         (wl-biff-init-icons): Ditto.
780
781 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
784         (wl-inhibit-save-drafts): New internal variable.
785         (wl-disable-auto-save): Ditto.
786         (wl-save-drafts): Treat above variables.
787         (wl-auto-save-drafts): New function.
788         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
789         `wl-stop-save-drafts'.
790         (wl-start-save-drafts): New function.
791         (wl-stop-save-drafts): Ditto.
792         (wl-set-auto-save-draft): New command.
793
794         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
795         `wl-set-save-drafts'.
796
797 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
800         `make-local-variable' instead of `make-variable-buffer-local'.
801
802 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
805
806 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
807
808         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
809
810 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
813         of working buffer.
814
815 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
818
819         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
820         value into recipients; Bind `wl-draft-remove-group-list-contents'
821         as nil.
822
823 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-sort): Fixed the last change.
826
827         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
828         (wl-summary-sort-messages): Ditto.
829         (wl-summary-rescan): Use it.
830         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
831         `completing-read'; Append candidates for reverse order.
832
833 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * Version number is increased to 2.15.2.
836
837 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
838
839         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
840         "Smaller".
841         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
842
843 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
846
847 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-vars.el (wl-draft-additional-header-alist): Add into the
850         customize group `wl-draft'.
851         (wl-draft-add-in-reply-to): Move customize group from `wl' to
852         `wl-draft'.
853         (wl-draft-add-references): Ditto.
854
855         * wl-action.el (wl-summary-print-argument): Rename argument from
856         `folder' to `data'.
857
858 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl-summary.el (wl-summary-rescan-message): Call
861         `wl-thread-cleanup-symbols' before insert thread.
862
863 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl.el (wl-init): Set `elmo-get-folder-function' as
866         `wl-folder-make-elmo-folder'.
867
868         * wl-spam.el (wl-summary-exec-action-spam): Use
869         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
870
871         * wl-folder.el (wl-folder-make-elmo-folder): New function.
872         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
873         `elmo-make-folder'.
874         (wl-folder-get-elmo-folder): Ditto.
875         (wl-folder-create-subr): Simplify.
876
877 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
880
881 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
884         contents in message buffer instead of original buffer. If optional
885         argument specified, ask coding system for encode.
886
887 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
888
889         * wl-spam.el (wl-summary-test-spam-region): New function.
890         (wl-spam-setup): Bind "rkc".
891
892 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
895
896 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
897
898         * wl-spam.el (wl-summary-test-spam): Fix typo.
899         (wl-message-check-spam): Ditto.
900
901 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-summary.el (wl-summary-default-from): Simplify.
904
905 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-action.el (wl-summary-exec-action-refile): Simplify.
908         (wl-summary-exec-action-copy): Ditto.
909         (wl-summary-auto-refile): Check existence of temporary mark.
910
911 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-create-line): Use
914         `elmo-time-to-datevec'.
915
916         * wl-expire.el (wl-expire-archive-date): Ditto.
917         (wl-expire-localdir-date): Ditto.
918
919         * wl-util.el (wl-day-number): Abolish.
920
921         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
922         of `wl-day-number'.
923         (wl-score-followup): Ditto.
924         (wl-score-add-followups): Ditto.
925         (wl-score-get-latest-msgs): Ditto.
926         (wl-score-get-header-entry): Ditto.
927         (wl-score-edit-insert-date): Ditto.
928
929 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
932         `elmo-message-entity-field' with 2nd argument `type'.
933
934 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
935
936         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
937
938 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-thread.el (wl-thread-delete-message): Delete descendant
941         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
942
943 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
944
945         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
946
947 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
950         `Access folder'.
951
952 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-vars.el (wl-access-folder-icon): New user option.
955
956         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
957         `Access folder'.
958
959 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-summary.el (wl-summary-buffer-set-folder): Use
962         `wl-folder-mime-charset'.
963
964         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
965         `mime-charset'.
966         (wl-folder-get-elmo-folder): Ditto.
967         (wl-folder-mime-charset): New function.
968
969 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-util.el (wl-parse-addresses): Define alias of
972         `elmo-parse-addresses' (move to `elmo-util.el').
973
974         * wl-summary.el (wl-summary-default-from): Follow the API change.
975         (wl-summary-overview-entity-compare-by-date): Ditto.
976         (wl-summary-overview-entity-compare-by-from): Ditto.
977         (wl-summary-get-list-info): Get value of `ml-info' field from
978         entity at first.
979         (wl-summary-rescan-message): Treat prefix argument.
980         (wl-summary-prefetch-msg): Follow the API change.
981         (wl-summary-search-by-subject): Ditto.
982         (wl-summary-insert-thread): Ditto.
983         (wl-summary-line-subject): Ditto.
984         (wl-summary-line-from): Ditto.
985         (wl-summary-create-line): Ditto.
986         (wl-summary-print-message-with-ps-print): Ditto.
987
988         * wl-score.el (wl-score-ov-entity-get): Ditto.
989         (wl-score-followup): Ditto.
990         (wl-score-add-followups): Use `elmo-message-entity-field' instead
991         of `car'.
992         (wl-score-get-latest-msgs): Follow the API change.
993         (wl-score-get-header): Ditto.
994
995         * wl-refile.el (wl-refile-learn): Ditto.
996         (wl-refile-subject-learn): Ditto.
997         (wl-refile-get-field-value): Ditto.
998         (wl-refile-guess-by-history): Ditto.
999         (wl-refile-guess-by-subject): Ditto.
1000
1001         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1002
1003         * wl-expire.el (wl-expire-date-p): Removed.
1004         (wl-expire-archive-date): Follow the API change.
1005         (wl-expire-localdir-date): Ditto.
1006         (wl-summary-expire): Ditto.
1007
1008         * Version number is increased to 2.15.1.
1009
1010 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1013         group is access or not (it is not strict, like wl-fldmgr-rename).
1014
1015 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1016
1017         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1018         duplicate call of `wl-summary-print-argument' on the wrong line.
1019
1020 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1023         even if argument `number' is nil.
1024         (wl-summary-insert-line): Print action argument if current message
1025         has it.
1026
1027 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1030         (wl-draft-reply): Ditto.
1031         (wl-draft): Add optional argument `parent-number' and call
1032         `wl-draft-create-buffer' with it.
1033         (wl-draft-create-buffer): Add optional argument
1034         `parent-number'. Set wl-draft-parent-number as it.
1035
1036 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1039         buffer is not for given folder, don't use it.
1040
1041 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1042
1043         * Version number is increased to 2.15.0.
1044
1045 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1048
1049         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1050         (wl-highlight-get-face-by-name): New internal function.
1051         (wl-highlight-summary-line-face-spec): Use it and fixed.
1052
1053 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-summary.el (wl-summary-sync-update): Use
1056         `elmo-message-entity-field' instead of `car' to get message-id
1057         from overview entity.
1058
1059         * wl-summary.el (wl-summary-rescan-message): Call
1060         `wl-highlight-summary-displaying' when displaying a message.
1061
1062 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1063
1064         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1065         `wl-draft-config-info-operation'.
1066         (wl-draft-buffer-change-number): New function.
1067         (wl-draft-rename-saved-config): Ditto.
1068         * wl.el (wl-init): Connect slot for message-number-changed.
1069         (toplevel): Add autoload for wl-draft-rename-saved-config.
1070
1071 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1074         `update-overview'
1075         (wl-summary-buffer-detach): Disconnect from it.
1076         (wl-summary-rescan-message): Use command.
1077
1078         * wl-message.el (wl-message-buffer-display): Use
1079         `with-current-buffer' instead of `save-excursion'.
1080
1081 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1084         wl-draft-preview-attributes-list from distraction.
1085
1086 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1087
1088         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1089         `elmo-list-diff'.
1090
1091 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el
1094         (wl-summary-edit-addresses-collect-candidate-fields): Use
1095         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1096
1097         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1098         instead of `elmo-set-work-buf'.
1099
1100         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1101         (wl-address-make-address-list): Ditto.
1102
1103         * Version number is increased to 2.13.3.
1104
1105 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1108         user option.
1109
1110         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1111         argument `5'.
1112
1113         * wl-message.el (wl-message-display-no-merge-p): New function.
1114         (wl-message-buffer-display): Check whether the message is
1115         reassembled and follow the API change.
1116
1117 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1120         multibyte on working buffer and removed unnecessary
1121         `buffer-disable-undo'.
1122
1123 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1126         change.
1127
1128 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-util.el (wl-read-search-condition-internal): Protect
1131         elmo-global-flags from distraction.
1132
1133 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1136
1137         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1138         (wl-summary-event-handler): Ditto.
1139         (wl-summary-update-persistent-mark-on-event): New
1140         function (renamed from `elmo-event-handler-flag-changed').
1141         (wl-summary-buffer-attach): New function.
1142         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1143         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1144         instead of `elmo-folder-add-handler'.
1145
1146         * Version number is increased to 2.13.2.
1147
1148 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1151         and "\177" to the `wl-news-previous-page'.
1152         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1153         (wl-news-previous-page): New function.
1154
1155 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1158         instead of `write-region' and simplify.
1159
1160 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * wl-template.el (wl-template-select): Cause error if
1163         `wl-template-alist' is nil.
1164
1165 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1166
1167         * wl-news.el.in: Set file variable `no-byte-compile'.
1168
1169 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1170
1171         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1172         whether a target message is within displaying area.
1173         (elmo-event-handler-cache-changed): Ditto.
1174
1175 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1176
1177         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1178         to `defun'.  Use `nconc' instead of `append' to collect descendant
1179         message numbers.
1180
1181 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1182
1183         * wl-thread.el (wl-thread-save-top-list)
1184         (wl-thread-save-entities): Use `with-temp-buffer'.
1185         * wl-news.el.in (wl-news-previous-version-load):
1186         (wl-news-previous-version-save): Ditto.
1187         * wl-summary.el (wl-summary-load-file-object)
1188         (wl-summary-save-view-cache): Ditto.
1189
1190 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-util.el (toplevel): Require 'elmo-flag'.
1193         (wl-read-search-condition): New function (Renamed from
1194         `elmo-read-search-condition').
1195         (wl-read-search-condition-internal): Likewise.
1196
1197         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1198         invalid.
1199         (wl-summary-pick): Use `wl-read-search-condition' instead of
1200         `elmo-read-search-condition'.
1201         (wl-summary-virtual): Ditto.
1202
1203         * wl-folder.el (wl-folder-virtual): Ditto.
1204         (wl-folder-pick): Ditto.
1205
1206         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1207
1208 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1209
1210         * wl-summary.el (wl-summary-reedit): Call
1211         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1212
1213 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-mime.el (toplevel): Require wl-vars.
1216
1217         * wl-message.el (toplevel): Require cl at compile.
1218
1219         * wl-draft.el (toplevel): Require elmo.
1220
1221 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1224         and do nothing when it is not positive.
1225         (wl-message-buffer-prefetch-next): Ditto.
1226
1227 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1230         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1231         (wl-summary-redisplay-internal): Ditto.
1232
1233         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1234         message (the condition is borrowed from `wl-check-variables-2').
1235         (wl-summary-redisplay-internal): Ditto.
1236
1237 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-mime.el (wl-draft-nntp-attribute): New function.
1240         (wl-draft-attribute-nntp-posting-server): Use it.
1241         (wl-draft-attribute-nntp-posting-port): Ditto.
1242
1243         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1244         (wl-draft-show-attributes-buffer): Ditto.
1245         (wl-draft-hide-attributes-buffer): Ditto.
1246         (wl-draft-attribute-newsgroups): Ditto.
1247         (wl-draft-attribute-nntp-posting-server): Ditto.
1248         (wl-draft-attribute-nntp-posting-port): Ditto.
1249         (wl-draft-preview-message): Use there functions.
1250
1251         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1252         value.
1253
1254 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1255
1256         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1257         (wl-draft-reedit): Ditto.
1258         (wl-draft-queue-flush): Ditto.
1259
1260         * wl-mime.el (wl-message-request-partial): Ditto.
1261         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1262         instead of `elmo-message-fetch'.
1263
1264         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1265
1266         * wl-summary.el (wl-summary-message-string): Ditto.
1267
1268 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * wl-util.el (wl-current-message-buffer): Follow the API change.
1271
1272         * wl-summary.el (wl-summary-redisplay-internal): Call
1273         `wl-summary-mark-as-read' with 2nd argument as nil and update
1274         unread count instead of persistent mark.
1275
1276         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1277         variable.
1278         (wl-message-redisplay): Follow the API change.
1279         (wl-message-buffer-display): Managed mime-entity directly and
1280         return preview buffer only.
1281         (wl-message-display-internal): Rewrite.
1282         (wl-message-buffer-prefetch-subr): Not save return value of
1283         `wl-message-buffer-display'.
1284
1285         * Version number is increased to 2.13.1.
1286
1287 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1290         'elmo-multiple-fields-body-list' with boundary specified.
1291
1292 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1293
1294         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1295         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1296         cache if `wl-summary-resend-use-cache' is non-nil.
1297
1298 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1301         (wl-nntp-posting-stream-type): Ditto.
1302
1303 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1304
1305         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1306
1307 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1308
1309         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1310         message.
1311
1312 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1315         Abolish.
1316         (wl-summary-buffer-persistent-mark-version): New internal
1317         variable.
1318         (wl-summary-update-mark-and-highlight-window): Check by
1319         wl-summary-persistent-mark-invalid-p.
1320         (wl-summary-update-status-marks): Ditto.
1321         (elmo-event-handler-flag-changed): Rewrite.
1322         (elmo-event-handler-cache-changed): Define.
1323         (wl-summary-prefetch-msg): Does not update persistent mark here.
1324         (wl-summary-delete-cache): Ditto.
1325         (wl-summary-resume-cache-status): Ditto.
1326         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1327         (wl-summary-persistent-mark-invalid-p): New function.
1328         (wl-summary-validate-persistent-mark): Ditto.
1329         (wl-summary-validate-persistent-mark-string): Ditto.
1330         (wl-summary-invalidate-persistent-mark): Ditto.
1331         (wl-summary-update-persistent-mark): Call
1332         `wl-summary-validate-persistent-mark'.
1333         (wl-summary-create-line): Call
1334         `wl-summary-validate-persistent-mark-string'.
1335
1336         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1337         status as t if cache used.
1338
1339 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1342         only if the target is group.
1343         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1344
1345 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346
1347         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1348
1349 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1352
1353         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1354
1355 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1356
1357         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1358         (Thanks to Yoichi NAKAYAMA).
1359
1360 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-util.el (wl-save-drafts): Restore echo area.
1363
1364 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * Version number is increased to 2.13.0.
1367
1368         * wl-util.el (wl-biff-check-folder-async): Use
1369         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1370
1371 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-message.el (wl-message-display-internal): Does not put
1374         wl-message-display-type property on message buffer.
1375         (wl-message-buffer-display-type): New function.
1376
1377         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1378
1379         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1380         `wl-summary-buffer-detach'.
1381         (wl-summary-message-display-type): Use
1382         `wl-summary-buffer-display-type'.
1383
1384 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1385
1386         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1387         buffer-local.
1388
1389         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1390         kill-buffer-hook instead of make-local-variable.
1391         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1392
1393 2004-12-12  Scott Renfro <scott@renfro.org>
1394
1395         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1396         regex for square-branket.
1397
1398 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1401         `wl-message-mime-analysis-p' with argument `header'.
1402
1403 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1404
1405         * wl-mime.el (wl-draft-yank-current-message-entity): 
1406         Switch to no-mime following method according to wl-message-display-type
1407         property.
1408         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1409
1410         * wl-message.el (wl-message-display-internal): 
1411         Put wl-message-display-type property on message buffer.
1412
1413         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1414         (wl-message-display-internal): Ditto;
1415
1416         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1417
1418 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1419
1420         * wl-message.el (wl-message-make-display-type): New function.
1421         (wl-message-display-type-property): Ditto.
1422         (wl-message-mime-analysys-p): Ditto.
1423         (wl-message-display-all-header-p): Ditto.
1424         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1425         added `display-type'.
1426         (wl-message-buffer-display): Likewise.
1427         (wl-message-display-internal): Likewise.
1428         (wl-message-buffer-display-type): Abolish.
1429         (wl-message-buffer-prefetch-subr): Follow the API changed.
1430
1431         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1432         from wl-summary-buffer-display-all-header and changed default value.
1433         (wl-summary-message-display-type): New function.
1434         (wl-summary-buffer-display-mime-mode): Ditto.
1435         (wl-summary-buffer-display-header-mode): Ditto.
1436         (wl-summary-toggle-mime): Rewrite with above functions.
1437         (wl-summary-toggle-all-header): Ditto.
1438         (wl-summary-redisplay): Force redisplay with default mode.
1439         (wl-summary-redisplay-internal): Renamed argument from `mode',
1440         `all-header' to `mime-mode', `header-mode'.
1441         Use `wl-message-make-display-type'.
1442
1443         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1444         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1445
1446 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1447
1448         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1449
1450 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1451
1452         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1453         in original message buffer.
1454         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1455         buffer.
1456
1457 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1458
1459         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1460
1461 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1462
1463         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1464
1465 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1466
1467         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1468         when actions succeeded.
1469         (wl-summary-exec-action-copy): Likewise.
1470
1471 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1472
1473         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1474         there is switch-to-buffer at the end of wl-message-select-buffer.
1475         (wl-summary-reply): Ditto.
1476
1477 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1478
1479         * wl-summary.el (wl-summary-forward): Put subject in original
1480         message buffer as argument of wl-draft-forward.
1481         * wl-draft.el (wl-draft-forward): Decode subject as in
1482         wl-draft-reply.
1483
1484 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1487         a folder under access group.
1488
1489 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1492         wl-message-buffer-display.
1493
1494         * wl-util.el (wl-set-save-drafts): Fix typo.
1495
1496 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1499         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1500         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1501         the way to measure the width of a bitmap image; don't put face on
1502         ascii and bitmap images; put the mark which should not use the
1503         variable-pitch face on ascii and bitmap images.
1504         (wl-demo-setup-properties): Don't use the variable-pitch face on
1505         ascii and bitmap images; made it work on Emacs 20 and earlier.
1506         (wl-demo-insert-text): End with a newline at the bottom; don't put
1507         face on text.
1508
1509         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1510
1511 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1514
1515         * wl-util.el (wl-save-drafts): Moved from sample setting.
1516         (wl-set-save-drafts): New function to set idle timer.
1517         * wl-draft.el (wl-draft): Call it.
1518         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1519
1520 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1521
1522         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1523         a summary which has toggle display status off.
1524
1525 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-draft.el (wl-draft-do-fcc): No cache save.
1528
1529 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-summary.el (elmo-event-handler-flag-changed): Use
1532         `set-buffer' instead of `with-current-buffer'.
1533
1534 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-summary.el (wl-summary-after-resize-function): New function.
1537         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1538         window-size-change-functions.
1539
1540 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1541
1542         * wl-draft.el (wl-draft-create-buffer): Bind
1543         `change-major-mode-hook' after current buffer is changed.
1544
1545         * wl-summary.el (wl-summary-buffer-detach): New function.
1546         (wl-summary-buffer-set-folder): Call it.
1547         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1548         change-major-mode-hook and kill-buffer-hook.
1549         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1550         (wl-summary-switch-to-clone-buffer): Ditto.
1551         (wl-summary-goto-folder-subr): Ditto.
1552
1553 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1554
1555         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1556         after boundp check.
1557
1558 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1561         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1562         for `kill-buffer'.
1563
1564         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1565         handler of current buffer from elmo-folder.
1566
1567 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1570
1571 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1574         variable.
1575         (wl-summary-event-handler): New class.
1576         (elmo-event-handler-flag-changed): Define to update persistent
1577         mark.
1578         (wl-summary-buffer-set-folder): Register event handler to
1579         elmo-folder.
1580         (wl-summary-exit): Unregister event handler.
1581         (wl-summary-goto-folder-subr): Ditto.
1582         (wl-summary-mark-as-read-all): Does not call
1583         `wl-summary-update-persistent-mark' directly.
1584         (wl-summary-mark-as-read-internal): Ditto.
1585         (wl-summary-set-persistent-mark-internal): Ditto.
1586         (wl-summary-set-flags-internal): Ditto.
1587
1588         * Version number is increased to 2.11.33.
1589
1590 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1591
1592         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1593         to nil.
1594
1595 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-spam.el (wl-spam-setup): Add hook
1598         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1599         instead of `wl-summary-prepare-hook'.
1600
1601         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1602         if folder type is `'flag'.
1603         (wl-summary-mark-as-important): Ditto.
1604
1605 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-address.el (wl-address-minibuffer-history): New variable.
1608         (wl-address-minibuffer-local-map): New keymap.
1609         (wl-address-read-from-minibuffer): New function.
1610
1611         * wl-action.el (wl-summary-get-resend-address): Use
1612         `wl-address-read-from-minibuffer' instead of `completing-read'.
1613
1614 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * Version number is increased to 2.11.32.
1617
1618 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1621         without mule to iso-8859-1.
1622         (wl-draft-add-in-reply-to): Add note in description.
1623         (wl-draft-add-references): Ditto.
1624
1625 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1626
1627         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1628         definition for `m'.
1629         (wl-summary-mode-line-format): Add '[%m]'.
1630         (wl-message-mode-line-format-spec-alist): Ditto.
1631         (wl-summary-display-mime-mode-list): New variable.
1632
1633         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1634         from wl-summary-buffer-display-as-is.
1635         (wl-summary-buffer-display-all-header): New buffer local variable.
1636         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1637         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1638         instead of wl-summary-buffer-display-as-is.
1639         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1640         (wl-summary-set-persistent-mark): Ditto.
1641         (wl-summary-set-message-buffer-or-redisplay): Just call
1642         `wl-summary-redisplay-internal' without optional arguments.
1643         (wl-summary-toggle-mime): Rewrite.
1644         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1645         (wl-summary-toggle-all-header): New function.
1646         (wl-summary-redisplay-internal): Treat mime mode.
1647
1648         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1649         to wl-mime-preview-follow-no-mime.
1650         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1651         accodring to the display-mode.
1652
1653         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1654         (wl-message-buffer-display): Changed argument name from `as-is' to
1655         `mode'.
1656         (wl-message-display-internal): Ditto;
1657         Bind elmo-mime-display-header-analysis according to the mode.
1658         (wl-message-display-internal): Put wl-message-display-mime-mode
1659         property on entire buffer.
1660
1661 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1662
1663         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1664
1665 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1666
1667         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1668         Don't extract mail address.
1669         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1670
1671         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1672
1673         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1674
1675 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1676
1677         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1678         wl-fldmgr-cut-entity-list on confirmation.
1679
1680 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1681
1682         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1683         (wl-mime-quit-preview): Check existence of
1684         mime-edit-temp-message-buffer here.
1685
1686 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1689         after deletion.
1690
1691         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1692         before calling wl-mime-quit-preview.
1693
1694 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-summary.el (wl-summary-pick): If call it with prefix
1697         argument, set `delete-marks' as non-nil. Pick from only visible
1698         messages.
1699         (wl-summary-check-target-mark): New function.
1700         (wl-summary-target-mark-mark-as-read): Use it.
1701         (wl-summary-target-mark-mark-as-unread): Ditto.
1702         (wl-summary-target-mark-operation): Ditto.
1703         (wl-summary-target-mark-set-flags): Ditto.
1704         (wl-summary-target-mark-save): Ditto.
1705         (wl-summary-target-mark-pick): Ditto.
1706         (wl-summary-target-mark-forward): Ditto.
1707         (wl-summary-target-mark-reply-with-citation): Ditto.
1708         (wl-summary-target-mark-print): Ditto.
1709         (wl-summary-target-mark-uudecode): Ditto.
1710
1711         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1712         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1713         with `ask-coding' is non-nil.
1714
1715 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * wl-thread.el (wl-thread-set-parent): If parent is a message
1718         which is identified by references, set linked as nil.
1719
1720 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1721
1722         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1723         (wl-message-mode-line-format-spec-alist): Ditto.
1724         (wl-message-mode-line-format): Ditto.
1725         (wl-summary-mode-line-format): Ditto for docstring.
1726         (wl-summary-no-mime-folder-list): Fix typo.
1727
1728         * wl-util.el (wl-current-message-buffer): Call
1729         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1730
1731         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1732         variable.
1733         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1734         of `wl-summary-redisplay-no-mime'.
1735         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1736         (wl-summary-toggle-mime): New function.
1737         (wl-summary-redisplay-all-header): Rewrite.
1738         (wl-summary-redisplay-no-mime): Ditto.
1739         (wl-summary-redisplay-internal): Added argument `as-is' and
1740         `all-header'.
1741
1742         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1743         New variable.
1744         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1745         bottom.
1746         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1747         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1748         "/" unconditionally.
1749
1750         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1751         wl-mime-preview-follow-no-mime for as-is content.
1752         (wl-mime-preview-follow-no-mime): New function.
1753         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1754
1755         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1756         and added `as-is', `all-header'.
1757         (wl-message-buffer-display): Ditto.
1758         (wl-message-buffer-display-type): New function.
1759
1760 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1761
1762         * wl-vars.el (wl-message-header-button-alist): Change default
1763         value.
1764         (wl-message-body-button-alist): Ditto.
1765
1766 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1769
1770 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1773
1774 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1775
1776         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1777         is always true.
1778
1779 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1782         on null entity.
1783
1784 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1787
1788 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-vars.el (wl-summary-resend-hook): New hook.
1791
1792         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1793         `wl-summary-resend-hook'.
1794
1795 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1796
1797         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1798         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1799         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1800         (wl-summary-new-cached-mark): Changed default value to 'n'.
1801         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1802         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1803         (wl-folder-sync-range-alist): Remove spec for 'flag.
1804         (wl-summary-force-prefetch-folder-list): New user option.
1805
1806         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1807         `wl-summary-toggle-persistent-mark'.
1808         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1809         number is nil.
1810         (wl-summary-mark-as-answered-region): Set interactive argument of
1811         `wl-summary-set-persistent-mark-internal'.
1812         (wl-summary-mark-as-important-region): Ditto.
1813         (wl-summary-unset-persistent-mark): Ditto.
1814         (wl-summary-set-persistent-mark): Ditto.
1815         (wl-summary-mark-as-answered): Ditto.
1816         (wl-summary-mark-as-important): Ditto.
1817         (wl-summary-set-persistent-mark-internal): Do nothing
1818         when `elmo-message-flag-available-p' is nil.
1819         (wl-summary-toggle-persistent-mark): New function.
1820         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1821         when the folder matches `wl-summary-force-prefetch-folder-list'.
1822
1823
1824         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1825         when number is nil.
1826         (wl-highlight-summary-forwarded-face): New face.
1827
1828 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * Version number is increased to 2.11.31.
1831
1832 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1833
1834         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1835         (wl-biff-check-folder-async): Ditto.
1836         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1837
1838 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1839
1840         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1841         Add an argument `reverse'.  All callers are updated.
1842         (wl-summary-sort): Add a prefix argument `reverse' to specify
1843         reverse sorting.
1844         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1845         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1846         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1847
1848 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1849
1850         * wl-message.el (wl-message-redisplay): Does not narrow header if
1851         disply-type is all-header or as-is.
1852
1853         * wl-summary.el (wl-summary-enter-handler): Use
1854         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1855
1856 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1857
1858         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1859         after adding wl-draft-parent-variables.
1860         (wl-draft-forward): Ditto.
1861
1862 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1863
1864         * wl-summary.el (wl-summary-sync-marks): Call
1865         `wl-summary-set-persistent-mark' and
1866         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1867         (wl-summary-set-persistent-mark-internal): Add 4th argument
1868         `no-server'.
1869         (wl-summary-unset-persistent-mark): Ditto.
1870         (wl-summary-set-persistent-mark): Ditto.
1871         (wl-summary-add-flags-internal): Abolish.
1872         (wl-summary-remove-flags-internal): Ditto.
1873         (wl-summary-mark-as-important-internal): Ditto.
1874         (wl-summary-mark-as-important): Use
1875         `wl-summary-set-persistent-mark' instead of
1876         `wl-summary-add-flags-internal'.
1877         (wl-summary-mark-as-important-region): Ditto.
1878
1879         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1880
1881         * wl-summary.el (wl-summary-get-available-flags): New function.
1882         (wl-summary-sync-marks): Use it and simplified.
1883         (wl-summary-unset-persistent-mark): Use
1884         `wl-summary-get-available-flags'.
1885         (wl-summary-set-persistent-mark): Ditto.
1886
1887 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1888
1889         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1890         id.
1891
1892 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1895         number, call `wl-summary-prev-line-content'. Show message when the
1896         message is not found.
1897
1898 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1899
1900         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1901         wl-summary-enter-handler.
1902         (wl-summary-enter-handler): New command.
1903
1904         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1905         docstring and custom spec.
1906
1907         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1908         flags too; Don't treat Cached and New.
1909         (wl-summary-set-persistent-mark): Ditto.
1910
1911         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1912         `wl-folder-set-flag'.
1913
1914         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1915         instead of `wl-folder-set-flag'.
1916
1917         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1918         for completion.
1919         (wl-summary-set-persistent-mark): Ditto.
1920
1921         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1922         instead of `wl-draft-quit-preview'.
1923
1924         * wl-mime.el (toplevel): Avoid compile warning.
1925         (wl-mime-quit-preview): New function
1926         (formarly defined as `wl-draft-quit-preview').
1927         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1928         quitting method.
1929
1930         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1931
1932         * wl-folder.el (wl-folder-set-flag): Renamed from
1933         `wl-draft-set-flag-on-parent'.
1934
1935         * wl-draft.el (wl-draft-quit-preview): New function.
1936         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1937         (wl-draft-send): Call `wl-folder-set-flag' instead of
1938         `wl-draft-set-flag-on-parent'.
1939         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1940
1941 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1944         (wl-draft-send): Ditto.
1945
1946 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1949         (wl-draft-kill-pre-hook): Set default value as nil.
1950         (wl-summary-reply-hook): Ditto.
1951         (wl-draft-kill-flags): Abolish.
1952
1953         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1954         (wl-draft-parent-variables): Renamed from
1955         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1956         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1957         argument; Add wl-draft-parent-variables to
1958         wl-draft-config-variables.
1959         (wl-draft-reply): Likewise.
1960         (wl-draft-kill-flags): Abolish.
1961         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1962         (wl-draft-set-flag-on-parent): New function.
1963         (wl-draft-setup-parent-flag): Ditto.
1964
1965 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1966
1967         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1968         `wl-draft-parent-folder' is "".
1969
1970 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1971
1972         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1973         (wl-summary-digit-jump): New function.
1974         (Adviced by John Owens and Hiroya Murata)
1975
1976         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1977         (Adviced by John Owens)
1978
1979         * wl-xmas.el (wl-message-define-keymap): Ditto.
1980
1981         * wl-mule.el (wl-message-define-keymap): Ditto.
1982
1983 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1986         change of return value of elmo-folder-count-flags.
1987
1988         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1989         (wl-summary-mark-as-read-internal): Ditto.
1990         (wl-summary-set-persistent-mark-internal): Ditto.
1991         (wl-summary-folder-info-update): Ditto.
1992         (wl-summary-sync-update): Fixed the last change.
1993
1994         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1995
1996 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1997
1998         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1999         (wl-draft-kill-flags): Fixed docstring.
2000
2001         * wl-draft.el (wl-draft-kill-flags): New function.
2002         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2003
2004 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2005
2006         * wl-vars.el (wl-reply-hook): Abolish.
2007         (wl-draft-reply-hook): New hook.
2008         (wl-summary-reply-hook): Ditto.
2009         (wl-draft-forward-hook): Ditto.
2010         (wl-summary-forward-hook): Ditto.
2011         (wl-draft-kill-flags): New variable.
2012
2013         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2014         wl-summary-set-persistent-mark-internal.
2015         (wl-summary-sync-marks): Use elmo-preserved-flags.
2016         (wl-summary-update-persistent-mark): Make it interactive.
2017         (wl-summary-set-persistent-mark-internal): New inline function.
2018         (wl-summary-mark-as-answered): Use it.
2019         (wl-summary-mark-as-unanswered): Ditto.
2020         (wl-summary-unset-persistent-mark): New function.
2021         (wl-summary-set-persistent-mark): Ditto.
2022         (wl-summary-reply): Don't set answered flag;
2023         Run wl-summary-reply-hook instead.
2024         (wl-summary-forward): Call wl-draft-forward with number.
2025         Run wl-summary-forward-hook.
2026
2027         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2028         (wl-highlight-summary-line-face-spec): Use it as a default
2029         persistent mark face.
2030
2031         * wl-draft.el (wl-draft-forward): Added optional argument number;
2032         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2033         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2034         (wl-draft-kill): Use wl-draft-kill-flags.
2035
2036         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2037
2038         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2039         of return value of elmo-folder-count-flags.
2040
2041         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2042
2043         * wl-summary.el (wl-summary-count-unread): Ditto.
2044         (wl-summary-sync-update): Follow the change above.
2045         (wl-summary-force-prefetch): New function.
2046
2047 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2048
2049         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2050         variable `buf' with `let' instead of `setq'.
2051
2052 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2055         add Content-Disposition heaeder on the deleted part.
2056
2057 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2058
2059         * wl-draft.el (wl-draft-save): Encode address list under edit by
2060         `eword-encode-unstructured-field-body'.
2061
2062         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2063
2064 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2065
2066         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2067         wl-current-summary-buffer.
2068
2069 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2070
2071         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2072         `numbers' is ignored.
2073
2074 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2075
2076         * wl-folder.el (wl-folder-open-folder): Avoid error.
2077         Reported by John Owens, [wl-en:815]
2078
2079         * wl.el (wl): Set timer for biff process even if prefix argument
2080         is given or auto-checking is quitted.
2081
2082         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2083         immediately.
2084         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2085         (wl-toggle-plugged): Ditto.
2086
2087         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2088         * wl-util.el (wl-biff-start): Use idle timer if
2089         `wl-biff-use-idle-timer' is non-nil.
2090
2091 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-highlight.el (wl-highlight-message): Fix description.
2094
2095 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2098         tty.
2099
2100 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2101
2102         * wl-action.el (wl-summary-exec): Print failure count.
2103
2104 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2107         to `defun', remove interactive form.
2108         Set elmo-message-fetch-confirm when force-reload is non-nil.
2109
2110 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * wl-summary.el (toplevel): Removed unnecessary autoload.
2113
2114 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2117         the buffer is generated from another message buffer.
2118
2119 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2122         extracted from `wl-fldmgr-save-folders'.
2123         (wl-fldmgr-delete): Call it after deletion.
2124
2125 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2128         multi-tty support.
2129
2130 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2131
2132         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2133
2134 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2135
2136         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2137         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2138
2139 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140
2141         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2142         unsubscribe list only if argument CLEAR is nil.
2143
2144 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2145
2146         * wl-draft.el (wl-draft-reply): Decode subject before removing
2147         Re: prefix.
2148
2149 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2150
2151         * wl-summary.el (wl-summary-sort-by-size): New command.
2152
2153 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2154
2155         * wl-summary.el (wl-summary-number-list-from-region): New
2156         function.
2157         (wl-summary-mark-as-read-region): Use it.
2158         (wl-summary-mark-as-unread-region): Ditto.
2159         (wl-summary-set-flags-region): Ditto and add optional argument
2160         remove.
2161         (wl-summary-mark-as-answered-region): Ditto.
2162         (wl-summary-mark-as-important-region): Ditto.
2163         (wl-summary-target-mark-mark-as-important): Added optional
2164         argument remove.
2165         (wl-summary-target-mark-mark-as-answered): Ditto.
2166         (wl-summary-target-mark-set-flags): Ditto.
2167
2168 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-summary.el (wl-summary-set-flags-region): Call
2171         `wl-summary-set-flags-internal' with number list instead of call
2172         one by each message.
2173         (wl-summary-target-mark-set-flags): Likewise.
2174
2175 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2178         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2179         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2180         (wl-summary-target-mark-mark-as-answered): Likewise.
2181
2182 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2183
2184         * wl-summary.el (wl-summary-target-mark-forward): Use
2185         `wl-summary-delete-all-target-marks' instead of
2186         `wl-summary-delete-all-temp-marks'.
2187         (wl-summary-target-mark-reply-with-citation): Ditto.
2188         (wl-summary-target-mark-uudecode): Ditto.
2189         (wl-summary-target-mark-set-flags): Ditto and remove needless
2190         cursor move.
2191
2192 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-summary.el (wl-summary-target-mark-forward): Protect
2195         wl-summary-buffer-target-mark-list from nreverse.
2196         (wl-summary-target-mark-reply-with-citation): Ditto.
2197
2198 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2201         `elmo-display-progress-threshold'.
2202
2203 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2206         check `wl-summary-highlight'.
2207         (wl-summary-window-scroll-functions): Respect value of
2208         `wl-summary-highlight'.
2209         (wl-summary-sync-update): Run hooks
2210         `wl-summary-buffer-window-scroll-functions' at any time.
2211
2212 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213
2214         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2215         from `wl-summary-cleanup-temp-marks'.
2216         (wl-summary-cleanup-temp-marks): Abolish argument.
2217         * wl.el (wl-save-status): Revert previous change.
2218         (wl-execute-temp-marks): New function, call
2219         `wl-summary-exec-with-confirmation'.
2220         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2221         (wl-folder-save-and-exec-marks): Abolished.
2222
2223 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2224
2225         * wl-e21.el (wl-e21-display-image-p): Respect
2226         `wl-highlight-folder-with-icon'.
2227         (wl-e21-highlight-folder-group-line): Highlight mouse line
2228         even if wl-e21-display-image-p is nil.
2229
2230         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2231         Respect value of `wl-summary-highlight'.
2232
2233         * wl.el (wl-save-status): Remove unused variable.
2234
2235         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2236         (wl-folder-mode-map): Bind it to "x".
2237
2238 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2239
2240         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2241
2242         * wl-thread.el (wl-thread-get-parent-list): Don't check
2243         disconnected ancestors, neglecting needless work in
2244         `wl-thread-update-indent-string-thread'.
2245
2246         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2247         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2248         argument, add argument default-keep to keep marks by default.
2249
2250         * Version number is increased to 2.11.30.
2251
2252         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2253         customization type and docstring.
2254         (wl-draft-reply-without-argument-list): Ditto.
2255
2256 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2257
2258         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2259
2260         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2261
2262 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2263
2264         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2265
2266 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2269         save-excursion so as not to include run-hooks.
2270
2271 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2274         Clarify that marks are going to be cleared.
2275
2276 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2279         according to 3rd element of wl-summary-flag-mark.
2280
2281         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2282
2283 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * wl-action.el (wl-summary-target-mark-all): Don't set
2286         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2287
2288 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2289
2290         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2291         (wl-forward-subject-prefix): Ditto.
2292         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2293         (wl-draft-reply-make-subject): Ditto.
2294
2295         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2296         `wl-draft-forward'.
2297         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2298
2299 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300
2301         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2302         target message does not exist.
2303
2304 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2305
2306         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2307         `wl-subject-prefix-regexp'.
2308         (wl-subject-forward-prefix-regexp): New variable.
2309         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2310         `wl-draft-strip-subject-re' and take regexp as argument.
2311         (wl-draft-forward): Use it.
2312         (wl-draft-reply): Ditto.
2313
2314 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2315
2316         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2317         emacs multi-tty support.
2318
2319 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2320
2321         * wl-e21.el (wl-e21-display-image-p): Don't call
2322         `display-images-p'.
2323         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2324         support.
2325         (wl-highlight-folder-current-line): Ditto.
2326         (wl-folder-init-icons): Ditto.
2327
2328 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2331         the last line of summary in unplugged mode.
2332
2333 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2334
2335         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2336
2337 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2340         * wl-address.el (wl-address-user-mail-address-p): Use it.
2341         (wl-address-delete-user-mail-addresses): Ditto.
2342         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2343
2344         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2345         (wl-address-delete-user-mail-addresses): Ditto.
2346
2347         * wl-address.el (wl-address-delete-user-mail-addresses): New
2348         function.
2349         * wl-refile.el (wl-refile-guess-by-history): Use it.
2350         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2351         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2352
2353         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2354         use wl-address-user-mail-address-p.
2355
2356 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2359         after opening group.
2360
2361 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2364         of elmo-set-buffer-multibyte.
2365
2366         * wl-message.el (wl-original-message-mode): Ditto.
2367
2368         * wl-score.el (wl-score-insert-header): Ditto.
2369
2370         * wl-summary.el
2371         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2372         (wl-summary-goto-folder-subr): Ditto.
2373         (wl-summary-insert-headers): Ditto.
2374
2375         * wl-util.el (wl-set-string-width): Ditto.
2376
2377         * Version number is increased to 2.11.29.
2378
2379 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2382         (wl-highlight-summary-line-help-echo-alist): New variable.
2383         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2384         into `wl-highlight-summary-line-help-echo' and
2385         `wl-highlight-flag-folder-help-echo'.
2386         (wl-highlight-summary-line-string): Change accordingly.
2387         (wl-highlight-summary-current-line): Ditto.
2388
2389 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2392         at the beginning of field body (Thanks to Markus Knittig).
2393
2394         * wl-draft.el (wl-draft-insert-current-message): Also check
2395         summary buffer, remove unnecessary tag.
2396
2397 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2398
2399         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2400         when wl-message-buffer is nil.
2401
2402         * wl-folder.el (wl-folder): Abolish unused argument.
2403         Call wl-folder-init when wl-folder-entity is nil.
2404         * wl.el (wl): Change accordingly.
2405
2406 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2409         multibyte string before insert into draft buffer.
2410         (wl-draft-create-buffer): Always enable multibyte characters for
2411         draft buffer.
2412
2413         * Version number is increased to 2.11.28.
2414
2415 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2416
2417         * wl-folder.el (wl-folder-open-close): Handle blank line.
2418         (wl-folder-jump-to-current-entity): Ditto.
2419
2420 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2421
2422         * Version number is increased to 2.11.27.
2423
2424 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2425
2426         * wl-thread.el (wl-thread-insert-message): When the thread is
2427         devided by wl-summary-max-thread-depth, insert line at the end of
2428         buffer.
2429
2430 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * Version number is increased to 2.11.26.
2433
2434 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2437
2438 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2439
2440         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2441         value of stream-type and session.
2442
2443 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * Version number is increased to 2.11.25.
2446
2447 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2448
2449         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2450         in a quit message.
2451
2452 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2453
2454         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2455         (wl-summary-redisplay-no-mime-internal): Ditto.
2456
2457 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2458
2459         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2460         * wl-vars.el (wl-smtp-connection-type): Ditto.
2461
2462 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2463
2464         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2465         for the separator line and quote mail-header-separator.
2466
2467 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2470         result message.
2471
2472         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2473         `elmo-multiple-fields-body-list' with boundary as
2474         mail-header-separator.
2475
2476 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2477
2478         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2479
2480 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2481
2482         * wl-util.el (wl-list-diff): Remove unused function.
2483
2484         * wl-draft.el (wl-draft-send-confirm): Discard input before
2485         confirmation.
2486
2487 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2488
2489         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2490         order of flag and new.
2491
2492 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * wl-vars.el (wl-refile-policy-alist): Abolished.
2495
2496         * wl-action.el (wl-summary-set-action-refile): Follow the change
2497         above.
2498
2499 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * wl-highlight.el (wl-highlight-signature-search): Don't use
2502         re-search-backward for a long word since it is possible to crash
2503         XEmacs because of a bug.
2504
2505 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2506
2507         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2508
2509 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2510
2511         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2512         argument for wl-summary-sync-force-update.
2513
2514 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2515
2516         * wl-summary.el (wl-summary-mode-map): Revival of
2517         wl-summary-mark-as-important related bindings;
2518         Bind 'F','tF','mF','rF','m&'.
2519         (wl-summary-mark-as-important-region): Revival.
2520         (wl-summary-target-mark-mark-as-important): Ditto.
2521         (wl-summary-target-mark-operation): New function.
2522         (wl-summary-target-mark-mark-as-answered): Use it.
2523         (wl-summary-decide-flag): Don't set Important as default.
2524         (wl-summary-mark-as-important-internal): Revival.
2525         (wl-summary-mark-as-important): Ditto.
2526
2527         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2528
2529         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2530         instead of facep.
2531
2532 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * wl-dnd.el (wl-dnd-drop-func): Fix.
2535
2536         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2537         mouse-set-point instead of posn-point.
2538
2539         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2540
2541         * wl-mule.el (wl-completing-read-multiple): Ditto.
2542
2543 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-demo.el (face-background-name): Defalias to avoid compile
2546         warning.
2547
2548 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2549
2550         * wl-summary.el (wl-summary-decide-flag): Use
2551         wl-completing-read-multiple instead of completing-read-multiple.
2552
2553         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2554         New alias.
2555
2556         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2557         Use face-background-name instead of face-background.
2558
2559         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2560
2561         * wl-summary.el (wl-summary-save): Use it.
2562         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2563
2564         * wl-mime.el (wl-mime-save-content): Fix last change.
2565
2566 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2567
2568         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2569         New function.
2570         (wl-summary-sort-specs): Added sort.
2571         * wl-mime.el (wl-mime-save-content): Expand file name.
2572
2573 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2576
2577         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2578
2579 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2582         for flag if it is not defined.
2583
2584 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl-e21.el (wl-highlight-folder-current-line): Use
2587         elmo-folder-type-internal when elmo-folder-type returns nil.
2588
2589         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2590
2591         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2592
2593         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2594
2595         * wl-e21.el (wl-summary-toolbar): Ditto.
2596
2597         * wl-vars.el (wl-demo-background-color): Abolished.
2598         (wl-summary-persistent-mark-priority-list): Renamed from
2599         wl-summary-flag-priority-list.
2600         (wl-summary-flag-alist): New user option.
2601         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2602         (wl-message-mode-line-format-spec-alist): Added 'F'.
2603         (wl-message-mode-line-format): Likewise.
2604         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2605         instead of wl-summary-important-mark.
2606         (wl-file-folder-icon): New variable.
2607
2608         * wl-thread.el (wl-thread-set-flags): Renamed from
2609         wl-thread-mark-as-important.
2610
2611         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2612         warning.
2613         (wl-summary-mode-menu-spec): Follow the change of 
2614         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2615         (wl-summary-mode-map): Follow the change of
2616         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2617         (wl-summary-detect-mark-position): Follow the variable name change.
2618         (wl-summary-set-flags-region): New function for the replacement of
2619         wl-summary-mark-as-important-region.
2620         (wl-summary-sync-marks): Sync all global-flags.
2621         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2622         instead of elmo-message-flagged-p.
2623         (wl-summary-persistent-mark-string): Follow the variable name change;
2624         Put wl-summary-flag-mark if the message has global-flag.
2625         (wl-summary-target-mark-set-flags): Renamed from 
2626         wl-summary-target-mark-mark-as-important.
2627         (wl-summary-decide-flag): New function.
2628         (wl-summary-set-flags-internal): Renamed from
2629         wl-summary-mark-as-important-internal.
2630         (wl-summary-add-flags-internal): New function.
2631         (wl-summary-remove-flags-internal): Ditto.
2632         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2633         (wl-summary-mark-as-unimportant): Abolish.
2634         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2635         (wl-summary-next-message): List flagged messages in the msgdb.
2636
2637         * wl-score.el (wl-summary-score-update-all-lines): Use
2638         wl-summary-add-flags-internal instead of 
2639
2640         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2641
2642         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2643         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2644         (wl-message-buffer-require-all-header): Renamed from
2645         wl-message-buffer-all-header-flag (Ditto).
2646         (wl-message-buffer-flag-indicator): New variable.
2647         (wl-message-redisplay): Changed local varibale name from `flag' to
2648         `display-type'; Set up wl-message-buffer-flag-indicator.
2649         (wl-message-buffer-display): Changed varibale name from `flag' to
2650         `display-type'.
2651         (wl-message-display-internal): Likewise.
2652
2653         * wl-highlight.el (wl-highlight-demo-face): Define default background
2654         color.
2655         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2656
2657         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2658
2659         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2660         (wl-demo-setup-properties): Renamed from
2661         `wl-demo-set-background-color'.
2662         (wl-demo): Follow the change above.
2663         
2664         * Version number is increased to 2.11.24.
2665
2666 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2667
2668         * wl-summary.el (wl-summary-toggle-thread): Call
2669         `wl-summary-rescan' with disable-thread as non-nil.
2670         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2671
2672 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2675         foreground property of the face.
2676         (wl-demo-insert-text): Don't set up face property here.
2677         (wl-demo): Call wl-demo-set-background-color, anyway.
2678
2679 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2680
2681         * wl-vars.el (wl-demo-background-color): The value can be nil.
2682
2683 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2684
2685         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2686         to wl-summary-wheel-dispatcher.
2687
2688         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2689         wl-message-wheel-dispatcher.
2690         (wl-message-wheel-dispatcher): New function.
2691         (wl-summary-wheel-dispatcher): Ditto.
2692
2693 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2694
2695         * wl-action.el (wl-summary-target-mark-all): List messages which are
2696         not in the killed-list.
2697
2698         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2699         only when the folder is 'flag/important.
2700
2701         * wl-address.el (wl-complete-field-body): Complete if the last
2702         character is a space.
2703
2704 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2705
2706         * wl-folder.el (wl-folder-clear-entity-info): Use
2707         elmo-clear-hash-val.
2708
2709         * wl-fldmgr.el (wl-fldmgr-rename): Set
2710         wl-folder-info-alist-modified as t.
2711
2712 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2713
2714         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2715
2716 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2717
2718         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2719         (wl-folder-buffer-last-visited-entity-id): New buffer local
2720         variable.
2721         (wl-folder-revisit-last-visited-folder): New function.
2722         (wl-folder-mode-map): Bind it to "C-i".
2723         (wl-folder-set-current-entity-id): Set last visited folder.
2724         * wl-summary.el (wl-summary-exit): Ditto.
2725
2726 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2729         before calling `recenter' in order to cope with an XEmacs bug.
2730
2731 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2732
2733         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2734         to the default value.
2735
2736 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2739         change.
2740         (wl-summary-sync-marks): Ditto.
2741         (wl-summary-mark-as-read-internal): Ditto.
2742         (wl-summary-mark-as-answered-internal): Ditto.
2743         (wl-summary-mark-as-important-internal): Ditto.
2744         (wl-summary-reply): Ditto.
2745
2746         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2747         instead of `elmo-folder-unflag-answered'.
2748
2749         * Version number is increased to 2.11.23.
2750
2751         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2752         the last change.
2753
2754 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2755
2756         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2757         Specify "spam" or "good".
2758
2759 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2760
2761         * wl-spam.el (wl-summary-exec-action-spam): Call
2762         wl-folder-confirm-existence for spam folder.
2763         (wl-spam-setup): Bind "mk".
2764
2765 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766
2767         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2768
2769 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2770
2771         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2772         destination folder is empty.
2773
2774 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2777         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2778
2779         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2780         (wl-summary-refile-prev-destination-region): New function.
2781         (wl-thread-refile-prev-destination): Ditto.
2782         (wl-summary-target-mark-refile-prev-destination): Ditto.
2783
2784 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2787         (wl-demo-background-color): Changed default value.
2788
2789         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2790         color.
2791
2792         * wl-demo.el (wl-demo-set-background-color): New function.
2793         (wl-demo): Call it.
2794
2795 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2796
2797         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2798         * wl-address.el (wl-address-add-or-change): Don't add empty
2799         address.
2800
2801 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2802
2803         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2804
2805 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2806
2807         * wl-vars.el (wl-demo-image-filter-alist): New variable
2808         (wl-demo-background-color): Ditto.
2809
2810         * wl-demo.el (wl-demo-xpm-set-background): New function.
2811         (wl-demo-image-filter): Ditto.
2812         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2813
2814         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2815
2816         * wl-demo.el (wl-demo-icon-name): Define as function.
2817         (wl-demo-insert-image): Use it.
2818
2819 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2820
2821         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2822
2823 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2824
2825         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2826
2827 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2830
2831 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2832
2833         * wl-thread.el (wl-thread-mark-as-answered): New function.
2834
2835         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2836         answered" entry.
2837         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2838         "r&" and wl-thread-mark-as-answered to "t&".
2839         (wl-summary-mark-as-important-region): Refine to toggle mark.
2840         (wl-summary-mark-as-answered-region): New function.
2841         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2842         and 3rd argument.
2843         (wl-summary-mark-as-important-internal): Likewise.
2844
2845 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-template.el (wl-template-preview): New internal variable.
2848         (wl-template-preview-p): New function.
2849         (wl-template-show): Bind `wl-template-preview' as t.
2850
2851 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2854         `elmo-message-entity-field' with 3rd argument which is non-nil.
2855
2856 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2859         Removed duplicate local bind `folder'.
2860
2861 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2864
2865 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2868         duplicate definition.
2869
2870 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2873         non-nil, use it; Don't fetch message if there's no message in the
2874         current cursor position.
2875
2876 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-util.el (wl-region-exists-p): Use region-active-p.
2879         (wl-deactivate-region): New function.
2880         * wl-message.el (wl-message-redisplay): Deactivate region.
2881
2882         * wl-summary.el (wl-summary-reply): Call
2883         `wl-summary-set-message-buffer-or-redisplay' instead of
2884         `wl-summary-redisplay-internal', don't move point.
2885
2886 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2887
2888         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2889         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2890         by regexp.
2891
2892 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893
2894         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2895         if no need.
2896
2897 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2900         default value to nil.
2901         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2902         `wl-summary-prepare-hook'; Replace refile action to
2903         `wl-summary-exec-action-refile-with-register'.
2904
2905         * Version number is increased to 2.11.22.
2906
2907 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2908
2909         * wl-summary.el (wl-summary-detect-mark-position): Set
2910         `wl-summary-buffer-weekday-name-lang'.
2911
2912 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2913
2914         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2915         (wl-summary-mark-as-read-all): Ditto.
2916         (wl-summary-delete-messages-on-buffer): Ditto.
2917         (wl-summary-sync-update): Ditto.
2918         (wl-summary-mark-as-read-internal): Ditto.
2919         (wl-summary-mark-as-answered-internal): Ditto.
2920         (wl-summary-update-folder-info): Abolished.
2921
2922 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * wl-summary.el (wl-summary-mark-as-read-all): Use
2925         `wl-summary-update-folder-info' instead of
2926         `wl-folder-update-unread'.
2927
2928 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2929
2930         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2931         `wl-summary-folder-info-update'.
2932         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2933         instead of `wl-summary-folder-info-update'.
2934         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2935         `wl-folder-set-folder-updated'.
2936         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2937         instead of `wl-folder-update-unread'.
2938         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2939         the value of `wl-summary-buffer-unread-count' for the second parameter of
2940         `wl-folder-update-unread'.
2941
2942         * Version number is increased to 2.11.21.
2943
2944 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2945
2946         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2947         a local variable.
2948
2949 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2952         interactively.
2953
2954         * wl-summary.el (wl-summary-mark-as-important-internal): New
2955         internal function.
2956         (wl-summary-mark-as-important): Use it.
2957         (wl-summary-mark-as-unimportant): New function.
2958         (wl-summary-sync-marks): Follow the API change.
2959
2960         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2961
2962         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2963
2964 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2965
2966         * wl-folder.el (wl-folder-update-unread): Re-indent.
2967         Narrow the scope of a local variable.
2968
2969 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2972         (wl-addrmgr-merge-entries): Ditto.
2973         (wl-addrmgr): Added to address entry which exists in draft buffer
2974         if no entry is in original.
2975
2976 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2977
2978         * wl-batch.el: New file.
2979
2980 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2981
2982         * wl-vars.el (wl-use-semi): Remove unused variable.
2983
2984 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2987         "?".
2988
2989 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2992         wl-summary-new-mark.
2993         (wl-summary-new-cached-mark): New user option.
2994         (wl-summary-score-marks): Follow the change above.
2995         (wl-summary-auto-refile-skip-marks): Ditto.
2996         (wl-summary-incorporate-marks): Ditto.
2997         (wl-summary-expire-reserve-marks): Ditto.
2998
2999         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3000
3001         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3002         (wl-summary-persistent-mark-string): Distinguished between cached
3003         and uncached mark when the message is new.
3004
3005 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-spam.el (wl-spam-domain): Renamed from
3008         `wl-spam-folder-guess-domain'.
3009         (wl-summary-exec-action-spam): Register as spam if domain of the
3010         source folder is good.
3011         (wl-summary-exec-action-refile-with-register): Register message if
3012         domain of the source folder is not undecided.
3013
3014 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3017         detect thread loop.
3018
3019 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3022         and wl-summary-skip-mark-list.
3023
3024 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3027
3028         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3029
3030         * wl-spam.el (toplevel): Require wl-highlight.
3031         (wl-spam-auto-check-policy-alist): Abolish.
3032         (wl-spam-auto-check-folder-regexp-list): New user option.
3033         (wl-spam-auto-check-marks): Ditto.
3034         (wl-spam-mark-action-list): Ditto.
3035         (wl-highlight-summary-spam-face): New face.
3036         (wl-spam-auto-check-message-p): New function.
3037         (wl-spam-map-spam-messages): Fixed message.
3038         (wl-spam-register-spam-messages): Ditto.
3039         (wl-spam-register-good-messages): Ditto.
3040         (wl-summary-spam-map): Add and remove keybind.
3041         (wl-summary-target-mark-spam): Abolish.
3042         (wl-summary-refile-spam): Ditto.
3043         (wl-summary-test-spam): New function.
3044         (wl-summary-mark-spam): Ditto.
3045         (wl-summary-auto-check-spam): Follow the above change.
3046         (wl-summary-exec-action-spam): New function.
3047         (wl-summary-exec-action-refile-with-register): Fixed message.
3048         (wl-message-check-spam): New function.
3049         (wl-spam-setup): Ditto.
3050         (toplevel): Call it if this file is loaded interactivity.
3051
3052         * Version number is increased to 2.11.20.
3053
3054 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3057         when new optional argument `force' is non nil or modified.
3058
3059 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl.el (toplevel): Require wl-spam when compile.
3062         (wl-save-status): Call wl-spam-save-status.
3063
3064         * wl-spam.el (wl-spam-register-spam-messages): New function.
3065         (wl-spam-register-good-messages): Ditto.
3066         (wl-spam-save-status): Ditto.
3067         (wl-summary-mode-map): Bind
3068         wl-summary-target-mark-register-as-spam to "ms" and
3069         wl-summary-target-mark-register-as-good to "mn".
3070         (wl-summary-register-as-spam): Abolish optional argument; Use
3071         wl-spam-register-spam-messages.
3072         (wl-summary-register-as-spam-all): Use
3073         wl-spam-register-spam-messages.
3074         (wl-summary-register-as-good): Abolish optional argument; Use
3075         wl-spam-register-good-messages.
3076         (wl-summary-register-as-good-all): Use
3077         wl-spam-register-good-messages.
3078         (wl-summary-target-mark-register-as-spam): New funtion.
3079         (wl-summary-target-mark-register-as-good): Ditto.
3080
3081 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3082
3083         * wl-spam.el: New file.
3084
3085 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3088
3089         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3090         (wl-summary-auto-refile): Call wl-refile-guess with
3091         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3092
3093 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3094
3095         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3096         with disable-thread argument non-nil.
3097
3098 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-summary.el (wl-summary-rescan): Added optional argument
3101         disable-thread.
3102         (wl-summary-sync): Call wl-summary-rescan with argument
3103         disable-thread.
3104         (wl-summary-input-range): Added new range `rescan-thread'.
3105
3106 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3109
3110 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3113         internal variable.
3114         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3115         wl-summary-search-parent-by-subject-regexp and
3116         wl-summary-divide-thread-when-subject-changed as nil.
3117         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3118         (wl-summary-insert-thread): Search parent entity from
3119         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3120         thread loop.
3121
3122 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3125
3126         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3127
3128         * wl-util.el (wl-require-update-all-folder-p): New function.
3129         (wl-get-assoc-list-value): Added `function' to match directive.
3130         (wl-collect-draft): Rewrite.
3131
3132         * wl-summary.el (wl-summary-sync-update): Clear faces
3133         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3134         are non-nil.
3135         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3136         argument as function.
3137         (wl-summary-input-range): Ditto.
3138
3139         * wl-folder.el (wl-draft-get-folder): New function.
3140         (wl-folder-get-elmo-folder): Consider draft folder.
3141
3142         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3143         (wl-draft-buffer-message-number): New buffer local variable.
3144         (wl-draft-folder-internal): New internal variable.
3145         (wl-draft-delete): Rewrite.
3146         (wl-draft-save): Ditto.
3147         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3148         wl-folder-get-elmo-folder.
3149         (wl-draft-config-info-operation): Ditto.
3150         (wl-jump-to-draft-folder): Ditto.
3151         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3152         (wl-draft-reedit): Rewrite.
3153
3154         * Version number is increased to 2.11.19.
3155         
3156 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3157
3158         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3159         variable.
3160
3161 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3164         Use ignore-errors instead of unwind-protect.
3165
3166 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3167
3168         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3169         for updating `wl-thread-entity-list'.
3170
3171 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3172
3173         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3174         parameter from calling `wl-thread-entity-get-older-brothers' and
3175         `wl-thread-entity-get-younger-brothers'.
3176         Replace nested `append' with a single one.
3177
3178 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-summary.el (wl-summary-mode): Don't use the return value of
3181         `make-local-hook'.
3182
3183 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3184
3185         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3186         instead of `let*'.
3187         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3188         of local variables.
3189
3190 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3191
3192         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3193         Renamed from wl-summary-window-scroll-functions.
3194         (wl-summary-window-scroll-functions): Don't set to variable.
3195         (wl-summary-display-top): Use run-hooks.
3196         (wl-summary-display-bottom): Ditto.
3197         (wl-summary-toggle-disp-msg): Ditto.
3198         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3199         Use it instead of wl-summary-window-scroll-functions.
3200         (wl-summary-goto-folder-subr): Don't call
3201         wl-summary-window-scroll-functions, use
3202         wl-summary-buffer-window-scroll-functions instead.
3203
3204 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3205
3206         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3207         make-local-variable.
3208
3209 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3210
3211         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3212         set-buffer-modified-p.
3213         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3214         (wl-summary-display-bottom): Ditto.
3215         (wl-summary-toggle-disp-msg): Ditto.
3216
3217 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3220
3221         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3222         (wl-summary-forward): Use elmo-message-entity-field instead of
3223         elmo-message-field.
3224
3225         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3226
3227 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-summary.el (wl-summary-window-scroll-functions): No use
3230         `append'.
3231
3232 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3235         function.
3236         (wl-summary-window-scroll-functions): Call it when both
3237         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3238         (wl-summary-temp-mark): Added optional argument number.
3239         (wl-summary-message-mark): Added optional argument flag.
3240         (wl-summary-persistent-mark): Added optional argument number and flag.
3241         (wl-summary-update-persistent-mark): Ditto.
3242         (wl-summary-update-status-marks): Set "r" for interactive spec.
3243
3244         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3245         argument number and flag.
3246
3247         * wl-action.el (wl-summary-registered-temp-mark): 
3248         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3249
3250 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3251
3252         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3253         internal variable (buffer local).
3254         (wl-summary-window-scroll-functions): New function.
3255         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3256         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3257         as nil.
3258         (wl-summary-update-status-marks): Added arguments beg, end and
3259         check.
3260         (wl-summary-update-mark-window): Use function.
3261         (wl-summary-sync-update): Follow the change above.
3262         (wl-summary-switch-to-clone-buffer): Copy
3263         wl-summary-buffer-unsync-mark-number-list.
3264         (wl-summary-goto-folder-subr): Set
3265         wl-summary-buffer-unsync-mark-number-list and
3266         use wl-summary-window-scroll-functions instead of
3267         wl-summary-lazy-highlight.
3268
3269         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3270
3271 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3274
3275         * wl-summary.el (wl-summary-update-persistent-mark): Call
3276         wl-summary-set-message-modified.
3277
3278         * wl-summary.el (wl-summary-sync-update): Don't call
3279         wl-summary-update-status-marks.
3280
3281         * Version number is increased to 2.11.18.
3282
3283 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3286         (wl-message-next-page): Ditto.
3287
3288 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3289
3290         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3291         local variable.  Change the order of a collected list into the
3292         same as the specified range.  Remove nil from a collected list.
3293
3294 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3295
3296         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3297         argument for elmo-folder-list-messages.
3298
3299 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3302         change (wl-summary-count-unreads return a list instead of a cons
3303         cell).
3304
3305 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3306
3307         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3308         `wl-summary-folder-info-update'.
3309
3310 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-summary.el (wl-summary-set-message-modified): No use
3313         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3314         (wl-summary-set-mark-modified): Abolish.
3315         (wl-summary-mark-modified-p): Ditto.
3316         (wl-summary-save-view): Follow the change above.
3317
3318         * wl-expire.el (wl-summary-expire): Likewise.
3319
3320 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-summary.el (wl-summary-detect-mark-position): Use
3323         modb-entity-handler.
3324         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3325
3326         * Version number is increased to 2.11.17.
3327
3328 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3329
3330         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3331         entity field value.
3332         (wl-summary-prefetch-msg): Ditto.
3333         (wl-summary-print-message-with-ps-print): Ditto.
3334
3335 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3338         for dummy entity.
3339         (wl-summary-insert-thread): Use elmo-message-entity-field.
3340         (wl-summary-update-thread): Use elmo-message-entity-field and
3341         elmo-message-entity-number.
3342         (wl-summary-line-number):  Use elmo-message-entity-number.
3343         (wl-summary-line-size): Use elmo-message-entity-field.
3344         (wl-summary-line-subject): Ditto.
3345         (wl-summary-line-from): Ditto.
3346         (wl-summary-line-attached): Ditto.
3347         (wl-summary-create-line): Ditto.
3348         (wl-summary-create-line): Use elmo-message-entity-number.
3349         (wl-summary-print-message-with-ps-print): Use
3350         elmo-message-entity-field.
3351
3352 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3353
3354         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3355         change in elmo-msgdb-make-message-entity.
3356         (wl-summary-buffer-set-folder): Don't call
3357         wl-summary-detect-mark-position here.
3358         (wl-summary-rescan): Call elmo-message-entity-number.
3359         (wl-summary-sync-update): Ditto.
3360         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3361
3362         * wl-score.el (wl-score-header-index): Redefine 2th element.
3363         (wl-score-overview-entity-get-extra): Abolish.
3364         (wl-score-ov-entity-get): Rewrite.
3365         (wl-score-string-index<, wl-score-string-func<): Abolish.
3366         (wl-score-string<): New function.
3367         (wl-score-string-sort): Use it.
3368
3369         * wl-refile.el (wl-refile-guess-by-history): Use
3370         elmo-message-entity-field.
3371         (wl-refile-guess-by-from): Ditto.
3372         (wl-refile-guess-by-msgid): Ditto.
3373
3374         * Version number is increased to 2.11.16.
3375
3376 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3377
3378         * wl-folder.el (wl-folder-confirm-existence): Don't call
3379         file-exists-p if msgdb-path is nil.
3380         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3381         `wl-read-folder-hist' to `wl-read-folder-history'.
3382
3383 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3384
3385         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3386         `y-or-n-p'.
3387
3388 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389
3390         * wl-score.el (wl-score-headers): Don't use
3391         elmo-folder-do-each-message-entity.
3392
3393         * Version number is increased to 2.11.15.
3394
3395 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-summary.el (wl-summary-delete-all-msgs): Use
3398         elmo-folder-move-messages instead of elmo-folder-delete-messages
3399         and elmo-folder-detach-messages.
3400         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3401
3402         * wl-expire.el (wl-expire-delete): Ditto.
3403         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3404
3405 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3406
3407         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3408         (wl-message-header-narrowing-fields): Ditto.
3409         (wl-message-header-narrowing-lines): Ditto.
3410         (wl-message-header-narrowing-string): Ditto.
3411
3412         * wl-summary.el (wl-summary-mode-map): Bind
3413         wl-summary-toggle-header-narrowing to "C-cC-f".
3414         (wl-summary-toggle-header-narrowing): New function.
3415
3416         * wl-message.el (wl-message-buffer-create): Call
3417         wl-message-header-narrowing-setup.
3418         (wl-message-redisplay): Call wl-message-header-narrowing.
3419         (wl-message-header-narrowing): New function.
3420         (wl-message-header-narrowing-map): New keymap.
3421         (wl-message-header-narrowing-widen-map): New keymap.
3422         (wl-message-header-narrowing-again-at-mouse): New function.
3423         (wl-message-header-narrowing-1): Ditto.
3424         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3425         (wl-message-header-narrowing-setup): Ditto.
3426         (wl-message-header-narrowing-toggle): Ditto.
3427         
3428         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3429
3430         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3431         'flag as all.
3432         (wl-use-flag-folder-help-echo): New user option.
3433
3434         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3435         wl-summary-highlight as nil.
3436         (wl-summary-set-mark-modified): Follow the API change.
3437         (wl-summary-mark-modified-p): Ditto.
3438         (wl-summary-mark-as-read-all): Ditto.
3439         (wl-summary-sync-marks): Don't call
3440         elmo-folder-list-messages-with-global-mark.
3441         (wl-summary-mark-as-read-internal): Follow the API change.
3442         (wl-summary-mark-as-answered-internal): Ditto.
3443         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3444         Follow the API change.
3445         (wl-summary-create-line): Call with number argument.
3446         (wl-summary-reply): Follow the API change.
3447
3448         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3449         function.
3450         (wl-highlight-summary-line-string): Call it when
3451         wl-use-flag-folder-help-echo is non-nil.
3452         (wl-highlight-summary-current-line): Ditto.
3453         (elmo-flag-folder-referrer): Added autoload setting.
3454
3455         * wl-draft.el (wl-draft-kill): Follow the API change.
3456
3457         * Version number is increased to 2.11.14.
3458         
3459 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3460
3461         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3462
3463 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * Version number is increased to 2.11.13.
3466
3467 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-draft.el (wl-draft-previous-history-element): Fixed
3470         unbalanced parenthesis and bind unbound local variables.
3471
3472 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3473
3474         * wl-draft.el (wl-draft-previous-history-element): New function.
3475         (wl-draft-next-history-element): Ditto.
3476         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3477         them to M-p and M-n.
3478
3479 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3480
3481         * Version number is increased to 2.11.12.
3482
3483 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3484
3485         * wl-draft.el (wl-draft-hide): Select buffer-window.
3486
3487 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3488
3489         * wl-summary.el (wl-summary-narrow-to-region): New function.
3490         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3491         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3492         (wl-summary-save-region): Use it.
3493         * wl-action.el (wl-summary-collect-numbers-region)
3494         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3495
3496 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-folder.el (wl-folder-count-incorporates): Don't use
3499         `elmo-msgdb-mark-load'
3500
3501         * Version number is increased to 2.11.11.
3502
3503 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3504
3505         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3506         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3507
3508 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3511
3512 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3513
3514         * Version number is increased to 2.11.10.
3515
3516 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-mime.el (wl-draft-attribute-value): Fixed.
3519
3520 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3521
3522         * wl-util.el (wl-copy-local-variables): New function.
3523
3524         * wl-mime.el (wl-draft-attribute-recipients): New function.
3525         (wl-draft-attribute-envelope-from): Ditto.
3526         (wl-draft-attribute-smtp-posting-server): Ditto.
3527         (wl-draft-attribute-smtp-posting-port): Ditto.
3528         (wl-draft-attribute-value): Ditto.
3529         (wl-draft-preview-message): Use it to get value for
3530         attributes. Reflect result of `wl-draft-config'.
3531
3532         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3533         and call `wl-summary-mark-as-read' before to call
3534         `wl-summary-unset-mark'.
3535         (wl-summary-target-mark-mark-as-unread): Likewise.
3536         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3537
3538 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-mime.el (wl-draft-preview-message): Use actual value for
3541         attributes; Fix for small window.
3542
3543 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3544
3545         * wl-refile.el (wl-refile-get-field-value): Call
3546         `elmo-message-entity-field' with 3rd argument is non-nil.
3547
3548 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3549
3550         * wl-vars.el (wl-draft-preview-attributes): New user option.
3551         (wl-draft-preview-attributes-list): Ditto.
3552         (wl-draft-preview-attributes-buffer-lines): Ditto.
3553         (wl-draft-preview-attributes-buffer-name): Ditto.
3554
3555         * wl-mime.el (wl-draft-preview-message): Display attributes.
3556
3557 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-summary.el (wl-summary-detect-mark-position): Bind
3560         wl-summary-flag-priority-list to '(new).
3561
3562 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3563
3564         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3565         funtion.
3566         (wl-highlight-summary-line-string): Use it.
3567         (wl-highlight-summary-current-line): Ditto.
3568
3569 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3572         line even when the mark string is not changed.
3573
3574         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3575         argument change in the wl-summary-create-line.
3576         (wl-thread-insert-entity-sub): Ditto.
3577
3578         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3579         argument change in the wl-summary-create-line.
3580         (wl-summary-insert-sequential): Ditto.
3581         (wl-summary-update-thread): Ditto.
3582         (wl-summary-persistent-mark-string): New inline function.
3583         (wl-summary-message-mark): Use it.
3584         (wl-summary-create-line): Abolish argument wl-persistent-mark
3585         and added wl-flags, wl-cached.
3586
3587         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3588         mark to flags.
3589         (wl-highlight-summary-current-line): Decide the face not by the 
3590         persistent mark but flags.
3591
3592 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3593
3594         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3595         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3596         wl-summary-read-uncached-mark): Revive.
3597         (wl-summary-answered-cached-mark,
3598         wl-summary-answered-uncached-mark): New user option.
3599         (wl-summary-score-marks): Follow the change above.
3600         (wl-summary-auto-refile-skip-marks): Ditto.
3601         (wl-summary-incorporate-marks): Ditto.
3602         (wl-summary-expire-reserve-marks): Ditto.
3603         (wl-summary-flag-priority-list): New user option.
3604
3605         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3606         changes.
3607         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3608         of elmo-message-mark.
3609         (wl-summary-mark-as-read-internal): Ditto.
3610         (wl-summary-mark-as-answered): Ditto.
3611         (wl-summary-mark-as-important): Ditto.
3612         (wl-summary-redisplay-internal): Ditto.
3613         (wl-summary-redisplay-no-mime-internal): Ditto.
3614         (wl-summary-message-mark): New function.
3615         (wl-summary-insert-sequential): Use wl-summary-message-mark
3616         instead of elmo-message-mark.
3617         (wl-summary-update-thread): Ditto.
3618         (wl-summary-persistent-mark): Ditto.
3619         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3620         instead of elmo-message-mark.
3621
3622         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3623         wl-summary-message-mark instead of elmo-message-mark.
3624         (wl-thread-insert-entity-sub): Ditto.
3625         (wl-thread-get-children-msgs-uncached): Ditto.
3626
3627         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3628         variable name changes.
3629         (wl-highlight-summary-current-line): Ditto.
3630
3631         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3632         wl-summary-message-mark instead of elmo-message-mark.
3633
3634         * wl-expire.el (wl-expire-message-p): Ditto.
3635
3636         * wl-score.el (wl-score-headers): Ditto.
3637
3638         * Version number is increased to 2.11.9.
3639
3640         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3641         (wl-summary-sync-update): Follow the change above.
3642         (wl-summary-switch-to-clone-buffer): Ditto.
3643         (wl-summary-open-folder): Ditto.
3644
3645 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3646
3647         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3648         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3649
3650         * Version number is increased to 2.11.8.
3651
3652         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3653
3654         * wl-expire.el (wl-expire-refile): Follow the API change on
3655         `elmo-folder-move-messages'.
3656         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3657
3658         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3659         (wl-summary-exec-action-refile): Ditto.
3660         (wl-summary-exec-action-copy): Ditto.
3661         (wl-summary-no-auto-refile-message-p): No use
3662         `wl-summary-buffer-msgdb'.
3663         (wl-summary-auto-refile): Ditto.
3664
3665 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3666
3667         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3668
3669 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-summary.el (wl-summary-sync): Treat no-sync.
3672
3673         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3674         (wl-default-sync-range): Ditto.
3675
3676 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * wl-refile.el (wl-refile-subject-learn): Call
3679         `elmo-message-entity-field' with 3rd argument is non-nil.
3680         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3681         instead of `elmo-msgdb-overview-entity-get-subject'.
3682
3683 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3684
3685         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3686         scan-type is rescan.
3687         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3688         new optional argument force is non-nil.
3689         (wl-summary-save-view-cache): Call it with force argument non-nil.
3690
3691         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3692
3693 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3694
3695         * wl-action.el (wl-summary-print-argument): Fixed last change.
3696
3697 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3698
3699         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3700         simplified.
3701         (wl-summary-target-mark-mark-as-unread): Likewise.
3702         (wl-summary-target-mark-mark-as-important): Likewise.
3703
3704 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3705
3706         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3707         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3708         (wl-summary-mark-as-important-region): Change accordingly.
3709         (wl-summary-target-mark-mark-as-important): Ditto.
3710
3711 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3712
3713         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3714
3715         * wl-action.el (wl-summary-print-argument): Print argument to
3716         right side of window if `wl-summary-print-argument-within-window'
3717         is non-nil.
3718
3719 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * wl-action.el (wl-summary-set-mark): Use
3722         `wl-summary-message-visible-p' to check visibility of the message
3723         and jump to message only when the message line is visible and have
3724         different number; Call wl-summary-unset-mark with number argument.
3725         (wl-summary-unset-mark): 
3726         Use `wl-summary-message-visible-p'
3727         to check visibility of the message and jump to message only when
3728         the message line is visible and have different number;
3729
3730 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3731
3732         * Version number is increased to 2.11.7.
3733
3734         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3735         and wl-folder-summary-line-format.
3736
3737         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3738         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3739         (wl-summary-set-score-mark): Use it.
3740         (wl-summary-target-mark-mark-as-read): Ditto.
3741         (wl-summary-target-mark-mark-as-unread): Ditto.
3742         (wl-summary-target-mark-mark-as-important): Ditto.
3743         (wl-summary-target-mark-msgs): Simplified.
3744         (wl-summary-detect-mark-position): Fixed problem when
3745         summary-line-format no contain persisten/temp mark spec.
3746         (wl-summary-temp-mark): Ditto.
3747         (wl-summary-persistent-mark): Ditto.
3748         (wl-summary-update-persistent-mark): Ditto.
3749
3750         * wl-action.el (wl-summary-set-mark): Ditto.
3751         (wl-summary-unset-mark): Ditto.
3752         All other related portions are changed.
3753
3754 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * Version number is increased to 2.11.6.
3757
3758 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * wl-util.el (wl-current-message-buffer): Define as function;
3761         Don't use the value of wl-messge-buffer.
3762
3763         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3764         persistent mark.
3765
3766         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3767         no current message, cause an error.
3768
3769 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3770
3771         * wl-summary.el (wl-summary-set-message-modified): Use
3772         elmo-folder-set-message-modified instead of
3773         elmo-folder-set-message-modified-internal.
3774
3775 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3776
3777         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3778         interactively.
3779         (wl-summary-sync): nokill->entirely.
3780         (wl-summary-sync-marks): Fixed message.
3781         (wl-summary-input-range): Added mark, nokill->entirely.
3782
3783         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3784         messages as read.
3785
3786 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3787
3788         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3789         update-noscore.
3790         (wl-summary-sync): Follow the change above.
3791
3792 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3793
3794         * wl-action.el (wl-summary-target-mark-all): Use
3795         elmo-folder-list-messages.
3796
3797 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3800         (wl-summary-rescan): Set wl-summary-scored as nil.
3801         (wl-summary-sync-force-update): Follow the change above.
3802         (wl-summary-sync): Ditto.
3803         (wl-summary-sync-update): Added argument disable-killed.
3804         (wl-summary-insert-headers): Set visible-only argument for
3805         elmo-folder-list-messages.
3806         (wl-summary-input-range): Added update-nokill, update-noscore,
3807         all-nokill, all-noscore and mark.
3808
3809         * Version number is increased to 2.11.5.
3810
3811         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3812
3813 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3814
3815         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3816         (wl-summary-prefetch-region-no-mark): Change accordingly.
3817         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3818
3819 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3820
3821         * wl-address.el (wl-complete-field-to): Abolished.
3822         (wl-complete-address): Completion function for completing-read.
3823         * wl-action.el (wl-summary-get-resend-address): Use it.
3824
3825         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3826         wl-summary-update-mark and abolish unused argument.
3827         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3828         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3829         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3830         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3831         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3832         * wl-draft.el (wl-draft-kill): Ditto.
3833
3834         * wl-summary.el: Remove unused binding of case-fold-search.
3835         (wl-summary-replace-status-marks): Abolished.
3836
3837 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3840         is specified or folder length is zero.
3841
3842 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3843
3844         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3845         (wl-folder-archive-current-entity): Ditto.
3846
3847 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3850         retrieving message mark.
3851         (wl-summary-redisplay-internal): Ditto.
3852
3853         * wl-message.el (wl-message-buffer-display): Ignore errors while
3854         retrieving message-id field.
3855
3856         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3857         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3858         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3859         order of the arguments for `wl-expire-message-p'.
3860         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3861
3862         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3863         Check return value of wl-summary-reply.
3864         (wl-summary-reply): Recover window configuration when an error occured.
3865
3866 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3867
3868         * wl-summary.el (wl-summary-resend-message): Abolished, the
3869         feature is inherited by wl-summary-resend (put resend mark).
3870
3871 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3872
3873         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3874         wl-message-buffer to nil when the message is hide.
3875
3876 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3877
3878         * .cvsignore: New file.
3879
3880 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3881
3882         * wl-action.el (wl-summary-action-docstring): Add more info.
3883         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3884         duplicate definition.
3885         (wl-summary-define-mark-action): Functions wl-summary-*-region
3886         keep current position.
3887         (wl-summary-unregister-target-mark): Store result to the variable.
3888
3889 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * Version number is increased to 2.11.4.
3892
3893 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3896         wl-summary-delete-all-temp-marks.
3897         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3898
3899         * wl-action.el (wl-summary-set-mark): Changed terminology
3900         refile-destination -> action-argument.
3901         (wl-summary-unset-mark): Ditto.
3902         (wl-summary-remove-argument): Ditto.
3903         (wl-summary-print-argument): Ditto.
3904
3905         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3906         (wl-thread-remove-argument-region): Ditto.
3907         (wl-thread-print-argument-region): Ditto.
3908         (wl-thread-close): Ditto.
3909         (wl-thread-open): Ditto.
3910
3911         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3912         (wl-highlight-refile-destination-face is abolished)
3913         (wl-highlight-action-argument-string): Ditto.
3914         (wl-highlight-summary-current-line): Highlight action argument.
3915
3916         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3917         color for light backgrounds.
3918         (wl-highlight-summary-answered-face): Ditto.
3919
3920 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3921
3922         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3923
3924         * wl-score.el (wl-summary-score-update-all-lines): Use
3925         wl-summary-set-mark.
3926         (wl-summary-score-update-all-lines): Kill expunged messages.
3927
3928         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3929
3930 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3933         directly.
3934         (wl-score-overview-entity-get-lines): Ditto.
3935         (wl-score-overview-entity-get-xref): Ditto.
3936         (wl-score-get-latest-msgs): Ditto.
3937         (wl-summary-rescore): Ditto.
3938
3939         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3940         to "&".
3941         (wl-summary-mark-as-answered-internal): New inline function.
3942         (wl-summary-mark-as-answered): New function.
3943         (wl-summary-mark-as-unanswered): Ditto.
3944         (wl-summary-sync-marks): Modified for answered-mark synching.
3945
3946 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3947
3948         * wl-action.el (wl-summary-set-mark): Fixed last change.
3949
3950 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3951
3952         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3953         behavior of wl-summary-unread-message-hook
3954         (Pointed out by akira yamada <akira@arika.org>).
3955
3956 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3957
3958         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3959         wl-summary-delete.
3960         * wl-xmas.el (wl-summary-toolbar): Ditto.
3961
3962         * wl-action.el (wl-summary-set-mark): Don't override current
3963         temp-mark.
3964
3965         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3966
3967 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3970         (wl-refile-msgid-learn): Ditto.
3971         (wl-refile-get-field-value): Ditto.
3972
3973         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3974
3975         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3976         (wl-expire-delete-reserved-messages): Renamed from
3977         wl-expire-reserve-marked-msgs-from-list.
3978         (wl-expire-delete): Removed argument `msgdb'.
3979         (wl-expire-refile): Ditto.
3980         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3981         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3982         mark-alist as argument.
3983         (wl-expire-archive-number1): Removed argument `msgdb'.
3984         (wl-expire-archive-number2): Ditto.
3985         (wl-expire-archive-date): Ditto.
3986         (wl-expire-localdir-date): Ditto.
3987         (wl-expire-hide): Ditto.
3988         (wl-archive-number1): Ditto.
3989         (wl-archive-number2): Ditto.
3990         (wl-archive-date): Ditto.
3991         (wl-archive-folder): Ditto.
3992         All other related portions are changed.
3993
3994 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3995
3996         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3997         mean move up and down. (suggested by Takashi Kawachi)
3998
3999 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-acap.el (toplevel): Don't require un-define.
4002
4003 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-thread.el (wl-thread-delete-message): Always update
4006         wl-summary-buffer-number-list.
4007
4008         * wl-action.el (wl-summary-print-destination): 
4009         Do nothing when folder is nil.
4010
4011 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4012
4013         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4014         persistent mark when prefetch is succeeded.
4015
4016 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4019         instead of elmo-msgdb-delete-msgs.
4020         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4021         (wl-expire-hide): Ditto.
4022
4023         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4024
4025         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4026         elmo-msgdb interface.
4027         (wl-thread-get-exist-children): Likewise.
4028         (wl-thread-insert-message): Likewise.
4029         (wl-thread-msg-mark-as-important): Likewise.
4030         (wl-thread-insert-entity-sub): Likewise.
4031         (wl-thread-get-children-msgs-uncached): Likewise.
4032
4033         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4034         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4035         (wl-summary-sync-update): Likewise.
4036         (wl-summary-auto-select-msg-p): Likewise.
4037         (wl-summary-update-thread): Likewise.
4038         (wl-summary-mark-as-important): Likewise.
4039         (wl-summary-jump-to-msg-internal): Likewise.
4040         (wl-summary-redisplay-internal): Likewise.
4041         (wl-summary-print-message-with-ps-print): Likewise.
4042         (wl-summary-folder-info-update): Likewise.
4043
4044         * wl-folder.el (wl-folder-check-one-entity):
4045         elmo-folder-count-flags instead of wl-summary-count-unread.
4046
4047         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4048
4049         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4050
4051         * wl-summary.el (wl-summary-set-message-modified): 
4052         Call wl-summary-set-mark-modified.
4053         (wl-summary-delete-messages-on-buffer): Call
4054         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4055         (wl-summary-sync-update): Call elmo-folder-length instead of
4056         elmo-folder-messages.
4057         (wl-summary-insert-headers): Don't call
4058         elmo-folder-list-message-entities.
4059
4060 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4061
4062         * wl-action.el (wl-summary-define-mark-action): Call
4063         `wl-summary-set-mark' with argument `data'.
4064         (wl-summary-auto-refile): Fixed order of arguments when call
4065         `wl-summary-refile'.
4066
4067 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4070
4071         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4072
4073         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4074         (Renamed from wl-highlight-summary-deleted-face).
4075         (wl-highlight-summary-resend-face): New face.
4076
4077         (wl-highlight-summary-deleted-face): Renamed from
4078         wl-highlight-summary-erased-face.
4079
4080         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4081
4082         * wl-action.el (wl-summary-get-resend-address): New function.
4083         (wl-summary-exec-action-resend): Ditto.
4084         (wl-summary-exec-action-resend-subr): Ditto.
4085
4086         * w-thread.el (wl-thread-copy): Removed definition.
4087         (wl-thread-refile): Ditto.
4088         (wl-thread-delete): Ditto.
4089         (wl-thread-target-mark): Ditto.
4090
4091         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4092         (wl-summary-target-mark-set-action): Fixed.
4093         (wl-summary-define-mark-action): Fixed quotation.
4094         (wl-summary-move-mark-list-messages): Display message.
4095         (wl-summary-define-mark-action): Define thread functions.
4096         (wl-summary-exec-action-refile): Changed message.
4097         (wl-summary-exec): Ditto.
4098
4099 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4100         
4101         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4102         '%%'.
4103
4104 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl.el (toplevel): Require wl-action.
4107         (wl-init): Call wl-summary-define-mark-action.
4108
4109         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4110
4111         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4112         wl-summary-delete and wl-summary-erase.
4113         (wl-summary-mode-map): Ditto.
4114
4115         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4116         wl-delete-folder-alist.
4117
4118         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4119         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4120         (toplevel): Moved mark & action related functions to the wl-action.el.
4121
4122         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4123         in wl-summary-mark-action-list.
4124         (wl-highlight-summary-current-line): Ditto.
4125
4126         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4127         empty lines.
4128
4129         * wl-action.el: New file. 
4130
4131 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-summary.el (wl-summary-target-mark-replace): New function.
4134         (wl-summary-target-mark-prefetch): Use it.
4135         (wl-summary-target-mark-delete): Ditto.
4136         (toplevel): Rearranged definition order.
4137         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4138         (wl-summary-target-mark-erase): Rewrite.
4139         (wl-summary-erase-region): New function.
4140         (wl-summary-exec-action-erase): Changed message.
4141         (wl-summary-move-mark-list-messages): New function.
4142         (wl-summary-exec-action-delete): Use it.
4143         (wl-summary-exec-action-erase): Ditto.
4144
4145         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4146         (wl-summary-skip-mark-list): Added "d".
4147
4148         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4149         while searching.
4150
4151         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4152         and define using defcustom;
4153         Define 4th element as a face.
4154         
4155         * wl-summary.el (wl-summary-incorporate): Use 
4156         `wl-summary-prefetch-region-no-mark' instead of
4157         `wl-summary-prefetch-region'.
4158         (wl-summary-prefetch-region-no-mark): Revival of old
4159         `wl-summary-prefetch-region'.
4160         (wl-summary-mark-action-list): Moved to wl-vars.el
4161
4162         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4163         face according to the `wl-summary-mark-action-list'.
4164         (wl-highlight-summary-current-line): Ditto;
4165         Removed destination highlighting.
4166
4167         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4168         (wl-highlight-summary-line-string): Highlight for "i" mark.
4169         (wl-highlight-summary-current-line): Ditto.
4170
4171         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4172         no destination.
4173
4174         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4175         exists, just go ahead.
4176         (wl-summary-prefetch-region): Rewrite.
4177         (wl-summary-prefetch): Ditto.
4178         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4179         (wl-summary-exec-action-prefetch): New function.
4180         (wl-summary-target-mark-prefetch): Rewrite.
4181
4182 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4185         (wl-highlight-summary-line-string): Added "d" and "D".
4186         (wl-highlight-summary-current-line): Ditto.
4187
4188         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4189         in wl-summary.el.
4190         (wl-thread-insert-entity-sub): Ditto.
4191         (wl-thread-remove-destination-region): Ditto.
4192         (wl-thread-print-destination-region): Ditto.
4193
4194         * wl-summary.el (wl-summary-buffer-refile-list,
4195         wl-summary-buffer-delete-list,
4196         wl-summary-buffer-copy-list): Abolish.
4197         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4198         All other related portions are changed.
4199         (wl-summary-mark-action-list): New variable.
4200         (wl-summary-set-mark): New function.
4201         (wl-summary-register-target-mark): Ditto.
4202         (wl-summary-unregister-target-mark): Ditto.
4203         (wl-summary-have-target-mark-p): Ditto.
4204         (wl-summary-register-temp-mark): Ditto.
4205         (wl-summary-unregister-temp-mark): Ditto.
4206         (wl-summary-registered-temp-mark): Ditto.
4207         (wl-summary-collect-temp-mark): Ditto.
4208         (wl-summary-unset-mark): Ditto.
4209         (wl-summary-set-target-mark): Ditto.
4210         (wl-summary-unset-target-mark): Ditto.
4211         (wl-summary-set-action-generic): Ditto.
4212         (wl-summary-unset-action-generic): Ditto.
4213         (wl-summary-exec-action-delete): Ditto.
4214         (wl-summary-exec-action-erase): Ditto.
4215         (wl-summary-set-action-refile): Ditto.
4216         (wl-summary-set-action-refile-subr): Ditto.
4217         (wl-summary-unset-action-refile): Ditto.
4218         (wl-summary-make-destination-numbers-list): Ditto.
4219         (wl-summary-exec-action-refile): Ditto.
4220         (wl-summary-set-action-copy): Ditto.
4221         (wl-summary-unset-action-copy): Ditto.
4222         (wl-summary-exec-action-copy): Ditto.
4223         (wl-summary-collect-numbers-region): Ditto.
4224         (wl-summary-delete): Rewrite.
4225         (wl-summary-erase): Ditto.
4226         (wl-summary-remove-destination): Ditto.
4227         (wl-summary-exec): Ditto.
4228         (wl-summary-exec-region): Ditto.
4229         (wl-summary-target-mark-erase): Ditto.
4230         (wl-summary-refile): Ditto.
4231         (wl-summary-copy): Ditto.
4232         (wl-summary-unmark): Ditto.
4233         (wl-summary-delete-all-mark): Ditto.
4234         (wl-summary-mark-line): Don't highlight.
4235         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4236         (wl-summary-target-mark-refile-subr): Rewrite.
4237
4238         (wl-summary-copy-prev-destination): Abolish.
4239
4240 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4241
4242         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4243         default values along the value of wl-on-mule.
4244         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4245         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4246         It is not used anywhere.
4247
4248 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4249
4250         * wl-summary.el (wl-summary-print-destination): Keep position.
4251         (wl-summary-cursor-move-surface): Keep horizontal position.
4252
4253 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4254
4255         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4256         write sendlog.
4257
4258 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4259
4260         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4261         `wl-summary-highlight'.
4262
4263 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4264
4265         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4266         trivial condition for temp-mark.
4267
4268 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4269
4270         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4271         when it hits killed buffer.
4272
4273 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4274
4275         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4276         * wl-news.el.in: `message' and `error' take format string.
4277
4278 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4279
4280         * wl-folder (wl-folder-insert-entity): Display a message,
4281         `...done', when the work finish.
4282         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4283
4284 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4285
4286         * wl-message.el (wl-message-redisplay): Remove unused local
4287         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4288
4289 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4290
4291         * wl-summary.el (wl-summary-replace-status-marks): Disable
4292         interactive use.
4293         (wl-summary-reedit): Check message existence at first.
4294         (wl-summary-mark-line): Fix doc, return value is indefinite.
4295
4296         * wl-highlight.el (wl-highlight-message): Arranged.
4297
4298         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4299         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4300         check temp-mark by wl-summary-temp-mark always.
4301         (wl-highlight-summary): Change accordingly.
4302         * wl-summary.el (wl-summary-mark-as-read-all)
4303         (wl-summary-delete-cache, wl-summary-set-score-mark)
4304         (wl-summary-mark-as-unread, wl-summary-unmark)
4305         (wl-summary-mark-line, wl-summary-mark-as-read)
4306         (wl-summary-mark-as-important): Ditto.
4307
4308         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4309         end of the window if possible.
4310         * wl-summary.el (wl-summary-sync-update): Support lazy
4311         highlighting.
4312         (wl-summary-toggle-disp-msg): Ditto.
4313
4314 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4315
4316         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4317
4318 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4319
4320         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4321         change.
4322
4323 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4326         API.
4327         (wl-summary-sync-update): Ditto.
4328
4329         * wl-score.el (wl-score-get-score-alist): Changed argument.
4330         (wl-summary-rescore-msgs): Likewise.
4331         (wl-summary-score-headers): Likewise.
4332         (wl-score-headers): Likewise;
4333         Use elmo-folder-do-each-message-entity, etc.
4334         (wl-summary-score-effect): Follow the changes above.
4335         (wl-summary-rescore): Ditto.
4336         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4337         (wl-score-get-overview): Abolish.
4338
4339         * wl-summary.el (wl-summary-default-from): Follow the API change in
4340         elmo-msgdb.
4341         (wl-summary-count-unread): Ditto.
4342         (wl-summary-detect-mark-position): Ditto.
4343         (wl-summary-overview-entity-compare-by-date): Ditto.
4344         (wl-summary-overview-entity-compare-by-number): Ditto.
4345         (wl-summary-overview-entity-compare-by-from): Ditto.
4346         (wl-summary-overview-entity-compare-by-subject): Ditto.
4347         (wl-summary-get-list-info): Ditto.
4348         (wl-summary-rescan): Ditto.
4349         (wl-summary-jump-to-msg-by-message-id): Ditto.
4350         (wl-summary-sync-update): Ditto; Removed comment.
4351         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4352         (wl-summary-insert-message): Use wl-summary-insert
4353         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4354         (wl-summary-insert-headers): Changed argument overview to folder.
4355         (wl-summary-search-by-subject): Likewise.
4356         (wl-summary-insert-thread): Renamed from 
4357         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4358
4359         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4360         too.
4361
4362         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4363         wl-string-member.
4364
4365 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4366
4367         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4368         elmo-folder-append-buffer.
4369         (wl-draft-queue-append): Likewise.
4370
4371         * wl-mime.el (wl-message-delete-current-part): Ditto.
4372         (wl-summary-burst-subr): Ditto.
4373
4374         * wl-news.el.in (wl-news-send-news): Ditto.
4375
4376 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4379         function.
4380         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4381         (wl-summary-update-mark): Enclose with save-excursion.
4382         (wl-summary-mark-as-read-internal): Fixed last change.
4383         (wl-summary-mark-as-important): Use 3rd argument of
4384         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4385         Don't use elmo-msgdb-set-mark.
4386         (wl-summary-redisplay-internal): If msgdb flag is already read,
4387         just update the mark on buffer.
4388
4389 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4390
4391         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4392         cut visible folder when elmo-folder-delete returns non-nil value.
4393
4394 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4395
4396         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4397         by Kenichi OKADA <okada@opaopa.org>).
4398
4399 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4400
4401         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4402
4403 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4404
4405         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4406         Fixed the last change, search group entity by its real name.
4407         (Thanks to: KOBAYASHI Shinji)
4408
4409 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4410
4411         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4412         (wl-fldmgr-access-display-all): Don't refer visible name.
4413         * wl-expire.el (wl-folder-archive-current-entity)
4414         (wl-folder-expire-current-entity): Ditto.
4415         * wl-folder.el (wl-folder-jump-to-current-entity)
4416         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4417         (wl-folder-open-folder-sub,wl-folder-open-all)
4418         (wl-folder-write-current-folder): Ditto.
4419         (wl-folder-insert-entity): Don't use petname for normal group.
4420         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4421         is the real name.
4422         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4423         Abolished.
4424
4425 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4426
4427         * wl-draft.el (wl-draft-create-buffer): Add
4428         `wl-summary-reply-with-citation'
4429
4430 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4431
4432         * wl-draft.el (wl-draft-reply): Fixed.
4433
4434 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4437         when `wl-draft-send-confirm-with-preview' is non-nil.
4438         You can scroll up/down by j/k.
4439         (wl-draft-send-confirm-with-preview): New variable (default=t).
4440
4441 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4444         (wl-fldmgr-save-folders): Fix comment.
4445
4446 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4449         along the last change in `wl-folder-buffer-group-p'.
4450
4451 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4454         folder.
4455
4456         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4457         the default value.
4458
4459         * wl-mime.el (wl-summary-burst): Update summary only when target
4460         folder equals current folder.
4461
4462 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4465
4466 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4469         value.
4470
4471 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4474         `map-extents' instead of `extent-at' repeatedly.
4475         (wl-highlight-folder-current-line): Ditto.
4476
4477         * wl-highlight.el: Remove useless dummy functions.
4478
4479 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480
4481         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4482         (wl-folder-put-folder-property): New function to put text property.
4483         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4484         (wl-folder-insert-entity, wl-folder-update-diff-line)
4485         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4486         * wl-e21.el, wl-xmas.el, wl-mule.el
4487         (wl-highlight-folder-current-line): Ditto.
4488         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4489         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4490         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4491         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4492
4493 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * Version number is increased to 2.11.3.
4496
4497 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4500         Resume current-buffer since it is assumed by remaining tasks.
4501
4502 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4505         (wl-folder-completion-function): Abolished.
4506         (wl-folder-complete-folder): New function.
4507         (wl-folder-complete-filter-condition): Ditto.
4508         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4509         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4510
4511 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-draft.el (wl-draft-send-confirm): New function.
4514         (wl-draft-send): Use it.
4515
4516         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4517         cursor-in-echo-area while confirming.
4518
4519         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4520
4521         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4522         searching via nntp if wl-summary-search-via-nntp is 'force.
4523         Otherwise, invoke searching in nntp folder only.
4524         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4525
4526         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4527         explicitly for mime-make-text-tag.
4528
4529 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4530
4531         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4532         `mime-make-text-tag' instead of `mime-create-tag'.
4533
4534 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4537         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4538
4539 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4540
4541         * wl-score.el (wl-score-save): Bind print-length and print-level.
4542         (wl-score-pretty-print): Ditto.
4543         (wl-score-edit-insert-header-entry): Ditto.
4544
4545         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4546         "From" entry to be treated with wl-draft-eword-encode-address-list.
4547         * wl-mime.el (wl-draft-preview-message): Ditto.
4548
4549         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4550         (wl-summary-mark-as-unread): Ditto.
4551         (wl-summary-mark-as-read-region): Change accordingly.
4552         (wl-summary-mark-as-unread-region): Ditto.
4553         (wl-summary-target-mark-mark-as-read): Ditto.
4554         (wl-summary-target-mark-mark-as-unread): Ditto.
4555
4556 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * Version number is increased to 2.11.2.
4559
4560 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-news.el.in (wl-news-previous-version-save): Bind
4563         print-length and print-level.
4564         * wl-thread.el (wl-thread-save-entities): Ditto.
4565         (wl-thread-save-top-list): Bind print-length.
4566
4567 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-highlight.el (wl-highlight-summary-line-string): Use
4570         wl-summary-score-below-mark, wl-summary-score-over-mark.
4571         (wl-highlight-summary-current-line): Ditto.
4572
4573 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4574
4575         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4576         insert it.
4577
4578 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4579
4580         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4581
4582 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4583
4584         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4585         message without msgid.
4586         Rewrite with elmo-folder-move-messages.
4587         Set wl-message-buffer to nil.
4588
4589         * wl-summary.el (wl-summary-erase-subr): New function. Use
4590         elmo-folder-move-messages.
4591         (wl-summary-erase): Call it.
4592         (wl-summary-target-mark-erase): Ditto.
4593
4594 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4597         it is not up-tp-date.
4598
4599 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4602         buffer after calling `wl-summary-goto-folder-subr' without the
4603         argument `interactive'.
4604         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4605
4606 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4607
4608         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4609         `mime-create-tag'. Use `string=' instead of `looking-at'.
4610
4611 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4614         to avoid compile warning.
4615
4616         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4617         entity-id when folder is given.
4618         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4619         save-excursion, use save-selected-window instead.
4620         Select folder buffer window if exists.
4621         (To correct behavior with wl-folder-move-cur-folder.)
4622
4623 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4624
4625         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4626
4627 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4628
4629         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4630         list-count instead of %d.
4631
4632 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4635         (wl-news): Set it.
4636         (wl-news-append-to-folder): Use it.
4637
4638         * wl-news.el.in (wl-news-send-news): Append to specified folder
4639         instead of wl-default-folder.
4640         (wl-news-append-to-folder): Show error message with specified folder.
4641
4642         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4643                 In most major modes, Emacs assumes that any opening
4644                 delimiter found at the left margin is the start of a
4645                 top-level definition, or defun. Therefore, *never put an
4646                 opening delimiter at the left margin unless it should have
4647                 that significance.*
4648
4649         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4650
4651 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4652
4653         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4654
4655 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4656
4657         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4658
4659 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4660
4661         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4662         for sequential numbering case.
4663
4664 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4667         value.
4668         (wl-draft-reply-without-argument-list): Ditto.
4669         (wl-draft-reply-myself-with-argument-list): Abolish.
4670         (wl-draft-reply-myself-without-argument-list): Ditto.
4671         * wl-draft.el (wl-draft-self-reply-p): New function.
4672         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4673
4674 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4677         (avoid error for the case without byte-compiling)
4678
4679 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4680
4681         * wl-news.el.in (wl-news-append-to-folder): New function.
4682         (wl-news-exit): Rewrite.
4683         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4684
4685 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-draft.el (wl-draft-reply-position): New function.
4688         (wl-draft-reply-position): Fix.
4689         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4690         (wl-summary-target-mark-reply-with-citation): Ditto.
4691         (wl-summary-reply-with-citation): Ditto.
4692         * wl-vars.el (wl-draft-reply-default-position): New variable.
4693
4694 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4695
4696         * wl-draft.el (wl-draft-send): Preview when interactive send.
4697
4698 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-draft.el (wl-draft-reply): Set default position.
4701         * wl-summary.el (wl-summary-reply): Ditto.
4702         (wl-summary-reply-with-citation): Ditto.
4703         (wl-summary-target-mark-reply-with-citation): Ditto.
4704
4705 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-news.el.in (wl-news-lang): Set default value according to
4708         current-language-environment.
4709         (wl-news-append-news): Do nothing when news-list is nil.
4710
4711 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4712
4713         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4714         (wl-news): Change message.
4715         (wl-news-exit): Check buffer.
4716         (wl-news-force-exit): New function.
4717         (wl-news-show-all): New function.
4718         (wl-news-discard-and-exit): Fix.
4719
4720 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4723         according to current-language-environment.
4724
4725         * wl-news.el.in (wl-news): If arg, show all NEWS after
4726         wl-news-default-previous-version.
4727
4728 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-news.el.in (wl-news-check): Rewritten.
4731         (wl-news-previous-version-load): Change data type.
4732         (wl-news-previous-version-save): Change data type.
4733         (wl-news-append-news): Add return value.
4734         (wl-news-check-news): New function.
4735         (wl-news-already-current-p): New function.
4736         (wl-news-send-news): Rewritten.
4737         (wl-news-mode-map): Add new keybind.
4738         (wl-news): Rewritten.
4739         (wl-news-exit): Rewritten.
4740         (wl-news-discard-and-mail): New function.
4741         (wl-news-send-to-address): Abolished.
4742         * wl.el (wl-init): Delete a message.
4743
4744 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-news.el.in (wl-news-exit): Update previous version.
4747         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4748
4749 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4752
4753 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * wl-news.el.in (wl-news): New function.
4756         (wl-news-mode): New function.
4757         (wl-news-next-line): New function.
4758         (wl-news-next-page): New function.
4759         (wl-news-exit): New function.
4760         (wl-news-buf-name): New variable.
4761         (wl-news-mode-map): New variable.
4762         (wl-news-winconf): New variable.
4763         (wl-news-append-news): Add an option.
4764
4765 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4766
4767         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4768
4769 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-news.el.in (wl-news-send-to-address): New variable.
4772         (wl-news-send-news): Use it.
4773         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4774         Return updating status.
4775         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4776
4777 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4778
4779         * wl-news.el.in (wl-news-send-news): Delete
4780         Organization and X-Face.
4781
4782 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4783
4784         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4785         (wl-news-append-news): New function.
4786         (wl-news-send-news): New function.
4787
4788 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4789
4790         * Version number is increased to 2.11.1.
4791
4792 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4793
4794         * wl-news.el.in : New file.
4795
4796 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4797
4798         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4799         default value.
4800         (wl-draft-reply-without-argument-list): Ditto.
4801
4802 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4805         (wl-message-buffer-prefetch-idle-time): Ditto.
4806         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4807
4808 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-thread.el (wl-thread-insert-message): Use
4811         wl-summary-max-thread-depth.
4812
4813         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4814         loop detection.
4815
4816         * wl-message.el (wl-message-buffer-display): Back to the first page
4817         when cache is hit.
4818
4819 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4822
4823         * wl-summary.el (wl-summary-insert-thread-entity):
4824         If the thread depth is reached to wl-summary-max-thread-depth,
4825         divide the thread.
4826
4827 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4828
4829         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4830         for elmo-remove-passwd.
4831
4832 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4833
4834         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4835         folder is sticky.
4836         (wl-folder-mark-as-read-all-entity): Ditto.
4837         (wl-folder-prefetch-entity): Ditto.
4838
4839 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4840
4841         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4842
4843 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4846         Delete messages on buffer for unplugged operation.
4847         (wl-summary-erase): Ditto.
4848
4849 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4852         take nil so as not to search parent by subject.
4853
4854 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4857         (wl-folder-get-next-folder): Ditto.
4858         (wl-folder-get-path): Ditto.
4859
4860 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4861
4862         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4863         system and encode the region with it before verifying.
4864
4865 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4868         system of the echo buffer before decoding.
4869
4870 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4871
4872         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4873         original contents.
4874
4875 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4878         with argument 'any-exists.
4879
4880 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4883         Use `wl-cs-autoconv'.
4884
4885 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4888         by `mime-view-automatic-conversion'.
4889
4890         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4891         (wl-message-verify-pgp-nonmime): Ditto.
4892         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4893         Bind them to C-c:d and C-c:v respectively.
4894
4895         Merge following code by Teranishi-san from [wl-en:00167].
4896         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4897         (wl-mime-preview-application/pgp-encrypted): Ditto.
4898         (wl-mime-setup): Add entry.
4899
4900 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4901
4902         * wl-summary.el (wl-summary-target-mark-erase): New function.
4903         Bind it to "mD".
4904
4905 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4906
4907         * wl-vars.el (wl-draft-write-file-function): Fix.
4908         (wl-draft-reedit-hook): Changed default value.
4909
4910         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4911         wl-draft-reedit-hook.
4912         (wl-draft-remove-text-plain-tag): New function.
4913         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4914
4915         * wl-vars.el (wl-draft-write-file-function): New user option.
4916
4917         * wl-draft.el (wl-draft-prepare-edit): Use it for
4918         local-write-file-hooks.
4919         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4920
4921         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4922         (wl-draft-insert-mail-header-separator): Return the body beginning
4923         point.
4924         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4925         text/plain.
4926         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4927
4928 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4929
4930         * wl-summary.el (wl-summary-erase): New function to erase message
4931         without moving it to trash. Bind to "D".
4932
4933         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4934         as `keep' unless switch-function.
4935
4936 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4939         message buffer by using `wl-summary-toggle-disp-msg'.
4940         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4941         buffer window.
4942         (wl-summary-supresedes-message): Ditto.
4943
4944         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4945         Do not delete other windows.
4946         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4947         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4948         (wl-draft-create-buffer): Set reply-or-forward also for target
4949         mark commands.
4950
4951 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * wl-draft.el (wl-user-agent-compose): Delete special case for
4954         switch-to-buffer-other-window.
4955
4956         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4957         (wl-summary-forward): Ditto.
4958
4959         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4960         function.
4961         (wl-draft-buffer-style): New use option.
4962
4963         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4964         (wl-draft): Follow the change above.
4965         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4966         wl-draft-buffer-style.
4967         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4968         switch-function.
4969
4970 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4971
4972         * wl-address.el (wl-address-make-completion-entry): Extracted from
4973         `wl-address-make-completion-list'.
4974         (wl-address-enable-strict-loading): New variable.
4975         (wl-address-make-completion-list): Revive petname duplication
4976         inquiry, and enable it if `wl-address-enable-strict-loading'.
4977         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4978
4979 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-message.el (wl-message-get-original-buffer): Avoid
4982         'Selecting deleted buffer' error when original buffer is killed.
4983
4984 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-summary.el (wl-summary-next-message): Use
4987         elmo-message-accessible-p instead of elmo-message-cached-p.
4988
4989 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4992
4993         * wl-thread.el (wl-thread-open-all-unread): Use
4994         elmo-folder-list-flagged instead of
4995         elmo-folder-list-messages-mark-match.
4996
4997         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4998         instead of elmo-folder-list-messages-mark-match.
4999         (wl-summary-move-spec-alist): New variable.
5000         (wl-summary-move-spec-plugged-alist,
5001         wl-summary-move-spec-unplugged-alist): Abolish.
5002         (wl-summary-next-message): Follow the change above.
5003         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5004         with 'no-msg' argument.
5005
5006         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5007         variable.
5008         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5009         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5010         (wl-message-buffer-prefetch-get-next): Follow the change above.
5011
5012 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5013
5014         * wl-version.el (wl-version): Changed codename.
5015
5016         * Version number is increased to 2.11.0.
5017
5018 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5019
5020         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5021         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5022         `wl-draft-config-variables'.
5023         (wl-draft-kill): Fixed problem when the draft is reedit.
5024
5025 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5026
5027         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5028         buffer-modified status (Thanks to
5029         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5030
5031 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-util.el (wl-region-exists-p): New function.
5034
5035         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5036         Remove defvars for byte-compile warnings.
5037
5038 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5039
5040         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5041         defvar-maybe. Removed unused bind.
5042
5043 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5044
5045         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5046         summary buffer window before creating new frame.
5047         (wl-draft-reply): Ditto.
5048
5049 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5050
5051         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5052
5053 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5054
5055         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5056
5057 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5058
5059         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5060         instead of `kill-region'.
5061
5062 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5065         (wl-highlight-summary-line-string): Use it.
5066         (wl-highlight-summary-current-line): Ditto.
5067
5068         * wl-mime.el (wl-message-delete-current-part): Check the class of
5069         mime-entity.
5070
5071         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5072
5073         * wl-summary.el (wl-summary-make-number-list): Initialize.
5074         (wl-summary-update-mark): New function.
5075         (wl-summary-reply): Put `answered' mark on the message.
5076         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5077
5078         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5079         (wl-draft-reply): Added optional argument `number';
5080         Set wl-draft-parent-number.
5081         (wl-draft-kill): Delete answered mark if it is a reply.
5082
5083 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5086         that originates in mime-preview-follow-current-entity.
5087         (wl-draft-yank-current-message-entity): Use it if region is active.
5088
5089         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5090         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5091         `wl-message-delete-current-part'.
5092         * wl-mule.el (wl-message-define-keymap): Ditto.
5093         * wl-xmas.el (wl-message-define-keymap): Ditto.
5094
5095 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5096
5097         * wl-mime.el (wl-message-delete-current-part): New function.
5098         (wl-mime-node-id-to-string): Ditto.
5099
5100         * wl-mime.el (wl-message-delete-current-part): Use existing
5101         original buffer which corresponds current mime-view buffer.
5102         (fetched buffer might have different structure, possibly)
5103
5104         * wl-mime.el (wl-message-delete-current-part): Quit if the
5105         message content differs from the actual message.
5106
5107 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5110         order.
5111         (wl-summary-search-by-subject): Search parent message from tail;
5112         Check the existence of the parent message on the current thread tree.
5113         (wl-summary-update-thread): Check whether the line is inserted.
5114
5115 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5116
5117         * wl-vars.el (wl-summary-line-format): Undo last change.
5118         * wl-summary.el (wl-summary-print-destination): Do not put
5119         invisible property when `wl-summary-width' is nil.
5120         (wl-summary-line-subject-minimum-length): Abolished.
5121         (wl-summary-line-subject): Ditto.
5122
5123 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5124
5125         * wl-vars.el (wl-summary-line-format): Change default value.
5126         (wl-summary-subject-length-limit): Abolished.
5127         * wl-summary.el (wl-summary-line-subject): Ditto.
5128
5129 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5130
5131         * wl-template.el (wl-template-select): Added optional argument.
5132         If optional argument is specified, reverse
5133         `wl-template-visible-select'.
5134
5135 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5136
5137         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5138         Take prefix argument to force asking the destination folder.
5139
5140 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5141
5142         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5143         count and update status.
5144
5145 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-summary.el (wl-summary-redisplay-internal): If
5148         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5149         after fetching.
5150
5151 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5152
5153         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5154         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5155
5156         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5157
5158 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5161         (All other related portions are changed).
5162         (wl-summary-mark-as-read-all): Rewrite.
5163
5164 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5165
5166         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5167         `wl-summary-mark-as-read'.
5168         (wl-summary-mark-as-unread): Rewrite.
5169         (wl-summary-mark-as-read): Added no-modeline argument.
5170         (wl-summary-resume-cache-status): Rewrite.
5171         (wl-summary-exec-subr): Remove unused local variable.
5172
5173 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5174
5175         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5176         logic to call `wl-summary-buffer-prev-folder-function'.
5177         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5178
5179 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5180
5181         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5182         is nil.
5183
5184 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5185
5186         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5187         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5188         (wl-mime-setup): Add its entry.
5189
5190 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5193         (wl-summary-delete-cache): Likewise.
5194         (wl-summary-mark-as-read): Rewrite.
5195
5196 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5199         `wl-summary-count-unread'.
5200
5201         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5202
5203         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5204
5205 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5208         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5209         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5210         Renamed to the elmo-msgdb-*-mark.
5211         (wl-summary-score-marks): Follow the change above.
5212         (wl-summary-auto-refile-skip-marks): Ditto.
5213         (wl-summary-incorporate-marks): Ditto.
5214         (wl-summary-expire-reserve-marks): Ditto.
5215
5216         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5217         changes.
5218         (wl-thread-insert-top): Changed updating message.
5219
5220         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5221         variable.
5222         (wl-summary-count-unread): Count answered marks.
5223         (wl-summary-rescan): Call wl-summary-insert-message instead of
5224         wl-summary-append-message-func-internal.
5225         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5226         (wl-summary-prefetch-msg): Follow the variable name changes.
5227         (wl-summary-prefetch-region): Ditto.
5228         (wl-summary-mark-as-read-all): Follow the API changes;
5229         Don't call elmo-folder-replace-marks.
5230         (wl-summary-delete-cache): Follow the variable name changes.
5231         (wl-summary-resume-cache-status): Ditto.
5232         (wl-summary-update-status-marks): New function.
5233         (wl-summary-insert-message): New function.
5234         (wl-summary-sync-marks): Follow the variable name changes.
5235         (wl-summary-sync-update): Synchronize to the msgdb, too;
5236         Changed update messages.
5237         (wl-summary-make-number-list): Rewrite.
5238         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5239         (wl-summary-mark-as-unread): Follow the API changes.
5240         (wl-summary-exec-subr): Follow the variable name changes.
5241         (wl-summary-mark-as-read): Ditto.
5242         (wl-summary-move-spec-plugged-alist): Ditto.
5243         (wl-summary-move-spec-unplugged-alist): Ditto.
5244         (wl-summary-cursor-move-surface): Ditto.
5245
5246         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5247         variable name changes.
5248         (wl-highlight-summary-current-line): Ditto.
5249
5250         * wl-expire.el (wl-expire-refile): Follow the API change in
5251         elmo-folder-move-messages.
5252         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5253         (wl-summary-archive): Use elmo-folder-msgdb instead of
5254         elmo-msgdb-load.
5255
5256 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl-mime.el (wl-draft-preview-message): Restore the position
5259         before evaluating wl-draft-send-hook in preview buffer.
5260
5261 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5262
5263         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5264         when it creates new draft buffer.
5265
5266         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5267         without argument.
5268
5269         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5270         Evaluate content and if the value is string, insert it.
5271         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5272         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5273         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5274         wl-draft-config-sub-part-bottom): Use it.
5275
5276         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5277         with the folder name. The question was unintelligible when it is
5278         called from wl-save-status.
5279
5280 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5283         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5284         cannot take second argument).
5285
5286 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5289         as t. Since type and subtype are not case sensitive (RFC 2045).
5290
5291 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5292
5293         * wl-vars.el (wl-message-mode-line-format): New variable.
5294         (wl-message-mode-line-format-spec-alist): Ditto.
5295         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5296         (wl-message-redisplay): Use wl-message-mode-line-format.
5297
5298 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5301
5302 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5303
5304         * wl-summary.el (wl-summary-default-from): Write description.
5305
5306 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-vars.el (wl-ldap-objectclass): Abolish.
5309
5310         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5311         (wl-ldap-make-filter): Removed condition for objectclass.
5312         (wl-ldap-make-matched-value-list): Remove meaningless process.
5313         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5314         (wl-address-ldap-search): Don't add `*' to `pat' string;
5315         use ignore-errors; added `email';
5316         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5317         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5318         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5319
5320
5321 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5322
5323         * wl-draft.el (wl-draft-parent-folder): Write description.
5324         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5325
5326 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5329         as "" (zero-length string) if no parent.
5330         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5331
5332 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5333
5334         * wl-address.el (wl-address-make-completion-list): Skip duplication
5335         checking.
5336         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5337         `append'.
5338
5339 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5340
5341         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5342         instead of `beginning-of-buffer'.
5343
5344 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5347
5348 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5349
5350         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5351         Refer wl-message-buffer-name.
5352         (wl-message-wheel-down): Ditto.
5353
5354 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * wl-vars.el (wl-message-buffer-name): New user option.
5357
5358         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5359         directly instead of making alist dinamically.
5360
5361         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5362         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5363         wl-message-buffer-cache-name.
5364         (wl-message-buffer-cache-clean-up): Ditto.
5365
5366         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5367
5368         * Version number is increased to 2.9.15.
5369
5370 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-vars.el (wl-summary-default-view-alist): New user option.
5373
5374         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5375
5376         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5377         while deleting address.
5378         (wl-draft-delete-myself-from-cc): Ditto.
5379
5380         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5381         If optional argument is specified, reverse sort order.
5382
5383         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5384
5385 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-thread.el (wl-thread-insert-message): Return parent number if
5388         exists.
5389         (wl-thread-update-indent-string-region): Use
5390         wl-thread-update-line-on-buffer-sub instead of
5391         wl-thread-update-line-on-buffer.
5392
5393 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5394
5395         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5396         (wl-folder-close-all): Ditto.
5397
5398 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5399
5400         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5401         and mailing-list:.
5402         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5403         value.
5404         (wl-summary-line-list-info): Print mailing-list name even when 
5405         list-number is empty.
5406
5407 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5408
5409         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5410
5411         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5412         (wl-draft-open-file): Ditto.
5413         (wl-draft-random-alphabet): Ditto.
5414
5415         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5416         bindings.
5417
5418 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5421         * wl-vars.el (wl-draft-config-alist): Ditto.
5422
5423 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * Version number is increased to 2.9.14.
5426
5427         * wl.el (wl): Don't set wl-init as nil when error occured while
5428         auto-checking folders.
5429
5430         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5431         `elmo-expand-newtext'.
5432
5433 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5434
5435         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5436         `this-command' so that `wl-folder-goto-folder' contained in
5437         `wl-summary-keep-cursor-command' work.
5438
5439 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5440
5441         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5442         message buffer displaying state.
5443
5444 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5445
5446         * wl-vars.el (wl-summary-default-view): New variable to specify
5447         default value for `wl-summary-buffer-view' instead of using
5448         set-default.
5449         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5450
5451 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5452
5453         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5454
5455         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5456
5457 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5458
5459         * wl-vars.el (wl-forward-subject-prefix): New variable.
5460         * wl-draft.el (wl-draft-forward): Use it.
5461
5462 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5463
5464         * wl-message.el (wl-message-prev-page): When it is called without
5465         lines argument, scroll down by wl-message-scroll-amount lines.
5466         (wl-message-next-page): Ditto.
5467         * wl-vars.el (wl-message-scroll-amount): Change default value
5468         to preserve current behavior.
5469
5470 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5471
5472         * wl-summary.el (wl-summary-prefetch-msg): Bind
5473         `wl-message-entity' to call `wl-summary-from-function'.
5474
5475 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5476
5477         * wl-message.el (wl-message-buffer-create): Run
5478         wl-message-buffer-created-hook.
5479
5480 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5481
5482         * wl-summary.el (wl-summary-sort-specs): New variable.
5483         (wl-summary-default-sort-spec): Ditto.
5484         (wl-summary-sort): Rewrite.
5485         (wl-summary-sort-by-list-info): New function.
5486
5487 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5488
5489         * wl-summary.el (wl-summary-get-list-info): New function.
5490         (wl-summary-sort): Rewrite.
5491         (wl-summary-line-list-info): Ditto.
5492         (wl-summary-line-list-count): Ditto.
5493         (wl-summary-refile-region): Fixed docstring.
5494
5495 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5498         `wl-folder-entity-hashtb' as completion table.
5499
5500 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5503         only when this command is called interactively; silence the byte-
5504         compiler.
5505
5506 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5507
5508         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5509         active in XEmacs.
5510
5511 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5512
5513         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5514         plural lines.
5515
5516 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5517
5518         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5519         of current line when the cursor is on the header name.
5520         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5521
5522 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5523
5524         * wl-util.el (wl-read-directory-name): Return displayed directory
5525         as the default value also on XEmacs.
5526
5527 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5530         formatting.
5531
5532 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5535         argument and when it is non-nil, check face property before
5536         highlighting for each line.
5537         (wl-highlight-summary-window): Set it.
5538
5539 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5542         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5543
5544         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5545         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5546         (wl-draft-get-fcc-list): Likewise.
5547
5548 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5551         (wl-thread-entity-cur): Ditto.
5552         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5553         wl-thread-indent-regexp setting.
5554         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5555
5556         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5557         wl-summary-lazy-highlight.
5558         (wl-summary-display-bottom): Ditto.
5559
5560         * wl-thread.el (wl-thread-open-close): Likewise.
5561
5562         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5563         from and subject;
5564         Bind wl-draft-use-frame;
5565         Enclose with save-window-excursion;
5566         Use wl-draft-create-buffer instead of with-temp-buffer;
5567         Use wl-draft-prepare-edit;
5568         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5569         Use wl-draft-send instead of wl-draft-raw-send.
5570
5571 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5572
5573         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5574         of using wl-from.
5575
5576 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5577
5578         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5579         insert-buffer instead of clone-buffer.
5580         (wl-draft-doing-mime-bcc): New variable.
5581         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5582         infinite loop.
5583         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5584
5585         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5586         (wl-draft-mime-bcc-body): Ditto.
5587
5588         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5589         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5590         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5591         wl-draft-do-mime-bcc.
5592         (wl-draft-mime-bcc-field): New function.
5593         (wl-draft-do-mime-bcc): Ditto.
5594
5595         * wl-address.el (wl-address-complete-header-list): New variable.
5596         (wl-address-complete-header-regexp): Changed default value.
5597
5598         * Version number is increased to 2.9.13.
5599
5600 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5601
5602         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5603         it is differed.
5604
5605 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5606
5607         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5608         (wl-summary-line-list-count): Ditto.
5609
5610 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5611
5612         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5613         (wl-nntp-posting-function): New variable.
5614         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5615         `wl-nntp-posting-config-alist'.
5616
5617 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5618
5619         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5620         FLIM.
5621
5622 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5623
5624         * wl-summary.el (wl-summary-target-mark-refile-sub):
5625         Remove a nuisance funcall.
5626
5627 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5630         as t for `try-completion'.
5631
5632 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-summary.el (wl-summary-default-from): Use
5635         wl-address-header-extract-address instead of
5636         std11-extract-address-components.
5637         (wl-summary-simple-from): Ditto.
5638         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5639         (wl-summary-insert-headers): Show message.
5640         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5641         for whole line.
5642         (wl-summary-default-from): Revert last change.
5643         (wl-summary-simple-from): Ditto.
5644         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5645         (wl-summary-mark-as-read-region): Follow the change above.
5646         (wl-summary-sync-marks): Ditto.
5647         (wl-summary-target-mark-mark-as-read): Ditto.
5648         (wl-summary-redisplay-internal): Ditto.
5649         (wl-summary-redisplay-no-mime-internal): Ditto.
5650         (wl-summary-redisplay-all-header): Ditto.
5651         (wl-summary-mark-as-read): Removed argument `cached';
5652         Use current cache status to set cache mark.
5653         (wl-summary-redisplay-internal): Follow the change above.
5654         (wl-summary-redisplay-no-mime-internal): Ditto.
5655         (wl-summary-redisplay-all-header): Ditto.
5656
5657         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5658
5659         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5660         Don't call itself recursively (Adviced by Yamaoka-san).
5661
5662 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5663
5664         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5665         bind wl-summary-highlight as nil to avoid error caused by missing
5666         local variables.
5667
5668 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-vars.el (wl-invalid-character-message): New user option.
5671
5672         * wl-util.el (wl-set-string-width): If truncated string-width is
5673         larger than specified width, use `wl-invalid-character-message'.
5674
5675 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5676
5677         * wl-summary.el (wl-summary-prefetch-msg): 
5678         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5679
5680 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-vars.el (wl-summary-check-line-format): New user option.
5683         (wl-summary-line-format-file): Ditto.
5684
5685         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5686         variable.
5687         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5688         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5689         and `wl-summary-view-old-p' to check whether do a rescan or not.
5690         (wl-summary-view-old-p): New function.
5691         (wl-summary-line-format-changed-p): Ditto.
5692         (wl-summary-line-format-save): Ditto.
5693         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5694
5695         * wl-util.el (wl-set-string-width): Avoid using negative number
5696         for make-string.
5697
5698 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5699
5700         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5701         return value.
5702
5703         * wl-util.el (wl-set-string-width): Added optional argument
5704         `padding' (All other related portions are changed).
5705         (wl-line-parse-format): If the first letter of column number is
5706         `0', zero-padding the result (ex: "%05l").
5707
5708         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5709
5710 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5713         sequential summary view.
5714
5715 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5718         if it doesn't have a -unix version.
5719
5720 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5723
5724 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5727         content.
5728         (wl-draft): Follow the change above.
5729
5730         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5731
5732         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5733         and wl-folder-summary-line-format-alist contain %T and %P.
5734
5735         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5736         (wl-summary-mode-line-format): New user option.
5737         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5738         (wl-summary-line-format): Changed default value.
5739         (wl-summary-lazy-highlight): Changed default value.
5740
5741         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5742         change in wl-summary-create-line.
5743         (wl-thread-insert-entity-sub): Ditto.
5744
5745         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5746         (wl-summary-buffer-unread-status): Ditto.
5747         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5748         (wl-summary-buffer-persistent-mark-column): Ditto.
5749         (wl-summary-buffer-mode-line-formatter): Ditto.
5750         (wl-summary-buffer-mode-line): Ditto.
5751         (wl-summary-message-regexp): Abolished.
5752         (All other related portions are changed.)
5753         (wl-summary-detect-mark-position): New function.
5754         (wl-summary-buffer-set-folder): Setup
5755         wl-summary-buffer-mode-line-formatter.
5756         (wl-summary-mode): Setup selective-display;
5757         Setup pre-idle-hook when xemacs.
5758         (wl-summary-update-modeline): Rewrite.
5759         (wl-summary-jump-to-msg): Define as function;
5760         Changed regexp for searching messages.
5761         (wl-summary-message-number): Rewrite.
5762         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5763         Do rescan when old type summary cache.
5764         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5765         (wl-summary-remove-destination): Use '\r' to detect EOL.
5766         (wl-summary-print-destination): Ditto.
5767         (wl-summary-temp-mark): New inline function.
5768         (wl-summary-persistent-mark): Ditto.
5769         (wl-summary-line-number): New function.
5770         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5771         (wl-summary-line-list-count): New function.
5772         (wl-summary-create-line): Added argument persistent-mark.
5773         (All other related portions are changed)
5774         (wl-summary-create-line): Insert '\r'.
5775         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5776         (wl-summary-cursor-move-surface): New inline function.
5777         (wl-summary-prev): Use it.
5778         (wl-summary-next): Ditto.
5779
5780         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5781         wl-summary-message-regexp.
5782         (wl-highlight-summary): Delete progress message.
5783         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5784
5785         * Version number is increased to 2.9.12.
5786
5787 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5788
5789         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5790         variable (nil: no minimum).
5791         (wl-summary-line-subject): Add some spaces after subject by
5792         wl-summary-line-subject-minimum-length.
5793
5794 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5795
5796         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5797         and removed `F'.
5798         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5799         change above).
5800
5801 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5802
5803         * wl-summary.el (wl-summary-line-list-count): Reverted.
5804         (example setting in samples/*/dot.wl is also updated)
5805
5806 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5807
5808         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5809
5810         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5811
5812         * wl-vars.el (wl-summary-line-format): Addes some description to the
5813         docstring.
5814
5815         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5816         (wl-summary-line-close-bracket): Ditto.
5817         (wl-summary-line-children-number): Ditto.
5818         (wl-summary-line-thread-indent): Ditto.
5819         (wl-summary-line-children-and-from): Ditto.
5820
5821         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5822         't', 'c', 'F' and added 'C'.
5823
5824         * wl-util.el (wl-set-string-width): Accept negative value.
5825         (wl-line-parse-format): Added "%number(" and "%)".
5826
5827 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5828
5829         * wl-summary.el (wl-summary-line-list-count): Change format of the
5830         return value.
5831
5832 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5833
5834         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5835         from the recent message.el.
5836         (wl-draft-point-in-header-p): Ditto.
5837         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5838         wl-draft-beginning-of-line.
5839         * wl-e21.el (wl-draft-mode-map): Ditto.
5840         * wl-xmas.el (wl-draft-mode-map): Ditto.
5841
5842         * wl-folder.el: Sort macrodefs by dependencies.
5843
5844 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5845
5846         * wl-summary.el (wl-summary-prev): Fixed regexp.
5847         (wl-summary-next): Ditto.
5848
5849 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5850
5851         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5852
5853 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5854
5855         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5856         for backward compatibility.
5857
5858 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5859
5860         * wl-summary.el (wl-summary-line-list-count): New function, merged
5861         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5862         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5863         list counts.
5864
5865 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-summary.el (wl-summary-create-line): Ignore errors while
5868         timezone-fix-time.
5869
5870         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5871
5872         * wl-summary.el (wl-summary-sync-update): Ditto.
5873         (wl-summary-default-from): Use wl-message-entity
5874         instead of entity.
5875
5876         * wl-summary.el (wl-summary-create-line): Fix.
5877
5878         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5879         (wl-summary-line-format): New user option.
5880         (wl-folder-summary-line-format-alist): Ditto.
5881         (wl-summary-from-width): Abolished.
5882
5883         * wl-util.el (toplevel): Require 'bytecomp.
5884         (wl-line-parse-format): New function.
5885         (wl-line-formatter-setup): New macro.
5886
5887         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5888         (wl-summary-buffer-line-formatter): New buffer local variable.
5889         (wl-summary-switch-to-clone-buffer): Follow the change above.
5890         (wl-summary-message-regexp): Fix.
5891         (wl-summary-from-func-internal): Abolished.
5892         (wl-summary-subject-func-internal): Ditto.
5893         (wl-summary-subject-filter-func-internal): Ditto.
5894         (All other related portions are changed.)
5895         (wl-summary-buffer-set-folder):
5896         Set up wl-summary-buffer-number-column and 
5897         wl-summary-buffer-line-formatter
5898         (All other related portions are changed.)
5899         (wl-summary-buffer-number-column-detect): Abolished.
5900         (All other related portions are changed.)
5901         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5902         (wl-summary-delete-all-temp-marks-on-buffer): Use
5903         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5904         (wl-summary-target-mark-delete): Ditto.
5905         (wl-summary-target-mark-refile-subr): Ditto.
5906         (wl-summary-target-mark-mark-as-read): Ditto.
5907         (wl-summary-target-mark-mark-as-unread): Ditto.
5908         (wl-summary-target-mark-mark-as-important): Ditto.
5909         (wl-summary-target-mark-save): Ditto.
5910         (wl-summary-replace-status-marks): Renamed from
5911         wl-summary-set-status-marks-on-buffer;
5912         Use wl-summary-message-regexp instead of
5913         wl-summary-buffer-number-regexp.
5914         (wl-summary-sync-update): Follow the change above.
5915         (wl-summary-goto-previous-message-beginning): New function.
5916         (wl-summary-mark-as-unread): Use it.
5917         (wl-summary-mark-as-important): Ditto.
5918         (wl-summary-line-formatter): New variable.
5919         (wl-summary-line-year): New function.
5920         (wl-summary-line-day): Ditto.
5921         (wl-summary-line-day-of-week): Ditto.
5922         (wl-summary-line-hour): Ditto.
5923         (wl-summary-line-minute): Ditto.
5924         (wl-summary-line-open-bracket): Ditto.
5925         (wl-summary-line-close-bracket): Ditto.
5926         (wl-summary-line-children-number): Ditto.
5927         (wl-summary-line-thread-indent): Ditto.
5928         (wl-summary-line-size): Ditto.
5929         (wl-summary-line-subject): Ditto.
5930         (wl-summary-line-from): Ditto.
5931         (wl-summary-line-children-and-from): Ditto.
5932         (wl-summary-create-line): Rewritten.
5933         (wl-summary-format-date): Abolished.
5934
5935         * wl-highlight.el (wl-highlight-summary-current-line): Use
5936         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5937         Use thread structure to detect thread top message.
5938
5939         * wl-draft.el (wl-default-draft-cite): Don't use
5940         wl-summary-from-func-internal.
5941
5942         * wl-refile.el (wl-refile-subject-learn): Don't use
5943         wl-summary-subject-filter-func-internal.
5944         (wl-refile-guess-by-subject): Ditto.
5945
5946         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5947         parameters.
5948
5949         * wl-thread.el (wl-thread-update-indent-string-region):
5950         Use wl-thread-update-line-on-buffer instead of
5951         wl-thread-update-indent-string.
5952         (wl-thread-update-children-number): Redefine using
5953         wl-thread-update-line-on-buffer.
5954         (wl-thread-update-indent-string): Abolished.
5955
5956         * Version number is increased to 2.9.11.
5957
5958 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5961         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5962         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5963
5964         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5965         as nil.
5966
5967         * wl-thread.el (wl-thread-open-all-unread): Use 
5968         elmo-folder-list-messages-mark-match.
5969         (wl-thread-insert-message): Removed argument `mark-alist'.
5970         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5971         elmo-msgdb-set-mark.
5972         (wl-thread-get-children-msgs-uncached): Likewise.
5973         (wl-thread-get-exist-children): Added argument include-self.
5974         (wl-thread-delete-message): Follow the change above.
5975
5976         * wl-summary.el (wl-summary-count-unread): Removed argument.
5977         (wl-summary-rescan): Follow the change above.
5978         (wl-summary-mark-as-read-region): Ditto
5979         (wl-summary-mark-as-unread-region): Ditto.
5980         (wl-summary-delete-messages-on-buffer): Ditto.
5981         (wl-summary-sync-update): Ditto.
5982         (wl-summary-switch-to-clone-buffer): Ditto.
5983         (wl-summary-goto-folder-subr): Ditto.
5984         (wl-summary-target-mark-mark-as-read): Ditto.
5985         (wl-summary-target-mark-mark-as-unread): Ditto.
5986         (wl-summary-target-mark-mark-as-important): Ditto.
5987         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5988         (wl-summary-update-thread): Removed argument `mark-alist'.
5989         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5990         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5991         (wl-summary-resume-cache-status): Likewise.
5992         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5993         elmo-msgdb-set-mark.
5994         (wl-summary-mark-as-read-all): Likewise.
5995         (wl-summary-delete-cache): Ditto.
5996         (wl-summary-auto-select-msg-p): Ditto.
5997         (wl-summary-mark-as-unread): Ditto.
5998         (wl-summary-no-auto-refile-message-p): Ditto.
5999         (wl-summary-mark-as-read): Ditto.
6000         (wl-summary-mark-as-important): Ditto.
6001         (wl-summary-auto-refile): Follow the change above.
6002         (wl-summary-delete-all-marks): Removed.
6003         (wl-summary-resume-marks-and-highlight): Ditto.
6004         (wl-summary-resume-marks): Ditto.
6005         (wl-summary-delete-important-msgs-from-list): Ditto.
6006         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6007
6008         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6009         wl-summary-count-unread.
6010
6011         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6012         (wl-summary-score-update-all-lines): Use
6013         elmo-msgdb-set-mark.
6014
6015 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6018         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6019         (wl-summary-create-line): Renamed from
6020         wl-summary-overview-create-summary-line;
6021         Argument rearrangement.
6022         (wl-summary-update-thread): Follow the change above.
6023
6024         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6025         (wl-thread-insert-entity-sub): Likewise.
6026
6027         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6028         argument `overview', `mark-alist' and added `msgdb'.
6029
6030         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6031
6032         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6033         (wl-summary-rescan): Follow the change above.
6034         (wl-summary-sync-update): Ditto.
6035         (wl-summary-insert-thread-entity): Ditto;
6036         Don't use `let*' in every while loop;
6037         Detect infinite loop of threads.
6038         (wl-summary-update-thread): Removed argument `overview'.
6039
6040         * wl-thread.el (wl-thread-insert-message): Ditto.
6041
6042         * Version number is increased to 2.9.10.
6043
6044         * wl-message.el (wl-message-redisplay): Ignore errors while
6045         wl-message-redisplay-hook.
6046
6047 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6050
6051 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl.el (wl): inhibit-quit while wl-folder.
6054
6055 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6058         while msgdb access.
6059
6060 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6061
6062         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6063         even if no folder is not created.
6064
6065 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6068
6069         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6070         implementation.
6071         (wl-summary-target-mark-thread): Ditto.
6072
6073         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6074
6075 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-util.el (wl-display-bytes): Remove unused function.
6078
6079 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6082         seems critical one (partially reverse the change in 2002/03/17).
6083
6084 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6087         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6088
6089 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6090
6091         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6092         is not writable.
6093         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6094         plugged status instead of `'force' as 2nd argument.
6095
6096         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6097         is not creatable.
6098
6099         * Version number is increased to 2.9.9.
6100
6101 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6102
6103         * wl-summary.el (wl-summary-suspend): New function.
6104
6105 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * wl.el (wl): Do not check variables if check is nil.
6108         * wl-utils.el (wl-collect-draft): New function.
6109         * wl-folder.el (wl-folder-suspend): Put summary buffers
6110         and draft buffers at the end of buffer list.
6111         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6112
6113 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6114
6115         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6116         loop instead of recursive call.
6117
6118         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6119         2nd argument.
6120
6121 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-draft.el (wl-draft-create-contents): Don't take neither
6124         (function . args) nor (string . something) any more.
6125
6126         * wl-version.el (wl-generate-user-agent-string): Return string
6127         without header symbol.
6128         * wl-draft.el (wl-draft-default-headers): Use it.
6129
6130         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6131         `wl-draft-insert-ccs' and return field value instead of inserting
6132         the header. Abolish cc argument.
6133         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6134
6135         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6136         rather than one with string car.
6137
6138         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6139         * wl-draft.el (wl-draft-create-contents): Add it after the default
6140         headers.
6141
6142         * wl-draft.el (wl-draft-create-contents): For the case of
6143         (symbol-or-string . function) insert header only when the function
6144         returns string value.
6145
6146 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6147
6148         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6149         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6150
6151 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6152
6153         * wl.el (wl-check-environment): Don't check Message-ID when
6154         `wl-insert-message-id' is nil.
6155         Revive checking if `wl-message-id-domain' contains "@".
6156
6157 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl.el (wl-check-environment): Merge examination for "@" at
6160         inappropriate position into the first string-match.
6161
6162         * wl-summary.el (wl-summary-target-mark-print): New function.
6163         (wl-summary-pipe-message-subr): Extracted from
6164         `wl-summary-pipe-message'.
6165         (wl-summary-target-mark-pipe): New function.
6166         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6167         `wl-summary-target-mark-pipe'.
6168
6169 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6170
6171         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6172
6173 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6174
6175         * wl.el (wl-check-environment): Use elmo-warning instead of
6176         error for non-critical ones.
6177         Remove trash folder check.
6178         (wl): Don't ignore error in wl-check-environment.
6179
6180         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6181         check, which is moved from `wl-check-environment'.
6182         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6183
6184 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6185
6186         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6187         guess anything, call wl-summary-write.
6188         (wl-summary-write): Create draft with blank To field.
6189         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6190
6191 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6192
6193         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6194         argument full as well for wl-folder-write-current-folder.
6195         If wl-*-write-current-folder cannot guess addressee, add blank
6196         To header.
6197         Rewrite condition for positioning cursor.
6198
6199 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6200
6201         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6202         summary buffer is present, use it.
6203         (wl-folder-jump-to-previous-summary): Ditto.
6204
6205 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6206
6207         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6208
6209         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6210         wl-summary-previous-buffer and wl-summary-next-buffer.
6211
6212         * wl-folder.el (wl-folder-mode-map): Bind
6213         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6214         (wl-folder-jump-to-next-summary): New function.
6215         (wl-folder-jump-to-previous-summary): Ditto.
6216
6217         * wl-draft.el (wl-draft): Rearranged.
6218
6219 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6222         of header.
6223         (wl-draft): Collect arguments for the header as header-alist.
6224         (wl-draft-forward): Arrange arguments for wl-draft.
6225         (wl-draft-reply): Ditto.
6226         (wl-draft-edit-string): Ditto.
6227         * wl-summary.el (wl-summary-write): Ditto.
6228         (wl-summary-write-current-folder): Ditto.
6229
6230         * Version number is increased to 2.9.8.
6231
6232 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6233
6234         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6235
6236         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6237
6238         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6239         even if the guess failed.
6240
6241         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6242         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6243         wl-summary-write-current-folder.
6244         * wl-xmas.el: Ditto.
6245
6246 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-next-page): Force display message if
6249         message is not displayed yet.
6250         (wl-summary-prev-page): Ditto.
6251
6252 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6253
6254         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6255
6256 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6257
6258         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6259         add "Preview Message" and "Save Draft and Exit".
6260
6261 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6262
6263         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6264         if addrmgr is called from draft in splitted window.
6265
6266         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6267         * wl-mule.el: Ditto.
6268         * wl-xmas.el: Ditto.
6269
6270 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6271
6272         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6273
6274         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6275         * wl-xmas.el (wl-folder-toolbar): Ditto.
6276
6277 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6280         and wl-draft-save-and-exit.
6281         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6282         * wl-xmas.el: Ditto.
6283         * wl-mule.el: Ditto.
6284
6285         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6286         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6287
6288 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6291         lists for saving buffer.
6292
6293 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6294
6295         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6296         parent-folder argument instead of it.
6297         (wl-draft-create-buffer): Ditto.
6298         (wl-draft-forward): Ditto.
6299         (wl-draft-reply): Ditto.
6300         * wl-summary.el (wl-summary-write): Ditto.
6301         (wl-summary-write-current-folder): Ditto.
6302
6303         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6304         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6305         Folder buffer after composing.
6306
6307 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6310         header if the file `wl-x-face-file' already contains it.
6311
6312 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6313
6314         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6315         folder" entry.
6316         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6317         * wl-e21.el (wl-folder-toolbar): Ditto.
6318         * wl-xmas.el (wl-folder-toolbar): Ditto.
6319
6320 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6321
6322         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6323         wl-folder-goto-folder with sticky argument.
6324         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6325
6326 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6329         and wl-summary-previous-buffer.
6330         (wl-summary-next-buffer): New function.
6331         (wl-summary-previous-buffer): Ditto.
6332
6333 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6334
6335         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6336         wl-folder-jump-to-current-entity-with-arg.
6337         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6338         `wl-folder-jump-to-current-entity'.
6339         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6340         `wl-summary-goto-folder-sticky'.
6341         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6342         `wl-summary-goto-folder'.
6343         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6344         Unless force-exit, do not clean temp. marks for sticky summary.
6345         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6346
6347 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6350         not entire.
6351
6352 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6355         to `C-x C-s'.
6356         (wl-summary-save-status): New command.
6357         (wl-summary-exit): Don't clean-up temp marks when sticky.
6358         (Applied patch from Nakayama-san [wl: 09548])
6359         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6360         Do nothing when no mark data.
6361         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6362         Call `wl-summary-delete-all-temp-marks' before saving.
6363
6364 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6365
6366         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6367
6368 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6369
6370         * wl.el (wl-check-environment): Also cause error when (system-name)
6371         returns "localhost.localdomain". (Although it doesn't affect because
6372         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6373
6374 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6375
6376         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6377         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6378
6379         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6380         value.
6381
6382 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6385         Likewise r-cc-list and r-ng-list.
6386
6387 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6390         only if it is bound as variable.
6391
6392         * wl-mime.el (wl-draft-preview-message): Ditto.
6393
6394 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6397         needless `goto-char'.
6398
6399         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6400         `wl-summary-redisplay-no-mime-internal' instead of
6401         `wl-summary-redisplay-no-mime'.
6402         (wl-summary-redisplay-no-mime): Changed argument;
6403         Call `wl-summary-redisplay-no-mime-internal'.
6404
6405         * wl-mime.el (wl-draft-preview-message): Bind
6406         `mime-header-encode-method-alist' locally.
6407
6408         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6409         (wl-draft-std11-parse-addresses): Added the first address check.
6410         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6411
6412         * Version number is increased to 2.9.7.
6413
6414 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6417
6418 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6419
6420         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6421         related to scrollbar support, if there is no such a feature
6422         compiled in.
6423
6424 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6425
6426         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6427         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6428         for prefetch.
6429
6430 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6431
6432         * wl-summary.el (wl-summary-pick): Fix for no match.
6433
6434 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6435
6436         * wl-draft.el (wl-draft-save):
6437         Override `mime-header-encode-method-alist'.
6438
6439 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6440
6441         * wl-folder.el (wl-folder-pick): New function.
6442         Define key as "?".
6443
6444 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6445
6446         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6447         Fix for unplugged.
6448
6449 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6450
6451         * wl-folder.el (wl-folder-virtual): New function.
6452         Define key as "V".
6453
6454 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6455
6456         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6457         multi folder if entity is group.
6458
6459 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6462         is nil.
6463
6464 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6467         (wl-summary-target-mark-msgs): Return the number of marked messages.
6468
6469 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6470
6471         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6472         "first:" is specified.
6473
6474 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6475
6476         * wl-vars.el (wl-from): Use return value of function
6477         user-full-name instead of the variable user-full-name since
6478         XEmacs-20.4 doesn't set this variable.
6479
6480 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6483         call `wl' directly.
6484
6485 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6486
6487         * wl-draft.el (wl-draft-reedit): Removed duplicated
6488         switch-to-buffers.
6489
6490 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * wl.el (wl-other-frame): Removed garbages.
6493
6494 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6497
6498         * wl-xmas.el (wl-draft-key-setup): Ditto.
6499
6500         * wl-mule.el (wl-draft-key-setup): Ditto.
6501
6502         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6503         (wl-draft-reedit): Ditto.
6504         (wl-draft-prepare-edit): Add `wl-draft-save' to
6505         `local-write-file-hooks'.
6506         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6507         (wl-draft-reedit): Set buffer-file-name.
6508         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6509
6510
6511         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6512         call it.
6513         (wl-delete-startup-frame-function): New variable.
6514         (wl-other-frame): New function
6515         (Original was written by Yamaoka san [wl: 09239]).
6516
6517         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6518         if `wl-folder-use-frame'.
6519
6520 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6521
6522         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6523
6524 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6525
6526         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6527         New variable.
6528         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6529         (wl-message-buffer-prefetch-get-next): Use them.
6530         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6531
6532 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6535         with unwind-protect.
6536
6537         * wl-draft.el (wl-draft-reedit): Rewrite.
6538         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6539         (wl-draft-save): Insert header separator if it does not exist;
6540         Removed condition-case.
6541
6542         * wl-summary.el (wl-summary-reedit): Revert last change.
6543
6544         * wl-draft.el (wl-draft-save): Rewrite.
6545         (wl-draft-create-buffer): Set buffer-file-name as nil.
6546
6547         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6548
6549         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6550
6551         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6552         nil.
6553
6554 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6555
6556         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6557         If count is nil, do not prefetch.
6558         (wl-message-buffer-prefetch-next): Next.
6559
6560 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6563
6564 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6567         `delete-backward-char'
6568         (wl-draft-prepare-edit): Check major-mode.
6569         (wl-draft-decode-header): Rewrite.
6570         (wl-draft): Fix.
6571
6572 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6575
6576 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6579         (wl-message-buffer-prefetch-get-next): Remove size checking.
6580         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6581
6582 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6583
6584         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6585         (wl-draft-default-headers): Fix.
6586
6587 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6588
6589         * wl-draft.el (wl-draft-default-headers): Insert return value of
6590         `wl-generate-mailer-string-function'.
6591
6592 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6595         (wl-draft-insert-mail-header-separator): Ditto.
6596
6597         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6598         again (Reverted the change on 2002-01-17 by OKADA san).
6599
6600 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * wl-draft.el (wl-draft): Rewrite.
6603         (wl-draft-create-buffer): New function.
6604         (wl-draft-create-contents): Ditto.
6605         (wl-draft-prepare-edit): Ditto.
6606         (wl-draft-decode-header): Ditto.
6607         (wl-draft-decode-body): Ditto.
6608         (wl-draft-check-new-line): Ditto.
6609         (wl-draft-default-headers): Ditto.
6610         (wl-draft-insert-mail-header-separator): Ditto.
6611
6612 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * Version number is increased to 2.9.6.
6615
6616 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-draft-delete-field): Optional argument.
6619         (wl-draft-delete-fields): Ditto.
6620
6621 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-message.el (toplevel): Eliminated byte-compile warning.
6624         for `itimer-function', `delete-timer' and `itimer-list'.
6625
6626 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6627
6628         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6629         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6630         `wl-message-buffer-prefetch-threshold'.
6631         * wl-summary.el (wl-summary-redisplay-internal): Remove
6632         the check of `wl-message-buffer-prefetch-depth'.
6633
6634 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6635
6636         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6637         size of article.
6638         (wl-message-buffer-prefetch-subr): Remove size check.
6639
6640 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6641
6642         * wl-vars.el (wl-plugged): Make customizable.
6643
6644 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6647         (wl-message-buffer-prefetch-set-timer): New function.
6648         (wl-message-buffer-prefetch-get-next): New function.
6649         (wl-message-buffer-prefetch): New function.
6650         (wl-message-buffer-prefetch-next): Rewrite.
6651         (wl-message-buffer-prefetch-subr): Rewrite.
6652         * wl-vars.el (wl-auto-prefetch-first): New variable.
6653         * wl-summary.el (wl-summary-goto-folder-subr): Call
6654         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6655
6656 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6659         `wl-summary-unread-message-hook'.
6660
6661 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6664         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6665         if range is `cache-status'.
6666
6667 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-message.el (wl-message-buffer-prefetch-subr):
6670         Improve debug message.
6671
6672 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6675         `wl-mail-send-pre-hook'.
6676         (wl-draft-send-mail-with-qmail): Ditto.
6677         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6678
6679 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6680
6681         * wl-message.el (wl-message-buffer-prefetch-subr):
6682         Fix for cancel-function-timers bug.
6683         (wl-message-buffer-prefetch-debug): Default value is t.
6684
6685 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6686
6687         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6688         (wl-message-buffer-prefetch-subr): Rewrite.
6689         Rename from `wl-message-buffer-prefetch'.
6690
6691 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6692
6693         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6694         (wl-default-draft-cite-decorate-author): Ditto.
6695
6696         * wl-draft.el (wl-draft-cite-function): Removed.
6697         (wl-default-draft-cite-decorate-author): Ditto.
6698
6699 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6700
6701         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6702         (wl-default-draft-cite): Do not arrange author name if the value of
6703         `wl-default-draft-cite-decorate-author' is nil.
6704
6705 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6708
6709         * wl-folder.el (wl-folder-check-one-entity): Don't care
6710         `elmo-folder-use-flag-p'.
6711
6712 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-folder (wl-folder-check-one-entity): Fix
6715         problem if unread is nil.
6716
6717 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6718
6719         * wl-address.el (wl-address-make-completion-list): Check whether
6720         the address is a group list.
6721         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6722
6723 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6724
6725         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6726         The number of the messages of new and unread does not count
6727         correctly.
6728
6729         * wl-summary.el (wl-summary-count-unread): Changed to return
6730         `(new . unread)' instead of total.
6731         (wl-summary-sync-update): Follow the change above.
6732
6733         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6734
6735 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6736
6737         * wl-address.el (wl-address-make-completion-list): Do not enclose
6738         address by " <" and ">" if associated realname is "".
6739         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6740         This is against the promblem with group list in .addresses pointed
6741         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6742
6743 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6744
6745         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6746         message is a format control string.
6747         * wl-expire.el (wl-expire-append-log): Ditto.
6748         * wl-mime.el (wl-summary-burst-subr): Ditto.
6749         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6750         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6751
6752 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6753
6754         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6755         wl.el (wl-check-variables): Rename from `wl-check-type'.
6756         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6757         (wl-check-variables-2): New function.
6758         (wl): Call `wl-check-variables-2'.
6759
6760 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6761
6762         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6763         after renaming folder in access group.
6764
6765 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6768         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6769         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6770         (wl-message-buffer-prefetch): Rewrite.
6771         (wl-message-buffer-prefetch-idle-time): Removed.
6772         * wl-summary.el (wl-summary-redisplay-internal):
6773         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6774         Error check for `wl-message-buffer-prefetch-depht'.
6775
6776 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * Version number is increased to 2.9.5.
6779         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6780
6781 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6784         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6785         Based on the patch written by
6786         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6787
6788 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-draft.el (wl-draft-raw-send): Fix for
6791         `wl-news-send-pre-hook'
6792
6793 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl-utils.el (wl-message-id-function): New variable.
6796         * wl-draft.el (wl-draft-insert-required-fields):
6797         Use `wl-message-id-function'.
6798
6799 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6800
6801         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6802         * wl-utils.el (wl-draft-make-message-id-string):
6803         Use `wl-from' for domain part of Message-ID
6804         if `wl-message-id-use-wl-from' if non-nil.
6805         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6806
6807 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6808
6809         * wl.el (wl): Call `wl-check-type'
6810         Do not 'condition-case'.
6811
6812 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6813
6814         * wl.el (wl-check-type): New function.
6815         (wl-check-type-variables): New variable.
6816
6817 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6818
6819         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6820
6821 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6822
6823         * wl-draft.el (wl-smtp-password-key): New function.
6824         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6825         (wl-draft-send-mail-with-smtp): Ditto.
6826         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6827
6828 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6831         * wl-utils.el (wl-unique-id-suffix): Remove.
6832
6833 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * Version number is increased to 2.9.4.
6836
6837 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl-utils.el (wl-unique-id-suffix): New variable.
6840         (wl-unique-id): Use `wl-unique-id-suffix'
6841
6842 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6843
6844         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6845         instead of `elmo-msgdb-search'.
6846
6847         * Version number is increased to 2.9.3.
6848
6849 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6850
6851         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6852
6853 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6856         (wl-draft-dispatch-message): Changed for send-later.
6857         (wl-draft-queue-flush): Ditto.
6858         (wl-draft): Clear `wl-sent-message-queued'.
6859         (wl-draft-reedit): Ditto.
6860         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6861         * wl-vars.el (wl-draft-force-queuing): New variable.
6862         (wl-draft-force-queuing-mail): New variable.
6863         (wl-draft-force-queuing-news): New variable.
6864
6865 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6868         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6869
6870 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6871
6872         * Version number is increased to 2.9.2.
6873
6874 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * wl-draft.el (wl-draft-elide-region): New user command.
6877         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6878
6879         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6880         command `wl-draft-elide-region'.
6881         * wl-mule.el: Ditto.
6882         * wl-xmas.el: Ditto.
6883
6884 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6887         (wl-biff-check-folder-async): Removed needless let.
6888
6889 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6890
6891         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6892         wl-folder-get-elmo-folder.
6893         (wl-biff-check-folder): Set `biff' argument of
6894         `wl-folder-check-one-entity'.
6895         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6896
6897         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6898         (wl-folder-check-one-entity): Added `biff' argument;
6899         Setup `biff' slot of folder.
6900
6901         * Version number is increased to 2.9.1.
6902
6903 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6906         comment out and fixed.
6907         (wl-fldmgr-add-completion-subr): Ditto.
6908
6909         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6910         and msgdb.
6911
6912         * wl.el (wl-toggle-plugged): Save summary view.
6913
6914 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6917
6918 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6919
6920         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6921
6922 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6925         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6926         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6927
6928         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6929         if it was failed.
6930         (wl-demo): Disable undo in the demo buffer.
6931
6932 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-version.el (wl-version): Changed codename.
6935
6936         * Version number is increased to 2.9.0.
6937
6938 2001-12-14  Takuo KITAME <kitame@northeye.org>
6939
6940         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6941         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6942         (wl-folder-mark-as-read-all-current-entity): Ditto.
6943
6944 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-vars.el (wl-from-width): Define as obsolete variable.
6947         (wl-subject-length-limit): Ditto.
6948
6949         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6950
6951         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6952         wl-summary-save-view.
6953
6954         * wl.el (wl-save-status): Ditto.
6955         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6956
6957         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6958         (wl-summary-exit): Follow the change above.
6959         (wl-summary-goto-folder-subr): Ditto.
6960
6961         * wl-folder.el (wl-folder-create-subr): Don't use
6962         `elmo-folder-creatable-p'.
6963
6964 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6967
6968 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6971         rather than bitmap on Emacs 21.
6972         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6973         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6974         for xbm if the new redisplay engine is not available.
6975
6976 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-folder.el (wl-folder-init-hook): New hook.
6979         (wl-folder-init): Run `wl-folder-init-hook'.
6980
6981 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6984
6985 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-acap.el (wl-acap-cache-filename): New variable.
6988         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6989         (wl-acap-init): Use cache if no ACAP server found.
6990
6991 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6992
6993         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6994         `wl-acap-original-msgdb-dir'.
6995
6996         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6997         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6998
6999         * wl-mime.el (wl-mime-save-directory): Renamed from
7000         `wl-mime-save-dir'.
7001
7002 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7005
7006         * wl-demo.el: Require `path-util'.
7007         (wl-demo-bitmap-mule-available-p): New internal variable.
7008         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7009         `module-installed-p' instead.
7010         (wl-demo-insert-image): Use *.img file for a bitmap image.
7011         (wl-demo): Don't call the ascii demo recursively.
7012
7013 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7014
7015         * Version number is increased to 2.7.7.
7016
7017 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * wl.el (wl-exit): Eliminated byte-compile warning.
7020
7021 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7022
7023         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7024         obsolete variable using `elmo-define-obsolete-variable'.
7025         (wl-fetch-confirm-threshold): Ditto.
7026         (wl-cache-prefetch-folder-type-list): Ditto.
7027         (wl-cache-prefetch-folder-list): Ditto.
7028
7029 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7032         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7033         (wl-demo-insert-image): New function.
7034         (wl-demo-insert-text): New function.
7035         (wl-demo-image-type-alist): Redefine as a function.
7036         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7037         (wl-demo-with-temp-file-buffer): Removed.
7038         (wl-logo-xpm): Removed.
7039         (wl-logo-xbm): Removed.
7040         (wl-logo-bitmap): Removed.
7041
7042 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7043
7044         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7045         (wl-expire-localdir-get-folder-function): New user option.
7046         (wl-expire-localdir-get-folder): New function.
7047         (wl-expire-localdir-date): Ditto.
7048
7049 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7050
7051         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7052         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7053         Fixed unread number mismatch when all-unread < unread.
7054
7055 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7058         (wl-fetch-confirm-threshold): Ditto.
7059
7060         * wl-summary.el (wl-summary-confirm-appends): Removed.
7061         (wl-summary-sync-update): Don't refer
7062         `wl-summary-update-confirm-threshold' (It is now abolished).
7063
7064         * wl-message.el (wl-message-display-internal): Don't refer
7065         `wl-fetch-confirm-threshold' (It is now abolished).
7066
7067 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7070
7071 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7072
7073         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7074         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7075         Change default value to nil.
7076         (wl-summary-indent-length-limit): The value can be nil, nil means
7077         unlimited.
7078
7079         * wl-summary.el: Don't set limit for indent length if the value of
7080         wl-summary-indent-length-limit is nil.
7081         If the value of wl-summary-width is nil, it means only that the width
7082         of summary is unlimited (nil doesn't mean that the indent length is
7083         unlimited).
7084
7085         * wl-thread.el: Ditto.
7086
7087 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7088
7089         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7090         be nil, nil means never confirm.
7091         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7092
7093 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7094
7095         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7096         means unlimited).
7097
7098 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7101         Use `with-temp-buffer'.
7102
7103 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7106         with new backquote style).
7107         (wl-folder-get-entity-from-buffer): Ditto.
7108
7109 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7110
7111         * wl-version.el (nemacs-version): Eliminated.
7112         (wl-extended-emacs-version2): Ignore nemacs.
7113         (wl-extended-emacs-version3): Ditto.
7114
7115 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7116
7117         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7118         (wl-draft-add-in-reply-to): New variable.
7119         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7120         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7121         (wl-draft-yank-from-mail-reply-buffer): Use
7122         `wl-draft-add-in-reply-to'.
7123         (wl-draft-insert-current-message): Ditto.
7124
7125 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7126
7127         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7128         typo (kill->hide).
7129         (wl-message-buffer-prefetch-folder-type-list): Added elements
7130         `mark' and `cache' instead of `internal'.
7131
7132 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7135         resume msgdb directory.
7136
7137 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl.el (wl-exit): Call `wl-acap-exit'.
7140
7141         * wl-summary.el (wl-summary-message-string): New function.
7142         (wl-summary-reedit): Use it.
7143         (wl-summary-resend-bounced-mail): Remove needless let.
7144         (wl-summary-supersedes-message): Ditto.
7145         (wl-summary-save): Ditto.
7146
7147         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7148         (wl-acap-init): Set it.
7149         (wl-acap-exit): New function.
7150
7151 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7152
7153         * wl.el (wl-init): Revert (require 'mime-setup). move from
7154         toplevel.
7155
7156 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7157
7158         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7159         local variables.  Add error when guess function return invalid
7160         value.
7161
7162 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7163
7164         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7165         Change local variable name.
7166         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7167         (wl-folder-get-newsgroups): Return nil when non-news folder.
7168         * wl-summary.el (wl-summary-write-current-folder): State through
7169         when guess-list return nil.
7170         (wl-summary-write-current-folder-functions): Fixed docstring.
7171
7172         * wl.el (wl-exit): Changed confirm message.
7173
7174         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7175         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7176
7177         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7178
7179 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7180
7181         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7182         user option (Renamed from wl-cache-prefetch-folder-type-list).
7183         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7184         from wl-cache-prefetch-folder-list).
7185
7186         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7187         Move to wl-vars.el.
7188         (wl-message-buffer-prefetch-p): Changed to enable
7189         `wl-message-buffer-prefetch-folder-list'.
7190
7191         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7192         `ignore-cache'.
7193
7194 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7195
7196         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7197         `part-top' and `part-bottom'.
7198         (wl-draft-config-sub-part-top): New function.
7199         (wl-draft-config-sub-part-bottom): New function.
7200
7201 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7202
7203         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7204
7205 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7206
7207         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7208
7209 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7210
7211         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7212
7213         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7214         (wl-summary-write-current-folder): Ditto.
7215
7216 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-folder.el (wl-folder-get-newsgroups): Use
7219         `elmo-folder-newsgroups'.
7220
7221 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7222
7223         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7224         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7225         `wl-draft-config-sub-header-bottom'.
7226
7227 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7228
7229         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7230         localnews folder.
7231
7232 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7233
7234         * wl-summary.el (wl-summary-mode): Undo last change.
7235
7236         * wl-folder.el (wl-folder-mode): Ditto.
7237
7238 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7239
7240         * wl-summary.el (wl-summary-mode): Locally set
7241         truncate-partial-window-width to nil.
7242         (for XEmacs)
7243
7244         * wl-folder.el (wl-folder-mode): Ditto.
7245
7246 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7249
7250 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7253         number.
7254
7255         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7256
7257         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7258
7259         * Version number is increased to 2.7.6.
7260
7261 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7264
7265 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-summary.el (wl-summary-sync-update): Enclose network
7268         related portion with `unwind-protect'.
7269
7270 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7271
7272         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7273
7274 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7275
7276         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7277         element.
7278         * wl-vars.el (wl-message-body-button-alist): Ditto.
7279
7280         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7281         max match length.
7282         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7283
7284         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7285         for the max match length;
7286         Use 4th element value for the button string regexp group.
7287
7288         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7289         candidate exists, prompt to select.
7290
7291 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7292
7293         * wl-summary.el (wl-summary-jump-to-msg): Search before
7294         calibration point by `beginning-of-line'.
7295
7296 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7297
7298         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7299         for access group.
7300
7301 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-message.el (wl-message-display-internal): Bind
7304         `default-mime-charset'.
7305
7306         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7307
7308         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7309
7310         * Version number is increased to 2.7.5.
7311
7312 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7313
7314         * wl-expire.el (wl-summary-archive): Fixed;
7315         Use `elmo-folder-name-internal'.
7316
7317 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7318
7319         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7320         from `elmo-folder-move-messages' caller.
7321         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7322
7323         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7324         related portions are changed).
7325
7326 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7327
7328         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7329         counter.
7330
7331 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7332
7333         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7334         buffer local and set it to nil.
7335
7336         * wl-message.el (wl-message-redisplay): Ditto.
7337
7338 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-summary.el (wl-summary-mark-as-important): If message is
7341         already cached, set messag as read, otherwise encache and mark as read.
7342
7343 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7344
7345         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7346         point-min.
7347
7348 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7351         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7352         a keymap.
7353
7354 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7355
7356         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7357         parent.
7358
7359         * wl-mule.el (wl-message-define-keymap): Ditto.
7360
7361         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7362
7363         * wl-xmas.el (wl-message-display-internal-hook): Define.
7364         (wl-xmas-setup-message-toolbar): Define as function.
7365         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7366         (wl-message-overload-functions): Abolished.
7367         (wl-message-define-keymap): New function.
7368
7369         * wl-vars.el (wl-message-display-internal-hook): New variable.
7370         (wl-message-header-button-alist): New variable (Renamed from
7371         wl-highlight-message-header-button-alist).
7372         (wl-message-body-button-alist): Ditto.
7373
7374         * wl-mule.el (wl-message-define-keymap): New function.
7375         (wl-message-overload-functions): Abolished.
7376
7377         * wl-message.el (wl-message-add-buttons-to-body): New function.
7378         (wl-message-redisplay): Don't call wl-message-overload-functions;
7379         Call wl-message-add-buttons-to-header and
7380         wl-message-add-buttons-to-body.
7381         (wl-message-display-internal): Set keymap argument for
7382         elmo-mime-display-as-is, elmo-mime-message-display;
7383         Run wl-message-display-internal-hook.
7384         (wl-message-refer-article-or-url): Abolished.
7385
7386         * wl-highlight.el (wl-highlight-headers): Don't call
7387         wl-highlight-message-add-buttons-to-header.
7388         (wl-highlight-message-add-buttons-to-header): Abolished.
7389
7390
7391         * wl-e21.el (wl-message-display-internal-hook): Define.
7392         (wl-e21-setup-toolbar): Deleted duplicated binding.
7393         (wl-e21-setup-message-toolbar): Define as function.
7394         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7395         (wl-message-define-keymap): New function.
7396         (wl-message-overload-functions): Abolished.
7397
7398 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7401         and elmo-folder-close.
7402
7403         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7404
7405 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7406
7407         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7408         boolean value.
7409         * wl-draft.el (wl-draft-do-fcc): Ditto.
7410
7411 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7412
7413         * wl-vars.el (wl-fcc-force-as-read): New variable.
7414         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7415         mark copied message as read.
7416
7417 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7418
7419         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7420
7421 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7422
7423         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7424         `wl-summary-target-above' instead of obsolete variable
7425         `wl-summary-temp-above'.
7426
7427         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7428         instead of `make-obsolete-variable'.
7429         * wl-refile.el (toplevel): Ditto.
7430
7431 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7434         with third argument t.
7435         (wl-draft): Set first argument for wl-plugged-init as t.
7436
7437         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7438         definition.
7439
7440 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-vars.el: Tabify.
7443         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7444
7445         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7446         message.
7447
7448 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7449
7450         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7451         and set default to beep.
7452
7453 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7454
7455         * wl-vars.el (wl-draft-truncate-lines): New variable.
7456
7457         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7458         instead of wl-message-truncate-lines for truncate-lines.
7459
7460 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl-message.el (wl-message-display-internal): Call
7463         `wl-highlight-message' after `elmo-mime-display-as-is'.
7464
7465         * wl-mime.el (wl-mime-display-text/plain): New function.
7466         (wl-mime-display-header): Ditto.
7467         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7468         body-presentation-method for text/plain;
7469         Register `wl-mime-display-header' as a header-presentation-method;
7470         Don't set up `elmo-message-text-content-inserted-hook' and
7471         `elmo-message-header-inserted-hook'.
7472
7473         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7474         variable.
7475         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7476         as t if flag is 'all-header;
7477         Don't bind `elmo-message-ignored-field-list',
7478         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7479
7480 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7483         for xemacs with non-mule environment.
7484
7485 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7486
7487         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7488         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7489         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7490
7491 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7492
7493         * wl-vars.el (wl-interactive-send): Set default value as t.
7494
7495 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7498         (wl-addrmgr-method-list): Abolished.
7499         (wl-addrmgr-change-method): Follow above change.
7500
7501         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7502
7503 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7504
7505         * wl-vars.el (wl-message-truncate-lines): Change default value
7506         to default-truncate-lines.
7507
7508         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7509
7510 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7511
7512         * wl-vars.el (wl-message-truncate-lines): New variable.
7513
7514         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7515         wl-message-truncate-lines.
7516
7517 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7518
7519         * wl-acap.el (wl-acap-init): Remove period from error message.
7520         (wl-acap-find-acap-service): Remove period from message.
7521
7522 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl.el (wl-check-environment): Undo last change.
7525
7526         * wl-vars.el (wl-from): Changed default value.
7527
7528         * wl-util.el (toplevel): Don't require tm-edit.
7529
7530         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7531         `wl-folder-init';
7532         Don't set mark on mail body.
7533         (wl-draft-reedit): Ditto.
7534
7535         * wl-address.el (wl-address-quote-specials): Define as an alias for
7536         elmo-address-quote-specials.
7537
7538 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7541
7542         * wl-vars.el (wl-from): Set default value as nil.
7543         (wl-organization): Set default value as ORGANIZATION environment
7544         variable.
7545
7546         * wl-draft.el (wl-smtp-extension-bind): Check value of
7547         wl-smtp-connection-type.
7548
7549         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7550         error.
7551
7552 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7553
7554         * Version number is increased to 2.7.4.
7555
7556         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7557         arguments from `wl-highlight-x-face-function' caller.
7558         Use x-face-1.3.6.12 or later.
7559
7560 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7561
7562         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7563
7564 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7565
7566         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7567         (wl-fcc): Fix to accept function.
7568         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7569
7570 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7571
7572         * wl-acap.el (toplevel): Added `product-provide' declare.
7573         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7574
7575 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl.el (wl): Changed order of calling `elmo-init'
7578         and `elmo-folder-init'.
7579
7580 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7581
7582         * wl-mime.el (wl-summary-burst): Extract message when content-type
7583         of root entity is not only `multipart' but also `message/rfc822'.
7584         (wl-summary-burst-subr): Ditto.
7585
7586 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7587
7588         * wl-vars.el (toplevel): Require 'custom.
7589         (wl-trash-folder): Added to `wl-setting' group.
7590
7591         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7592         exists.
7593         (wl-addrmgr-draw): Insert empty line when no entry exists.
7594
7595         * wl-mule.el (wl-message-wheel-up): Fixed.
7596         (wl-message-wheel-down): Ditto.
7597
7598 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7599
7600         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7601         config is an anonymous lambda expression.
7602
7603 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7606         when Mule 2 is running.
7607
7608 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7611
7612 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7615         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7616
7617         * wl-address.el (wl-address-specials-regexp): Eliminated.
7618         (wl-address-quote-specials): Rewrite.
7619
7620 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7623         shy-groups for regexp.
7624
7625         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7626         character classes and Perl style shy-groups for regexp.
7627         (wl-highlight-plugged-current-line): Use Posix style character
7628         classes for regexp.
7629         (wl-e21-highlight-folder-by-numbers): Ditto.
7630         (wl-e21-display-image-p): Use `display-images-p' instead of
7631         `display-graphic-p'.
7632         (display-images-p): Make an alias to `display-graphic-p' if it is
7633         not available.  It is for Emacs version prior to 21.0.105.
7634
7635         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7636         `display-graphic-p'.
7637         (wl-demo-image-type-alist): Ditto.
7638         (display-images-p): Make an alias to `display-graphic-p' if it is
7639         not available.  It is for Emacs version prior to 21.0.105.
7640
7641 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7642
7643         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7644         support.
7645         (wl-generate-user-agent-string): Ditto.
7646
7647         * wl-version.el (wl-version): Update docsting.
7648         (wl-version-status): Ditto.
7649
7650 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7651
7652         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7653         21.0.105.  For Emacs 21.0.104 or earlier.
7654
7655 2001-09-03  Takuo KITAME <kitame@northeye.org>
7656
7657         * wl-e21.el (wl-plugged-init-icons): Use
7658         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7659         (wl-biff-init-icons): Ditto.
7660
7661 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-highlight.el (wl-highlight-summary-current-line):
7664         Fixed highlighting refile/copy destination.
7665
7666         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7667         (wl-acap-store): Encode string by wl-acap-coding-system.
7668
7669 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-acap.el (toplevel): Check and require 'un-define before
7672         'xemacs-ucs;
7673          Added checking for UTF-2000.
7674
7675 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7678         Don't enclose with `eval-and-compile'.
7679
7680         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7681         wl-init is non-nil.
7682
7683         * wl-draft.el (wl-draft): Ditto.
7684
7685         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7686
7687         * wl-acap.el (toplevel): Require 'wl.
7688         (wl-acap-store): Call `elmo-init'.
7689
7690         * wl.el (wl): Changed position of `wl-check-environment'.
7691         (toplevel): Added autoload setting for wl-acap.
7692
7693         * wl-vars.el (wl-setting): New custom group.
7694         (wl-from): Added wl-setting group.
7695         (wl-user-mail-address-list): Ditto.
7696         (wl-organization): Ditto.
7697         (wl-subscribed-mailing-list): Ditto.
7698         (wl-envelope-from): Ditto.
7699         (wl-smtp-posting-user): Ditto.
7700         (wl-smtp-posting-server): Ditto.
7701         (wl-smtp-posting-port): Ditto.
7702         (wl-smtp-authenticate-type): Ditto.
7703         (wl-pop-before-smtp-user): Ditto.
7704         (wl-pop-before-smtp-server): Ditto.
7705         (wl-pop-before-smtp-port): Ditto.
7706         (wl-pop-before-smtp-authenticate-type): Ditto.
7707         (wl-nntp-posting-server): Ditto.
7708         (wl-nntp-posting-user): Ditto.
7709         (wl-nntp-posting-port): Ditto.
7710         (wl-fetch-confirm-threshold): Ditto.
7711         (wl-prefetch-threshold): Ditto.
7712         (wl-thread-insert-opened): Ditto.
7713         (wl-ldap-server): Ditto.
7714         (wl-ldap-port): Ditto.
7715         (wl-ldap-base): Ditto.
7716         (wl-ldap-objectclass): Ditto.
7717         (wl-use-ldap): Ditto.
7718         (wl-draft-config-alist): Ditto.
7719         (wl-draft-config-matchone): Ditto.
7720         (wl-template-alist): Ditto.
7721         (wl-message-sort-field-list): Ditto.
7722         (wl-message-ignored-field-list): Ditto.
7723         (wl-message-visible-field-list): Ditto.
7724         (wl-interactive-send): Ditto.
7725         (wl-summary-move-order): Ditto.
7726         (wl-auto-select-first): Ditto.
7727         (wl-auto-select-next): Ditto.
7728         (wl-interactive-save-folders): Ditto.
7729
7730         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7731         Initialization codes are moved from wl-local-folder-init.
7732         (wl-local-folder-init): Follow the change above.
7733         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7734
7735         * wl-acap.el: New file.
7736
7737         * Version number is increased to 2.7.3.
7738
7739 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7740
7741         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7742
7743 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7744
7745         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7746         (wl-addrmgr-address-entry-list): Ditto.
7747
7748 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-e21.el (wl-draft-mode-map): Removed binding for
7751         `wl-draft-insert-x-face-field'.
7752
7753         * wl-mule.el (wl-draft-mode-map): Ditto.
7754
7755         * wl-xmas.el (wl-draft-mode-map): Ditto.
7756
7757         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7758         (wl-cs-autoconv): Ditto.
7759         (wl-cs-local): Ditto.
7760         (wl-use-scoring): Ditto.
7761         (wl-mime-charset): Ditto.
7762         (wl-folder-check-async): Ditto.
7763
7764         * wl.el (toplevel): Ignore nemacs and tm.
7765         (wl-exit): Ditto.
7766
7767         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7768         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7769         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7770         instead of wl-address-petname-add-or-change.
7771         (wl-summary-edit-addresses-subr): Use wl-address-delete
7772         instead of wl-address-petname-delete.
7773
7774         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7775
7776         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7777         if error occured.
7778
7779         * wl-message.el (require): Remove tm support.
7780
7781         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7782
7783         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7784         (wl-folder-jump-to-current-entity): Ditto.
7785         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7786
7787         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7788         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7789         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7790
7791         * wl-mule.el (wl-draft-key-setup): Ditto.
7792
7793         * wl-xmas.el (wl-draft-key-setup): Ditto.
7794
7795         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7796         (wl-draft-std11-parse-addresses): New function.
7797         (wl-draft-parse-mailbox-list): Use it.
7798         (wl-draft): Ignore nemacs.
7799         (wl-draft-reedit): Ditto.
7800
7801         * wl-addrmgr.el: New file.
7802         (Original is wl-rcpt.el written by
7803         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7804         Thanks Kitamoto-san.)
7805
7806         * wl-address.el (wl-address-make-address-list): Modified parsing
7807         process.
7808         (wl-address-delete): Renamed from `wl-address-petname-delete';
7809         Modify wl-address-list too.
7810         (wl-address-add-or-change): Renamed from
7811         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7812
7813 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7814
7815         * wl-highlight.el (wl-highlight-summary-current-line):
7816           Work with transient-mark-mode
7817
7818 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * Version number is increased to 2.7.2.
7821
7822         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7823         instead of elmo-dop-queue-method.
7824
7825 2001-08-06  SAITO Atsunori <sai@yedo.com>
7826
7827         * wl-vars.el (wl-ldap-objectclass): New user option.
7828
7829         * wl-address.el (wl-ldap-make-filter): Use it.
7830
7831 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7834
7835 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-folder.el (wl-folder): redisplay after folder insertion.
7838
7839         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7840
7841         * wl-summary.el (wl-summary-sync-update):
7842         Change status mark only when new-msgdb exists.
7843         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7844
7845 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-summary-open-folder): New function.
7848         (wl-summary-goto-folder-subr): Use it.
7849         (wl-summary-mark-as-important): Fix;
7850         Encache only when no cache exists.
7851
7852 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7855         Use with-current-buffer.
7856
7857 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7858
7859         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7860         before call `get-buffer'. Fixed parenthesis.
7861         (wl-score-get-header-entry): Clear message and help window when
7862         keyboard quit.
7863         (wl-score-edit-insert-header): Ditto.
7864
7865 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7868         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7869         (wl-default-draft-cite): Fix.
7870
7871         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7872         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7873
7874 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-message.el (wl-message-prev-page): Do same bahavior
7877         as summary when it is called in the message buffer.
7878         (wl-message-next-page): Ditto.
7879
7880 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-summary.el (wl-summary-forward): Use cache if it is not
7883         section cache.
7884
7885 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7888         Removed redundant require of elmo-vars.
7889         (wl-biff-state-indicator-on): Changed default value for
7890         xemacs with non-mule environment.
7891
7892         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7893         wl-message-buffer is nil;
7894         Hide progress bar after moving messages.
7895
7896 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7899         message at cursor point is deleted.
7900
7901 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-vars.el: Changed file coding system to euc-japan.
7904         Added -*-coding:-*- magic to the first line.
7905
7906         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7907         Search parent from the first message.
7908
7909         * Version number is increased to 2.7.1.
7910
7911 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7912
7913         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7914
7915 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7918         refile/delete execution.
7919
7920         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7921         Fixed docstring.
7922
7923 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7926         do update process;
7927         Don't update marks when update process is interrupted.
7928
7929 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-summary.el (wl-summary-reply): Fixed problem when
7932         wl-draft-use-frame is non-nil.
7933         (wl-summary-forward): Ditto.
7934
7935         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7936         as nil.
7937         (wl-folder-mark-as-read-all-entity): Ditto.
7938         (wl-folder-prefetch-entity): Ditto.
7939
7940         * wl.el (wl): Check environment before wl-init.
7941
7942         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7943         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7944         instead of wl-summary-collect-unread.
7945         (wl-summary-reply): Split message window.
7946
7947 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7950         only if current language environment is japanese,
7951
7952         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7953         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7954         (wl-folder-goto-folder-subr): Ditto.
7955
7956         * wl-draft.el (wl-draft-dispatch-message): Call
7957         `elmo-file-cache-get-path'.
7958
7959 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-cursor-move): If return value of
7962         wl-summary-next-message is not number, don't jump.
7963
7964 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-summary.el (wl-summary-buffer-next-message-function): New
7967         variable.
7968         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7969         if it is bound.
7970
7971         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7972         string.
7973
7974         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7975         (wl-plugged-drawing): Ditto.
7976
7977 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7978
7979         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7980         process.
7981         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7982         with unwind-protect.
7983
7984         * wl.el (wl-init): Require mime-setup.
7985         (wl-check-environment): Don't require mime-setup.
7986
7987         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7988         instead of elmo-folder-type.
7989
7990         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7991         value as nil.
7992
7993 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7994
7995         * Version number is increased to 2.7.0.
7996
7997         * wl-version.el (wl-version): Changed codename.
7998
7999         * wl-summary.el (wl-summary-delete-cache): Fixed.
8000
8001         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8002         Workaround for net folders.
8003         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8004
8005         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8006         value to nil (According to the patch from
8007         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8008
8009         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8010         of elmo-folder-close.
8011
8012 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8013
8014         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8015         for postfix.
8016
8017 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-summary.el (wl-summary-resend-message): Fixed.
8020
8021         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8022         Call wl-draft with `from' argument if its address is included in
8023         `wl-user-mail-address-list'.
8024         (wl-draft): Added `from' argument.
8025
8026         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8027         non-nil.
8028         (wl): Don't show demo if wl-demo is nil.
8029
8030         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8031         wl-summary-use-frame.
8032
8033         * wl-vars.el (wl-summary-use-frame): New user option.
8034         (wl-folder-use-frame): Changed docstring.
8035
8036         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8037         non-nil.
8038         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8039         wl-summary-use-frame.
8040
8041         * wl-vars.el (wl-folder-use-frame): New user option.
8042
8043         * wl-summary.el (wl-summary-exit): Back to folder frame if
8044         wl-folder-use-frame is non-nil.
8045         (wl-summary-redisplay-internal): Ignore cache if current folder
8046         is draft folder,
8047         (wl-summary-redisplay-no-mime): Ditto.
8048         (wl-summary-redisplay-all-header): Ditto.
8049
8050         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8051         if wl-folder-use-frame is non-nil.
8052
8053 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-summary.el (wl-summary-sync-update): Bind
8056         elmo-folder-update-threshold.
8057         (wl-summary-mark-as-important): Enclosed server mark processing
8058         with `save-match-data'.
8059
8060         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8061         only when it is already defined.
8062
8063 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8064
8065         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8066         name of folder exclude localdir is wrong.
8067         * wl-folder.el (wl-folder-sync-entity):
8068         Set `wl-summary-always-sticky-folder-list' as nil.
8069         (wl-folder-mark-as-read-all-entity): Ditto.
8070         (wl-folder-prefetch-entity): Ditto.
8071
8072 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8073
8074         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8075         instead of `wl-summary-write-current-newsgroup'.
8076
8077 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8078
8079         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8080         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8081         non-nil and selected message is important, do not display.
8082
8083 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8086
8087 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8090
8091         * wl-summary.el (wl-summary-mark-as-important): Set message number
8092         using wl-summary-message-number.
8093
8094 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8095
8096         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8097         destination folder is 'null.
8098
8099 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8100
8101         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8102         New function.
8103         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8104         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8105         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8106
8107 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-mime.el (wl-mime-setup): Added setting for
8110         `mime-setup-signature-key-alist' to avoid overriding key bind for
8111         `wl-draft-send'.
8112
8113         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8114         for `wl-draft-send'.
8115         * wl-mule.el (wl-draft-overload-functions): Ditto.
8116         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8117         * wl-draft.el (wl-draft-send): Ditto.
8118
8119         * wl-message.el (wl-message-display-internal):
8120         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8121         (Patch is provided by <kita@coe.nttdata.co.jp>).
8122
8123 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8124
8125         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8126
8127 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8128
8129         * wl.el (wl): Fix for wl-demo.
8130
8131 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8132
8133         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8134
8135 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8136
8137         * wl-folder.el (wl-folder-prefetch-entity): Use
8138         `wl-folder-get-elmo-folder'.
8139         (wl-folder-count-incorporates): Do not use
8140         `wl-folder-get-elmo-folder'.
8141
8142 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8143
8144         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8145         instead of `elmo-folder-get-type'.
8146
8147 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8150         position on Subject: field.
8151         (Advised by Mito <mit@nines.nec.co.jp>)
8152
8153 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8154
8155         * wl-folder.el (wl-folder-prefetch-entity): Use
8156         `wl-folder-get-elmo-folder'.
8157
8158 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8161
8162         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8163         `process-duplicates' slot.
8164
8165         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8166         if detection failed.
8167
8168 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8169
8170         * wl-version.el (wl-version-status): Set to "alpha".
8171
8172 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8175         Check wl-message-buffer lives before set-buffer.
8176
8177 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8178
8179         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8180         called in folder mode.
8181         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8182         * wl-summary.el (wl-summary-exit-pre-hook): Run
8183         `wl-summary-exit-pre-hook' before exit summary mode.
8184
8185 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8186
8187         * wl-version.el (wl-version-status): New variable.
8188         (wl-version-status-alist): Removed.
8189         (wl-version-status): Rule included.
8190
8191 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8194         @sponichi.
8195
8196         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8197         when `mail-reply-buffer' is buffer-local variable.
8198         (Reported by <kita@coe.nttdata.co.jp>).
8199
8200 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-vars.el (toplevel): Require 'elmo-util.
8203
8204 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8207         (All other related portions are changed)
8208
8209         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8210
8211         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8212
8213 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8214
8215         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8216
8217 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8218
8219         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8220         Delete other windows to avoid an error.
8221         Use `point-marker' instead of `point' to remember the start point
8222         of body.
8223
8224         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8225
8226         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8227         number not to exceed all message number.
8228
8229 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8230
8231         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8232         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8233
8234 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-summary.el (wl-summary-sync-force-update): Added argument
8237         no-check.
8238         (wl-summary-sync-update): Ditto.
8239         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8240         with `no-check'.
8241
8242         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8243         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8244         already running.
8245
8246 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8247
8248         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8249         `dst-folder-arg'.
8250         (wl-expire-archive-number1): Diito.
8251         (wl-expire-archive-number2): Diito.
8252         (wl-expire-archive-Date): Diito.
8253         (wl-archive-number1): Diito.
8254         (wl-archive-number2): Diito.
8255         (wl-archive-date): Diito.
8256         (wl-archive-folder-p): New function.
8257         (wl-summary-expire): Support of expand folder name at
8258         wl-expire-alist.
8259         * wl-util.el (wl-expand-newtext): Renamed from
8260         `wl-refile-expand-newtext'.
8261
8262 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8263
8264         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8265         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8266         `(elmo-msgdb-get-overview msgdb)'.
8267         (wl-summary-prefetch): Bind match data before call
8268         `wl-summay-prefetch-msg'.
8269         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8270         'off if `wl-summary-buffer-disp-msg' is non-nil.
8271         Fixed problem that couldn't show only one new or unread message when
8272         enter folder.
8273         (wl-summary-reply): Don't call `split-window-vertically' and other
8274         window.
8275
8276 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-expire.el (wl-expire-refile): Fixed.
8279
8280 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8283
8284         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8285         biff notification is removed.
8286
8287         * wl.el (wl): Changed position of `elmo-init'.
8288
8289         * wl-draft.el (wl-default-draft-cite): Use date field
8290         on the citation buffer.
8291
8292         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8293
8294         * wl-xmas.el (wl-folder-internal-icon-list): Added
8295         `wl-folder-shimbun-image'.
8296
8297         * wl-e21.el (wl-folder-internal-icon-list): Added
8298         `wl-folder-shimbun-image'.
8299
8300 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl.el (wl-init): Eliminated argument.
8303         (wl): Rewrite.
8304
8305         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8306         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8307         instead of `elmo-folder-msgdb-internal'.
8308         (wl-summary-sync-update): Ditto.
8309         (wl-summary-flush-pending-append-operations): Eliminated.
8310         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8311         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8312         `elmo-folder-open'.
8313
8314         * wl-mime.el (wl-summary-burst): Fixed.
8315
8316         * wl-folder.el (wl-folder-info-save): Check data type.
8317
8318         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8319         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8320         instead of `elmo-folder-msgdb-internal'.
8321         (wl-expire-hide): Ditto.
8322
8323
8324         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8325
8326 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8327
8328         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8329
8330 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8331
8332         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8333
8334 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8335
8336         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8337         Fixed `match-beginning' argument mismatch.
8338
8339 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8340
8341         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8342         the default value.
8343
8344 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8345
8346         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8347         instead of `elmo-nntp-default-port'.
8348
8349         * wl-vars.el: Fixed some doc strings.
8350
8351 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-summary.el (wl-summary-prefetch-msg): Use
8354         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8355
8356         * wl-vars.el: Define *-func as obsolete variable using
8357         `elmo-define-obsolete-variable'.
8358
8359         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8360         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8361         instead of `wl-message-buffer-prefetch-threshold'.
8362
8363         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8364
8365         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8366
8367         * wl-draft.el (wl-caesar-region-func): Ditto.
8368
8369         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8370         Keep unread status in elmo-folder-move-messages.
8371         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8372
8373 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8374
8375         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8376         `wl-summary-buffer-exit-func'
8377         (wl-summary-buffer-message-redisplay-function): Renamed from
8378         `wl-summary-buffer-message-redisplay-func'
8379         (wl-summary-buffer-next-folder-function): Renamed from
8380         `wl-summary-buffer-next-folder-func'.
8381         (wl-summary-buffer-prev-folder-function): Renamed from
8382         `wl-summary-buffer-prev-folder-func'.
8383         (wl-summary-get-petname-function): Renamed from
8384         `wl-summary-get-petname-func'.
8385
8386         * wl-score.el (wl-score-edit-exit-function): Renamed from
8387         `wl-score-edit-exit-func'.
8388
8389         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8390         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8391
8392         * wl-util.el (wl-load-profile-function): Renamed from
8393         `wl-load-profile-func'.
8394
8395         * wl-folder.el (wl-folder-completion-function): Renamed from
8396         `wl-folder-completion-func'.
8397         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8398
8399         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8400         `wl-expire-archive-get-folder-func'.
8401         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8402         (wl-draft-send-mail-function): Renamed from
8403         `wl-draft-send-mail-func'.
8404         (wl-draft-send-news-function): Renamed from
8405         `wl-draft-send-news-func'.
8406         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8407         (wl-generate-mailer-string-function): Renamed from
8408         `wl-generate-mailer-string-func'.
8409         (wl-highlight-signature-search-function): Renamed from
8410         `wl-highlight-signature-search-func'.
8411         (wl-highlight-x-face-function): Renamed from
8412         `wl-highlight-x-face-func'
8413         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8414         (wl-ps-print-buffer-function): Renamed from
8415         `wl-ps-print-buffer-func'
8416         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8417         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8418         (wl-summary-subject-filter-function): Renamed from
8419         `wl-summary-subject-filter-func'.
8420
8421         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8422         `wl-draft-queue-flush-send-func'
8423         (wl-draft-cite-function): Renamed from
8424         `wl-draft-cite-func'
8425
8426         * wl-address.el (wl-address-init-function): Renamed from
8427         `wl-address-init-func'.
8428
8429 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-draft.el (wl-draft-queue-flush): Don't call
8432         `elmo-dop-unlock-message'.
8433         * wl-draft.el (wl-draft-queue-append): Don't call
8434         `elmo-dop-lock-message'.
8435
8436         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8437         (wl-summary-buffer-folder-name): Ditto.
8438         (wl-summary-message-regexp): Added '-' (all other related portions
8439         are changed).
8440         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8441         wl-summary-buffer-folder-name.
8442
8443 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8444
8445         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8446         the number of mails in the folder buffer is not updated by wl-biff.
8447
8448 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8449
8450         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8451         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8452
8453 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-summary.el (wl-summary-next-message):
8456         Return next message number when wl-summary-move-order is nil.
8457
8458 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8459
8460         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8461         `wl-summary-move-spec-alist'.
8462         (wl-summary-move-spec-unplugged-alist): New variable
8463         (Move spec for unplugged status).
8464         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8465         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8466
8467 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8468
8469         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8470         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8471
8472 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8473
8474         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8475         simple quotation to quote the anonymous function.
8476         * tm-wl.el (wl-draft-preview-message): Ditto.
8477
8478 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8479
8480         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8481         Eliminate redundant `save-excursion'.
8482         (wl-highlight-summary-current-line): Ditto.
8483
8484         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8485         accessing match data when `looking-at' failed.
8486
8487         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8488         `elmo-match-string' where users don't care about the speed.
8489         (wl-draft-save): Ditto.
8490
8491 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8492
8493         * wl-util.el (wl-regexp-opt): New function.
8494
8495         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8496         number from `wl-summary-buffer-number-list'.
8497         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8498         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8499         (wl-summary-move-spec-alist): Changed default setting.
8500
8501 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8502
8503         * wl-vars.el (wl-biff-notify-hook): New hook.
8504         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8505         the arrival of new mail.
8506         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8507         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8508
8509 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8512
8513 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8516
8517         * Version number is increased to 2.5.8.
8518
8519         * wl-thread.el (toplevel): require 'cl.
8520         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8521         (wl-thread-make-number-list): New function.
8522         (wl-thread-entity-make-number-list-from-children): Ditto.
8523         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8524         (wl-thread-entity-insert-as-children): Likewise.
8525         (wl-thread-delete-message): Likewise.
8526         (wl-meaning-of-mark): Eliminated.
8527         (wl-thread-next-failure-mark-p): Ditto.
8528         (wl-thread-entity-get-mark): Ditto.
8529         (wl-thread-meaning-alist-get-result): Ditto.
8530         (wl-thread-entity-check-prev-mark): Ditto.
8531         (wl-thread-entity-check-next-mark): Ditto.
8532         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8533         (wl-thread-entity-get-prev-marked-entity): Ditto.
8534         (wl-thread-get-prev-unread): Ditto.
8535         (wl-thread-jump-to-prev-unread): Ditto.
8536         (wl-thread-get-next-unread): Ditto.
8537         (wl-thread-jump-to-next-unread): Ditto.
8538         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8539         (wl-thread-entity-get-next-marked-entity): Ditto.
8540
8541         * wl-summary.el (wl-summary-buffer-number-list):
8542         New bufer-local variable.
8543         (wl-summary-switch-to-clone-buffer): Clone
8544         `wl-summary-buffer-number-list'.
8545         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8546         (wl-summary-cursor-move-regex): Eliminated.
8547         (wl-summary-cursor-up): Rewrite.
8548         (wl-summary-cursor-down): Ditto.
8549         (wl-summary-mode-spec-alist): New variable.
8550         (wl-summary-next-message): New inline function.
8551         (wl-summary-cursor-move): New function.
8552         (wl-summary-default-get-next-msg): Rewrite.
8553         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8554         (wl-summary-rescan): Ditto.
8555         (wl-summary-sync-all-init): Ditto.
8556         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8557         summary is not thread view.
8558         (wl-summary-sync-update): Ditto.
8559         (wl-summary-rescan): Ditto.
8560         (wl-summary-make-number-list): New function.
8561
8562         * wl-draft.el: "FCC" -> "Fcc".
8563
8564 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-highlight.el (wl-highlight-summary-window):
8567         Call `set-buffer-modified-p'.
8568
8569         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8570         (wl): Call `elmo-init' and fix.
8571
8572         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8573         Use new variables.
8574
8575         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8576
8577 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8578
8579         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8580
8581 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8582
8583         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8584
8585 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8586
8587         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8588         `wl-use-toolbar' nor `display-graphic-p'.
8589         (wl-e21-setup-message-toolbar): Ditto.
8590         (wl-e21-setup-summary-toolbar): Ditto.
8591         (wl-e21-setup-folder-toolbar): Ditto.
8592
8593         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8594         (wl-plugged-init-icons): Ditto.
8595
8596         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8597         `display-graphic-p'.
8598         (wl-plugged-set-folder-icon): Ditto.
8599         (wl-highlight-plugged-current-line): Ditto.
8600         (wl-highlight-folder-current-line): Ditto.
8601         (wl-e21-highlight-folder-group-line): Ditto.
8602         (wl-e21-setup-toolbar): Ditto.
8603         (wl-e21-display-image-p): New macro.
8604
8605         * wl-demo.el (wl-demo): Simplified.
8606         (wl-demo-image-type-alist): Use `image-type-available-p' for
8607         checking whether the image type `xbm' is available.
8608
8609 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8612         (wl-summary-input-range): Ditto.
8613
8614 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8615
8616         * wl-summary.el (wl-summary-edit-addresses): Use
8617         `wl-summary-get-original-buffer'
8618         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8619         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8620         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8621         (wl-summary-get-newsgroups): Eliminated.
8622         (wl-summary-set-crosspost): Ditto.
8623         (wl-summary-is-crosspost-folder): Ditto.
8624         (wl-crosspost-alist-load): Ditto.
8625         (wl-crosspost-alist-save): Ditto.
8626
8627         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8628         `elmo-setup-subscribed-newsgroups' instead of
8629         `elmo-nntp-make-groups-hashtb'.
8630         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8631         instead of `wl-crosspost-alist-save'.
8632
8633         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8634         of `elmo-folder-message-appendable-p'.
8635         (wl-mime-header-presentation-method): Eliminated.
8636
8637         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8638         (Error occurs in emacs21).
8639
8640         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8641         the current buffer).
8642
8643         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8644         instead of `wl-crosspost-alist-save'.
8645         (wl-init): `elmo-crosspost-message-alist-load'
8646         instead of `wl-crosspost-alist-load'
8647
8648         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8649         (wl-parse-newsgroups): Likewise.
8650         (wl-biff-notify): Run `wl-biff-notify-hook'.
8651
8652 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8655
8656         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8657         when `wl-summary-lazy-highlight' is non-nil.
8658         (wl-summary-goto-folder-subr): Highlight only when
8659         `wl-summary-lazy-highlight' is non-nil.
8660
8661         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8662         Don't display progress and highlight temp-mark when
8663         `wl-summary-lazy-highlight' is non-nil.
8664         (wl-highlight-summary-window): New function.
8665         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8666
8667 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8668
8669         * wl-summary.el (wl-summary-sync): Change `all-visible'
8670         from `all-shown'
8671         (wl-summary-input-range): Ditto.
8672
8673 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8674
8675         * wl-e21.el (wl-highlight-folder-current-line): Call
8676         `wl-folder-init-icons' when folder icons have not been initialized.
8677
8678         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8679
8680         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8681         (wl-demo-image-type-alist): New macro.
8682
8683 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8684
8685         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8686         display does not support graphics.
8687         (wl-plugged-init-icons): Ditto.
8688         (wl-folder-init-icons): Ditto.
8689
8690         * wl-demo.el (wl-demo): Chech closely whether the display
8691         supports graphics.
8692
8693 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-summary.el (wl-summary-get-original-buffer): New function.
8696         (wl-summary-set-crosspost): Use it.
8697         (wl-summary-target-mark-uudecode): Ditto.
8698         (wl-summary-reedit): Ditto.
8699         (wl-summary-resend-bounced-mail): Ditto.
8700         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8701         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8702
8703         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8704         (wl-message-display-internal): Ditto.
8705
8706 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8709
8710 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-summary.el (wl-summary-save-view): Renamed from
8713         `wl-summary-save-status'.
8714
8715 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8716
8717         * wl-summary.el (wl-summary-sync): Added `all-shown'
8718
8719 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8720
8721         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8722
8723 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8724
8725         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8726
8727 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8728
8729         * wl-highlight.el (wl-highlight-summary-line-string): Use
8730         `zerop' instead of `= 0'.
8731         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8732
8733         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8734         for comparing numbers.
8735         (wl-template-prev): Use `zerop' instead of `eq 0'.
8736
8737         * wl-draft.el (wl-draft-insert-current-message): Use
8738         `with-current-buffer' instead of `save-excursion'.
8739         Use `zerop' instead of `eq 0'.
8740
8741 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8742
8743         * wl-draft.el (wl-draft-insert-ccs): New function.
8744         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8745         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8746
8747 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8750
8751 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-expire.el (wl-expire-refile): Don't call
8754         elmo-msgdb-add-msgs-to-seen-list;
8755         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8756         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8757
8758 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-message.el (wl-message-prev-page): Ignore errors while
8761         scroll-down.
8762
8763 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-mime.el: Use elmo-original-message-mode instead of
8766         mmelmo-original-mode.
8767
8768         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8769         `elmo-folder-get-spec';
8770         (wl-fldmgr-add-completion-all-completions):
8771         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8772
8773         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8774         of `elmo-folder-get-type'.
8775
8776         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8777         `elmo-folder-get-spec';
8778         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8779         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8780         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8781         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8782         `elmo-read-msg-no-cache';
8783         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8784         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8785         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8786         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8787         `elmo-cache-save';
8788         (wl-draft-reedit): Use `elmo-message-file-name'.
8789
8790         * wl-expire.el: Use `elmo-folder-name-internal';
8791         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8792         Use macro `wl-summary-buffer-msgdb' instead of variable
8793         `wl-summary-buffer-msgdb';
8794         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8795         Use macro `wl-summary-buffer-folder-name' instead of variable
8796         `wl-summary-buffer-folder-name'.
8797         * wl-score.el: Likewise.
8798
8799         * wl-message.el: Rewrite for new message buffer cache mechanism.
8800         (wl-message-buffer-cache-buffer-get): New macro.
8801         (wl-message-buffer-cache-folder-get): Ditto.
8802         (wl-message-buffer-cache-message-get): Ditto.
8803         (wl-message-buffer-cache-entry-make): Ditto.
8804         (wl-message-buffer-cache-hit): Ditto.
8805         (wl-message-buffer-cache-sort): New function.
8806         (wl-message-buffer-cache-add): Ditto.
8807         (wl-message-buffer-cache-delete): Ditto.
8808         (wl-message-buffer-cache-clean-up): Ditto.
8809         (wl-message-buffer-window): Rewrite.
8810         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8811         (wl-message-buffer-display): New function.
8812         (wl-message-display-internal): New function.
8813
8814 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-folder.el: Use `elmo-folder-name-internal';
8817         Use `wl-folder-get-elmo-folder';
8818         Use `elmo-folder-list-messages' instead of
8819         `elmo-list-folder';
8820         Use `elmo-folder-get-primitive-list' instead of
8821         `elmo-folder-get-primitive-spec-list';
8822         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8823         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8824         Use `elmo-folder-create' instead of `elmo-create-folder'.
8825         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8826         (wl-folder-get-elmo-folder): New macro.
8827         (wl-folder-elmo-folder-cache-get): Ditto.
8828         (wl-folder-elmo-folder-cache-put): Ditto.
8829         (wl-folder-suspend): Call `elmo-quit'.
8830
8831         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8832         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8833         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8834         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8835         (toplevel): require 'cl.
8836         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8837
8838         * wl-summary.el: Rewrite to use new elmo interface.
8839
8840 \f
8841 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-mime.el (wl-draft-preview-message):
8844         Run `wl-draft-send-hook' before collecting recipients information;
8845         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8846
8847         * tm-wl.el (wl-draft-preview-message): Ditto.
8848
8849 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8852         wrong recipients are displayed when forwarded message.
8853
8854 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * Version number is increased to 2.5.7.
8857
8858 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8859
8860         * wl-message.el (wl-message-next-page): Bind
8861         `window-pixel-scroll-increment' to nil while scrolling up.
8862
8863 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864
8865         * wl-vars.el (wl-save-hook): New hook.
8866         * wl.el (wl-save): Call `wl-save-hook'.
8867
8868 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8869
8870         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8871         Argument WITH-ARG instead of NO-ARG (negative mean).
8872         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8873         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8874         * wl-message.el (wl-message-follow-current-entity): Likewise.
8875
8876 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8877
8878         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8879         FROM was optional argument.
8880         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8881
8882 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8883
8884         * Version number is increased to 2.5.6.
8885
8886 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8887
8888         * wl-version.el (wl-version-show): Removed.
8889         (wl-version): Add `interactive'.
8890
8891 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8892
8893         * wl-summary.el (wl-summary-get-petname-func): New variable.
8894         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8895         instead of `wl-address-get-petname-1'.
8896         (wl-summary-simple-from): Ditto.
8897
8898         * wl-address.el (wl-address-get-petname-1): Define as function.
8899
8900 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8903         field in the original message.
8904         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8905
8906 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8907
8908         * wl-expire.el (wl-expire-hide):
8909         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8910
8911 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8914         find decoder for To, Cc, and Subject.
8915
8916 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8917
8918         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8919         for checking `elmo-use-buffer-cache'.
8920         (wl-summary-mark-as-important): Fixed typo in comment.
8921
8922 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8925         field in the original message.
8926         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8927
8928 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8929
8930         * wl-expire.el (wl-expire-hide):
8931         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8932
8933 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8934
8935         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8936         find decoder for To, Cc, and Subject.
8937
8938 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8939
8940         * Version number is increased to 2.5.5.
8941
8942         * wl-address.el (wl-address-specials-regexp): New constant.
8943         (wl-address-quote-specials): Use it.
8944
8945 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-summary.el (wl-summary-rescan):
8948         Call `wl-summary-buffer-number-column-detect'.
8949         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8950
8951         * wl-message.el (wl-message-mode-map): Define.
8952         (wl-message-decode): Use it as local-map.
8953
8954 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8957         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8958
8959 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8960
8961         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8962
8963         * wl-mule.el (wl-read-event-char): Ditto.
8964
8965         * wl-e21.el (wl-read-event-char): Ditto.
8966
8967         * wl-nemacs.el (wl-read-event-char): Ditto.
8968         (read-event): Removed.
8969
8970         * wl-util.el (toplevel): Removed dummy definition of
8971         `read-event'.
8972         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8973
8974 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8975
8976         * wl-nemacs.el (elmo-archive-call-process): Moved to
8977         elmo-archive.el.
8978
8979 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8982         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8983
8984         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8985         instead of magic-number 6.  Use `not' instead of `null' for symbol
8986         `nil' check (not empty list).
8987         (wl-draft-insert-x-face-field): Fixed paren style.
8988
8989         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8990         one-branch conditional statement, instead of `and' and `if'.
8991         (wl-draft-forward): Likewise.
8992         (wl-draft-add-references): Likewise.
8993         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8994
8995         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8996         conditional steatment.  Use `cond' instead of `if'.
8997         (wl-draft-confirm): Likewise.
8998
8999 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9000
9001         * wl-version.el (wl-version-show): Use `product-string-1'
9002         instead of `wl-version'.
9003         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9004
9005         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9006
9007 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9008
9009         * wl-highlight.el (wl-highlight-headers): Revert
9010         `wl-highlight-x-face-func' argument (`beg' and `end').
9011
9012 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9013
9014         * wl.el (toplevel): Move `product-provide' declare.
9015         * wl-demo.el (toplevel): Ditto.
9016         * wl-dnd.el (toplevel): Ditto.
9017         * wl-highlight.el (toplevel): Ditto.
9018         * wl-message.el (toplevel): Ditto.
9019         * wl-refile.el (toplevel): Ditto.
9020         * wl-util.el (toplevel): Ditto.
9021
9022 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9025         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9026         (wl-thread-close-all): keep cursor position.
9027
9028 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9031         (eq x 0).
9032         (wl-generate-user-agent-string-1): Fix conditional statement.
9033
9034 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9035
9036         * wl.el (wl-check-environment): Additional check for
9037         'wl-local-domain' and `wl-message-id-domain'.
9038
9039 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9040
9041         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9042
9043 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9044
9045         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9046         instead of `smtp-sasl-user-realm'.
9047
9048 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9049
9050         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9051
9052 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9053
9054         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9055         to the default value as well as `eword-lexical-analyzer'.
9056
9057 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9058
9059         * wl-version.el (wl-extended-emacs-version,
9060         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9061         `elmo-match-string' instead of `wl-match-string'.
9062
9063 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9064
9065         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9066         docstring.
9067
9068 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9069
9070         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9071
9072 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9073
9074         * wl-highlight.el (wl-highlight-headers): Remove
9075         `wl-highlight-x-face-func' argument (`beg' and `end').
9076
9077 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9078
9079         * wl-summary.el (wl-summary-mark-as-important):
9080         Remove cache if folder is local.
9081
9082 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9083
9084         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9085         to get existing e-mail address string.
9086
9087 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9088
9089         * wl-version.el (wl-generate-user-agent-string): Commentary.
9090         (wl-generate-user-agent-string-1): Use `when' for
9091         one-branch conditional statement, instead of `and' and `if'.
9092         (wl-extended-emacs-version, wl-extended-emacs-version2,
9093         wl-extended-emacs-version3): Ditto.
9094
9095 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9096
9097         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9098         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9099         condition-case; Remove initialization.
9100         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9101         (wl-summary-sync-update3): Added argument `sync-all';
9102         Eliminated local variable `msgdb';
9103         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9104         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9105         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9106
9107 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9108
9109         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9110         connection before call `wl-draft-send-mail-with-smtp'.
9111
9112 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * Version number is increased to 2.5.4.
9115
9116 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9117
9118         * wl.el (wl-check-environment): Additional check for
9119         'wl-local-domain' and `wl-message-id-domain'.
9120
9121 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9124         buffer as command specific.
9125         (wl-folder-mark-as-read-all-entity): Ditto.
9126         (wl-folder-prefetch-entity): Ditto.
9127         (wl-folder-drop-unsync-entity): Ditto.
9128
9129         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9130         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9131         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9132
9133         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9134         save-excursion.
9135
9136 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * Version number is increased to 2.5.3.
9139
9140         * wl-summary.el (wl-summary-save-view-cache):
9141         Delete duplicated `write-region';
9142         Use `write-region-as-binary' instead of `as-binary-output-file' and
9143         `write-region'.
9144
9145 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9148
9149 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9152         instead of `smtp-via-smtp'.
9153
9154 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9155
9156         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9157
9158 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9159
9160         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9161         instead of `smtp-sasl-user-realm'.
9162
9163 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9164
9165         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9166
9167 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9168
9169         * Version number is increased to 2.5.2.
9170
9171 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9174         does not exist.
9175         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9176         (wl-biff-start): Call `timer-activate' if timer already exists.
9177
9178         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9179         only when it is bound as function.
9180
9181 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * Version number is increased to 2.5.1.
9184
9185 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9188         Print refile/copy destination.
9189
9190 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9191
9192         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9193         queue-flush-only is non-nil.
9194
9195         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9196
9197         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9198         checking cache folder.
9199
9200 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9201
9202         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9203         `regexp-quote'.
9204
9205 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9206
9207         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9208         function.
9209         * wl-summary.el (wl-summary-write-current-folder-functions):
9210         Change default value.  Use it.
9211
9212 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * Version number is increased to 2.5.0.
9215
9216         * wl-version.el (wl-version): Changed codename.
9217
9218 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9219
9220         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9221         (wl-summary-supersedes-message): Ditto.
9222
9223 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-refile.el (wl-refile-guess-functions): Renamed from
9226         `wl-refile-guess-func-list'.
9227
9228 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9229
9230         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9231         Fixed problem when no rule was matched.
9232
9233 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9234
9235         * wl-summary.el (wl-summary-get-mark): Fixed
9236         `wl-summary-buffer-target-mark' check logic.
9237
9238 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9239
9240         * wl-folder.el (wl-folder-write-current-folder): Added group
9241         folder check.
9242
9243         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9244         `wl-summary-write-current-newsgroup'.
9245         (wl-summary-write-current-folder-functions): New variable.
9246         * wl-folder.el (wl-folder-get-newsgroups): New function.
9247         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9248         (wl-folder-write-current-folder): Renamed from
9249         `wl-folder-write-current-newsgroup'.
9250
9251 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9252
9253         * Version number is increased to 2.3.93.
9254
9255 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9258         (wl-ldap-make-matched-value-list): Ditto.
9259         (wl-ldap-alias-safe-string): Split e-mail address.
9260
9261         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9262         petname folder default was selected.
9263         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9264         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9265
9266 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9267
9268         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9269         to `wl-draft-config-exec'.
9270
9271         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9272         instead of calling `wl-draft-config-exec';
9273         Process group-list and show recipients in minibuffer.
9274
9275         * tm-wl.el (wl-draft-preview-message): Ditto.
9276
9277 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9278
9279         * wl.el (toplevel): Added (C) to copyright notice, and
9280         sync Author header.
9281         * tm-wl.el (toplevel): Ditto.
9282         * wl-address.el (toplevel): Ditto.
9283         * wl-demo.el (toplevel): Ditto.
9284         * wl-dnd.el (toplevel): Ditto.
9285         * wl-draft.el (toplevel): Ditto.
9286         * wl-e21.el (toplevel): Ditto.
9287         * wl-expire.el (toplevel): Ditto.
9288         * wl-folder.el (toplevel): Ditto.
9289         * wl-highlight.el (toplevel): Ditto.
9290         * wl-message.el (toplevel): Ditto.
9291         * wl-mime.el (toplevel): Ditto.
9292         * wl-mule.el (toplevel): Ditto.
9293         * wl-nemacs.el (toplevel): Ditto.
9294         * wl-refile.el (toplevel): Ditto.
9295         * wl-score.el (toplevel): Ditto.
9296         * wl-summary.el (toplevel): Ditto.
9297         * wl-template.el (toplevel): Ditto.
9298         * wl-thread.el (toplevel): Ditto.
9299         * wl-util.el (toplevel): Ditto.
9300         * wl-vars.el (toplevel): Ditto.
9301         * wl-xmas.el (toplevel): Ditto.
9302
9303 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9304
9305         * wl.el (wl-init): Added comment about `wl-init-hook'.
9306         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9307         * wl-vars.el (wl-init-hook): Added docs.
9308         (wl-make-plugged-hook): Removed useless docs.
9309         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9310         * wl-xmas.el (toplevel): Ditto.
9311
9312 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9313
9314         * wl-address.el (toplevel): Fixed multiple Author header format.
9315         * wl-demo.el (toplevel): Ditto.
9316         * wl-draft.el (toplevel): Ditto.
9317         * wl-folder.el (toplevel): Ditto.
9318         * wl-summary.el (toplevel): Ditto.
9319         * wl-thread.el (toplevel): Ditto.
9320         * wl-util.el (toplevel): Ditto.
9321         * wl-vars.el (toplevel): Ditto.
9322         * wl-version.el (toplevel): Ditto.
9323         * wl-xmas.el (toplevel): Ditto.
9324         * wl.el (toplevel): Ditto.
9325
9326         * wl-version.el (toplevel): Added require `elmo-version' for
9327         `product-version-as-string'.
9328
9329 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * wl-vars.el (wl-draft-send-hook): Changed default value to
9332         '(wl-draft-config-exec).
9333
9334         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9335         explicitly.
9336         (wl-draft): Set `wl-draft-config-exec-flag' before running
9337         `wl-mail-setup-hook'.
9338
9339         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9340         `wl-biff-init-icons' to `wl-init-hook' instead of
9341         `wl-make-plugged-hook'.
9342         (Because if `wl-draft' command is invoked at first,
9343         they are not initialized)
9344         Updated copyright notice.
9345
9346         * wl-e21.el (toplevel): Ditto;
9347
9348         * wl-demo.el (toplevel): Updated copyright notice.
9349         * wl-address.el (toplevel): Ditto.
9350         * wl-draft.el (toplevel): Ditto.
9351         * wl-version.el (toplevel): Ditto.
9352         * wl-folder.el (toplevel): Ditto.
9353         * wl-summary.el (toplevel): Ditto.
9354         * wl-thread.el (toplevel): Ditto.
9355         * wl-util.el (toplevel): Ditto.
9356         * wl-vars.el (toplevel): Ditto.
9357         * wl.el (toplevel): Ditto.
9358
9359 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * wl-highlight.el (wl-highlight-message): Fixed problem of
9362         highlighting failure which occured when the last field contains
9363         multiple lines in the draft buffer.
9364
9365         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9366         `wl-biff-start' if plugged.
9367
9368         * wl-util.el (wl-biff-check-folder): New function.
9369         (wl-biff-check-folders): Don't set session name prefix.
9370         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9371         (wl-biff-check-folder-async): Ditto.
9372
9373         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9374         in email address.
9375
9376 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9377
9378         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9379
9380         * wl-draft.el (wl-draft-strip-subject-re): New function.
9381
9382         * wl-draft.el (wl-draft-reply): Use it.
9383
9384 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * wl-message.el (wl-mmelmo-message-redisplay): Use
9387         `mime-display-message' instead of `wl-mime-display-message'.
9388
9389         * wl-mime.el (toplevel): Removed compatibility workaround
9390         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9391         (wl-mime-display-message): Abolished.
9392         (wl-mime-entity-read-field): Ditto.
9393         (wl-mime-combine-message/partial-pieces): Use
9394         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9395
9396 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9397
9398         * wl-template.el: Doc fixes.
9399
9400 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9401
9402         * wl-e21.el (wl-message-overload-functions): Do nothing if
9403         `current-local-map' is not available.
9404         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9405
9406 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9407
9408         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9409         representation.
9410
9411         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9412         number.
9413         (wl-fldmgr-save-folders): Don't use `format' when insert
9414         `wl-fldmgr-folders-header'.
9415
9416 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9417
9418         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9419
9420 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9421
9422         * wl-highlight.el (wl-highlight-message):
9423         Use `std11-field-end' to detect end point of the header field.
9424         Refer `wl-highlight-max-header-size'.
9425
9426         * wl-vars.el (wl-highlight-max-header-size): New variable.
9427
9428         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9429
9430         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9431         Set `for-draft' argument of wl-highlight-headers.
9432         (wl-draft): Ditto.
9433         (wl-draft-reedit): Ditto.
9434         (wl-user-agent-compose-internal): Ditto.
9435
9436 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9437
9438         * wl-message.el (wl-message-add-button): Use overlay.
9439
9440 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9441
9442         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9443
9444         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9445         problem when group-list content is nothing.
9446         (Reported by Mito <mit@nines.nec.co.jp>)
9447
9448 2000-10-18  SAITO Atsunori <sai@yedo.com>
9449
9450         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9451
9452 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9453
9454         * tm-wl.el (toplevel): Use product-provide.
9455
9456 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9457
9458         * Version number is increased to 2.3.92.
9459
9460 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9461
9462         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9463         title text, use `display' property for left margin under Emacs 21.
9464
9465         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9466         properties.
9467         (wl-plugged-init-icons): Ditto.
9468
9469 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9470
9471         * wl.el (wl-save-status, wl-init): Remove last period in
9472         "...done." message.
9473         * tm-wl.el (wl-summary-burst): Ditto.
9474         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9475         wl-summary-resume-cache-status,
9476         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9477         wl-summary-sync-update3, wl-summary-highlight-msgs,
9478         wl-summary-flush-pending-append-operations,
9479         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9480         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9481         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9482         wl-thread-open-all): Ditto.
9483         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9484         * wl-mime.el (wl-summary-burst): Ditto.
9485         * wl-highlight.el (wl-highlight-summary): Ditto.
9486         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9487         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9488         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9489         * wl-address.el (wl-local-address-init): Ditto.
9490
9491 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9492
9493         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9494         `add-text-properties'.
9495         (wl-plugged-init-icons): Ditto.
9496         (wl-folder-init-icons): Use `propertize' instead of
9497         `put-text-property'.
9498         (wl-plugged-set-folder-icon): Ditto.
9499         (wl-e21-highlight-folder-group-line): Ditto.
9500
9501 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9502
9503         * wl-version.el (wl-version-status-alist): New variable.
9504         (wl-version-status): New function.
9505
9506         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9507         "Cc" part of the case "Reply-To".
9508
9509         * wl-draft.el (wl-draft-reply): Use result of
9510         `eword-extract-address-components'.
9511
9512         * wl-demo.el (wl-demo-icon-name): New constant.
9513         (wl-logo-xpm): Use it.
9514         (wl-logo-xbm): Ditto.
9515         (wl-logo-bitmap): Ditto.
9516
9517         * Version number is increased to 2.3.91.
9518
9519 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9520
9521         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9522         (wl-extended-emacs-version, wl-extended-emacs-version2,
9523         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9524         docstring.
9525
9526         * wl-version.el (wl-generate-user-agent-string-1): New function.
9527         (wl-generate-user-agent-string): Use it.
9528
9529         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9530         `mime-edit-insert-user-agent-field'.
9531         (wl-generate-user-agent-string): Check
9532         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9533
9534         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9535         instead of `if', when verbose case.
9536
9537 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9538
9539         * wl-expire.el (wl-summary-expire): Fix.
9540
9541 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9542
9543         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9544         and `elmo-lost+found-folder' if 'wl-draft.
9545         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9546
9547 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9548
9549         * wl-expire.el (wl-summary-expire): Change messages.
9550         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9551         `deleing-info' instead of "Deleting..."
9552
9553 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9554
9555         * wl-summary.el (wl-summary-refile-subr): Fix.
9556
9557 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9558
9559         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9560         if pipe folder.
9561
9562 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9563
9564         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9565
9566 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9567
9568         * wl-expire.el (wl-expire-hide): New function.
9569         (wl-summary-expire): Add `hide'.
9570
9571 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-vars.el (wl-draft-reply-without-argument-list):
9574         Changed default value to consider `Reply-To:'.
9575         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9576
9577         * Version number is increased to 2.3.90.
9578
9579         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9580         elmo-imap4-get-session with unwind-protect.
9581         Don't cause error.
9582         (wl-summary-sync-marks): Don't check plugged nor folder type.
9583         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9584         (Always keep current buffer).
9585
9586 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9587
9588         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9589         Enclose with `save-excursion'.
9590
9591 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9592
9593         * wl-version.el (wl-version): Remove interactive.
9594
9595 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9596
9597         * wl-version.el (wl-generate-user-agent-string): Use
9598         `product-string-verbose' instead of `product-string-1'.
9599
9600 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9601
9602         * wl-vars.el (wl-draft-use-cache): New variable.
9603         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9604         if wl-draft-use-cache is non-nil.
9605
9606 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9607
9608         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9609         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9610
9611 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9612
9613         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9614         (wl-thread-msg-mark-as-unread): Ditto.
9615
9616         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9617         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9618         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9619         Don't set mark in summary if return value of `elmo-mark-as-read'
9620         is nil.
9621         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9622         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9623         instead of `wl-thread-msg-mark-as-read'.
9624         (wl-summary-mark-as-unread-region): Ditto.
9625         (wl-summary-target-mark-mark-as-read): Ditto.
9626
9627         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9628
9629 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9630
9631         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9632
9633         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9634
9635 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9636
9637         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9638         face.
9639
9640 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9641
9642         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9643         `running-xemacs'.
9644
9645 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9646
9647         * wl-version.el (toplevel): Use `product-version-as-string' for
9648         set verstion-string, if defined.
9649
9650         * wl-version.el (wl-version-show): Insert string at point, when
9651         call with argument.
9652
9653         * wl-version.el (wl-generate-user-agent-string): Use
9654         `product-string-1' instead of `wl-appname', `wl-version' and
9655         `wl-codename'.
9656
9657 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9658
9659         * wl-address.el (toplevel): Use product-provide.
9660         * wl-demo.el (toplevel): Ditto.
9661         * wl-dnd.el (toplevel): Ditto.
9662         * wl-draft.el (toplevel): Ditto.
9663         * wl-e21.el (toplevel): Ditto.
9664         * wl-expire.el (toplevel): Ditto.
9665         * wl-fldmgr.el (toplevel): Ditto.
9666         * wl-folder.el (toplevel): Ditto.
9667         * wl-highlight.el (toplevel): Ditto.
9668         * wl-message.el (toplevel): Ditto.
9669         * wl-mime.el (toplevel): Ditto.
9670         * wl-mule.el (toplevel): Ditto.
9671         * wl-nemacs.el (toplevel): Ditto.
9672         * wl-refile.el (toplevel): Ditto.
9673         * wl-score.el (toplevel): Ditto.
9674         * wl-summary.el (toplevel): Ditto.
9675         * wl-template.el (toplevel): Ditto.
9676         * wl-thread.el (toplevel): Ditto.
9677         * wl-util.el (toplevel): Ditto.
9678         * wl-vars.el (toplevel): Ditto.
9679         * wl-xmas.el (toplevel): Ditto.
9680         * wl.el (toplevel): Ditto.
9681
9682 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9683
9684         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9685         instead of product.
9686
9687         * wl-version.el (wl-version): Compile time evalution elmo-version.
9688
9689 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9690
9691         * wl-summary.el (wl-summary-sync-force-update): Append queue
9692         `mark-as-read'if unplugged.
9693
9694 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9695
9696         * wl-version.el: New file.  Use product.el.
9697         * wl.el: add (require 'wl-version).
9698         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9699         for ~/.folders header.
9700         (wl-fldmgr-folders-header): Changed.
9701         * wl-demo.el (wl-demo): Use product.el.
9702
9703         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9704         wl-version.el.
9705         * wl-util.el (wl-version, wl-version-show): Ditto.
9706
9707         * wl-util.el (wl-generate-user-agent-string,
9708         wl-extended-emacs-version, wl-extended-emacs-version2,
9709         wl-extended-emacs-version3): Move to wl-version.el.
9710         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9711         xemacs-codename, mime-edit-insert-user-agent-field,
9712         mime-edit-user-agent-value, mime-editor/version,
9713         mime-editor/codename): Compile warning killer move to
9714         wl-version.el
9715
9716 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9717
9718         * wl-summary.el (wl-summary-refile-subr): Fix.
9719
9720 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9721
9722         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9723         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9724
9725 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9726
9727         * wl.el (wl-check-environment): Check too many `@'.
9728
9729 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9730
9731         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9732
9733 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9734
9735         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9736         wl-draft-reply-myself-without-argument-list): Add variables.
9737         * wl-draft.el (wl-draft-reply): Use it.
9738
9739 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9740
9741         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9742         the 5th argument of `elmo-network-get-spec'.
9743
9744         * wl-thread.el (wl-thread-reparent-children): New inline function.
9745         (wl-thread-delete-message): Use it.
9746
9747         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9748         (wl-summary-score-update-all-lines): Don't use `dolist'.
9749
9750 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9751
9752         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9753         (require 'elmo-msgdb) for inline function.
9754
9755 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9756
9757         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9758
9759 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9760
9761         * wl-score.el (wl-score-headers): Fix for the confusing macro
9762         `elmo-kill-buffer'.
9763
9764 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9765
9766         * wl-summary.el: Don't use the 3rd argument of `require' because
9767         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9768         * wl-util.el: Ditto.
9769         * wl-draft.el: Ditto.
9770
9771 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9772
9773         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9774         window system is not used.
9775
9776 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9777
9778         * wl-thread.el: Don't use `mapcar' only for iteration.
9779         (wl-thread-resume-entity): Ditto.
9780         (wl-thread-delete-message): Ditto.
9781
9782         * wl-summary.el: Bind `dragdrop-drop-functions',
9783         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9784         of `require' for `timezone', `easymenu' and `ps-print';
9785         don't use `mapcar' only for iteration.
9786
9787         * wl-util.el: Bind `mule-version', `nemacs-version',
9788         `emacs-beta-version', `xemacs-codename',
9789         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9790         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9791         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9792         only for iteration.
9793
9794         * wl-score.el: Don't use `mapcar' only for iteration.
9795         (wl-score-simplify-buffer-fuzzy): Ditto.
9796         (wl-score-simplify-subject): Ditto.
9797         (wl-score-headers): Ditto.
9798         (wl-summary-score-update-all-lines): Ditto.
9799
9800         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9801         `enable-multibyte-characters' and `mule-version'.
9802
9803         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9804         `mapcar' only for iteration.
9805
9806         * wl-demo.el: Don't use `mapcar' only for iteration.
9807
9808         * wl-folder.el: Don't use `mapcar' only for iteration.
9809         (wl-folder-open-all): Ditto.
9810         (wl-folder-count-incorporates): Ditto.
9811
9812         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9813         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9814
9815         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9816         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9817         `smtp-connection-type'; specify 3rd argument of `require' for
9818         `timezone'; don't use `mapcar' only for iteration.
9819         (wl-draft-clone-local-variables): Don't use `mapcar'.
9820         (wl-draft-generate-clone-buffer): Ditto.
9821         (wl-user-agent-compose-internal): Ditto.
9822
9823         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9824
9825         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9826         (wl-save-status): Ditto.
9827
9828         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9829         for iteration.
9830
9831 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9832
9833         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9834         removed `Date'.
9835         (wl-fldmgr-make-filter-default): New user option.
9836
9837         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9838         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9839         (wl-fldmgr-filter-completion-alist): Abolish.
9840
9841         * wl.el (wl): Don't check servers if arg is non-nil.
9842
9843         * wl-draft.el (wl-draft-reply): Set only message-id string to
9844         In-Reply-To field.
9845
9846 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9847
9848         * wl-summary.el (wl-summary-pick): Rewrite.
9849
9850         * wl-draft.el (wl-draft-forward): Get references field from
9851         original buffer.
9852         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9853
9854 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9855
9856         * wl-draft.el (wl-draft-forward): Add references field.
9857
9858 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9859
9860         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9861         (wl-draft-reply): Use it.
9862
9863 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9864
9865         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9866         when Emacs 21 is running.
9867
9868         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9869         bindings.
9870
9871 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9872
9873         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9874         XPM icons transparent.
9875
9876         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9877         Emacs 21.
9878
9879 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9880
9881         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9882         nil.
9883
9884         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9885         when it is persistent.
9886         (wl-summary-sync-marks): Changed argument for
9887         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9888         (wl-summary-virtual): Use `elmo-read-search-condition'.
9889         (wl-summary-redisplay-internal): If folder is local, mark as read
9890         even when folder is plugged.
9891
9892 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9893
9894         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9895         of `tool-bar-lines' in the frame parameters.
9896         (after-make-frame-functions, post-command-hook): Don't modify the
9897         value.
9898         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9899         wl-e21-tool-bar-lines): Removed.
9900
9901 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9902
9903         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9904         properties `evaporate' and `wl-momentary-overlay' as well.
9905         (wl-highlight-summary-displaying): Ditto.
9906         (wl-delete-all-overlays): Don't delete overlay which does not have
9907         a property `wl-momentary-overlay'.
9908
9909         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9910         `display-mouse-p' and `display-graphic-p'.
9911         (wl-folder-init-icons): Don't search for XBM or the other files.
9912         (wl-plugged-set-folder-icon): Make icons if and only if
9913         `display-graphic-p' returns non-nil.
9914         (wl-highlight-plugged-current-line): Use `before-string' overlay
9915         property to show icon images.
9916         (wl-highlight-folder-current-line): Ditto.
9917         (wl-e21-highlight-folder-group-line): Ditto.
9918         (wl-e21-highlight-folder-by-numbers): Ditto.
9919         (wl-e21-insert-image): Removed.
9920         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9921         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9922         said.
9923         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9924         `wl-e21-force-switch-toolbar'.
9925         (wl-e21-make-icon-image): Removed.
9926         (wl-e21-setup-toolbar): Don't search for XBM files.
9927         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9928         the default value.
9929
9930 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9931
9932         * wl-util.el (wl-biff-check-folder-async): Set
9933         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9934
9935 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9936
9937         * wl-e21.el (after-make-frame-functions): Add
9938         `wl-e21-force-switch-toolbar'.
9939         (wl-e21-force-switch-toolbar): New function force to switch the
9940         toolbar appearance automatically.
9941         (post-command-hook): Add `wl-e21-switch-toolbar'.
9942         (wl-e21-switch-toolbar): New function to switch the toolbar
9943         appearance automatically.
9944         (wl-e21-tool-bar-lines): New buffer local variable.
9945
9946 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9947
9948         * wl-util.el (wl-biff-check-folders-running): New variable.
9949         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9950         (wl-biff-check-folder-async-callback):
9951         Set `wl-biff-check-folders-running'.
9952         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9953         with unwind-protect.
9954
9955         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9956         Enclose `wl-folder-auto-check' with unwind-protect.
9957
9958         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9959         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9960
9961         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9962
9963         * wl-util.el (wl-biff-notify): New inline function.
9964         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9965         locally.
9966         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9967         folder-list' is 1.
9968         Use `wl-biff-notify'.
9969         (wl-biff-check-folder-async-callback): New function.
9970         (wl-biff-check-folder-async): Ditto.
9971
9972         * wl-folder.el (wl-folder): Don't check folders.
9973         (wl-folder-auto-check): New function.
9974
9975 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9976
9977         * wl-util.el (wl-biff-start) [Emacs19+]:
9978         Use `timer-next-integral-multiple-of-time'.
9979         (wl-biff-check-folders): Use `wl-default-folder'
9980         if `wl-biff-check-folder-list' is nil.
9981
9982 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9983
9984         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9985         instead of `elmo-delete-lists'.
9986
9987 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9988
9989         * wl.el (wl-plugged-toggle-all): Set the value of
9990         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9991         (wl-plugged-toggle): Ditto.
9992         (wl-toggle-plugged): Ditto.
9993         (wl-plugged-init): Ditto.
9994
9995         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9996         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9997         instead of `wl-biff-state-indicator-off' and
9998         `wl-biff-state-indicator-on'; don't modify the value and the type
9999         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10000         (wl-plugged-init-icons): Set icons data to
10001         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10002         instead of `wl-plug-state-indicator-off' and
10003         `wl-plug-state-indicator-on'; don't modify the value and the type
10004         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10005
10006         * wl-vars.el (wl-modeline-biff-state-off,
10007         wl-modeline-biff-state-on, wl-modeline-biff-status,
10008         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10009         wl-modeline-plug-status): New internal variables.
10010         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10011         wl-biff-check-interval, wl-biff-check-folder-list): Change
10012         customization group from `wl-folder' to `wl-highlight'.
10013         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10014         wl-show-plug-status-on-modeline): Defcustomized.
10015
10016         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10017         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10018         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10019         a flag to `mode-line-buffer-identification'.
10020
10021         * wl-e21.el (wl-biff-init-icons): Set icons data to
10022         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10023         instead of `wl-biff-state-indicator-off' and
10024         `wl-biff-state-indicator-on'.
10025         (wl-plugged-init-icons): Set icons data to
10026         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10027         instead of `wl-plug-state-indicator-off' and
10028         `wl-plug-state-indicator-on'.
10029
10030 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10031
10032         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10033         excessive titles.
10034
10035 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10036
10037         * wl.el (wl-plugged-mode): Use revised
10038         `wl-mode-line-buffer-identification'.
10039         (wl-plugged-init): Don't use `force-mode-line-update'.
10040
10041         * wl-xmas.el (wl-draft-overload-functions): Use revised
10042         `wl-mode-line-buffer-identification'.
10043         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10044         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10045         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10046         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10047         `wl-make-plugged-hook';
10048         add `wl-folder-init-icons' and `wl-setup-folder' to
10049         `wl-folder-mode-hook'.
10050
10051         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10052         19 as well.
10053         (wl-mode-line-display-priority-list): New user option.
10054         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10055         Defcustomized.
10056         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10057         Add docs.
10058
10059         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10060         start.
10061         (wl-mode-line-buffer-identification): Revised as a function.
10062
10063         * wl-summary.el (wl-summary-mode): Use revised
10064         `wl-mode-line-buffer-identification'; don't call
10065         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10066         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10067         `wl-xmas-setup-summary'.
10068
10069         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10070         `wl-mode-line-buffer-identification'.
10071
10072         * wl-mule.el (wl-draft-overload-functions): Use revised
10073         `wl-mode-line-buffer-identification'.
10074
10075         * wl-folder.el (wl-make-plugged-alist): Don't call
10076         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10077         (wl-folder): Don't call `wl-folder-init-icons' directly.
10078         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10079         `wl-xmas-setup-folder' directly;
10080         use revised `wl-mode-line-buffer-identification'.
10081         (TopLevel): Don't bind `wl-biff-init-icons',
10082         `wl-plugged-init-icons', `wl-folder-init-icons',
10083         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10084
10085         * wl-e21.el (wl-draft-overload-functions): Use revised
10086         `wl-mode-line-buffer-identification'.
10087         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10088         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10089         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10090         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10091         `wl-make-plugged-hook';
10092         add `wl-folder-init-icons' and `wl-setup-folder' to
10093         `wl-folder-mode-hook'.
10094
10095 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10096             Katsumi Yamaoka    <yamaoka@jpl.org>
10097
10098         * wl.el (wl): Call `wl-biff-start'.
10099         (wl-exit): Call `wl-biff-stop'.
10100         (wl-plugged-mode): Show biff in modeline.
10101         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10102
10103         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10104         (wl-biff-init-icons): New function.
10105         (wl-plugged-init-icons): Don't make too much keymaps.
10106         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10107
10108         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10109         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10110         variables.
10111         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10112         options.
10113
10114         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10115         wl-biff-start, wl-biff-stop): New functions.
10116         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10117         (wl-biff-timer-name): New variable.
10118
10119         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10120
10121         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10122         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10123
10124         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10125         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10126
10127         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10128         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10129         `wl-folder-init-icons' to `ignore' if they are not available.
10130         (wl-folder-mode): Show biff in modeline.
10131
10132         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10133         (wl-biff-init-icons): New function.
10134         (wl-plugged-init-icons): Don't make too much keymaps.
10135         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10136
10137 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10138
10139         * wl-vars.el (wl-strict-diff-folders): Customization Type
10140         and doc fix.  Define as a list of regular expressions for
10141         folders or nil.
10142         * wl-folder.el (wl-folder-check-one-entity): Use
10143         `wl-string-match-member' instead of `wl-string-member' for
10144         `wl-strict-diff-folders'.
10145
10146 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10147
10148         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10149         (wl-highlight-folder-current-line): Use it; new implementation.
10150         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10151         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10152         `defsubst' instead of `defun'.
10153
10154         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10155         `wl-highlight-group-folder-by-numbers'; made it can also be a
10156         number.  See info for more details.
10157
10158         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10159         running.
10160
10161         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10162         to bind them.
10163
10164         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10165         (wl-highlight-folder-current-line): New implementation.
10166
10167         * wl-highlight.el (wl-highlight-folder-group-line): New
10168         implementation.
10169         (wl-delete-all-overlays): Rewrite as a marco.
10170         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10171
10172         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10173         running.
10174         (wl-folder-*-glyph): No need to bind them.
10175
10176         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10177         `wl-e21-highlight-folder-group-icon'; rewrite.
10178         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10179         `defsubst' instead of `defun'.
10180         (wl-folder-mode-map): Bind it when compiling.
10181
10182 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10183
10184         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10185
10186         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10187
10188 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10189
10190         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10191
10192 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10193
10194         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10195         (wl-highlight-folder-current-line): Use it.
10196
10197         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10198         in `id-name'.
10199
10200 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10201
10202         * wl.el: Require `wl-e21' when Emacs 21 is running.
10203
10204         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10205         default when Emacs 21 is running.
10206         (wl-use-highlight-mouse-line): Ditto.
10207         (wl-on-emacs21): New constant.
10208         (wl-on-emacs20): Removed.
10209
10210         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10211         Emacs 21 is running.
10212
10213         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10214         Emacs 21 is running.
10215
10216         * wl-e21.el: New file.
10217
10218 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10219
10220         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10221         (wl-toggle-plugged): Ditto.
10222         (wl-plugged-toggle): Ditto.
10223         (wl-plugged-toggle-all): Ditto.
10224
10225         * wl-vars.el (wl-plug-state-indicator): Refer
10226         `wl-plug-state-indicator-on' indirectly.
10227
10228 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10229
10230         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10231         Call `wl-folder-confirm-existence'.
10232
10233         * wl-folder.el (wl-folder-confirm-existence): Added optional
10234         argument `force'.
10235
10236 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10237
10238         * wl-summary.el (wl-summary-refile-subr): Assume
10239         `copy-or-refile' as symbol.
10240         (wl-summary-refile): Follow up above change.
10241         (wl-summary-copy): Ditto.  Doc fix.
10242
10243 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10244
10245         * wl-summary.el (wl-summary-pick): Don't bind
10246         `elmo-search-mime-charset'.
10247
10248         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10249         default using old backquote style.
10250         (wl-search-mime-charset): Abolished.
10251
10252         * wl-highlight.el (wl-highlight-headers):
10253         Call `point' after `re-search-forward'(for Nemacs).
10254
10255         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10256         for elmo-imap4.el.
10257
10258 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10259
10260         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10261         `wl-message-ignored-field-list' instead of
10262         `mime-view-ignored-field-list'.
10263
10264         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10265         Add interactive spec.
10266         (wl-folder-goto-bottom-of-current-folder): Ditto.
10267         (wl-folder-mode-map): Bind them.
10268
10269         * wl-vars.el (wl-message-ignored-field-list): New variable.
10270         (wl-message-visible-field-list): New variable.
10271
10272         * wl-mime.el (wl-mime-header-presentation-method): New function.
10273         (wl-mime-setup): Set header-presentation-method.
10274
10275 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10276
10277         * wl-nemacs.el (wl-draft-overload-functions): Set
10278         `mode-line-buffer-identification' instead of using
10279         `wl-make-modeline'.
10280
10281         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10282         instead of using `wl-make-modeline'.
10283
10284         * wl-xmas.el (wl-plugged-init-icons): Set up
10285         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10286         (wl-make-modeline): Abolish.
10287         (wl-draft-overload-functions): Set
10288         `mode-line-buffer-identification' instead of using
10289         `wl-make-modeline'.
10290
10291         * wl-util.el (wl-make-modeline-subr): Abolish.
10292         (wl-mode-line-buffer-identification): New alias.
10293
10294         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10295         (wl-summary-make-modeline): Abolish.
10296         (wl-summary-buffer-set-folder): Set
10297         `wl-summary-buffer-folder-indicator'.
10298         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10299         of using `wl-make-modeline'.
10300         (wl-summary-switch-to-clone-buffer): Don't set
10301         `mode-line-buffer-identification'.
10302         (wl-summary-goto-folder-subr): Ditto.
10303
10304         * wl-mule.el (wl-draft-overload-functions): Set
10305         `mode-line-buffer-identification' instead of using
10306         `wl-make-modeline'.
10307
10308         * wl-folder.el (wl-folder-mode): Set
10309         `mode-line-buffer-identification' instead of using
10310         `wl-make-modeline'.
10311         (wl-folder): Don't set `mode-line-buffer-identification'.
10312
10313 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10314
10315         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10316         instead of `member' for `wl-refile-guess-func-list' look-ups.
10317         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10318
10319 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10320
10321         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10322         `wl-message-button-dispatcher'.
10323
10324         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10325
10326         * wl-message.el (wl-message-button-dispatcher): Use it.
10327
10328         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10329         "In-Reply-To".
10330
10331         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10332         Bind `case-fold-search' to t.
10333
10334 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10335
10336         * wl-xmas.el (wl-message-overload-functions): Initialize
10337         `wl-message-button-map'.
10338
10339         * wl-mule.el (wl-message-overload-functions): Initialize
10340         `wl-message-button-map'.
10341
10342         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10343
10344         * wl-message.el (wl-message-button-map): New keymap.
10345         (wl-message-add-button): New function.
10346         (wl-message-button-dispatcher): New function.
10347         (wl-message-button-refer-article): New function.
10348
10349         * wl-highlight.el
10350         (wl-highlight-message-add-buttons-to-header): New function.
10351         (wl-highlight-headers): Use it.
10352
10353 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10354
10355         * wl-summary.el (wl-summary-default-from): Use
10356         `wl-address-get-petname-1'.
10357         (wl-summary-simple-from): Ditto.
10358
10359         * wl-address.el (wl-address-get-petname-1): New inline function.
10360         (wl-address-get-petname): Use it.
10361
10362 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10363
10364         * wl-summary.el (wl-summary-default-from): Return full-name part
10365         from the address if no petname was found.
10366         (wl-summary-simple-from): Ditto.
10367
10368         * wl-address.el (wl-address-get-petname): Return nil if no petname
10369         associated with the address was found.
10370
10371 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10372
10373         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10374         display is finished.
10375
10376 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10377
10378         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10379         `elmo-folder-exists-p' argument.
10380
10381 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10382
10383         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10384         the folder.
10385
10386 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10387
10388         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10389
10390         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10391         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10392
10393 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10394
10395         * wl-folder.el (wl-folder-create-subr): New function.
10396         (wl-folder-confirm-existence): Use it.
10397         (wl-folder-check-one-entity): Use it.
10398         Check the error symbol is derived from 'elmo-open-error.
10399
10400         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10401         `ignore-error'.
10402
10403 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10404
10405         * wl-util.el (toplevel): Add (eval-when-compile (require
10406         'elmo-util)).  (Maybe `provide' is typo.)
10407
10408 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10409
10410         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10411         (I don't know why this was needed.)
10412
10413         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10414         Follow up changes for stream-type.
10415
10416         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10417         (wl-draft-elmo-nntp-send): Ditto.
10418
10419         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10420         (wl-nntp-posting-stream-type): Ditto.
10421         (wl-pop-before-smtp-ssl): Abolished.
10422         (wl-nntp-posting-ssl): Ditto.
10423
10424         * wl-address.el (wl-address-quote-specials): New function.
10425         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10426
10427         * wl-draft.el (wl-draft-reply): Ditto.
10428
10429 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10430
10431         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10432         use function `wl-string-match-assoc'.
10433
10434 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10435
10436         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10437
10438         * wl-draft.el (wl-draft-deduce-address-list): New function.
10439         (wl-draft-parse-mailbox-list): Ditto.
10440         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10441         instead of `smtp-deduce-address-list'.
10442         (wl-draft-on-field-p): Follow group list.
10443
10444         * wl-address.el (wl-address-concat-token): New function.
10445         (wl-address-string-without-group-list-contents): Ditto.
10446         (wl-complete-field-body): Fixed problem of completion
10447         by japanese petname.
10448         (wl-address-make-completion-list): Rewrite.
10449
10450 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10451
10452         * wl-address.el (wl-address-make-completion-list): Completion by
10453         petname.
10454         (wl-complete-field-body): Likewise.
10455
10456 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10457
10458         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10459         contains invalid address syntax.
10460
10461 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10462
10463         * wl-folder.el (wl-folder-check-entity-async): Use
10464         `elmo-nntp-spec-hostname'.
10465
10466 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10467
10468         * wl-summary.el (wl-summary-msgdb-load-async): Use
10469         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10470
10471 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10472
10473         * wl-draft.el (wl-draft-reply): Set argument
10474         `content-transfer-encoding' as nil.
10475
10476 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10477
10478         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10479         `wl-refile-alist'.
10480
10481 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10482
10483         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10484         (wl-draft-edit-string): Ditto.
10485         (wl-draft-forward): Ditto.
10486         * wl-summary.el (wl-summary-write): Ditto.
10487
10488 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10489
10490         * wl-summary.el (wl-summary-sync-update3): Call
10491         `wl-summary-buffer-number-column-detect'.
10492         (wl-summary-buffer-number-column-detect): Search from point-min.
10493
10494 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10495
10496         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10497         contains an address which is not included in original to or cc.
10498
10499 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10500
10501         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10502         begin-line does not exist.
10503         * wl-message.el (wl-message-uu-substring): Ditto.
10504
10505 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10506
10507         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10508         clear local variables.
10509         (wl-summary-exit): Call `elmo-commit'.
10510         (wl-summary-switch-to-clone-buffer): Call
10511         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10512         (wl-summary-goto-folder-subr): Ditto.
10513
10514         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10515         POP folder.
10516
10517 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10518
10519         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10520         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10521         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10522         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10523         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10524         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10525
10526         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10527
10528 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10529
10530         * wl-summary.el (wl-summary-search-by-subject):
10531         Search parent message from the latest one.
10532
10533 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10534
10535         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10536         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10537
10538         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10539         New user option.
10540
10541         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10542         if elmo-nntp-use-killed-list is nil.
10543         Use `elmo-msgdb-append-to-killed-list'.
10544         (Append numbers confirmed as disappeared to the killed list.)
10545         (wl-summary-confirm-appends): Don't display negative number.
10546
10547 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10548
10549         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10550
10551 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10552
10553         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10554         range is `all'.
10555         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10556         `elmo-list-bigger-diff'.
10557
10558 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10559
10560         * wl-summary.el (wl-summary-buffer-exit-func):
10561         New buffer local variable.
10562         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10563
10564 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10565
10566         * wl-demo.el (wl-demo): Fix the last change.
10567
10568 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10569
10570         * wl-demo.el (wl-demo): Don't use `eval'.
10571
10572 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10573
10574         * wl-summary.el (wl-summary-buffer-thread-modified):
10575         New buffer-local variable.
10576         (wl-summary-set-thread-modified): New function.
10577         (wl-summary-thread-modified-p): New function.
10578         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10579         (wl-summary-yank-saved-message): Use function
10580         `wl-summary-set-thread-modified'
10581         (wl-summary-switch-to-clone-buffer): Add
10582         `wl-summary-buffer-thread-modified'.
10583
10584         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10585         (wl-summary-buffer-mark-saved-hook): Ditto.
10586         * wl-summary.el (wl-summary-msgdb-save): New hook
10587         `wl-summary-buffer-message-saved-hook' and
10588         `wl-summary-buffer-mark-saved-hook'.
10589
10590 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10591
10592         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10593
10594 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10595
10596         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10597         don't hide scroll bars under FSF Emacsen because it may incur an
10598         undesirable redrawing.
10599
10600 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10601
10602         * wl-draft.el (wl-draft-edit-string): Call
10603         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10604
10605 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10606
10607         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10608
10609 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10610
10611         * wl-summary.el (wl-summary-msgdb-load-async): Call
10612         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10613
10614 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10615
10616         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10617         fringes in demo buffer; center bitmap logo correctly even if old
10618         Mule is used.
10619
10620 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10621
10622         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10623
10624         * wl-refile.el (wl-refile-subject-alist): New variable.
10625         (wl-refile-subject-alist-file-name): Ditto.
10626         (wl-refile-alist-setup): Rewrite.
10627         (wl-refile-alist-save): Use `elmo-object-save'.
10628         Eliminated arguments.
10629         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10630         (wl-refile-guess-by-subject): New function.
10631         (wl-refile-guess-func-list): Added it.
10632
10633 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10634
10635         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10636         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10637
10638 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10639
10640         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10641         New buffer-local variable.
10642         (wl-summary-buffer-next-folder-func): Ditto.
10643         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10644         if non-nil.
10645         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10646         if non-nil.
10647         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10648         if non-nil.
10649         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10650         if non-nil.
10651
10652 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10653
10654         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10655         permanently in the demo buffer.
10656
10657 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10658
10659         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10660         `mime-entity-fetch-field'.
10661
10662         * wl.el (wl-exit): Delete plugged buffer.
10663
10664         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10665         XEmacs has menubar feature.
10666
10667 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10668
10669         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10670         cannot arrive at the beginning of the buffer under old Emacsen.
10671
10672 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-address.el (wl-address-ldap-search):
10675         Call `ldap-search-entries' with `withdn' argument t.
10676         (wl-complete-field-body): Bind completion-ignore-case as t.
10677         Clear ldap search hash when it was sole completion.
10678         Use elmo-string for pattern string.
10679         (wl-ldap-alias-safe-string): Eliminated needless let.
10680
10681 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10682
10683         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10684         (wl-ldap-alias-sep): New constant.
10685         (wl-ldap-search-attribute-type-list): Ditto.
10686         (wl-ldap-get-value): New function.
10687         (wl-ldap-make-filter): Ditto.
10688         (wl-ldap-make-matched-value-list): Ditto.
10689         (wl-ldap-alias-safe-string): Ditto.
10690         (wl-ldap-register-dn-string): Ditto.
10691         (wl-address-ldap-search): Rewrite.
10692
10693 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10694
10695         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10696         thread is deleted.
10697         (wl-thread-delete-line-from-buffer): Ditto.
10698         (wl-thread-get-exist-children): New function.
10699
10700 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10701
10702         * wl-demo.el (wl-demo): Made it to select various image types.
10703         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10704         from `wl-title-logo'.
10705         (wl-logo-ascii): New variable.
10706         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10707         (wl-demo-copyright-notice): New constant.
10708
10709         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10710
10711 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10712
10713         * wl-vars.el (wl-summary-target-above): Renamed from
10714         wl-summary-temp-above.
10715         * wl-score.el (wl-score-get-score-alist): Use it.
10716         (wl-summary-score-update-all-lines): Use it.
10717         * wl-summary.el: Ditto. (make-variable-buffer-local).
10718
10719 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10720
10721         * wl-vars.el (wl-ldap-port): New user option.
10722
10723         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10724         Rewite whole implementation.
10725         (wl-complete-field-body): Fixed.
10726
10727 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10728
10729         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10730         Choose implementation at compile time.
10731
10732 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10733
10734         * wl-address.el (wl-ldap-search-internal): New function.
10735         (wl-complete-field-to): Use it.
10736
10737 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10738
10739         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10740         Use `let' instead of `let*'.
10741         Require 'wl-vars.
10742
10743         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10744         Define as defcustom.
10745         (wl-ldap-base): Ditto.
10746         (wl-use-ldap): Ditto.
10747
10748 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10749
10750         * wl-address.el (wl-ldap-search): New function.
10751         (wl-complete-field-body): Use `wl-ldap-search'.
10752         (wl-ldap-server): New variable.
10753         (wl-ldap-base): Ditto.
10754         (wl-use-ldap): Ditto.
10755
10756 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10757
10758         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10759         (Pointed out by Mito <mit@nines.nec.co.jp>).
10760         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10761         buffer-local variables like `wl-summary-redisplay-internal'.
10762         (wl-summary-redisplay-all-header): Likewise.  Update
10763         Summary view too.
10764
10765 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10766
10767         * wl-summary.el (wl-summary-jump-to-parent-message):
10768         Consider prefix argument.
10769
10770         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10771         when closed thread is deleted.
10772
10773 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10774
10775         * wl-summary.el (wl-summary-jump-to-parent-message):
10776         Consider thread modification.
10777
10778 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10779
10780         * wl-message.el (wl-message-normal-get-original-buffer): Use
10781         `save-excursion'.
10782
10783         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10784         (wl-summary-showto-folder-regexp): Ditto.
10785
10786 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10787
10788         * wl-util.el (wl-delete-alist): Doc fix.
10789         (wl-delete-associations): New function.
10790         (wl-inverse-alist): New function.
10791         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10792         Split temporary variables. Use `wl-delete-associations'
10793         and `wl-inverse-alist'.
10794         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10795
10796 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10797
10798         * wl-folder.el (wl-folder-prefetch-entity):
10799         Execute prefetching if new count is unknown.
10800
10801 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10802
10803         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10804
10805         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10806         delete entity.
10807         (wl-thread-set-parent): If insert as top, set linked as nil.
10808
10809         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10810         `wl-thread-cleanup-symbols' when view mode is thread.
10811
10812 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10813
10814         * wl-folder.el (wl-folder-create-folder-entity): Use
10815         with-current-buffer.
10816         (wl-local-folder-init): Call set-buffer to make sure we are in
10817         the Folder buffer. Don't touch buffer-local variables here.
10818         (wl-folder-mode): Initialize buffer-local variables here.
10819
10820         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10821         (wl-folder-entity-assign-id): Ditto.
10822         (wl-folder-create-entity-hashtb): Ditto.
10823         (wl-local-folder-init): Ditto.
10824         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10825
10826 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10827
10828         * wl-summary.el (wl-summary-default-from): Fix probrem when
10829         std11-extract-address-components return (nil "foo@bar").
10830
10831 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10832
10833         * wl-draft.el (wl-draft-clone-local-variables):
10834         Remove redundant `setq'.
10835
10836 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10837
10838         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10839         Bind wl-highlight-x-face-func as nil while highlighting header.
10840
10841 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10842
10843         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10844
10845 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10846
10847         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10848         elmo-msgdb-overview-hashtb from copy-variables.
10849         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10850         instead of `elmo-msgdb-overview-get-entity-by-number'.
10851         (wl-summary-auto-refile): Ditto.
10852
10853         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10854         `elmo-msgdb-overview-get-entity' instead of
10855         `elmo-msgdb-search-overview-entity'.  Use
10856         `elmo-msgdb-overview-get-entity' instead of
10857         `elmo-msgdb-overview-get-entity-by-number'.
10858         (wl-thread-insert-entity-sub): Ditto.
10859         (wl-thread-insert-message): Ditto.
10860
10861         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10862         `elmo-msgdb-overview-get-entity'.
10863         (wl-normal-message-redisplay): Ditto.
10864
10865 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10866
10867         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10868         `wl-thread-entities'.
10869         (wl-thread-delete-message): Fix remove top message from
10870         `wl-thread-entity-list'.
10871
10872         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10873         wl-append(nconc), because update-list is broken on Meadow.
10874
10875         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10876         updating process.
10877         (wl-summary-rescan): Ditto.
10878         (wl-summary-sync-update3): Ditto.
10879         * wl-thread.el (wl-thread-set-parent): Renamed from
10880         `wl-summary-set-parent'.
10881         (wl-thread-insert-message): Updating buffer faster.
10882         (wl-thread-delete-message): Updating buffer faster.
10883
10884         * wl-score.el (wl-summary-score-update-all-lines): Changed
10885         interval for display progress gauge.
10886
10887 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10888
10889         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10890         folder always-sticky.
10891         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10892         defmacro.
10893
10894 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10895
10896         * wl-vars.el (wl-draft-add-references): New user option.
10897
10898         * wl-draft.el (wl-draft-add-references): New function.
10899         (wl-draft-yank-from-mail-reply-buffer): Use it.
10900         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10901         as nil.
10902
10903 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10904
10905         * wl-thread.el (wl-thread-update-line-msgs): Called
10906         `wl-thread-update-line-on-buffer-sub'.
10907         (wl-thread-update-line-on-buffer): Delete routine of inserting
10908         thread.
10909         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10910         moved from `wl-thread-update-line-on-buffer'.
10911         Add threshold for displaying progress gauge.
10912         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10913         argument of `wl-thread-update-line-msgs'.
10914         Add threshold for displaying progress gauge.
10915         * wl-folder.el:
10916         Add threshold for displaying progress gauge.
10917         * wl-score.el: Ditto.
10918
10919         * wl-expire.el (wl-summary-expire): Display deleting info.
10920
10921 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10922
10923         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10924         `no-msg'.
10925         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10926         argument of `wl-thread-update-line-msgs'.
10927         (wl-summary-set-parent): Added optional argument `parent-number'.
10928         (wl-summary-buffer-saved-message): New buffer local variable.
10929         (wl-summary-save-current-message): New command.
10930         (wl-summary-yank-saved-message): Ditto.
10931         (wl-summary-mode-map): Added key binding for
10932         `wl-summary-save-current-message' (\ew) and
10933         `wl-summary-yank-saved-message' (\C-y).
10934         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10935
10936 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10937
10938         * wl-summary.el (wl-summary-mode-map): Added key binding for
10939         `wl-summary-set-parent' (ts).
10940
10941 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10942
10943         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10944         subject faster. If thread number is reverse, delayed updating
10945         thread.
10946         (wl-summary-search-by-subject): Ditto.
10947         (wl-summary-put-alike): Ditto.
10948         (wl-summary-get-alike): Ditto.
10949         (wl-summary-insert-headers): Insert header of all overview in
10950         buffer.
10951         (wl-summary-rescan): Delayed updating thread. Kill search subject
10952         buffer for wl-summary-search-by-subject.
10953         (wl-summary-sync-update3): Ditto.
10954         (wl-summary-exit): Ditto.
10955         (wl-summary-goto-bottom-of-current-thread): Change for linked
10956         thread.
10957         (wl-summary-overview-create-summary-line): Change line for linked
10958         thread.
10959
10960         * wl-summary.el (wl-summary-update-thread): Use
10961         wl-thread-maybe-get-children-num.
10962         (wl-summary-set-parent): If change parent, move sub thread.
10963         (wl-summary-redisplay-internal): Add horizontal recenter.
10964         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10965
10966         * wl-thread.el (wl-thread-entity-get-linked): New function.
10967         (wl-thread-entity-set-linked): New function.
10968         (wl-thread-create-entity): Add linked element.
10969         (wl-thread-entity-insert-as-top): Use wl-append.
10970         (wl-thread-maybe-get-children-num): If closing thread, return
10971         children msgs.
10972         (wl-thread-update-line-msgs): Displaying progress message.
10973         (wl-thread-update-line-on-buffer-sub): Use
10974         wl-thread-maybe-get-children-num.
10975         (wl-thread-update-line-on-buffer): If update line is not exists,
10976         insert thread.
10977         (wl-thread-delete-message): If delete top msg of thread, search
10978         parent by subject.
10979         (wl-thread-insert-entity): Use
10980         wl-thread-maybe-get-children-num.
10981
10982         * wl-highlight.el (wl-highlight-summary-current-line): change
10983         sregexp for linked thread.
10984         * wl-util.el (wl-count-lines): Count lines.
10985         (wl-horizontal-recenter): horizontal recenter.
10986         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10987         (wl-score-get-alike): Ditto.
10988         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10989         (wl-subject-length-limit): New variable.
10990         (wl-highlight-thread-indent-string-regexp): Changed for linked
10991         thread.
10992
10993 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10994
10995         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10996         New variable (revival).
10997         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10998         by subject matching if there's no in-reply-to nor references field
10999         (revival).
11000
11001 \f
11002 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11003
11004         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11005         message.
11006
11007 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11008
11009         * wl-summary.el (wl-summary-reply): Return t if there was a
11010         message at cursor point.
11011         Added unwind-protect.
11012         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11013         returns t.
11014         (wl-summary-cancel-message): Do nothing when there's no message at
11015         cursor point.
11016         (wl-summary-forward): Ditto.
11017         (wl-summary-jump-to-parent-message): Ditto.
11018         (wl-summary-reedit): Ditto.
11019         (wl-summary-edit-addresses): Ditto.
11020         (wl-summary-pipe-message): Ditto.
11021         (wl-summary-print-message-with-ps-print): Ditto.
11022         (wl-summary-print-message): Ditto.
11023         (wl-summary-mark-as-important): Ditto.
11024         (wl-summary-mark-as-unread): Ditto.
11025
11026         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11027         message at cursor point.
11028         (wl-summary-reply-with-citation): Remove unwind-protect.
11029
11030         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11031         subject searching feature.
11032         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11033         Eliminated.
11034
11035 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11036
11037         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11038         New variable.
11039         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11040         by subject matching if there's no in-reply-to nor references field.
11041
11042         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11043
11044         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11045         when display is finished.
11046         (wl-folder-open-all): Ditto.
11047         (wl-folder-update-access-group): Ditto.
11048         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11049         * wl-thread.el (wl-thread-close-all): Ditto.
11050
11051         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11052         progress gauge only when it was displayed.
11053         * wl-folder.el (wl-folder-insert-entity): Ditto.
11054
11055 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11056
11057         * wl-summary.el (wl-summary-incorporate): Enclose
11058         `wl-summary-sync-force-update' with save-excursion.
11059
11060 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11061
11062         * wl-summary.el (wl-summary-prefetch-region):
11063         Pass current cursor point to `pos-visible-in-window-p' after
11064         moving cursor to the started point.
11065
11066 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11067
11068         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11069
11070         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11071         fields from the forwarding message.
11072         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11073         `ignored-fields'.
11074
11075 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11076
11077         * wl-mime.el (wl-message-request-partial):
11078         Eliminated argument `msgdb'.
11079         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11080         (wl-mime-combine-message/partial-pieces): Likewise.
11081         * tm-wl.el (wl-message-request-partial): Likewise.
11082         (wl-mime-combine-message/partial-pieces): Likewise.
11083
11084 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11085
11086         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11087         when display is finished.
11088
11089 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11090
11091         * wl-summary.el (wl-summary-goto-folder-subr):
11092         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11093
11094 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11095
11096         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11097         when cursor point is visible.
11098
11099 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11100
11101         * wl-expire.el (wl-expire-archive-get-max-number):
11102         Don't use `file-name-directory'.
11103
11104 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11105
11106         * wl-expire.el (wl-expire-archive-get-max-number):
11107         Use `file-name-directory'.
11108
11109 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11110
11111         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11112         only when there is progress.
11113
11114 2000-04-13  Mito <mit@nines.nec.co.jp>
11115
11116         * wl-summary.el (wl-summary-sync-marks): Display progress.
11117
11118 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11119
11120         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11121         (wl-summary-prev): Move cursor regardless of unread status.
11122         (wl-summary-next): Ditto.
11123
11124 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11125
11126         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11127         Added argument `target' and `number'.
11128         * tm-wl.el (wl-summary-burst-subr): New function.
11129         (wl-summary-burst): Use it.
11130
11131 2000-04-10  Mito <mit@nines.nec.co.jp>
11132
11133         * wl-mime.el (wl-burst): New function.
11134         (wl-summary-burst): Use it.
11135
11136 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11137
11138         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11139         as petname when there's no candidate.
11140
11141 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11142
11143         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11144         New variable.
11145         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11146
11147         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11148
11149         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11150
11151 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11152
11153         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11154         Use substring of `original' instead of buffer-substring.
11155         (wl-refile-evaluate-rule):
11156         Set `original' argument of wl-refile-expand-newtext.
11157
11158         * wl-summary.el
11159         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11160         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11161         (wl-summary-auto-refile): Check existence of destination folder just
11162         before marking.
11163
11164 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11165
11166         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11167         when wl-refile-get-field-value return nil.
11168
11169 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11170
11171         * wl-refile.el
11172         (wl-refile-expand-newtext): New function imported from Gnus.
11173         (wl-refile-evaluate-rule): Use it.
11174
11175 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11176
11177         * wl-summary.el (wl-summary-print-destination):
11178         Duplicate folder string to avoid putting text-property on
11179         original string.
11180
11181         * wl-refile.el (wl-refile-get-field-value): New function.
11182         (wl-refile-evaluate-rule): New function;
11183         Evaluate refile rule recursively.
11184         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11185         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11186         New function; Check existence of a target folder recursively.
11187         (wl-summary-auto-refile-check-refile-rule-alist):
11188         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11189
11190 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11191
11192         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11193
11194         * wl-folder.el (wl-create-folder-entity-from-buffer):
11195         Fixed problem when '}' character is contained in folder name.
11196
11197         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11198
11199 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11200
11201         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11202         (wl-fldmgr-add-completion-all-completions):
11203         Use wl-fldmgr-add-completion-hashtb.
11204
11205 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11206
11207         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11208         wl-fldmgr-add-completion-subr): New functions.
11209         * wl-folder.el (wl-folder-completion-func): New variable.
11210         * wl-summary.el (wl-summary-read-folder):
11211         Use wl-folder-completion-func.
11212
11213         * wl-refile.el: Eliminate throw & catch.
11214
11215         * wl.el (wl-plugged-sending-queue-status): Fixed.
11216
11217 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11218
11219         * wl-draft.el (wl-draft): Put category property on
11220         mail-header-separator.